/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

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

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    box-sizing: content-box;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
    display: none !important;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    font-size: 100%;
 /* 1 */
    -webkit-text-size-adjust: 100%;
 /* 2 */
    -ms-text-size-adjust: 100%;
 /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a {
    text-decoration: none;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
    outline: 0;
    text-decoration: none;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
    border: 0;
 /* 1 */
    -ms-interpolation-mode: bicubic;
 /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
    margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
    border: 0;
 /* 1 */
    padding: 0;
    white-space: normal;
 /* 2 */
    *margin-left: -7px;
 /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
    font-size: 100%;
 /* 1 */
    margin: 0;
 /* 2 */
    vertical-align: baseline;
 /* 3 */
    *vertical-align: middle;
 /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
 /* 2 */
    cursor: pointer;
 /* 3 */
    *overflow: visible;
 /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
 /* 1 */
    padding: 0;
 /* 2 */
    *height: 13px;
 /* 3 */
    *width: 13px;
 /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
    -webkit-appearance: textfield;
 /* 1 */ /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
    overflow: auto;
 /* 1 */
    vertical-align: top;
 /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

html {
    box-sizing: border-box;
    font-size: 0.5208333333vw;
}

@media (max-width: 1024px) {
    html {
        font-size: 1.3020833333vw;
    }
}

@media (max-width: 600px) {
    html {
        font-size: 2.6666666667vw;
    }
}

body {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    color: #231815;
}

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

form input,
form textarea {
    padding: 1.9rem 0 1.9rem 2rem;
    border: none;
    outline: none;
    font-size: 1.8rem;
    width: 100%;
    height: 6.4rem;
}

@media (max-width: 600px) {
    form input,
  form textarea {
        padding: 1.8rem 2rem;
        height: 6rem;
    }
}

form input::-webkit-input-placeholder, form textarea::-webkit-input-placeholder {
    font-size: 1.8rem;
}

form input::-moz-placeholder, form textarea::-moz-placeholder {
    font-size: 1.8rem;
}

form input:-ms-input-placeholder, form textarea:-ms-input-placeholder {
    font-size: 1.8rem;
}

form input::-ms-input-placeholder, form textarea::-ms-input-placeholder {
    font-size: 1.8rem;
}

form input::placeholder,
form textarea::placeholder {
    font-size: 1.8rem;
}

form input:hover,
form textarea:hover {
    cursor: pointer;
}

a, a:link {
    text-decoration: none;
    color: inherit;
}

button {
    border: none;
}

img {
    width: 100%;
    height: 100%;
}

.wrapper {
    max-width: 166rem;
    margin: 0 auto;
}

@media (max-width: 1024px) {
    .wrapper {
        max-width: 61rem;
    }
}

@media (max-width: 600px) {
    .wrapper {
        max-width: 35.3rem;
    }
}

.logo {
    width: 14rem;
    height: 6rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: white;
}

.logo:hover {
    cursor: pointer;
}

@media (max-width: 1024px) {
    .logo {
        width: 7.4rem;
        height: 3.1rem;
    }
}

.invalid-control {
    border-color: red !important;
}

.element-animation-left {
    opacity: 0;
    -webkit-transform: translateX(-40%);
    transform: translateX(-40%);
    transition-duration: 1s;
}

.element-animation-right {
    opacity: 0;
    -webkit-transform: translateX(40%);
    transform: translateX(40%);
    transition-duration: 1s;
}

@media (max-width: 600px) {
    .innovation__title.element-animation-right,
  .innovation__sity.element-animation-left {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        transition-duration: 1s;
    }
}

.element-animation-left.element-show,
.element-animation-right.element-show {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition-duration: 1s;
}

.hover-image-scale {
    display: inline-block;
    overflow: hidden;
}

.hover-image-scale img {
    transition: 1s;
    display: block;
}

.hover-image-scale img:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.active span:nth-child(1),
.active span:nth-child(3) {
    width: 100%;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-transform-origin: center;
    transform-origin: center;
}

.active span:nth-child(2) {
    opacity: 0;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-transform-origin: center;
    transform-origin: center;
}

.active span:nth-child(1) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-flex-item-align: start;
    align-self: flex-start;
    top: -56%;
    left: 18%;
}

