@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

body {
    overflow-x: hidden;
}

* {
    transition: background-color .2s ease-out;
    transition: color .2s ease-out;
    box-sizing: border-box;
}

.container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1200px;
    padding-left: 0;
    padding-right: 0;
}

@media screen and (max-width: 1200px) {
    .container {
        max-width: 768px;
    }
}

@media screen and (max-width: 768px) {
    .container {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
}

h1, h2, h3, h4, h5, h6, p {
    margin-block-start: 0;
    margin-block-end: 0;
}

input, button {
    border: none;
    outline: none;
    background: none;
}

button {
    cursor: pointer;
}

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

a:hover {
    text-decoration: underline;
}

ul {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    padding-inline-start: 0;
}

ul li {
    list-style: none;
}

.gray-bg {
    margin-left: 20px;
    margin-right: 20px;
}

@media screen and (max-width: 768px) {
    .gray-bg {
        margin-left: 10px;
        margin-right: 10px;
    }
}

body[data-theme="light"] {
    background-color: #FFFFFF;
}

body[data-theme="light"] .gray-bg {
    background-color: #f5f5f5;
}

body[data-theme="dark"] {
    background-color: #000000;
}

body[data-theme="dark"] .gray-bg {
    background-color: #202020;
}

body {
    font-family: 'IBM Plex Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 120%;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.heading-fill {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: bold;
    font-size: 300px;
    line-height: 100%;
    color: #000000;
}

.title {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: bold;
    font-size: 70px;
    line-height: 80px;
    color: #000000;
}

@media screen and (max-width: 768px) {
    .title {
        font-size: 50px;
        line-height: 60px;
    }
}

.title-2 {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: bold;
    font-size: 50px;
    line-height: 120%;
    color: #000000;
}

@media screen and (max-width: 768px) {
    .title-2 {
        font-size: 35px;
    }
}

.title-3 {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: bold;
    font-size: 30px;
    line-height: 100%;
    color: #000000;
}

.title-mono-3 {
    font-family: 'IBM Plex Mono', monospace;
    font-weight: 600;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #000000;
}

.text-regular {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 120%;
    color: #000000;
}

.text-mono {
    font-family: 'IBM Plex Serif', serif;
    font-weight: normal;
    font-size: 20px;
    line-height: 140%;
    color: #000000;
}

.text-mono-mini {
    font-family: 'IBM Plex Mono', monospace;
    font-weight: normal;
    font-size: 14px;
    line-height: 100%;
    color: #000000;
}

.caption-button {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    color: #000000;
}

.title-mono-4 {
    font-family: 'IBM Plex Mono', monospace;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    color: #000000;
}

body[data-theme="light"] footer {
    background-color: #FFFFFF;
}

body[data-theme="light"] footer .footer .title-2 {
    color: #000000;
}

body[data-theme="light"] footer .footer .title-3 {
    color: #000000;
}

body[data-theme="light"] footer .footer .subscribe input {
    background: #FFFFFF;
    color: #000000;
}

body[data-theme="light"] footer .footer .subscribe input ::placeholder {
    color: rgba(0, 0, 0, 0.5);
}

body[data-theme="light"] footer .footer .contacts {
    color: rgba(0, 0, 0, 0.5);
}

body[data-theme="light"] footer .footer .contacts a {
    color: #000000;
}

body[data-theme="light"] footer .footer .bottom-nav li a {
    color: rgba(0, 0, 0, 0.5);
}

body[data-theme="light"] footer .footer .bottom-nav li a:hover {
    text-decoration: none;
    color: #EACA79;
}

body[data-theme="light"] footer .footer .socials li a.fb {
    background-image: url(/static/social-fb-l.svg);
}

body[data-theme="light"] footer .footer .socials li a.twitter {
    background-image: url(/static/social-twitter-l.svg);
}

body[data-theme="light"] footer .footer .socials li a.ig {
    background-image: url(/static/social-ig-l.svg);
}

body[data-theme="light"] footer .footer .socials li a.google {
    background-image: url(/static/social-google-l.svg);
}

body[data-theme="light"] footer .footer .socials li a.tt {
    background-image: url(/static/social-tt-l.svg);
}

body[data-theme="light"] footer .footer .socials li a.yt {
    background-image: url(/static/social-yt-l.svg);
}

body[data-theme="light"] footer .footer .socials li a.tg {
    background-image: url(/static/social-tg-l.svg);
}

body[data-theme="light"] footer .footer .socials li a.vk {
    background-image: url(/static/social-vk-l.svg);
}

body[data-theme="dark"] footer {
    background-color: #000000;
}

body[data-theme="dark"] footer .footer .title-2 {
    color: #FFFFFF;
}

body[data-theme="dark"] footer .footer .title-3 {
    color: #FFFFFF;
}

body[data-theme="dark"] footer .footer .subscribe input {
    background: rgba(255, 255, 255, 0.05);
    color: #FFFFFF;
}

body[data-theme="dark"] footer .footer .subscribe input ::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

body[data-theme="dark"] footer .footer .contacts {
    color: rgba(255, 255, 255, 0.5);
}

body[data-theme="dark"] footer .footer .contacts a {
    color: #FFFFFF;
}

body[data-theme="dark"] footer .footer .bottom-nav li a {
    color: rgba(255, 255, 255, 0.5);
}

body[data-theme="dark"] footer .footer .bottom-nav li a:hover {
    text-decoration: none;
    color: #EACA79;
}

body[data-theme="dark"] footer .footer .socials li a.fb {
    background-image: url(/static/social-fb.svg);
}

body[data-theme="dark"] footer .footer .socials li a.twitter {
    background-image: url(/static/social-twitter.svg);
}

body[data-theme="dark"] footer .footer .socials li a.ig {
    background-image: url(/static/social-ig.svg);
}

body[data-theme="dark"] footer .footer .socials li a.google {
    background-image: url(/static/social-google.svg);
}

body[data-theme="dark"] footer .footer .socials li a.tt {
    background-image: url(/static/social-tt.svg);
}

body[data-theme="dark"] footer .footer .socials li a.yt {
    background-image: url(/static/social-yt.svg);
}

body[data-theme="dark"] footer .footer .socials li a.tg {
    background-image: url(/static/social-tg.svg);
}

body[data-theme="dark"] footer .footer .socials li a.vk {
    background-image: url(/static/social-vk.svg);
}

body[data-theme="dark"] footer .copyright .text-regular {
    color: rgba(255, 255, 255, 0.5);
}

body[data-theme="light"] .modal {
    background-color: #FFFFFF;
}

body[data-theme="light"] .modal .container .close-modal {
    background-image: url(/static/close-modal-light.svg);
}

body[data-theme="dark"] .modal {
    background-color: #000000;
}

body[data-theme="dark"] .modal .container .close-modal {
    background-image: url(/static/close-modal.svg);
}

.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    animation: fadeIn .3s ease-out;
    z-index: 3;
    padding-top: 120px;
}

