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, dl, dt, dd, ol, nav ul, nav 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;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

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

ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

blockquote, q {
    quotes: none;
}

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

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

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

input[type=submit] {
    -webkit-appearance: none;
}

img {
    border: 0;
    max-width: 100%;
}

ul._list {
    margin-bottom: 20px;
}
ul._list li {
    background: url("../img/li-bg.svg") no-repeat 0 2px;
    padding-left: 35px;
    margin-bottom: 20px;
}
ul._list li:last-child {
    margin-bottom: 0;
}

input, textarea, select {
    outline: none;
}

textarea {
    resize: none;
    overflow: hidden;
}

a {
    color: #008fff;
    -webkit-transition: all 0.15s ease 0s;
    transition: all 0.15s ease 0s;
    text-decoration: underline;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
    color: #008fff;
    -webkit-transition: all 0.2s ease 0.05s;
    transition: all 0.2s ease 0.05s;
}

a:active,
a:focus,
a:focus-within,
a:target,
a:visited,
a:focus-visible {
    outline: none;
}

hr {
    margin: 0;
    height: 0;
}

textarea, input[type=text], input[type=button], input[type=submit] {
    -webkit-appearance: none;
    border-radius: 0;
}

p {
    line-height: 1.4;
    margin-bottom: 22px;
}

button:focus {
    outline: 0;
}

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

sup {
    font-size: 75%;
    top: -0.5em;
    position: relative;
}

