@charset "UTF-8";
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: 0;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:after,
.slick-track:before {
    display: table;
    content: "";
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@font-face {
    font-family: MMCOFFICE-Regular;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/MMCOFFICE-Regular/MMCOFFICE-Regular.eot);
    src: url(../fonts/MMCOFFICE-Regular/MMCOFFICE-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/MMCOFFICE-Regular/MMCOFFICE-Regular.woff) format("woff"),
    url(../fonts/MMCOFFICE-Regular/MMCOFFICE-Regular.ttf) format("truetype");
}
@font-face {
    font-family: MMCOFFICE-Medium;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/MMCOFFICE-Medium/MMCOFFICE-Medium.eot);
    src: url(../fonts/MMCOFFICE-Medium/MMCOFFICE-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/MMCOFFICE-Medium/MMCOFFICE-Medium.woff) format("woff"), url(../fonts/MMCOFFICE-Medium/MMCOFFICE-Medium.ttf) format("truetype");
}
@font-face {
    font-family: MMCOFFICE-Bold;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/MMCOFFICE-Bold/MMCOFFICE-Bold.eot);
    src: url(../fonts/MMCOFFICE-Bold/MMCOFFICE-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/MMCOFFICE-Bold/MMCOFFICE-Bold.woff) format("woff"), url(../fonts/MMCOFFICE-Bold/MMCOFFICE-Bold.ttf) format("truetype");
}
*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}
@-ms-viewport {
    width: device-width;
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}
[tabindex="-1"]:focus {
    outline: 0 !important;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0;
}
p {
    margin-top: 0;
    margin-bottom: 0;
}
abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}
dt {
    font-weight: 700;
}
dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}
blockquote {
    margin: 0 0 1rem;
}
dfn {
    font-style: italic;
}
b,
strong {
    font-weight: bolder;
}
small {
    font-size: 80%;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:hover {
    color: none;
    text-decoration: none;
}
a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
    outline: 0;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}
figure {
    margin: 0 0 1rem;
}
img {
    vertical-align: middle;
    border-style: none;
}
svg:not(:root) {
    overflow: hidden;
}
table {
    border-collapse: collapse;
}
caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}
th {
    text-align: inherit;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
button {
    border-radius: 0;
}
button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
    -webkit-appearance: listbox;
}
textarea {
    overflow: auto;
    resize: vertical;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
output {
    display: inline-block;
}
summary {
    display: list-item;
    cursor: pointer;
}
template {
    display: none;
}
[hidden] {
    display: none !important;
}
@-ms-viewport {
    width: device-width;
}
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}
*,
::after,
::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
.container {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
@media (min-width: 1440px) {
    .container {
        max-width: 1360px;
    }
}
.container-fluid {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto,
.col-xs,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}
.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}
.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}
.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}
.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}
.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}
.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}
.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
}
.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}
.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}
.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}
.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}
.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}
.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
}
.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
}
.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
}
.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
}
.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
}
.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
}
.offset-1 {
    margin-left: 8.33333%;
}
.offset-2 {
    margin-left: 16.66667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.33333%;
}
.offset-5 {
    margin-left: 41.66667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.33333%;
}
.offset-8 {
    margin-left: 66.66667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.33333%;
}
.offset-11 {
    margin-left: 91.66667%;
}
@media (min-width: 576px) {
    .col-xs {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xs-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-xs-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-xs-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-xs-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xs-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-xs-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-xs-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xs-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-xs-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-xs-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xs-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-xs-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-xs-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xs-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-xs-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-xs-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-xs-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xs-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-xs-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-xs-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-xs-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-xs-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-xs-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-xs-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-xs-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-xs-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-xs-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-xs-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-xs-0 {
        margin-left: 0;
    }
    .offset-xs-1 {
        margin-left: 8.33333%;
    }
    .offset-xs-2 {
        margin-left: 16.66667%;
    }
    .offset-xs-3 {
        margin-left: 25%;
    }
    .offset-xs-4 {
        margin-left: 33.33333%;
    }
    .offset-xs-5 {
        margin-left: 41.66667%;
    }
    .offset-xs-6 {
        margin-left: 50%;
    }
    .offset-xs-7 {
        margin-left: 58.33333%;
    }
    .offset-xs-8 {
        margin-left: 66.66667%;
    }
    .offset-xs-9 {
        margin-left: 75%;
    }
    .offset-xs-10 {
        margin-left: 83.33333%;
    }
    .offset-xs-11 {
        margin-left: 91.66667%;
    }
}
@media (min-width: 768px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.33333%;
    }
    .offset-sm-2 {
        margin-left: 16.66667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.33333%;
    }
    .offset-sm-5 {
        margin-left: 41.66667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.33333%;
    }
    .offset-sm-8 {
        margin-left: 66.66667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.33333%;
    }
    .offset-sm-11 {
        margin-left: 91.66667%;
    }
}
@media (min-width: 992px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.33333%;
    }
    .offset-md-2 {
        margin-left: 16.66667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333%;
    }
    .offset-md-5 {
        margin-left: 41.66667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333%;
    }
    .offset-md-8 {
        margin-left: 66.66667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333%;
    }
    .offset-md-11 {
        margin-left: 91.66667%;
    }
}
@media (min-width: 1200px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.33333%;
    }
    .offset-lg-2 {
        margin-left: 16.66667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333%;
    }
    .offset-lg-5 {
        margin-left: 41.66667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333%;
    }
    .offset-lg-8 {
        margin-left: 66.66667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333%;
    }
    .offset-lg-11 {
        margin-left: 91.66667%;
    }
}
@media (min-width: 1440px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.33333%;
    }
    .offset-xl-2 {
        margin-left: 16.66667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.33333%;
    }
    .offset-xl-5 {
        margin-left: 41.66667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.33333%;
    }
    .offset-xl-8 {
        margin-left: 66.66667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.33333%;
    }
    .offset-xl-11 {
        margin-left: 91.66667%;
    }
}
.d-none {
    display: none !important;
}
.d-inline {
    display: inline !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-block {
    display: block !important;
}
.d-table {
    display: table !important;
}
.d-table-row {
    display: table-row !important;
}
.d-table-cell {
    display: table-cell !important;
}
.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}
@media (min-width: 576px) {
    .d-xs-none {
        display: none !important;
    }
    .d-xs-inline {
        display: inline !important;
    }
    .d-xs-inline-block {
        display: inline-block !important;
    }
    .d-xs-block {
        display: block !important;
    }
    .d-xs-table {
        display: table !important;
    }
    .d-xs-table-row {
        display: table-row !important;
    }
    .d-xs-table-cell {
        display: table-cell !important;
    }
    .d-xs-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xs-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media (min-width: 768px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media (min-width: 992px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media (min-width: 1200px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media (min-width: 1440px) {
    .d-xl-none {
        display: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media print {
    .d-print-none {
        display: none !important;
    }
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}
.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}
.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}
.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}
.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}
.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}
.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}
.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}
.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}
.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}
.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}
.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}
.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}
.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}
.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}
.align-self-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
}
.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}
.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}
.align-self-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
}
.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}
.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
}
@media (min-width: 576px) {
    .flex-xs-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-xs-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-xs-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-xs-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-xs-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-xs-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-xs-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-xs-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-xs-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-xs-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-xs-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-xs-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-xs-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-xs-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-xs-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-xs-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-xs-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-xs-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-xs-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-xs-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-xs-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-xs-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-xs-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-xs-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }
    .align-self-xs-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-xs-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-xs-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }
    .align-self-xs-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-xs-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 768px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 992px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 1200px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 1440px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}
.w-25 {
    width: 25% !important;
}
.w-50 {
    width: 50% !important;
}
.w-75 {
    width: 75% !important;
}
.w-100 {
    width: 100% !important;
}
.h-25 {
    height: 25% !important;
}
.h-50 {
    height: 50% !important;
}
.h-75 {
    height: 75% !important;
}
.h-100 {
    height: 100% !important;
}
.mw-100 {
    max-width: 100% !important;
}
.mh-100 {
    max-height: 100% !important;
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
body.fancybox-active {
    overflow: hidden;
}
body.fancybox-iosfix {
    position: fixed;
    left: 0;
    right: 0;
}
.fancybox-is-hidden {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden;
}
.fancybox-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99992;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.fancybox-outer {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    -webkit-transition-duration: inherit;
    -o-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
    -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
    opacity: 0.87;
    -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption-wrap,
.fancybox-infobar,
.fancybox-toolbar {
    position: absolute;
    direction: ltr;
    z-index: 99997;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.25s, visibility 0s linear 0.25s;
    -o-transition: opacity 0.25s, visibility 0s linear 0.25s;
    transition: opacity 0.25s, visibility 0s linear 0.25s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.fancybox-show-caption .fancybox-caption-wrap,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.25s, visibility 0s;
    -o-transition: opacity 0.25s, visibility 0s;
    transition: opacity 0.25s, visibility 0s;
}
.fancybox-infobar {
    top: 0;
    left: 0;
    font-size: 13px;
    padding: 0 10px;
    height: 44px;
    min-width: 44px;
    line-height: 44px;
    color: #ccc;
    text-align: center;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: subpixel-antialiased;
    mix-blend-mode: exclusion;
}
.fancybox-toolbar {
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
}
.fancybox-stage {
    overflow: hidden;
    direction: ltr;
    z-index: 99994;
    -webkit-transform: translate3d(0, 0, 0);
}
.fancybox-is-closing .fancybox-stage {
    overflow: visible;
}
.fancybox-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    outline: 0;
    white-space: normal;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    z-index: 99994;
    -webkit-overflow-scrolling: touch;
    display: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: opacity, -webkit-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
}
.fancybox-slide::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block;
}
.fancybox-slide--image {
    overflow: visible;
}
.fancybox-slide--image::before {
    display: none;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
    background: #000;
}
.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
    background: #e5e3df;
}
.fancybox-slide--next {
    z-index: 99995;
}
.fancybox-slide > * {
    display: inline-block;
    position: relative;
    padding: 24px;
    margin: 44px 0 44px;
    border-width: 0;
    vertical-align: middle;
    text-align: left;
    background-color: #fff;
    overflow: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.fancybox-slide > base,
.fancybox-slide > link,
.fancybox-slide > meta,
.fancybox-slide > script,
.fancybox-slide > style,
.fancybox-slide > title {
    display: none;
}
.fancybox-slide .fancybox-image-wrap {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0;
    z-index: 99995;
    background: 0 0;
    cursor: default;
    overflow: visible;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition-property: opacity, -webkit-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
}
.fancybox-can-zoomOut .fancybox-image-wrap {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-image-wrap {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}
.fancybox-can-drag .fancybox-image-wrap {
    cursor: -webkit-grab;
    cursor: grab;
}
.fancybox-is-dragging .fancybox-image-wrap {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
.fancybox-image,
.fancybox-spaceball {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    max-width: none;
    max-height: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.fancybox-spaceball {
    z-index: 1;
}
.fancybox-slide--iframe .fancybox-content {
    padding: 0;
    width: 80%;
    height: 80%;
    max-width: calc(100% - 100px);
    max-height: calc(100% - 88px);
    overflow: visible;
    background: #fff;
}
.fancybox-iframe {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}
.fancybox-error {
    margin: 0;
    padding: 40px;
    width: 100%;
    max-width: 380px;
    background: #fff;
    cursor: default;
}
.fancybox-error p {
    margin: 0;
    padding: 0;
    color: #444;
    font-size: 16px;
    line-height: 20px;
}
.fancybox-button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 10px;
    border: 0;
    border-radius: 0;
    background: rgba(30, 30, 30, 0.6);
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
    cursor: pointer;
    outline: 0;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc;
}
.fancybox-button:focus,
.fancybox-button:hover {
    color: #fff;
}
.fancybox-button[disabled] {
    color: #ccc;
    cursor: default;
    opacity: 0.6;
}
.fancybox-button svg {
    display: block;
    position: relative;
    overflow: visible;
    shape-rendering: geometricPrecision;
}
.fancybox-button svg path {
    fill: currentColor;
    stroke: currentColor;
    stroke-linejoin: round;
    stroke-width: 3;
}
.fancybox-button--share svg path {
    stroke-width: 1;
}
.fancybox-button--play svg path:nth-child(2) {
    display: none;
}
.fancybox-button--pause svg path:nth-child(1) {
    display: none;
}
.fancybox-button--zoom svg path {
    fill: transparent;
}
.fancybox-navigation {
    display: none;
}
.fancybox-show-nav .fancybox-navigation {
    display: block;
}
.fancybox-navigation button {
    position: absolute;
    top: 50%;
    margin: -50px 0 0 0;
    z-index: 99997;
    background: 0 0;
    width: 60px;
    height: 100px;
    padding: 17px;
}
.fancybox-navigation button:before {
    content: "";
    position: absolute;
    top: 30px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: rgba(30, 30, 30, 0.6);
}
.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
}
.fancybox-navigation .fancybox-button--arrow_right {
    right: 0;
}
.fancybox-close-small {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: 0 0;
    z-index: 10;
    cursor: pointer;
}
.fancybox-close-small:after {
    content: "×";
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    font: 20px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #888;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background-color: transparent;
    -webkit-transition: background-color 0.25s;
    -o-transition: background-color 0.25s;
    transition: background-color 0.25s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2;
}
.fancybox-close-small:focus {
    outline: 0;
}
.fancybox-close-small:focus:after {
    outline: 1px dotted #888;
}
.fancybox-close-small:hover:after {
    color: #555;
    background: #eee;
}
.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small {
    top: 0;
    right: -44px;
}
.fancybox-slide--iframe .fancybox-close-small:after,
.fancybox-slide--image .fancybox-close-small:after {
    font-size: 35px;
    color: #aaa;
}
.fancybox-slide--iframe .fancybox-close-small:hover:after,
.fancybox-slide--image .fancybox-close-small:hover:after {
    color: #fff;
    background: 0 0;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
    display: none;
}
.fancybox-caption-wrap {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 2vw 0 2vw;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, rgba(0, 0, 0, 0.1)), color-stop(40%, rgba(0, 0, 0, 0.2)), color-stop(80%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.8)));
    background: -o-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
    pointer-events: none;
}
.fancybox-caption {
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    -webkit-text-size-adjust: none;
}
.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
    pointer-events: all;
    position: relative;
}
.fancybox-caption a {
    color: #fff;
    text-decoration: underline;
}
.fancybox-slide > .fancybox-loading {
    border: 6px solid rgba(100, 100, 100, 0.4);
    border-top: 6px solid rgba(255, 255, 255, 0.6);
    border-radius: 100%;
    height: 50px;
    width: 50px;
    -webkit-animation: fancybox-rotate 0.8s infinite linear;
    animation: fancybox-rotate 0.8s infinite linear;
    background: 0 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    z-index: 99999;
}
@-webkit-keyframes fancybox-rotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes fancybox-rotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.fancybox-animated {
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
    -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
}
.fancybox-fx-slide.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0;
}
.fancybox-fx-slide.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
    opacity: 0;
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0;
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
}
.fancybox-fx-rotate.fancybox-slide--previous {
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
    opacity: 0;
}
.fancybox-fx-rotate.fancybox-slide--next {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 0;
}
.fancybox-fx-rotate.fancybox-slide--current {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
}
.fancybox-fx-circular.fancybox-slide--previous {
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    opacity: 0;
}
.fancybox-fx-circular.fancybox-slide--next {
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    opacity: 0;
}
.fancybox-fx-circular.fancybox-slide--current {
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    opacity: 1;
}
.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}
.fancybox-share {
    padding: 30px;
    border-radius: 3px;
    background: #f4f4f4;
    max-width: 90%;
}
.fancybox-share h1 {
    color: #222;
    margin: 0 0 20px 0;
    font-size: 33px;
    font-weight: 700;
    text-align: center;
}
.fancybox-share p {
    margin: 0;
    padding: 0;
    text-align: center;
}
.fancybox-share p:first-of-type {
    margin-right: -10px;
}
.fancybox-share_button {
    display: inline-block;
    text-decoration: none;
    margin: 0 10px 10px 0;
    padding: 10px 20px;
    border: 0;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16);
    background: #fff;
    white-space: nowrap;
    font-size: 16px;
    line-height: 23px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-width: 140px;
    color: #707070;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.fancybox-share_button:focus,
