@charset "UTF-8";
:root {
    --base-font-size: 10px;
    --base-font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
    --base-text-color: #444;
    --base-text-line-height: 1.3333333333;
    --container-max-width: 100%;
    --container-gap: 2.4rem;
    --container-content-gap: 7.2rem;
    --gap: 2rem;
    --header-text-font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
    --header-text-color: inherit;
    --header-text-line-height: 1.2;
    --header-text-bottom-offset: 2rem;
    --header-text-font-weight: 500;
    --header-text-font-size-1: 3.3rem;
    --header-text-font-size-2: 2rem;
    --header-text-font-size-3: 2rem;
    --header-text-font-size-4: 2rem;
    --header-text-font-size-5: 2rem;
    --header-text-font-size-6: 2rem;
    --content-text-font-size: 1.8rem;
    --content-text-bottom-offset: 2.3rem;
    --content-text-bottom-offset-header: 3rem;
    --content-text-list-offset: calc(var(--content-text-bottom-offset) / 3);
    --color-accent: #B03B33;
    --color-primary: #cfff01;
    --color-white: #fff;
    --color-black: #000;
    --color-fade: #999;
    --color-gray: #f8f8f8;
    --color-dark-gray: #444;
    --color-medium-gray: #333;
}
@font-face {
    font-family: 'Gill Sans';
    src: local('Gill Sans Light'), local('Gill-Sans-Light'),
    url('/assets/fonts/new/GillSansLightC.woff2') format('woff2'),
    url('/assets/fonts/new/GillSansLightC.woff') format('woff'),
    url('GillSansLightC.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gill Sans';
    src: local('Gill Sans Regular'), local('Gill-Sans-Regular'),
    url('/assets/fonts/new/GillSansC.woff2') format('woff2'),
    url('/assets/fonts/new/GillSansC.woff') format('woff'),
    url('/assets/fonts/new/GillSansC.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
.footer__wrapper{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 50px;

}
.footer__social-name {
    display: initial;
    margin-left: 0.5208333333vw;
    margin-top: 5px;
    margin-bottom: 5px;
}

  .footer__social-icon {
    fill: #5A626D;
    opacity: 0.7;
}
.footer__social-icon {
    width: 1.3020833333vw;
    height: 1.3020833333vw;
} 

    @media(max-width: 960px){
.footer__wrapper{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;

}
.footer__social-name {
    display: initial;
    margin-left: 0.5208333333vw;
    margin-top: 5px;
    margin-bottom: 5px;
}

  .footer__social-icon {
    fill: #5A626D;
    opacity: 0.7;
}
.footer__social-icon {
    width: 30px;
    height: 30px;
}   
    }
.logo {
    display: block;
    width: 232px;
    height: 32px;
    text-indent: -9999px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='232' height='32' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%234A4B4F' d='M49.524 16.133C49.524 5.867 55.207 0 64.95 0c7.983 0 13.53 4.4 14.207 11.867l-6.36.133c-.811-4-4.059-6.267-8.118-6.267-5.683 0-8.93 3.734-8.93 10.267 0 6.667 3.247 10.533 9.065 10.533 4.195 0 7.307-2.266 8.119-6.133h6.36C78.616 27.6 72.933 32 64.95 32c-9.878 0-15.426-5.733-15.426-15.867zM159.397 5.6c-5.548 0-9.201 4-9.201 10.267 0 6.4 3.653 10.533 9.201 10.533s9.066-4.133 9.066-10.533C168.598 9.6 164.945 5.6 159.397 5.6zm.135 26.4c-9.471 0-15.696-6.267-15.696-16s6.089-16 15.561-16 15.561 6.4 15.561 16.133c0 9.6-6.089 15.867-15.426 15.867zm-38.699-.533V.4h6.36v24.933l.135.134h16.238v5.866l-22.733.134zM46.006.4h-6.36v31.067h6.36V.4zM228 .4h-26.115V6h9.742l.136.133v25.334h6.359v-25.2l.136-.134H228V.4zM89.576 6h15.967V.4H83.081v31.067h22.462v-5.6H89.576l-.135-.134v-6.8l.135-.133h15.967v-5.6H89.576l-.135-.133v-6.8c0-.134 0-.134.135-.267zm94.718.133h16.102V.4h-22.597v31.067h6.36V18.933l.135-.133h16.102v-5.6h-16.102l-.135-.133V6.4l.135-.267zM20.297.4v19.733h-.541L6.36.4H0v31.067h6.36v-19.6h.406l13.395 19.6h6.36V.4h-6.224zm16.778 0h-6.089l-1.353 1.867v8.666h1.218L37.075 2V.4z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h228v32H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.logo,
.logo--white {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}
.logo--white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='232' height='32' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23fff' d='M49.524 16.133C49.524 5.867 55.207 0 64.95 0c7.983 0 13.53 4.4 14.207 11.867l-6.36.133c-.811-4-4.059-6.267-8.118-6.267-5.683 0-8.93 3.734-8.93 10.267 0 6.667 3.247 10.533 9.065 10.533 4.195 0 7.307-2.266 8.119-6.133h6.36C78.616 27.6 72.933 32 64.95 32c-9.878 0-15.426-5.733-15.426-15.867zM159.397 5.6c-5.548 0-9.201 4-9.201 10.267 0 6.4 3.653 10.533 9.201 10.533s9.066-4.133 9.066-10.533C168.598 9.6 164.945 5.6 159.397 5.6zm.135 26.4c-9.471 0-15.696-6.267-15.696-16s6.089-16 15.561-16 15.561 6.4 15.561 16.133c0 9.6-6.089 15.867-15.426 15.867zm-38.699-.533V.4h6.36v24.933l.135.134h16.238v5.866l-22.733.134zM46.006.4h-6.36v31.067h6.36V.4zM228 .4h-26.115V6h9.742l.136.133v25.334h6.359v-25.2l.136-.134H228V.4zM89.576 6h15.967V.4H83.081v31.067h22.462v-5.6H89.576l-.135-.134v-6.8l.135-.133h15.967v-5.6H89.576l-.135-.133v-6.8c0-.134 0-.134.135-.267zm94.718.133h16.102V.4h-22.597v31.067h6.36V18.933l.135-.133h16.102v-5.6h-16.102l-.135-.133V6.4l.135-.267zM20.297.4v19.733h-.541L6.36.4H0v31.067h6.36v-19.6h.406l13.395 19.6h6.36V.4h-6.224zm16.778 0h-6.089l-1.353 1.867v8.666h1.218L37.075 2V.4z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h228v32H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
@media only screen and (max-width: 1259px) {
    .logo {
        width: 174px;
        height: 24px;
    }
}
@media only screen and (max-width: 574px) {
    .logo {
        width: 139px;
        height: 19px;
    }
}
.nl-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 320px) {
    .nl-container {
        max-width: 320px;
    }
}
@media (min-width: 375px) {
    .nl-container {
        max-width: 375px;
    }
}
@media (min-width: 575px) {
    .nl-container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .nl-container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .nl-container {
        max-width: 960px;
    }
}
@media (min-width: 1260px) {
    .nl-container {
        max-width: 1200px;
    }
}
.footer {
    background-color: #f3f3f3;
    padding: 30px 0;
}
.footer__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer__menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer__item {
    display: block;
    margin: 5px 0;
}
.footer__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 80px;
    line-height: 1.5;
}
.footer__label {
    font-size: 16px;
    margin-bottom: 30px;
}
.footer__address,
.footer__email {
    margin-bottom: 10px;
}
.footer__email a {
    border-bottom: 1px solid rgba(54, 54, 54, 0.2);
}
@media only screen and (max-width: 991px) {
    .footer {
        padding: 40px 0;
    }
    .footer__content,
    .footer__menu {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .footer__menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        gap: 0 20px;
    }
    .footer__logo,
    .footer__menu {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 574px) {
    .footer__info {
        gap: 40px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
body{
    font-family: 'Gill Sans' !important;
}
body,
html {
    height: 100%;
}
html {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 10px;
    font-size: var(--base-font-size);
}
*,
:after,
:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
body {
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeSpeed;
    background: #fff;
    color: #444;
    color: var(--base-text-color);
    direction: ltr;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
    font-family: var(--base-font-family);
    line-height: 1.3333333333;
    line-height: var(--base-text-line-height);
    margin: 0;
    min-width: 320px;
    text-align: left;
}
a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-decoration-skip: ink;
    color: inherit;
    outline: none;
    text-decoration: none;
    text-decoration-skip-ink: auto;
    -webkit-transition: color 0.25s, border-color 0.25s, background-color 0.25s, opacity 0.25s;
    -o-transition: color 0.25s, border-color 0.25s, background-color 0.25s, opacity 0.25s;
    transition: color 0.25s, border-color 0.25s, background-color 0.25s, opacity 0.25s;
}
a:not([class]):hover {
    color: #ff4e00;
    color: var(--color-accent);
}
a svg,
a use {
    pointer-events: none;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: inherit;
    color: var(--header-text-color);
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
    font-family: var(--header-text-font-family);
    font-weight: 500;
    font-weight: var(--header-text-font-weight);
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    line-height: 1.2;
    line-height: var(--header-text-line-height);
    margin: 0 0 2rem;
    margin: 0 0 var(--header-text-bottom-offset) 0;
}
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    text-decoration: none;
}
.h1,
h1 {
    font-size: 3.3rem;
    font-size: var(--header-text-font-size-1);
}
.h2,
h2 {
    font-size: 2rem;
    font-size: var(--header-text-font-size-2);
}
.h3,
h3 {
    font-size: 2rem;
    font-size: var(--header-text-font-size-3);
}
.h4,
h4 {
    font-size: 2rem;
    font-size: var(--header-text-font-size-4);
}
.h5,
h5 {
    font-size: 2rem;
    font-size: var(--header-text-font-size-5);
}
.h6,
h6 {
    font-size: 2rem;
    font-size: var(--header-text-font-size-6);
}
dl + .h1,
dl + .h2,
dl + .h3,
dl + .h4,
dl + .h5,
dl + .h6,
dl + h1,
dl + h2,
dl + h3,
dl + h4,
dl + h5,
dl + h6,
ol + .h1,
ol + .h2,
ol + .h3,
ol + .h4,
ol + .h5,
ol + .h6,
ol + h1,
ol + h2,
ol + h3,
ol + h4,
ol + h5,
ol + h6,
p + .h1,
p + .h2,
p + .h3,
p + .h4,
p + .h5,
p + .h6,
p + h1,
p + h2,
p + h3,
p + h4,
p + h5,
p + h6,
table + .h1,
table + .h2,
table + .h3,
table + .h4,
table + .h5,
table + .h6,
table + h1,
table + h2,
table + h3,
table + h4,
table + h5,
table + h6,
ul + .h1,
ul + .h2,
ul + .h3,
ul + .h4,
ul + .h5,
ul + .h6,
ul + h1,
ul + h2,
ul + h3,
ul + h4,
ul + h5,
ul + h6 {
    margin-top: 3rem;
    margin-top: var(--content-text-bottom-offset-header);
}
p {
    margin: 0 0 2.3rem;
    margin: 0 0 var(--content-text-bottom-offset) 0;
}
ol,
ul {
    margin: 0 0 2.3rem 2.5rem;
    margin: 0 0 var(--content-text-bottom-offset) 2.5rem;
    padding: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}
ol:not([class]) li + li,
ul:not([class]) li + li {
    margin-top: 0.76667rem;
    margin-top: var(--content-text-list-offset);
}
dl {
    margin: 0 0 2.3rem;
    margin: 0 0 var(--content-text-bottom-offset) 0;
}
dt {
    font-weight: 700;
}
dd {
    margin-left: 0;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
}
sup {
    top: -50%;
}
sub {
    bottom: -25%;
}
big {
    font-size: 120%;
}
small {
    font-size: 80%;
}
code,
kbd,
pre,
samp {
    font-family: monospace, sans-serif;
}
pre {
    overflow: auto;
}
address {
    font-style: normal;
}
cite,
dfn,
em,
i {
    font-style: italic;
}
ins,
u,
var {
    text-decoration: underline;
}
b,
strong {
    font-weight: 700;
}
del,
s,
strike {
    text-decoration: line-through;
}
abbr,
acronym {
    border-bottom: 0.1rem dashed;
    cursor: help;
}
mark {
    background: #ff0;
    color: #000;
}
blockquote,
q {
    border-left: 0.5rem solid #eee;
    font-style: normal;
    margin: 0 0 1rem;
    padding: 1rem 2rem;
    quotes: "" "";
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
}
img {
    -ms-interpolation-mode: bicubic;
    aspect-ratio: attr(width) / attr(height);
    height: auto;
    max-width: 100%;
    vertical-align: top;
}
hr,
img {
    border: 0;
}
hr {
    background: #eee;
    display: block;
    height: 0.1rem;
    margin: 2rem 0;
    padding: 0;
}
svg:not(:root) {
    overflow: hidden;
}
.h1:last-child,
.h2:last-child,
.h3:last-child,
.h4:last-child,
.h5:last-child,
.h6:last-child,
blockquote:last-child,
dl:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
ol:last-child,
p:last-child,
q:last-child,
table:last-child,
ul:last-child {
    margin-bottom: 0;
}
table {
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
    border-collapse: collapse;
    border-spacing: 0;
    font-variant-numeric: tabular-nums;
    width: 100%;
}
table caption,
table th {
    font-weight: 700;
}
table caption {
    padding-bottom: 1rem;
    text-align: center;
}
table[border] td,
table[border] th {
    border: 0;
}
table[cellpadding] td,
table[cellpadding] th {
    padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block;
}
summary {
    display: list-item;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
video {
    height: auto;
    max-width: 100%;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
figure {
    margin: 0;
}
::-ms-clear {
    display: none;
}
fieldset,
form,
frame,
frameset,
iframe {
    border: 0;
    margin: 0;
    padding: 0;
}
label {
    display: block;
}
legend {
    padding: 0 0.5rem;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
    outline: none;
    vertical-align: baseline;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
    opacity: 1;
}
::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}
:-moz-placeholder,
::-moz-placeholder {
    color: inherit;
    opacity: 1;
}
:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    cursor: pointer;
}
button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
    cursor: default;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    vertical-align: baseline;
}
input[type="search"],
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    height: auto;
    overflow: auto;
    resize: none;
    vertical-align: top;
}
optgroup {
    font-weight: 700;
}
@font-face {
    font-family: swiper-icons;
    font-style: normal;
    font-weight: 400;
    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");
}
:root {
    --swiper-theme-color: #007aff;
}
.swiper-container {
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    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 {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    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;
    width: 100%;
    z-index: 1;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.swiper-container-multirow > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
    margin: 0 auto;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    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;
    width: 100%;
}
.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 {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    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(270deg, 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(90deg, 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(0deg, 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(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-css-mode > .swiper-wrapper {
    -ms-overflow-style: none;
    overflow: auto;
    scrollbar-width: 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 {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
}
:root {
    --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    color: var(--swiper-theme-color);
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 44px;
    height: var(--swiper-navigation-size);
    justify-content: center;
    margin-top: -22px;
    margin-top: calc(var(--swiper-navigation-size) * -1 / 2);
    position: absolute;
    top: 50%;
    width: 27px;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    z-index: 10;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    cursor: auto;
    opacity: 0.35;
    pointer-events: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-family: swiper-icons;
    font-size: 44px;
    font-size: var(--swiper-navigation-size);
    font-variant: normal;
    letter-spacing: 0;
    line-height: 1;
    text-transform: none !important;
    text-transform: none;
}
.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 {
    left: auto;
    right: 10px;
}
.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: #fff;
}
.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000;
}
.swiper-button-lock {
    display: none;
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    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 {
    font-size: 0;
    overflow: hidden;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    position: relative;
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.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 {
    background: #000;
    border-radius: 100%;
    display: inline-block;
    height: 8px;
    opacity: 0.2;
    width: 8px;
}
button.swiper-pagination-bullet {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-bullet-active {
    background: var(--swiper-theme-color);
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    opacity: 1;
}
.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    display: block;
    margin: 6px 0;
}
.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: top 0.2s, -webkit-transform 0.2s;
    transition: top 0.2s, -webkit-transform 0.2s;
    -o-transition: transform 0.2s, top 0.2s;
    transition: transform 0.2s, top 0.2s;
    transition: transform 0.2s, top 0.2s, -webkit-transform 0.2s;
}
.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: left 0.2s, -webkit-transform 0.2s;
    transition: left 0.2s, -webkit-transform 0.2s;
    -o-transition: transform 0.2s, left 0.2s;
    transition: transform 0.2s, left 0.2s;
    transition: transform 0.2s, left 0.2s, -webkit-transform 0.2s;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: right 0.2s, -webkit-transform 0.2s;
    transition: right 0.2s, -webkit-transform 0.2s;
    -o-transition: transform 0.2s, right 0.2s;
    transition: transform 0.2s, right 0.2s;
    transition: transform 0.2s, right 0.2s, -webkit-transform 0.2s;
}
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-theme-color);
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -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;
    width: 100%;
}
.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 {
    height: 4px;
    left: 0;
    top: 0;
    width: 100%;
}
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
    height: 100%;
    left: 0;
    top: 0;
    width: 4px;
}
.swiper-pagination-white {
    --swiper-pagination-color: #fff;
}
.swiper-pagination-black {
    --swiper-pagination-color: #000;
}
.swiper-pagination-lock {
    display: none;
}
.swiper-scrollbar {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
}
.swiper-container-horizontal > .swiper-scrollbar {
    bottom: 3px;
    height: 5px;
    left: 1%;
    position: absolute;
    width: 98%;
    z-index: 50;
}
.swiper-container-vertical > .swiper-scrollbar {
    height: 98%;
    position: absolute;
    right: 3px;
    top: 1%;
    width: 5px;
    z-index: 50;
}
.swiper-scrollbar-drag {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
}
.swiper-scrollbar-cursor-drag {
    cursor: move;
}
.swiper-scrollbar-lock {
    display: none;
}
.swiper-zoom-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    justify-content: center;
    text-align: center;
    width: 100%;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
    max-height: 100%;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.swiper-slide-zoomed {
    cursor: move;
}
.swiper-lazy-preloader {
    -webkit-animation: swiper-preloader-spin 1s linear infinite;
    animation: swiper-preloader-spin 1s linear infinite;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top: 4px solid transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 42px;
    left: 50%;
    margin-left: -21px;
    margin-top: -21px;
    position: absolute;
    top: 50%;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    width: 42px;
    z-index: 10;
}
.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}
@-webkit-keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
@keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
.swiper-container .swiper-notification {
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 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 {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 100%;
    pointer-events: none;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    visibility: hidden;
    width: 100%;
    z-index: 1;
}
.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 {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 0;
}
.swiper-container-cube .swiper-cube-shadow {
    background: #000;
    bottom: 0;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    width: 100%;
    z-index: 0;
}
.swiper-container-flip {
    overflow: visible;
}
.swiper-container-flip .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: none;
    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 {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 0;
}
.container {
    margin: 0 auto;
    max-width: 100%;
    max-width: var(--container-max-width);
    padding-left: 2.4rem;
    padding-left: var(--container-gap);
    padding-right: 2.4rem;
    padding-right: var(--container-gap);
    width: 100%;
}
.container.container_content {
    padding-left: 7.2rem;
    padding-left: var(--container-content-gap);
    padding-right: 7.2rem;
    padding-right: var(--container-content-gap);
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.row > * {
    min-width: 0;
}
.row > .row__item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
> .list__item {
    list-style: none;
}
> .list__item::marker {
    display: none;
}
.list__link {
    display: block;
}
body {
    font-size: 1.8rem;
}
.wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    min-height: 1px;
}
.wrapper.wrapper_block {
    display: block;
    height: auto;
}
.main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    min-height: 1px;
    width: 100%;
}
.header {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-height: 1px;
}
.text-fade {
    color: #999;
    color: var(--color-fade);
}
.-loader-lock {
    height: 100%;
    left: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    width: 100%;
}
.lazy-placeholder {
    overflow: hidden;
    position: relative;
}
.lazy-placeholder div {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 100%;
    overflow: hidden;
}
.lazy-placeholder div,
.lazy-placeholder img {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.header {
    font-weight: 500;
    left: 0;
    padding-top: 1.8rem;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 12;
}
.header__section {
    -webkit-box-flex: 1;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-flex: 1;
    flex: 1;
}
.header.header_section .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.logotype {
    display: block;
}
.logotype:hover {
    color: #ff4e00;
    color: var(--color-accent);
}
.section {
    padding: 12rem 0;
}
.section.section_content {
    padding-top: 12.8rem;
}
.bars {
    background-color: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    text-align: left;
    -webkit-transition: color 0.25s ease;
    -o-transition: color 0.25s ease;
    transition: color 0.25s ease;
}
.bars__label:first-child {
    display: block;
}
.bars__label:nth-child(2) {
    display: none;
}
.bars:hover {
    color: #ff4e00;
    color: var(--color-accent);
}
.bars.bars_active .bars__label:first-child {
    display: none;
}
.bars.bars_active .bars__label:nth-child(2) {
    display: block;
}
.big-phrases {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.big-phrases.big-phrases_color_accent {
    color: #ff4e00;
    color: var(--color-accent);
}
.big-phrases.big-phrases_color_primary {
    color: #cfff01;
    color: var(--color-primary);
}
.big-phrases.big-phrases_vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.big-phrases.big-phrases_vertical > div + div {
    margin-top: 2.4rem;
}
.big-phrase__value {
    font-size: 20rem;
    letter-spacing: -0.222222rem;
    line-height: 1;
}
.big-phrase__value span {
    font-weight: 600;
}
.big-phrase__description {
    font-size: 1.8rem;
    line-height: 1.3333333333;
    margin-top: 0.6rem;
}
.big-phrase.big-phrase_align_left {
    text-align: left;
}
.big-phrase.big-phrase_align_center {
    text-align: center;
}
.big-phrase.big-phrase_align_right {
    text-align: right;
}
.button {
    border: 0;
    border-radius: 0;
    display: block;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    -webkit-transition: color 0.25s, background-color 0.25s, opacity 0.25s, border-color 0.25s;
    -o-transition: color 0.25s, background-color 0.25s, opacity 0.25s, border-color 0.25s;
    transition: color 0.25s, background-color 0.25s, opacity 0.25s, border-color 0.25s;
}
.button.button_dark {
    background-color: #444;
    background-color: var(--color-dark-gray);
    color: #cfff01;
    color: var(--color-primary);
    font-size: 2rem;
    line-height: 1.2;
    padding: 1.5rem;
}
.button.button_submit {
    color: #000;
    color: var(--color-black);
    font-size: 2rem;
    line-height: 1.2;
    padding: 1.5rem;
}
.button.button_balloon,
.button.button_submit {
    background-color: #fff;
    background-color: var(--color-white);
    border-radius: 1.2rem;
    width: 100%;
}
.button.button_balloon {
    color: #444;
    color: var(--color-dark-gray);
    font-size: 1.6rem;
    line-height: 1.875;
    padding: 0.9rem;
}
.contact {
    color: #999;
    color: var(--color-fade);
}
.contact span {
    color: #000;
    color: var(--color-black);
}
.downloads {
    color: #999;
    color: var(--color-fade);
    font-size: 2rem;
    font-size: var(--header-text-font-size-2);
    font-weight: 500;
}
.downloads:not(:last-child) {
    margin-bottom: 2rem;
    margin-bottom: var(--header-text-bottom-offset);
}
.h2 + .downloads,
h2 + .downloads {
    margin-top: -2rem;
    margin-top: calc(var(--header-text-bottom-offset) * -1);
}
.dropdown {
    padding-top: 2.4rem;
}
.dropdown__body {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}
.dropdown__footer {
    margin-top: 2.4rem;
    text-align: center;
}
.dropdown__contacts {
    width: 16.3rem;
}
.dropdown .contact__item + .contact__item {
    margin-top: 2.4rem;
}
.favorite {
    display: inline-block;
}
.favorite:hover {
    color: #ff4e00;
    color: var(--color-accent);
}
.section_feed {
    padding-bottom: 19.2rem;
    padding-top: 19.2rem;
}
.feed {
    position: relative;
}
.feed__item {
    position: absolute;
}
.feed__item.feed__item_row {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.feed__item.feed__item_row .feed__text {
    position: sticky;
    top: 1.8rem;
}
.feed__item.feed__item_row.feed__item_reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.feed__item.feed__item_row.feed__item_reverse .feed__figure {
    margin-right: auto;
}
.feed__item.feed__item_row:not(.feed__item_reverse) .feed__figure {
    margin-left: auto;
}
.field__input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0.1rem solid transparent;
    border-radius: 1.2rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: rgba(51, 51, 51, 0.3);
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.2;
    padding: 1.4rem;
    text-align: inherit;
    width: 100%;
}
.field__input:-webkit-autofill,
.field__input:-webkit-autofill:active,
.field__input:-webkit-autofill:focus,
.field__input:-webkit-autofill:hover {
    -webkit-transition: background-color 36000s ease-in-out 0s;
    transition: background-color 36000s ease-in-out 0s;
}
.field.field_touched .field__input {
    color: #333;
}
.field.field_error .field__input {
    color: red;
}
.figure {
    font-size: 1.2rem;
    line-height: 2;
}
.figure img {
    width: 100%;
}
.figure.figure_caption_right {
    text-align: right;
}
.form__fieldset + .form__fieldset {
    margin-top: 4rem;
    margin-top: calc(var(--gap) * 2);
}
.form__group + .form__group {
    margin-top: 2rem;
    margin-top: var(--gap);
}
.form__group_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -2rem;
    margin-left: calc(var(--gap) * -1);
}
.form__group_row > * {
    min-width: 0;
}
.form__group_row > .form__item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 2rem;
    padding-left: var(--gap);
}
.headline {
    overflow: hidden;
    text-align: center;
}
.headline__content {
    display: inline-block;
    overflow: hidden;
    padding: 0 7.2rem;
    padding: 0 var(--container-content-gap);
    vertical-align: top;
}
.headline img {
    max-width: none;
    width: auto;
}
.section_headline {
    padding-bottom: 0;
    padding-top: 4.8rem;
}
.hero {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}
.link {
    border: 0.1rem solid;
    color: #444;
    color: var(--color-dark-gray);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 1.5rem;
    line-height: 1.2;
    padding: 0.8rem 1.1rem;
    text-transform: uppercase;
}
.link.link_arrow_right {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.link.link_arrow_right:after {
    content: "→";
}
.link.link_arrow_left {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.link.link_arrow_left:before {
    content: "←";
}
.link.link_faded {
    color: #999;
    color: var(--color-fade);
}
.link.link_faded:hover {
    color: #444;
    color: var(--color-dark-gray);
}
.modal {
    -webkit-overflow-scrolling: touch;
    -ms-scroll-chaining: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: rgba(68, 68, 68, 0.7);
    display: none;
    height: 100%;
    left: 0;
    opacity: 0;
    outline: none;
    overflow: auto;
    overscroll-behavior: contain;
    padding: 2rem;
    position: fixed;
    text-align: center;
    top: 0;
    -webkit-transition: opacity 0.1s ease;
    -o-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease;
    width: 100%;
    z-index: 1000;
}
.modal:before {
    content: "";
    height: 100%;
    margin-left: -0.28em;
}
.modal:before,
.modal__container {
    display: inline-block;
    vertical-align: middle;
}
.modal__container {
    background: #fff;
    margin: 0 auto;
    max-width: 70rem;
    padding: 4rem;
    position: relative;
    text-align: left;
    width: 100%;
}
.modal__close {
    background: transparent;
    border: 0;
    color: #343434;
    cursor: pointer;
    font-size: 2rem;
    font-weight: 700;
    height: 4rem;
    line-height: 4rem;
    padding: 0;
    position: absolute;
    right: 0;
    text-decoration: none;
    top: 0;
    -webkit-transition: opacity 0.25s ease;
    -o-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
    width: 4rem;
}
.modal__close:hover {
    opacity: 0.5;
}
.modal__loader {
    background: #000;
    display: block;
    padding: 1rem;
}
.modal__iframe {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}
.modal__iframe iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.modal__image img {
    display: block;
    height: auto;
    width: auto;
}
.modal__caption {
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    color: #fff;
    font-size: 1.2rem;
    left: 0;
    padding: 2rem;
    position: absolute;
    text-align: center;
    visibility: hidden;
    width: 100%;
    z-index: 1;
}
.modal.modal_opened {
    display: block;
}
.modal.modal_visible {
    opacity: 1;
}
.modal.modal_visible .modal__container {
    -webkit-transform: translateY(0) translateX(0) !important;
    -ms-transform: translateY(0) translateX(0) !important;
    transform: translateY(0) translateX(0) !important;
}
.modal.modal_video .modal__container {
    background: #000;
    -webkit-box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.25);
    box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.25);
    max-width: 100rem;
    padding: 0;
}
.modal.modal_video .modal__close {
    right: -1.5rem;
    top: -4rem;
}
.modal.modal_image .modal__container {
    background: transparent;
    -webkit-box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.25);
    box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.25);
    color: #fff;
    height: auto;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
    padding: 0;
    position: static;
    width: auto;
}
.modal.modal_image .modal__close {
    color: #fff;
    right: 0;
    top: 0;
}
.navigation__link:hover {
    color: #ff4e00;
    color: var(--color-accent);
}
.navigation.navigation_vertical .navigation {
    margin-left: 3.5rem;
}
.navigation.navigation_horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -2.4rem;
}
.navigation.navigation_horizontal > * {
    padding-left: 2.4rem;
}
.order {
    color: #fff;
    color: var(--color-white);
    text-align: center;
}
.order__body {
    background-color: #ff4e00;
    background-color: var(--color-accent);
    border-radius: 1.8rem;
    padding: 0 1.8rem 2.4rem;
}
.order__footer {
    font-size: 1.2rem;
    line-height: 1.25;
    margin-top: 1.2rem;
}
.order__footer a {
    text-decoration: underline;
}
.order__title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12rem;
    font-weight: 700;
    justify-content: center;
    letter-spacing: -0.285rem;
    line-height: 9rem;
    margin-bottom: 5.2rem;
    padding-top: 0.5rem;
    text-transform: uppercase;
}
.order__title svg {
    fill: currentColor;
    display: block;
    height: 9rem;
    width: auto;
}
.modal_order {
    padding: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.modal_order.modal_transition-in {
    -webkit-transition: opacity 0.1s ease;
    -o-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease;
}
.modal_order.modal_transition-in .modal__container {
    -webkit-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    transition: 0.6s ease;
}
.modal_order.modal_transition-out {
    -webkit-transition: opacity 0.1s ease 0.5s;
    -o-transition: opacity 0.1s ease 0.5s;
    transition: opacity 0.1s ease 0.5s;
}
.modal_order.modal_transition-out .modal__container {
    -webkit-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    transition: 0.6s ease;
}
.modal_order:before {
    display: none;
}
.modal_order .modal__container {
    background-color: transparent;
    margin-top: 6rem;
    max-width: 37.6rem;
    padding: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
.modal_order .order {
    position: relative;
}
.modal_order .order:after,
.modal_order .order:before {
    background-color: #fff;
    background-color: var(--color-white);
    bottom: 100%;
    content: "";
    display: block;
    height: 6rem;
    position: absolute;
    width: 0.3rem;
}
.modal_order .order:before {
    left: 7rem;
}
.modal_order .order:after {
    right: 7rem;
}
.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 7.8rem;
}
.pagination > * {
    min-width: 0;
}
.pagination__link {
    border: 0.1rem solid;
    color: #999;
    color: var(--color-fade);
    display: block;
    font-size: 1.5rem;
    line-height: 1.2;
    margin-right: 1.2rem;
    min-width: 3.6rem;
    padding: 0.8rem 1.1rem;
    text-align: center;
    text-transform: uppercase;
}
.pagination__link.pagination__link_current,
.pagination__link:hover {
    color: #444;
    color: var(--color-dark-gray);
}
.panel {
    background-color: #fff;
    background-color: var(--color-white);
    font-size: 2rem;
    line-height: 1.2;
    padding: 1.8rem;
    width: 44.4rem;
}
.panel__header {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}
.panel__contacts {
    text-align: right;
}
.panel__dropdown {
    display: none;
}
.panel__body {
    padding-top: 1.2rem;
}
.panel__description {
    color: #ff4e00;
    color: var(--color-accent);
    font-size: 3rem;
    line-height: 1.2;
    overflow: hidden;
}
.panel__description > div {
    padding-bottom: 3rem;
}
.panel__state_default {
    display: block;
}
.panel__state_active {
    display: none;
}
.panel__overlay {
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
}
.panelopen{
display: block;	
}
.panel.panel_active .panel__dropdown {
    display: block;
}
.panel.panel_active .panel__body,
.panel.panel_active .panel__state_default {
    display: none;
}
.panel.panel_active .panel__overlay,
.panel.panel_active .panel__state_active {
    display: block;
}
.panel.panel_dark:not(.panel_active) {
    background-color: #333;
    background-color: var(--color-medium-gray);
    color: #fff;
    color: var(--color-white);
}
.panel.panel_dark:not(.panel_active) .contact span {
    color: #fff;
    color: var(--color-white);
}
.panel.panel_wider {
    width: 54.4rem;
}
.panel.panel_full {
    margin: -1.8rem -2.4rem 0;
    margin: -1.8rem calc(var(--container-gap) * -1) 0;
    padding: 2.4rem;
    width: auto;
}
.panel.panel_full .panel__bars,
.panel.panel_full .panel__contacts {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20rem;
    flex: 0 0 20rem;
    max-width: 20rem;
}
.panel.panel_full .panel__stuff {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
}
.panel.panel_full .dropdown__contacts,
.panel.panel_full .dropdown__navigation {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 29rem;
    flex: 0 0 29rem;
    max-width: 29rem;
}
.panel.panel_full .dropdown__stuff {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.panel.panel_full .dropdown__contacts {
    text-align: right;
    width: auto;
}
.panel.panel_full .navigation_horizontal {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.-panel-active .header {
    z-index: 20;
}
.picture img {
    display: block;
    width: 100%;
}
.section_picture {
    padding-bottom: 0;
    padding-top: 0;
}
.section_picture + .section_photos {
    padding-top: 12rem;
}
.progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 2.8rem;
    line-height: 2.8rem;
}
.progress__number {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 2.5rem;
    flex: 0 0 2.5rem;
    margin-right: 1rem;
    max-width: 2.5rem;
    position: relative;
}
.progress__title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
}
.progress__title span {
    max-width: 80%;
}
.progress span {
    opacity: 0;
    overflow: hidden;
    position: absolute;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-transition: opacity 0.35s ease;
    -o-transition: opacity 0.35s ease;
    transition: opacity 0.35s ease;
    vertical-align: top;
    white-space: nowrap;
}
.section_quote {
    padding-bottom: 19.2rem;
    padding-top: 19.2rem;
}
.quote {
    color: #ff4e00;
    color: var(--color-accent);
    text-align: center;
}
.quote__text {
    font-size: 3.3rem;
    font-weight: 600;
    letter-spacing: -0.03rem;
    line-height: 1.0909090909;
}
.quote__author {
    line-height: 1;
    margin-top: 1.8rem;
}
[data-scrollbooster].-scrollable {
    cursor: -webkit-grab;
    cursor: grab;
}
[data-scrollbooster].-scrolling {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
.title {
    font-size: 12rem;
    letter-spacing: -0.133333rem;
    line-height: 0.8;
}
@media (min-width: 601px) {
    .header.header_auto {
        right: auto;
    }
    .panel.panel_full .dropdown__footer {
        display: none;
    }
}
@media (min-width: 901px) {
    .navigation__item.navigation__item_hidden {
        display: none;
    }
    .panel.panel_full .dropdown__body {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .panel.panel_full .contact__item:last-child {
        margin-top: 0;
    }
}
@media (min-width: 1001px) {
    .feed__item.feed__item_wide.feed__item_reverse .feed__figure {
        margin-left: -7.2rem;
        margin-left: calc(var(--container-content-gap) * -1);
        margin-right: auto;
    }
    .feed__item.feed__item_wide:not(.feed__item_reverse) .feed__figure {
        margin-left: auto;
        margin-right: -7.2rem;
        margin-right: calc(var(--container-content-gap) * -1);
    }
}
@media (max-width: 1100px) {
    :root {
        --container-gap: 1.8rem;
        --container-content-gap: 5.4rem;
        --header-text-font-size-1: 2.5rem;
        --header-text-font-size-2: 1.5rem;
        --header-text-font-size-3: 1.5rem;
        --header-text-font-size-4: 1.5rem;
        --header-text-font-size-5: 1.5rem;
        --header-text-font-size-6: 1.5rem;
        --content-text-font-size: 1.4rem;
    }
    body {
        font-size: 1.4rem;
    }
    .section.section_content {
        padding-top: 9.6rem;
    }
    .big-phrase__value {
        font-size: 15rem;
    }
    .big-phrase__description {
        font-size: 1.4rem;
        margin-top: 0;
    }
    .button.button_dark {
        font-size: 1.5rem;
        padding: 1.1rem;
    }
    .section_feed {
        padding-bottom: 14.6rem;
        padding-top: 14.6rem;
    }
    .figure {
        font-size: 0.9rem;
    }
    .headline img {
        height: 13.5rem;
    }
    .section_headline {
        padding-top: 2.6rem;
    }
    .panel {
        font-size: 1.5rem;
        padding: 1.35rem;
        width: 39.7rem;
    }
    .panel__body {
        padding-top: 2.2rem;
    }
    .panel__description {
        font-size: 2.5rem;
    }
    .panel__description > div {
        padding-bottom: 2.2rem;
    }
    .panel.panel_wider {
        width: 40.7rem;
    }
    .panel.panel_full {
        padding: 1.8rem;
    }
    .panel.panel_full .dropdown__contacts,
    .panel.panel_full .dropdown__navigation {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 23rem;
        flex: 0 0 23rem;
        max-width: 23rem;
    }
    .section_quote {
        padding-bottom: 14.2rem;
        padding-top: 14.2rem;
    }
    .quote__text {
        font-size: 2.5rem;
    }
    .title {
        font-size: 9.6rem;
    }
@media (max-width: 1000px) {
    .feed {
        height: auto !important;
    }
    .feed__item {
        margin-top: 1.9rem !important;
        position: static;
        width: 100% !important;
    }
    .feed__item:first-child {
        margin-top: 0 !important;
    }
    .feed__item .feed__figure,
    .feed__item .feed__text {
        width: 100% !important;
    }
    .feed__item .feed__text {
        margin-bottom: 3.6rem;
    }
    .feed__item.feed__item_row {
        display: block;
    }
    .feed__item.feed__item_row:not(:first-child) {
        margin-top: 9.6rem !important;
    }
    .feed__item.feed__item_row .feed__text {
        margin-bottom: 3.6rem;
        position: static;
    }
    .feed__item.feed__item_row .feed__figure {
        margin-top: 0 !important;
    }
}
@media (max-width: 900px) {
    .panel.panel_full .dropdown__contacts,
    .panel.panel_full .dropdown__navigation {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        max-width: none;
    }
    .panel.panel_full .dropdown__stuff {
        display: none;
    }
}
@media (max-width: 800px) {
    :root {
        --container-content-gap: 1.8rem;
        --header-text-font-size-1: 2.2rem;
    }
    .figure {
        font-size: 1.2rem;
    }
    .figure.figure_caption_right {
        text-align: left;
    }
    .panel.panel_full .panel__bars,
    .panel.panel_full .panel__contacts {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 15rem;
        flex: 0 0 15rem;
        max-width: 15rem;
    }
}
@media (max-width: 600px) {
    .big-phrases.big-phrases_vertical > div + div {
        margin-top: 3.6rem;
    }
    .big-phrase__value {
        font-size: 9.6rem;
        line-height: 0.8;
    }
    .big-phrase__description {
        margin-top: 1.2rem;
    }
    .dropdown {
        padding-top: 1.2rem;
    }
    .dropdown__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .dropdown__footer {
        font-size: 2.2rem;
        margin-top: 2.7rem;
    }
    .dropdown__contacts {
        font-weight: 400;
        margin-top: 2.7rem;
        text-align: center;
        width: 100%;
    }
    .dropdown .contact__item + .contact__item {
        margin-top: 1.5rem;
    }
    .dropdown .contact__item:nth-child(2) {
        margin-top: 0;
    }
    .dropdown .contact__item:nth-child(2) br {
        display: none;
    }
    .section_feed {
        padding-bottom: 9.6rem;
        padding-top: 9.6rem;
    }
    .headline img {
        height: 9.4rem;
    }
    .link {
        font-size: 1.1rem;
        padding: 1rem 1.1rem;
    }
    .pagination {
        margin-top: 3.6rem;
    }
    .pagination__link {
        font-size: 1.1rem;
        margin-right: 0.4rem;
        min-width: 2.4rem;
        padding: 0.5rem 0.8rem;
    }
    .panel {
        padding: 1.2rem;
        width: 100%;
    }
    .panel__description {
        font-size: 2.2rem;
    }
    .panel__description > div {
        padding-bottom: 1.2rem;
    }
    .panel__progress {
        font-size: 1.1rem;
    }
    .panel .navigation {
        font-size: 2.2rem;
    }
    .panel.panel_dark:not(.panel_active) {
        background-color: #444;
        background-color: var(--color-dark-gray);
    }
    .panel.panel_wider {
        width: 100%;
    }
    .panel.panel_full .panel__bars,
    .panel.panel_full .panel__contacts {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        max-width: none;
        width:50%;
    }
    .panel.panel_full .panel__stuff {
        display: none;
    }
    .panel.panel_full .dropdown__contacts {
        text-align: center;
    }
    .progress {
        height: 1.2rem;
        line-height: 1.2rem;
    }
    .progress__number {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 1.4rem;
        flex: 0 0 1.4rem;
        margin-right: 0.4rem;
        max-width: 1.4rem;
    }
    .section_quote {
        padding-bottom: 6rem;
        padding-top: 6rem;
    }
    .quote {
        text-align: left;
    }
    .quote__text {
        font-size: 2.2rem;
    }
    .quote__text br {
        display: none;
    }
    .quote__author {
        margin-top: 1.2rem;
    }
}
@media (max-width: 370px) {
    .order__title {
        font-size: 10rem;
        line-height: 7.5rem;
    }
    .order__title svg {
        height: 7.2rem;
    }
}