.active span:nth-child(3) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.span.active {
    position: absolute;
    top: 2%;
    left: 5%;
}

.--color-text {
    color: #231815 !important;
}

.invalid-control {
    border: 1px solid red;
}

.main .about {
    position: relative;
    top: 10rem;
}

@media (max-width: 1024px) {
    .main .about {
        top: 0;
    }
}

.main .about__image {
    height: 63rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media (max-width: 1024px) {
    .main .about__image {
        height: 40rem;
    }
}

.main .about__title {
    font-size: 6.4rem;
    font-weight: 700;
    line-height: 125%;
    position: absolute;
    top: 10rem;
    width: 81rem;
    margin-bottom: 4rem;
}

@media (max-width: 1024px) {
    .main .about__title {
        font-size: 2.8rem;
        line-height: 120%;
    }
}

@media (max-width: 1024px) {
    .main .about__title {
        width: 58rem;
    }
}

@media (max-width: 600px) {
    .main .about__title {
        width: 34rem;
    }
}

.main .about__inform {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
}

.main .about__button {
    position: absolute;
    bottom: 4rem;
}

@media (max-width: 600px) {
    .main .about__button {
        width: 34rem;
    }
}

.main .vega {
    padding-top: 28rem;
}

@media (max-width: 1024px) {
    .main .vega {
        padding-top: 8rem;
    }
}

.main .vega__title {
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 130%;
}

@media (max-width: 1024px) {
    .main .vega__title {
        font-size: 2.4rem;
        line-height: 120%;
    }
}

.main .vega__container {
    display: -ms-flexbox;
    display: flex;
    gap: 20rem;
}

@media (max-width: 1024px) {
    .main .vega__container {
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 3rem;
        -ms-flex-align: center;
        align-items: center;
    }
}

.main .vega__container-text {
    margin-top: 6rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.5rem;
}

@media (max-width: 1024px) {
    .main .vega__container-text {
        margin-top: 3rem;
    }
}

.main .vega__container-logo {
    display: -ms-flexbox;
    display: flex;
    padding-top: 1.5rem;
}

.main .vega__logo_item {
    width: 40rem;
    height: 40rem;
    border-radius: 50%;
    border: 0.1rem solid #D3D1D0;
    background: transparent;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1024px) {
    .main .vega__logo_item {
        width: 12rem;
        height: 14rem;
    }
}

.main .vega__logo_item:nth-child(1) div {
    width: 25.2rem;
    height: 12.6rem;
}

@media (max-width: 1024px) {
    .main .vega__logo_item:nth-child(1) div {
        width: 6rem;
        height: 6.6rem;
    }
}

.main .vega__logo_item:nth-child(2) {
    -webkit-transform: translate(-10%);
    transform: translate(-10%);
}

.main .vega__logo_item:nth-child(2) div {
    width: 20rem;
    height: 10rem;
}

@media (max-width: 1024px) {
    .main .vega__logo_item:nth-child(2) div {
        width: 7rem;
        height: 4rem;
    }
}

.main .vega__text {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 145%;
}

@media (max-width: 1024px) {
    .main .vega__text {
        font-size: 1.6rem;
        line-height: 150%;
    }
}

.main .innovation {
    display: -ms-flexbox;
    display: flex;
    padding-top: 15rem;
    width: 100%;
}

@media (max-width: 1024px) {
    .main .innovation {
        padding-top: 8rem;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (max-width: 600px) {
    .main .innovation {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.main .innovation__title {
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 130%;
    width: 68%;
}

@media (max-width: 1024px) {
    .main .innovation__title {
        font-size: 2.4rem;
        line-height: 120%;
    }
}

@media (max-width: 600px) {
    .main .innovation__title {
        width: 93%;
    }
}

.main .innovation__subtitle {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 135%;
}

@media (max-width: 1024px) {
    .main .innovation__subtitle {
        font-size: 1.6rem;
        line-height: 125%;
    }
}

.main .innovation__text {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 145%;
    padding-left: 2rem;
}

@media (max-width: 1024px) {
    .main .innovation__text {
        font-size: 1.6rem;
        line-height: 150%;
    }
}

.main .innovation__sity {
    width: 50%;
    padding-top: 7rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3rem;
}

@media (max-width: 600px) {
    .main .innovation__sity {
        width: 100%;
        padding-top: 3rem;
    }
}

.main .innovation__countries {
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-left: 2rem;
}

.main .innovation__marker {
    width: 2.6rem;
    height: 4rem;
}

.main .innovation__marker img {
    width: 100%;
}

.main .innovation__img {
    margin-top: 8rem;
    width: 166rem;
    height: 50rem;
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr 1fr 2fr;
}

@media (max-width: 1024px) {
    .main .innovation__img {
        display: none;
    }
}

.main .innovation__img div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
}

.main .innovation__img div img {
    transition: all 0.5s ease-in-out;
}

.main .innovation__img div img:hover {
    box-shadow: 1rem 1rem 0.5rem grey;
}

@media (max-width: 1024px) {
    .main .innovation__img div img:hover {
        box-shadow: none;
    }
}

.main .innovation__img img {
    transition: all 0.5s ease-in-out;
}

.main .innovation__img img:hover {
    box-shadow: 1rem 1rem 0.5rem grey;
}

@media (max-width: 1024px) {
    .main .innovation__img img:hover {
        box-shadow: none;
    }
}

.main .innovation__slider {
    display: none;
}

@media (max-width: 1024px) {
    .main .innovation__slider {
        display: block;
        margin-top: 10rem;
    }
}

.main .innovation__swiper {
    display: none;
}

@media (max-width: 1024px) {
    .main .innovation__swiper {
        -ms-flex-pack: center;
        justify-content: center;
        overflow: hidden;
        display: -ms-flexbox;
        display: flex;
        height: 25rem;
        width: 60rem;
    }
}

@media (max-width: 600px) {
    .main .innovation__swiper {
        height: 20rem;
        width: 35rem;
    }
}

.main .products__tile {
    font-size: 6.4rem;
    font-weight: 700;
    line-height: 125%;
}

@media (max-width: 1024px) {
    .main .products__tile {
        font-size: 2.8rem;
        line-height: 120%;
    }
}

.main .products__swiper {
    position: relative;
}

.main .products__swiper .swiper-pagination {
    bottom: -3rem;
}

.main .products__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20rem 0;
    gap: 8rem;
}

@media (max-width: 1024px) {
    .main .products__wrapper {
        padding: 8rem 0;
        gap: 6rem;
    }
}

.main .products__wrapper button {
    -ms-flex-item-align: center;
    align-self: center;
}

.main .products__slider-mob {
    display: none;
}

@media (max-width: 1024px) {
    .main .products__slider-mob {
        position: relative;
        display: block;
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
    }
}

@media (max-width: 600px) {
    .main .products__slider-mob {
        width: 95%;
    }
}

.main .products__swiper {
    display: none;
}

@media (max-width: 1024px) {
    .main .products__swiper {
        -ms-flex-pack: center;
        justify-content: center;
        display: -ms-flexbox;
        display: flex;
        height: 40rem;
        width: 61rem;
    }
}

@media (max-width: 600px) {
    .main .products__swiper {
        height: 40rem;
        width: 46rem;
    }
}

.main .products__container-img {
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 1024px) {
    .main .products__container-img {
        display: none;
    }
}

.main .products__description {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 135%;
}

@media (max-width: 1024px) {
    .main .products__description {
        font-size: 1.6rem;
        line-height: 125%;
    }
}

.main .products__card {
    border: 1px solid #D3D1D0;
    width: 40rem;
    height: 53.6rem;
    padding: 2rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1024px) {
    .main .products__card {
        width: 29rem;
        height: 35rem;
    }
}

.main .products__card button {
    width: 24rem;
}

.main .products__card-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3rem;
}

@media (max-width: 1024px) {
    .main .products__card-container {
        gap: 2rem;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.main .products__card-container div {
    width: 36rem;
    height: 30rem;
}

@media (max-width: 1024px) {
    .main .products__card-container div {
        height: 14rem !important;
        width: 19rem !important;
    }
}

.main .products__card-container div img {
    width: 100%;
}

.main .categories__title {
    font-size: 6.4rem;
    font-weight: 700;
    line-height: 125%;
}

@media (max-width: 1024px) {
    .main .categories__title {
        font-size: 2.8rem;
        line-height: 120%;
    }
}

.main .categories__wrapper {
    background-color: #E9E8E8;
    padding: 12rem 0;
}

@media (max-width: 1024px) {
    .main .categories__wrapper {
        padding-top: 8rem;
    }
}

.main .categories__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 79.8rem;
}

@media (max-width: 1024px) {
    .main .categories__container {
        display: none;
    }
}

.main .categories__information {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8rem;
}

@media (max-width: 1024px) {
    .main .categories__information {
        gap: 1rem;
    }
}

.main .categories__information .button {
    -ms-flex-item-align: center;
    align-self: center;
}

.main .categories__item {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 135%;
    padding: 1.8rem 0;
    border-bottom: 0.1rem solid #D3D1D0;
    width: 84rem;
    transition: all 0.5s ease;
}

@media (max-width: 1024px) {
    .main .categories__item {
        font-size: 1.6rem;
        line-height: 125%;
    }
}

.main .categories__item:hover {
    cursor: pointer;
    background-color: white;
    padding: 1.8rem 4rem;
}

.main .categories__item:hover .categories__arrow {
    display: block;
}

.main .categories__item a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.main .categories__arrow {
    display: none;
    width: 3.2rem;
    height: 2.5rem;
}

.main .categories__img {
    width: 95rem;
}

.main .categories__img img {
    width: 100%;
}

.main .categories__mob-container {
    display: none;
}

@media (max-width: 1024px) {
    .main .categories__mob-container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 3rem;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (max-width: 1024px) {
    .main .categories__mob {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 1.5rem;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.main .categories__mob-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
    max-height: 25.4rem;
    max-width: 16.4rem;
    cursor: pointer;
}

.main .categories__mob-item div {
    width: 16.4rem;
    height: 16.4rem;
}

.main .categories__mob-item span {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 135%;
}

@media (max-width: 1024px) {
    .main .categories__mob-item span {
        font-size: 1.6rem;
        line-height: 125%;
    }
}

.main .video {
    padding: 20rem 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8rem;
}

@media (max-width: 1024px) {
    .main .video {
        padding: 8rem 0;
        gap: 3rem;
    }
}

.main .video__title {
    font-size: 6.4rem;
    font-weight: 700;
    line-height: 125%;
}

@media (max-width: 1024px) {
    .main .video__title {
        font-size: 2.8rem;
        line-height: 120%;
    }
}

.main .video__svg {
    width: 6rem;
    height: 6rem;
    position: absolute;
    top: 50%;
    left: 50%;
}

@media (max-width: 1024px) {
    .main .video__svg {
        width: 4rem;
        height: 4rem;
    }
}

@media (max-width: 600px) {
    .main .video__svg {
        top: 41%;
        left: 45%;
    }
}

.main .video__svg:hover {
    cursor: pointer;
}

.main .video div {
    max-width: 166rem;
    max-height: 93.4rem;
    position: relative;
}

@media (max-width: 600px) {
    .main .video div {
        width: 34.3rem;
        height: 20rem;
    }
}

.main .video div img {
    width: 100%;
}

.main .contacts {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 20rem;
}

@media (max-width: 1024px) {
    .main .contacts {
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 0;
    }
}

.main .contacts__title {
    font-size: 6.4rem;
    font-weight: 700;
    line-height: 125%;
}

@media (max-width: 1024px) {
    .main .contacts__title {
        font-size: 2.8rem;
        line-height: 120%;
    }
}

.main .contacts__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 13rem;
}

@media (max-width: 1024px) {
    .main .contacts__container {
        gap: 3rem;
        -ms-flex-direction: row;
        flex-direction: row;
        padding-bottom: 6rem;
    }
}

@media (max-width: 600px) {
    .main .contacts__container {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.main .contacts__information {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8rem;
}

@media (max-width: 1024px) {
    .main .contacts__information {
        gap: 3rem;
    }
}

.main .contacts__location {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 135%;
}

@media (max-width: 1024px) {
    .main .contacts__location {
        font-size: 1.6rem;
        line-height: 125%;
    }
}

.main .contacts__social {
    width: 6rem;
}

@media (max-width: 1024px) {
    .main .contacts__social {
        width: 4rem;
    }
}

.main .contacts__tel {
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 130%;
}

@media (max-width: 1024px) {
    .main .contacts__tel {
        font-size: 2.4rem;
        line-height: 120%;
    }
}

.main .contacts__social {
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
}

.main .contacts__icon {
    border: 0.1rem solid #D3D1D0;
    padding: 6rem 5.7rem 6.2rem 5.8rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    width: 26rem;
    height: 26rem;
}

@media (max-width: 1024px) {
    .main .contacts__icon {
        padding: 3.7rem 1.6rem;
        width: 16rem;
        height: 16rem;
    }
}

.main .contacts__icon div {
    width: 6.4rem;
    height: 6.4rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.main .contacts__icon div:hover {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.main .contacts__icon span {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 135%;
    text-align: center;
    width: 14.5rem;
}

@media (max-width: 1024px) {
    .main .contacts__icon span {
        font-size: 1.6rem;
        line-height: 125%;
    }
}

@media (max-width: 1024px) {
    .main .contacts__icon span {
        width: 12.6rem;
    }
}

.main .contacts__icon span:hover {
    cursor: pointer;
}

.main .contacts__form {
    background-color: #E9E8E8;
    padding: 10rem 14rem;
    width: 82rem;
    height: 80rem;
}

@media (max-width: 1024px) {
    .main .contacts__form {
        width: 63rem;
        height: 73rem;
        padding-top: 7rem;
    }
}

@media (max-width: 600px) {
    .main .contacts__form {
        padding: 6rem 1rem;
        width: 34.5rem;
        height: 61.3rem;
    }
}

.main .contacts__subtitle {
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 130%;
    text-align: center;
}

@media (max-width: 1024px) {
    .main .contacts__subtitle {
        font-size: 2.4rem;
        line-height: 120%;
    }
}

.main .contacts__form-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3rem;
}

@media (max-width: 600px) {
    .main .contacts__form-container {
        gap: 1.5rem;
    }
}

.main .contacts__form-container span {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 145%;
}

.main .contacts__form-container button {
    width: 100%;
}

.main .modal {
    -webkit-transform: scale(0);
    transform: scale(0);
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.main .modal-content {
    background: #0081CC;
    padding: 6rem;
    color: white;
    margin: 15% auto;
    border-radius: 2rem;
    width: 30%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1024px) {
    .main .modal-content {
        width: 75%;
        margin: 40% auto;
    }
}

@media (max-width: 600px) {
    .main .modal-content {
        padding: 2rem;
        margin: 85% auto;
        width: 92%;
    }
}

.main .modal__title {
    font-size: 3.2rem;
    line-height: 3.8rem;
    margin-bottom: 2rem;
    letter-spacing: 0.05rem;
}

@media (max-width: 1024px) {
    .main .modal__title {
        font-size: 2.4rem;
        line-height: 2.9rem;
        margin-bottom: 1rem;
    }
}

.main .modal__text {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 145%;
}

@media (max-width: 1024px) {
    .main .modal__text {
        font-size: 1.6rem;
        line-height: 150%;
    }
}

.main .close,
.main .close-modal {
    width: 2.8rem;
    height: 2.8rem;
}

@media (max-width: 1024px) {
    .main .close,
  .main .close-modal {
        width: 2.2rem;
        height: 2.2rem;
    }
}

.main .close:hover,
.main .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.main .active {
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: 0.3s;
}

.header {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 135%;
    padding: 2.2rem 0 1.8rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1024px) {
    .header {
        font-size: 1.6rem;
        line-height: 125%;
    }
}

@media (max-width: 1024px) {
    .header {
        padding: 1.5rem 0 1.4rem;
    }
}

.header__wrapper {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    background-color: white;
}

.header__logo {
    display: -ms-flexbox;
    display: flex;
    gap: 4rem;
    margin-right: 4.4rem;
}

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

.header__logo h2 {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 145%;
}

@media (max-width: 1024px) {
    .header__logo h2 {
        font-size: 1.6rem;
        line-height: 150%;
    }
}

@media (max-width: 1024px) {
    .header__logo h2 {
        display: none;
    }
}

@media (max-width: 1024px) {
    .header__menu {
        display: none;
    }
}

.header div span {
    color: #0081CC;
}

.header__mob {
    position: fixed;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16.5rem;
    left: -150%;
    height: calc(100vh + 5%);
    width: 100%;
    background-color: #E9E8E8;
    transition: all 0.5s ease-in-out;
    top: 0;
    right: 0;
    padding: 6rem 1.6rem 10rem;
}

.header__mob span {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 145%;
}

@media (max-width: 1024px) {
    .header__mob span {
        font-size: 1.6rem;
        line-height: 150%;
    }
}

.header__mob .menu .menu__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3rem;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header__menu-mob {
    width: 3.2rem;
    height: 1.2rem;
    display: none;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
    z-index: 100;
}

.header__menu-mob.active {
    position: relative;
}

.header__menu-mob span {
    width: 100%;
    height: 1px;
    background-color: #231815;
    transition: all 0.3s;
    border-radius: 1.2rem;
    border: 1px solid #231815;
    -webkit-transform-origin: center;
    transform-origin: center;
}

.header__menu-mob span:nth-child(1) {
    width: 70%;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.header__menu-mob span:nth-child(3) {
    width: 70%;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

@media (max-width: 1024px) {
    .header__menu-mob {
        display: -ms-flexbox;
        display: flex;
    }
}

.header__mob .menu .menu__list li {
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 130%;
    color: #231815 !important;
}

@media (max-width: 1024px) {
    .header__mob .menu .menu__list li {
        font-size: 2.4rem;
        line-height: 120%;
    }
}

.left {
    left: 0;
}

.menu {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 145%;
}

@media (max-width: 1024px) {
    .menu {
        font-size: 1.6rem;
        line-height: 150%;
    }
}

.menu__list {
    display: -ms-flexbox;
    display: flex;
    gap: 6rem;
}

.menu__list li a {
    transition: color 0.3s ease, -webkit-text-decoration 0.3s ease;
    transition: color 0.3s ease, text-decoration 0.3s ease;
    transition: color 0.3s ease, text-decoration 0.3s ease, -webkit-text-decoration 0.3s ease;
}

.menu__list li a:hover {
    color: #0081CC;
    text-decoration: underline;
    text-underline-offset: 0.5rem;
    text-decoration-thickness: 0.15rem;
}

.pop-up__wrapper {
    position: fixed;
    right: -150%;
    height: calc(100vh + 5%);
    width: 100%;
    background-color: rgba(35, 24, 31, 0.5);
    transition: all 0.5s ease-in-out;
    z-index: 1000;
    top: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.pop-up__close {
    position: absolute;
    top: 1rem;
    cursor: pointer;
}

.pop-up__content {
    width: 70rem;
    background: #E9E8E8;
    height: 100%;
    padding: 10rem 8rem;
}

@media (max-width: 1024px) {
    .pop-up__content {
        width: 54rem;
        padding: 8rem 4rem;
    }
}

.pop-up__content h2 {
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 130%;
    text-align: center;
    padding-bottom: 3rem;
}

@media (max-width: 1024px) {
    .pop-up__content h2 {
        font-size: 2.4rem;
        line-height: 120%;
    }
}

.pop-up__form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3rem;
}

.pop-up__form span {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 145%;
}

.pop-up__form button {
    width: 100%;
}

.right {
    right: 0;
}

.button {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 135%;
    width: 24rem;
    height: 6.4rem;
    padding: 2rem 4rem;
    color: white;
    background-color: #0081CC;
    transition: all 0.3s;
}

@media (max-width: 1024px) {
    .button {
        font-size: 1.6rem;
        line-height: 125%;
    }
}

.button:hover {
    cursor: pointer;
    -webkit-transform: translateY(-8%);
    transform: translateY(-8%);
    box-shadow: 0.2rem 0.7rem 1.1rem rgba(0, 0, 0, 0.5);
}

.button--bg {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 135%;
    height: 6.4rem;
    padding: 2rem 4rem;
    color: #0081CC;
    background-color: white;
    border: 0.2rem solid #0081CC;
    width: 25.1rem;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s;
}

@media (max-width: 1024px) {
    .button--bg {
        font-size: 1.6rem;
        line-height: 125%;
    }
}

.button--bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #0081CC;
    transition: all 0.4s;
    z-index: -1;
}

.button--bg:hover {
    color: white;
}

.button--bg:hover:before {
    left: 0;
}

.button--big {
    width: 47rem;
}

.button--big:hover {
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
    background-color: #0071b3;
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
}

@media (max-width: 1024px) {
    .button--big {
        width: 34rem;
    }
}

.button--medium {
    width: 36rem;
}

@media (max-width: 1024px) {
    .button--medium {
        width: 34rem;
    }
}

.footer {
    background-color: #231815;
    padding: 8rem 0;
}

@media (max-width: 1024px) {
    .footer {
        padding: 6rem 0;
    }
}

.footer__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1024px) {
    .footer__wrapper {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.footer__nav-part {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5rem;
}

@media (max-width: 1024px) {
    .footer__nav-part {
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 8rem;
    }
}

.footer__nav-logo {
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
}

@media (max-width: 1024px) {
    .footer__nav-logo {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.footer__contact {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 8rem;
}

@media (max-width: 1024px) {
    .footer__contact {
        border-top: 0.1rem solid #D3D1D0;
        border-bottom: 0.1rem solid #D3D1D0;
        -ms-flex-order: 3;
        order: 3;
        padding: 6rem 0;
        gap: 3rem;
    }
}

.footer__location {
    color: white;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-right: 0.1rem solid #D3D1D0;
    border-left: 0.1rem solid #D3D1D0;
    padding: 0 14.5rem 0 8rem;
}

@media (max-width: 1024px) {
    .footer__location {
        border-right: none;
        border-left: none;
        -ms-flex-order: 4;
        order: 4;
        padding: 6rem 0;
        gap: 3rem;
    }
}

.footer__tel {
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 130%;
    color: white;
}

@media (max-width: 1024px) {
    .footer__tel {
        font-size: 2.4rem;
        line-height: 120%;
    }
}

.footer__tel div a:hover {
    color: #0081CC;
}

.footer__company {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 145%;
}

.footer__company div:hover {
    cursor: pointer;
    color: rgba(255, 255, 255, 0.4);
}

.footer__adress {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 135%;
}

@media (max-width: 1024px) {
    .footer__adress {
        font-size: 1.6rem;
        line-height: 125%;
    }
}

.footer__adress p a:hover {
    cursor: pointer;
    color: rgba(255, 255, 255, 0.4);
}

.footer__social {
    width: 4rem;
    height: 4rem;
}

.footer__icon {
    display: -ms-flexbox;
    display: flex;
    gap: 3rem;
    -ms-flex-align: end;
    align-items: flex-end;
}

@media (max-width: 1024px) {
    .footer__icon {
        -webkit-transform: translate(-12rem, -3.6rem);
        transform: translate(-12rem, -3.6rem);
    }
}

.footer__menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    color: white;
    gap: 2rem;
}

.footer__menu li a {
    transition: color 0.3s ease, -webkit-text-decoration 0.3s ease;
    transition: color 0.3s ease, text-decoration 0.3s ease;
    transition: color 0.3s ease, text-decoration 0.3s ease, -webkit-text-decoration 0.3s ease;
}

.footer__menu li a:hover {
    color: #0081CC;
    text-decoration: underline;
    text-underline-offset: 0.5rem;
    text-decoration-thickness: 0.15rem;
}

.error {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2rem;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    inset: 0;
    z-index: 10000;
    background-color: white;
    padding: 0 2rem;
}

.error h1 {
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 130%;
}

@media (max-width: 1024px) {
    .error h1 {
        font-size: 2.4rem;
        line-height: 120%;
    }
}

.error p {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 135%;
    text-align: center;
}

@media (max-width: 1024px) {
    .error p {
        font-size: 1.6rem;
        line-height: 125%;
    }
}

@media (max-width: 600px) {
    .error p {
        font-size: 1.2rem;
    }
}

.error a {
    padding: 2rem 2rem;
    text-align: center;
}

@media (max-width: 600px) {
    .error a {
        height: 4rem;
        padding: 1rem 1rem;
    }
}

.error .number {
    font-weight: 500;
    font-size: 35rem;
    color: #0081CC;
    line-height: 110%;
}

@media (max-width: 1024px) {
    .error .number {
        font-size: 27rem;
    }
}

@media (max-width: 1024px) {
    .error .number {
        font-size: 15rem;
    }
}