.fancybox-share_button:hover {
    text-decoration: none;
    color: #333;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
}
.fancybox-share_button svg {
    margin-right: 5px;
    width: 20px;
    height: 20px;
    vertical-align: text-bottom;
}
.fancybox-share input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 5px 0 0 0;
    padding: 10px 15px;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    background: #ebebeb;
    color: #5d5b5b;
    font-size: 14px;
    outline: 0;
}
.fancybox-thumbs {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 212px;
    margin: 0;
    padding: 2px 2px 4px 2px;
    background: #fff;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 99995;
}
.fancybox-thumbs-x {
    overflow-y: hidden;
    overflow-x: auto;
}
.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}
.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}
.fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
    white-space: nowrap;
}
.fancybox-thumbs-x > ul {
    overflow: hidden;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar {
    width: 7px;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}
.fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    padding: 0;
    margin: 2px;
    width: 100px;
    height: 75px;
    max-width: calc(50% - 4px);
    max-height: calc(100% - 8px);
    position: relative;
    cursor: pointer;
    outline: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1);
}
.fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.fancybox-thumbs > ul > li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1;
}
@media all and (max-width: 800px) {
    .fancybox-thumbs {
        width: 110px;
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }
    .fancybox-thumbs > ul > li {
        max-width: calc(100% - 10px);
    }
}
::-webkit-input-placeholder {
    color: #666;
}
::-moz-placeholder {
    color: #666;
}
:-ms-input-placeholder {
    color: #666;
}
::-ms-input-placeholder {
    color: #666;
}
::placeholder {
    color: #666;
}
::-moz-selection {
    background-color: #ed0022;
    color: #fff;
}
::selection {
    background-color: #ed0022;
    color: #fff;
}
body,
html {
    height: 100%;
}
body {
    font-size: 16px;
    min-width: 320px;
    position: relative;
    line-height: 1.25;
    font-family: MMCOFFICE-Regular, sans-serif;
    overflow-x: hidden;
    background-color: #141414;
}
body input,
body textarea {
    outline: 0;
}
body textarea {
    resize: none;
}
body.fancybox-iosfix {
    position: relative !important;
    top: inherit !important;
    left: inherit !important;
    right: inherit !important;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
img {
    display: block;
    max-width: 100%;
    height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}
a:hover {
    text-decoration: none;
    color: initial;
}
a:focus {
    outline: 0;
}
button {
    cursor: pointer;
    border: none;
    background-color: transparent;
    outline: 0;
    padding: 0;
}
button:focus {
    outline: 0;
}
ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}
b,
strong {
    font-weight: 400;
    font-family: MMCOFFICE-Bold, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}