.modal.active {
    display: block;
}

.modal .container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.modal .container .close-modal {
    position: absolute;
    right: 0;
    top: -60px;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

footer .gray-bg .container {
    display: flex;
}

@media screen and (max-width: 1200px) {
    footer .gray-bg .container {
        flex-direction: column-reverse;
    }
}

footer .gray-bg .container .footer {
    flex: 1;
}

footer .gray-bg .container .map {
    flex: 1;
}

@media screen and (max-width: 1200px) {
    footer .gray-bg .container .map {
        flex: unset;
    }
}

footer .footer {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
}

footer .footer.pr {
    padding-right: 30px;
}

@media screen and (max-width: 1200px) {
    footer .footer.pr {
        padding-right: 0;
    }
}

footer .footer .subscribe {
    margin-top: 30px;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 768px) {
    footer .footer .subscribe {
        flex-direction: column;
    }
}

footer .footer .subscribe input {
    display: block;
    padding: 20px 30px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 20px;
    line-height: 100%;
    border-radius: 30px;
    flex: 1;
    margin-right: 10px;
}

@media screen and (max-width: 768px) {
    footer .footer .subscribe input {
        width: 100%;
        margin-right: 0;
    }
}

footer .footer .subscribe .caption-button {
    display: block;
    padding: 20px 30px;
    text-align: center;
    color: #FFFFFF;
    background-color: #EACA79;
    border-radius: 30px;
    align-self: stretch;
    transition: .3s ease-out;
}

@media screen and (max-width: 768px) {
    footer .footer .subscribe .caption-button {
        width: 100%;
        margin-top: 10px;
    }
}

footer .footer .subscribe .caption-button:hover {
    background-color: #72AB57;
    color: #FFFFFF;
}

footer .footer .title-3 {
    margin-top: 70px;
    margin-bottom: 30px;
}

footer .footer .contacts {
    margin-bottom: 60px;
}

footer .footer .socials {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
    footer .footer .socials {
        flex-wrap: wrap;
    }
}

footer .footer .socials li {
    margin-right: 30px;
}

@media screen and (max-width: 768px) {
    footer .footer .socials li {
        margin-bottom: 20px;
    }
}

footer .footer .socials li:last-child {
    margin-right: 0;
}

footer .footer .socials li a {
    display: block;
    width: 24px;
    height: 24px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: transform .4s ease-out;
}

footer .footer .socials li a:hover {
    transform: scale(1.3);
}

footer .footer .bottom-nav {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    footer .footer .bottom-nav {
        flex-direction: column;
    }
}

footer .footer .bottom-nav li {
    margin-right: 40px;
}

@media screen and (max-width: 768px) {
    footer .footer .bottom-nav li {
        margin-right: 0;
    }
    footer .footer .bottom-nav li a {
        margin-bottom: 10px;
        transition: .3s ease-out;
    }
}

footer .footer .bottom-nav li:last-child {
    margin-right: 0;
}

footer .copyright {
    padding-top: 20px;
    padding-bottom: 20px;
}

footer .copyright .text-regular {
    text-align: center;
}

body[data-theme="light"] header:not(.nolightmode) .header .home {
    background-image: url(/static/logo-light.svg);
}

body[data-theme="light"] header:not(.nolightmode) .header .top-nav a.moon,
body[data-theme="light"] header:not(.nolightmode) .header .top-nav button.moon {
    background-image: url(/static/moon-light.svg);
}

body[data-theme="light"] header:not(.nolightmode) .header .top-nav a.lang,
body[data-theme="light"] header:not(.nolightmode) .header .top-nav button.lang {
    background-image: url(/static/lang-light.svg);
}

body[data-theme="light"] header:not(.nolightmode) .header .top-nav a.search,
body[data-theme="light"] header:not(.nolightmode) .header .top-nav button.search {
    background-image: url(/static/search-light.svg);
}

body[data-theme="light"] header:not(.nolightmode) .header .top-nav a.cart,
body[data-theme="light"] header:not(.nolightmode) .header .top-nav button.cart {
    background-image: url(/static/cart-light.svg);
}

body[data-theme="light"] header:not(.nolightmode) .header .top-nav a.burger,
body[data-theme="light"] header:not(.nolightmode) .header .top-nav button.burger {
    background-image: url(/static/burger-light.svg);
}

body[data-theme="light"] header:not(.nolightmode) .header .top-nav a.close-menu,
body[data-theme="light"] header:not(.nolightmode) .header .top-nav button.close-menu {
    background-image: url(/static/close-menu-light.svg);
}

body[data-theme="light"] header:not(.nolightmode) .header .top-nav a.back,
body[data-theme="light"] header:not(.nolightmode) .header .top-nav button.back {
    background-image: url(/static/back-light.svg);
}

body[data-theme="light"] header.nolightmode .header .home {
    background-image: url(/static/logo-dark.svg);
}

body[data-theme="light"] header.nolightmode .header .top-nav a.moon,
body[data-theme="light"] header.nolightmode .header .top-nav button.moon {
    background-image: url(/static/moon-dark.svg);
}

body[data-theme="light"] header.nolightmode .header .top-nav a.lang,
body[data-theme="light"] header.nolightmode .header .top-nav button.lang {
    background-image: url(/static/lang-dark.svg);
}

body[data-theme="light"] header.nolightmode .header .top-nav a.search,
body[data-theme="light"] header.nolightmode .header .top-nav button.search {
    background-image: url(/static/search-dark.svg);
}

body[data-theme="light"] header.nolightmode .header .top-nav a.cart,
body[data-theme="light"] header.nolightmode .header .top-nav button.cart {
    background-image: url(/static/cart-dark.svg);
}

body[data-theme="light"] header.nolightmode .header .top-nav a.burger,
body[data-theme="light"] header.nolightmode .header .top-nav button.burger {
    background-image: url(/static/burger-dark.svg);
}

body[data-theme="light"] header.nolightmode .header .top-nav a.close-menu,
body[data-theme="light"] header.nolightmode .header .top-nav button.close-menu {
    background-image: url(/static/close-menu-dark.svg);
}

body[data-theme="light"] header.nolightmode .header .top-nav a.back,
body[data-theme="light"] header.nolightmode .header .top-nav button.back {
    background-image: url(/static/back-dark.svg);
}

body[data-theme="dark"] header .header .home {
    background-image: url(/static/logo-dark.svg);
}

body[data-theme="dark"] header .header .top-nav a.moon,
body[data-theme="dark"] header .header .top-nav button.moon {
    background-image: url(/static/moon-dark.svg);
}

body[data-theme="dark"] header .header .top-nav a.lang,
body[data-theme="dark"] header .header .top-nav button.lang {
    background-image: url(/static/lang-dark.svg);
}

body[data-theme="dark"] header .header .top-nav a.search,
body[data-theme="dark"] header .header .top-nav button.search {
    background-image: url(/static/search-dark.svg);
}

body[data-theme="dark"] header .header .top-nav a.cart,
body[data-theme="dark"] header .header .top-nav button.cart {
    background-image: url(/static/cart-dark.svg);
}

body[data-theme="dark"] header .header .top-nav a.burger,
body[data-theme="dark"] header .header .top-nav button.burger {
    background-image: url(/static/burger-dark.svg);
}

body[data-theme="dark"] header .header .top-nav a.close-menu,
body[data-theme="dark"] header .header .top-nav button.close-menu {
    background-image: url(/static/close-menu-dark.svg);
}

body[data-theme="dark"] header .header .top-nav a.back,
body[data-theme="dark"] header .header .top-nav button.back {
    background-image: url(/static/back-dark.svg);
}

@keyframes fadeInTop {
    from {
        transform: translateY(20%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

header {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
}

header .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .header .home {
    width: 68px;
    height: 60px;
    background-position: center center;
    background-image: url(/static/logo-dark.svg);
    background-repeat: no-repeat;
}

header .header .top-nav {
    display: flex;
    align-items: center;
}

header .header .top-nav li {
    margin-right: 20px;
}

header .header .top-nav li:last-child {
    margin-right: 0;
}

header .header .top-nav a,
header .header .top-nav button {
    display: block;
    width: 30px;
    height: 30px;
    background-position: center center;
    background-repeat: no-repeat;
}

header .header .top-nav a:not(.lang):hover,
header .header .top-nav button:not(.lang):hover {
    opacity: .65;
}

header .header .top-nav a.burger,
header .header .top-nav button.burger {
    display: none;
}

header .header .top-nav a.burger.active,
header .header .top-nav button.burger.active {
    display: block;
}

header .header .top-nav a.close-menu,
header .header .top-nav button.close-menu {
    display: none;
}

header .header .top-nav a.close-menu.active,
header .header .top-nav button.close-menu.active {
    display: block;
}

header .header .top-nav a.lang,
header .header .top-nav button.lang {
    position: relative;
}

header .header .top-nav a.lang .chosen-lang,
header .header .top-nav button.lang .chosen-lang {
    position: absolute;
    top: 0;
    right: 0;
    padding: 2px 4px;
    background-color: #EACA79;
    border-radius: 4px;
    font-family: 'IBM Plex Sans', monospace;
    font-weight: 600;
    font-size: 10px;
    line-height: 100%;
    text-transform: uppercase;
    color: #000000;
}

header .header .top-nav a.lang:hover .chosen-lang,
header .header .top-nav button.lang:hover .chosen-lang {
    filter: brightness(1.2);
}

header .header .top-nav a.lang .lang-picker,
header .header .top-nav button.lang .lang-picker {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 10px;
    padding: 2px;
    background-color: #fff;
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    z-index: 4;
    width: 140px;
    animation: fadeInTop .3s ease-out;
}

header .header .top-nav a.lang .lang-picker.active,
header .header .top-nav button.lang .lang-picker.active {
    display: block;
}

header .header .top-nav a.lang .lang-picker a,
header .header .top-nav button.lang .lang-picker a {
    text-align: left;
    display: block;
    width: auto;
    height: auto;
    font-family: 'IBM Plex Serif', serif;
    font-size: 20px;
    line-height: 140%;
    color: rgba(0, 0, 0, 0.7);
    padding: 8px 16px;
    border-radius: 2px;
    background-color: #fff;
}

header .header .top-nav a.lang .lang-picker a:hover,
header .header .top-nav button.lang .lang-picker a:hover {
    text-decoration: none;
    color: #000;
    background-color: rgba(0, 0, 0, 0.05);
}

body[data-theme="light"] nav {
    background-color: #FFFFFF;
}

body[data-theme="light"] nav a {
    color: #000000;
}

body[data-theme="light"] nav a.active {
    color: #EACA79;
}

@media screen and (max-width: 768px) {
    body[data-theme="light"] nav li {
        border-color: #f5f5f5;
    }
}

body[data-theme="dark"] nav {
    background-color: #000000;
}

body[data-theme="dark"] nav a {
    color: #FFFFFF;
}

body[data-theme="dark"] nav a.active {
    color: #EACA79;
}

@media screen and (max-width: 768px) {
    body[data-theme="dark"] nav li {
        border-color: #202020;
    }
}

nav {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    padding-top: 200px;
    animation: fadeIn .4s ease-out;
    overflow-y: auto;
}

@media screen and (max-width: 768px) {
    nav {
        padding-top: 120px;
    }
}

nav.active {
    display: block;
}

@media screen and (max-width: 1200px) {
    nav ul {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media screen and (max-width: 768px) {
    nav li {
        width: 100%;
        border-bottom: 1px solid;
        margin-bottom: 20px;
    }
    nav .title {
        font-size: 50px;
        line-height: 60px;
    }
}

nav a {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    nav a {
        justify-content: center;
    }
}

nav a:hover {
    text-decoration: none;
}

nav a.active:after {
    content: url(/static/nav-active.svg);
    margin-left: 10px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

body[data-theme="light"] .table tr {
    border-bottom: 1px solid #f5f5f5;
}

body[data-theme="light"] .table tr .num {
    color: #000000;
}

body[data-theme="light"] .table tr .stacked .big {
    color: #000000;
}

body[data-theme="light"] .table tr .stacked .small {
    color: rgba(0, 0, 0, 0.5);
}

body[data-theme="light"] .table tr:hover .num {
    color: #737A5B;
}

body[data-theme="light"] .table tr:hover .big {
    color: #737A5B;
}

body[data-theme="dark"] .table tr {
    border-bottom: 1px solid #202020;
}

body[data-theme="dark"] .table tr .num {
    color: #FFFFFF;
}

body[data-theme="dark"] .table tr .stacked .big {
    color: #FFFFFF;
}

body[data-theme="dark"] .table tr .stacked .small {
    color: rgba(255, 255, 255, 0.5);
}

body[data-theme="dark"] .table tr:hover .num {
    color: #EACA79;
}

body[data-theme="dark"] .table tr:hover .big {
    color: #EACA79;
}

.table {
    width: 100%;
    border-collapse: collapse;
    animation: fadeIn .4s ease-out;
}

@media screen and (max-width: 768px) {
    .table {
        display: none;
    }
}

.table tr .d-flex {
    display: flex;
    align-items: center;
}

.table tr td {
    padding-top: 20px;
    padding-bottom: 20px;
}

.table tr td.text-align-right {
    text-align: right;
}

.table tr td .caption-button {
    padding: 15px 30px;
    color: #72AB57;
    background-color: rgba(114, 171, 87, 0.1);
    border-radius: 30px;
}

.table tr td .caption-button:hover {
    text-decoration: none;
    background-color: #72AB57;
    color: #FFFFFF;
}

@media screen and (max-width: 1200px) {
    .table tr td .caption-button {
        display: inline-block;
        font-size: 0;
        color: transparent;
        width: 60px;
        height: 60px;
        border-radius: 100%;
        padding: 0;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url(/static/buy-icon.svg);
        position: relative;
        top: -10px;
    }
    .table tr td .caption-button:hover {
        background-color: rgba(114, 171, 87, 0.1);
        color: transparent;
    }
}

.table tr .num {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: bold;
    font-size: 50px;
    line-height: 120%;
    margin-right: 10px;
}

.table tr .stacked .big {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
}

.table tr .stacked .small {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 120%;
}

body[data-theme="light"] .mobile-table .row {
    border-bottom: 1px solid #f5f5f5;
}

body[data-theme="light"] .mobile-table .num {
    color: #000000;
}

body[data-theme="light"] .mobile-table .stacked .big {
    color: #000000;
}

body[data-theme="light"] .mobile-table .stacked .small {
    color: rgba(0, 0, 0, 0.5);
}

body[data-theme="light"] .mobile-table .numbers {
    background-color: rgba(0, 0, 0, 0.05);
}

body[data-theme="light"] .mobile-table .numbers button {
    background-color: rgba(0, 0, 0, 0.05);
}

body[data-theme="light"] .mobile-table .numbers .minus {
    background-image: url(/static/minus-light.svg);
}

body[data-theme="light"] .mobile-table .numbers .plus {
    background-image: url(/static/plus-light.svg);
}

body[data-theme="light"] .mobile-table .numbers span {
    color: #000000;
}

body[data-theme="dark"] .mobile-table .row {
    border-bottom: 1px solid #202020;
}

body[data-theme="dark"] .mobile-table .num {
    color: #FFFFFF;
}

body[data-theme="dark"] .mobile-table .stacked .big {
    color: #FFFFFF;
}

body[data-theme="dark"] .mobile-table .stacked .small {
    color: rgba(255, 255, 255, 0.5);
}

body[data-theme="dark"] .mobile-table .numbers {
    background-color: rgba(255, 255, 255, 0.05);
}

body[data-theme="dark"] .mobile-table .numbers button {
    background-color: rgba(255, 255, 255, 0.05);
}

body[data-theme="dark"] .mobile-table .numbers .minus {
    background-image: url(/static/minus-dark.svg);
}

body[data-theme="dark"] .mobile-table .numbers .plus {
    background-image: url(/static/plus-dark.svg);
}

body[data-theme="dark"] .mobile-table .numbers span {
    color: #FFFFFF;
}

.mobile-table {
    display: none;
}

@media screen and (max-width: 768px) {
    .mobile-table {
        display: block;
    }
}

.mobile-table .row {
    padding-top: 20px;
    padding-bottom: 20px;
}

.mobile-table .row .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin-bottom: 10px;
}

.mobile-table .row .top .left {
    display: flex;
    align-items: center;
}

.mobile-table .row .bottom {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile-table .num {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: bold;
    font-size: 50px;
    line-height: 120%;
    margin-right: 10px;
}

.mobile-table .stacked .big {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
}

.mobile-table .stacked .small {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 120%;
}

.mobile-table .caption-button {
    display: inline-block;
    font-size: 0;
    color: transparent;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(/static/buy-icon.svg);
    background-color: rgba(114, 171, 87, 0.1);
}

.mobile-table .numbers {
    display: inline-flex;
    align-items: center;
    border-radius: 30px;
    padding: 15px;
}

.mobile-table .numbers button {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

.mobile-table .numbers span {
    font-family: 'IBM Plex Sans', sans-serif;
    margin: 0 10px;
}

.watch {
    display: flex;
    align-items: center;
    color: #EACA79;
}

.watch:hover {
    text-decoration: none;
}

.watch:hover:before {
    transform: scale(1.2);
}

.watch:before {
    content: url(/static/play.svg);
    margin-right: 15px;
    transition: transform .4s ease-out;
}

body[data-theme="light"] main.index {
    background-color: #FFFFFF;
    color: #000000;
}

body[data-theme="dark"] main.index {
    background-color: #000000;
    color: #FFFFFF;
}

body.noscroll {
    overflow: hidden;
}

@keyframes go {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0);
    }
}

.top-slider .slide {
    width: 100%;
    height: 760px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

@media screen and (max-width: 1200px) {
    .top-slider .slide {
        height: 600px;
    }
}

@media screen and (max-width: 768px) {
    .top-slider .slide {
        height: 800px;
    }
}

.top-slider .slide:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 80%, black 100%);
}

.top-slider .slide .info {
    position: absolute;
    width: 20%;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (max-width: 1200px) {
    .top-slider .slide .info {
        width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .top-slider .slide .info {
        width: 90%;
    }
}

.top-slider .slide .info .title {
    color: #FFFFFF;
}

.top-slider .slide .info .small-info {
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.7);
    display: flex;
    align-items: center;
}

.top-slider .slide .info .small-info svg {
    margin-left: 10px;
    margin-right: 10px;
}

.top-slider .slide .info .description {
    margin-top: 40px;
    color: #FFFFFF;
}

.top-slider .slide .info .watch {
    margin-top: 45px;
}

.top-slider .pagination {
    justify-content: flex-start;
    padding-bottom: 30px;
}

.top-slider .pagination .splide__pagination__page {
    background-color: rgba(255, 255, 255, 0.5);
    border: 0;
    width: 40px;
    height: 2px;
    border-radius: 0;
    overflow: hidden;
}

.top-slider .pagination .splide__pagination__page:before {
    display: block;
    width: 40px;
    height: 2px;
    background-color: #EACA79;
    z-index: 1;
    animation: go 5s;
}

.top-slider .pagination .splide__pagination__page.is-active {
    transform: none;
}

.top-slider .pagination .splide__pagination__page.is-active:before {
    content: '';
}

body[data-theme="light"] .mosaic-list .mosaic .mosaic-item .title-2 {
    color: #000000;
}

body[data-theme="light"] .mosaic-list .mosaic .mosaic-item .info p {
    color: rgba(0, 0, 0, 0.5);
}

body[data-theme="light"] .mosaic-list .mosaic .mosaic-item .info time {
    color: rgba(0, 0, 0, 0.5);
}

body[data-theme="dark"] .mosaic-list .mosaic .mosaic-item .title-2 {
    color: #FFFFFF;
}

body[data-theme="dark"] .mosaic-list .mosaic .mosaic-item .info p {
    color: #FFFFFF;
}

body[data-theme="dark"] .mosaic-list .mosaic .mosaic-item .info time {
    color: rgba(255, 255, 255, 0.5);
}

.mosaic-list {
    padding-top: 50px;
}

.mosaic-list .mosaic {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 50px;
    padding-bottom: 50px;
}

@media screen and (max-width: 1200px) {
    .mosaic-list .mosaic {
        display: block;
        padding-bottom: 0;
    }
}

.mosaic-list .mosaic .mosaic-item {
    display: block;
}

@media screen and (max-width: 1200px) {
    .mosaic-list .mosaic .mosaic-item {
        margin-bottom: 50px;
    }
}

.mosaic-list .mosaic .mosaic-item:hover {
    text-decoration: none;
}

.mosaic-list .mosaic .mosaic-item img {
    object-fit: cover;
}

.mosaic-list .mosaic .mosaic-item .info {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mosaic-list .mosaic .mosaic-item .title-2 {
    margin-top: 20px;
}

.mosaic-list .mosaic .mosaic-item:nth-child(1), .mosaic-list .mosaic .mosaic-item:nth-child(3) {
    grid-column: span 1;
    grid-row: span 1;
}

.mosaic-list .mosaic .mosaic-item:nth-child(1) img, .mosaic-list .mosaic .mosaic-item:nth-child(3) img {
    width: 410px;
    height: 320px;
}

@media screen and (max-width: 1200px) {
    .mosaic-list .mosaic .mosaic-item:nth-child(1) img, .mosaic-list .mosaic .mosaic-item:nth-child(3) img {
        width: 100%;
        height: auto;
    }
}

.mosaic-list .mosaic .mosaic-item:nth-child(2) {
    grid-column: span 2;
    grid-row: span 2;
}

.mosaic-list .mosaic .mosaic-item:nth-child(2) img {
    width: 730px;
    height: 600px;
}

@media screen and (max-width: 1200px) {
    .mosaic-list .mosaic .mosaic-item:nth-child(2) img {
        width: 100%;
        height: auto;
    }
}

.mosaic-list .mosaic:nth-child(even) {
    margin-top: -200px;
}

@media screen and (max-width: 1200px) {
    .mosaic-list .mosaic:nth-child(even) {
        margin-top: 0;
    }
}

.mosaic-list .mosaic:nth-child(even) .mosaic-item:nth-child(1) {
    margin-top: 200px;
    grid-column: span 2;
    grid-row: span 2;
}

@media screen and (max-width: 1200px) {
    .mosaic-list .mosaic:nth-child(even) .mosaic-item:nth-child(1) {
        margin-top: 0;
    }
}

.mosaic-list .mosaic:nth-child(even) .mosaic-item:nth-child(1) img {
    width: 730px;
    height: 600px;
}

@media screen and (max-width: 1200px) {
    .mosaic-list .mosaic:nth-child(even) .mosaic-item:nth-child(1) img {
        width: 100%;
        height: auto;
    }
}

.mosaic-list .mosaic:nth-child(even) .mosaic-item:nth-child(2), .mosaic-list .mosaic:nth-child(even) .mosaic-item:nth-child(3) {
    grid-column: span 1;
    grid-row: span 1;
}

.mosaic-list .mosaic:nth-child(even) .mosaic-item:nth-child(2) img, .mosaic-list .mosaic:nth-child(even) .mosaic-item:nth-child(3) img {
    width: 410px;
    height: 320px;
}

@media screen and (max-width: 1200px) {
    .mosaic-list .mosaic:nth-child(even) .mosaic-item:nth-child(2) img, .mosaic-list .mosaic:nth-child(even) .mosaic-item:nth-child(3) img {
        width: 100%;
        height: auto;
    }
}

body[data-theme="light"] .grid-list .top-controls .left .caption-button {
    color: rgba(0, 0, 0, 0.5);
}

body[data-theme="light"] .grid-list .top-controls .left .caption-button svg path,
body[data-theme="light"] .grid-list .top-controls .left .caption-button svg rect {
    stroke: #000000;
}

body[data-theme="light"] .grid-list .top-controls .left .caption-button.active {
    color: #000000;
}

body[data-theme="light"] .grid-list .top-controls .right .caption-button {
    color: rgba(0, 0, 0, 0.5);
}

body[data-theme="light"] .grid-list .top-controls .right .caption-button.active {
    color: #000000;
    background-color: #FFFFFF;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}

body[data-theme="dark"] .grid-list .top-controls .left .caption-button {
    color: rgba(255, 255, 255, 0.5);
}

body[data-theme="dark"] .grid-list .top-controls .left .caption-button svg path,
body[data-theme="dark"] .grid-list .top-controls .left .caption-button svg rect {
    stroke: #FFFFFF;
}

body[data-theme="dark"] .grid-list .top-controls .left .caption-button.active {
    color: #FFFFFF;
}

body[data-theme="dark"] .grid-list .top-controls .right .caption-button {
    color: rgba(255, 255, 255, 0.5);
}

body[data-theme="dark"] .grid-list .top-controls .right .caption-button.active {
    color: #FFFFFF;
    background-color: rgba(255, 255, 255, 0.05);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}

.grid-list .gray-bg {
    padding-top: 30px;
    padding-bottom: 65px;
}

.grid-list .top-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.grid-list .top-controls .left,
.grid-list .top-controls .right {
    display: flex;
    align-items: center;
}

.grid-list .top-controls .left .caption-button {
    display: flex;
    align-items: center;
    margin-right: 30px;
}

.grid-list .top-controls .left .caption-button svg {
    margin-right: 10px;
}

.grid-list .top-controls .left .caption-button svg path, .grid-list .top-controls .left .caption-button svg rect {
    stroke-opacity: 0.5;
}

@media screen and (max-width: 768px) {
    .grid-list .top-controls .left .caption-button {
        margin-right: 10px;
    }
}

.grid-list .top-controls .left .caption-button.active svg path,
.grid-list .top-controls .left .caption-button.active svg rect {
    stroke-opacity: 1;
}

@media screen and (max-width: 1200px) {
    .grid-list .top-controls .right {
        display: none;
    }
}

.grid-list .top-controls .right .caption-button {
    border-radius: 30px;
    background-color: transparent;
    box-shadow: none;
    margin-right: 20px;
    padding: 10px 20px;
}

.grid-list .top-controls .right .caption-button:last-child {
    margin-right: 0;
}

.grid-list .grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 25px;
    animation: fadeIn .4s ease-out;
}

@media screen and (max-width: 1200px) {
    .grid-list .grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 768px) {
    .grid-list .grid {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 15px;
    }
}

.grid-list .grid .grid-item {
    display: block;
    width: 100%;
    transition: transform .4s ease-out;
}

.grid-list .grid .grid-item a:hover {
    text-decoration: none;
}

.grid-list .grid .grid-item:hover {
    transform: scale(1.1);
}

.grid-list .grid .grid-item img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    margin-bottom: -4px;
}

.grid-list .grid .grid-item .info {
    padding: 20px;
    text-align: center;
}

.grid-list .grid .grid-item .info h4 {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: bold;
    font-size: 22px;
    line-height: 120%;
}

.grid-list .grid .grid-item .info p {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 120%;
    color: rgba(255, 255, 255, 0.7);
}

.grid-list .grid .grid-item:nth-child(1) .info {
    background-color: #00648F;
}

.grid-list .grid .grid-item:nth-child(2) .info {
    background-color: #754C3A;
}

.grid-list .grid .grid-item:nth-child(3) .info {
    background-color: #E27639;
}

.grid-list .grid .grid-item:nth-child(4) .info {
    background-color: #737A5B;
}

.grid-list .grid .grid-item:nth-child(5) .info {
    background-color: #214732;
}

.grid-list .grid .grid-item:nth-child(6) .info {
    background-color: #7776B2;
}

.grid-list .grid .grid-item:nth-child(7) .info {
    background-color: #214732;
}

.grid-list .grid .grid-item:nth-child(8) .info {
    background-color: #EACA79;
}

.grid-list .grid .grid-item:nth-child(9) .info {
    background-color: #9C2F6C;
}

.grid-list .grid .grid-item:nth-child(10) .info {
    background-color: #E27639;
}

body[data-theme="light"] .about .content {
    background-image: url(/static/about-bg-l.png);
}

body[data-theme="light"] .about .content .text-regular {
    color: #000000;
}

body[data-theme="dark"] .about .content {
    background-image: url(/static/about-bg.png);
}

body[data-theme="dark"] .about .content .text-regular {
    color: #FFFFFF;
}

.about {
    padding-top: 100px;
    padding-bottom: 140px;
}

.about .container {
    position: relative;
}

@media screen and (max-width: 768px) {
    .about .container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

.about .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.about .content img {
    margin-bottom: 30px;
}

.about .content .text-regular {
    margin-bottom: 30px;
    width: 380px;
}

@media screen and (max-width: 768px) {
    .about .content .text-regular {
        width: auto;
    }
}

.about .content .text-regular:last-of-type {
    margin-bottom: 0;
}

.about .circle {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    width: 100px;
    height: 100px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 120%;
    color: #FFFFFF;
    position: absolute;
}

@media screen and (max-width: 768px) {
    .about .circle {
        display: none;
    }
}

.about .circle:hover {
    text-decoration: none;
}

.about .circle.team {
    left: 220px;
    bottom: 190px;
    background-color: #9C2F6C;
}

@media screen and (max-width: 1200px) {
    .about .circle.team {
        left: 30px;
        bottom: 150px;
    }
}

.about .circle.contacts {
    top: 110px;
    right: 170px;
    background-color: #754C3A;
}

@media screen and (max-width: 1200px) {
    .about .circle.contacts {
        top: 150px;
        right: 30px;
    }
}

.about .circle.vacancies {
    right: 270px;
    bottom: 22px;
    background-color: #7776B2;
}

@media screen and (max-width: 1200px) {
    .about .circle.vacancies {
        right: 100px;
        bottom: 0px;
    }
}

.about .mobile {
    margin-top: 30px;
    display: none;
}

@media screen and (max-width: 768px) {
    .about .mobile {
        display: flex;
        align-items: center;
    }
    .about .mobile .circle {
        display: flex;
        position: static;
        margin-right: 15px;
    }
    .about .mobile .circle:last-child {
        margin-right: 0;
    }
}

body[data-theme="light"] main.about {
    background-color: #FFFFFF;
    background-image: url(/static/about-bg-light.png);
}

body[data-theme="light"] main.about .title {
    color: #000000;
}

body[data-theme="light"] main.about .text-mono {
    color: #000000;
}

body[data-theme="dark"] main.about {
    background-color: #000000;
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(/static/about-bg-dark.png);
}

body[data-theme="dark"] main.about .title {
    color: #FFFFFF;
}

body[data-theme="dark"] main.about .text-mono {
    color: #FFFFFF;
}

main.about {
    padding-top: 120px;
    padding-bottom: 180px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

main.about .title {
    width: 660px;
    margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
    main.about .title {
        width: auto;
        text-align: center;
    }
}

main.about .text-mono {
    margin-bottom: 30px;
    width: 380px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 768px) {
    main.about .text-mono {
        width: auto;
    }
}

main.about .text-mono:last-child {
    margin-bottom: 0;
}

body[data-theme="light"] .person .text-mono-mini {
    color: rgba(0, 0, 0, 0.5);
}

body[data-theme="light"] .person .text-regular {
    color: #000000;
}

body[data-theme="light"] .person .d-flex .social.fb {
    background-image: url(/static/social-fb-l.svg);
}

body[data-theme="light"] .person .d-flex .social.twitter {
    background-image: url(/static/social-twitter-l.svg);
}

body[data-theme="light"] .person .d-flex .social.ig {
    background-image: url(/static/social-ig-l.svg);
}

body[data-theme="dark"] .person .text-mono-mini {
    color: rgba(255, 255, 255, 0.5);
}

body[data-theme="dark"] .person .text-regular {
    color: #FFFFFF;
}

body[data-theme="dark"] .person .d-flex .social.fb {
    background-image: url(/static/social-fb.svg);
}

body[data-theme="dark"] .person .d-flex .social.twitter {
    background-image: url(/static/social-twitter.svg);
}

body[data-theme="dark"] .person .d-flex .social.ig {
    background-image: url(/static/social-ig.svg);
}

.person {
    width: 280px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .person {
        width: 100%;
    }
}

.person img {
    width: 280px;
    height: 420px;
    object-fit: cover;
    margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
    .person img {
        width: 100%;
        height: auto;
    }
}

.person .text-mono-mini {
    margin-bottom: 5px;
}

.person .d-flex {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.person .d-flex .social {
    margin-right: 15px;
    width: 24px;
    height: 24px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.person .d-flex .social:last-child {
    margin-right: 0;
}

body[data-theme="light"] .single .text {
    background-color: #FFFFFF;
}

body[data-theme="light"] .single .text .text-mono {
    color: #000000;
}

body[data-theme="light"] .single .carousel {
    background-color: #FFFFFF;
}

body[data-theme="light"] .single .carousel .controls .caption-button {
    color: rgba(0, 0, 0, 0.5);
}

body[data-theme="light"] .single .carousel .controls .caption-button.active {
    background-color: #F5F5F5;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    color: #000000;
}

body[data-theme="light"] .single .schedule {
    background-color: #FFFFFF;
}

body[data-theme="dark"] .single .text {
    background-color: #000000;
}

body[data-theme="dark"] .single .text .text-mono {
    color: #FFFFFF;
}

body[data-theme="dark"] .single .carousel {
    background-color: #000000;
}

body[data-theme="dark"] .single .carousel .controls .caption-button {
    color: rgba(255, 255, 255, 0.5);
}

body[data-theme="dark"] .single .carousel .controls .caption-button.active {
    background-color: rgba(255, 255, 255, 0.05);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    color: #FFFFFF;
}

body[data-theme="dark"] .single .schedule {
    background-color: #000000;
}

.single .top {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 240px;
    padding-bottom: 170px;
    position: relative;
}

.single .top:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 80%, black 100%);
}

.single .top > * {
    position: relative;
    z-index: 1;
}

.single .top .heading-fill {
    color: #FFFFFF;
    text-align: center;
    position: relative;
}

@media screen and (max-width: 1200px) {
    .single .top .heading-fill {
        font-size: 70px;
        line-height: 80px;
        text-align: left;
        padding-top: 30px;
    }
}

.single .top .heading-fill .title-mono-3 {
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 0;
    right: 0;
    left: unset;
}

@media screen and (max-width: 1200px) {
    .single .top .heading-fill .title-mono-3 {
        right: unset;
        left: 0;
    }
}

.single .top .heading-fill .title-mono-3:after {
    content: url(/static/single-drama.svg);
    margin-left: 5px;
}

.single .top .watch {
    margin-top: 40px;
}

@media screen and (max-width: 1200px) {
    .single .top .watch {
        margin-top: 15px;
    }
}

.single .text {
    padding-top: 90px;
    padding-bottom: 90px;
}

.single .text .text-mono {
    margin-bottom: 30px;
    width: 380px;
    margin-left: auto;
    margin-right: auto;
}

.single .text .text-mono:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .single .text .text-mono {
        width: auto;
    }
}

.single .carousel {
    padding-top: 30px;
    padding-bottom: 60px;
}

.single .carousel .controls {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.single .carousel .controls .caption-button {
    padding: 10px 20px;
    border-radius: 30px;
    margin-right: 20px;
}

.single .carousel .controls .caption-button:last-child {
    margin-right: 0;
}

.single .schedule {
    padding-bottom: 60px;
}

.single .person:nth-child(even) {
    margin-top: 30px;
}

@media screen and (max-width: 768px) {
    .single .person:nth-child(even) {
        margin-top: 0;
    }
}

body[data-theme="light"] main.team {
    background-color: #FFFFFF;
}

body[data-theme="light"] main.team .title {
    color: #000000;
}

body[data-theme="dark"] main.team {
    background-color: #000000;
}

body[data-theme="dark"] main.team .title {
    color: #FFFFFF;
}

main.team {
    padding-top: 120px;
    padding-bottom: 50px;
}

main.team .title {
    margin-bottom: 50px;
}

main.team .grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
    overflow: hidden;
}

main.team .grid .person {
    transition: transform .4s ease-out;
}

main.team .grid .person:hover {
    transform: scale(0.9);
}

@media screen and (max-width: 1200px) {
    main.team .grid {
        grid-template-columns: repeat(2, 1fr);
    }
    main.team .grid .person {
        justify-self: center;
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 1200px) and (max-width: 768px) {
    main.team .grid .person {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 1200px) {
    main.team .grid .person:nth-child(even) {
        margin-top: 60px;
    }
}

body[data-theme="light"] .vacancy {
    background-color: #f5f5f5;
}

body[data-theme="light"] .vacancy .title-mono-4 {
    color: #202020;
}

body[data-theme="light"] .vacancy .text-mono-mini {
    color: rgba(0, 0, 0, 0.7);
}

body[data-theme="light"] .vacancy b {
    color: rgba(0, 0, 0, 0.5);
}

body[data-theme="light"] .vacancy ul li {
    color: #202020;
}

body[data-theme="light"] .vacancy hr {
    border-color: rgba(0, 0, 0, 0.05);
}

body[data-theme="light"] .vacancy .respond {
    background-color: #FFFFFF;
    color: #72AB57;
}

body[data-theme="light"] .vacancy .respond:hover {
    background-color: #72AB57;
    color: #FFFFFF;
}

body[data-theme="dark"] .vacancy {
    background-color: #202020;
}

body[data-theme="dark"] .vacancy .title-mono-4 {
    color: #FFFFFF;
}

body[data-theme="dark"] .vacancy .text-mono-mini {
    color: rgba(255, 255, 255, 0.7);
}

body[data-theme="dark"] .vacancy b {
    color: rgba(255, 255, 255, 0.5);
}

body[data-theme="dark"] .vacancy ul li {
    color: #FFFFFF;
}

body[data-theme="dark"] .vacancy hr {
    border-color: rgba(255, 255, 255, 0.05);
}

body[data-theme="dark"] .vacancy .respond {
    background-color: rgba(255, 255, 255, 0.05);
    color: #EACA79;
}

body[data-theme="dark"] .vacancy .respond:hover {
    background-color: #EACA79;
    color: #000000;
}

.vacancy {
    break-inside: avoid;
    display: block;
    padding: 30px;
    margin-bottom: 30px;
}

.vacancy .title-mono-4 {
    margin-bottom: 15px;
}

.vacancy b {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 120%;
}

.vacancy ul {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 10px;
}

.vacancy ul:last-child {
    margin-bottom: 0;
}

.vacancy ul li:before {
    content: '—';
    margin-right: 3px;
}

.vacancy hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border-width: 1px;
    display: block;
    background: none;
    border: none;
    border-top: 1px solid;
}

.vacancy .respond {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

.vacancy .respond:hover {
    text-decoration: none;
}

body[data-theme="light"] main.vacancies {
    background-color: #FFFFFF;
}

body[data-theme="light"] main.vacancies .title {
    color: #000000;
}

body[data-theme="dark"] main.vacancies {
    background-color: #000000;
}

body[data-theme="dark"] main.vacancies .title {
    color: #FFFFFF;
}

main.vacancies {
    padding-top: 120px;
    padding-bottom: 80px;
}

main.vacancies .title {
    margin-bottom: 50px;
}

main.vacancies .list {
    column-count: 3;
    column-fill: balance;
    column-gap: 30px;
}

@media screen and (max-width: 1200px) {
    main.vacancies .list {
        columns: unset;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
    }
}

@media screen and (max-width: 768px) {
    main.vacancies .list {
        display: block;
        columns: unset;
    }
}

body[data-theme="light"] main.search {
    background-color: #FFFFFF;
}

body[data-theme="light"] main.search form input {
    color: #000000;
    border-color: #000000;
}

body[data-theme="light"] main.search form input::placeholder {
    color: rgba(0, 0, 0, 0.5);
}

body[data-theme="light"] main.search form input:placeholder-shown {
    border-color: rgba(0, 0, 0, 0.2);
}

body[data-theme="light"] main.search form a {
    background-image: url(/static/clear-light.svg);
}

body[data-theme="light"] main.search .result-item .title {
    color: #000000;
}

body[data-theme="light"] main.search .result-item .small-info {
    color: rgba(0, 0, 0, 0.7);
}

body[data-theme="light"] main.search .result-item .description {
    color: #000000;
}

body[data-theme="dark"] main.search {
    background-color: #000000;
}

body[data-theme="dark"] main.search form input {
    color: #FFFFFF;
    border-color: #FFFFFF;
}

body[data-theme="dark"] main.search form input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

body[data-theme="dark"] main.search form input:placeholder-shown {
    border-color: rgba(255, 255, 255, 0.2);
}

body[data-theme="dark"] main.search form a {
    background-image: url(/static/clear-dark.svg);
}

body[data-theme="dark"] main.search .result-item .title {
    color: #FFFFFF;
}

body[data-theme="dark"] main.search .result-item .small-info {
    color: rgba(255, 255, 255, 0.7);
}

body[data-theme="dark"] main.search .result-item .description {
    color: #FFFFFF;
}

main.search {
    padding-top: 130px;
    padding-bottom: 150px;
}

main.search form {
    position: relative;
}

main.search form input {
    display: block;
    width: 100%;
    padding: 20px 0;
    border: none;
    border-bottom: 1px solid;
}

main.search form a {
    position: absolute;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 0;
    color: transparent;
    display: none;
}

main.search .results {
    width: 100%;
    margin-top: 60px;
    column-count: 3;
    column-gap: 30px;
}

@media screen and (max-width: 1200px) {
    main.search .results {
        columns: unset;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
    }
}

@media screen and (max-width: 768px) {
    main.search .results {
        display: block;
        columns: unset;
    }
}

main.search .results .result-item {
    display: block;
    break-inside: avoid;
    margin-bottom: 50px;
}

main.search .results .result-item .title {
    margin-bottom: 10px;
}

main.search .results .result-item .small-info {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
}

main.search .results .result-item .small-info svg {
    margin-left: 10px;
    margin-right: 10px;
}

main.search .results .result-item .description {
    margin-bottom: 45px;
}

body[data-theme="light"] main.cart {
    background-color: #FFFFFF;
}

body[data-theme="light"] main.cart .title {
    color: #000000;
}

body[data-theme="light"] main.cart .table tr {
    background-color: rgba(0, 0, 0, 0.05);
}

body[data-theme="light"] main.cart .table tr:hover .num {
    color: #000000;
}

body[data-theme="light"] main.cart .table tr:hover .big {
    color: #000000;
}

body[data-theme="light"] main.cart .table .numbers {
    background-color: rgba(0, 0, 0, 0.05);
}

body[data-theme="light"] main.cart .table .numbers button {
    background-color: rgba(0, 0, 0, 0.05);
}

body[data-theme="light"] main.cart .table .numbers .minus {
    background-image: url(/static/minus-light.svg);
}

body[data-theme="light"] main.cart .table .numbers .plus {
    background-image: url(/static/plus-light.svg);
}

body[data-theme="light"] main.cart .table .numbers span {
    color: #000000;
}

body[data-theme="light"] main.cart .continue p {
    color: #000000;
}

body[data-theme="light"] main.cart .continue .provider {
    background-color: rgba(114, 171, 87, 0.1);
    color: #72AB57;
}

body[data-theme="light"] main.cart .continue .provider:hover {
    text-decoration: none;
    background-color: #72AB57;
    color: #FFFFFF;
}

body[data-theme="light"] main.cart .clear {
    color: rgba(0, 0, 0, 0.5);
    background-color: rgba(0, 0, 0, 0.05);
}

body[data-theme="light"] main.cart .clear:hover {
    background-color: #ff5247;
    color: #FFFFFF;
}

body[data-theme="dark"] main.cart {
    background-color: #000000;
}

body[data-theme="dark"] main.cart .title {
    color: #FFFFFF;
}

body[data-theme="dark"] main.cart .table tr {
    background-color: rgba(255, 255, 255, 0.05);
}

body[data-theme="dark"] main.cart .table tr:hover .num {
    color: #FFFFFF;
}

body[data-theme="dark"] main.cart .table tr:hover .big {
    color: #FFFFFF;
}

body[data-theme="dark"] main.cart .table .numbers {
    background-color: rgba(255, 255, 255, 0.05);
}

body[data-theme="dark"] main.cart .table .numbers button {
    background-color: rgba(255, 255, 255, 0.05);
}

body[data-theme="dark"] main.cart .table .numbers .minus {
    background-image: url(/static/minus-dark.svg);
}

body[data-theme="dark"] main.cart .table .numbers .plus {
    background-image: url(/static/plus-dark.svg);
}

body[data-theme="dark"] main.cart .table .numbers span {
    color: #FFFFFF;
}

body[data-theme="dark"] main.cart .continue p {
    color: #FFFFFF;
}

body[data-theme="dark"] main.cart .continue .provider {
    background-color: rgba(114, 171, 87, 0.1);
    color: #72AB57;
}

body[data-theme="dark"] main.cart .continue .provider:hover {
    text-decoration: none;
    background-color: #72AB57;
    color: #FFFFFF;
}

body[data-theme="dark"] main.cart .clear {
    color: rgba(255, 255, 255, 0.5);
    background-color: rgba(255, 255, 255, 0.05);
}

body[data-theme="dark"] main.cart .clear:hover {
    background-color: #ff5247;
    color: #FFFFFF;
}

main.cart {
    padding-top: 120px;
    padding-bottom: 50px;
}

main.cart .container {
    position: relative;
}

main.cart .title {
    margin-bottom: 40px;
}

main.cart .table {
    border-collapse: separate;
    border-spacing: 0 10px;
}

main.cart .table tr {
    border: none;
}

main.cart .table td {
    padding: 20px;
}

main.cart .table .numbers {
    display: inline-flex;
    align-items: center;
    border-radius: 30px;
    padding: 15px;
}

main.cart .table .numbers button {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

main.cart .table .numbers span {
    font-family: 'IBM Plex Sans', sans-serif;
    margin: 0 10px;
}

main.cart .continue {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

@media screen and (max-width: 1200px) {
    main.cart .continue {
        flex-direction: column;
    }
    main.cart .continue .tablet-wrapper {
        margin-top: 40px;
    }
}

main.cart .continue .provider {
    margin-left: 15px;
    padding: 15px 30px;
    border-radius: 30px;
}

main.cart .clear {
    position: absolute;
    top: 10px;
    right: 0;
    padding: 20px 30px;
    border-radius: 30px;
}

@media screen and (max-width: 768px) {
    main.cart .clear {
        display: none;
    }
}

body[data-theme="light"] main.events .title {
    color: #000000;
}

body[data-theme="dark"] main.events .title {
    color: #FFFFFF;
}

main.events {
    padding-top: 120px;
    padding-bottom: 60px;
}

main.events .title {
    margin-bottom: 30px;
}

body[data-theme="light"] main.contacts .title {
    color: #000000;
}

body[data-theme="dark"] main.contacts .title {
    color: #FFFFFF;
}

main.contacts {
    padding-top: 120px;
    padding-bottom: 60px;
}
