@font-face {
    font-family: "e-Ukraine Head";
    src: url("../fonts/e-UkraineHead-Bold.otf") format("opentype");
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: "e-Ukraine Head";
    src: url("../fonts/e-UkraineHead-Medium.otf") format("opentype");
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: "e-Ukraine Head";
    src: url("../fonts/e-UkraineHead-Regular.otf") format("opentype");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "e-Ukraine Head";
    src: url("../fonts/e-UkraineHead-Light.otf") format("opentype");
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: "e-Ukraine Head";
    src: url("../fonts/e-UkraineHead-UltraLight.otf") format("opentype");
    font-style: normal;
    font-weight: 200;
}
/* stylelint-disable */
/*! 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.
 */
* {
    margin: 0;
    padding: 0;
}

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;
}

h1, h2, h3, h4, h5, h6 {
    overflow-wrap: normal !important;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    -webkit-box-sizing: content-box;
    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 */
    -webkit-text-decoration: underline dotted;
    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 {
    -webkit-box-sizing: border-box;
    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] {
    -webkit-box-sizing: border-box;
    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;
}

/* stylelint-enable */
html.block {
    overflow: hidden;
}

body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
}

.main {
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

*,
*::before,
*::after {
    font: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    width: auto;
    max-width: 100%;
    height: auto;
}

.body-scroll {
    overflow-y: hidden;
}

.overlay {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(241, 241, 241, 0.8);
    z-index: 18;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

    .overlay.active-overlay {
        opacity: 1;
        visibility: visible;
    }

.hide {
    display: none;
}

/* blocks start */
.container {
    width: 100%;
    max-width: 1728px;
    margin: 0 auto;
    padding: 0 60px;
}

@media (max-width: 768px) {
    .container {
        padding: 0 15px;
    }
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 68px;
    z-index: 10;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    padding: 47px 0 0;
}

@media (max-width: 1050px) {
    .header {
        padding: 0;
    }
}

.header__primary .container__primary {
    padding: 0 60px !important;
}

@media (min-width: 1728px) {
    .header__primary .container__primary {
        max-width: none;
    }
}

@media (max-width: 768px) {
    .header__primary .container__primary {
        padding: 0 15px !important;
    }
}

.header .container {
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

@media (max-width: 1600px) {
    .header .container {
        padding: 0;
    }
}

.header__fixed {
    padding: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

    .header__fixed .container {
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        max-width: unset;
        padding: 0;
    }

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

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

.header__wrap {
    width: 100%;
    height: 100%;
    min-height: 68px;
    max-height: 68px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ffffff;
    padding: 13px 0 12px 18px;
}

@media (max-width: 1050px) {
    .header__wrap {
        padding-right: 18px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.header__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
}

@media (max-width: 1050px) {
    .header__content {
        position: absolute;
        background: #fff;
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        opacity: 0;
        padding: 120px 15px 80px;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
}

.header__navigation {
    margin-right: 100px;
}

@media (max-width: 1440px) {
    .header__navigation {
        margin-right: 40px;
    }
}

@media (max-width: 1050px) {
    .header__navigation {
        margin-right: 0;
    }
}

.header__item:not(:last-child) {
    margin-right: 41px;
}

@media (max-width: 1440px) {
    .header__item:not(:last-child) {
        margin-right: 25px;
    }
}

@media (max-width: 1050px) {
    .header__item:not(:last-child) {
        margin-right: 0;
        margin-bottom: 40px;
    }
}

.header__list {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 1050px) {
    .header__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.header__link {
    text-decoration: none;
    font-family: "e-Ukraine Head", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: #000000;
    text-transform: uppercase;
}

@media (max-width: 1440px) {
    .header__link {
        font-size: 12px;
        line-height: 15px;
    }
}

@media (max-width: 1050px) {
    .header__link {
        font-size: 16px;
        line-height: 19px;
    }
}

.header__link--active {
    color: #E58851;
}

.header__tel {
    text-decoration: none;
    font-family: "e-Ukraine Head", sans-serif;
    font-size: 24px;
    font-weight: 200;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
    color: #ffffff;
    padding: 20px 25px 19px 23px;
    background: #FF7E02;
    border-radius: 0px 5px 5px 0px;
    width: 100%;
    height: 100%;
    max-height: 68px;
    max-width: 308px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1440px) {
    .header__tel {
        font-size: 18px;
        line-height: 23px;
    }
}

@media (max-width: 1050px) {
    .header__tel {
        display: none;
    }
}

.header__tel--mobile {
    display: none;
}

@media (max-width: 1050px) {
    .header__tel--mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 15px 25px;
        max-height: 52px;
        max-width: 260px;
        border-radius: 5px;
        font-size: 16px;
        line-height: 18px;
    }
}

.header__fatal {
    position: static;
    padding-top: 60px;
    background: #1B2938;
}

@media (max-width: 1440px) {
    .header__fatal .container {
        padding: 0 60px;
    }
}

.header__primary {
    padding-top: 60px;
}

@media (max-width: 1440px) {
    .header__primary .container {
        padding: 0 60px;
    }
}

@media (max-width: 768px) {
    .header__primary .container {
        padding: 0 15px;
    }
}

.header--open .header__content {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    overflow: auto;
}

.lang__button {
    background: transparent;
    position: relative;
    outline: none;
    cursor: pointer;
    border: none;
}

.lang__list {
    list-style: none;
    position: absolute;
    top: 25px;
    left: 0;
}

.lang--header {
    margin-right: 56px;
}

@media (max-width: 1200px) {
    .lang--header {
        margin-right: 25px;
    }
}

@media (max-width: 1050px) {
    .lang--header {
        margin-right: 0;
        margin-top: auto;
        margin-bottom: 40px;
    }
}

@media (max-width: 360px) {
    .lang--header {
        margin-top: 30px;
    }
}

.lang--fatal {
    margin-right: 50px;
}

.menu__list {
    list-style: none;
}

.menu__item--footer:not(:last-child) {
    margin-bottom: 17px;
}

.menu__link {
    font-family: "e-Ukraine Head", sans-serif;
    font-size: 14px;
    font-weight: 200;
    line-height: 14px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
}

.hamburger {
    display: none;
    width: 43px;
    height: 43px;
    background-color: #FFFFFF;
    border-radius: 50%;
    outline: none;
    border: 0;
    position: relative;
}

@media (max-width: 1050px) {
    .hamburger {
        display: block;
    }
}

.hamburger .hamburger-menu {
    width: 19px;
    height: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

    .hamburger .hamburger-menu .hamburger-line {
        background-color: #0F3A4C;
        width: 19px;
        height: 1px;
        -webkit-transition: -webkit-transform 500ms;
        transition: -webkit-transform 500ms;
        -o-transition: transform 500ms;
        transition: transform 500ms;
        transition: transform 500ms, -webkit-transform 500ms;
    }

    .hamburger .hamburger-menu .hamburger-line--mod {
        background-color: #FFFFFF;
    }

.hamburger--mod {
    background: #0F3A4C;
}

    .hamburger--mod .hamburger-menu .hamburger-line {
        background: #FFFFFF;
    }

.hamburger--active {
    background: #0F3A4C;
}

    .hamburger--active .hamburger-menu {
        top: 58%;
    }

    .hamburger--active .hamburger-line:first-child {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        background: #FFFFFF;
        height: 2px;
        position: absolute;
    }

    .hamburger--active .hamburger-line:last-child {
        background: #FFFFFF;
        height: 2px;
        -webkit-transform: rotate(315deg);
        -ms-transform: rotate(315deg);
        transform: rotate(315deg);
    }

.primary {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}

.primary__list {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.primary__item {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}

@media (max-width: 1200px) {
    .primary__item--mobile {
        display: none;
    }
}

@media (max-width: 1200px) {
    .primary__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
}

.primary__bg {
    position: absolute;
    width: 100%;
    height: 100vh;
    z-index: -4;
}

    .primary__bg img {
        display: block;
        width: 100%;
        height: 100vh;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
    }

    .primary__bg:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        background: -o-linear-gradient(0.28deg, rgba(0, 0, 0, 0.9) 0.75%, rgba(0, 0, 0, 0.5) 99.76%);
        background: linear-gradient(89.72deg, rgba(0, 0, 0, 0.9) 0.75%, rgba(0, 0, 0, 0.5) 99.76%);
    }

.primary__wrapper {
    position: relative;
    z-index: 2;
    padding-top: 220px;
}

@media (max-width: 992px) {
    .primary__wrapper {
        padding-bottom: 214px;
    }
}

@media (max-width: 576px) {
    .primary__wrapper {
        padding-top: 100px;
        padding-bottom: 0;
    }
}

.primary__text {
    position: absolute;
    top: 0;
    outline: none;
    background: transparent;
    text-decoration: none;
    color: #FFFFFF;
    width: 100%;
    font-family: "e-Ukraine Head", sans-serif;
    font-size: 26px;
    font-weight: 300;
    line-height: 31px;
    letter-spacing: 0.04em;
}

@media (max-width: 1200px) {
    .primary__text {
        display: none;
        font-size: 18px;
        line-height: 24px;
    }
}

.primary__text--mobile {
    display: none;
}

@media (max-width: 1200px) {
    .primary__text--mobile {
        font-size: 24px;
        line-height: 28px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        border: none;
        padding: unset;
    }
}

@media (max-width: 992px) {
    .primary__text--mobile {
        top: 20px;
    }
}

.primary__title {
    font-family: "e-Ukraine Head", sans-serif;
    font-size: 58px;
    font-weight: 700;
    line-height: 70px;
    letter-spacing: 0.04em;
    text-align: left;
    margin: 0 0 120px;
    color: #EFEDED;
    width: 100%;
    max-width: 400px;
}

@media (max-width: 1600px) {
    .primary__title {
        font-size: 36px;
        line-height: 40px;
    }
}

@media (max-width: 1200px) {
    .primary__title {
        display: none;
    }
}

@media (max-width: 992px) {
    .primary__title {
        font-size: 24px;
        line-height: 28px;
        max-width: 270px;
    }
}

.primary__title span {
    color: #EFEDED;
    font-size: 50px;
    font-weight: 300;
    line-height: 60px;
    letter-spacing: 0.04em;
    text-align: left;
}

@media (max-width: 1600px) {
    .primary__title span {
        font-size: 28px;
        line-height: 30px;
    }
}

.primary__link {
    outline: none;
    text-decoration: none;
    border-radius: 5px;
    cursor: pointer;
    padding: 19px 18px 18px;
    width: 100%;
    border: none;
    font-family: "e-Ukraine Head", sans-serif;
    font-size: 24px;
    font-weight: 200;
    line-height: 31px;
    letter-spacing: 0.04em;
    text-align: left;
    color: #FFFFFF;
    background: -webkit-gradient(linear, left top, right top, color-stop(-1.53%, #FF7E02), to(#FF2E00));
    background: -o-linear-gradient(left, #FF7E02 -1.53%, #FF2E00 100%);
    background: linear-gradient(90deg, #FF7E02 -1.53%, #FF2E00 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 250px;
}

@media (max-width: 1200px) {
    .primary__link {
        display: none;
    }
}

@media (max-width: 768px) {
    .primary__link {
        font-size: 18px;
        line-height: 24px;
    }
}

.primary__link--mobile {
    display: none;
}

@media (max-width: 1200px) {
    .primary__link--mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: unset;
    }

        .primary__link--mobile:not(:last-child) {
            margin-bottom: 20px;
        }
}

@media (max-width: 992px) {
    .primary__link--mobile {
        font-size: 16px;
        line-height: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.primary__icon {
    margin-left: 30px;
}

.start {
    position: relative;
    min-height: 100vh;
}

    .start .container {
        padding-top: 232px;
        padding-bottom: 245px;
    }

@media (max-width: 992px) {
    .start .container {
        padding-top: 140px;
        padding-bottom: 140px;
    }
}

.start__bg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.start__bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: -o-linear-gradient(0.18deg, rgba(0, 0, 0, 0.9) 0.67%, rgba(0, 0, 0, 0.3) 99.84%);
    background: linear-gradient(89.82deg, rgba(0, 0, 0, 0.9) 0.67%, rgba(0, 0, 0, 0.3) 99.84%);
}

.start__title {
    font-family: "e-Ukraine Head", sans-serif;
    font-size: 52px;
    font-weight: 700;
    line-height: 82px;
    letter-spacing: 0.04em;
    text-align: left;
    margin: 0 0 42px;
    color: #FFFFFF;
}

@media (max-width: 1520px) {
    .start__title {
        font-size: 48px;
        line-height: 52px;
    }
}

@media (max-width: 768px) {
    .start__title {
        font-size: 38px;
        line-height: 40px;
    }
}

.start__title span {
    font-size: 48px;
}

.start__text {
    width: 100%;
    max-width: 887px;
    font-family: "e-Ukraine Head", sans-serif;
    font-size: 24px;
    font-weight: 200;
    line-height: 29px;
    letter-spacing: 0.04em;
    text-align: left;
    color: #FFFFFF;
}

    .start__text:not(:last-child) {
        margin-bottom: 23px;
    }

@media (max-width: 1520px) {
    .start__text {
        font-size: 20px;
        line-height: 20px;
    }
}

@media (max-width: 992px) {
    .start__text {
        max-width: 580px;
    }
}

@media (max-width: 768px) {
    .start__text {
        font-size: 16px;
        max-width: 360px;
    }
}

.start__buttons {
    width: 100%;
    max-width: 688px;
    margin-top: 122px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 295px 338px;
    grid-template-columns: 295px 338px;
    gap: 55px;
}

@media (max-width: 992px) {
    .start__buttons {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .start__buttons {
        margin-top: 60px;
    }
}

.start__btn {
    outline: none;
    border-radius: 5px;
    cursor: pointer;
    padding: 19px 18px 18px;
    width: 100%;
    border: none;
    font-family: "e-Ukraine Head", sans-serif;
    font-size: 22px;
    font-weight: 200;
    line-height: 31px;
    letter-spacing: 0.04em;
    text-align: left;
    color: #FFFFFF;
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}

@media (max-width: 768px) {
    .start__btn {
        font-size: 18px;
        line-height: 26px;
    }
}

.start__btn--grad {
    max-width: 295px;
    background: -webkit-gradient(linear, left top, right top, color-stop(-1.53%, #FF7E02), to(#FF2E00));
    background: -o-linear-gradient(left, #FF7E02 -1.53%, #FF2E00 100%);
    background: linear-gradient(90deg, #FF7E02 -1.53%, #FF2E00 100%);
}

.start__btn--defolt {
    max-width: 338px;
    border: 2px solid #FFFFFF;
}

.start__icon {
    margin-left: 27px;
}

.start__navigation {
    position: absolute;
    top: 50%;
    right: 25px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 768px) {
    .start__navigation {
        right: 15px;
    }
}

@media (max-width: 576px) {
    .start__navigation {
        position: static;
        top: unset;
        right: unset;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        margin-top: 25px;
        display: none;
    }
}

.start__list {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 576px) {
    .start__list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.start__item {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: relative;
}

    .start__item:not(:last-child) {
        margin-bottom: 13px;
    }

@media (max-width: 576px) {
    .start__item:not(:last-child) {
        margin-bottom: 0px;
        margin-right: 13px;
    }
}

@media (max-width: 768px) {
    .start__item {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 576px) {
    .start__item {
        width: 45px;
        height: 45px;
    }
}

.start__item--active {
    width: 70px;
    height: 70px;
}

@media (max-width: 768px) {
    .start__item--active {
        width: 45px;
        height: 45px;
    }
}

@media (max-width: 576px) {
    .start__item--active {
        width: 50px;
        height: 50px;
    }
}

.start__item--active img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.start__link {
    display: block;
    text-decoration: none;
}

    .start__link img {
        display: block;
        width: 100%;
        height: 100%;
    }

.test__icon {
    color: red;
}

.btn {
    cursor: pointer;
    outline: none;
    font-family: "e-Ukraine Head", sans-serif;
    font-size: 26px;
    font-weight: 300;
    line-height: 31px;
    letter-spacing: 0.04em;
    text-align: left;
    color: #FF3601;
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    max-width: 251px;
    max-height: 68px;
    padding: 19px 15px 18px;
    border: 2px solid #FF3701;
    border-radius: 5px;
}

@media (max-width: 992px) {
    .btn {
        font-size: 20px;
        line-height: 28px;
        max-height: 58px;
    }
}

.btn--about {
    min-width: 251px;
}

.product {
    padding-top: 87px;
    padding-bottom: 96px;
}

.product__list {
    width: 100%;
    max-width: 1418px;
    margin: 92px auto 107px;
    list-style: none;
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, 419px);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 70px 80px;
}

@media (max-width: 1520px) {
    .product__list {
        gap: 45px;
    }
}

@media (max-width: 1440px) {
    .product__list {
        grid-template-columns: repeat(auto-fill, 378px);
    }
}

@media (max-width: 576px) {
    .product__list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

.product__item {
    height: 100%;
    min-height: 240px;
    border-radius: 5px;
}

.product__header {
    width: 100%;
    height: 100%;
    max-height: 170px;
    border-radius: 5px 5px 0px 0px;
}

    .product__header img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        border-radius: 5px 5px 0px 0px;
    }

.product__content {
    padding: 7px 7px 7px 16px;
    background: #FF5B01;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 0px 0px 5px 5px;
    height: 100%;
    max-height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product__name {
    font-family: "e-Ukraine Head", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0.04em;
    text-align: left;
    color: #FFFFFF;
}

.product__more {
    border: none;
    outline: none;
    cursor: pointer;
    background: -webkit-gradient(linear, left top, right top, color-stop(-1.53%, #FF7E02), to(#FF2E00));
    background: -o-linear-gradient(left, #FF7E02 -1.53%, #FF2E00 100%);
    background: linear-gradient(90deg, #FF7E02 -1.53%, #FF2E00 100%);
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 19px 18px 18px;
    font-family: "e-Ukraine Head", sans-serif;
    font-size: 26px;
    font-weight: 200;
    line-height: 31px;
    letter-spacing: 0.04em;
    text-align: left;
    color: #FFFFFF;
    width: 100%;
    max-width: 346px;
    margin: 0 auto;
    height: 100%;
    min-height: 68px;
}

@media (max-width: 576px) {
    .product__more {
        font-size: 18px;
    }
}

.product__icon {
    margin-left: 27px;
}

.products {
    padding-top: 155px;
    padding-bottom: 77px;
}

@media (max-width: 992px) {
    .products {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

.products__btn {
    padding: 19px 18px 18px;
    background: transparent;
    border: 2px solid #FF3E01;
    border-radius: 5px;
    font-family: "e-Ukraine Head", sans-serif;
    font-size: 26px;
    font-weight: 200;
    line-height: 31px;
    letter-spacing: 0.04em;
    text-align: left;
    color: #FF3E01;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    outline: none;
    width: 100%;
    max-width: 338px;
    margin: 0 auto;
}

@media (max-width: 576px) {
    .products__btn {
        font-size: 18px;
        line-height: 24px;
    }
}

.brands {
    padding-top: 137px;
    padding-bottom: 76px;
    position: relative;
    z-index: 2;
}

@media (max-width: 768px) {
    .brands {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

.brands__swiper {
    margin-top: 90px;
    padding-top: 30px;
    overflow: hidden;
}

.brands__wrapper .slick-list {
    padding: 15px 0 0;
}

.brands__slide.slick-slide {
    margin: 0 20px;
}

.brands__header {
    padding: 35px;
    height: 100%;
    min-height: 174px;
    max-height: 174px;
    background: #FFFFFF;
    border-radius: 5px;
    -webkit-filter: drop-shadow(0px 5px 10px rgba(39, 52, 67, 0.3));
    filter: drop-shadow(0px 5px 10px rgba(39, 52, 67, 0.3));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 22px;
}

    .brands__header img {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
    }

@media (min-width: 1440px) {
    .brands__header {
        min-height: 200px;
        max-height: 200px;
    }
}

.brands__name {
    font-family: "e-Ukraine Head", sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 34px;
    letter-spacing: 0.04em;
    text-align: center;
    color: #000000;
}

.brands__navigation {
    width: 100%;
    max-width: 68px;
    margin-top: 60px;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.brands__prev {
    cursor: pointer;
    background: transparent;
    outline: none;
    border: none;
}

.brands__next {
    cursor: pointer;
    background: transparent;
    outline: none;
    border: none;
}

.brands__decor img {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    height: 100%;
    z-index: -5;
}

@media (max-width: 1200px) {
    .brands__decor img {
        display: none;
    }
}

/*about*/
.about {
    padding-top: 155px;
    padding-bottom: 140px;
    position: relative;
}

@media (max-width: 992px) {
    .about {
        padding-top: 75px;
        padding-bottom: 70px;
    }
}

.about .container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 768px) {
    .about .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.about__bg img {
    position: absolute;
    top: 45%;
    left: 36%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}

.about__decor img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

@media (max-width: 768px) {
    .about__left {
        margin-top: 40px;
    }
}

.about__right {
    width: 100%;
    max-width: 882px;
    margin-left: 290px;
}

@media (max-width: 1440px) {
    .about__right {
        margin-left: auto;
    }
}

@media (max-width: 1300px) {
    .about__right {
        margin-left: 60px;
    }
}

@media (max-width: 768px) {
    .about__right {
        margin-left: 0;
    }
}

.about__title {
    display: block;
    font-family: "e-Ukraine Head", sans-serif;
    font-size: 50px;
    font-weight: 500;
    line-height: 70px;
    letter-spacing: 0.04em;
    text-align: left;
    margin: 0 0 30px;
}

@media (max-width: 992px) {
    .about__title {
        font-size: 35px;
        line-height: 50px;
        margin-bottom: 20px;
    }
}

.about__text {
    font-family: e-Ukraine Head;
    font-size: 24px;
    font-weight: 200;
    line-height: 37px;
    letter-spacing: 0.04em;
    text-align: left;
}

    .about__text:not(:last-child) {
        margin-bottom: 35px;
    }

@media (max-width: 992px) {
    .about__text:not(:last-child) {
        margin-bottom: 25px;
    }
}

@media (max-width: 992px) {
    .about__text {
        font-size: 20px;
        line-height: 28px;
    }
}

.why {
    background: #1B2938;
    padding-top: 280px;
    padding-bottom: 187px;
    position: relative;
    z-index: 3;
}

@media (max-width: 768px) {
    .why {
        padding-top: 80px;
        padding-bottom: 60px;
    }
}

.why:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: url("../../img/why-bg.svg") center center no-repeat;
    width: 100%;
    max-width: 1647px;
    height: 812px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}

@media (max-width: 1440px) {
    .why:before {
        height: 740px;
    }

    .why {
        padding-top: 80px;
        padding-bottom: 70px;
    }

    .why__list {
        gap: 78px 158px;
    }
}

.why__list {
    list-style: none;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 38px 138px;
}

@media (max-width: 1240px) {
    .why__list {
        gap: 40px;
    }
}

@media (max-width: 992px) {
    .why__list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

.why__item {
    padding: 47px 30px 27px;
    background: #FF5B01;
    border-radius: 5px;
    height: 100%;
    min-height: 278px;
}

@media (max-width: 992px) {
    .why__item {
        padding: 30px;
    }
}

@media (max-width: 576px) {
    .why__item {
        padding: 10px;
        min-height: 210px;
    }
}

.why__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 18px;
}

.why__title {
    font-family: "e-Ukraine Head", sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: 0.04em;
    text-align: left;
    color: #FFFFFF;
    margin-left: 26px;
}

@media (max-width: 768px) {
    .why__title {
        font-size: 30px;
        line-height: 36px;
    }
}

.why__text {
    font-family: "e-Ukraine Head", sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 29px;
    letter-spacing: 0.04em;
    text-align: left;
    color: #FFFFFF;
    margin-bottom: 21px;
}

@media (max-width: 768px) {
    .why__text {
        font-size: 18px;
        line-height: 24px;
    }
}

.why__btn {
    cursor: pointer;
    background: transparent;
    border: none;
    outline: none;
}

.why__icon {
    width: 60px;
    height: 60px;
}

.why__icon--arrow {
    width: 21px;
    height: 17px;
}

.partner {
    padding-top: 150px;
    padding-bottom: 168px;
    position: relative;
}

@media (max-width: 768px) {
    .partner {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

.partner__bg img {
    display: block;
    position: absolute;
    top: -9%;
    left: 3%;
    width: 1250px;
    height: 1076px;
    -webkit-transform: translateY(-9%) translateX(3%);
    -ms-transform: translateY(-9%) translateX(3%);
    transform: translateY(-9%) translateX(3%);
    z-index: -1;
}

@media (max-width: 992px) {
    .partner__bg img {
        display: none;
    }
}

.partner .container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 251px 1fr;
    grid-template-columns: 251px 1fr;
    gap: 59px;
}

@media (max-width: 992px) {
    .partner .container {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

.partner__list {
    list-style: none;
    width: 100%;
    max-width: 1283px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 1350px) {
    .partner__list {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .partner__list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

.partner__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    max-height: 137px;
    padding: 40px 70px;
    position: relative;
    border-top: 0.359155px solid #FF5B01;
    border-right: 0.359155px solid #FF5B01;
}

    .partner__item:nth-child(-n+3) {
        border-top: none;
    }

    .partner__item:nth-child(3n+3) {
        border-right: none;
    }

@media (max-width: 1350px) {
    .partner__item:nth-child(-n+3) {
        border-top: 0.359155px solid #FF5B01;
    }

    .partner__item:nth-child(3n+3) {
        border-right: 0.359155px solid #FF5B01;
    }

    .partner__item:nth-child(-n+2) {
        border-top: none;
    }

    .partner__item:nth-child(2n+2) {
        border-right: none;
    }
}

@media (max-width: 576px) {
    .partner__item:nth-child(-n+2) {
        border-top: 0.359155px solid #FF5B01;
    }

    .partner__item:nth-child(2n+2) {
        border-right: 0.359155px solid #FF5B01;
    }

    .partner__item:nth-child(-n+1) {
        border-top: none;
    }

    .partner__item:nth-child(n+1) {
        border-right: none;
    }
}

.partner__link {
    text-decoration: none;
}

    .partner__link img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
    }

.quotes {
    padding-top: 88px;
    padding-bottom: 84px;
    position: relative;
}

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

.quotes__wrapper {
    width: 100%;
    max-width: 1085px;
}

.quotes__bg {
    display: block;
}

    .quotes__bg img {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -3;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
    }

    .quotes__bg:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: -2;
        top: 0;
        left: 0;
        background: rgba(28, 42, 57, 0.9);
    }

.quotes__title {
    font-family: "e-Ukraine Head", sans-serif;
    font-size: 54px;
    font-weight: 400;
    line-height: 65px;
    letter-spacing: 0.04em;
    text-align: left;
    color: #EFEDED;
    margin: 0 0 70px;
}

    .quotes__title span {
        color: #FF7802;
    }

@media (max-width: 1240px) {
    .quotes__title {
        font-size: 48px;
        line-height: 58px;
    }
}

@media (max-width: 992px) {
    .quotes__title {
        font-size: 36px;
        line-height: 48px;
    }
}

.quotes__btn {
    background: transparent;
    font-family: "e-Ukraine Head", sans-serif;
    font-size: 26px;
    font-weight: 200;
    line-height: 31px;
    letter-spacing: 0.04em;
    text-align: left;
    color: #FFFFFF;
    padding: 19px 15px 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    outline: none;
    cursor: pointer;
    border: 2px solid #FFFFFF;
    border-radius: 5px;
    width: 100%;
    max-width: 338px;
}

@media (max-width: 576px) {
    .quotes__btn {
        font-size: 20px;
    }
}

.quotes__img {
    margin-left: 64px;
}

@media (max-width: 768px) {
    .quotes__img {
        margin-left: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: -1;
    }
}

.quotes__img img {
    display: block;
}

.contact {
    padding-top: 155px;
    padding-bottom: 81px;
    position: relative;
}

.contact-address__list {
    list-style: none;
}

.contact__wrapper {
    margin-top: 73px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 140px;
}

@media (max-width: 1240px) {
    .contact__wrapper {
        gap: 15px;
    }
}

@media (max-width: 1100px) {
    .contact__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.contact__left {
    width: 100%;
    max-width: 545px;
}

.contact__right {
    width: 100%;
    max-width: 523px;
}

.contact__decor img {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    height: 100%;
    z-index: -2;
}

@media (max-width: 576px) {
    .contact__decor img {
        display: none;
    }
}

.fatal {
    background: #1B2938;
    padding-top: 32px;
    padding-bottom: 150px;
}

.fatal__main {
    background: #1B2938;
}

.fatal__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 777px;
    margin: 32px auto 0;
}

.fatal__code {
    margin-bottom: 24px;
}

.fatal__number {
    font-family: "e-Ukraine Head", sans-serif;
    font-size: 130px;
    font-weight: 500;
    line-height: 156px;
    letter-spacing: 0.04em;
    text-align: left;
    color: #EFEDED;
}

.fatal__number--mod {
    color: #FF5B01;
}

.fatal__title {
    font-family: "e-Ukraine Head", sans-serif;
    font-size: 42px;
    font-weight: 400;
    line-height: 50px;
    letter-spacing: 0.04em;
    text-align: center;
    margin: 0 0 22px;
    color: rgba(255, 255, 255, 0.9);
}

.fatal__text {
    font-family: "e-Ukraine Head", sans-serif;
    font-size: 20px;
    font-weight: 200;
    line-height: 24px;
    letter-spacing: 0.04em;
    text-align: center;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 47px;
}

.fatal__btn {
    text-decoration: none;
    cursor: pointer;
    outline: none;
    border: none;
    font-family: "e-Ukraine Head", sans-serif;
    font-size: 24px;
    font-weight: 200;
    line-height: 29px;
    letter-spacing: 0.04em;
    text-align: left;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 20px 20px 40px;
    background: -webkit-gradient(linear, left top, right top, color-stop(-1.53%, #FF7E02), to(#FF2E00));
    background: -o-linear-gradient(left, #FF7E02 -1.53%, #FF2E00 100%);
    background: linear-gradient(90deg, #FF7E02 -1.53%, #FF2E00 100%);
    border-radius: 5px;
}

@media (max-width: 576px) {
    .fatal__btn {
        font-size: 18px;
        padding: 20px;
    }
}

.fatal__icon {
    margin-left: 18px;
}

.social__list {
    list-style: none;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (-webkit-max-content)[5];
    -ms-grid-columns: (max-content)[5];
    grid-template-columns: repeat(5, -webkit-max-content);
    grid-template-columns: repeat(5, max-content);
    gap: 14px;
}

.social__list--about {
    margin-top: 106px;
}

@media (max-width: 768px) {
    .social__list--about {
        margin-top: 60px;
    }
}

.social__list--footer {
    margin-top: 44px;
}

.social__list--contact {
    margin-top: 25px;
}

.social__link {
    text-decoration: none;
}

.social__icon--about {
    color: #1B2938;
}

.social__icon--footer {
    color: #FFFFFF;
}

.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 645px;
    padding: 0 10px;
    z-index: 20;
    visibility: hidden;
    overflow: auto;
}

@media (max-width: 600px) {
    .popup {
        height: 95vh;
        overflow: scroll;
    }
}

.popup__container {
    background: #FFFFFF;
    padding: 52px 70px 41px;
    position: relative;
}

@media (max-width: 576px) {
    .popup__container {
        padding-top: 50px;
        padding-left: 35px;
        padding-right: 35px;
    }
}

@media (max-width: 420px) {
    .popup__container {
        padding-top: 30px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.popup__close {
    cursor: pointer;
    background: transparent;
    border: none;
    outline: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 33px;
    right: 33px;
    color: #333;
}

@media (max-width: 576px) {
    .popup__close {
        top: 15px;
        right: 15px;
    }
}

.popup__title {
    font-family: "e-Ukraine Head", sans-serif;
    font-size: 38px;
    font-weight: 400;
    line-height: 54px;
    letter-spacing: 0.04em;
    text-align: center;
    color: #000000;
    margin-bottom: 12px;
}

.popup__text {
    font-family: "e-Ukraine Head", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 23px;
    letter-spacing: 0.04em;
    text-align: center;
    color: rgba(0, 0, 0, 0.8);
    width: 100%;
    max-width: 309px;
    margin: 0 auto;
}

.popup__show {
    visibility: visible;
    -webkit-animation-name: showPopUp;
    animation-name: showPopUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

@-webkit-keyframes showPopUp {
    0% {
        -webkit-transform: translate(-50%, -2000px);
        transform: translate(-50%, -2000px);
    }

    50% {
        -webkit-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
    }

    100% {
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

@keyframes showPopUp {
    0% {
        -webkit-transform: translate(-50%, -2000px);
        transform: translate(-50%, -2000px);
    }

    50% {
        -webkit-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
    }

    100% {
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

.form__list {
    list-style: none;
    margin-top: 30px;
    margin-bottom: 27px;
}

.form__item:not(:last-child) {
    margin-bottom: 16px;
}

.form__label {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    white-space: nowrap;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
}

.form__input {
    outline: none;
    width: 100%;
    max-width: 505px;
    border: 2px solid rgba(73, 84, 96, 0.3);
    border-radius: 5px;
    padding: 18px 18px 19px;
    font-family: "e-Ukraine Head", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 23px;
    letter-spacing: 0.04em;
    text-align: left;
    color: rgba(0, 0, 0, 0.4);
}

    .form__input::-webkit-input-placeholder {
        font-family: "e-Ukraine Head", sans-serif;
        font-size: 16px;
        font-weight: 300;
        line-height: 23px;
        letter-spacing: 0.04em;
        text-align: left;
        color: rgba(0, 0, 0, 0.4);
    }

    .form__input::-moz-placeholder {
        font-family: "e-Ukraine Head", sans-serif;
        font-size: 16px;
        font-weight: 300;
        line-height: 23px;
        letter-spacing: 0.04em;
        text-align: left;
        color: rgba(0, 0, 0, 0.4);
    }

    .form__input:-ms-input-placeholder {
        font-family: "e-Ukraine Head", sans-serif;
        font-size: 16px;
        font-weight: 300;
        line-height: 23px;
        letter-spacing: 0.04em;
        text-align: left;
        color: rgba(0, 0, 0, 0.4);
    }

    .form__input::-ms-input-placeholder {
        font-family: "e-Ukraine Head", sans-serif;
        font-size: 16px;
        font-weight: 300;
        line-height: 23px;
        letter-spacing: 0.04em;
        text-align: left;
        color: rgba(0, 0, 0, 0.4);
    }

    .form__input::placeholder {
        font-family: "e-Ukraine Head", sans-serif;
        font-size: 16px;
        font-weight: 300;
        line-height: 23px;
        letter-spacing: 0.04em;
        text-align: left;
        color: rgba(0, 0, 0, 0.4);
    }

.form__input--contact {
    max-width: 523px;
}

.form__textarea {
    outline: none;
    width: 100%;
    height: 100%;
    min-height: 80px;
    max-width: 505px;
    border: 2px solid rgba(73, 84, 96, 0.3);
    border-radius: 5px;
    padding: 18px 18px 19px;
    resize: none;
    font-family: "e-Ukraine Head", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 23px;
    letter-spacing: 0.04em;
    text-align: left;
    color: rgba(0, 0, 0, 0.4);
}

    .form__textarea::-webkit-input-placeholder {
        font-family: "e-Ukraine Head", sans-serif;
        font-size: 16px;
        font-weight: 300;
        line-height: 23px;
        letter-spacing: 0.04em;
        text-align: left;
        color: rgba(0, 0, 0, 0.4);
    }

    .form__textarea::-moz-placeholder {
        font-family: "e-Ukraine Head", sans-serif;
        font-size: 16px;
        font-weight: 300;
        line-height: 23px;
        letter-spacing: 0.04em;
        text-align: left;
        color: rgba(0, 0, 0, 0.4);
    }

    .form__textarea:-ms-input-placeholder {
        font-family: "e-Ukraine Head", sans-serif;
        font-size: 16px;
        font-weight: 300;
        line-height: 23px;
        letter-spacing: 0.04em;
        text-align: left;
        color: rgba(0, 0, 0, 0.4);
    }

    .form__textarea::-ms-input-placeholder {
        font-family: "e-Ukraine Head", sans-serif;
        font-size: 16px;
        font-weight: 300;
        line-height: 23px;
        letter-spacing: 0.04em;
        text-align: left;
        color: rgba(0, 0, 0, 0.4);
    }

    .form__textarea::placeholder {
        font-family: "e-Ukraine Head", sans-serif;
        font-size: 16px;
        font-weight: 300;
        line-height: 23px;
        letter-spacing: 0.04em;
        text-align: left;
        color: rgba(0, 0, 0, 0.4);
    }

.form__textarea--contact {
    max-width: 523px;
}

.form__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 18px;
    width: 100%;
    max-width: 505px;
    min-height: 60px;
    font-family: "e-Ukraine Head", sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0.04em;
    text-align: left;
    color: #FFFFFF;
    background: -webkit-gradient(linear, left top, right top, color-stop(-1.53%, #FF7E02), to(#FF2E00));
    background: -o-linear-gradient(left, #FF7E02 -1.53%, #FF2E00 100%);
    background: linear-gradient(90deg, #FF7E02 -1.53%, #FF2E00 100%);
    border-radius: 5px;
    outline: none;
    border: none;
    cursor: pointer;
}

.form__btn--contact {
    font-size: 22px;
    font-weight: 200;
    max-width: 295px;
}

.form__politics {
    display: block;
    width: 100%;
    max-width: 309px;
    margin: 30px auto 0;
    font-family: "e-Ukraine Head", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0.04em;
    text-align: center;
    color: rgba(0, 0, 0, 0.8);
}

    .form__politics a {
        font-family: "e-Ukraine Head", sans-serif;
        font-size: 14px;
        font-weight: 300;
        line-height: 20px;
        letter-spacing: 0.04em;
        text-align: center;
        color: rgba(0, 0, 0, 0.8);
    }

.form__icon {
    margin-left: 29px;
}

.footer__wrapper {
    background: #1B2938;
}

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

@media (max-width: 768px) {
    .footer__wrapper .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .footer__wrapper {
        padding-bottom: 60px;
    }
}

.footer__left {
    width: 100%;
    height: 100%;
    min-height: 330px;
    max-width: 330px;
    padding: 80px 28px 96px 56px;
    background: #FF5B01;
    border-radius: 5px;
}

@media (max-width: 768px) {
    .footer__left {
        padding: 40px 24px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.footer__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 1055px;
    margin: 84px auto 30px 77px;
}

@media (max-width: 1240px) {
    .footer__right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .footer__right {
        margin: 30px 0 0;
    }
}

.footer__navigation {
    margin-top: 31px;
}

.footer__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 104px;
    list-style: none;
}

@media (max-width: 992px) {
    .footer__list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 60px;
    }
}

@media (max-width: 768px) {
    .footer__list {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 460px) {
    .footer__list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

.footer__title {
    font-family: "e-Ukraine Head", sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0;
}

.footer__form {
    margin-top: 21px;
}

.footer__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    max-height: 48px;
}

.footer__input {
    outline: none;
    border: none;
    width: 100%;
    max-width: 191px;
    padding: 17px 11px;
    background: #D9D9D9;
    border-radius: 5px 0 0 5px;
}

    .footer__input::-webkit-input-placeholder {
        font-family: "e-Ukraine Head", sans-serif;
        font-size: 14px;
        font-weight: 200;
        line-height: 14px;
        letter-spacing: 0em;
        text-align: left;
        color: rgba(0, 0, 0, 0.5);
    }

    .footer__input::-moz-placeholder {
        font-family: "e-Ukraine Head", sans-serif;
        font-size: 14px;
        font-weight: 200;
        line-height: 14px;
        letter-spacing: 0em;
        text-align: left;
        color: rgba(0, 0, 0, 0.5);
    }

    .footer__input:-ms-input-placeholder {
        font-family: "e-Ukraine Head", sans-serif;
        font-size: 14px;
        font-weight: 200;
        line-height: 14px;
        letter-spacing: 0em;
        text-align: left;
        color: rgba(0, 0, 0, 0.5);
    }

    .footer__input::-ms-input-placeholder {
        font-family: "e-Ukraine Head", sans-serif;
        font-size: 14px;
        font-weight: 200;
        line-height: 14px;
        letter-spacing: 0em;
        text-align: left;
        color: rgba(0, 0, 0, 0.5);
    }

    .footer__input::placeholder {
        font-family: "e-Ukraine Head", sans-serif;
        font-size: 14px;
        font-weight: 200;
        line-height: 14px;
        letter-spacing: 0em;
        text-align: left;
        color: rgba(0, 0, 0, 0.5);
    }

@media (max-width: 1240px) {
    .footer__subscribe {
        margin-top: 30px;
    }
}

.footer__send {
    cursor: pointer;
    outline: none;
    padding: 12px;
    background: #FF5B01;
    border: none;
    border-radius: 0px 5px 5px 0px;
}

.footer__address {
    margin-top: 27px;
}

.footer-address__list {
    list-style: none;
}

.footer-address__item:not(:last-child) {
    margin-bottom: 13px;
}

.footer-address__item--contact-mail {
    margin-top: 25px;
}

.footer-address__item--contact-place {
    margin-top: 47px;
}

.footer-address__link {
    text-decoration: none;
    font-family: "e-Ukraine Head", sans-serif;
    font-size: 14px;
    font-weight: 200;
    line-height: 14px;
    letter-spacing: 0em;
    text-align: left;
    color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-address__link--contact {
    color: #000000;
}

.footer-address__link--contact-tel {
    font-size: 36px;
    font-weight: 200;
    line-height: 56px;
    letter-spacing: 0.04em;
}

@media (max-width: 768px) {
    .footer-address__link--contact-tel {
        font-size: 24px;
        line-height: 28px;
    }
}

.footer-address__link--contact-mail {
    font-size: 23px;
    font-weight: 200;
    line-height: 48px;
    letter-spacing: 0.04em;
    text-align: left;
}

.footer-address__link--contact-place {
    font-size: 24px;
    font-weight: 300;
    line-height: 34px;
    letter-spacing: 0.04em;
    text-align: left;
}

@media (max-width: 768px) {
    .footer-address__link--contact-place {
        font-size: 24px;
        line-height: 28px;
    }
}

.footer-address__icon {
    margin-right: 13px;
}

.footer__bottom {
    padding: 28px 0 27px;
    background: #182431;
}

.footer__protected {
    display: block;
    font-family: "e-Ukraine Head", sans-serif;
    font-size: 14px;
    font-weight: 200;
    line-height: 14px;
    letter-spacing: 0em;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
}

/**
 * Swiper 6.8.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 23, 2021
 */
@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal;
}

:root {
    --swiper-theme-color: #007aff;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-container-pointer-events {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

    .swiper-container-pointer-events.swiper-container-vertical {
        -ms-touch-action: pan-x;
        touch-action: pan-x;
    }

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto;
}

    .swiper-container-autoheight .swiper-wrapper {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-transition-property: height, -webkit-transform;
        transition-property: height, -webkit-transform;
        -o-transition-property: transform, height;
        transition-property: transform, height;
        transition-property: transform, height, -webkit-transform;
    }

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}

    .swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }

    .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 10;
    }

    .swiper-container-3d .swiper-slide-shadow-left {
        background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
        background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
        background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    }

    .swiper-container-3d .swiper-slide-shadow-right {
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    }

    .swiper-container-3d .swiper-slide-shadow-top {
        background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
        background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    }

    .swiper-container-3d .swiper-slide-shadow-bottom {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
        background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    }

.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

    .swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
        display: none;
    }

    .swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
        scroll-snap-align: start start;
    }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    -webkit-scroll-snap-type: x mandatory;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    -webkit-scroll-snap-type: y mandatory;
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
}

:root {
    --swiper-navigation-size: 44px;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

    .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
        opacity: 0.35;
        cursor: auto;
        pointer-events: none;
    }

    .swiper-button-next:after, .swiper-button-prev:after {
        font-family: swiper-icons;
        font-size: var(--swiper-navigation-size);
        text-transform: none !important;
        letter-spacing: 0;
        text-transform: none;
        font-variant: initial;
        line-height: 1;
    }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}

    .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
        content: "prev";
    }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}

    .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
        content: "next";
    }

    .swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
        --swiper-navigation-color: #ffffff;
    }

    .swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
        --swiper-navigation-color: #000000;
    }

.swiper-button-lock {
    display: none;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 0.3s opacity;
    -o-transition: 0.3s opacity;
    transition: 0.3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

    .swiper-pagination.swiper-pagination-hidden {
        opacity: 0;
    }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        -webkit-transform: scale(0.33);
        -ms-transform: scale(0.33);
        transform: scale(0.33);
        position: relative;
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
        -webkit-transform: scale(0.66);
        -ms-transform: scale(0.66);
        transform: scale(0.66);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
        -webkit-transform: scale(0.33);
        -ms-transform: scale(0.33);
        transform: scale(0.33);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
        -webkit-transform: scale(0.66);
        -ms-transform: scale(0.66);
        transform: scale(0.66);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
        -webkit-transform: scale(0.33);
        -ms-transform: scale(0.33);
        transform: scale(0.33);
    }

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: #000;
    opacity: 0.2;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet:only-child {
    display: none !important;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0);
}

    .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 6px 0;
        display: block;
    }

    .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 8px;
    }

        .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
            display: inline-block;
            -webkit-transition: 0.2s top, 0.2s -webkit-transform;
            transition: 0.2s top, 0.2s -webkit-transform;
            -o-transition: 0.2s transform, 0.2s top;
            transition: 0.2s transform, 0.2s top;
            transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
        }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}

    .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        -webkit-transition: 0.2s left, 0.2s -webkit-transform;
        transition: 0.2s left, 0.2s -webkit-transform;
        -o-transition: 0.2s transform, 0.2s left;
        transition: 0.2s transform, 0.2s left;
        transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
    }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 0.2s right, 0.2s -webkit-transform;
    transition: 0.2s right, 0.2s -webkit-transform;
    -o-transition: 0.2s transform, 0.2s right;
    transition: 0.2s transform, 0.2s right;
    transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

    .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        background: var(--swiper-pagination-color, var(--swiper-theme-color));
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
        transform-origin: left top;
    }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

    .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
        width: 4px;
        height: 100%;
        left: 0;
        top: 0;
    }

.swiper-pagination-white {
    --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
    --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
    display: none;
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-scrollbar-lock {
    display: none;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

    .swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
        max-width: 100%;
        max-height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }

.swiper-slide-zoomed {
    cursor: move;
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

    .swiper-container-fade .swiper-slide .swiper-slide {
        pointer-events: none;
    }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube {
    overflow: visible;
}

    .swiper-container-cube .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1;
        visibility: hidden;
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        width: 100%;
        height: 100%;
    }

        .swiper-container-cube .swiper-slide .swiper-slide {
            pointer-events: none;
        }

    .swiper-container-cube.swiper-container-rtl .swiper-slide {
        -webkit-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
        transform-origin: 100% 0;
    }

    .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
        pointer-events: auto;
    }

    .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
        pointer-events: auto;
        visibility: visible;
    }

    .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .swiper-container-cube .swiper-cube-shadow {
        position: absolute;
        left: 0;
        bottom: 0px;
        width: 100%;
        height: 100%;
        opacity: 0.6;
        z-index: 0;
    }

        .swiper-container-cube .swiper-cube-shadow:before {
            content: "";
            background: #000;
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            right: 0;
            -webkit-filter: blur(50px);
            filter: blur(50px);
        }

.swiper-container-flip {
    overflow: visible;
}

    .swiper-container-flip .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1;
    }

        .swiper-container-flip .swiper-slide .swiper-slide {
            pointer-events: none;
        }

    .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
        pointer-events: auto;
    }

    .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

.header__logo img {
    width: 175px;
}

.btn.no-click {
    cursor: default;
}

.extra {
    display: none;
}

.products__btn {
    display: none;
}

.with-extra .extra {
    display: list-item;
    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 2s; /* Firefox < 16 */
    -ms-animation: fadein 2s; /* Internet Explorer */
    -o-animation: fadein 2s; /* Opera < 12.1 */
    animation: fadein 2s;
}

.with-extra .product__more {
    display: none;
}

.with-extra .products__btn {
    display: flex;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@media (max-width: 768px) {
    .start__btn {
        max-width: 295px;
    }
}

.about__title img {
    width: 240px;
}