.nav {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding: 14px 0;
    background-color: #141414;
    z-index: 10;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.nav-logo {
    display: table;
}
.nav-logo__txt {
    display: block;
    color: #fff;
    font-size: 12px;
    margin-top: 5px;
    text-align: center;
}
.nav-logo img {
    margin: 0 auto;
}
.nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.nav-list__li {
    position: relative;
    margin: 0 auto;
}
.nav-list__li a {
    color: #f1f3f5;
}
.nav-list__li.current-menu-item {
    font-family: MMCOFFICE-Medium, sans-serif;
}
.nav-list__li.current-menu-item:before {
    content: "";
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -5px;
    background-color: #ec0000;
    border-radius: 3px;
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
}
.nav-list__li:hover a {
    color: #ed0022;
}
.nav-phone {
    font-size: 18px;
    font-family: MMCOFFICE-Bold, sans-serif;
    color: red;
}
.nav-phone:hover {
    color: red;
}
.nav-lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.nav-lang__item {
    width: 39px;
    height: 39px;
    line-height: 35px;
    text-align: center;
    margin: 0 auto;
    color: #726e6e;
    border: 2px solid #3c3838;
    border-radius: 50% 50%;
}
.nav-lang__item.active,
.nav-lang__item:hover {
    color: #fff;
    border-color: #ed0022;
}
.model-menu {
    width: 100%;
    position: fixed;
    top: 91px;
    z-index: 10;
    padding: 10px 0;
    background-color: #fffdfd;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.model-menu-item {
    position: relative;
    min-height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
}
.model-menu-item__txt {
    display: table;
    margin: 0 auto;
    position: relative;
    top: 0;
    font-family: MMCOFFICE-Bold, sans-serif;
    font-size: 20px;
    color: #151515;
    text-align: center;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.model-menu-item__txt:before {
    content: "";
    width: 22px;
    height: 21px;
    position: absolute;
    top: 2px;
    left: -25px;
    background-image: url(../img/model-menu_ico.svg);
    background-size: cover;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    opacity: 0;
}
.model-menu-item__img {
    width: 100%;
    max-width: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0.3;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.model-menu-item.active,
.model-menu-item:hover {
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    background-image: url(../img/model-menu_bg.webp);
}
.model-menu-item.active .model-menu-item__img,
.model-menu-item:hover .model-menu-item__img {
    opacity: 1;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-transform: translate(-50%, -10px);
    -ms-transform: translate(-50%, -10px);
    transform: translate(-50%, -10px);
}
.model-menu-item.active .model-menu-item__txt,
.model-menu-item:hover .model-menu-item__txt {
    top: -30px;
}
.model-menu-item.active .model-menu-item__txt:before,
.model-menu-item:hover .model-menu-item__txt:before {
    opacity: 1;
}
.head {
    position: relative;
    padding-bottom: 40px;
    background-color: #040404;
}
.head .container {
    position: relative;
}
.head-slider__slide {
    outline: 0;
}
.head-slider .slick-dots {
    position: absolute;
    top: 50%;
    left: 5%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}
.head-slider .slick-dots li {
    display: table;
    position: relative;
    font-family: MMCOFFICE-Bold, sans-serif;
    font-size: 23px;
    margin-bottom: 10px;
}
.head-slider .slick-dots li button {
    color: #878787;
}
.head-slider .slick-dots li:last-child {
    margin-bottom: 0;
}
.head-slider .slick-dots li.slick-active {
    background: -o-linear-gradient(315deg, #ff1f47 0, #0077fd 100%);
    background: linear-gradient(135deg, #ff1f47 0, #0077fd 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 90px;
}
.head-slider .slick-dots li.slick-active:before {
    content: "";
    width: 2px;
    height: 80px;
    background-color: #dedede;
    position: absolute;
    bottom: 0;
    left: 13px;
}
.head-slider .slick-dots li.slick-active:last-child {
    padding-top: 90px;
    padding-bottom: 0;
}
.head-slider .slick-dots li.slick-active:last-child:before {
    content: "";
    width: 2px;
    height: 80px;
    background-color: #dedede;
    position: absolute;
    top: 0;
    left: 13px;
}
.head-slider .slick-arrow {
    font-size: 0;
    width: 40px;
    height: 40px;
    background-color: #1d1c1c;
    position: absolute;
    bottom: 0;
    z-index: 2;
}
.head-slider .slick-arrow:before {
    content: "";
    width: 13px;
    height: 19px;
    background-image: url(../img/slide-arrow.svg);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) skew(20deg);
    -ms-transform: translate(-50%, -50%) skew(20deg);
    transform: translate(-50%, -50%) skew(20deg);
    opacity: 0.4;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.head-slider .slick-arrow.slick-prev {
    right: 50%;
    -webkit-transform: translate(-100%, 0) skew(-20deg);
    -ms-transform: translate(-100%, 0) skew(-20deg);
    transform: translate(-100%, 0) skew(-20deg);
}
.head-slider .slick-arrow.slick-prev:before {
    -webkit-transform: translate(-50%, -50%) skew(20deg) rotate(180deg);
    -ms-transform: translate(-50%, -50%) skew(20deg) rotate(180deg);
    transform: translate(-50%, -50%) skew(20deg) rotate(180deg);
}
.head-slider .slick-arrow.slick-next {
    right: 50%;
    -webkit-transform: translate(200%, 0) skew(-20deg);
    -ms-transform: translate(200%, 0) skew(-20deg);
    transform: translate(200%, 0) skew(-20deg);
}
.head-slider .slick-arrow:hover:before {
    opacity: 1;
}
.head-mouse {
    width: 23px;
    height: 54px;
    background-image: url(../img/mouse.svg);
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -11.5px;
    -webkit-animation: mouse 1.5s infinite linear;
    animation: mouse 1.5s infinite linear;
    z-index: 2;
}
.head-circle {
    position: relative;
}
.head-circle:after {
    content: "";
    width: 210px;
    height: 1px;
    background-color: #c4c4c4;
    position: absolute;
    top: 50%;
    margin-top: -0.5px;
    left: 56px;
}
.head-circle__img {
    -webkit-animation: 10s linear 0s normal none infinite running circle;
    animation: 10s linear 0s normal none infinite running circle;
}
.head-ttl {
    position: relative;
    z-index: 1;
    font-family: MMCOFFICE-Medium, sans-serif;
    font-size: 30px;
    color: #f1f3f5;
    margin: 50px 0;
}
.head-ttl span {
    color: #ed0022;
}
.head-ttl_big {
    text-transform: uppercase;
    margin-bottom: 30px;
}
.head-subttl{
    max-width: 430px;
    position: relative;
    z-index: 1;
    font-family: MMCOFFICE-Medium, sans-serif;
    font-size: 22px;
    color: #d2d2d2;
    margin-bottom: 50px;
}
.head-btn {
    position: relative;
    z-index: 1;
    display: table;
    padding: 15px 120px;
    -webkit-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    transform: skew(-20deg);
    background: 0 0;
    border: 3px solid #ec0000;
    font-family: MMCOFFICE-Bold, sans-serif;
    font-size: 25px;
    color: #fff;
    -webkit-box-shadow: 0 4px 15px rgba(255, 0, 0, 0.97);
    box-shadow: 0 4px 15px rgba(255, 0, 0, 0.97);
    border-radius: 5px;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.head-btn:hover {
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    color: #fff;
    background-color: #151414;
}
.head-btn:after,
.head-btn:before {
    content: "";
    width: 60px;
    height: 59px;
    -webkit-transform: skew(20deg);
    -ms-transform: skew(20deg);
    transform: skew(20deg);
}
.head-btn:before {
    background-image: url(../img/head-btn_ico_1.webp);
    position: absolute;
    bottom: -20px;
    left: -20px;
}
.head-btn:after {
    background-image: url(../img/head-btn_ico_2.webp);
    position: absolute;
    top: -20px;
    right: -20px;
}
.head-btn span {
    display: block;
    -webkit-transform: skew(20deg);
    -ms-transform: skew(20deg);
    transform: skew(20deg);
}
.head-img {
    position: absolute;
    top: 0;
    right: 0;
}
.head-container {
    position: absolute;
    top: 0;
    left: 0;
}
.head-line {
    width: 6px;
    height: 35px;
    background-color: #c4c4c4;
    position: absolute;
}
.head-line_1 {
    left: 8.33333%;
    bottom: 0;
}
.head-line_2 {
    left: 33.33333%;
    top: 0;
}
.head-line_3 {
    left: 66.6667%;
    bottom: -20px;
}
.head-line_4 {
    right: 8.33333%;
    top: -20px;
}
.benefits {
    padding: 50px 0;
}
.benefits-ttl {
    background-color: #030203;
    padding: 80px 40px 80px 100px;
}
.benefits-ttl__note {
    display: table;
    font-size: 18px;
    color: #fb0000;
    letter-spacing: 3px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    top: 145px;
    left: 30px;
}
.benefits-ttl__ttl {
    font-family: MMCOFFICE-Medium, sans-serif;
    font-size: 40px;
    color: #fff;
    margin-bottom: 50px;
}
.benefits-ttl__ttl span {
    color: #ed0022;
}
.benefits-ttl__txt p{
    font-family: MMCOFFICE-Medium, sans-serif;
    color: #f1f3f5;
    margin-bottom: 20px;
}
.benefits-ttl__txt p:last-child {
    margin-bottom: 0;
}
.benefits-container {
    position: relative;
    padding: 100px 0;
}
.benefits-container:before {
    content: "";
    width: 90%;
    height: 100%;
    border: 3px solid;
    -o-border-image: -o-linear-gradient(315deg, #ff1f47 0, #858c93 100%);
    border-image: linear-gradient(135deg, #ff1f47 0, #858c93 100%);
    border-image-slice: 1;
    position: absolute;
    top: 0;
    right: 0;
}
.benefits-item {
    position: relative;
    max-width: 360px;
    padding-left: 95px;
    background-image: url(../img/benefits-item.webp);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
.benefits-item__ico {
    position: absolute;
    top: -35px;
    left: 0;
}
.benefits-item__ttl {
    position: relative;
    font-family: MMCOFFICE-Bold, sans-serif;
    font-size: 25px;
    color: #fff;
    margin-bottom: 20px;
}
.benefits-item__txt {
    position: relative;
    font-size: 17px;
    color: #dbdbdb;
}
.programs {
    padding-top: 50px;
}
.programs-ttl {
    position: relative;
    padding-left: 100px;
    margin-bottom: 50px;
}
.programs-ttl__note {
    display: table;
    font-size: 18px;
    color: #fb0000;
    letter-spacing: 3px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    top: 55px;
    left: 30px;
}
.programs-ttl__ttl {
    max-width: 400px;
    font-family: MMCOFFICE-Medium, sans-serif;
    font-size: 35px;
    color: #fff;
}
.programs-ttl__ttl span {
    font-family: MMCOFFICE-Bold, sans-serif;
    color: #ed0022;
}
.programs-item {
    padding: 30px;
    background-color: #f2f2f2;
}
.programs-item_i2 {
    position: relative;
}
.programs-item_i2:before {
    content: "";
    width: 192px;
    height: 166px;
    background-image: url(../img/program_ico.webp);
    position: absolute;
    top: -70px;
    right: -70px;
    z-index: -1;
}
.programs-item_i3 {
    margin-bottom: -200px;
}
.programs-item_i4 {
    background-image: url(../img/program4.webp);
    background-size: 372px 205px;
    background-position: right center;
    background-repeat: no-repeat;
    margin-top: 20px;
}
.programs-item__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.programs-item__wrap {
    width: 50%;
}
.programs-item__ttl {
    position: relative;
    font-family: MMCOFFICE-Bold, sans-serif;
    font-size: 32px;
    line-height: 1;
    color: #1b1919;
    padding-left: 20px;
    margin-bottom: 20px;
}
.programs-item__ttl:before {
    content: "";
    width: 4px;
    height: 100%;
    background-color: #ed0022;
    position: absolute;
    top: 0;
    left: 0;
}
.programs-item__txt {
    font-family: MMCOFFICE-Bold, sans-serif;
    font-size: 17px;
    color: #1b1919;
}
.programs-item__txt_mb {
    margin-bottom: 50px;
}
.programs-item__txt_i4 {
    max-width: 420px;
    margin-bottom: 20px;
}
.programs-item__txt_i1 {
    margin-bottom: 30px;
}
.programs-item__btn {
    position: relative;
    z-index: 1;
    display: table;
    padding: 20px 10px;
    background: #f2f2f2;
    border: 3px solid #ec0000;
    font-family: MMCOFFICE-Medium, sans-serif;
    font-size: 16px;
    color: #1c1c1c;
    -webkit-box-shadow: 0 4px 15px rgba(255, 0, 0, 0.97);
    box-shadow: 0 4px 15px rgba(255, 0, 0, 0.97);
    border-radius: 5px;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    margin: 0 auto;
}
.programs-item__btn:hover {
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    color: #fff;
    background-color: #151414;
}
.programs-item__btn:after,
.programs-item__btn:before {
    content: "";
}
.programs-item__btn:before {
    width: 72px;
    height: 83px;
    background-image: url(../img/program-btn_ico_1.webp);
    position: absolute;
    bottom: -14px;
    left: -17px;
}
.programs-item__btn:after {
    width: 63px;
    height: 74px;
    background-image: url(../img/program-btn_ico_2.webp);
    position: absolute;
    top: -13px;
    right: -16px;
}
.programs-item__img_mb {
    margin-bottom: 20px;
}
.sale {
    padding: 50px 0;
}
.sale-ttl {
    font-family: MMCOFFICE-Bold, sans-serif;
    font-size: 45px;
    color: #fb0000;
    margin-bottom: 40px;
}
.sale-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.sale-item_first {
    background-color: #c40200;
    padding: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.sale-item_first .sale-item__wrap {
    width: 50%;
}
.sale-item_first .sale-item__wrap:first-child {
    padding-right: 10px;
}
.sale-item_first .sale-item__wrap:last-child {
    position: relative;
}
.sale-item_first .sale-item__wrap:last-child:before {
    content: "";
    width: 203px;
    height: 75px;
    background-image: url(../img/sale_ico.webp);
    position: absolute;
    top: -40px;
    left: -20px;
}
.sale-item_second {
    position: relative;
    background-color: #000;
    padding: 20px;
}
.sale-item_second:before {
    content: "";
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    background-image: url(../img/sale2.webp);
    position: absolute;
    top: 20px;
    left: 20px;
}
.sale-item_second:after {
    content: "";
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    background: -o-linear-gradient(358.59deg, #000 1.33%, rgba(0, 0, 0, 0) 86.03%);
    background: linear-gradient(91.41deg, #000 1.33%, rgba(0, 0, 0, 0) 86.03%);
    position: absolute;
    top: 20px;
    left: 20px;
}
.sale-item_second .sale-item__wrap {
    -ms-flex-item-align: end;
    align-self: flex-end;
}
.sale-item_second .sale-item__txt {
    margin-left: 20px;
    max-width: 315px;
    font-size: 26px;
}
.sale-item_second .sale-item__txt span {
    color: #ec0000;
    font-size: 26px;
    font-family: MMCOFFICE-Bold, sans-serif;
}
.sale-item_second .sale-item__btn {
    position: relative;
    background-color: transparent;
    color: #ed0022;
}
.sale-item_second .sale-item__btn:before {
    content: "";
    width: 100%;
    height: 1px;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}
.sale-item_second .sale-item__btn:hover {
    color: #ed0022;
}
.sale-item_second .sale-item__btn:hover:before {
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    height: 100%;
}
.sale-item_second .sale-item__btn span {
    position: relative;
    z-index: 1;
}
.sale-item__txt {
    position: relative;
    z-index: 1;
    font-family: MMCOFFICE-Medium, sans-serif;
    font-size: 20px;
    color: #fff;
}
.sale-item__txt:first-child {
    margin-bottom: 20px;
}
.sale-item__btn {
    position: relative;
    z-index: 1;
    display: table;
    padding: 15px 60px;
    -webkit-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    transform: skew(-20deg);
    background: 0 0;
    font-family: MMCOFFICE-Bold, sans-serif;
    font-size: 20px;
    color: #000;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    margin-top: 40px;
    margin-left: 20px;
}
.sale-item__btn:before {
    content: "";
    width: 100%;
    height: 1px;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}
.sale-item__btn:hover {
    color: #ed0022;
}
.sale-item__btn:hover:before {
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    height: 100%;
}
.sale-item__btn span {
    display: block;
    -webkit-transform: skew(20deg);
    -ms-transform: skew(20deg);
    transform: skew(20deg);
}
.sale-btn {
    position: relative;
    z-index: 1;
    display: table;
    padding: 15px 40px;
    -webkit-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    transform: skew(-20deg);
    background: 0 0;
    border: 3px solid #ec0000;
    font-family: MMCOFFICE-Medium, sans-serif;
    font-size: 20px;
    color: #fff;
    -webkit-box-shadow: 0 4px 15px rgba(255, 0, 0, 0.97);
    box-shadow: 0 4px 15px rgba(255, 0, 0, 0.97);
    border-radius: 5px;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    margin: 40px auto 0;
}
.sale-btn:hover {
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    color: #fff;
    background-color: #232323;
}
.sale-btn:after,
.sale-btn:before {
    content: "";
    width: 60px;
    height: 59px;
    -webkit-transform: skew(20deg);
    -ms-transform: skew(20deg);
    transform: skew(20deg);
}
.sale-btn:before {
    background-image: url(../img/head-btn_ico_1.webp);
    position: absolute;
    bottom: -20px;
    left: -20px;
}
.sale-btn:after {
    background-image: url(../img/head-btn_ico_2.webp);
    position: absolute;
    top: -20px;
    right: -20px;
}
.sale-btn span {
    display: block;
    -webkit-transform: skew(20deg);
    -ms-transform: skew(20deg);
    transform: skew(20deg);
}
.calculator {
    position: relative;
    background-color: #000;
    padding: 60px 0;
}
.calculator:before {
    content: "";
    width: 90%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(../img/calc_bg.webp);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}
.calculator:after {
    content: "";
    width: 90%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: -o-linear-gradient(0.32deg, #000 0.25%, rgba(0, 0, 0, 0) 60%);
    background: linear-gradient(89.68deg, #000 0.25%, rgba(0, 0, 0, 0) 60%);
}
.calculator-ttl {
    position: relative;
    z-index: 1;
}
.calculator-ttl__note {
    display: table;
    font-size: 18px;
    color: #fb0000;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    top: 45px;
    left: -60px;
}
.calculator-ttl__ttl {
    max-width: 570px;
    font-family: MMCOFFICE-Bold, sans-serif;
    font-size: 35px;
    line-height: 1;
    color: #fff;
}
.old {
    position: relative;
    background-color: #c40200;
    padding: 30px 0;
}
.old:before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../img/old_pattern.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0.2;
}
.old .container {
    padding: 15px 0;
    border: 1px solid rgba(0, 0, 0, 0.4);
}
.old-ttl {
    max-width: 260px;
    font-family: MMCOFFICE-Bold, sans-serif;
    font-size: 28px;
    line-height: 1;
    color: #fff;
    margin-bottom: 20px;
}
.old-value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.old-value__btn {
    display: block;
    width: 96px;
    font-size: 25px;
    color: #fff;
    background-color: transparent;
    border: 2px solid silver;
    padding: 13px 0;
    margin-right: 20px;
    border-radius: 4px;
}
.old-value__btn_active {
    background-color: #030303;
    border-color: #000;
}
.old-value__btn:last-child {
    margin-right: 0;
}
.old-form {
    visibility: hidden;
    max-height: 0;
    padding: 0;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.old-form.show {
    visibility: visible;
    max-height: 600px;
    padding: 30px 0;
}
.credit-form,
.old-form {
    position: relative;
    background: -o-radial-gradient(34.27% 13.2%, 82.22% 123.33%, #19222b 13.44%, #151d25 39.68%, #0a0e13 76.15%, #000103 100%);
    background: radial-gradient(82.22% 123.33% at 34.27% 13.2%, #19222b 13.44%, #151d25 39.68%, #0a0e13 76.15%, #000103 100%);
}
.credit-form:before,
.old-form:before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../img/form_bg.svg);
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
}
.credit-form {
    padding: 30px 0;
}
.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}
.form-inline:last-child {
    margin-bottom: 0;
}
.form-inline__txt {
    width: 50%;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
}
.form-inline__input,
.form-inline__select {
    max-width: 240px;
    width: 50%;
    border: 2px solid #ebe8e8;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    background-color: transparent;
    font-size: 18px;
    text-align: center;
    padding: 10px;
    color: #f5f5f5;
}
.form-inline__select {
    cursor: pointer;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../img/select_ico.svg);
    background-size: 31px 30px;
    background-position: top 5px right 10px;
    background-repeat: no-repeat;
}
.form-inline__select option {
    background-color: #000;
}
.form-radio {
    cursor: pointer;
    display: block;
    width: 100%;
    max-width: 200px;
    margin-right: 20px;
    margin-bottom: 0;
}
.form-radio:last-child {
    margin-right: 0;
}
.form-radio__txt {
    display: block;
    width: 100%;
    border: 2px solid #ebe8e8;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    font-size: 18px;
    text-align: center;
    padding: 10px;
    color: #f5f5f5;
}
.form-radio input {
    display: none;
}
.form-radio input:checked + .form-radio__txt {
    background-color: #f5f5f5;
    color: #000;
}
.form-last {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px;
}
.form-last .rline {
    position: relative;
    display: table;
    width: 100%;
    max-width: 300px;
    margin-right: 50px;
}
.form-last .rfield_error {
    position: absolute;
    bottom: 4px;
    right: 4px;
    color: red;
    font-size: 12px;
    visibility: hidden;
}
.form-last__input {
    width: 100%;
    font-size: 20px;
    color: #2c2c2c;
    padding: 16px 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    text-align: center;
}
.form-btn {
    position: relative;
    z-index: 1;
    display: table;
    padding: 20px 50px;
    background: 0 0;
    border: 3px solid #ed0022;
    font-family: MMCOFFICE-Bold, sans-serif;
    font-size: 20px;
    color: #ed0022;
    -webkit-box-shadow: 0 4px 15px rgba(255, 0, 0, 0.97);
    box-shadow: 0 4px 15px rgba(255, 0, 0, 0.97);
    border-radius: 5px;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    margin: 0 auto;
}
.form-btn:hover {
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    color: #fff;
    background-color: #151414;
}
.form-btn:after,
.form-btn:before {
    content: "";
}
.form-btn:before {
    width: 72px;
    height: 83px;
    background-image: url(../img/program-btn_ico_1.webp);
    position: absolute;
    bottom: -14px;
    left: -17px;
}
.form-btn:after {
    width: 63px;
    height: 74px;
    background-image: url(../img/program-btn_ico_2.webp);
    position: absolute;
    top: -13px;
    right: -16px;
}
.credit {
    position: relative;
    background-color: #c40200;
    padding: 30px 0;
}
.credit:before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../img/old_pattern.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0.2;
}
.credit .container {
    padding: 15px 0;
    border: 1px solid rgba(0, 0, 0, 0.4);
}
.credit-ttl {
    max-width: 260px;
    font-family: MMCOFFICE-Bold, sans-serif;
    font-size: 28px;
    line-height: 1;
    color: #fff;
    margin-bottom: 20px;
}
.credit-value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.credit-value__btn {
    display: block;
    width: 160px;
    font-size: 20px;
    color: #fff;
    background-color: transparent;
    border-color: silver;
    border: 2px solid;
    padding: 13px 0;
    margin-right: 20px;
    border-radius: 4px;
}
.credit-value__btn_active {
    background-color: #030303;
    border-color: #000;
}
.credit-value__btn:last-child {
    margin-right: 0;
}
.credit-form {
    padding-bottom: 100px;
}
.fixed {
    position: relative;
    background-color: #000;
    height: 170px;
}
.fixed:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../img/fixed_bg.webp);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}
.fixed:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: -o-linear-gradient(0.32deg, #000 0.35%, rgba(0, 0, 0, 0) 44.15%);
    background: linear-gradient(89.68deg, #000 0.35%, rgba(0, 0, 0, 0) 44.15%);
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.fixed .col {
    position: relative;
}
.fixed-ttl {
    max-width: 460px;
    position: absolute;
    font-family: MMCOFFICE-Bold, sans-serif;
    font-size: 80px;
    line-height: 1.1;
    color: rgba(255, 255, 255, 0.45);
    top: -50px;
    right: 0;
}
.models {
    position: relative;
    padding: 50px 0;
    background-image: url(../img/models_bg.webp);
    background-size: cover;
    background-position: center center;
}
.models-ttl {
    position: relative;
    display: table;
    font-size: 35px;
    color: #ededed;
    padding: 30px 65px 20px 65px;
    margin: 0 auto;
}
.models-ttl span {
    display: block;
    font-family: MMCOFFICE-Bold, sans-serif;
    color: #ed0022;
}
.models-ttl__note {
    display: table;
    font-size: 18px;
    color: #fb0000;
    letter-spacing: 3px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    top: 71px;
    left: 0;
}
.models-ttl:before {
    content: "";
    width: 107px;
    height: 34px;
    background-image: url(../img/about-ttl_before.svg);
    position: absolute;
    top: 0;
    left: 0;
}
.models-ttl:after {
    content: "";
    width: 102px;
    height: 61px;
    background-image: url(../img/about-ttl_after.svg);
    position: absolute;
    bottom: 0;
    right: 0;
}
.model {
    padding-bottom: 50px;
}
.model-ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 0;
    position: relative;
}
.model-ttl:before {
    content: "";
    width: 50vw;
    height: 100%;
    background-color: #0a0a0a;
    position: absolute;
    right: -20px;
    top: 0;
}
.model-ttl__ttl {
    position: relative;
    max-width: 320px;
    font-family: MMCOFFICE-Bold, sans-serif;
    font-size: 35px;
    color: #fff;
    margin-right: 20px;
}
.model-play {
    position: relative;
}
.model-play__img {
    margin: 0 auto;
}
.model-play__txt {
    font-size: 14px;
    color: #fff;
}
.model-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 40px 0 20px;
}
.model-items__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    max-width: 50%;
    margin-bottom: 20px;
}
.model-items__ico {
    width: 40px;
    margin-right: 20px;
}
.model-items__txt {
    font-family: MMCOFFICE-Medium, sans-serif;
    font-size: 17px;
    color: #c5c5c5;
}
.model-btns {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 40px;
    padding-top: 40px;
}
.model-btns:before {
    content: "";
    width: 50vw;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(#ff2d2d), to(#0085fa));
    background: -o-linear-gradient(left, #ff2d2d 0, #0085fa 100%);
    background: linear-gradient(90deg, #ff2d2d 0, #0085fa 100%);
    position: absolute;
    top: 0;
    right: 75px;
}
.model-btn {
    position: relative;
    z-index: 1;
    display: table;
    padding: 15px 50px;
    -webkit-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    transform: skew(-20deg);
    background: 0 0;
    border: 3px solid #ec0000;
    font-family: MMCOFFICE-Medium, sans-serif;
    font-size: 18px;
    color: #fff;
    -webkit-box-shadow: 0 4px 15px rgba(255, 0, 0, 0.97);
    box-shadow: 0 4px 15px rgba(255, 0, 0, 0.97);
    border-radius: 5px;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.model-btn:hover {
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    color: #fff;
    background-color: #000;
}
.model-btn:after,
.model-btn:before {
    content: "";
    width: 60px;
    height: 59px;
    -webkit-transform: skew(20deg);
    -ms-transform: skew(20deg);
    transform: skew(20deg);
}
.model-btn:before {
    background-image: url(../img/head-btn_ico_1.webp);
    position: absolute;
    bottom: -20px;
    left: -20px;
}
.model-btn:after {
    background-image: url(../img/head-btn_ico_2.webp);
    position: absolute;
    top: -20px;
    right: -20px;
}
.model-btn span {
    display: block;
    -webkit-transform: skew(20deg);
    -ms-transform: skew(20deg);
    transform: skew(20deg);
}
.model-btn + .model-btn {
    margin-left: 60px;
}
.model-mini__img_left {
    border-bottom-left-radius: 300px;
}
.model-mini__img_center {
    margin-top: 40px;
}
.model-mini__img_right {
    border-top-right-radius: 300px;
    margin-top: 40px;
}
.model-linkmore {
    position: relative;
    z-index: 1;
    display: table;
    padding: 15px 60px;
    -webkit-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    transform: skew(-20deg);
    background: #fff;
    font-family: MMCOFFICE-Bold, sans-serif;
    font-size: 20px;
    color: #000;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    margin-top: 40px;
    margin-left: 20px;
}
.model-linkmore:hover {
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    color: #fff;
    background-color: #000;
}
.model-linkmore span {
    display: block;
    -webkit-transform: skew(20deg);
    -ms-transform: skew(20deg);
    transform: skew(20deg);
}
.model-slider {
    padding-right: 100px;
    margin-top: -50px;
}
.model-slider .slick-track {
    margin-left: 0;
    margin-right: 0;
}
.model-slider .slick-slide {
    outline: 0;
    margin: 0 5px;
}
.model-slider .slick-arrow {
    font-size: 0;
    width: 40px;
    height: 40px;
    background-color: #1d1c1c;
    position: absolute;
    top: 50%;
    z-index: 2;
}
.model-slider .slick-arrow:before {
    content: "";
    width: 13px;
    height: 19px;
    background-image: url(../img/slide-arrow.svg);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) skew(20deg);
    -ms-transform: translate(-50%, -50%) skew(20deg);
    transform: translate(-50%, -50%) skew(20deg);
    opacity: 0.4;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.model-slider .slick-arrow.slick-prev {
    right: 50px;
    -webkit-transform: translate(0, -50%) skew(-20deg);
    -ms-transform: translate(0, -50%) skew(-20deg);
    transform: translate(0, -50%) skew(-20deg);
}
.model-slider .slick-arrow.slick-prev:before {
    -webkit-transform: translate(-50%, -50%) skew(20deg) rotate(180deg);
    -ms-transform: translate(-50%, -50%) skew(20deg) rotate(180deg);
    transform: translate(-50%, -50%) skew(20deg) rotate(180deg);
}
.model-slider .slick-arrow.slick-next {
    right: 0;
    -webkit-transform: translate(0, -50%) skew(-20deg);
    -ms-transform: translate(0, -50%) skew(-20deg);
    transform: translate(0, -50%) skew(-20deg);
}
.model-slider .slick-arrow:hover:before {
    opacity: 1;
}
.model-line {
    position: relative;
    width: 50vw;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(#ff2d2d), to(#0085fa));
    background: -o-linear-gradient(left, #ff2d2d 0, #0085fa 100%);
    background: linear-gradient(90deg, #ff2d2d 0, #0085fa 100%);
    position: absolute;
    bottom: 0;
    left: 75px;
}
.about {
    position: relative;
    padding-bottom: 50px;
}
.about_pt50 {
    padding-top: 50px;
}
.about:before {
    content: "";
    width: 640px;
    height: 640px;
    background-color: #070707;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -320px;
    margin-top: -320px;
    border-radius: 100%;
}
.about .container {
    position: relative;
}
.about .container:before {
    content: "";
    width: 100%;
    height: 100%;
    border: 3px solid;
    -o-border-image: -o-linear-gradient(320deg, #ff2e86 0, #0086fa 100%);
    border-image: linear-gradient(130deg, #ff2e86 0, #0086fa 100%);
    border-image-slice: 1;
    position: absolute;
    top: 0;
    left: 0;
}
.about .container:after {
    content: "";
    width: 3px;
    height: 86%;
    background-color: #141414;
    position: absolute;
    top: 7%;
    right: 0;
}
.about-ttl {
    position: relative;
    display: table;
    font-family: MMCOFFICE-Medium, sans-serif;
    font-size: 35px;
    color: #fff;
    padding: 75px 65px 40px 65px;
    margin-bottom: 40px;
    margin-left: -35px;
}
.about-ttl__note {
    display: table;
    font-size: 18px;
    color: #fb0000;
    letter-spacing: 3px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    top: 65px;
    left: -10px;
}
.about-ttl:before {
    content: "";
    width: 107px;
    height: 34px;
    background-image: url(../img/about-ttl_before.svg);
    position: absolute;
    top: 0;
    left: 0;
}
.about-ttl:after {
    content: "";
    width: 102px;
    height: 61px;
    background-image: url(../img/about-ttl_after.svg);
    position: absolute;
    bottom: 0;
    right: 0;
}
.about-txt p {
    color: #f4eded;
    font-size: 18px;
    margin-bottom: 40px;
    max-width: initial;
}
.about-txt span {
    font-family: MMCOFFICE-Bold, sans-serif;
}
.about-item {
    font-size: 25px;
    text-align: center;
    background: -o-linear-gradient(320deg, #ff2eff 0, #0086fa 100%);
    background: linear-gradient(130deg, #ff2eff 0, #0086fa 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.about-item span {
    font-family: MMCOFFICE-Bold, sans-serif;
    font-size: 40px;
    background: -o-linear-gradient(320deg, #ff2eff 0, #0086fa 100%);
    background: linear-gradient(130deg, #ff2eff 0, #0086fa 100%);
    -webkit-background-clip: text;
}
.about-img_i1 {
    margin-top: 60px;
    margin-bottom: 100px;
}
.about-img_i2 {
    float: right;
    margin-top: 100px;
}
.about-img_i3 {
    margin-bottom: 40px;
}
.about-img_i4 {
    float: right;
    margin-bottom: 40px;
}
.about-img_i6 {
    float: right;
    margin: 40px 0;
}
.about-img_i7 {
    margin-top: 40px;
}
.about-btn {
    position: relative;
    z-index: 1;
    display: table;
    padding: 10px 40px;
    -webkit-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    transform: skew(-20deg);
    background: 0 0;
    border: 3px solid;
    -o-border-image: -o-linear-gradient(left, #ff2d2d 0, #0085fa 100%);
    border-image: -webkit-gradient(linear, left top, right top, from(#ff2d2d), to(#0085fa));
    border-image: linear-gradient(90deg, #ff2d2d 0, #0085fa 100%);
    border-image-slice: 1;
    font-family: MMCOFFICE-Medium, sans-serif;
    font-size: 14px;
    color: #fff;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    margin: 40px auto 0;
}
.about-btn:hover {
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    color: #fff;
    background-color: #000;
}
.about-btn span {
    text-align: center;
    display: block;
    -webkit-transform: skew(20deg);
    -ms-transform: skew(20deg);
    transform: skew(20deg);
}
.banks {
    position: relative;
    padding: 50px 0;
    background: -o-linear-gradient(180.32deg, #fff 1.71%, rgba(255, 255, 255, 0.9) 47.12%, rgba(255, 255, 255, 0) 99.67%), #ebebeb;
    background: linear-gradient(269.68deg, #fff 1.71%, rgba(255, 255, 255, 0.9) 47.12%, rgba(255, 255, 255, 0) 99.67%), #ebebeb;
}
.banks-ttl {
    position: relative;
    display: table;
    font-family: MMCOFFICE-Medium, sans-serif;
    font-size: 35px;
    color: #000;
    padding: 40px 40px 20px 65px;
    margin-bottom: 40px;
}
.banks-ttl__note {
    display: table;
    font-size: 18px;
    color: #fb0000;
    letter-spacing: 3px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    top: 80px;
    left: 0;
}
.banks-ttl:before {
    content: "";
    width: 107px;
    height: 34px;
    background-image: url(../img/banks-ttl_before.svg);
    position: absolute;
    top: 0;
    left: 0;
}
.banks-ttl:after {
    content: "";
    width: 102px;
    height: 61px;
    background-image: url(../img/banks-ttl_after.svg);
    position: absolute;
    bottom: 0;
    right: 0;
}
.banks-value {
    display: table;
    margin: 0 auto;
}
.banks-value__btn {
    display: block;
    width: 100%;
    max-width: 220px;
    background-color: #2f2f2f;
    padding: 12px 60px;
    margin-bottom: 20px;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.banks-value__btn:last-child {
    margin-bottom: 0;
}
.banks-value__btn span {
    position: relative;
    font-family: MMCOFFICE-Medium, sans-serif;
    font-size: 25px;
    color: #edecec;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.banks-value__btn span:before {
    content: "";
    width: 3px;
    height: 25px;
    background-color: #c4c4c4;
    border-radius: 3px;
    position: absolute;
    top: 4px;
    left: -15px;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.banks-value__btn:hover,
.banks-value__btn_active {
    background-color: #c40200;
}
.banks-value__btn:hover span,
.banks-value__btn_active span {
    color: #fff;
}
.banks-value__btn:hover span:before,
.banks-value__btn_active span:before {
    background-color: #fff;
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
}
.banks-block {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.banks-block.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.banks-block__wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 30%;
    flex: 1 0 30%;
    padding: 10px;
    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;
}
.reviews {
    position: relative;
    background-image: url(../img/reviews_bg.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 20px 0;
}
.reviews:before {
    content: "";
    width: 511px;
    height: 330px;
    background-image: url(../img/about-ttl_ico.webp);
    position: absolute;
    top: -75px;
    left: 0;
}
.reviews .container {
    min-height: 600px;
    position: relative;
    padding: 20px;
}
.reviews .container:before {
    content: "";
    width: 100%;
    height: 100%;
    border: 3px solid;
    -o-border-image: -o-linear-gradient(135deg, #ff2d2d 0, #f42509 100%);
    border-image: linear-gradient(315deg, #ff2d2d 0, #f42509 100%);
    border-image-slice: 1;
    position: absolute;
    top: 0;
    left: 0;
}
.reviews-ttl {
    position: relative;
    display: table;
    font-family: MMCOFFICE-Medium, sans-serif;
    font-size: 35px;
    color: #fff;
    padding: 50px 50px 20px 50px;
    margin-bottom: 40px;
}
.reviews-ttl__note {
    display: table;
    font-size: 18px;
    color: #fb0000;
    letter-spacing: 3px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    top: 50px;
    left: 0;
}
.reviews-ttl:before {
    content: "";
    width: 107px;
    height: 34px;
    background-image: url(../img/about-ttl_before.svg);
    position: absolute;
    top: 0;
    left: 0;
}
.reviews-ttl:after {
    content: "";
    width: 102px;
    height: 61px;
    background-image: url(../img/about-ttl_after.svg);
    position: absolute;
    bottom: 0;
    right: 0;
}
.reviews-slider {
    padding: 0 100px 70px;
}
.reviews-slider .slick-slide {
    outline: 0;
}
.reviews-slider .slick-arrow {
    font-size: 0;
    width: 50px;
    height: 50px;
    background-color: #000;
    position: absolute;
    bottom: 0;
    z-index: 2;
}
.reviews-slider .slick-arrow:before {
    content: "";
    width: 13px;
    height: 19px;
    background-image: url(../img/slide-arrow.svg);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0.4;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.reviews-slider .slick-arrow.slick-prev {
    left: 50%;
    -webkit-transform: translate(-70px, 0);
    -ms-transform: translate(-70px, 0);
    transform: translate(-70px, 0);
}
.reviews-slider .slick-arrow.slick-prev:before {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    -ms-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
}
.reviews-slider .slick-arrow.slick-next {
    right: 50%;
    -webkit-transform: translate(70px, 0);
    -ms-transform: translate(70px, 0);
    transform: translate(70px, 0);
}
.reviews-slider .slick-arrow:hover:before {
    opacity: 1;
}
.reviews-slider .slick-dots {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.reviews-slider .slick-dots li {
    margin-bottom: 20px;
}
.reviews-slider .slick-dots li button {
    font-family: MMCOFFICE-Bold, sans-serif;
    font-size: 22px;
    color: #c2c2c2;
}
.reviews-slider .slick-dots li:last-child {
    margin-bottom: 0;
}
.reviews-slider .slick-dots li.slick-active {
    position: relative;
    color: #fff;
    padding-bottom: 70px;
}
.reviews-slider .slick-dots li.slick-active:before {
    content: "";
    width: 2px;
    height: 60px;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff2d2d), to(#0085fa));
    background: -o-linear-gradient(top, #ff2d2d 0, #0085fa 100%);
    background: linear-gradient(180deg, #ff2d2d 0, #0085fa 100%);
    position: absolute;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.reviews-slider .slick-dots li.slick-active:last-child {
    padding-bottom: 0;
    padding-top: 70px;
}
.reviews-slider .slick-dots li.slick-active:last-child:before {
    bottom: inherit;
    top: 30px;
}
.review {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 40px 0 0 40px;
}
.review:before {
    content: "";
    width: 85%;
    height: 85%;
    border: 3px solid #efefef;
    position: absolute;
    top: 0;
    left: 0;
}
.review-video {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    outline: 0;
}
.review-video iframe {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    max-height: 300px;
    outline: 0;
    background-color: rgba(0, 0, 0, 0.75);
}
.review-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    padding: 35px 90px 35px 70px;
    background: rgba(0, 0, 0, 0.27);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    position: relative;
    margin-top: 40px;
}
.review-item:before {
    content: "";
    width: 67px;
    height: 66px;
    background-image: url(../img/left-quote.svg);
    position: absolute;
    top: -40px;
    left: 20px;
}
.review-item:after {
    content: "";
    width: 67px;
    height: 66px;
    background-image: url(../img/right-quote.svg);
    position: absolute;
    bottom: 5px;
    right: 20px;
}
.review-item__txt{
    color: #fbfbfb;
    height: 260px;
    overflow-y: scroll;
    padding-right: 15px;
}
.review-item__txt::-webkit-scrollbar {
    width: 5px;
}
.review-item__txt::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.review-item__txt::-webkit-scrollbar-thumb {
    background: #888;
}
.review-item__txt::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.foot {
    padding: 30px 0;
    background-color: #000;
}
.foot-ttl {
    position: relative;
    display: table;
    font-family: MMCOFFICE-Medium, sans-serif;
    font-size: 35px;
    color: #fff;
    padding: 40px 65px 40px 40px;
    margin-bottom: 40px;
}
.foot-ttl:before {
    content: "";
    width: 107px;
    height: 34px;
    background-image: url(../img/about-ttl_before.svg);
    position: absolute;
    top: 0;
    left: 0;
}
.foot-ttl:after {
    content: "";
    width: 102px;
    height: 61px;
    background-image: url(../img/about-ttl_after.svg);
    position: absolute;
    bottom: 0;
    right: 0;
}
.foot-subttl {
    font-size: 25px;
    color: #f0f0f0;
    margin-left: 120px;
    margin-bottom: 30px;
}
.foot-subttl strong {
    display: block;
    font-weight: 400;
    font-family: MMCOFFICE-Bold, sans-serif;
    color: #ed0022;
}
.foot-subttl span {
    color: #ed0022;
}
.foot-addr {
    position: relative;
    display: block;
    margin-left: 120px;
    font-family: MMCOFFICE-Medium, sans-serif;
    font-size: 20px;
    color: #e7e7e7;
    padding-left: 40px;
    margin-bottom: 30px;
}
.foot-addr:before {
    content: "";
    width: 29px;
    height: 42px;
    background-image: url(../img/addr.svg);
    position: absolute;
    top: 3px;
    left: 0;
}
.foot-eml {
    float: right;
    position: relative;
    padding-bottom: 2px;
    font-family: MMCOFFICE-Bold, sans-serif;
    font-size: 18px;
    color: #a5a5a5;
}
.foot-eml:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #474747;
    position: absolute;
    bottom: 0;
    left: 0;
}
.foot-eml:hover {
    color: #a5a5a5;
}
.foot-item__ttl {
    font-family: MMCOFFICE-Bold, sans-serif;
    font-size: 18px;
    color: #e7e7e7;
    margin-bottom: 20px;
}
.foot-item__link {
    display: block;
    font-size: 18px;
    color: #e7e7e7;
    margin-bottom: 5px;
}
.foot-item__link:last-child {
    margin-bottom: 0;
}
.foot-item__link:hover {
    color: #e7e7e7;
}
.foot-soc {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: MMCOFFICE-Medium, sans-serif;
    font-size: 18px;
    color: #a5a5a5;
    margin-bottom: 10px;
    padding-bottom: 2px;
}
.foot-soc:last-child {
    margin-bottom: 0;
}
.foot-soc:hover {
    color: #ed0022;
}
.foot-soc:hover p:before {
    opacity: 1;
}
.foot-soc:hover span {
    background-color: #ed0022;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.foot-soc p {
    position: relative;
    margin-left: 10px;
}
.foot-soc p:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #ed0022;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.foot-soc span {
    display: block;
    width: 24px;
    height: 24px;
    background-color: #e4e4e4;
    border-radius: 50%;
}
.foot-soc span.facebook {
    background-image: url(../img/facebook.svg);
    background-size: 14px 14px;
    background-position: center center;
    background-repeat: no-repeat;
}
.foot-soc span.youtube {
    background-image: url(../img/youtube.svg);
    background-size: 15px 15px;
    background-position: center center;
    background-repeat: no-repeat;
}
.foot-soc span.instagram {
    background-image: url(../img/instagram.svg);
    background-size: 15px 15px;
    background-position: center center;
    background-repeat: no-repeat;
}
.foot-map {
    margin-top: 20px;
}
.foot-map iframe {
    width: 100%;
    height: 300px;
}
.last {
    padding: 40px 0;
}
.last-list__li {
    margin-bottom: 10px;
}
.last-list__li:last-child {
    margin-bottom: 0;
}
.last-list__li a {
    color: #f1f3f5;
}
.last-list__li a:hover {
    color: #fff;
}
.last-list__li.active {
    font-family: MMCOFFICE-Medium, sans-serif;
}
.dev-txt {
    text-align: center;
    font-size: 12px;
    color: #c4c4c4;
}
.dev:hover .dev-txt {
    color: #c4c4c4;
}
.dev-logo {
    margin: 10px auto 0;
}
.thn {
    padding: 30px;
}
.thn h3 {
    font-family: MMCOFFICE-Bold, sans-serif;
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
}
.thn p {
    text-align: center;
}
@-webkit-keyframes circle {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes circle {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes mouse {
    0% {
        -webkit-transform: translate3d(0, -25%, 0);
        transform: translate3d(0, -25%, 0);
    }
    50% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(0, -25%, 0);
        transform: translate3d(0, -25%, 0);
    }
}
@keyframes mouse {
    0% {
        -webkit-transform: translate3d(0, -25%, 0);
        transform: translate3d(0, -25%, 0);
    }
    50% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(0, -25%, 0);
        transform: translate3d(0, -25%, 0);
    }
}
@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.no-webp .model-menu-item:hover {
    background-image: url(../img/model-menu_bg.png);
}
.no-webp .head-btn:before {
    background-image: url(../img/head-btn_ico_1.png);
}
.no-webp .head-btn:after {
    background-image: url(../img/head-btn_ico_2.png);
}
.no-webp .programs-item_i2:before {
    background-image: url(../img/program_ico.png);
}
.no-webp .programs-item_i4 {
    background-image: url(../img/program4.png);
}
.no-webp .programs-item__btn:before {
    background-image: url(../img/program-btn_ico_1.png);
}
.no-webp .programs-item__btn:after {
    background-image: url(../img/program-btn_ico_2.png);
}
.no-webp .benefits-item {
    background-image: url(../img/benefits-item.png);
}
.no-webp .sale-item__wrap:last-child:before {
    background-image: url(../img/sale_ico.png);
}
.no-webp .sale-item_second:before {
    background-image: url(../img/sale2.jpg);
}
.no-webp .calculator:before {
    background-image: url(../img/calc_bg.jpg);
}
.no-webp .credit:before,
.no-webp .old:before {
    background-image: url(../img/old_pattern.png);
}
.no-webp .form-btn:before {
    background-image: url(../img/program-btn_ico_1.png);
}
.no-webp .form-btn:after {
    background-image: url(../img/program-btn_ico_2.png);
}
.no-webp .fixed:before {
    background-image: url(../img/fixed_bg.jpg);
}
.no-webp .reviews {
    background-image: url(../img/reviews_bg.jpg);
}
.no-webp .reviews:before {
    background-image: url(../img/about-ttl_ico.png);
}
.page-head {
    position: relative;
    min-height: 100vh;
    padding-bottom: 50px;
}
.page-head:before {
    content: "";
    width: 100%;
    height: 100%;
    background: -o-linear-gradient(275.04deg, rgba(0, 0, 0, 0.76) 9.74%, rgba(0, 0, 0, 0.51) 45.79%, rgba(0, 0, 0, 0) 90.1%);
    background: linear-gradient(174.96deg, rgba(0, 0, 0, 0.76) 9.74%, rgba(0, 0, 0, 0.51) 45.79%, rgba(0, 0, 0, 0) 90.1%);
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    position: absolute;
    top: 0;
    left: 0;
}
.page-head__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    z-index: -1;
}
.page-head .row {
    min-height: 100vh;
}
.page-head_v2 .page-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    float: none;
}
.page-head_v2 .page-btn__link {
    width: 100%;
    margin-left: auto;
}
.page-head_v2 .page-btn__link + .page-btn__link {
    margin-top: 0;
    margin-left: 50px;
}
.page-head_v2:before {
    content: "";
    width: 100%;
    height: 100%;
    background: -o-linear-gradient(355deg, #000 0, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.07) 65%);
    background: linear-gradient(95deg, #000 0, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.07) 65%);
    position: absolute;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: 0;
    left: 0;
}
.page-head_v2:after {
    content: "";
    width: 100%;
    height: 35%;
    background: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(65%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.07)));
    background: -o-linear-gradient(bottom, #000 0, rgba(0, 0, 0, 0.5) 65%, rgba(0, 0, 0, 0.07) 100%);
    background: linear-gradient(0deg, #000 0, rgba(0, 0, 0, 0.5) 65%, rgba(0, 0, 0, 0.07) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
}
.page-ttl {
    font-family: MMCOFFICE-Medium, sans-serif;
    font-size: 38px;
    color: #fff;
}
.page-ttl span {
    color: #ff0327;
    text-transform: uppercase;
}
.page-subttl {
    font-family: MMCOFFICE-Bold, sans-serif;
    font-size: 50px;
    line-height: 1;
    color: rgba(255, 255, 255, 0.3);
    letter-spacing: 2px;
    margin-bottom: 40px;
}
.page-subttl_big {
    font-family: MMCOFFICE-Medium, sans-serif;
    font-size: 100px;
}
.page-txt {
    font-family: MMCOFFICE-Medium, sans-serif;
    font-size: 20px;
    color: #fff;
    margin-top: 30px;
}
.page-btn {
    float: right;
}
.page-btn__link {
    max-width: 390px;
    min-height: 80px;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 50px;
    -webkit-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    transform: skew(-20deg);
    background: 0 0;
    border: 3px solid #ec0000;
    font-family: MMCOFFICE-Medium, sans-serif;
    font-size: 18px;
    color: #fff;
    -webkit-box-shadow: 0 4px 15px rgba(255, 0, 0, 0.97);
    box-shadow: 0 4px 15px rgba(255, 0, 0, 0.97);
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.page-btn__link:hover {
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    color: #fff;
    background-color: #000;
}
.page-btn__link:after,
.page-btn__link:before {
    content: "";
    width: 60px;
    height: 59px;
    -webkit-transform: skew(20deg);
    -ms-transform: skew(20deg);
    transform: skew(20deg);
}
.page-btn__link:before {
    background-image: url(../img/head-btn_ico_1.webp);
    position: absolute;
    bottom: -20px;
    left: -20px;
}
.page-btn__link:after {
    background-image: url(../img/head-btn_ico_2.webp);
    position: absolute;
    top: -20px;
    right: -20px;
}
.page-btn__link span {
    display: block;
    width: 100%;
    -webkit-transform: skew(20deg);
    -ms-transform: skew(20deg);
    transform: skew(20deg);
    text-align: center;
}
.page-btn__link + .page-btn__link {
    margin-top: 50px;
    border: 3px solid;
    -o-border-image: -o-linear-gradient(left, #ff2eff 0, #0086fa 100%);
    border-image: -webkit-gradient(linear, left top, right top, from(#ff2eff), to(#0086fa));
    border-image: linear-gradient(90deg, #ff2eff 0, #0086fa 100%);
    border-image-slice: 3;
}
.no-webp .page-bth__link:before {
    background-image: url(../img/head-btn_ico_1.png);
}
.no-webp .page-bth__link:after {
    background-image: url(../img/head-btn_ico_2.png);
}
.advantages {
    padding: 50px 0;
    background-color: #000;
}
.advantages .container {
    padding: 50px 30px 10px;
    border: 3px solid;
    -o-border-image: -o-linear-gradient(320deg, #ff2eff 0, #0086fa 100%);
    border-image: linear-gradient(130deg, #ff2eff 0, #0086fa 100%);
    border-image-slice: 1;
}
.advantages-ttl {
    position: relative;
    padding-left: 20px;
    margin-bottom: 70px;
}
.advantages-ttl__note {
    display: table;
    font-size: 18px;
    color: #fb0000;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    top: 50px;
    left: -50px;
}
.advantages-ttl__ttl {
    max-width: 260px;
    font-family: MMCOFFICE-Medium, sans-serif;
    font-size: 35px;
    color: #fff;
}
.advantages-ttl__ttl span {
    font-family: MMCOFFICE-Bold, sans-serif;
    color: #ed0022;
}
.advantages-item {
    position: relative;
    max-width: 360px;
    padding-left: 95px;
    background-image: url(../img/benefits-item.webp);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 40px;
}
.advantages-item__img {
    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;
    width: 100px;
    height: 100px;
    background-color: #282828;
    border-radius: 50%;
    position: absolute;
    top: -20px;
    left: 0;
}
.advantages-item__img img {
    max-width: 58px;
}
.advantages-item__ttl {
    position: relative;
    font-family: MMCOFFICE-Bold, sans-serif;
    font-size: 25px;
    color: #fff;
    margin-bottom: 20px;
}
.advantages-item__txt {
    position: relative;
    font-size: 17px;
    color: #dbdbdb;
}
.no-webp .advantages-item {
    background-image: url(../img/benefits-item.png);
}
.large-img {
    position: relative;
}
.large-img:before {
    content: "";
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(50%, rgba(0, 0, 0, 0.510417)), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(top, #000 0, rgba(0, 0, 0, 0.510417) 50%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(180deg, #000 0, rgba(0, 0, 0, 0.510417) 50%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
}
.large-img .col-sm-6 {
    padding: 0;
}
.large-img__wrap {
    position: relative;
    padding-top: 56.25%;
    z-index: -1;
}
.large-img__wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.large-img__note {
    position: absolute;
    font-family: MMCOFFICE-Bold, sans-serif;
    font-size: 200px;
    text-align: center;
    color: rgba(68, 65, 65, 0.42);
    top: 50px;
    left: 50px;
}
.large-img__note:before {
    content: "";
    width: 300px;
    height: 300px;
    background: -o-radial-gradient(50% 50%, 50% 50%, rgba(237, 0, 34, 0.5) 0, rgba(255, 0, 0, 0) 100%);
    background: radial-gradient(50% 50% at 50% 50%, rgba(237, 0, 34, 0.5) 0, rgba(255, 0, 0, 0) 100%);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.large-img__note_last {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.large-img__note_last:before {
    display: none;
}
.info {
    padding-top: 50px;
    padding-bottom: 84px;
    background-image: url(../img/pages/info_bg.webp);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}
.info-ttl {
    font-family: MMCOFFICE-Bold, sans-serif;
    font-size: 60px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 40px;
}
.info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
}
.info-item__ico {
    max-width: 50px;
    margin-right: 30px;
}
.info-item__txt {
    font-family: MMCOFFICE-Medium, sans-serif;
    font-size: 18px;
    color: #f2f2f2;
}
.info-list {
    margin-bottom: 40px;
}
.info-list__item {
    position: relative;
    font-family: MMCOFFICE-Medium, sans-serif;
    font-size: 18px;
    margin-bottom: 5px;
    padding-left: 15px;
    color: #f2f2f2;
}
.info-list__item:last-child {
    margin-bottom: 0;
}
.info-list__item:before {
    content: "-";
    position: absolute;
    top: 0;
    left: 0;
}
.info-btn__link {
    max-width: 320px;
    min-height: 80px;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 50px;
    -webkit-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    transform: skew(-20deg);
    background: 0 0;
    border: 3px solid #ec0000;
    font-family: MMCOFFICE-Medium, sans-serif;
    font-size: 18px;
    color: #fff;
    -webkit-box-shadow: 0 4px 15px rgba(255, 0, 0, 0.97);
    box-shadow: 0 4px 15px rgba(255, 0, 0, 0.97);
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.info-btn__link:hover {
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    color: #fff;
    background-color: #000;
}
.info-btn__link:after,
.info-btn__link:before {
    content: "";
    width: 60px;
    height: 59px;
    -webkit-transform: skew(20deg);
    -ms-transform: skew(20deg);
    transform: skew(20deg);
}
.info-btn__link:before {
    background-image: url(../img/head-btn_ico_1.webp);
    position: absolute;
    bottom: -20px;
    left: -20px;
}
.info-btn__link:after {
    background-image: url(../img/head-btn_ico_2.webp);
    position: absolute;
    top: -20px;
    right: -20px;
}
.info-btn__link span {
    display: block;
    width: 100%;
    -webkit-transform: skew(20deg);
    -ms-transform: skew(20deg);
    transform: skew(20deg);
    text-align: center;
}
.info-btn__link + .info-btn__link {
    margin-top: 50px;
    border: 3px solid;
    -o-border-image: -o-linear-gradient(left, #ff2eff 0, #0086fa 100%);
    border-image: -webkit-gradient(linear, left top, right top, from(#ff2eff), to(#0086fa));
    border-image: linear-gradient(90deg, #ff2eff 0, #0086fa 100%);
    border-image-slice: 3;
}
.info-img {
    margin-bottom: 40px;
}
.info-video {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-bottom: 40px;
}
.info-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.info-slider {
    position: relative;
    margin-top: 70px;
    margin-bottom: 20px;
}
.info-slider:before {
    content: "";
    width: 100%;
    height: 100%;
    border: 3px solid;
    -o-border-image: -o-linear-gradient(320deg, #ff2e86 0, #0086fa 100%);
    border-image: linear-gradient(130deg, #ff2e86 0, #0086fa 100%);
    border-image-slice: 1;
    position: absolute;
    top: -20px;
    left: 20px;
    z-index: 2;
}
.info-slider .slick-slide {
    outline: 0;
}
.info-slider .slick-arrow {
    font-size: 0;
    width: 50px;
    height: 50px;
    background-color: #000;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(10px, -50%) skew(-20deg);
    -ms-transform: translate(10px, -50%) skew(-20deg);
    transform: translate(10px, -50%) skew(-20deg);
    bottom: 0;
    z-index: 2;
}
.info-slider .slick-arrow:before {
    content: "";
    width: 13px;
    height: 19px;
    background-image: url(../img/slide-arrow.svg);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) skew(20deg);
    -ms-transform: translate(-50%, -50%) skew(20deg);
    transform: translate(-50%, -50%) skew(20deg);
    opacity: 0.4;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.info-slider .slick-arrow.slick-prev {
    left: 0;
}
.info-slider .slick-arrow.slick-prev:before {
    -webkit-transform: translate(-50%, -50%) rotate(180deg) skew(20deg);
    -ms-transform: translate(-50%, -50%) rotate(180deg) skew(20deg);
    transform: translate(-50%, -50%) rotate(180deg) skew(20deg);
}
.info-slider .slick-arrow.slick-next {
    right: 0;
    -webkit-transform: translate(-10px, -50%) skew(-20deg);
    -ms-transform: translate(-10px, -50%) skew(-20deg);
    transform: translate(-10px, -50%) skew(-20deg);
}
.info-slider .slick-arrow:hover:before {
    opacity: 1;
}
.info-slider-nav .slick-slide {
    cursor: pointer;
    outline: 0;
    margin: 0 10px;
}
.info-slider__slide {
    width: 100%;
    max-height: 500px;
    -o-object-fit: cover;
    object-fit: cover;
}
.no-webp .info-bth__link:before {
    background-image: url(../img/head-btn_ico_1.png);
}
.no-webp .info-bth__link:after {
    background-image: url(../img/head-btn_ico_2.png);
}
.personal {
    position: relative;
    padding: 75px 0;
    background-color: #c40200;
}
.personal-img {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.personal .container {
    padding: 30px;
    border: 2px solid #000;
}
.personal-ttl {
    position: relative;
    font-family: MMCOFFICE-Bold, sans-serif;
    font-size: 40px;
    color: #fff;
    max-width: 380px;
    margin-left: 70px;
}
.personal-ttl:before {
    content: "";
    width: 200px;
    height: 280px;
    background-color: #000;
    position: absolute;
    top: -107px;
    left: -70px;
}
.personal-ttl span {
    position: relative;
}
.personal-txt {
    font-size: 20px;
    color: #ededed;
}
.personal-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 50px;
}
.personal-form .rline {
    position: relative;
    display: table;
    width: 100%;
    max-width: 300px;
    margin-right: 50px;
}
.personal-form .rfield_error {
    position: absolute;
    bottom: 4px;
    right: 4px;
    color: red;
    font-size: 12px;
    visibility: hidden;
}
.personal-form__input {
    width: 100%;
    font-size: 20px;
    color: #2c2c2c;
    padding: 16px 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    text-align: center;
}
.personal-form__btn {
    width: 100%;
    max-width: 300px;
    position: relative;
    z-index: 1;
    display: table;
    padding: 20px 50px;
    background: 0 0;
    border: 3px solid #fff;
    font-family: MMCOFFICE-Bold, sans-serif;
    font-size: 20px;
    color: #fff;
    -webkit-box-shadow: 0 4px 15px rgba(255, 0, 0, 0.97);
    box-shadow: 0 4px 15px rgba(255, 0, 0, 0.97);
    border-radius: 5px;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.personal-form__btn:hover {
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    color: #fff;
    background-color: #151414;
}
.personal-form__btn:after,
.personal-form__btn:before {
    content: "";
}
.personal-form__btn:before {
    width: 72px;
    height: 83px;
    background-image: url(../img/program-btn_ico_1.webp);
    position: absolute;
    bottom: -14px;
    left: -17px;
}
.personal-form__btn:after {
    width: 63px;
    height: 74px;
    background-image: url(../img/program-btn_ico_2.webp);
    position: absolute;
    top: -13px;
    right: -16px;
}
.no-webp .personal-form__btn:before {
    background-image: url(../img/head-btn_ico_1.png);
}
.no-webp .personal-form__btn:after {
    background-image: url(../img/head-btn_ico_2.png);
}
.special-head {
    position: relative;
    min-height: 100vh;
    padding-bottom: 50px;
    background-color: #000;
    overflow: hidden;
}
.special-head:before {
    content: "";
    width: 100%;
    height: 60%;
    background-image: url(../img/pages/special/head_pattern1.webp);
    background-size: contain;
    background-position: top left;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}
.special-head:after {
    content: "";
    width: 100%;
    height: 50%;
    background-image: url(../img/pages/special/head_pattern2.webp);
    background-size: contain;
    background-position: top left;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
}
.special-head .row {
    position: relative;
}
.special-head .row:before {
    content: "";
    width: 500px;
    height: 380px;
    background-image: url(../img/pages/special/head_after.webp);
    position: absolute;
    bottom: -50px;
    left: 250px;
}
.special-head__ttl {
    position: relative;
    z-index: 1;
    font-family: MMCOFFICE-Bold, sans-serif;
    font-size: 40px;
    color: red;
    margin-bottom: 40px;
}
.special-head__txt {
    position: relative;
    z-index: 1;
    font-family: MMCOFFICE-Medium, sans-serif;
    font-size: 20px;
    color: #fff;
    margin-bottom: 40px;
}
.special-head__img {
    max-width: 60%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}
.special-head__btn {
    position: relative;
    z-index: 1;
    max-width: 390px;
    min-height: 80px;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 50px;
    -webkit-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    transform: skew(-20deg);
    background: 0 0;
    border: 3px solid;
    -o-border-image: -o-linear-gradient(left, #ff2eff 0, #0086fa 100%);
    border-image: -webkit-gradient(linear, left top, right top, from(#ff2eff), to(#0086fa));
    border-image: linear-gradient(90deg, #ff2eff 0, #0086fa 100%);
    border-image-slice: 1;
    font-family: MMCOFFICE-Medium, sans-serif;
    font-size: 18px;
    color: #fff;
    -webkit-box-shadow: 0 4px 15px rgba(255, 0, 0, 0.97);
    box-shadow: 0 4px 15px rgba(255, 0, 0, 0.97);
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.special-head__btn:hover {
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    color: #fff;
    background-color: #000;
}
.special-head__btn:after,
.special-head__btn:before {
    content: "";
    width: 60px;
    height: 59px;
    -webkit-transform: skew(20deg);
    -ms-transform: skew(20deg);
    transform: skew(20deg);
}
.special-head__btn:before {
    background-image: url(../img/head-btn_ico_1.webp);
    position: absolute;
    bottom: -20px;
    left: -20px;
}
.special-head__btn:after {
    background-image: url(../img/head-btn_ico_2.webp);
    position: absolute;
    top: -20px;
    right: -20px;
}
.special-head__btn span {
    display: block;
    width: 100%;
    -webkit-transform: skew(20deg);
    -ms-transform: skew(20deg);
    transform: skew(20deg);
    text-align: center;
}
.no-webp .special-head:before {
    content: "";
    background-image: url(../img/pages/special/head_pattern1.png);
}
.no-webp .special-head:after {
    content: "";
    background-image: url(../img/pages/special/head_pattern2.png);
}
.no-webp .special-head .row:before {
    background-image: url(../img/pages/special/head_after.png);
}
.no-webp .special-head__btn:before {
    background-image: url(../img/head-btn_ico_1.png);
}
.no-webp .special-head__btn:after {
    background-image: url(../img/head-btn_ico_2.png);
}
.specials {
    padding-top: 30px;
    padding-bottom: 10px;
    position: relative;
}
.special-item {
    padding: 30px;
    margin-bottom: 20px;
}
.special-item_white {
    background-color: #e7e7e7;
}
.special-item_black {
    background-color: #000;
}
.special-item_black .special-item__txt {
    color: #fff;
}
.special-item_black .special-item__btn:before {
    background: #fff;
}
.special-item__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}
.special-item__ttl {
    max-width: 40%;
    padding-right: 10px;
    font-family: MMCOFFICE-Bold, sans-serif;
    font-size: 30px;
    color: red;
}
.special-item__img {
    max-width: 60%;
}
.special-item__img_w100 {
    max-width: 100%;
}
.special-item__txt {
    font-size: 18px;
    margin-bottom: 20px;
}
.special-item__btn {
    position: relative;
    z-index: 1;
    display: table;
    padding: 15px 60px;
    -webkit-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    transform: skew(-20deg);
    background: 0 0;
    font-family: MMCOFFICE-Bold, sans-serif;
    font-size: 20px;
    color: #ff1010;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    margin: 0 auto;
}
.special-item__btn:before {
    content: "";
    width: 100%;
    height: 1px;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 0;
}
.special-item__btn:hover {
    color: #ed0022;
}
.special-item__btn:hover:before {
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    height: 100%;
}
.special-item__btn span {
    display: block;
    -webkit-transform: skew(20deg);
    -ms-transform: skew(20deg);
    transform: skew(20deg);
}
.special-item__block {
    display: block;
    width: 100%;
    max-width: 90%;
    background-color: #ed0022;
    padding: 10px;
    margin: -25px auto 0;
}
.special-item__block span {
    display: block;
    text-align: center;
    font-family: MMCOFFICE-Medium, sans-serif;
    font-size: 24px;
    color: #fff;
}
.modal {
    position: relative;
    width: 100%;
    height: 100vh;
    background-color: transparent;
    padding: 0;
    margin: 0;
}
.modal-close {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.modal-wrap {
    position: relative;
    width: 100%;
    height: 100vh;
    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;
    background-image: url(../img/modal_bg.webp);
    background-position: center center;
    background-repeat: no-repeat;
}
.modal-form {
    position: relative;
    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;
    width: 590px;
    height: 590px;
    background-color: #000;
    -webkit-box-shadow: 0 4px 20px rgba(255, 255, 255, 0.79);
    box-shadow: 0 4px 20px rgba(255, 255, 255, 0.79);
    border-radius: 50%;
}
.modal-form:before {
    content: "";
    width: 404px;
    height: 580px;
    background-image: url(../img/modal_pattern1.webp);
    position: absolute;
    top: -150px;
    left: -65px;
}
.modal-form:after {
    content: "";
    width: 438px;
    height: 200px;
    background-image: url(../img/modal_pattern2.webp);
    position: absolute;
    top: 215px;
    left: 210px;
}
.modal-form__wrap {
    padding: 90px;
}
.modal-form__ttl {
    font-size: 24px;
    color: #fff;
    margin-bottom: 30px;
}
.modal-form__ttl span {
    font-family: MMCOFFICE-Bold, sans-serif;
    color: red;
}
.modal-form .rline {
    position: relative;
    z-index: 1;
    display: table;
    width: 100%;
    max-width: 300px;
    margin: 0 auto 20px;
}
.modal-form .rfield_error {
    position: absolute;
    bottom: 4px;
    right: 4px;
    color: red;
    font-size: 12px;
    visibility: hidden;
}
.modal-form__input {
    width: 100%;
    font-size: 20px;
    color: #2c2c2c;
    padding: 16px 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    text-align: center;
}
.modal-form__btn {
    width: 100%;
    max-width: 300px;
    position: relative;
    z-index: 1;
    display: table;
    padding: 20px 50px;
    background: 0 0;
    border: 3px solid #fff;
    font-family: MMCOFFICE-Bold, sans-serif;
    font-size: 20px;
    color: #fff;
    border-radius: 5px;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    margin: 0 auto;
}
.modal-form__btn:hover {
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    color: #fff;
    background-color: #151414;
}
.modal-form__btn:after,
.modal-form__btn:before {
    content: "";
}
.modal-form__btn:before {
    width: 72px;
    height: 83px;
    background-image: url(../img/program-btn_ico_1.webp);
    position: absolute;
    bottom: -14px;
    left: -17px;
}
.modal-form__btn:after {
    width: 63px;
    height: 74px;
    background-image: url(../img/program-btn_ico_2.webp);
    position: absolute;
    top: -13px;
    right: -16px;
}
.modal .fancybox-close-small {
    background-color: #fff;
    border-radius: 50%;
}
.modal .fancybox-close-small:after {
    width: 44px;
    height: 44px;
    top: 0;
    left: 0;
    font-family: MMCOFFICE-Regular, sans-serif;
    font-size: 44px;
    line-height: 40px;
}
.video {
    position: relative;
    margin: 15px;
    width: 100%;
    max-height: 350px;
    background-color: #0ff;
    display: inline-block;
}
.btn-reset {
    border: none;
    background: 0 0;
    cursor: pointer;
}
.video-play {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.video-play-shape {
    fill: #212121;
    fill-opacity: 0.8;
}
.video-play-icon {
    fill: #fff;
}
.video-play:focus {
    outline: 0;
}
.video:focus .video-play-shape,
.video:hover .video-play-shape {
    fill: red;
    fill-opacity: 1;
}
.sale-item__btn {
    margin-left: 0;
}
@media (max-width: 1439.98px) {
    .nav-list__li {
        font-size: 14px;
    }
    .nav-phone {
        font-size: 16px;
    }
    .nav-lang__item {
        width: 30px;
        height: 30px;
        line-height: 24px;
        font-size: 12px;
    }
    .benefits-ttl {
        padding: 80px 40px 80px 40px;
    }
    .benefits-ttl__note {
        left: -30px;
    }
    .programs-item_i4 {
        background-position: right bottom 30px;
    }
    .programs-item__ttl {
        font-size: 25px;
    }
    .programs-item__btn {
        font-size: 14px;
    }
    .form-last .rline {
        max-width: 280px;
        margin-right: 30px;
    }
    .form-btn {
        padding: 20px 30px;
        font-size: 18px;
    }
    .foot-subttl {
        margin-left: 75px;
    }
    .foot-addr {
        margin-left: 75px;
    }
    .personal-img {
        max-width: 480px;
    }
    .advantages-ttl__ttl {
        font-size: 32px;
    }
}
@media (max-width: 1199.98px) {
    .nav-list__li {
        font-size: 12px;
    }
    .nav-phone {
        font-size: 14px;
    }
    .model-menu-item__txt {
        font-size: 16px;
    }
    .head {
        max-height: 600px;
    }
    .benefits-ttl__ttl {
        font-size: 28px;
    }
    .benefits-ttl__note {
        letter-spacing: 0;
        font-size: 16px;
        left: -10px;
        top: 125px;
    }
    .programs-item_i3 {
        margin-top: 20px;
        margin-bottom: 0;
    }
    .programs-item_i2:before {
        display: none;
    }
    .form-last {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .form-last .rline {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
    }
    .form-last .rline + .rline {
        margin-right: 0;
    }
    .form-btn {
        margin-top: 40px;
    }
    .form-inline__input,
    .form-inline__select {
        font-size: 16px;
    }
    .about .container:before {
        display: none;
    }
    .foot-subttl {
        margin-left: 0;
    }
    .foot-addr {
        margin-left: 0;
    }
    .model-btn {
        padding: 15px 30px;
    }
    .model-linkmore {
        font-size: 16px;
        padding: 15px 40px;
    }
    .model-line {
        display: none;
    }
    .credit-value__btn {
        max-width: 150px;
    }
    .page-head_v2:after {
        height: 20%;
    }
    .page-head_v2 .page-btn__link {
        margin: 0 auto;
    }
    .advantages .col-lg-4:nth-child(3) .advantages-item {
        margin-top: 0;
    }
    .advantages .col-lg-4:nth-child(4) .advantages-item {
        margin-top: 0;
    }
    .advantages-item {
        margin-bottom: 50px;
    }
    .advantages .container {
        padding-bottom: 0;
    }
    .special-item__ttl {
        font-size: 24px;
    }
    .special-item__txt {
        font-size: 16px;
    }
}
@media (max-width: 991.98px) {
    .nav-mob {
        height: 0;
        display: none;
        opacity: 0;
        padding-bottom: 0;
        overflow: hidden;
        -webkit-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;
    }
    .nav-mob.active {
        height: 100vh;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        opacity: 1;
        -webkit-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;
    }
    .nav-mob__link {
        float: right;
        width: 30px;
    }
    .nav-list {
        display: block;
        margin-bottom: 40px;
        padding-left: 10px;
    }
    .nav-list__li {
        display: table;
        margin-bottom: 20px;
        font-size: 18px;
    }
    .nav-list__li:last-child {
        margin-bottom: 0;
    }
    .nav-phone {
        display: table;
        margin: 0 auto 40px;
        font-size: 18px;
    }
    .nav-lang {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: 0 auto;
    }
    .nav-lang__item {
        margin: 0;
        margin-right: 20px;
    }
    .nav-lang__item:last-child {
        margin-right: 0;
    }
    .head {
        padding-top: 111px;
        max-height: inherit;
        height: auto;
    }
    .head-container {
        position: static;
    }
    .head-line {
        display: none;
    }
    .head-img {
        position: static;
    }
    .head-mouse {
        display: none;
    }
    .head-slider {
        padding-bottom: 50px;
    }
    .benefits-container {
        padding: 0;
    }
    .benefits-container:before {
        display: none;
    }
    .benefits-ttl {
        margin-bottom: 50px;
    }
    .programs-ttl {
        padding-left: 30px;
    }
    .programs-ttl__note {
        left: -40px;
    }
    .programs-item {
        margin-bottom: 20px;
    }
    .programs-item_i3 {
        margin-top: 0;
        margin-bottom: 0;
    }
    .programs-item__img_mb {
        margin: 0 auto 20px;
    }
    .programs-item_i2:before {
        display: none;
    }
    .sale .col-md-6:first-child .sale-item {
        margin-bottom: 20px;
    }
    .about:before {
        display: none;
    }
    .about .container {
        padding: 0 10px;
    }
    .about .container:after,
    .about .container:before {
        display: none;
    }
    .about-ttl {
        margin-left: 0;
    }
    .about-txt:last-child {
        margin-bottom: 40px;
        margin-left: 40px;
    }
    .about-item_last {
        margin-top: 30px;
        width: 50%;
        float: left;
    }
    .calculator:after,
    .calculator:before {
        width: 100%;
    }
    .calculator:after {
        background: rgba(0, 0, 0, 0.8);
    }
    .credit:before,
    .old:before {
        display: none;
    }
    .credit .container,
    .old .container {
        padding: 15px;
    }
    .form-inline + .form-inline {
        margin-bottom: 20px;
    }
    .form-inline__txt {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
    }
    .banks-ttl {
        margin: 0 auto 40px;
    }
    .banks-value {
        margin: 0 auto 40px;
    }
    .banks-block__wrap {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 50%;
    }
    .review-video {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
    }
    .review-item {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
    }
    .dev {
        display: table;
        margin: 40px auto 0;
    }
    .model-ttl:before {
        width: 100%;
        right: 0;
    }
    .model-img {
        margin-bottom: 40px;
    }
    .model-slider {
        margin-top: 40px;
        padding-right: 0;
        padding-bottom: 60px;
    }
    .model-slider .slick-arrow {
        top: inherit;
        bottom: 0;
    }
    .model-slider .slick-arrow.slick-prev {
        right: 50%;
        -webkit-transform: translate(-50%, 0) skew(-20deg);
        -ms-transform: translate(-50%, 0) skew(-20deg);
        transform: translate(-50%, 0) skew(-20deg);
    }
    .model-slider .slick-arrow.slick-next {
        right: inherit;
        left: 50%;
        -webkit-transform: translate(50%, 0) skew(-20deg);
        -ms-transform: translate(50%, 0) skew(-20deg);
        transform: translate(50%, 0) skew(-20deg);
    }
    .model-linkmore {
        margin: 40px auto 0;
    }
    .page-head {
        min-height: inherit;
        margin-top: 71px;
        padding: 50px 0;
    }
    .page-head .row {
        min-height: inherit;
    }
    .page-head:before {
        background: -o-linear-gradient(275.04deg, rgba(0, 0, 0, 0.76) 0, rgba(0, 0, 0, 0.51) 100%, rgba(0, 0, 0, 0) 90.1%);
        background: linear-gradient(174.96deg, rgba(0, 0, 0, 0.76) 0, rgba(0, 0, 0, 0.51) 100%, rgba(0, 0, 0, 0) 90.1%);
    }
    .page-head:after {
        display: none;
    }
    .page-head_v2 .page-btn__link + .page-btn__link {
        margin: 50px auto 0;
    }
    .page-ttl {
        margin-bottom: 50px;
    }
    .page-txt {
        margin-bottom: 30px;
        margin-top: 0;
    }
    .page-btn {
        float: none;
    }
    .page-btn__link {
        margin: 0 auto;
    }
    .advantages-ttl {
        padding-left: 20px;
    }
    .advantages-ttl__note {
        left: -50px;
    }
    .large-img__note {
        font-size: 100px;
    }
    .large-img__note:before {
        width: 150px;
        height: 150px;
    }
    .info-btn {
        margin-bottom: 40px;
    }
    .info-btn__link {
        margin: 0 auto;
    }
    .info-video {
        margin-bottom: 40px;
    }
    .info-slider {
        margin-top: 0;
    }
    .info-slider:before {
        display: none;
    }
    .personal-ttl {
        margin-left: 0;
    }
    .personal-ttl:before {
        display: none;
    }
    .special-head {
        min-height: inherit;
        margin-top: 71px;
        padding: 50px 0;
    }
    .special-head .row:before {
        display: none;
    }
    .special-head__img {
        max-width: 55%;
    }
    .special-item__img {
        margin: 0 auto;
    }
}
@media (max-width: 767.98px) {
    .head {
        max-height: inherit;
        min-height: calc(100vh - 71px);
    }
    .benefits-item {
        margin: 0 auto 50px;
    }
    .benefits-ttl {
        padding: 40px;
    }
    .benefits-ttl__note {
        top: 85px;
    }
    .benefits .col-sm-6:last-child .benefits-item:last-child {
        margin-bottom: 0;
    }
    .programs-item_i2:before {
        display: none;
    }
    .programs-item_i4 {
        background-image: none;
    }
    .programs-item__txt {
        margin-bottom: 20px;
    }
    .programs-item__wrap {
        width: 100%;
    }
    .programs-item__img {
        margin: 0 auto 20px;
    }
    .sale-item_first .sale-item__wrap {
        width: 100%;
    }
    .sale-item_second:before {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }
    .sale-item_second:after {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: -o-linear-gradient(358.59deg, #000 1.33%, rgba(0, 0, 0, 0.25) 86.03%);
        background: linear-gradient(91.41deg, #000 1.33%, rgba(0, 0, 0, 0.25) 86.03%);
    }
    .sale-item_second .sale-item__txt {
        margin-left: 0;
    }
    .sale-btn {
        font-size: 18px;
    }
    .credit-ttl,
    .old-ttl {
        text-align: center;
        margin: 0 auto 20px;
    }
    .credit-value,
    .old-value {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: 0 auto 20px;
    }
    .form-last .rline {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .form-btn {
        margin-top: 0;
    }
    .credit-form {
        padding-bottom: 50px;
    }
    .reviews-slider {
        padding: 0;
        padding-bottom: 70px;
    }
    .review {
        padding: 0;
    }
    .review:before {
        display: none;
    }
    .review-item {
        padding: 35px;
    }
    .review-item:after {
        display: none;
    }
    .foot-ttl {
        margin: 0 auto 40px;
    }
    .foot-eml {
        float: left;
        margin-bottom: 30px;
    }
    .foot-item__link:last-child {
        margin-bottom: 20px;
    }
    .last-list__li {
        text-align: center;
    }
    .last-list__li:last-child {
        margin-bottom: 10px;
    }
    .modal-form:after {
        display: none;
    }
    .advantages {
        padding-bottom: 0;
    }
    .advantages .container {
        padding: 0;
        padding-left: 15px;
        padding-right: 15px;
        border: none;
    }
    .advantages-item {
        margin: 0 auto 50px;
    }
    .large-img__note_last {
        top: 170px;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
    .info-ttl {
        font-size: 40px;
    }
    .info-item__txt {
        font-size: 16px;
    }
    .info-list__item {
        font-size: 16px;
    }
    .info-btn__link {
        max-width: 260px;
        margin: 0 auto;
        padding: 15px 30px;
        font-size: 14px;
        min-height: 70px;
    }
    .personal {
        overflow: hidden;
        padding: 50px 0;
    }
    .personal .container {
        padding: 0;
        padding-left: 10px;
        padding-right: 10px;
        border: none;
    }
    .personal-ttl {
        margin-bottom: 40px;
    }
    .personal-form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .personal-form .rline {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .special-head {
        padding: 0 0 50px;
    }
    .special-head__img {
        position: static;
        max-width: 100%;
    }
    .special-head__ttl {
        font-size: 32px;
        text-align: center;
    }
    .special-head__txt {
        text-align: center;
    }
    .special-head__btn {
        max-width: 260px;
        margin: 0 auto;
        padding: 15px 30px;
        font-size: 14px;
        min-height: 70px;
    }
}
@media (max-width: 575.98px) {
    .head {
        height: auto;
        min-height: inherit;
    }
    .head-container {
        padding-bottom: 50px;
    }
    .head-ttl {
        text-align: center;
        margin: 30px 0;
    }
    .head-subttl {
        max-width: 100%;
        text-align: center;
        font-size: 20px;
    }
    .head-btn {
        padding: 15px 80px;
        margin: 0 auto 30px;
    }
    .calculator-ttl__ttl {
        font-size: 20px;
        padding-left: 30px;
    }
    .calculator-ttl__note {
        top: 20px;
        left: -30px;
    }
    .form-inline {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .form-inline__txt {
        font-size: 16px;
    }
    .form-inline_gear {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .form-radio {
        margin-right: 10px;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
    }
    .form-radio__txt {
        font-size: 16px;
        padding: 10px 5px;
    }
    .review-item__txt {
        font-size: 14px;
    }
    .reviews:before {
        display: none;
    }
    .reviews-ttl {
        color: #000;
    }
    .reviews .container {
        padding: 0 10px;
    }
    .reviews .container:before {
        display: none;
    }
    .models-ttl {
        font-size: 30px;
        padding: 30px 40px 20px 40px;
    }
    .models-ttl__note {
        top: 64px;
        left: -20px;
    }
    .model-ttl__ttl {
        margin-right: 0;
        text-align: center;
        margin-bottom: 20px;
    }
    .model-items__wrap {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        max-width: 100%;
    }
    .model-btns {
        width: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 0;
    }
    .model-btns:before {
        display: none;
    }
    .model-btn {
        width: 100%;
        max-width: 260px;
        margin: 0 auto 40px;
    }
    .model-btn span {
        text-align: center;
    }
    .model-btn:last-child {
        margin-bottom: 0;
        margin-left: auto;
    }
    .model-slider {
        margin-top: 0;
    }
    .page-ttl {
        font-size: 28px;
    }
    .page-subttl {
        font-size: 28px;
    }
    .page-btn__link {
        max-width: 260px;
        margin: 0 auto;
        padding: 15px 30px;
        font-size: 14px;
        min-height: 70px;
    }
    .large-img__note {
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        font-size: 40px;
    }
    .special-item {
        padding: 20px;
    }
    .special-item__ttl {
        max-width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }
    .special-item__btn {
        font-size: 16px;
    }
    .special-item__block span {
        font-size: 18px;
    }
    .modal-form {
        height: auto;
        border-radius: 0;
    }
    .modal-form__wrap {
        padding: 60px 30px;
    }
}
#menu-item-144{
    &:before{
        content: none !important;
    }
}