.c-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 577px) {
    .c-container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .c-container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .c-container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .c-container {
        max-width: 1140px;
    }
}
@media (min-width: 1300px) {
    .c-container {
        max-width: 1280px;
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 1700px) {
    .c-container {
        max-width: 1640px;
    }
}

.c-container-fluid {
    max-width: 2560px;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

/* montserrat-100 - cyrillic_cyrillic-ext_latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 100;
    src: url("../fonts/montserrat-v26-cyrillic_cyrillic-ext_latin-100.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-100italic - cyrillic_cyrillic-ext_latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Montserrat";
    font-style: italic;
    font-weight: 100;
    src: url("../fonts/montserrat-v26-cyrillic_cyrillic-ext_latin-100italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-200 - cyrillic_cyrillic-ext_latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 200;
    src: url("../fonts/montserrat-v26-cyrillic_cyrillic-ext_latin-200.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-200italic - cyrillic_cyrillic-ext_latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Montserrat";
    font-style: italic;
    font-weight: 200;
    src: url("../fonts/montserrat-v26-cyrillic_cyrillic-ext_latin-200italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-300 - cyrillic_cyrillic-ext_latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/montserrat-v26-cyrillic_cyrillic-ext_latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-300italic - cyrillic_cyrillic-ext_latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Montserrat";
    font-style: italic;
    font-weight: 300;
    src: url("../fonts/montserrat-v26-cyrillic_cyrillic-ext_latin-300italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-regular - cyrillic_cyrillic-ext_latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/montserrat-v26-cyrillic_cyrillic-ext_latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-italic - cyrillic_cyrillic-ext_latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Montserrat";
    font-style: italic;
    font-weight: 400;
    src: url("../fonts/montserrat-v26-cyrillic_cyrillic-ext_latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-500 - cyrillic_cyrillic-ext_latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/montserrat-v26-cyrillic_cyrillic-ext_latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-500italic - cyrillic_cyrillic-ext_latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Montserrat";
    font-style: italic;
    font-weight: 500;
    src: url("../fonts/montserrat-v26-cyrillic_cyrillic-ext_latin-500italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-600 - cyrillic_cyrillic-ext_latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/montserrat-v26-cyrillic_cyrillic-ext_latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-600italic - cyrillic_cyrillic-ext_latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Montserrat";
    font-style: italic;
    font-weight: 600;
    src: url("../fonts/montserrat-v26-cyrillic_cyrillic-ext_latin-600italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-700 - cyrillic_cyrillic-ext_latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/montserrat-v26-cyrillic_cyrillic-ext_latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-700italic - cyrillic_cyrillic-ext_latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Montserrat";
    font-style: italic;
    font-weight: 700;
    src: url("../fonts/montserrat-v26-cyrillic_cyrillic-ext_latin-700italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-800 - cyrillic_cyrillic-ext_latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 800;
    src: url("../fonts/montserrat-v26-cyrillic_cyrillic-ext_latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-800italic - cyrillic_cyrillic-ext_latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Montserrat";
    font-style: italic;
    font-weight: 800;
    src: url("../fonts/montserrat-v26-cyrillic_cyrillic-ext_latin-800italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-900 - cyrillic_cyrillic-ext_latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/montserrat-v26-cyrillic_cyrillic-ext_latin-900.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-900italic - cyrillic_cyrillic-ext_latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Montserrat";
    font-style: italic;
    font-weight: 900;
    src: url("../fonts/montserrat-v26-cyrillic_cyrillic-ext_latin-900italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap;
  font-family: 'HarmonyOS Sans SC';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/HarmonyOS_Sans_SC_Thin.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap;
  font-family: 'HarmonyOS Sans SC';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/HarmonyOS_Sans_SC_Light.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap;
  font-family: 'HarmonyOS Sans SC';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/HarmonyOS_Sans_SC_Regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap;
  font-family: 'HarmonyOS Sans SC';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/HarmonyOS_Sans_SC_Medium.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap;
  font-family: 'HarmonyOS Sans SC';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/HarmonyOS_Sans_SC_Bold.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap;
  font-family: 'HarmonyOS Sans SC';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/HarmonyOS_Sans_SC_Black.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
    font-family: "TacticSansExd Ultra";
    src: url("../fonts/TacticSansExd-Ult.eot");
    src: local("Tactic Sans Extended Ultra"), local("TacticSansExd-Ult"), url("../fonts/TacticSansExd-Ult.eot?#iefix") format("embedded-opentype"), url("../fonts/TacticSansExd-Ult.woff2") format("woff2"), url("../fonts/TacticSansExd-Ult.woff") format("woff"), url("../fonts/TacticSansExd-Ult.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "TacticSansExd Ultra";
    src: url("../fonts/TacticSansExd-UltIt.eot");
    src: local("Tactic Sans Extended Ultra Italic"), local("TacticSansExd-UltIt"), url("../fonts/TacticSansExd-UltIt.eot?#iefix") format("embedded-opentype"), url("../fonts/TacticSansExd-UltIt.woff2") format("woff2"), url("../fonts/TacticSansExd-UltIt.woff") format("woff"), url("../fonts/TacticSansExd-UltIt.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: "HarmonyOS Sans SC";
    src: url("../fonts/TacticSansExd-Reg.eot");
    src: local("Tactic Sans Extended"), local("TacticSansExd-Reg"), url("../fonts/TacticSansExd-Reg.eot?#iefix") format("embedded-opentype"), url("../fonts/TacticSansExd-Reg.woff2") format("woff2"), url("../fonts/TacticSansExd-Reg.woff") format("woff"), url("../fonts/TacticSansExd-Reg.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Saira";
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/saira-v14-latin-ext_latin-300.eot");
    /* IE9 Compat Modes */
    src: local(""), url("../fonts/saira-v14-latin-ext_latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/saira-v14-latin-ext_latin-300.woff2") format("woff2"), url("../fonts/saira-v14-latin-ext_latin-300.woff") format("woff"), url("../fonts/saira-v14-latin-ext_latin-300.ttf") format("truetype"), url("../fonts/saira-v14-latin-ext_latin-300.svg#Saira") format("svg");
    /* Legacy iOS */
}
/* saira-regular - latin-ext_latin */
@font-face {
    font-family: "Saira";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/saira-v14-latin-ext_latin-regular.eot");
    /* IE9 Compat Modes */
    src: local(""), url("../fonts/saira-v14-latin-ext_latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/saira-v14-latin-ext_latin-regular.woff2") format("woff2"), url("../fonts/saira-v14-latin-ext_latin-regular.woff") format("woff"), url("../fonts/saira-v14-latin-ext_latin-regular.ttf") format("truetype"), url("../fonts/saira-v14-latin-ext_latin-regular.svg#Saira") format("svg");
    /* Legacy iOS */
}
/* saira-500 - latin-ext_latin */
@font-face {
    font-family: "Saira";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/saira-v14-latin-ext_latin-500.eot");
    /* IE9 Compat Modes */
    src: local(""), url("../fonts/saira-v14-latin-ext_latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/saira-v14-latin-ext_latin-500.woff2") format("woff2"), url("../fonts/saira-v14-latin-ext_latin-500.woff") format("woff"), url("../fonts/saira-v14-latin-ext_latin-500.ttf") format("truetype"), url("../fonts/saira-v14-latin-ext_latin-500.svg#Saira") format("svg");
    /* Legacy iOS */
}
/* saira-600 - latin-ext_latin */
@font-face {
    font-family: "Saira";
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/saira-v14-latin-ext_latin-600.eot");
    /* IE9 Compat Modes */
    src: local(""), url("../fonts/saira-v14-latin-ext_latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/saira-v14-latin-ext_latin-600.woff2") format("woff2"), url("../fonts/saira-v14-latin-ext_latin-600.woff") format("woff"), url("../fonts/saira-v14-latin-ext_latin-600.ttf") format("truetype"), url("../fonts/saira-v14-latin-ext_latin-600.svg#Saira") format("svg");
    /* Legacy iOS */
}
/* saira-700 - latin-ext_latin */
@font-face {
    font-family: "Saira";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/saira-v14-latin-ext_latin-600.eot");
    /* IE9 Compat Modes */
    src: local(""), url("../fonts/saira-v14-latin-ext_latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/saira-v14-latin-ext_latin-600.woff2") format("woff2"), url("../fonts/saira-v14-latin-ext_latin-600.woff") format("woff"), url("../fonts/saira-v14-latin-ext_latin-600.ttf") format("truetype"), url("../fonts/saira-v14-latin-ext_latin-600.svg#Saira") format("svg");
    /* Legacy iOS */
}
@font-face {
    font-family: "Saira";
    font-style: normal;
    font-weight: bold;
    src: url("../fonts/saira-v14-latin-ext_latin-600.eot");
    /* IE9 Compat Modes */
    src: local(""), url("../fonts/saira-v14-latin-ext_latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/saira-v14-latin-ext_latin-600.woff2") format("woff2"), url("../fonts/saira-v14-latin-ext_latin-600.woff") format("woff"), url("../fonts/saira-v14-latin-ext_latin-600.ttf") format("truetype"), url("../fonts/saira-v14-latin-ext_latin-600.svg#Saira") format("svg");
    /* Legacy iOS */
}
/* saira-800 - latin-ext_latin */
@font-face {
    font-family: "Saira";
    font-style: normal;
    font-weight: 800;
    src: url("../fonts/saira-v14-latin-ext_latin-800.eot");
    /* IE9 Compat Modes */
    src: local(""), url("../fonts/saira-v14-latin-ext_latin-800.eot?#iefix") format("embedded-opentype"), url("../fonts/saira-v14-latin-ext_latin-800.woff2") format("woff2"), url("../fonts/saira-v14-latin-ext_latin-800.woff") format("woff"), url("../fonts/saira-v14-latin-ext_latin-800.ttf") format("truetype"), url("../fonts/saira-v14-latin-ext_latin-800.svg#Saira") format("svg");
    /* Legacy iOS */
}
/* saira-900 - latin-ext_latin */
@font-face {
    font-family: "Saira";
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/saira-v14-latin-ext_latin-900.eot");
    /* IE9 Compat Modes */
    src: local(""), url("../fonts/saira-v14-latin-ext_latin-900.eot?#iefix") format("embedded-opentype"), url("../fonts/saira-v14-latin-ext_latin-900.woff2") format("woff2"), url("../fonts/saira-v14-latin-ext_latin-900.woff") format("woff"), url("../fonts/saira-v14-latin-ext_latin-900.ttf") format("truetype"), url("../fonts/saira-v14-latin-ext_latin-900.svg#Saira") format("svg");
    /* Legacy iOS */
}

@font-face {
    font-family: 'HarmonyOS Sans SC';
    src: url('/common/fonts/harmonyos_sans_sc_regular-webfont.woff2') format('woff2'),
         url('/common/fonts/harmonyos_sans_sc_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body {
    /*font-family: "Montserrat", sans-serif;*/
    font-family: "HarmonyOS Sans SC", sans-serif;
    font-size: 16px;
    font-weight: 500;
    height: auto;
    margin: 0 auto;
    background-color: #fff;
    color: #4a4a4a;
    line-height: normal;
    max-width: 2560px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
body.index main {
    margin-top: 0;
}

main {
    margin-top: 50px;
    flex-grow: 1;
}

sup {
    font-size: 75%;
}

picture {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

strong {
    font-weight: 700;
}

a {
    color: inherit;
    transition: 0.25s;
}
a:hover {
    color: #DB0E16;
    transition: 0.25s;
}

.section-title {
    font-size: 40px;
    margin-bottom: 25px;
    font-family: "HarmonyOS Sans SC", sans-serif;
}
@media (max-width: 1499px) {
    .section-title {
        font-size: 35px;
    }
}
@media (max-width: 1199px) {
    .section-title {
        font-size: 30px;
    }
}
@media (max-width: 576px) {
    .section-title {
        font-size: 25px;
    }
}
.section-title._with-link {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.section-subtitle {
    font-size: 26px;
    line-height: 1.3;
    font-weight: normal;
    margin-bottom: 15px;
}
@media (max-width: 1199px) {
    .section-subtitle {
        font-size: 22px;
    }
}
@media (max-width: 576px) {
    .section-subtitle {
        font-size: 20px;
    }
}

.page-form__title {
    font-size: 36px;
    margin-bottom: 30px;
}
.page-form__subtitle {
    margin-bottom: 30px;
    flex-grow: 1;
}
@media (max-width: 1399px) {
    .page-form__title {
        font-size: 30px;
    }
}
@media (max-width: 1199px) {
    .page-form__title {
        font-size: 25px;
    }
}

.page-btn {
    font-family: "HarmonyOS Sans SC", sans-serif;
    position: relative;
    color: #2F3738;
    line-height: 1;
    text-align: center;
    text-decoration: none !important;
    padding: 10px 40px;
    min-height: 52px;
    outline: none;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s;
}
@media (max-width: 576px) {
    .page-btn {
        font-size: 14px;
        min-height: 48px;
    }
}
.page-btn._transparent {
    border-color: #ad0007;
    color: #000;
    background-color: transparent;
}
.page-btn._dark {
    border-color: #1B1D21;
    background-color: #1B1D21;
    color: #fff;
}
.page-btn._blue {
    border-color: #4893CC;
    background-color: #4893CC;
    color: #fff;
}
.page-btn._white {
    background-color: #fff;
    border-color: #fff;
    color: #ad0007;
}
.page-btn._red {
    background-color: #ca0010;
    color: #fff;
}
.page-btn:hover {
    color: #fff;
    background-color: #ad0007;
    border-color: #ad0007;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

._nowrap {
    white-space: nowrap;
}

._uppercase {
    text-transform: uppercase;
}

._text-white {
    color: #fff;
}

._text-grey1 {
    color: #BDBDBD;
}

._text-grey2 {
    color: #828282;
}

._text-blue {
    color: #1A476F;
}

._text-red {
    color: #ca0010;
}

._weight-300 {
    font-weight: 300;
}

._weight-700 {
    font-weight: 700;
}

._strong {
    font-weight: 600;
}

._text-center {
    text-align: center;
}

._rel {
    position: relative;
}

._w100 {
    width: 100%;
}

._fz60 {
    font-size: 60px;
}
@media (max-width: 1499px) {
    ._fz60 {
        font-size: 48px;
    }
}
@media (max-width: 1199px) {
    ._fz60 {
        font-size: 40px;
    }
}
@media (max-width: 767px) {
    ._fz60 {
        font-size: 30px;
    }
}
@media (max-width: 576px) {
    ._fz60 {
        font-size: 28px;
    }
}

._fz48 {
    font-size: 48px;
}
@media (max-width: 1499px) {
    ._fz48 {
        font-size: 38px;
    }
}
@media (max-width: 1199px) {
    ._fz48 {
        font-size: 32px;
    }
}
@media (max-width: 767px) {
    ._fz48 {
        font-size: 30px;
    }
}
@media (max-width: 576px) {
    ._fz48 {
        font-size: 25px;
    }
}

._fz32 {
    font-size: 32px;
}
@media (max-width: 1399px) {
    ._fz32 {
        font-size: 28px;
    }
}
@media (max-width: 767px) {
    ._fz32 {
        font-size: 24px;
    }
}
@media (max-width: 576px) {
    ._fz32 {
        font-size: 21px;
    }
}

._fz26 {
    font-size: 26px;
}
@media (max-width: 1399px) {
    ._fz26 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    ._fz26 {
        font-size: 22px;
    }
}
@media (max-width: 576px) {
    ._fz26 {
        font-size: 20px;
    }
}

._fz24 {
    font-size: 24px;
}
@media (max-width: 1399px) {
    ._fz24 {
        font-size: 21px;
    }
}

._fz20 {
    font-size: 20px;
}
@media (max-width: 1399px) {
    ._fz20 {
        font-size: 18px;
    }
}

._fz18 {
    font-size: 18px;
}
@media (max-width: 1399px) {
    ._fz18 {
        font-size: 16px;
    }
}

.ruble {
    font-family: "Saira", sans-serif;
    padding-left: 5px;
}

._cur-font {
    font-family: "Montserrat", sans-serif;
    letter-spacing: normal;
}

input[type=number] {
    -moz-appearance: textfield;
}

input[type=checkbox] {
    display: none;
}

input[type=checkbox] + label,
input[type=checkbox] + span {
    padding-left: 30px;
    position: relative;
    cursor: pointer;
}
input[type=checkbox] + label:before,
input[type=checkbox] + span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 20px;
    height: 20px;
    border-radius: 0;
    border: 1px solid rgba(34, 34, 34, 0.5);
    flex-shrink: 0;
}
input[type=checkbox] + label:hover:before,
input[type=checkbox] + span:hover:before {
    border-color: #222;
}

input[type=checkbox]:checked + span:before,
input[type=checkbox]:checked + label:before {
    background-color: #DB0E16;
    border-color: #222;
    background-image: url("../img/ico-check.svg");
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

@media (min-width: 500px) {
    ._show-499 {
        display: none !important;
    }
}
@media (max-width: 499px) {
    ._hide-499 {
        display: none !important;
    }
}
@media (min-width: 577px) {
    ._show-576 {
        display: none !important;
    }
}
@media (max-width: 576px) {
    ._hide-576 {
        display: none !important;
    }
}
@media (min-width: 768px) {
    ._show-767 {
        display: none !important;
    }
}
@media (max-width: 767px) {
    ._hide-767 {
        display: none !important;
    }
}
@media (min-width: 992px) {
    ._show-991 {
        display: none !important;
    }
}
@media (max-width: 991px) {
    ._hide-991 {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    ._show-1199 {
        display: none !important;
    }
}
@media (max-width: 1199px) {
    ._hide-1199 {
        display: none !important;
    }
}
@media (min-width: 1300px) {
    ._show-1299 {
        display: none !important;
    }
}
@media (max-width: 1299px) {
    ._hide-1299 {
        display: none !important;
    }
}
@media (min-width: 992px) {
    .toTop {
        position: fixed;
        right: 100px;
        bottom: 100px;
        cursor: pointer;
        z-index: 50;
        display: none;
        border-radius: 50%;
        -webkit-transition: 0.25s;
        transition: 0.25s;
    }
    .toTop:hover {
        -webkit-transition: 0.25s;
        transition: 0.25s;
    }
    .toTop:hover svg circle {
        fill: transparent;
    }
    .toTop.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.15);
        box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.15);
    }
}
@media (max-width: 991px) {
    .toTop.active {
        height: 0;
        width: 0;
        display: none;
    }
}
body.overflow {
    height: 100vh;
    overflow: hidden;
}

@media (min-width: 620px) {
    .modal-dialog.modal-sm {
        width: 630px;
    }
}
.modal {
    overflow: hidden;
    opacity: 0;
    position: fixed;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(34, 34, 34, 0.6);
}
.modal .close {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 16px;
    height: 16px;
    opacity: 0.6;
    transition: 0.25s;
}
.modal .close:hover {
    opacity: 1;
    transition: 0.25s;
}
.modal-dialog {
    display: flex;
    position: absolute;
    left: 50%;
    top: -100%;
    transform: translateX(-50%);
    height: auto;
    width: calc(100vw - 30px);
    background-color: #fff;
    transition: 0.25s;
}
@media (min-width: 1150px) {
    .modal-dialog {
        max-width: 1000px;
        width: 100%;
    }
}
.modal.modal-open {
    display: block;
    overflow: visible;
    opacity: 1;
    z-index: 100;
    transition: 0.25s;
}
.modal.modal-open .modal-dialog {
    top: 75px;
    border-radius: 3px;
    transition: 0.25s ease-in-out;
    transition-delay: 0.25s;
}
@media (max-width: 1399px) {
    .modal.modal-open .modal-dialog {
        top: 60px;
    }
}
@media (max-width: 576px) {
    .modal.modal-open .modal-dialog {
        justify-content: center;
    }
}
.modal.modal-open .modal-dialog.modal-sm {
    top: 40%;
    transform: translate(-50%, -50%);
}
.modal-image {
    flex-shrink: 0;
    max-width: 50%;
}
@media (max-width: 576px) {
    .modal-image {
        display: none;
    }
}
.modal-image img {
    border-radius: 3px 0 0 3px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.modal-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
}
.modal-logo {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.modal-logo ._dealer {
    font-size: 12px;
    color: #888;
    padding-left: 20px;
    width: 170px;
}
.modal-button {
    display: flex;
    justify-content: center;
    position: relative;
}
.modal-button button:disabled {
    transition: none;
}
.modal-button button:disabled:after, .modal-button button:disabled:before {
    display: none;
}
.modal-form {
    margin-top: 20px;
}
@media (max-width: 991px) {
    .modal-form {
        margin-top: 10px;
    }
}
.modal-form--wrap {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}
.modal-input {
    width: 100%;
}
.modal-input input {
    width: 100%;
    border: 1px solid rgba(34, 34, 34, 0.3);
    padding: 16px 15px;
    border-radius: 3px;
    background-color: #fff;
    color: #222;
    font-size: 16px;
    transition: 0.25s;
}
@media (max-width: 991px) {
    .modal-input input {
        padding: 16px 15px;
    }
}
.modal-input input:hover, .modal-input input:focus {
    border-color: #222222;
    transition: 0.25s;
}
.modal-input input::placeholder {
    color: rgba(34, 34, 34, 0.5);
    transition: 0.25s;
}
.modal-input input.error {
    border-color: red;
}
.modal-input--label {
    font-size: 14px;
    margin-bottom: 6px;
}
.modal-check {
    display: flex;
    align-items: flex-start;
    font-size: 13px;
    font-weight: 300;
    margin-top: 16px;
}
@media (max-width: 576px) {
    .modal-check {
        font-size: 12px;
    }
}
.modal-check.trembling {
    animation: 1.2s ease-in-out 0s normal none running trembling-animation;
}

.js-btn-submit.js-disabled:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 10;
}

.label-agreement {
    display: flex;
    align-items: flex-start;
}

@keyframes trembling-animation {
    0%, 50%, 100% {
        transform: scale(1);
    }
    10%, 30% {
        transform: scale(1.1);
    }
    20%, 40% {
        transform: scale(1);
    }
}
.timer__action {
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media (max-width: 991px) {
    .timer__action {
        padding-top: 20px;
    }
}
@media (max-width: 449px) {
    .timer__action {
        align-self: stretch;
    }
}

.timer__text {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1.2;
}
@media (max-width: 991px) {
    .timer__text {
        width: inherit;
        font-size: 18px;
    }
}
@media (max-width: 576px) {
    .timer__text {
        font-size: 14px;
    }
}

.timer__buttons .page-btn {
    margin-bottom: 10px;
}
.timer__buttons .page-btn:last-child {
    margin-bottom: 0;
}

.timer-custom {
    margin-bottom: 15px;
}
@media (max-width: 449px) {
    .timer-custom {
        display: flex;
        justify-content: space-between;
    }
}
@media (max-width: 379px) {
    .timer-custom {
        zoom: 0.85;
    }
}

span[id^=timer-number-value] {
    display: block;
    min-width: 55px;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.1);
    font-size: 30px;
}

span[id^=timer-text] {
    padding-top: 2px;
    color: #000;
}

.hover-slider {
    position: relative;
}
.hover-slider--images {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.hover-slider--images img {
    object-fit: contain;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
}
.hover-slider--images img.active {
    opacity: 1;
}
.hover-slider--dots {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
}
.hover-slider--dots-dot {
    height: 100%;
    width: auto;
    border-radius: 6px;
    margin: 0 3px;
    flex-grow: 1;
    z-index: 2;
    position: relative;
}
.hover-slider--dots-dot:before {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: rgba(49, 57, 67, 0.1);
}
.hover-slider--dots-dot.active:before, .hover-slider--dots-dot:hover:before {
    background-color: #313943;
}

.choice-model-wrap {
    position: relative;
    min-height: 60px;
}

.choice-model__filter {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
@media (max-width: 991px) {
    .choice-model__filter {
        position: static;
        margin-bottom: 15px;
        width: 100%;
    }
}

.choice-form {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
@media (max-width: 991px) {
    .choice-form {
        flex-direction: column;
        align-items: stretch;
    }
}

.choice-model__select {
    display: flex;
    flex-direction: column;
    width: calc(33.3333333333% - 5px);
    z-index: 5;
    transition: 0.25s;
}
@media (max-width: 991px) {
    .choice-model__select {
        width: 100%;
        margin-bottom: 5px;
    }
}
.choice-model__select:last-child {
    margin-right: 0;
}
.choice-model__select:hover {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
.choice-model__select._active {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.choice-model__select__title {
    font-family: "HarmonyOS Sans SC", sans-serif;
    padding: 16px 45px 16px 20px;
    background-color: #fff;
    font-weight: 600;
    border-bottom: 1px solid #EDEDED;
    cursor: pointer;
    position: relative;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
@media (max-width: 1299px) {
    .choice-model__select__title {
        font-size: 14px;
    }
}
.choice-model__select__title:before {
    position: absolute;
    right: 20px;
    top: 18px;
    display: block;
    width: 12px;
    height: 12px;
    content: "";
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: 2px solid #ca0010;
    border-bottom: 2px solid #ca0010;
    -webkit-transition: 0.25s;
    transition: 0.25s;
}

.choice-model__select__list {
    display: none;
}
.choice-model__select__list label {
    display: block;
}
.choice-model__select__list span {
    padding: 10px;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #EDEDED;
}

.choice-model__select__title._active:before {
    top: 26px;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}
.choice-model__select__title._checked {
    color: #242424;
}

.choice-model__filter input[type=radio] {
    display: inline-block;
    opacity: 0;
    width: 0;
    position: absolute;
    z-index: -100;
}
.choice-model__filter input[type=radio] + span {
    cursor: pointer;
    display: inline-flex;
    position: relative;
}
.choice-model__filter input[type=radio] + span:hover {
    background-color: #EDEDED;
}
.choice-model__filter input[type=radio]:checked + span {
    background-color: #c6061e;
    color: #fff;
}

/*start menu-top*/
@media (max-width: 1299px) {
    body.menu-show {
        overflow: hidden;
    }
    body.menu-show .menu-top--nav {
        height: calc(100vh - 50px);
        right: 0;
        overflow-y: auto;
        transition: 0.25s;
    }
    body.menu-show .menu-top--nav-overlay:before {
        width: calc(100vw - 350px);
        transition: 0.3s;
        transition-delay: 0.2s;
    }
    body.menu-show .menu-top {
        background-color: #222;
    }
    body.menu-show .menu-top--mobile-phone svg path,
    body.menu-show .menu-open svg path {
        fill: #fff;
    }
    body.menu-show .menu-top--logo ._dealer span {
        color: #fff;
    }
}
.menu-top {
    height: 80px;
    background: #fff;
    padding: 0 30px;
    position: fixed;
    width: 100vw;
    z-index: 20;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    transition: 0.15s;
}
.menu-top.menu-shrink {
    color: #fff;
    height: 60px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    background-color: #30363A;
    transition: 0.4s;
}
@media (max-width: 1299px) {
    .menu-top.menu-shrink {
        height: 50px;
    }
}
.menu-top.menu-shrink .menu-top--nav-links .menu-link {
    color: #fff;
}
.menu-top.menu-shrink .menu-top--nav-links .menu-link:hover {
    color: #DB0E16;
}
.menu-top.menu-shrink .menu-top--contacts-phone svg path {
    fill: #fff;
    transition: 0.25s;
}
.menu-top.menu-shrink .menu-top--contacts-phone:hover svg path {
    fill: #DB0E16;
}
@media (max-width: 1299px) {
    .menu-top {
        height: 50px;
        padding: 0 15px;
    }
}
@media (max-width: 576px) {
    .menu-top {
        padding: 0 5px 0 15px;
    }
}

.menu-top--wrap {
    width: 100%;
    max-width: 1640px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0;
    transition: 0.25s;
}
@media (max-width: 1399px) {
    .menu-top--wrap {
        max-width: 100%;
    }
}
@media (max-width: 1299px) {
    .menu-top--wrap {
        align-items: center;
    }
}

.menu-top--logo {
    display: flex;
    align-items: center;
}
.menu-top--logo img {
    width: 90px;
    transition: 0.25s;
}
@media (max-width: 1299px) {
    .menu-top--logo {
        flex-grow: 1;
        justify-content: center;
    }
    .menu-top--logo img {
        width: 60px;
    }
}
@media (max-width: 576px) {
    .menu-top--logo {
        justify-content: flex-start;
    }
}
.menu-top--logo ._dealer {
    font-family: "HarmonyOS Sans SC", sans-serif;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    margin-left: 25px;
}
.menu-top--logo ._dealer span {
    font-size: 14px;
}
.menu-top--logo ._dealer small {
    font-size: 9px;
}
@media (max-width: 1299px) {
    .menu-top--logo ._dealer {
        margin-left: 15px;
    }
}
@media (max-width: 1299px) {
    .menu-top--logo ._dealer {
        flex-direction: row;
        flex-wrap: wrap;
        max-width: 250px;
        margin-left: 10px;
    }
}
@media (max-width: 576px) {
    .menu-top--logo ._dealer {
        width: 220px;
    }
    .menu-top--logo ._dealer span {
        font-size: 13px;
    }
}
@media (max-width: 389px) {
    .menu-top--logo ._dealer {
        font-family: Montserrat, sans-serif;
        letter-spacing: normal;
        width: 150px;
    }
    .menu-top--logo ._dealer span {
        font-size: 12px;
        font-weight: 500;
    }
}

.menu-top.menu-shrink .menu-top--logo img {
    width: 60px;
}
.menu-top.menu-shrink .menu-top--logo ._dealer strong {
    font-size: 14px;
}
.menu-top.menu-shrink .menu-top--button svg {
    width: 40px;
}

.menu-top--nav {
    flex-grow: 1;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
}
@media (max-width: 1299px) {
    .menu-top--nav {
        height: calc(100vh - 50px);
        background-color: #30363A;
        display: flex;
        flex-direction: column;
        position: fixed;
        right: -200%;
        top: 50px;
        width: 350px;
        z-index: 11;
        padding: 30px 20px 20px 20px;
        margin: 0;
        transition: 0.25s;
    }
    .menu-top--nav.active {
        right: 0;
        transition: 0.25s;
    }
}
@media (max-width: 399px) {
    .menu-top--nav {
        width: 100vw;
    }
}

@media (max-width: 1299px) {
    .menu-top--nav-overlay:before {
        height: calc(100vh - 50px);
        background: linear-gradient(101.43deg, rgba(0, 0, 0, 0.24) -5.15%, rgba(0, 0, 0, 0.04) 104.36%);
        backdrop-filter: blur(8px);
        content: "";
        position: fixed;
        width: 0;
        right: 350px;
        top: 50px;
    }
}
@media (max-width: 399px) {
    .menu-top--nav-overlay:before {
        display: none;
    }
}

.menu-top--nav-links {
    display: flex;
    align-self: center;
    justify-content: center;
    flex-grow: 1;
}
@media (max-width: 1299px) {
    .menu-top--nav-links {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        padding-bottom: 30px;
        margin-bottom: 30px;
        border-bottom: 2px solid #BDBDBD;
    }
}
.menu-top--nav-links .menu-link {
    font-weight: 500;
    padding: 5px 0;
    margin: 0 40px;
    color: #242424;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    transition: 0.25s;
}
@media (max-width: 1599px) {
    .menu-top--nav-links .menu-link {
        margin: 0 20px;
    }
}
@media (max-width: 1499px) {
    .menu-top--nav-links .menu-link {
        font-size: 15px;
    }
}
@media (max-width: 1399px) {
    .menu-top--nav-links .menu-link {
        margin: 0 15px;
        font-size: 14px;
    }
}
@media (max-width: 1299px) {
    .menu-top--nav-links .menu-link {
        padding: 15px 0;
        margin: 0;
        font-size: 18px;
        color: #fff;
    }
}
.menu-top--nav-links .menu-link:hover, .menu-top--nav-links .menu-link.active {
    color: #DB0E16;
}

.menu-top--nav-title {
    display: none;
}
@media (max-width: 599px) {
    .menu-top--nav-title {
        display: inline-flex;
        margin-bottom: 16px;
    }
}

@media (max-width: 1299px) {
    .menu-top--nav-buttons {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .menu-top--nav-buttons .page-btn {
        margin-bottom: 25px;
        width: 100%;
    }
    .menu-top--nav-buttons .page-btn:last-child {
        margin-bottom: 0;
    }
}
@media (max-width: 599px) {
    .menu-top--nav-buttons {
        justify-content: center;
    }
}

.menu-top--contacts {
    margin-right: 20px;
}
.menu-top--contacts-phone {
    text-decoration: none;
    display: flex;
    align-items: center;
}
.menu-top--contacts-phone svg {
    margin-right: 8px;
}
.menu-top--contacts-phone svg path {
    transition: 0.25s;
}
.menu-top--contacts-phone:hover svg path {
    fill: #DB0E16;
}
@media (max-width: 1299px) {
    .menu-top--contacts {
        margin-right: 0;
        margin-bottom: 30px;
    }
    .menu-top--contacts-phone {
        color: #fff;
        text-indent: 0;
        width: 100%;
        background: none;
        font-size: 20px;
        text-align: center;
        justify-content: center;
    }
}

@media (min-width: 992px) {
    .show-mob,
    .js-mob-btn {
        display: none;
    }
}
@media (max-width: 1299px) {
    .show-mob,
    .js-mob-btn {
        display: inline-flex;
    }
}

@media (max-width: 1299px) {
    .js-mob-btn {
        width: 45px;
        height: 45px;
        padding: 12px;
    }
    .js-mob-btn .menu-open,
    .js-mob-btn .menu-close {
        display: none;
    }
    .js-mob-btn .menu-open.active,
    .js-mob-btn .menu-close.active {
        display: inline-flex;
    }
}
@media (max-width: 767px) {
    body.menu-show {
        overflow: hidden;
    }
    body.menu-show .menu-top--nav {
        right: 0;
        overflow-y: auto;
        height: calc(100vh - 50px);
        transition: 0.25s;
    }
    body.menu-show .menu-top--nav-overlay:before {
        width: calc(100vw - 350px);
        transition: 0.3s;
        transition-delay: 0.2s;
    }
}
.menu-top--button {
    display: flex;
}
.menu-top--button svg {
    display: block;
    width: 50px;
    transition: 0.25s;
}
.menu-top--button svg path {
    transition: 0.25s;
}
.menu-top--button:hover svg path {
    fill: #ad0007;
}
@media (max-width: 1299px) {
    .menu-top--button {
        margin-bottom: 30px;
    }
}

.menu-top--mobile-phone {
    display: none;
}
@media (max-width: 1299px) {
    .menu-top--mobile-phone {
        display: flex;
        padding: 10px;
    }
    .menu-top--mobile-phone svg {
        height: 25px;
        width: 100%;
    }
}

.menu-top--image {
    margin-right: 8px;
}
.menu-top--image img {
    max-height: 35px;
    height: 100%;
    width: 100%;
    object-fit: contain;
}
@media (max-width: 1399px) {
    .menu-top--image {
        margin-right: 0;
    }
}
@media (max-width: 1299px) {
    .menu-top--image {
        order: -1;
    }
}
@media (max-width: 576px) {
    .menu-top--image {
        display: none;
    }
}

.menu-top.menu-shrink .menu-top--mobile-phone svg path,
.menu-top.menu-shrink .menu-open svg path {
    fill: #fff;
}

/*end menu-top*/
/*start section-top*/
@media (max-width: 991px) {
    .section-top {
        background-color: #1E1E1E;
        display: flex;
        flex-direction: column-reverse;
    }
}
@media (max-width: 576px) {
    .section-top {
        margin-top: 50px;
    }
}

.section-top__point {
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.section-top__wrap {
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    left: calc(50% - 820px);
    top: 150px;
    z-index: 2;
}
@media (max-width: 1699px) {
    .section-top__wrap {
        left: calc(50% - 640px);
    }
}
@media (max-width: 1299px) {
    .section-top__wrap {
        top: 100px;
        left: calc(50% - 550px);
    }
}
@media (max-width: 1199px) {
    .section-top__wrap {
        left: calc(50% - 460px);
    }
}
@media (max-width: 991px) {
    .section-top__wrap {
        left: 27px;
    }
}
@media (max-width: 576px) {
    .section-top__wrap {
        left: 15px;
        top: 30px;
    }
}
@media (max-width: 449px) {
    .section-top__wrap {
        bottom: 100px;
    }
}

.section-top__label {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 30px;
}
@media (max-width: 1499px) {
    .section-top__label {
        font-size: 20px;
        margin-bottom: 20px;
    }
}
@media (max-width: 991px) {
    .section-top__label {
        font-size: 18px;
        margin-bottom: 15px;
    }
}
@media (max-width: 576px) {
    .section-top__label {
        font-size: 16px;
    }
}

.section-top__title {
    font-family: "HarmonyOS Sans SC", sans-serif;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.3;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
@media (max-width: 1399px) {
    .section-top__title {
        font-size: 30px;
    }
}
@media (max-width: 1199px) {
    .section-top__title {
        font-size: 27px;
    }
}
@media (max-width: 991px) {
    .section-top__title {
        font-size: 24px;
    }
}
@media (max-width: 576px) {
    .section-top__title {
        font-size: 21px;
    }
}
.section-top__title > span:last-child {
    padding-bottom: 4px;
    border-bottom: 3px solid #CA0010;
}

.section-top__subtitle {
    font-size: 19px;
    margin-top: 10px;
}
@media (max-width: 1399px) {
    .section-top__subtitle {
        font-size: 17px;
    }
}
@media (max-width: 576px) {
    .section-top__subtitle {
        font-size: 15px;
        margin-top: 15px;
        text-align: center;
    }
}

.section-top__button {
    margin-top: 30px;
    max-width: 350px;
}

.top-slider .owl-item img {
    min-height: 870px;
    max-height: calc(100vh - 60px);
    display: block;
    object-fit: cover;
    object-position: 0 50%;
}
@media (max-width: 1499px) {
    .top-slider .owl-item img {
        min-height: 650px;
    }
}
@media (max-width: 991px) {
    .top-slider .owl-item img {
        min-height: auto;
    }
}
@media (max-width: 767px) {
    .top-slider .owl-item img {
        min-height: 400px;
    }
}
.top-slider .owl-dots {
    position: absolute;
    left: calc(50% - 820px);
    bottom: 35px;
}
@media (max-width: 1699px) {
    .top-slider .owl-dots {
        left: calc(50% - 640px);
    }
}
@media (max-width: 1299px) {
    .top-slider .owl-dots {
        left: calc(50% - 550px);
    }
}
@media (max-width: 1199px) {
    .top-slider .owl-dots {
        left: calc(50% - 460px);
    }
}
@media (max-width: 991px) {
    .top-slider .owl-dots {
        left: 27px;
        bottom: 25px;
    }
}
@media (max-width: 576px) {
    .top-slider .owl-dots {
        left: 15px;
        bottom: 15px;
    }
}
.top-slider .owl-dots .owl-dot span {
    width: 50px;
    height: 5px;
    border-radius: 0;
    margin: 0 5px;
    transform: skew(-35deg);
    transition: 0.25s;
}
@media (max-width: 991px) {
    .top-slider .owl-dots .owl-dot span {
        width: 30px;
        height: 4px;
    }
}
@media (max-width: 576px) {
    .top-slider .owl-dots .owl-dot span {
        width: 5vw;
        height: 3px;
    }
}
.top-slider .owl-dots .owl-dot.active span {
    background-color: #ad0007;
    width: 100px;
}
@media (max-width: 576px) {
    .top-slider .owl-dots .owl-dot.active span {
        width: 15vw;
    }
}
.top-slider .owl-dots .owl-dot:first-child span {
    margin-left: 0;
}
.top-slider .owl-dots .owl-dot:last-child span {
    margin-right: 0;
}

.section-top .timer__action {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 991px) {
    .section-top .timer__action {
        justify-content: center;
        flex-direction: column;
        align-items: center;
        position: relative;
        padding-top: 20px;
    }
    .section-top .timer__action:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 1px;
        background-color: #fff;
    }
}
@media (max-width: 576px) {
    .section-top .timer__action:before {
        left: -15px;
        width: calc(100% + 30px);
    }
}
@media (max-width: 449px) {
    .section-top .timer__action {
        align-self: stretch;
    }
}
.section-top .timer__text {
    font-size: 20px;
    width: 120px;
    line-height: 1.2;
}
@media (max-width: 991px) {
    .section-top .timer__text {
        width: inherit;
        margin-bottom: 10px;
        font-size: 18px;
    }
}
@media (max-width: 576px) {
    .section-top .timer__text {
        font-size: 14px;
    }
}
@media (max-width: 449px) {
    .section-top .timer-axioma {
        display: flex;
        justify-content: space-between;
    }
}
.section-top span[id^=timer-number-value] {
    display: block;
    min-width: 55px;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.1);
    font-size: 30px;
}
.section-top span[id^=timer-text] {
    padding-top: 2px;
    color: #fff;
}
.section-top .timer-element {
    width: calc(25% - 10px);
}

/*end section-top*/
/*start models*/
section.models {
    padding: 80px 0 50px;
}
@media (max-width: 1399px) {
    section.models {
        padding: 60px 0 40px;
    }
}
@media (max-width: 576px) {
    section.models {
        padding: 40px 0 30px;
    }
}

.models-card {
    padding: 40px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 991px) {
    .models-card {
        flex-direction: column;
        padding: 25px 0;
    }
}
@media (max-width: 499px) {
    .models-card {
        align-items: flex-start;
    }
}

.models-card__image {
    position: relative;
    background: url("../img/models-triangle.svg") no-repeat 0 100%;
    padding: 70px 70px 0 70px;
    cursor: pointer;
    max-width: 55%;
    min-width: 400px;
    flex-shrink: 0;
}
@media (max-width: 991px) {
    .models-card__image {
        min-width: unset;
        max-width: unset;
        background: none;
        padding: 40px 0 0 0;
    }
}
.models-card__image ._background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.models-card__image ._image {
    position: relative;
}

.models-card__info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.models-card__info ._title {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 5px;
    text-transform: uppercase;
}
@media (max-width: 1399px) {
    .models-card__info ._title {
        font-size: 25px;
    }
}
@media (max-width: 576px) {
    .models-card__info ._title {
        font-size: 20px;
    }
}
.models-card__info ._profit {
    font-size: 24px;
    position: relative;
}
.models-card__info ._profit:before {
    content: "";
    height: 3px;
    width: 82px;
    background: #CA0010;
    position: absolute;
    left: 0;
    bottom: -5px;
    transition: 0.25s;
}
@media (max-width: 1399px) {
    .models-card__info ._profit {
        font-size: 20px;
    }
}
@media (max-width: 576px) {
    .models-card__info ._profit {
        font-size: 16px;
    }
}
.models-card__info ._profit._long:before {
    width: 100%;
}
.models-card__info ._profit big,
.models-card__info ._profit ._big {
    font-size: 1.3em;
}
.models-card__info ._dop-profit {
    padding: 25px 0 0 0;
    margin: 0;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.8);
    font-size: 17px;
    max-width: 360px;
}
@media (max-width: 576px) {
    .models-card__info ._dop-profit {
        font-size: 15px;
        max-width: calc(100vw - 30px);
    }
}

.models-card__info__body {
    overflow: hidden;
}

.models-card__info__footer {
    width: 280px;
}
@media (max-width: 389px) {
    .models-card__info__footer {
        width: calc(100vw - 30px);
    }
}

.models-card__slider {
    width: 100%;
    max-width: 360px;
    margin: 25px 0 15px 0;
    position: relative;
}
.models-card__slider img {
    border-radius: 3px;
}

.models-card:nth-child(odd) {
    flex-direction: row-reverse;
}
@media (max-width: 991px) {
    .models-card:nth-child(odd) {
        flex-direction: column;
    }
}
.models-card:nth-child(odd) .models-card__image {
    background-position: 100% 100%;
}

.models-card .shock-price {
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    z-index: 2;
}
.models-card .shock-price span {
    padding: 5px 15px;
    border-radius: 3px;
    background-color: #ca0010;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    color: #fff;
    text-transform: uppercase;
}
@media (max-width: 991px) {
    .models-card .shock-price span {
        font-size: 15px;
    }
}
@media (max-width: 576px) {
    .models-card .shock-price span {
        font-size: 14px;
    }
}

.fancybox-thumbs {
    top: auto;
    width: auto;
    bottom: 0;
    left: 0;
    right: 0;
    height: 95px;
    padding: 10px 10px 5px 10px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
}

.fancybox-thumbs__list {
    margin: 0 auto;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 0;
    bottom: 95px;
}

.models-card__slider .owl-stage-outer {
    margin-left: -40px;
}

.models-gallery {
    margin-top: 50px;
}
@media (max-width: 576px) {
    .models-gallery {
        padding: 0 20px;
        margin-top: 30px;
    }
}
@media (max-width: 449px) {
    .models-gallery {
        padding: 0;
    }
}
.models-gallery a {
    text-decoration: none;
    overflow: hidden;
    display: block;
}
.models-gallery a:hover img {
    transform: scale(1.1);
}
.models-gallery img {
    transition: 0.25s;
}
.models-gallery .owl-nav .owl-prev {
    left: -30px;
}
@media (max-width: 1199px) {
    .models-gallery .owl-nav .owl-prev {
        left: -30px;
    }
}
@media (max-width: 576px) {
    .models-gallery .owl-nav .owl-prev {
        left: -10px;
    }
}
.models-gallery .owl-nav .owl-next {
    right: -30px;
}
@media (max-width: 1199px) {
    .models-gallery .owl-nav .owl-next {
        right: -30px;
    }
}
@media (max-width: 576px) {
    .models-gallery .owl-nav .owl-next {
        right: -10px;
    }
}
/*end models*/
/*start top-info*/
section.top-info {
    background-color: #f5f5f5;
    padding: 50px 0;
}
@media (max-width: 991px) {
    section.top-info {
        padding: 30px 0;
    }
}

.top-info-wrap {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
@media (max-width: 991px) {
    .top-info-wrap {
        flex-direction: column;
    }
}

.top-info__about {
    width: 50%;
}
@media (max-width: 991px) {
    .top-info__about {
        width: 100%;
    }
}
.top-info__about ._text {
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 10px;
}
@media (max-width: 1399px) {
    .top-info__about ._text {
        font-size: 28px;
    }
}
@media (max-width: 1199px) {
    .top-info__about ._text {
        font-size: 26px;
    }
}
@media (max-width: 767px) {
    .top-info__about ._text {
        font-size: 24px;
    }
}
@media (max-width: 576px) {
    .top-info__about ._text {
        font-size: 21px;
    }
}

/*end top-info*/
/*start characteristics*/
section.characteristics {
    padding: 50px 0;
}
@media (max-width: 1399px) {
    section.characteristics {
        padding: 40px 0;
    }
}
@media (max-width: 576px) {
    section.characteristics {
        padding: 30px 0;
    }
}

.color-select--dot-bg[data-color=green] {
    background-color: #889d9d;
}
.color-select--dot-bg[data-color=steelgray] {
    background-color: #a2a2a2;
}
.color-select--dot-bg[data-color=purple] {
    background-color: #694C73;
}
.color-select--dot-bg[data-color=silver] {
    background-color: #ccc;
}
.color-select--dot-bg[data-color=silvergray] {
    background-color: #999;
}
.color-select--dot-bg[data-color=blue] {
    background-color: #2E5CAA;
}
.color-select--dot-bg[data-color=lightblue] {
    background-color: #70b4de;
}
.color-select--dot-bg[data-color=black] {
    background-color: #000;
}
.color-select--dot-bg[data-color=white] {
    background-color: #fff;
}
.color-select--dot-bg[data-color=grey] {
    background-color: #8f8383;
}
.color-select--dot-bg[data-color=red] {
    background-color: #C02929;
}

.color-select--dot.active .color-select--dot-bg:after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}
.color-select--dot.active .color-select--dot-bg[data-color=white]:after, .color-select--dot.active .color-select--dot-bg[data-color=silver]:after {
    border-bottom: 2px solid #222;
    border-right: 2px solid #222;
}

.characteristics-slider {
    display: flex;
    flex-direction: column;
}

.characteristics__content {
    margin: 40px 0;
    padding: 20px 40px;
    background-color: #EDEDED;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
    .characteristics__content {
        padding: 20px 15px;
    }
}
.characteristics__content:first-child {
    margin-top: 0;
}
.characteristics__content:last-child {
    margin-bottom: 0;
}

.characteristics__card {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 991px) {
    .characteristics__card {
        flex-direction: column-reverse;
        align-items: stretch;
    }
}

.characteristics__about {
    padding-right: 100px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
@media (max-width: 1699px) {
    .characteristics__about {
        padding-right: 50px;
    }
}
@media (max-width: 991px) {
    .characteristics__about {
        padding-right: 0;
    }
}
.characteristics__about ._label {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    background-color: #ca0010;
    padding: 8px 10px;
    margin-bottom: 20px;
    display: inline-flex;
    font-family: "HarmonyOS Sans SC", sans-serif;
}
.characteristics__about ._title {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 15px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "HarmonyOS Sans SC", sans-serif;
}
@media (max-width: 1499px) {
    .characteristics__about ._title {
        font-size: 35px;
    }
}
@media (max-width: 1199px) {
    .characteristics__about ._title {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .characteristics__about ._title {
        font-size: 28px;
    }
}
@media (max-width: 576px) {
    .characteristics__about ._title {
        font-size: 24px;
    }
}
.characteristics__about ._price {
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 500;
    font-family: "HarmonyOS Sans SC", sans-serif;
}
@media (max-width: 1499px) {
    .characteristics__about ._price {
        font-size: 24px;
    }
}
@media (max-width: 1199px) {
    .characteristics__about ._price {
        font-size: 20px;
    }
}
.characteristics__about ._price strong {
    color: #ca0010;
}
.characteristics__about ._buns li {
    padding: 6px 0 6px 25px;
    background: url("../img/li-bg.svg") no-repeat 0 8px;
}
@media (max-width: 576px) {
    .characteristics__about ._buns li {
        font-size: 14px;
        background-position: 0 5px;
    }
}

.characteristics__wrap {
    width: 60%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 1699px) {
    .characteristics__wrap {
        flex-direction: column-reverse;
        width: 60%;
    }
}
@media (max-width: 1399px) {
    .characteristics__wrap {
        width: 50%;
    }
}
@media (max-width: 1199px) {
    .characteristics__wrap {
        width: auto;
    }
}
@media (max-width: 991px) {
    .characteristics__wrap {
        align-items: stretch;
    }
}

.characteristics__technical {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
@media (max-width: 1699px) {
    .characteristics__technical {
        flex-direction: row;
    }
}
@media (max-width: 991px) {
    .characteristics__technical {
        margin-bottom: 30px;
        justify-content: center;
    }
}
@media (max-width: 767px) {
    .characteristics__technical {
        justify-content: flex-start;
    }
}
.characteristics__technical ._point {
    border-top: 4px solid #ca0010;
    padding-top: 6px;
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
    font-family: "HarmonyOS Sans SC", sans-serif;
    font-weight: 500;
}
@media (max-width: 1699px) {
    .characteristics__technical ._point {
        margin: 0 15px;
    }
    .characteristics__technical ._point:first-child {
        margin-left: 0;
    }
    .characteristics__technical ._point:last-child {
        margin-right: 0;
    }
}
@media (max-width: 576px) {
    .characteristics__technical ._point {
        font-size: 12px;
    }
}
.characteristics__technical ._point:last-child {
    margin-bottom: 0;
}

.characteristics__color {
    position: relative;
}

.color-name {
    position: absolute;
    left: 0;
    top: 15px;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}
@media (max-width: 1399px) {
    .color-name {
        top: 0;
    }
}
@media (max-width: 991px) {
    .color-name {
        display: none;
    }
}

.color-images {
    display: flex;
    align-items: center;
    position: relative;
}
@media (max-width: 1299px) {
    .color-images {
        flex-direction: column;
        margin-bottom: 20px;
    }
}
.color-images:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 5%;
    transform: translateX(-50%);
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background: transparent;
    background: radial-gradient(circle, rgba(202, 0, 16, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 1199px) {
    .color-images:before {
        width: 300px;
        height: 300px;
        top: 0;
    }
}
@media (max-width: 576px) {
    .color-images:before {
        width: 50vw;
        height: 50vw;
        top: 5%;
    }
}

.color-select {
    position: relative;
    z-index: 3;
    height: 400px;
    width: 700px;
    overflow: hidden;
}
@media (max-width: 1399px) {
    .color-select {
        height: 300px;
        width: 550px;
    }
}
@media (max-width: 1199px) {
    .color-select {
        height: 250px;
        width: 400px;
    }
}
@media (max-width: 991px) {
    .color-select {
        width: 100%;
    }
}
@media (max-width: 576px) {
    .color-select {
        height: 50vw;
    }
}
.color-select img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: 0.5s;
}
.color-select img.active {
    opacity: 1;
    transition: 0.25s;
}
.color-select--dots {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 3;
    width: 32px;
    border-radius: 16px;
    background-color: rgba(170, 170, 170, 0.3);
}
@media (max-width: 1299px) {
    .color-select--dots {
        flex-direction: row;
        height: auto;
        width: auto;
        border-radius: 21px;
    }
}
@media (max-width: 576px) {
    .color-select--dots {
        flex-wrap: wrap;
        justify-content: center;
    }
}
.color-select--dots-wrap {
    display: flex;
    flex-direction: column;
    padding-left: 50px;
}
@media (max-width: 1699px) {
    .color-select--dots-wrap {
        padding-left: 30px;
    }
}
@media (max-width: 1199px) {
    .color-select--dots-wrap {
        padding-left: 15px;
    }
}
@media (max-width: 991px) {
    .color-select--dots-wrap {
        padding-left: 0;
    }
}
.color-select--dots-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px;
}
@media (max-width: 499px) {
    .color-select--dots-title {
        margin-bottom: 15px;
    }
}
.color-select--dot {
    width: 24px;
    height: 24px;
    margin: 5px;
    cursor: pointer;
    position: relative;
    flex-shrink: 0;
}
@media (max-width: 1299px) {
    .color-select--dot {
        margin: 10px;
        width: 32px;
        height: 32px;
    }
}
@media (max-width: 576px) {
    .color-select--dot {
        margin: 5px;
    }
}
.color-select--dot-bg {
    width: 100%;
    height: 100%;
    display: inline-flex;
    border-radius: 50%;
    position: relative;
    border: 1px solid #fff;
}
.color-select--dot-bg:after {
    content: "";
    position: absolute;
    top: 5px;
    left: 9px;
    width: 5px;
    height: 10px;
    border-bottom: 2px solid transparent;
    border-right: 2px solid transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media (max-width: 1299px) {
    .color-select--dot-bg:after {
        top: 7px;
        left: 12px;
        width: 7px;
        height: 12px;
    }
}

.characteristics__footer {
    display: flex;
    justify-content: center;
    position: relative;
    padding-top: 20px;
    margin-top: 20px;
}
@media (max-width: 991px) {
    .characteristics__footer {
        flex-direction: column;
    }
}
.characteristics__footer:before {
    content: "";
    position: absolute;
    left: -40px;
    top: 0;
    width: calc(100% + 80px);
    height: 1px;
    background-color: #ca0010;
}
@media (max-width: 767px) {
    .characteristics__footer:before {
        left: -15px;
        width: calc(100% + 30px);
    }
}
.characteristics__footer ._buttons {
    display: flex;
}
@media (max-width: 991px) {
    .characteristics__footer ._buttons {
        justify-content: space-between;
    }
}
@media (max-width: 767px) {
    .characteristics__footer ._buttons {
        flex-direction: column;
    }
}
.characteristics__footer ._buttons .page-btn {
    margin-left: 10px;
    width: 300px;
}
@media (max-width: 1699px) {
    .characteristics__footer ._buttons .page-btn {
        width: auto;
        min-width: 200px;
    }
}
@media (max-width: 1199px) {
    .characteristics__footer ._buttons .page-btn {
        width: auto;
        min-width: unset;
    }
}
@media (max-width: 991px) {
    .characteristics__footer ._buttons .page-btn {
        margin: 0;
        width: calc(50% - 10px);
    }
}
@media (max-width: 767px) {
    .characteristics__footer ._buttons .page-btn {
        width: 100%;
        margin: 5px 0;
    }
}

.characteristics__content:nth-child(even) .characteristics__card {
    flex-direction: row-reverse;
}
@media (max-width: 991px) {
    .characteristics__content:nth-child(even) .characteristics__card {
        flex-direction: column-reverse;
    }
}
.characteristics__content:nth-child(even) .characteristics__about {
    padding-right: 0;
    padding-left: 100px;
}
@media (max-width: 1699px) {
    .characteristics__content:nth-child(even) .characteristics__about {
        padding-left: 50px;
    }
}
@media (max-width: 991px) {
    .characteristics__content:nth-child(even) .characteristics__about {
        padding-left: 0;
    }
}
.characteristics__content:nth-child(even) .characteristics__wrap {
    flex-direction: row-reverse;
}
@media (max-width: 1699px) {
    .characteristics__content:nth-child(even) .characteristics__wrap {
        flex-direction: column-reverse;
    }
}
.characteristics__content:nth-child(even) .color-images {
    flex-direction: row-reverse;
}
@media (max-width: 1299px) {
    .characteristics__content:nth-child(even) .color-images {
        flex-direction: column;
    }
}
@media (max-width: 576px) {
    .characteristics__content:nth-child(even) .color-images {
        flex-direction: column;
    }
}
.characteristics__content:nth-child(even) .color-select--dots-wrap {
    padding-left: 0;
    padding-right: 50px;
}
@media (max-width: 1299px) {
    .characteristics__content:nth-child(even) .color-select--dots-wrap {
        padding-right: 0;
    }
}

/*end characteristics*/

/*start choice-model*/
section.choice-model {
	padding: 50px 0;
}
section.choice-model .color-images {
	flex-direction: column;
}
section.choice-model .color-select--dots-wrap {
	padding-left: 0;
}
section.choice-model .color-select--dots {
	flex-direction: row;
	width: 100%;
}
section.choice-model .color-select--dot {
	width: 48px;
}
section.choice-model .color-select--dot-bg {
	border-radius: 24px;
}
section.choice-model .color-select--dot-bg:after {
	left: 20px;
}
@media (max-width: 1699px) {
	section.choice-model .color-images {
		margin-bottom: 20px;
	}
}

.choice-model__head {
	position: relative;
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
@media (max-width: 1199px) {
	.choice-model__head {
		flex-direction: column;
	}
}
@media (max-width: 991px) {
	.choice-model__head {
		margin-bottom: 10px;
	}
}
.choice-model__head .choice-model__filter {
	right: 0;
	top: 0;
	left: inherit;
	width: 50%;
}
@media (max-width: 1299px) {
	.choice-model__head .choice-model__filter {
		width: 55%;
	}
}
@media (max-width: 1199px) {
	.choice-model__head .choice-model__filter {
		width: 100%;
		position: relative;
		min-height: 52px;
	}
}
@media (max-width: 1199px) {
	.choice-model__head .choice-form {
		position: absolute;
		left: 0;
		width: 100%;
	}
}
@media (max-width: 991px) {
	.choice-model__head .choice-form {
		position: static;
	}
}
.choice-model__head .choice-model__select__title {
	background-color: #ededed;
	border-bottom: 1px solid #ca0010;
}

.characteristics__about ._equipment,
.characteristics__about ._engine {
	font-size: 28px;
	margin-bottom: 20px;
	font-weight: 400;
	font-family: "HarmonyOS", sans-serif;
}
@media (max-width: 1499px) {
	.characteristics__about ._equipment,
	.characteristics__about ._engine {
		font-size: 24px;
	}
}
@media (max-width: 1199px) {
	.characteristics__about ._equipment,
	.characteristics__about ._engine {
		font-size: 20px;
	}
}

@media (max-width: 991px) {
	.characteristics__card,
	.characteristics__content:nth-child(even) .characteristics__card {
		flex-direction: column;
	}
	.characteristics__about {
		order: 3;
	}
	.characteristics__technical {
		order: 2;
		justify-content: flex-start;
	}
	.characteristics__color {
		order: 1;
	}
}
/*end choice-model*/

/*start stock*/
section.stock {
    padding: 80px 0;
}
@media (max-width: 1399px) {
    section.stock {
        padding: 50px 0;
    }
}
@media (max-width: 991px) {
    section.stock {
        padding: 40px 0;
    }
}
section.stock .show-more {
    font-size: 18px;
    text-decoration: none;
    display: flex;
    justify-content: center;
}
@media (max-width: 991px) {
    section.stock .show-more {
        text-align: center;
        margin-top: 20px;
    }
}

.stock__card {
    background-color: #EDEDED;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    border: 1px solid transparent;
    transition: 0.25s;
}
.stock__card:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    border-color: #ccc;
}
.stock__card .hover-slider {
    width: 100%;
    height: 250px;
    flex-direction: column;
    align-items: center;
}
.stock__card__about {
    padding: 15px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.stock__card__title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    font-family: "HarmonyOS Sans SC", sans-serif;
}
@media (max-width: 1199px) {
    .stock__card__title {
        font-size: 18px;
    }
}
.stock__card__description {
    font-size: 15px;
    margin-bottom: 15px;
    flex-grow: 1;
}
.stock__card__description p{
    margin-bottom:5px;
}
@media (max-width: 1199px) {
    .stock__card__description {
        font-size: 14px;
    }
}
.stock__card__description__point {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}
.stock__card__description__point span {
    font-weight: 500;
}
.stock__card__description__point i {
    font-weight: 500;
}
.stock__card__price {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.stock__card__price ._name {
    font-size: 20px;
    font-weight: 600;
}
@media (max-width: 1199px) {
    .stock__card__price ._name {
        font-size: 18px;
    }
}
.stock__card__price ._new-price {
    font-weight: 700;
    margin-right: 5px;
    color: #c6061e;
    font-size: 20px;
    font-family: "HarmonyOS Sans SC", sans-serif;
}
@media (max-width: 1199px) {
    .stock__card__price ._new-price {
        font-size: 16px;
        margin-right: 0;
    }
}
.stock__card__price ._old-price {
    margin-right: 5px;
    margin-left: 5px;
    text-decoration: line-through;
    font-family: "HarmonyOS Sans SC", sans-serif;
    font-weight: 500;
}
@media (max-width: 1199px) {
    .stock__card__price ._old-price {
        font-size: 14px;
    }
}
.stock__card__price .prices-wrap {
    display: flex;
    flex-direction: column;
}
@media (max-width: 1299px) {
    .stock__card__price .prices-wrap {
        align-items: flex-end;
    }
}
.stock__card__button {
    padding: 15px;
}

.stock__filter {
    width: 395px;
    margin-bottom: 15px;
}
@media (max-width: 576px) {
    .stock__filter {
        width: 100%;
    }
}
.stock__filter ._js-filter-label._active {
    background-color: #9cc7e7;
    color: #2F3738;
}
.stock__filter ._js-filter-label._active:hover {
    background-color: #9cc7e7;
}

.stock .section-title._with-link,
.stock-slider {
    padding: 0 30px;
}
@media (max-width: 991px) {
    .stock .section-title._with-link,
    .stock-slider {
        padding: 0;
    }
}

.stock-slider {
    display: flex;
}
.stock-slider .owl-nav .owl-prev {
    left: 0;
}
.stock-slider .owl-nav .owl-next {
    right: 0;
}
.stock-slider .owl-nav [class*=owl-] span {
    color: rgba(202, 0, 16, 0.5);
}
.stock-slider .owl-nav [class*=owl-]:hover span {
    color: #ca0010;
}
.stock-slider .owl-dots {
    margin-top: 15px;
}
.stock-slider .owl-dots .owl-dot.active span {
    background-color: #ca0010;
}

.stock-list {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 30px);
    margin: 0 -15px;
}
@media (max-width: 767px) {
    .stock-list {
        width: 100%;
        margin: 0;
    }
}
.stock-list .stock__card {
    width: calc(25% - 30px);
    margin: 15px;
}
@media (max-width: 1299px) {
    .stock-list .stock__card {
        width: calc(33.3333333333% - 30px);
    }
}
@media (max-width: 991px) {
    .stock-list .stock__card {
        width: calc(50% - 30px);
    }
}
@media (max-width: 767px) {
    .stock-list .stock__card {
        width: 100%;
        margin: 0 0 20px 0;
    }
}

/*end stock*/
/*start promotion*/
section.promotion {
    margin-top: 0;
    padding: 80px 0;
    background-color: #EDEDED;
}
@media (max-width: 1399px) {
    section.promotion {
        padding: 50px 0;
    }
}
@media (max-width: 576px) {
    section.promotion {
        padding: 40px 0;
    }
}

.promotion-wrap {
    display: flex;
    position: relative;
}
@media (max-width: 767px) {
    .promotion-wrap {
        flex-direction: column;
    }
}

.promotion__image,
.promotion__form {
    width: 50%;
}
@media (max-width: 767px) {
    .promotion__image,
    .promotion__form {
        width: 100%;
    }
}

.promotion__image img {
    height: 100%;
    object-fit: cover;
}

.promotion__form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 30px 60px;
    background-color: #fff;
    position: relative;
}
@media (max-width: 1199px) {
    .promotion__form {
        padding: 30px;
    }
}
@media (max-width: 767px) {
    .promotion__form {
        padding: 15px 15px 25px 15px;
    }
}
.promotion__form .feedback-form {
    width: 100%;
}

.promotion__title {
    font-family: "HarmonyOS Sans SC", sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 40px;
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
}
@media (max-width: 1499px) {
    .promotion__title {
        font-size: 35px;
    }
}
@media (max-width: 1199px) {
    .promotion__title {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .promotion__title {
        font-size: 25px;
    }
}
@media (max-width: 576px) {
    .promotion__title {
        font-size: 21px;
    }
}

.promotion__subtitle {
    font-size: 18px;
    margin-bottom: 25px;
}
@media (max-width: 1499px) {
    .promotion__subtitle {
        font-size: 17px;
    }
}
@media (max-width: 576px) {
    .promotion__subtitle {
        font-size: 16px;
    }
}

.promotion._credit .form__range {
    margin-bottom: 30px;
}
.promotion._credit .form__range__title {
    font-size: 20px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}
@media (max-width: 1199px) {
    .promotion._credit .form__range__title {
        font-size: 18px;
    }
}
@media (max-width: 379px) {
    .promotion._credit .form__range__title {
        font-size: 16px;
    }
}
.promotion._credit .form__range__current {
    display: flex;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}
.promotion._credit .form__range__current i {
    font-size: 0.95em;
    margin-left: 4px;
    font-weight: 500;
}
.promotion._credit .form__range__values {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
    font-weight: 500;
}
.promotion._credit .form__range__values i {
    font-size: 0.95em;
    margin-left: 4px;
}
.promotion._credit .form__range input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    margin: 0;
    background-color: transparent;
    padding: 0;
    border: none;
    height: auto;
}
.promotion._credit .form__range input[type=range]::-webkit-slider-runnable-track {
    max-width: 100%;
    height: 2px;
    border: none;
    background-color: #4a4a4a;
    border-radius: 5px;
}
.promotion._credit .form__range input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: 1px solid #4a4a4a;
    height: 16px;
    width: 34px;
    border-radius: 20px;
    background-color: #ca0010;
    margin-top: -8px;
    cursor: grab;
}
.promotion._credit .form__range input[type=range]::-webkit-slider-thumb:hover {
    background-color: #ad0007;
    transition: 0.25s;
}
.promotion._credit .form__range input[type=range]::-webkit-slider-thumb:active {
    cursor: grabbing;
}
.promotion._credit .form__range input[type=range]::-moz-range-track {
    max-width: 100%;
    height: 2px;
    border: none;
    background-color: #4a4a4a;
    border-radius: 5px;
}
.promotion._credit .form__range input[type=range]::-moz-range-thumb {
    -webkit-appearance: none;
    border: 1px solid #4a4a4a;
    height: 16px;
    width: 34px;
    border-radius: 20px;
    background-color: #ca0010;
    margin-top: -8px;
    cursor: grab;
}
.promotion._credit .choice-model__select {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}
.promotion._credit .choice-model__filter {
    position: static;
}
.promotion._credit .choice-model__select__list {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-top: 0;
}
.promotion._credit .choice-model__select__title {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
}
.promotion._credit .choice-model__select__list span {
    background-color: #fff;
}
.promotion._credit .choice-model__filter input[type=radio] + span:hover,
.promotion._credit .choice-model__filter input[type=radio]:checked + span {
    background-color: #ad0007;
    color: #fff;
}

.promotion-anchors {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 20px);
    margin: 0 -10px;
}
@media (max-width: 576px) {
    .promotion-anchors {
        width: calc(100% + 10px);
        margin: 0 -5px;
    }
}
.promotion-anchors .page-btn {
    margin: 10px;
}
@media (max-width: 576px) {
    .promotion-anchors .page-btn {
        margin: 5px;
        flex-grow: 1;
    }
}

.promotion:nth-child(odd) {
    background-color: #fff;
}
.promotion:nth-child(odd) .promotion-wrap {
    flex-direction: row-reverse;
}
@media (max-width: 767px) {
    .promotion:nth-child(odd) .promotion-wrap {
        flex-direction: column;
    }
}

section.stock + .promotion:nth-child(odd) {
    background-color: #EDEDED;
}
section.stock + .promotion:nth-child(odd) .promotion-wrap {
    flex-direction: row;
}
@media (max-width: 767px) {
    section.stock + .promotion:nth-child(odd) .promotion-wrap {
        flex-direction: column;
    }
}

/*end promotion*/
/*start map*/
.section-map {
    height: 700px;
    position: relative;
}
@media (max-width: 1199px) {
    .section-map {
        height: 450px;
    }
}
@media (max-width: 991px) {
    .section-map {
        height: auto;
    }
}
.section-map .map-area {
    height: 700px;
}
@media (max-width: 1199px) {
    .section-map .map-area {
        height: 450px;
    }
}
@media (max-width: 767px) {
    .section-map .map-area {
        height: 350px;
    }
}
.section-map .map-area--iframe {
    height: 100%;
}
.section-map .map-info {
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translateY(-50%);
    border-radius: 4px;
    background-color: #f3f3f3;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    background-position: 50% 40%;
    padding: 35px 60px;
    z-index: 10;
    width: 400px;
}
@media (max-width: 991px) {
    .section-map .map-info {
        position: static;
        transform: none;
        width: 100%;
        padding: 35px 15px;
    }
}
.section-map .map-info {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section-map .map-info--logo {
    margin-bottom: 25px;
}
.section-map .map-info--logo img {
    object-fit: contain;
}
.section-map .map-info--address {
    margin-bottom: 24px;
    text-align: center;
}
.section-map .map-info--button {
    width: 100%;
}
.section-map .map-info .label-agreement {
    font-size: 12px;
    font-weight: 300;
}

#wrapMap {
    position: relative;
    cursor: help;
    overflow: hidden;
}

#wrapMap .mapTitle {
    position: absolute;
    z-index: 1000;
    display: none;
    padding: 5px 20px;
    border-radius: 5px;
    background: #fefefe;
}

#wrapMap.not-active:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 1;
}

/*end map*/
/*start footer*/
.footer {
    padding: 20px 0;
    font-weight: 500;
    background-color: #30363A;
    color: #fff;
    font-size: 13px;
    text-align: center;
}
.footer ._offer {
    font-size: 16px;
    margin-bottom: 0;
}

.footer__logo {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

/*end footer*/
/*start buyers*/
section.buyers {
    padding: 80px 0;
}
@media (max-width: 1399px) {
    section.buyers {
        padding: 50px 0;
    }
}
@media (max-width: 991px) {
    section.buyers {
        padding: 40px 0;
    }
}

/*end buyers*/
/*start models-page*/
.model-line {
    padding: 80px 0;
}
@media (max-width: 1399px) {
    .model-line {
        padding: 50px 0;
    }
}
@media (max-width: 991px) {
    .model-line {
        padding: 40px 0;
    }
}
.model-line__filter {
    font-family: "HarmonyOS Sans SC", sans-serif;
    display: flex;
    justify-content: center;
    padding: 15px 0 30px;
    font-weight: 500;
    font-size: 20px;
}
@media (max-width: 767px) {
    .model-line__filter {
        font-size: 18px;
    }
}
@media (max-width: 576px) {
    .model-line__filter {
        font-size: 16px;
        justify-content: space-between;
        margin: 0 -5px;
        width: calc(100% + 10px);
    }
}
@media (max-width: 389px) {
    .model-line__filter {
        font-size: 14px;
    }
}
@media (max-width: 359px) {
    .model-line__filter {
        font-size: 13px;
        margin: 0 -10px;
        width: calc(100% + 20px);
    }
}
.model-line__filter .filter-point {
    cursor: pointer;
    padding: 5px;
    margin: 0 10px;
    border-bottom: 2px solid transparent;
    border-top: 2px solid transparent;
    opacity: 0.8;
    transition: 0.25s;
}
@media (max-width: 576px) {
    .model-line__filter .filter-point {
        margin: 0;
    }
}
.model-line__filter .filter-point:hover {
    opacity: 1;
}
.model-line__filter .filter-point._active {
    border-color: #2F3738;
    opacity: 1;
    transform: scale(1.05);
}
.model-line__filter .filter-point._active:hover {
    color: currentColor;
    cursor: default;
}
.model-line__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.model-line__point {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 15px;
    width: calc(33.3333333333% - 30px);
    text-decoration: none;
    padding: 25px 15px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}
.model-line__point .page-btn {
    width: 70%;
}
@media (max-width: 1299px) {
    .model-line__point {
        width: calc(50% - 30px);
    }
}
@media (max-width: 1199px) {
    .model-line__point .page-btn {
        width: 100%;
    }
}
@media (max-width: 576px) {
    .model-line__point {
        width: 100%;
        margin: 0 0 50px;
    }
    .model-line__point:last-child {
        margin-bottom: 0;
    }
}
.model-line__point:hover {
    color: currentColor;
}
.model-line__point:hover .model-line__image {
    transform: scale(1.1);
}
.model-line__point:hover .model-line__title {
    color: rgba(34, 34, 34, 0.9);
}
.model-line__point:hover .model-line__title ._text-red {
    color: #ca0010;
}
.model-line__title {
    font-family: "HarmonyOS Sans SC", sans-serif;
    line-height: 1.125;
    font-weight: 600;
    text-transform: uppercase;
    color: rgba(34, 34, 34, 0.2);
    font-size: 40px;
    margin-bottom: 15px;
    transition: 0.25s;
}
.model-line__title ._text-red {
    color: #a6192e;
}
@media (max-width: 991px) {
    .model-line__title {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .model-line__title {
        font-size: 25px;
    }
}
@media (max-width: 576px) {
    .model-line__title {
        font-size: 20px;
    }
}
.model-line__subtitle {
    text-align: center;
    font-family: "HarmonyOS Sans SC", sans-serif;
    font-weight: 300;
    margin-bottom: 30px;
    flex-grow: 1;
}
@media (max-width: 991px) {
    .model-line__subtitle {
        font-size: 14px;
    }
}
.model-line__image {
    width: 100%;
    max-width: 430px;
    transition: 0.25s;
}
.model-line__price {
    font-family: "HarmonyOS Sans SC", sans-serif;
    font-weight: 600;
    margin-bottom: 15px;
}
.model-line__price ._cur-font {
    font-weight: normal;
    margin-right: 10px;
}
@media (max-width: 767px) {
    .model-line__price {
        font-size: 14px;
    }
}

/*end models-page*/
/*start credit*/
/*end credit*/
/*start model-item*/
/*start models-item model-item-top*/
section.model-item {
    padding: 80px 0;
}
@media (max-width: 1399px) {
    section.model-item {
        padding: 50px 0;
    }
}
@media (max-width: 991px) {
    section.model-item {
        padding: 40px 0;
    }
}

.model-top {
    position: relative;
    z-index: 1;
}
.model-top:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 16.1%, rgba(0, 0, 0, 0) 49.48%), linear-gradient(0deg, rgba(0, 0, 0, 0.4) 16.1%, rgba(0, 0, 0, 0) 49.48%);
    z-index: 1;
}
@media (max-width: 1199px) {
    .model-top:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 16.1%, rgba(0, 0, 0, 0) 49.48%), linear-gradient(180deg, rgba(0, 0, 0, 0.4) 16.1%, rgba(0, 0, 0, 0) 49.48%);
    }
}

.model-top__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100vh - 50px);
    min-height: 680px;
}
.model-top__image .img-top {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.model-top-wrap {
    position: relative;
    height: calc(100vh - 50px);
    padding-bottom: 50px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    max-width: 670px;
    z-index: 1;
}
@media (max-width: 1199px) {
    .model-top-wrap {
        padding: 50px 15px 30px;
        justify-content: space-between;
        align-items: center;
        max-width: unset;
        width: 100%;
    }
}
@media (max-width: 475px) {
    .model-top-wrap {
        padding: 50px 0 10px;
    }
}
.model-top-wrap .model-top__head {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
}
.model-top-wrap ._title {
    font-size: 40px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 25px;
    font-family: "HarmonyOS Sans SC", sans-serif;
    text-transform: uppercase;
}
@media (max-width: 1499px) {
    .model-top-wrap ._title {
        font-size: 35px;
    }
}
@media (max-width: 1199px) {
    .model-top-wrap ._title {
        font-size: 30px;
        margin-bottom: 15px;
    }
}
@media (max-width: 576px) {
    .model-top-wrap ._title {
        font-size: 25px;
    }
}
.model-top-wrap ._price {
    font-family: "HarmonyOS Sans SC", sans-serif;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
}
.model-top-wrap ._buttons {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .model-top-wrap ._buttons {
        flex-wrap: wrap;
    }
}
.model-top-wrap ._buttons .page-btn {
    flex-direction: column;
    width: calc(50% - 8px);
}
@media (max-width: 767px) {
    .model-top-wrap ._buttons .page-btn {
        margin: 4px;
    }
}
@media (max-width: 576px) {
    .model-top-wrap ._buttons .page-btn {
        width: 100%;
        margin-bottom: 8px;
    }
}

/*end models-item model-item-top*/
/*start models-item content*/
.section-content {
    padding: 40px 0;
}
.section-content._last {
    padding-bottom: 80px;
}
@media (max-width: 1399px) {
    .section-content {
        padding: 30px 0;
    }
    .section-content._last {
        padding-bottom: 60px;
    }
}
@media (max-width: 991px) {
    .section-content {
        padding: 20px 0;
    }
    .section-content._last {
        padding-bottom: 40px;
    }
}

.model-full-img {
    padding: 40px 0;
}
.model-full-img img {
    max-height: calc(100vh - 100px);
    width: 100%;
    object-fit: cover;
}
.model-full-img .section-title {
    padding: 0 15px;
}

.item-text {
    padding: 30px 0;
    font-weight: 500;
    line-height: 1.5;
}
@media (max-width: 991px) {
    .item-text {
        padding: 20px 0;
    }
}
@media (max-width: 767px) {
    .item-text {
        padding: 10px 0;
    }
}
@media (max-width: 576px) {
    .item-text {
        font-size: 15px;
    }
}

.content-columns {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
}
.content-columns ._w50 {
    margin: 10px;
    width: calc(50% - 20px);
}
.content-columns ._w33 {
    margin: 10px;
    width: calc(33.3333333333% - 20px);
}
@media (max-width: 767px) {
    .content-columns._before767 {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
    .content-columns._before767 ._w33,
    .content-columns._before767 ._w50 {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 20px;
        width: 100%;
    }
    .content-columns._before767 ._w33:last-child,
    .content-columns._before767 ._w50:last-child {
        margin-bottom: 0;
    }
}
@media (max-width: 991px) {
    .content-columns._before991 {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
    .content-columns._before991 ._w33,
    .content-columns._before991 ._w50 {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 20px;
        width: 100%;
    }
    .content-columns._before991 ._w33:last-child,
    .content-columns._before991 ._w50:last-child {
        margin-bottom: 0;
    }
}

.content-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}
.content-row._reverse {
    flex-direction: row-reverse;
}
@media (max-width: 991px) {
    .content-row._before991 {
        flex-direction: column;
    }
    .content-row._before991 ._w33,
    .content-row._before991 ._w40,
    .content-row._before991 ._w50,
    .content-row._before991 ._w60,
    .content-row._before991 ._w66,
    .content-row._before991 ._w70 {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 20px;
        width: 100%;
    }
    .content-row._before991 ._w33:last-child,
    .content-row._before991 ._w40:last-child,
    .content-row._before991 ._w50:last-child,
    .content-row._before991 ._w60:last-child,
    .content-row._before991 ._w66:last-child,
    .content-row._before991 ._w70:last-child {
        margin-bottom: 0;
    }
    .content-row._before991 .content-columns__info {
        margin-top: 0;
    }
}
.content-row ._w33 {
    width: calc(33.3333333333% - 10px);
}
.content-row ._w40 {
    width: calc(40% - 10px);
}
.content-row ._w50 {
    width: calc(50% - 10px);
}
.content-row ._w60 {
    width: calc(60% - 10px);
}
.content-row ._w66 {
    width: calc(66.6666666667% - 10px);
}
.content-row ._w70 {
    width: calc(70% - 10px);
}

.content-columns__info {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}
.content-columns__info ._title {
    font-size: 25px;
    line-height: 1.1;
    margin-bottom: 15px;
    font-weight: 500;
}
@media (max-width: 1299px) {
    .content-columns__info ._title {
        font-size: 21px;
    }
}
@media (max-width: 991px) {
    .content-columns__info ._title {
        font-size: 18px;
        font-weight: 600;
    }
}
.content-columns__info ._text {
    line-height: 1.5;
}

.table_scroll_container {
    overflow-x: auto;
    max-width: 100%;
}

.tb_th {
    border-collapse: collapse;
    border: 0;
    width: 100%;
}
@media (max-width: 991px) {
    .tb_th {
        font-size: 15px;
    }
}
@media (max-width: 576px) {
    .tb_th {
        font-size: 14px;
    }
}
@media (max-width: 359px) {
    .tb_th {
        font-size: 13px;
    }
}

.tb_th tr td,
.tb_th tr th {
    border: 1px solid #dfdfdf;
    background-color: transparent;
    vertical-align: middle;
}

.tb_th th,
.tb_th td {
    padding: 8px;
}

.tb_th th + th,
.tb_th td + td {
    text-align: center;
}

.tb_th {
    border-collapse: collapse;
}

.tb_th tr:nth-child(odd) {
    background-color: white;
}

.tb_th tr:nth-child(odd) {
    background-color: rgb(247, 245, 245);
}

.tb_th tr.category {
    background-color: #ebebeb;
}

.tb_th tr.category td {
    cursor: pointer;
    position: relative;
}

.tb_th tr.category td:last-child:after {
    display: block;
}

.tb_th tr.category td:first-child {
    text-align: left;
    font-weight: 700;
}

.tb_th tr.category td {
    text-align: center;
}

.tb_th tr.category + tr {
    display: none;
}

._pt0 {
    padding-top: 0;
}

/*end models-item content*/
/*end model-item*/

/*# sourceMappingURL=style.css.map */
/*start advantages*/
section.advantages {
    padding: 50px 0;
}

.advantages__list {
    display: flex;
    margin: 0 -15px;
    width: calc(100% + 30px);
}
@media (max-width: 991px) {
    .advantages__list {
        flex-direction: column;
        align-items: flex-start;
        width: auto;
        margin: 0;
    }
}

.advantages__point {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 15px;
    border: 1px solid #ededed;
    padding: 40px;
    border-radius: 4px;
    width: calc(33.3333333333% - 30px);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    flex-shrink: 0;
}
@media (max-width: 1199px) {
    .advantages__point {
        padding: 40px 20px;
    }
}
@media (max-width: 991px) {
    .advantages__point {
        flex-direction: row;
        align-items: center;
        text-align: left;
        width: auto;
        padding: 0;
        margin: 20px 0 0 0;
        border: none;
        box-shadow: none;
        flex-shrink: unset;
    }
}
.advantages__point ._icon {
    width: 100px;
    margin-bottom: 10px;
    flex-shrink: 0;
}
@media (max-width: 1299px) {
    .advantages__point ._icon {
        width: 70px;
    }
}
@media (max-width: 991px) {
    .advantages__point ._icon {
        margin-bottom: 0;
        margin-right: 15px;
    }
}
@media (max-width: 576px) {
    .advantages__point ._icon {
        width: 50px;
    }
}
.advantages__point ._text {
    font-family: "HarmonyOS Sans SC", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 30px;
    color: #ca0010;
}
@media (max-width: 1699px) {
    .advantages__point ._text {
        font-size: 25px;
    }
}
@media (max-width: 1299px) {
    .advantages__point ._text {
        font-size: 20px;
    }
}
@media (max-width: 576px) {
    .advantages__point ._text {
        font-size: 15px;
    }
}

/*end advantages*/

/*start review*/
.review {
    padding: 60px 0;
    background-color: #fff;
}
@media (max-width: 1399px) {
    .review {
        padding: 40px 0;
    }
}
@media (max-width: 576px) {
    .review {
        padding: 30px 0;
    }
}

.review__rating {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    margin-left: 15px;
}
@media (max-width: 1699px) {
    .review__rating {
        margin-bottom: 19px;
    }
}
@media (max-width: 1499px) {
    .review__rating {
        margin-bottom: 17px;
    }
}
@media (max-width: 767px) {
    .review__rating {
        position: static;
        padding-top: 10px;
        justify-content: space-between;
        margin-left: 0;
    }
}
.review__rating img {
    margin-right: 20px;
}
@media (max-width: 1199px) {
    .review__rating img {
        height: 40px;
    }
}
@media (max-width: 991px) {
    .review__rating img {
        height: 38px;
    }
}
@media (max-width: 349px) {
    .review__rating img {
        height: 35px;
    }
}
.review__rating img:last-child {
    margin-right: 0;
}

.review__point {
    background-color: #F3F3F3;
    padding: 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 4px;
}
.review__point__head {
    display: flex;
    margin-bottom: 30px;
}
.review__point__head ._avatar {
    width: 60px;
    height: 60px;
    margin-right: 25px;
    background-color: #ca0010;
    margin-top: 2px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-weight: 600;
    color: #fff;
}
.review__point__head ._info {
    display: flex;
    flex-direction: column;
}
.review__point__head ._info__name {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 5px;
}
@media (max-width: 1399px) {
    .review__point__head ._info__name {
        font-size: 16px;
    }
}
@media (max-width: 576px) {
    .review__point__head ._info__name {
        font-size: 14px;
    }
}
.review__point__head ._info__rating {
    display: flex;
    margin-left: -2px;
    margin-bottom: 5px;
}
.review__point__head ._info__rating .ico-star {
    width: 14px;
    height: 14px;
    margin: 0 2px;
}
.review__point__head ._info__rating[data-star="4"] .ico-star:nth-child(5) {
    display: none;
}
.review__point__head ._info__rating[data-star="3"] .ico-star:nth-child(4), .review__point__head ._info__rating[data-star="3"] .ico-star:nth-child(5) {
    display: none;
}
.review__point__head ._info__rating[data-star="2"] .ico-star:nth-child(3), .review__point__head ._info__rating[data-star="2"] .ico-star:nth-child(4), .review__point__head ._info__rating[data-star="2"] .ico-star:nth-child(5) {
    display: none;
}
.review__point__head ._info__rating[data-star="1"] .ico-star:nth-child(2), .review__point__head ._info__rating[data-star="1"] .ico-star:nth-child(3), .review__point__head ._info__rating[data-star="1"] .ico-star:nth-child(4), .review__point__head ._info__rating[data-star="1"] .ico-star:nth-child(5) {
    display: none;
}
.review__point__head ._info__post {
    font-size: 14px;
    font-weight: 500;
    color: #828282;
}
@media (max-width: 1399px) {
    .review__point__head ._info__post {
        font-size: 13px;
    }
}
@media (max-width: 576px) {
    .review__point__head ._info__post {
        font-size: 12px;
    }
}
.review__point__body {
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: 500;
    color: #575757;
    flex-grow: 1;
}
@media (max-width: 1399px) {
    .review__point__body {
        font-size: 13px;
    }
}
@media (max-width: 576px) {
    .review__point__body {
        font-size: 12px;
    }
}
.review__point__footer {
    font-size: 14px;
    font-weight: 500;
}

.review__button {
    position: absolute;
    left: 0;
    bottom: 12px;
    z-index: 2;
}
@media (max-width: 1299px) {
    .review__button {
        left: 15px;
    }
}
@media (max-width: 576px) {
    .review__button {
        bottom: 85px;
        width: calc(100% - 30px);
    }
}
.review__button__show-more {
    font-weight: 600;
    padding: 13px 45px;
    border: 1px solid #828282;
    text-decoration: none;
    display: block;
    text-align: center;
    transition: 0.25s;
}
@media (max-width: 1299px) {
    .review__button__show-more {
        padding: 13px 40px;
    }
}
@media (max-width: 576px) {
    .review__button__show-more {
        width: 100%;
        font-size: 14px;
        padding: 13px 10px;
    }
}
.review__button__show-more:hover {
    color: #ca0010;
    background-color: #fff;
    border-color: #fff;
}

.review-slider .owl-stage {
    display: flex;
}
.review-slider .owl-nav {
    display: flex;
    justify-content: flex-end;
    margin-top: 0;
    position: absolute;
    top: -45px;
    right: 0;
}
@media (max-width: 1499px) {
    .review-slider .owl-nav {
        top: -40px;
    }
}
.review-slider .owl-nav [class*=owl-] {
    position: static;
    margin-left: 20px;
}
@media (max-width: 576px) {
    .review-slider .owl-nav [class*=owl-] {
        margin-left: 0;
    }
}
.review-slider .owl-nav [class*=owl-]:hover svg path {
    stroke: #ca0010;
}

/*end review*/