/**
 * ВНИМАНИЕ! Этот файл генерируется автоматически.
 * Не пишите сюда ничего вручную, все такие правки будут потеряны при следующей компиляции.
 * Правки без возможности компиляции ДОЛЬШЕ И ДОРОЖЕ в 2-3 раза.
 * Нужны дополнительные стили? Создайте новый css-файл и подключите его к странице.
 * Читайте ./README.md для понимания.
 */
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*:focus {
    outline: none;
}

@-ms-viewport {
    width: device-width;
}

html,
body {
    height: 100%;
    min-height: 100%;
}

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: rgba(0, 0, 0, 0);
    min-width: 320px;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

body {
    margin: 0;
    font-family: Helvetica, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #737373;
    text-align: left;
    background-color: #fff;
}

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.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-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;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    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: #ff4429;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover {
    color: #ff4429;
    text-decoration: underline;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

pre,
code,
kbd,
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;
}

a svg,
button svg {
    pointer-events: none;
}

svg:not(:root) {
    overflow: hidden;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #999;
    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;
}

a,
input,
button,
[role='button'],
select,
optgroup,
textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input,
select {
    overflow: visible;
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

[role='button'] {
    cursor: pointer;
}

input[type="radio"],
input[type="checkbox"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -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;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

[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;
}

@font-face {
    font-family: Helvetica;
    src: url("../fonts/HelveticaRegular.eot");
    src: url("../fonts/HelveticaRegular.eot#iefix") format('embedded-opentype'), url("../fonts/HelveticaRegular.woff2") format('woff2'), url("../fonts/HelveticaRegular.woff") format('woff'), url("../fonts/HelveticaRegular.ttf") format('truetype'), url("../fonts/HelveticaRegular.svg#HelveticaRegular") format('svg');
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: Helvetica;
    src: url("../fonts/HelveticaLight.eot");
    src: url("../fonts/HelveticaLight.eot#iefix") format('embedded-opentype'), url("../fonts/HelveticaLight.woff2") format('woff2'), url("../fonts/HelveticaLight.woff") format('woff'), url("../fonts/HelveticaLight.ttf") format('truetype'), url("../fonts/HelveticaLight.svg#HelveticaLight") format('svg');
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: "Rouble";
    src: url("../fonts/alsrubl-webfont.eot");
    src: url("../fonts/alsrubl-webfont.eot#iefix") format("embedded-opentype"), url("../fonts/alsrubl-webfont.woff") format("woff"), url("../fonts/alsrubl-webfont.ttf") format("truetype"), url("../fonts/alsrubl-webfont.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "ekouniversal";
    src: url("../fonts/ekouniversal.eot");
    src: url("../fonts/ekouniversal.eot?#iefix") format("embedded-opentype"), url("../fonts/ekouniversal.woff") format("woff"), url("../fonts/ekouniversal.ttf") format("truetype"), url("../fonts/ekouniversal.svg#ekouniversal") format("svg");
    font-weight: normal;
    font-style: normal;
}

[data-icon]:before {
    font-family: "ekouniversal" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="i-"],
[class*=" i-"] {
    line-height: 1;
}

[class^="i-"]:before,
[class*=" i-"]:before {
    font-family: "ekouniversal" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.i-calc:before {
    content: "\61";
}

.i-call:before {
    content: "\62";
}

.i-envelope:before {
    content: "\63";
}

.i-marker:before {
    content: "\64";
}

.i-carret:before {
    content: "\65";
}

.i-close:before {
    content: "\66";
}

.i-angle-left:before {
    content: "\67";
}

.i-angle-right:before {
    content: "\68";
}

.i-slider-left:before {
    content: "\69";
}

.i-slider-right:before {
    content: "\6a";
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h1,
.h1 {
    font-size: 40px;
}

h2,
.h2 {
    font-size: 20px;
}

h3,
.h3 {
    font-size: 18px;
}

h4,
.h4 {
    font-size: 24px;
}

h5,
.h5 {
    font-size: 20px;
}

h6,
.h6 {
    font-size: 16px;
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.1;
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.1;
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.1;
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.1;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
    font-size: 80%;
    font-weight: 400;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline-item {
    display: inline-block;
}

.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d;
}

.blockquote-footer::before {
    content: "\2014 \00A0";
}

h1 {
    font-size: 37px;
    font-weight: 300;
    line-height: 1.3;
    color: #ff4429;
    text-align: center;
    margin-bottom: 65px;
}

@media (max-width: 991.98px) {
    h1 {
        margin-bottom: 58px;
    }
}

h2 {
    font-size: 37px;
    line-height: 1.3;
    color: #0087ff;
    text-align: center;
}

h3 {
    font-size: 32px;
    line-height: 1.5;
    color: #ff4429;
    text-align: center;
}

h4 {
    font-size: 32px;
    line-height: 1.5;
    color: #737373;
    text-align: center;
}

h5 {
    font-size: 24px;
    line-height: 2;
    color: #ff4429;
    text-align: center;
}

h6 {
    font-size: 24px;
    line-height: 2;
    color: #737373;
    text-align: center;
}

p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.25;
    color: #737373;
    text-align: center;
    text-align: left;
    margin-bottom: 8px;
}

img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 767.98px) {
    img {
        float: none !important;
        display: block;
        margin: 0 auto 23px !important;
    }
}

table {
    margin-top: 25px;
    margin-bottom: 55px;
}

@media (max-width: 991.98px) {
    table {
        margin-top: 25px;
        margin-bottom: 40px;
    }
}

thead th {
    padding: 0 25px 12px;
    font-size: 16px;
    font-weight: 400;
    color: #737373;
    vertical-align: top;
    white-space: nowrap;
}

tbody td {
    font-size: 16px;
    font-weight: 200;
    line-height: 1.2;
    padding: 13px 25px 14px;
    vertical-align: top;
    text-align: left;
}

@media (max-width: 991.98px) {
    tbody td {
        padding: 10px 25px 12px;
    }
}

tr {
    border-bottom: 1px solid #e9e9e9;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}

.figure {
    display: inline-block;
}

.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}

.figure-caption {
    font-size: 90%;
    color: #6c757d;
}

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word;
}

a > code {
    color: inherit;
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem;
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    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: 1280px) {
    .container {
        max-width: 1250px;
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.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-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.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-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.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-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.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-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    -ms-box-flex: 1;
    box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.col-1 {
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -ms-flex: 0 0 8.333333333333332%;
    flex: 0 0 8.333333333333332%;
    max-width: 8.333333333333332%;
}

.col-2 {
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -ms-flex: 0 0 16.666666666666664%;
    flex: 0 0 16.666666666666664%;
    max-width: 16.666666666666664%;
}

.col-3 {
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -ms-flex: 0 0 33.33333333333333%;
    flex: 0 0 33.33333333333333%;
    max-width: 33.33333333333333%;
}

.col-5 {
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -ms-flex: 0 0 41.66666666666667%;
    flex: 0 0 41.66666666666667%;
    max-width: 41.66666666666667%;
}

.col-6 {
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -ms-flex: 0 0 58.333333333333336%;
    flex: 0 0 58.333333333333336%;
    max-width: 58.333333333333336%;
}

.col-8 {
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -ms-flex: 0 0 66.66666666666666%;
    flex: 0 0 66.66666666666666%;
    max-width: 66.66666666666666%;
}

.col-9 {
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -ms-flex: 0 0 83.33333333333334%;
    flex: 0 0 83.33333333333334%;
    max-width: 83.33333333333334%;
}

.col-11 {
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -ms-flex: 0 0 91.66666666666666%;
    flex: 0 0 91.66666666666666%;
    max-width: 91.66666666666666%;
}

.col-12 {
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    -webkit-box-ordinal-group: -1;
    -o-box-ordinal-group: -1;
    -ms-flex-order: -1;
    order: -1;
}

.order-last {
    -webkit-box-ordinal-group: 13;
    -o-box-ordinal-group: 13;
    -ms-flex-order: 13;
    order: 13;
}

.order-0 {
    -webkit-box-ordinal-group: 0;
    -o-box-ordinal-group: 0;
    -ms-flex-order: 0;
    order: 0;
}

.order-1 {
    -webkit-box-ordinal-group: 1;
    -o-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -webkit-box-ordinal-group: 2;
    -o-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -webkit-box-ordinal-group: 3;
    -o-box-ordinal-group: 3;
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -webkit-box-ordinal-group: 4;
    -o-box-ordinal-group: 4;
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -webkit-box-ordinal-group: 5;
    -o-box-ordinal-group: 5;
    -ms-flex-order: 5;
    order: 5;
}

.order-6 {
    -webkit-box-ordinal-group: 6;
    -o-box-ordinal-group: 6;
    -ms-flex-order: 6;
    order: 6;
}

.order-7 {
    -webkit-box-ordinal-group: 7;
    -o-box-ordinal-group: 7;
    -ms-flex-order: 7;
    order: 7;
}

.order-8 {
    -webkit-box-ordinal-group: 8;
    -o-box-ordinal-group: 8;
    -ms-flex-order: 8;
    order: 8;
}

.order-9 {
    -webkit-box-ordinal-group: 9;
    -o-box-ordinal-group: 9;
    -ms-flex-order: 9;
    order: 9;
}

.order-10 {
    -webkit-box-ordinal-group: 10;
    -o-box-ordinal-group: 10;
    -ms-flex-order: 10;
    order: 10;
}

.order-11 {
    -webkit-box-ordinal-group: 11;
    -o-box-ordinal-group: 11;
    -ms-flex-order: 11;
    order: 11;
}

.order-12 {
    -webkit-box-ordinal-group: 12;
    -o-box-ordinal-group: 12;
    -ms-flex-order: 12;
    order: 12;
}

.offset-1 {
    margin-left: 8.333333333333332%;
}

.offset-2 {
    margin-left: 16.666666666666664%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.33333333333333%;
}

.offset-5 {
    margin-left: 41.66666666666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.333333333333336%;
}

.offset-8 {
    margin-left: 66.66666666666666%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.33333333333334%;
}

.offset-11 {
    margin-left: 91.66666666666666%;
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -o-box-flex: 1;
        -ms-box-flex: 1;
        box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        -webkit-box-flex: 1;
        -o-box-flex: 1;
        box-flex: 1;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-sm-1 {
        -webkit-box-flex: 1;
        -o-box-flex: 1;
        box-flex: 1;
        -ms-flex: 0 0 8.333333333333332%;
        flex: 0 0 8.333333333333332%;
        max-width: 8.333333333333332%;
    }

    .col-sm-2 {
        -webkit-box-flex: 1;
        -o-box-flex: 1;
        box-flex: 1;
        -ms-flex: 0 0 16.666666666666664%;
        flex: 0 0 16.666666666666664%;
        max-width: 16.666666666666664%;
    }

    .col-sm-3 {
        -webkit-box-flex: 1;
        -o-box-flex: 1;
        box-flex: 1;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -webkit-box-flex: 1;
        -o-box-flex: 1;
        box-flex: 1;
        -ms-flex: 0 0 33.33333333333333%;
        flex: 0 0 33.33333333333333%;
        max-width: 33.33333333333333%;
    }

    .col-sm-5 {
        -webkit-box-flex: 1;
        -o-box-flex: 1;
        box-flex: 1;
        -ms-flex: 0 0 41.66666666666667%;
        flex: 0 0 41.66666666666667%;
        max-width: 41.66666666666667%;
    }

    .col-sm-6 {
        -webkit-box-flex: 1;
        -o-box-flex: 1;
        box-flex: 1;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -webkit-box-flex: 1;
        -o-box-flex: 1;
        box-flex: 1;
        -ms-flex: 0 0 58.333333333333336%;
        flex: 0 0 58.333333333333336%;
        max-width: 58.333333333333336%;
    }

    .col-sm-8 {
        -webkit-box-flex: 1;
        -o-box-flex: 1;
        box-flex: 1;
        -ms-flex: 0 0 66.66666666666666%;
        flex: 0 0 66.66666666666666%;
        max-width: 66.66666666666666%;
    }

    .col-sm-9 {
        -webkit-box-flex: 1;
        -o-box-flex: 1;
        box-flex: 1;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -webkit-box-flex: 1;
        -o-box-flex: 1;
        box-flex: 1;
        -ms-flex: 0 0 83.33333333333334%;
        flex: 0 0 83.33333333333334%;
        max-width: 83.33333333333334%;
    }

    .col-sm-11 {
        -webkit-box-flex: 1;
        -o-box-flex: 1;
        box-flex: 1;
        -ms-flex: 0 0 91.66666666666666%;
        flex: 0 0 91.66666666666666%;
        max-width: 91.66666666666666%;
    }

    .col-sm-12 {
        -webkit-box-flex: 1;
        -o-box-flex: 1;
        box-flex: 1;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-first {
        -webkit-box-ordinal-group: -1;
        -o-box-ordinal-group: -1;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 13;
        -o-box-ordinal-group: 13;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 0;
        -o-box-ordinal-group: 0;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 1;
        -o-box-ordinal-group: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 2;
        -o-box-ordinal-group: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 3;
        -o-box-ordinal-group: 3;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 4;
        -o-box-ordinal-group: 4;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 5;
        -o-box-ordinal-group: 5;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 6;
        -o-box-ordinal-group: 6;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 7;
        -o-box-ordinal-group: 7;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 8;
        -o-box-ordinal-group: 8;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 9;
        -o-box-ordinal-group: 9;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 10;
        -o-box-ordinal-group: 10;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 11;
        -o-box-ordinal-group: 11;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 12;
        -o-box-ordinal-group: 12;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.333333333333332%;
    }

    .offset-sm-2 {
        margin-left: 16.666666666666664%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.33333333333333%;
    }

    .offset-sm-5 {
        margin-left: 41.66666666666667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.333333333333336%;
    }

    .offset-sm-8 {
        margin-left: 66.66666666666666%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.33333333333334%;
    }

    .offset-sm-11 {
        margin-left: 91.66666666666666%;
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -o-box-flex: 1;
        -ms-box-flex: 1;
        box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        -webkit-box-flex: 1;
        -o-box-flex: 1;
        box-flex: 1;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-md-1 {
        -webkit-box-flex: 1;
        -o-box-flex: 1;
        box-flex: 1;
        -ms-flex: 0 0 8.333333333333332%;
        flex: 0 0 8.333333333333332%;
        max-width: 8.333333333333332%;
    }

    .col-md-2 {
        -webkit-box-flex: 1;
        -o-box-flex: 1;
        box-flex: 1;
        -ms-flex: 0 0 16.666666666666664%;
        flex: 0 0 16.666666666666664%;
        max-width: 16.666666666666664%;
    }

    .col-md-3 {
        -webkit-box-flex: 1;
        -o-box-flex: 1;
        box-flex: 1;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -webkit-box-flex: 1;
        -o-box-flex: 1;
        box-flex: 1;
        -ms-flex: 0 0 33.33333333333333%;
        flex: 0 0 33.33333333333333%;
        max-width: 33.33333333333333%;
    }

    .col-md-5 {
        -webkit-box-flex: 1;
        -o-box-flex: 1;
        box-flex: 1;
        -ms-flex: 0 0 41.66666666666667%;
        flex: 0 0 41.66666666666667%;
        max-width: 41.66666666666667%;
    }

    .col-md-6 {
        -webkit-box-flex: 1;
        -o-box-flex: 1;
        box-flex: 1;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -webkit-box-flex: 1;
        -o-box-flex: 1;
        box-flex: 1;
        -ms-flex: 0 0 58.333333333333336%;
        flex: 0 0 58.333333333333336%;
        max-width: 58.333333333333336%;
    }

    .col-md-8 {
        -webkit-box-flex: 1;
        -o-box-flex: 1;
        box-flex: 1;
        -ms-flex: 0 0 66.66666666666666%;
        flex: 0 0 66.66666666666666%;
        max-width: 66.66666666666666%;
    }

    .col-md-9 {
        -webkit-box-flex: 1;
        -o-box-flex: 1;
        box-flex: 1;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -webkit-box-flex: 1;
        -o-box-flex: 1;
        box-flex: 1;
        -ms-flex: 0 0 83.33333333333334%;
        flex: 0 0 83.33333333333334%;
        max-width: 83.33333333333334%;
    }

    .col-md-11 {
        -webkit-box-flex: 1;
        -o-box-flex: 1;
        box-flex: 1;
        -ms-flex: 0 0 91.66666666666666%;
        flex: 0 0 91.66666666666666%;
        max-width: 91.66666666666666%;
    }

    .col-md-12 {
        -webkit-box-flex: 1;
        -o-box-flex: 1;
        box-flex: 1;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-first {
        -webkit-box-ordinal-group: -1;
        -o-box-ordinal-group: -1;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-md-last {
        -webkit-box-ordinal-group: 13;
        -o-box-ordinal-group: 13;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 0;
        -o-box-ordinal-group: 0;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 1;
        -o-box-ordinal-group: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 2;
        -o-box-ordinal-group: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 3;
        -o-box-ordinal-group: 3;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 4;
        -o-box-ordinal-group: 4;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 5;
        -o-box-ordinal-group: 5;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 6;
        -o-box-ordinal-group: 6;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 7;
        -o-box-ordinal-group: 7;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 8;
        -o-box-ordinal-group: 8;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 9;
        -o-box-ordinal-group: 9;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 10;
        -o-box-ordinal-group: 10;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 11;
        -o-box-ordinal-group: 11;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 12;
        -o-box-ordinal-group: 12;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.333333333333332%;
    }

    .offset-md-2 {
        margin-left: 16.666666666666664%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.33333333333333%;
    }

    .offset-md-5 {
        margin-left: 41.66666666666667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.333333333333336%;
    }

    .offset-md-8 {
        margin-left: 66.66666666666666%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.33333333333334%;
    }

    .offset-md-11 {
        margin-left: 91.66666666666666%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -o-box-flex: 1;
        -ms-box-flex: 1;
        box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        -webkit-box-flex: 1;
        -o-box-flex: 1;
        box-flex: 1;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-lg-1 {
        -webkit-box-flex: 1;
        -o-box-flex: 1;
        box-flex: 1;
        -ms-flex: 0 0 8.333333333333332%;
        flex: 0 0 8.333333333333332%;
        max-width: 8.333333333333332%;
    }

    .col-lg-2 {
        -webkit-box-flex: 1;
        -o-box-flex: 1;
        box-flex: 1;
        -ms-flex: 0 0 16.666666666666664%;
        flex: 0 0 16.666666666666664%;
        max-width: 16.666666666666664%;
    }

    .col-lg-3 {
        -webkit-box-flex: 1;
        -o-box-flex: 1;
        box-flex: 1;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -webkit-box-flex: 1;
        -o-box-flex: 1;
        box-flex: 1;
        -ms-flex: 0 0 33.33333333333333%;
        flex: 0 0 33.33333333333333%;
        max-width: 33.33333333333333%;
    }

    .col-lg-5 {
        -webkit-box-flex: 1;
        -o-box-flex: 1;
        box-flex: 1;
        -ms-flex: 0 0 41.66666666666667%;
        flex: 0 0 41.66666666666667%;
        max-width: 41.66666666666667%;
    }

    .col-lg-6 {
        -webkit-box-flex: 1;
        -o-box-flex: 1;
        box-flex: 1;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -webkit-box-flex: 1;
        -o-box-flex: 1;
        box-flex: 1;
        -ms-flex: 0 0 58.333333333333336%;
        flex: 0 0 58.333333333333336%;
        max-width: 58.333333333333336%;
    }

    .col-lg-8 {
        -webkit-box-flex: 1;
        -o-box-flex: 1;
        box-flex: 1;
        -ms-flex: 0 0 66.66666666666666%;
        flex: 0 0 66.66666666666666%;
        max-width: 66.66666666666666%;
    }

    .col-lg-9 {
        -webkit-box-flex: 1;
        -o-box-flex: 1;
        box-flex: 1;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -webkit-box-flex: 1;
        -o-box-flex: 1;
        box-flex: 1;
        -ms-flex: 0 0 83.33333333333334%;
        flex: 0 0 83.33333333333334%;
        max-width: 83.33333333333334%;
    }

    .col-lg-11 {
        -webkit-box-flex: 1;
        -o-box-flex: 1;
        box-flex: 1;
        -ms-flex: 0 0 91.66666666666666%;
        flex: 0 0 91.66666666666666%;
        max-width: 91.66666666666666%;
    }

    .col-lg-12 {
        -webkit-box-flex: 1;
        -o-box-flex: 1;
        box-flex: 1;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-first {
        -webkit-box-ordinal-group: -1;
        -o-box-ordinal-group: -1;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 13;
        -o-box-ordinal-group: 13;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 0;
        -o-box-ordinal-group: 0;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 1;
        -o-box-ordinal-group: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 2;
        -o-box-ordinal-group: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 3;
        -o-box-ordinal-group: 3;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 4;
        -o-box-ordinal-group: 4;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 5;
        -o-box-ordinal-group: 5;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 6;
        -o-box-ordinal-group: 6;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 7;
        -o-box-ordinal-group: 7;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 8;
        -o-box-ordinal-group: 8;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 9;
        -o-box-ordinal-group: 9;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 10;
        -o-box-ordinal-group: 10;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 11;
        -o-box-ordinal-group: 11;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 12;
        -o-box-ordinal-group: 12;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.333333333333332%;
    }

    .offset-lg-2 {
        margin-left: 16.666666666666664%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.33333333333333%;
    }

    .offset-lg-5 {
        margin-left: 41.66666666666667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.333333333333336%;
    }

    .offset-lg-8 {
        margin-left: 66.66666666666666%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.33333333333334%;
    }

    .offset-lg-11 {
        margin-left: 91.66666666666666%;
    }
}

@media (min-width: 1280px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -o-box-flex: 1;
        -ms-box-flex: 1;
        box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-auto {
        -webkit-box-flex: 1;
        -o-box-flex: 1;
        box-flex: 1;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-xl-1 {
        -webkit-box-flex: 1;
        -o-box-flex: 1;
        box-flex: 1;
        -ms-flex: 0 0 8.333333333333332%;
        flex: 0 0 8.333333333333332%;
        max-width: 8.333333333333332%;
    }

    .col-xl-2 {
        -webkit-box-flex: 1;
        -o-box-flex: 1;
        box-flex: 1;
        -ms-flex: 0 0 16.666666666666664%;
        flex: 0 0 16.666666666666664%;
        max-width: 16.666666666666664%;
    }

    .col-xl-3 {
        -webkit-box-flex: 1;
        -o-box-flex: 1;
        box-flex: 1;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        -webkit-box-flex: 1;
        -o-box-flex: 1;
        box-flex: 1;
        -ms-flex: 0 0 33.33333333333333%;
        flex: 0 0 33.33333333333333%;
        max-width: 33.33333333333333%;
    }

    .col-xl-5 {
        -webkit-box-flex: 1;
        -o-box-flex: 1;
        box-flex: 1;
        -ms-flex: 0 0 41.66666666666667%;
        flex: 0 0 41.66666666666667%;
        max-width: 41.66666666666667%;
    }

    .col-xl-6 {
        -webkit-box-flex: 1;
        -o-box-flex: 1;
        box-flex: 1;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        -webkit-box-flex: 1;
        -o-box-flex: 1;
        box-flex: 1;
        -ms-flex: 0 0 58.333333333333336%;
        flex: 0 0 58.333333333333336%;
        max-width: 58.333333333333336%;
    }

    .col-xl-8 {
        -webkit-box-flex: 1;
        -o-box-flex: 1;
        box-flex: 1;
        -ms-flex: 0 0 66.66666666666666%;
        flex: 0 0 66.66666666666666%;
        max-width: 66.66666666666666%;
    }

    .col-xl-9 {
        -webkit-box-flex: 1;
        -o-box-flex: 1;
        box-flex: 1;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        -webkit-box-flex: 1;
        -o-box-flex: 1;
        box-flex: 1;
        -ms-flex: 0 0 83.33333333333334%;
        flex: 0 0 83.33333333333334%;
        max-width: 83.33333333333334%;
    }

    .col-xl-11 {
        -webkit-box-flex: 1;
        -o-box-flex: 1;
        box-flex: 1;
        -ms-flex: 0 0 91.66666666666666%;
        flex: 0 0 91.66666666666666%;
        max-width: 91.66666666666666%;
    }

    .col-xl-12 {
        -webkit-box-flex: 1;
        -o-box-flex: 1;
        box-flex: 1;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xl-first {
        -webkit-box-ordinal-group: -1;
        -o-box-ordinal-group: -1;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 13;
        -o-box-ordinal-group: 13;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 0;
        -o-box-ordinal-group: 0;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 1;
        -o-box-ordinal-group: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 2;
        -o-box-ordinal-group: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 3;
        -o-box-ordinal-group: 3;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 4;
        -o-box-ordinal-group: 4;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 5;
        -o-box-ordinal-group: 5;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 6;
        -o-box-ordinal-group: 6;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 7;
        -o-box-ordinal-group: 7;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 8;
        -o-box-ordinal-group: 8;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 9;
        -o-box-ordinal-group: 9;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 10;
        -o-box-ordinal-group: 10;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 11;
        -o-box-ordinal-group: 11;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 12;
        -o-box-ordinal-group: 12;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.333333333333332%;
    }

    .offset-xl-2 {
        margin-left: 16.666666666666664%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.33333333333333%;
    }

    .offset-xl-5 {
        margin-left: 41.66666666666667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.333333333333336%;
    }

    .offset-xl-8 {
        margin-left: 66.66666666666666%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.33333333333334%;
    }

    .offset-xl-11 {
        margin-left: 91.66666666666666%;
    }
}

.pseudoradio__margin {
    margin-bottom: 10px;
}

.pseudoradio label {
    position: relative;
    padding-left: 40px;
    cursor: pointer;
    font-size: inherit;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pseudoradio input[type="radio"] {
    position: absolute;
    left: -9999px;
}

.pseudoradio input[type="radio"] + label:before,
.pseudoradio input[type="radio"] + label:after {
    content: "";
    position: absolute;
    border-radius: 50%;
}

.pseudoradio input[type="radio"] + label:before {
    left: 0px;
    top: calc(50% - 7px);
    width: 14px;
    height: 14px;
    border-width: 2px;
    border-style: solid;
    border-color: #555;
    background-color: #ccc;
}

.pseudoradio input[type="radio"] + label:after {
    width: 0;
    height: 0;
    left: 7px;
    top: 50%;
    -webkit-transition: all ease-in-out 100ms 0ms;
    transition: all ease-in-out 100ms 0ms;
}

.pseudoradio input[type="radio"]:checked + label:after {
    left: 4px;
    top: calc(50% - 3px);
    width: 6px;
    height: 6px;
    background-color: rgba(51, 51, 51, 0.7);
}

.pseudoradio.disabled input[type="radio"] + label {
    color: rgba(85, 85, 85, 0.5);
}

.pseudoradio.disabled input[type="radio"] + label:before {
    background-color: rgba(197, 198, 216, 0.5) !important;
    border-color: rgba(197, 198, 216, 0.9) !important;
}

.pseudocheckbox label {
    position: relative;
    padding-left: 40px;
    cursor: pointer;
    font-size: inherit;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pseudocheckbox input[type="checkbox"] {
    position: absolute;
    left: -9999px;
}

.pseudocheckbox input[type="checkbox"] + label:before,
.pseudocheckbox input[type="checkbox"] + label:after {
    content: "";
    position: absolute;
}

.pseudocheckbox input[type="checkbox"] + label:before {
    left: 0px;
    top: calc(50% - 9px);
    width: 18px;
    height: 18px;
    border-radius: 4px;
    border-width: 2px;
    border-color: #555;
    border-style: solid;
    background-color: #ccc;
    -webkit-transition: all ease-in-out 100ms 0ms;
    transition: all ease-in-out 100ms 0ms;
}

.pseudocheckbox input[type="checkbox"] + label:after {
    left: calc(9px + 2px);
    top: calc(50% - 4px);
    -webkit-transform: translate(-50%, -50%) rotateZ(45deg);
    transform: translate(-50%, -50%) rotateZ(45deg);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    display: block;
    width: 9px;
    height: 14px;
    border: 0 solid #ff4f5a;
    border-width: 0 2px 2px 0;
    pointer-events: none;
    -webkit-transition: all ease-in-out 100ms 0ms;
    transition: all ease-in-out 100ms 0ms;
}

.pseudocheckbox input[type="checkbox"]:checked + label:before {
    border: 2px solid #39b0e8;
    border-color: #777;
    background-color: #eee;
}

.pseudocheckbox input[type="checkbox"]:checked + label:after {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
}

.pseudocheckbox.disabled input[type="checkbox"] + label {
    color: rgba(85, 85, 85, 0.5);
}

.pseudocheckbox.disabled input[type="checkbox"] + label:before {
    background-color: rgba(197, 198, 216, 0.5) !important;
    border-color: rgba(197, 198, 216, 0.9) !important;
}

.pseudoselect {
    position: relative;
    display: block;
    width: 100%;
    padding: 0 0 0 25px;
    text-align: left;
    height: 35px;
    line-height: 33px;
    border: 1px solid #dadae7;
    background: #e1e2ed;
    border-radius: 3px;
    color: #6c6c6c;
    text-decoration: none;
    -webkit-transition: all ease-in-out 200ms 0ms;
    transition: all ease-in-out 200ms 0ms;
}

.pseudoselect:hover,
.pseudoselect:focus {
    text-decoration: none;
    color: #6c6c6c;
}

.pseudoselect:focus {
    color: #393939;
    border-color: #ff4429;
    background-color: #efefef;
}

.pseudoselect__placer {
    display: block;
    vertical-align: middle;
    margin-right: 45px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pseudoselect__icon {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 100%;
}

.pseudoselect__icon:before {
    content: "▼";
    font-size: 12px;
}

.pseudoselect.active {
    border-radius: 0;
}

.pseudoselect.disabled {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
}

.drop {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 100;
    padding: 0;
    margin: 0;
    border-style: solid;
    border-width: 1px;
    border-color: #b5bcc4;
    background-color: #fff;
    text-align: left;
    overflow-y: scroll;
}

.drop.dropdown {
    top: 35px;
    border-top: none;
    border-radius: 0 0 4px 4px;
}

.drop.dropup {
    bottom: 35px;
    border-bottom: none;
    border-radius: 4px 4px 0 0;
}

.form__inline .drop {
    width: calc(100% - 20px);
    margin-left: 10px;
}

.drop li {
    color: #000;
    cursor: pointer;
    padding: 5px 25px;
    -webkit-transition: background-color ease-in-out 150ms 0ms;
    transition: background-color ease-in-out 150ms 0ms;
}

.drop li:hover,
.drop li:focus,
.drop li:active,
.drop li.active {
    background: #3875d7;
    color: #fff;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.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: box !important;
    display: flex !important;
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-box !important;
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .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: box !important;
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-box !important;
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .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: box !important;
        display: flex !important;
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-box !important;
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .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: box !important;
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-box !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1280px) {
    .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: box !important;
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-box !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: box !important;
        display: flex !important;
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-box !important;
        display: inline-flex !important;
    }
}

.flex-row {
    -webkit-box-orient: horizontal;
    -o-box-orient: horizontal;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -webkit-box-orient: vertical;
    -o-box-orient: vertical;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -webkit-box-direction: reverse;
    -o-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -o-box-orient: horizontal;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -webkit-box-direction: reverse;
    -o-box-direction: reverse;
    -webkit-box-orient: vertical;
    -o-box-orient: vertical;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -o-box-lines: single;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.justify-content-start {
    -webkit-box-pack: start;
    -o-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.justify-content-end {
    -webkit-box-pack: end;
    -o-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.justify-content-center {
    -webkit-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.justify-content-between {
    -webkit-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.justify-content-around {
    -webkit-box-pack: distribute;
    -o-box-pack: distribute;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.align-items-start {
    -webkit-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start !important;
}

.align-items-end {
    -webkit-box-align: end;
    -o-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end !important;
}

.align-items-center {
    -webkit-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    align-items: center !important;
}

.align-items-baseline {
    -webkit-box-align: baseline;
    -o-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline !important;
}

.align-items-stretch {
    -webkit-box-align: stretch;
    -o-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.align-content-end {
    -ms-flex-line-pack: end;
    align-content: flex-end;
}

.align-content-center {
    -ms-flex-line-pack: center;
    align-content: center;
}

.align-content-between {
    -ms-flex-line-pack: justify;
    align-content: space-between;
}

.align-content-around {
    -ms-flex-line-pack: distribute;
    align-content: space-around;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

.align-self-auto {
    -webkit-align-self: auto;
    align-self: auto;
    -ms-flex-item-align: auto;
}

.align-self-start {
    -webkit-align-self: flex-start;
    align-self: flex-start;
    -ms-flex-item-align: start;
}

.align-self-end {
    -webkit-align-self: flex-end;
    align-self: flex-end;
    -ms-flex-item-align: end;
}

.align-self-center {
    -webkit-align-self: center;
    align-self: center;
    -ms-flex-item-align: center;
}

.align-self-baseline {
    -webkit-align-self: baseline;
    align-self: baseline;
    -ms-flex-item-align: baseline;
}

.align-self-stretch {
    -webkit-align-self: stretch;
    align-self: stretch;
    -ms-flex-item-align: stretch;
}

@media (min-width: 576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal;
        -o-box-orient: horizontal;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-sm-column {
        -webkit-box-orient: vertical;
        -o-box-orient: vertical;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        -webkit-box-direction: reverse;
        -o-box-direction: reverse;
        -webkit-box-orient: horizontal;
        -o-box-orient: horizontal;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        -webkit-box-direction: reverse;
        -o-box-direction: reverse;
        -webkit-box-orient: vertical;
        -o-box-orient: vertical;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -o-box-lines: multiple;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        -webkit-box-lines: single;
        -moz-box-lines: single;
        -o-box-lines: single;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -o-box-lines: multiple;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-sm-start {
        -webkit-box-pack: start;
        -o-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .justify-content-sm-end {
        -webkit-box-pack: end;
        -o-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .justify-content-sm-center {
        -webkit-box-pack: center;
        -o-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify;
        -o-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .justify-content-sm-around {
        -webkit-box-pack: distribute;
        -o-box-pack: distribute;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .align-items-sm-start {
        -webkit-box-align: start;
        -o-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        -webkit-box-align: end;
        -o-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        -webkit-box-align: center;
        -o-box-align: center;
        -ms-flex-align: center;
        align-items: center !important;
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline;
        -o-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch;
        -o-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch !important;
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start;
        align-content: flex-start;
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end;
        align-content: flex-end;
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center;
        align-content: center;
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify;
        align-content: space-between;
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute;
        align-content: space-around;
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch;
        align-content: stretch;
    }

    .align-self-sm-auto {
        -webkit-align-self: auto;
        align-self: auto;
        -ms-flex-item-align: auto;
    }

    .align-self-sm-start {
        -webkit-align-self: flex-start;
        align-self: flex-start;
        -ms-flex-item-align: start;
    }

    .align-self-sm-end {
        -webkit-align-self: flex-end;
        align-self: flex-end;
        -ms-flex-item-align: end;
    }

    .align-self-sm-center {
        -webkit-align-self: center;
        align-self: center;
        -ms-flex-item-align: center;
    }

    .align-self-sm-baseline {
        -webkit-align-self: baseline;
        align-self: baseline;
        -ms-flex-item-align: baseline;
    }

    .align-self-sm-stretch {
        -webkit-align-self: stretch;
        align-self: stretch;
        -ms-flex-item-align: stretch;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal;
        -o-box-orient: horizontal;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-md-column {
        -webkit-box-orient: vertical;
        -o-box-orient: vertical;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        -webkit-box-direction: reverse;
        -o-box-direction: reverse;
        -webkit-box-orient: horizontal;
        -o-box-orient: horizontal;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        -webkit-box-direction: reverse;
        -o-box-direction: reverse;
        -webkit-box-orient: vertical;
        -o-box-orient: vertical;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -o-box-lines: multiple;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        -webkit-box-lines: single;
        -moz-box-lines: single;
        -o-box-lines: single;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -o-box-lines: multiple;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-md-start {
        -webkit-box-pack: start;
        -o-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .justify-content-md-end {
        -webkit-box-pack: end;
        -o-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .justify-content-md-center {
        -webkit-box-pack: center;
        -o-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .justify-content-md-between {
        -webkit-box-pack: justify;
        -o-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .justify-content-md-around {
        -webkit-box-pack: distribute;
        -o-box-pack: distribute;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .align-items-md-start {
        -webkit-box-align: start;
        -o-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start !important;
    }

    .align-items-md-end {
        -webkit-box-align: end;
        -o-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end !important;
    }

    .align-items-md-center {
        -webkit-box-align: center;
        -o-box-align: center;
        -ms-flex-align: center;
        align-items: center !important;
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline;
        -o-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch;
        -o-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch !important;
    }

    .align-content-md-start {
        -ms-flex-line-pack: start;
        align-content: flex-start;
    }

    .align-content-md-end {
        -ms-flex-line-pack: end;
        align-content: flex-end;
    }

    .align-content-md-center {
        -ms-flex-line-pack: center;
        align-content: center;
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify;
        align-content: space-between;
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute;
        align-content: space-around;
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch;
        align-content: stretch;
    }

    .align-self-md-auto {
        -webkit-align-self: auto;
        align-self: auto;
        -ms-flex-item-align: auto;
    }

    .align-self-md-start {
        -webkit-align-self: flex-start;
        align-self: flex-start;
        -ms-flex-item-align: start;
    }

    .align-self-md-end {
        -webkit-align-self: flex-end;
        align-self: flex-end;
        -ms-flex-item-align: end;
    }

    .align-self-md-center {
        -webkit-align-self: center;
        align-self: center;
        -ms-flex-item-align: center;
    }

    .align-self-md-baseline {
        -webkit-align-self: baseline;
        align-self: baseline;
        -ms-flex-item-align: baseline;
    }

    .align-self-md-stretch {
        -webkit-align-self: stretch;
        align-self: stretch;
        -ms-flex-item-align: stretch;
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal;
        -o-box-orient: horizontal;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-lg-column {
        -webkit-box-orient: vertical;
        -o-box-orient: vertical;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        -webkit-box-direction: reverse;
        -o-box-direction: reverse;
        -webkit-box-orient: horizontal;
        -o-box-orient: horizontal;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        -webkit-box-direction: reverse;
        -o-box-direction: reverse;
        -webkit-box-orient: vertical;
        -o-box-orient: vertical;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -o-box-lines: multiple;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        -webkit-box-lines: single;
        -moz-box-lines: single;
        -o-box-lines: single;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -o-box-lines: multiple;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-lg-start {
        -webkit-box-pack: start;
        -o-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .justify-content-lg-end {
        -webkit-box-pack: end;
        -o-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .justify-content-lg-center {
        -webkit-box-pack: center;
        -o-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify;
        -o-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .justify-content-lg-around {
        -webkit-box-pack: distribute;
        -o-box-pack: distribute;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .align-items-lg-start {
        -webkit-box-align: start;
        -o-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        -webkit-box-align: end;
        -o-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        -webkit-box-align: center;
        -o-box-align: center;
        -ms-flex-align: center;
        align-items: center !important;
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline;
        -o-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch;
        -o-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch !important;
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start;
        align-content: flex-start;
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end;
        align-content: flex-end;
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center;
        align-content: center;
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify;
        align-content: space-between;
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute;
        align-content: space-around;
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch;
        align-content: stretch;
    }

    .align-self-lg-auto {
        -webkit-align-self: auto;
        align-self: auto;
        -ms-flex-item-align: auto;
    }

    .align-self-lg-start {
        -webkit-align-self: flex-start;
        align-self: flex-start;
        -ms-flex-item-align: start;
    }

    .align-self-lg-end {
        -webkit-align-self: flex-end;
        align-self: flex-end;
        -ms-flex-item-align: end;
    }

    .align-self-lg-center {
        -webkit-align-self: center;
        align-self: center;
        -ms-flex-item-align: center;
    }

    .align-self-lg-baseline {
        -webkit-align-self: baseline;
        align-self: baseline;
        -ms-flex-item-align: baseline;
    }

    .align-self-lg-stretch {
        -webkit-align-self: stretch;
        align-self: stretch;
        -ms-flex-item-align: stretch;
    }
}

@media (min-width: 1280px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal;
        -o-box-orient: horizontal;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-xl-column {
        -webkit-box-orient: vertical;
        -o-box-orient: vertical;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        -webkit-box-direction: reverse;
        -o-box-direction: reverse;
        -webkit-box-orient: horizontal;
        -o-box-orient: horizontal;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        -webkit-box-direction: reverse;
        -o-box-direction: reverse;
        -webkit-box-orient: vertical;
        -o-box-orient: vertical;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -o-box-lines: multiple;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        -webkit-box-lines: single;
        -moz-box-lines: single;
        -o-box-lines: single;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -o-box-lines: multiple;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-xl-start {
        -webkit-box-pack: start;
        -o-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .justify-content-xl-end {
        -webkit-box-pack: end;
        -o-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .justify-content-xl-center {
        -webkit-box-pack: center;
        -o-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify;
        -o-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .justify-content-xl-around {
        -webkit-box-pack: distribute;
        -o-box-pack: distribute;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .align-items-xl-start {
        -webkit-box-align: start;
        -o-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        -webkit-box-align: end;
        -o-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        -webkit-box-align: center;
        -o-box-align: center;
        -ms-flex-align: center;
        align-items: center !important;
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline;
        -o-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch;
        -o-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch !important;
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start;
        align-content: flex-start;
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end;
        align-content: flex-end;
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center;
        align-content: center;
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify;
        align-content: space-between;
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute;
        align-content: space-around;
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch;
        align-content: stretch;
    }

    .align-self-xl-auto {
        -webkit-align-self: auto;
        align-self: auto;
        -ms-flex-item-align: auto;
    }

    .align-self-xl-start {
        -webkit-align-self: flex-start;
        align-self: flex-start;
        -ms-flex-item-align: start;
    }

    .align-self-xl-end {
        -webkit-align-self: flex-end;
        align-self: flex-end;
        -ms-flex-item-align: end;
    }

    .align-self-xl-center {
        -webkit-align-self: center;
        align-self: center;
        -ms-flex-item-align: center;
    }

    .align-self-xl-baseline {
        -webkit-align-self: baseline;
        align-self: baseline;
        -ms-flex-item-align: baseline;
    }

    .align-self-xl-stretch {
        -webkit-align-self: stretch;
        align-self: stretch;
        -ms-flex-item-align: stretch;
    }
}

@media (max-width: 1279.98px) {
    .margin-down--lg-b-20 {
        margin-bottom: 20px;
    }
}

@media (max-width: 991.98px) {
    .margin-down--md-b-40 {
        margin-bottom: 40px;
    }
}

@media (max-width: 767.98px) {
    .margin-down--sm-t-20 {
        margin-top: 20px;
    }
}

@media (min-width: 768px) {
    .margin-up--md-t-30 {
        margin-top: 30px;
    }
}

@media (min-width: 768px) {
    .margin-up--md-b-30 {
        margin-bottom: 30px;
    }
}

@media (max-width: 767.98px) {
    .margin-down--sm-t-15 {
        margin-top: 15px;
    }
}

@media (max-width: 767.98px) {
    .margin-down--sm-b-15 {
        margin-bottom: 15px;
    }
}

.margin-t-15 {
    margin-top: 15px;
}

.margin-b-15 {
    margin-bottom: 15px;
}

.margin-t-20 {
    margin-top: 20px;
}

.margin-b-20 {
    margin-bottom: 20px;
}

.margin-t-30 {
    margin-top: 30px;
}

.margin-b-30 {
    margin-bottom: 30px;
}

.margin-t-50 {
    margin-top: 50px;
}

.margin-b-50 {
    margin-bottom: 50px;
}

.text-justify {
    text-align: justify !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1280px) {
    .text-xl-left {
        text-align: left !important;
    }

    .text-xl-right {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-italic {
    font-style: italic !important;
}

.text-white {
    color: #fff !important;
}

.text-muted {
    color: #999 !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
textarea:-moz-placeholder {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

input[type="text"]:focus::-webkit-input-placeholder,
input[type="password"]:focus::-webkit-input-placeholder,
input[type="email"]:focus::-webkit-input-placeholder,
input[type="tel"]:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

input[type="text"]:focus:-moz-placeholder,
input[type="password"]:focus:-moz-placeholder,
input[type="email"]:focus:-moz-placeholder,
input[type="tel"]:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

input[type="text"]:focus::-moz-placeholder,
input[type="password"]:focus::-moz-placeholder,
input[type="email"]:focus::-moz-placeholder,
input[type="tel"]:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

input[type="text"]:focus:-ms-input-placeholder,
input[type="password"]:focus:-ms-input-placeholder,
input[type="email"]:focus:-ms-input-placeholder,
input[type="tel"]:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.margin-block-b {
    margin-top: 0;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .margin-block-b {
        margin-top: 0;
        margin-bottom: 40px;
    }
}

.margin-block-b-t {
    margin-top: 15px;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .margin-block-b-t {
        margin-top: 30px;
        margin-bottom: 40px;
    }
}

.bottomcontrol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: horizontal;
    -o-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 991.98px) {
    .bottomcontrol {
        margin-bottom: 20px;
    }
}

@media (max-width: 991.98px) {
    .bottomcontrol__item_show {
        margin-top: 20px;
    }
}

@media (max-width: 991.98px) {
    .bottomcontrol {
        -webkit-box-orient: vertical;
        -o-box-orient: vertical;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -o-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.breadcrumbs {
    color: #999;
    background-color: transparent;
    padding: 5px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    margin-bottom: 57px;
    margin-top: 30px;
}

@media (max-width: 767.98px) {
    .breadcrumbs {
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -o-box-lines: multiple;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        line-height: 1.875;
        margin-bottom: 46px;
    }
}

.breadcrumbs a {
    display: inline-block;
    color: #ff4429;
    line-height: 1;
    -webkit-transition: all ease-in-out 100ms 0ms;
    transition: all ease-in-out 100ms 0ms;
}

.breadcrumbs a:hover,
.breadcrumbs a:focus {
    color: #ff4429;
    text-decoration: none;
}

@media (min-width: 768px) {
    .breadcrumbs {
        font-size: 16px;
    }

    .breadcrumbs a {
        font-size: 16px;
    }
}

.breadcrumbs__delimiter:before {
    content: "|";
    font-size: 16px;
    color: #999;
    margin-left: 14px;
    margin-right: 9px;
}

.breadcrumbs__inline {
    display: inline-block;
}

.btn {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0.2em 1em;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    font-family: inherit;
    line-height: 1.5;
    text-decoration: none;
    text-transform: none;
    color: #191919;
    border-radius: 2px;
    border: 1px solid #000;
    background-color: transparent;
    background-image: none;
    cursor: pointer;
    -webkit-transition: all ease-in-out 150ms 0ms;
    transition: all ease-in-out 150ms 0ms;
}

.btn:hover {
    text-decoration: none;
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn_disabled,
.btn:disabled {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    color: #737373;
    background-color: #e6e6e6;
    border-color: #ccc;
}

@at-root a.btn_disabled {
    pointer-events: none;
}
.btn_red {
    color: #fff;
    background-color: #ff4429;
    border-color: #ff4429;
}

.btn_red:hover,
.btn_red:focus {
    background-color: #e21804;
    border-color: #e21804;
}

.btn_red-ligth {
    display: block;
    margin: 34px auto 55px;
    padding: 3px 18px;
    width: 130px;
    color: #fff;
    background-color: #ff4429;
    border-color: #ff4429;
    font-weight: 300;
}

.btn_red-ligth:hover,
.btn_red-ligth:focus {
    background-color: #e21804;
    border-color: #e21804;
}

@media (max-width: 767.98px) {
    .btn_red-ligth {
        margin: 34px auto 48px;
    }
}

.btn_blue {
    color: #fff;
    background-color: #0087ff;
    border-color: #0087ff;
}

.btn_blue:hover,
.btn_blue:focus {
    background-color: #0077e1;
    border-color: #0077e1;
}

.btn_submit {
    display: block;
    margin: 0 auto;
    padding: 14px 60px;
    font-size: 19px;
    font-weight: 300;
    line-height: 1;
    color: #fff;
    background-color: #0087ff;
    border-color: #0087ff;
}

.btn_submit:hover,
.btn_submit:focus {
    background-color: #0077e1;
    border-color: #0077e1;
}

@media (max-width: 767.98px) {
    .btn_submit {
        padding: 11px 60px;
    }
}

.btn_submit-modal {
    display: block;
    margin: 0 auto;
    padding: 11px 63px;
    font-size: 19px;
    font-weight: 300;
    line-height: 1;
    color: #fff;
    background-color: #0087ff;
    border-color: #0087ff;
}

.btn_submit-modal:hover,
.btn_submit-modal:focus {
    background-color: #0077e1;
    border-color: #0077e1;
}

@media (max-width: 767.98px) {
    .btn_submit-modal {
        padding: 11px 60px;
    }
}

.btn_mobile-calculate {
    display: block;
    width: 100%;
    font-size: 19px;
    font-weight: 300;
    line-height: 1;
    color: #fff;
    background-color: #0087ff;
    border-color: #0087ff;
    padding: 11px 0;
}

.btn_mobile-calculate:hover,
.btn_mobile-calculate:focus {
    background-color: #0077e1;
    border-color: #0077e1;
}

.btn_big {
    font-size: 16px;
    line-height: 1;
    width: 134px;
    height: 52px;
    padding: 0;
}

@media (max-width: 767.98px) {
    .btn_big {
        width: 50%;
    }
}

.btn_more {
    display: inline-block;
    position: relative;
    margin-left: 25px;
    padding: 5px 8px 5px 25px;
    background: #ff422c;
    border-right: none;
    border: none;
    color: #fff;
    cursor: pointer;
}

.btn_more:after {
    content: "";
    display: inline-block;
    height: 11px;
    width: 11px;
    background: url("../images/read-more.svg");
    position: absolute;
    top: 10px;
    left: 7px;
}

.btn_more:hover,
.btn_more:focus {
    background-color: #ff2711;
    border-color: #ff2711;
}

@media (max-width: 991.98px) {
    .btn_more {
        display: block;
        width: 150px;
        margin-left: 0;
    }
}

.btn_order {
    display: block;
    position: relative;
    padding-top: 4px;
    margin: 0 auto;
    height: 30px;
    width: 140px;
    background: #ff422c;
    border-right: none;
    border: none;
    color: #fff;
    cursor: pointer;
}

.btn_order:after {
    content: "";
    display: inline-block;
    height: 11px;
    width: 11px;
    background: url("../images/read-more.svg");
    position: absolute;
    top: 10px;
    left: 15px;
}

.btn_order:hover,
.btn_order:focus {
    background-color: #ff2711;
    border-color: #ff2711;
}

@media (max-width: 991.98px) {
    .btn_order {
        padding-top: 2px;
        height: 27px;
    }

    .btn_order:after {
        top: 8px;
    }
}

@media (max-width: 767.98px) {
    .btn_order {
        padding-top: 2px;
        height: 30px;
        width: 150px;
        font-size: 19px;
        padding: 0;
        font-weight: 300;
    }
}

.btn_calculate {
    display: block;
    height: 44px;
    width: 100%;
    padding-top: 5px;
    background-color: #0087ff;
    border-color: #0087ff;
    margin: 0 auto;
    font-weight: 300;
    font-size: 19px;
    color: #fff;
}

.btn_calculate:hover,
.btn_calculate:focus {
    outline: none;
    background-color: #0077e1;
    border-color: #0077e1;
}

.btn_calculate-index {
    display: block;
    height: 44px;
    width: 100%;
    padding-top: 5px;
    background-color: #0087ff;
    border-color: #0087ff;
    margin: 0 auto;
    font-weight: 300;
    font-size: 19px;
    color: #fff;
}

.btn_calculate-index:hover,
.btn_calculate-index:focus {
    outline: none;
    background-color: #0077e1;
    border-color: #0077e1;
}

.btn_order-big {
    display: block;
    margin: 0 auto;
    padding: 9px 40px;
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
    color: #fff;
    background-color: #0087ff;
    border-color: #0087ff;
}

.btn_order-big:hover,
.btn_order-big:focus {
    background-color: #0077e1;
    border-color: #0077e1;
}

.burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    margin-right: 20px;
}

.burger__icon {
    position: relative;
    width: 32px;
    height: 32px;
}

.burger span {
    display: block;
    width: 100%;
    height: 2px;
    margin-bottom: 8px;
    background-color: #ff4429;
}

.burger span:nth-child(2) {
    width: 22px;
}

.burger span:last-child {
    margin-bottom: 0;
}

@media (min-width: 1280px) {
    .burger {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .burger {
        bottom: 5px;
        right: 20px;
    }
}

.close {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 0;
    width: 31px;
    height: 31px;
    line-height: 31px;
    background: transparent;
    border: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.close > span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 3px;
    font-size: 0;
    color: transparent;
    background: transparent;
}

.close > span:before,
.close > span:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #ff4429;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.close > span:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}

.close > span:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}

.close:focus {
    outline: none;
}

.close.close_modal {
    height: 16px;
    width: 16px;
    line-height: 17px;
}

.close.close_modal > span {
    width: 16px;
}

.close.close_modal > span:before,
.close.close_modal > span:after {
    height: 1px;
    background: #797979;
}

.content h1 {
    font-size: 30px;
    font-weight: 800;
}

.content h2 {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 10px;
}

.content h3 {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 12px;
}

.content p {
    color: #333;
    font-size: 16px;
    line-height: 1.3;
}

.content a {
    font-size: 16px;
    line-height: 1.3;
}

.content a:visited {
    color: #745b97;
}

.content img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    border: 1px solid #d9d9d9;
}

.content img + figcaption {
    margin-top: 5px;
    margin-bottom: 15px;
    color: #999;
    font-style: italic;
}

.content ol {
    counter-reset: li;
    list-style: none;
    padding-left: 0;
    margin-bottom: 1em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.content ol li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
}

.content ol li:before {
    content: counter(li) ".";
    counter-increment: li;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: bold;
}

.content ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 1em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.content ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
}

.content ul li:before {
    content: "•";
    counter-increment: li;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1em;
}

.field-actions {
    display: block;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.field-actions__text {
    display: block;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 80%;
    color: #808080;
    line-height: 1.2em;
}

@media (min-width: 768px) {
    .field-actions_offset-md-2 {
        margin-left: 33.33333333333333%;
        padding-left: 10px;
    }
}

.field-checkbox {
    display: block;
    margin-bottom: 34px;
}

@media (max-width: 991.98px) {
    .field-checkbox {
        margin-bottom: 30px;
    }
}

@media (max-width: 767.98px) {
    .field-checkbox {
        margin-bottom: 13px;
    }
}

.field-checkbox__title {
    display: block;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 0.4em;
}

.field-checkbox__input-wrap + .field-checkbox__input-wrap {
    margin-top: 1rem;
}

.field-checkbox__name {
    position: relative;
    display: inline-block;
    padding-left: 26px;
    font-weight: 400;
    line-height: 1.5;
}

.field-checkbox__name-text {
    display: inline-block;
    color: #737373;
    font-size: 14px;
}

.field-checkbox__name-text:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 17px;
    height: 17px;
    border: 2px solid #e9e9e9;
    border-radius: 3px;
}

input:checked ~ .field-checkbox__name-text:before {
    border: 2px solid #006fd2;
    background: #0086fe;
}

.field-checkbox__name-text:after {
    content: '';
    position: absolute;
    top: 6px;
    left: 3px;
    width: 10px;
    height: 6px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: opacity $ transition-time;
    transition: opacity $ transition-time;
}

input:checked ~ .field-checkbox__name-text:after {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
}

@media (max-width: 767.98px) {
    .field-checkbox__name-text {
        line-height: 1.2;
    }
}

.field-checkbox__input {
    position: absolute;
    top: 0.7em;
    left: 0;
    padding: 0;
    margin: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.field-checkbox__input:focus,
.field-checkbox__input:active {
    outline: 0;
    border-color: #ff4429;
}

.field-checkbox__help-text-wrap {
    padding-left: 1.5em;
}

.field-checkbox__help-text {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #808080;
    margin-bottom: 10px;
}

.field-checkbox__help-text:empty {
    display: none;
}

.field-checkbox__input-wrap_error .field-checkbox__name-text,
.field-checkbox__input-wrap_error .field-checkbox__help-text {
    color: #d8544f;
}

.field-radio {
    display: block;
    margin-bottom: 15px;
}

.field-radio__title {
    display: block;
    font-weight: 700;
    line-height: 1.7;
    margin-bottom: 0.4em;
}

.field-radio__input-wrap + .field-radio__input-wrap {
    margin-top: 1rem;
}

.field-radio__name {
    cursor: pointer;
    position: relative;
    display: block;
    padding-left: 1.5em;
    margin-right: 0.6em;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.7;
}

.field-radio__name-text {
    display: inline-block;
    font-size: 14px;
    line-height: 1.7;
}

.field-radio__name-text:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 17px;
    height: 17px;
    border: 2px solid #cfcfcf;
    border-radius: 50%;
}

input:checked ~ .field-radio__name-text:before {
    background: #0086fe;
    border: 2px solid #1279d5;
}

.field-radio__name-text:after {
    content: '';
    position: absolute;
    top: 10px;
    left: 4px;
    width: 10px;
    height: 6px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transition: opacity 200ms;
    transition: opacity 200ms;
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg);
}

input:checked ~ .field-radio__name-text:after {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
}

.field-radio__input {
    position: absolute;
    top: 0.8em;
    left: 0;
    padding: 0;
    margin: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.field-radio__input:focus,
.field-radio__input:active {
    outline: 0;
    border-color: #ff4429;
}

.field-radio__help-text-wrap {
    padding-left: 1.5em;
}

.field-radio__help-text {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #808080;
    margin-bottom: 10px;
}

.field-radio__help-text:empty {
    display: none;
}

.field-radio_error .field-radio__name-text,
.field-radio_error .field-radio__help-text {
    color: #d8544f;
}

@media (min-width: 768px) {
    .field-radio_cols-md-4-8 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: box;
        display: flex;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -o-box-lines: multiple;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media (min-width: 768px) {
    .field-radio_cols-md-4-8 .field-radio__title {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-box-flex: 1;
        -o-box-flex: 1;
        box-flex: 1;
        -ms-flex: 0 0 33.33333333333333%;
        flex: 0 0 33.33333333333333%;
        max-width: 33.33333333333333%;
    }
}

@media (min-width: 768px) {
    .field-radio_cols-md-4-8 .field-radio__input-wrap {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-box-flex: 1;
        -o-box-flex: 1;
        box-flex: 1;
        -ms-flex: 0 0 66.66666666666666%;
        flex: 0 0 66.66666666666666%;
        max-width: 66.66666666666666%;
        -webkit-box-orient: vertical;
        -o-box-orient: vertical;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.field-select {
    display: block;
    margin-bottom: 0;
}

.field-select__name {
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
    line-height: 1;
    font-weight: 500;
}

.field-select__select {
    height: 41px;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    line-height: 1;
    padding: 4px 16px;
    font-size: 14px;
    font-family: inherit;
    border: 2px solid #e9e9e9;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    cursor: pointer;
    background-position: right 0 center;
    background-size: 32px 41px;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMzEgMzciIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDMxIDM3IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxyZWN0IGZpbGw9IiNGMEYwRjAiIHdpZHRoPSIzMSIgaGVpZ2h0PSIzNyIvPg0KPGc+DQoJPHBvbHlsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzFEMUQxQiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBwb2ludHM9IjE4LjcsMjAuNiAxNS41LDIzLjggMTIuMywyMC42IAkiLz4NCgk8cG9seWxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMUQxRDFCIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHBvaW50cz0iMTIuMywxNi40IDE1LjUsMTMuMiAxOC43LDE2LjQgCSIvPg0KPC9nPg0KPC9zdmc+DQo=");
    background-repeat: no-repeat;
}

.field-select__select[multiple] {
    background-image: none;
    min-height: 6.8em;
}

.field-select__select::-ms-expand {
    display: none;
}

.field-select__select:active,
.field-select__select:focus {
    outline: 0;
    border-color: #ff4429;
}

.field-select__select[disabled],
.field-select__select[readonly] {
    cursor: default;
    background-color: #e6e6e6;
}

.field-select__help-text {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #808080;
    margin-bottom: 10px;
}

.field-select__help-text:empty {
    display: none;
}

.field-select.field-select_w-70 {
    width: calc(100% - 15px - 30%);
}

.field-text {
    display: block;
    margin-bottom: 35px;
}

@media (max-width: 991.98px) {
    .field-text {
        margin-bottom: 27px;
    }
}

.field-text__name {
    display: block;
    margin-bottom: 10px;
    line-height: 1;
    font-weight: 500;
}

.field-text__input-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -o-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
}

.field-text__input {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    padding: 8px 16px;
    margin: 0;
    line-height: 1.5;
    font-size: 14px;
    font-family: inherit;
    background-color: #fff;
    border: 2px solid #e9e9e9;
    border-radius: 3px;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    -webkit-box-ordinal-group: 2;
    -o-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
}

@media (max-width: 991.98px) {
    .field-text__input {
        padding: 8px 10px;
    }
}

textarea.field-text__input {
    height: 110px;
}

.field-text__input:focus {
    outline: 0;
    border-color: #ff4429;
}

.field-text__input[disabled],
.field-text__input[readonly] {
    cursor: default;
    background-color: #ccc;
}

.field-text__input[type='search']::-webkit-search-cancel-button,
.field-text__input[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

.field-text__input[type='color'] {
    padding: 0;
}

.field-text__input::-webkit-input-placeholder {
    color: #d3d3d3;
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
}

.field-text__input:-ms-input-placeholder {
    color: #d3d3d3;
    opacity: 1;
    -ms-filter: none;
    filter: none;
}

.field-text__input::-ms-input-placeholder {
    color: #d3d3d3;
    opacity: 1;
    -ms-filter: none;
    filter: none;
}

.field-text__input::placeholder {
    color: #d3d3d3;
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
}

.field-text__help-text {
    -webkit-box-ordinal-group: 1;
    -o-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #808080;
    margin-bottom: 10px;
}

.field-text__help-text:empty {
    display: none;
}

.field-text:last-child {
    margin-bottom: 0;
}

.field-text_long .field-text__input-wrap {
    width: 100%;
}

@media (min-width: 768px) {
    .field-text_long .field-text__input-wrap {
        width: 345px;
    }
}

.field-text_short .field-text__input-wrap {
    width: 100%;
}

@media (min-width: 576px) {
    .field-text_short .field-text__input-wrap {
        width: 240px;
    }
}

.field-text_bottom:last-child {
    margin-bottom: 30px;
}

.field-text_mb-small {
    margin-bottom: 24px;
}

.field-text_mb-middle {
    margin-bottom: 32px;
}

.field-text.field-text_required .field-text__help-text {
    position: relative;
}

.field-text.field-text_required .field-text__help-text:after {
    display: inline-block;
    content: "*";
    font-size: 16px;
    color: #ff4429;
}

.field-text_error .field-text__name,
.field-text_error .field-text__input,
.field-text_error .field-text__help-text {
    color: #f00;
}

.field-text_error .field-text__input {
    border-color: #f00;
}

@media (min-width: 992px) {
    .field-text_error .field-text__help-text {
        position: absolute;
        top: 0;
        right: -170px;
    }
}

@media (min-width: 768px) {
    .field-text_cols-md-4-8 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: box;
        display: flex;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -o-box-lines: multiple;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media (min-width: 768px) {
    .field-text_cols-md-4-8 .field-text__name {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-box-flex: 1;
        -o-box-flex: 1;
        box-flex: 1;
        -ms-flex: 0 0 33.33333333333333%;
        flex: 0 0 33.33333333333333%;
        max-width: 33.33333333333333%;
    }
}

@media (min-width: 768px) {
    .field-text_cols-md-4-8 .field-text__input-wrap {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-box-flex: 1;
        -o-box-flex: 1;
        box-flex: 1;
        -ms-flex: 0 0 66.66666666666666%;
        flex: 0 0 66.66666666666666%;
        max-width: 66.66666666666666%;
    }
}

@media (min-width: 768px) {
    .field-text_cols-md-4-6 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: box;
        display: flex;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -o-box-lines: multiple;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media (min-width: 768px) {
    .field-text_cols-md-4-6 .field-text__name {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-box-flex: 1;
        -o-box-flex: 1;
        box-flex: 1;
        -ms-flex: 0 0 33.33333333333333%;
        flex: 0 0 33.33333333333333%;
        max-width: 33.33333333333333%;
    }
}

@media (min-width: 768px) {
    .field-text_cols-md-4-6 .field-text__input-wrap {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-box-flex: 1;
        -o-box-flex: 1;
        box-flex: 1;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.field-text.field-text_w-30 {
    width: 30%;
}

.field-text.field-text_w-50 {
    width: calc((100% - 15px) / 2);
}

.footer {
    position: relative;
    border-top: 1px solid #e9e9e9;
    padding-top: 39px;
    padding-bottom: 12px;
}

.footer__menu {
    margin-bottom: 43px;
}

@media (max-width: 575.98px) {
    .footer__menu {
        margin-bottom: 35px;
    }
}

@media (min-width: 576px) {
    .footer__bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: box;
        display: flex;
        -webkit-box-pack: justify;
        -o-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -o-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media (min-width: 576px) {
    .footer__left {
        padding-right: 30px;
    }
}

@media (max-width: 575.98px) {
    .footer__right {
        margin-top: 30px;
    }
}

@media (min-width: 576px) {
    .footer__right {
        text-align: right;
    }
}

.footer__copyright {
    font-size: 13px;
    color: #737373;
    line-height: 1.35;
    margin-bottom: 1px;
}

.footer__contacts {
    font-size: 13px;
    color: #ff4429;
    line-height: 1;
    margin-bottom: 0;
}

.footer__contacts a {
    color: #ff4429;
    text-decoration: underline;
}

@media (max-width: 767.98px) {
    .footer__counter {
        display: inline-block;
        margin: 0 !important;
        float: none;
    }
}

@media (max-width: 767.98px) {
    .footer__counter img {
        display: inline-block;
        margin: 0 !important;
        float: none;
    }
}

@media (max-width: 575.98px) {
    .footer {
        padding-bottom: 20px;
    }
}

.form {
    display: block;
}

.form__fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

.form__fieldset:not(:last-child) {
    margin-bottom: 23px;
}

.form__legend {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 36px;
    font-family: Helvetica, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 300;
    white-space: normal;
}

@media (max-width: 991.98px) {
    .form__legend {
        margin-bottom: 30px;
    }
}

.form__text {
    font-size: 12px;
    font-weight: 400;
    color: #acacac;
    margin-bottom: 34px;
}

@media (max-width: 991.98px) {
    .form__text {
        margin-bottom: 27px;
    }
}

.form__text i {
    color: #ff4429;
    font-size: 16px;
}

.form__field-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.form__submit-wrapper {
    position: relative;
    display: inline-block;
    margin-bottom: 70px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media (max-width: 991.98px) {
    .form__submit-wrapper.form__submit-wrapper_callback {
        margin-bottom: 40px;
    }
}

@media (max-width: 767.98px) {
    .form__submit-wrapper.form__submit-wrapper_callback {
        margin-bottom: 10px;
    }
}

.form__submit-wrapper:after {
    content: "";
    height: 100%;
    width: 80%;
    position: absolute;
    top: 0;
    display: block;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
    -webkit-box-shadow: 0 10px 50px rgba(0, 135, 255, 0.4);
    box-shadow: 0 10px 50px rgba(0, 135, 255, 0.4);
    -webkit-transition: box-shadow 0.2s ease-in-out;
    -webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
    transition: -webkit-box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}

.form__submit-wrapper:hover:after,
.form__submit-wrapper:focus:after {
    -webkit-box-shadow: 0 10px 15px rgba(0, 135, 255, 0.2);
    box-shadow: 0 10px 15px rgba(0, 135, 255, 0.2);
    -webkit-transition: box-shadow 0.2s ease-in-out;
    -webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
    transition: -webkit-box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}

@media (max-width: 991.98px) {
    .form__submit-wrapper {
        margin-bottom: 60px;
    }
}

.form__btn-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 50px;
}

.form__btn-wrapper:after {
    content: "";
    height: 100%;
    width: 80%;
    position: absolute;
    top: 0;
    display: block;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
    -webkit-box-shadow: 0 10px 50px rgba(0, 135, 255, 0.4);
    box-shadow: 0 10px 50px rgba(0, 135, 255, 0.4);
    -webkit-transition: box-shadow 0.2s ease-in-out;
    -webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
    transition: -webkit-box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}

.form__btn-wrapper:hover:after,
.form__btn-wrapper:focus:after {
    -webkit-box-shadow: 0 10px 15px rgba(0, 135, 255, 0.2);
    box-shadow: 0 10px 15px rgba(0, 135, 255, 0.2);
    -webkit-transition: box-shadow 0.2s ease-in-out;
    -webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
    transition: -webkit-box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}

.form__field-marking .field-text {
    width: 100%;
}

.form.form_order .form__legend {
    font-size: 27px;
    margin-bottom: 20px;
}

.form.form_index .form__fieldset h3 {
    display: none;
}

.form.form_index .form__submit-wrapper {
    margin-bottom: 50px;
}

.form.form_large .field-text,
.form.form_large .field-radio,
.form.form_large .field-select {
    margin-bottom: 27px;
}

.form.form_large .form__fieldset h3 {
    display: none;
}

.form.form_large .link.link_dotted {
    margin: 5px 0 33px;
}

.header__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

@media (max-width: 767.98px) {
    .header__row {
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -o-box-lines: multiple;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-line-pack: center;
        align-content: center;
    }
}

.header__top {
    height: 47px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
}

.header__top-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: box;
    display: flex;
}

@media (max-width: 767.98px) {
    .header__top-left {
        -webkit-box-flex: 1;
        -o-box-flex: 1;
        -ms-box-flex: 1;
        box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}

.header__region-select {
    white-space: nowrap;
}

@media (min-width: 768px) {
    .header__region-select {
        margin-right: 15px;
    }
}

@media (min-width: 992px) {
    .header__region-select {
        margin-right: 60px;
    }
}

@media (max-width: 767.98px) {
    .header__region-select {
        -webkit-box-flex: 1;
        -o-box-flex: 1;
        -ms-box-flex: 1;
        box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}

.header__phone {
    white-space: nowrap;
}

@media (min-width: 768px) {
    .header__phone {
        margin-right: 15px;
    }
}

@media (min-width: 992px) {
    .header__phone {
        margin-right: 60px;
    }
}

.header__email {
    white-space: nowrap;
}

@media (max-width: 767.98px) {
    .header__email {
        margin: 0 23px;
    }
}

.header__phone a,
.header__email a,
.header-mobile__email a{
    color: #737373;
    vertical-align: middle;
}

.header__phone a:hover,
.header__email a:hover,
.header__phone a:focus,
.header__email a:focus {
    color: #737373;
}

@media (max-width: 767.98px) {
    .header__phone a span,
    .header__email a span {
        display: none;
    }
}

.header__lang-switcher {
    display: -webkit-box;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ff4429;
}

.header__lang-switcher > * {
    vertical-align: middle;
}

.header__lang-switcher img {
    margin-left: 5px;
}

@media (min-width: 992px) {
    .header__lang-switcher img {
        margin-left: 12px;
    }
}

.header__lang-switcher span {
    margin-right: 15px;
}


.header__lang-switcher:hover,
.header__lang-switcher:focus {
    color: #ff4429;
}

@media (max-width: 991.98px) and (min-width: 768px) {
    .header__lang-switcher span {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .header__lang-switcher {
        display: -webkit-box;
        display: -ms-flexbox;
        display: box;
        display: flex;
        -webkit-box-align: center;
        -o-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.header__lang-img {
    display: inline-block;
    background: url("../images/eng-flag.png");
    height: 30px;
    width: 30px;
}

.header__bottom {
    position: relative;
    height: 88px;
    background-color: #f5f5f5;
}

@media (max-width: 1279.98px) {
    .header__bottom {
        height: 164px;
        margin-bottom: 0 !important;
    }
}

@media (min-width: 1280px) {
    .header__logo {
        margin-right: 60px;
    }
}

@media (min-width: 1280px) {
    .header__menu {
        -webkit-box-flex: 2;
        -o-box-flex: 2;
        -ms-box-flex: 2;
        box-flex: 2;
        -ms-flex-positive: 2;
        flex-grow: 2;
    }
}

@media (max-width: 1279.98px) {
    .header__menu {
        display: none;
    }
}

.header__utils {
    display: -webkit-box;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 1280px) {
    .header__utils {
        margin-left: 40px;
    }
}

.header__calc-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: box;
    display: flex;
    font-size: 40px;
    color: #ff4429;
}

.header__calc-btn:hover,
.header__calc-btn:focus {
    text-decoration: none;
}

@media (min-width: 768px) {
    .header__calc-btn {
        margin-right: 20px;
    }
}

.header__popup-btns-desctop button + button {
    margin-left: 12px;
}

@media (max-width: 767.98px) {
    .header__popup-btns-desctop {
        display: none;
    }
}

.header__popup-btns-mobil {
    display: none;
}

.header__popup-btns-mobil button + button {
    margin-left: 12px;
}

@media (max-width: 767.98px) {
    .header__popup-btns-mobil {
        display: -webkit-box;
        display: -ms-flexbox;
        display: box;
        display: flex;
        -webkit-box-pack: end;
        -o-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        width: 100%;
        margin-top: 14px;
    }
}


.icon {
    display: inline-block;
    margin-right: 4px;
    vertical-align: middle;
    font-size: 20px;
}

@media (min-width: 992px) {
    .icon {
        font-size: 23px;
        margin-right: 8px;
    }
}

.icon_red {
    color: #ff4429;
}

.label {
    display: inline-block;
    position: relative;
    margin: 0 1px;
    vertical-align: middle;
    line-height: 1;
    padding: 8px 10px;
    background-color: #e6e6e6;
    color: #1a1a1a;
    text-decoration: none;
    text-transform: none;
    font-weight: 500;
    font-size: 15px;
    white-space: nowrap;
    border-radius: 0;
}

.label:hover,
.label:focus {
    color: #1a1a1a;
    text-decoration: none;
}

.link {
    font-size: 15px;
    font-weight: 500;
    color: #737373;
    display: inline-block;
    padding: 3px;
    -webkit-transition: all ease-in-out 100ms 0ms;
    transition: all ease-in-out 100ms 0ms;
    background-color: transparent;
    line-height: 1.1333334;
}

.link span {
    text-decoration: underline;
}

.link:hover,
.link:focus {
    color: #fff;
}

.link:hover {
    text-decoration: none;
}

.link:hover span {
    text-decoration: none;
}

.link.link_teaser {
    position: relative;
    font-size: 13px;
    font-weight: 400;
    color: #ff4529;
    display: inline-block;
    padding: 3px 0;
    -webkit-transition: all ease-in-out 100ms 0ms;
    transition: all ease-in-out 100ms 0ms;
    padding-left: 25px;
}

.link.link_teaser:before {
    position: absolute;
    top: 0;
    content: "";
    display: inline-block;
    height: 19px;
    width: 19px;
    background-color: #f6461d;
    background: url("../images/read-more.png");
    background-size: cover;
    background-repeat: no-repeat;
    line-height: 1.231;
}

.link.link_teaser span {
    text-decoration: none;
    padding-left: 24px;
}

.link.link_teaser:hover,
.link.link_teaser:focus {
    color: #737373;
}

.link.link_teaser:hover {
    text-decoration: none;
}

.link.link_teaser:hover span {
    text-decoration: none;
}

.link.link_small {
    display: block;
    position: static;
    font-size: 14px;
    font-weight: 300;
    color: #737373;
    -webkit-transition: all ease-in-out 100ms 0ms;
    transition: all ease-in-out 100ms 0ms;
}

.link.link_small span {
    text-decoration: none;
}

.link.link_small:hover,
.link.link_small:focus {
    color: #737373;
}

.link.link_small:hover {
    text-decoration: none;
}

.link.link_small:hover span {
    text-decoration: underline;
}

.link.link_orange {
    display: block;
    position: static;
    font-size: 14px;
    font-weight: 300;
    color: #ff4429;
    -webkit-transition: all ease-in-out 100ms 0ms;
    transition: all ease-in-out 100ms 0ms;
}

.link.link_orange span {
    text-decoration: none;
}

.link.link_orange:hover,
.link.link_orange:focus {
    color: #ff4429;
}

.link.link_orange:hover {
    text-decoration: none;
}

.link.link_orange:hover span {
    text-decoration: underline;
}

.link.link_dotted {
    margin: 33px 0;
    font-size: 14px;
}

.link.link_dotted span {
    text-decoration: none;
    border-bottom: 1px dashed;
}

.link.link_dotted:hover,
.link.link_dotted:focus {
    color: #000;
}

.link.link_large {
    position: static;
    display: block;
    width: 796px;
    margin: 0 auto 62px;
    line-height: 1.22;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    color: #ff4429;
    -webkit-transition: all ease-in-out 100ms 0ms;
    transition: all ease-in-out 100ms 0ms;
}

.link.link_large span {
    text-decoration: none;
}

.link.link_large:hover,
.link.link_large:focus {
    color: #ff4429;
}

.link.link_large:hover {
    text-decoration: none;
}

.link.link_large:hover span {
    text-decoration: underline;
}

@media (max-width: 991.98px) {
    .link.link_large {
        width: auto;
        padding: 0;
        margin-bottom: 57px;
    }
}

@media (max-width: 767.98px) {
    .link.link_large {
        margin-bottom: 7px;
    }
}

.login-popup {
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 2001;
    background-color: #fff;
    width: 290px;
    padding: 20px;
    -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: all 150ms 0ms ease-in-out, -webkit-transform 200ms 0ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 150ms 0ms ease-in-out, -webkit-transform 200ms 0ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 150ms 0ms ease-in-out, transform 200ms 0ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 150ms 0ms ease-in-out, transform 200ms 0ms cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 200ms 0ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.login-popup:before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 10px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #fff;
}

@media (min-width: 576px) {
    .login-popup {
        width: 320px;
    }
}

.login-popup__link-pass-request {
    color: #ff4429;
}

.login-popup__link-pass-request:hover {
    color: #ff4429;
}

@media (min-width: 768px) {
    .login-popup__link-pass-request {
        margin-left: 33.33333333333333%;
        padding-left: 10px;
    }
}

.login-popup_shown {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.logo {
    display: inline-block;
    white-space: nowrap;
}

.logo img {
    display: block;
    margin: 0 !important;
}

@media (max-width: 1279.98px) {
    .logo img {
        max-width: 100%;
    }
}

@media (max-width: 1279.98px) {
    .logo {
        width: 190px;
    }
}

@media (max-width: 767.98px) {
    .logo {
        width: 175px;
    }
}

.main-nav {
    position: relative;
}

.main-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-nav__list_lvl-2 {
    display: block;
}

.main-nav__list_lvl-3 {
    display: block;
}

.main-nav__item {
    position: relative;
}

.main-nav__item_active > .main-nav__link {
    color: #000;
}

.main-nav__link {
    display: inline-block;
    text-decoration: none;
    background-color: transparent;
    white-space: nowrap;
}

.main-nav__link:hover,
.main-nav__link:focus {
    text-decoration: none;
}

.main-nav__carret {
    width: 10px;
    height: 6px;
    margin-left: 5px;
    font-size: 10px;
    color: #ff4429;
}

.main-nav__carret:before {
    content: "\65";
    font-family: "ekouniversal" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.main-nav__sublist-wrapper_lvl-2 {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    height: 0;
    overflow: hidden;
}

.main-nav__sublist-wrapper_lvl-3 {
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 100%;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    height: 0;
    overflow: hidden;
}

.main-nav_header {
    position: static;
}

.main-nav_header > .main-nav__list > .main-nav__item {
    padding: 31px 0;
}

.main-nav_header > .main-nav__list > .main-nav__item_has-child {
    position: static;
}

.main-nav_header > .main-nav__list > .main-nav__item_has-child > .main-nav__carret {
    cursor: pointer;
}

.main-nav_header .main-nav__list {
    -webkit-box-pack: start;
    -o-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -o-box-lines: single;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.main-nav_header > .main-nav__list {
    -webkit-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.main-nav_header .main-nav__link {
    font-size: 18px;
    color: #737373;
}

.main-nav_header .main-nav__link:hover,
.main-nav_header .main-nav__link:focus {
    color: #ff4429;
}

.main-nav_header .main-nav__sublist-wrapper_lvl-2 {
    -webkit-transition: height 0.6s ease-in-out, visibility 0.2s ease-in-out, opacity 0.2s ease-in-out;
    transition: height 0.6s ease-in-out, visibility 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

.main-nav_header .main-nav__item.show .main-nav__item_has-child > .main-nav__link_lvl-2 {
    padding-bottom: 5px !important;
}

.main-nav_header .main-nav__item.show .main-nav__sublist-wrapper {
    width: 100%;
}

.main-nav_header .main-nav__item.show .main-nav__sublist-wrapper .main-nav__list {
    background-color: #f4f4f4;
}

.main-nav_header .main-nav__item.show .main-nav__sublist-wrapper .main-nav__link {
    display: block;
    white-space: normal;
    font-size: 16px;
    line-height: 1.1875;
    -webkit-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out;
}

.main-nav_header .main-nav__item.show .main-nav__sublist-wrapper .main-nav__link:hover,
.main-nav_header .main-nav__item.show .main-nav__sublist-wrapper .main-nav__link:focus {
    color: #ff4429;
}

.main-nav_header .main-nav__item.show .main-nav__sublist-wrapper .main-nav__link_lvl-2 {
    padding: 0 35px;
}

.main-nav_header .main-nav__item.show .main-nav__sublist-wrapper .main-nav__carret {
    display: none;
}

.main-nav_header .main-nav__item.show .main-nav__sublist-wrapper_lvl-2 {
    left: 0;
    top: 99%;
    padding: 30px 0;
    visibility: visible;
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
    height: auto;
    overflow: visible;
    background: #f4f4f4;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

.main-nav_header .main-nav__item.show .main-nav__sublist-wrapper_lvl-3 {
    position: static;
    visibility: visible;
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
    height: auto;
    overflow: visible;
}

.main-nav_header .main-nav__item.show .main-nav__list_lvl-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: horizontal;
    -o-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #f4f4f4;
    width: 1220px;
    margin: auto;
}

.main-nav_header .main-nav__item.show .main-nav__item_lvl-2 {
    width: 33%;
    position: static;
    margin-bottom: 20px;
}

.main-nav_header .main-nav__item.show .main-nav__link_lvl-2 {
    color: #4e4e4e;
}

.main-nav_header .main-nav__item.show .main-nav__list_lvl-3 {
    padding-left: 35px;
}

.main-nav_header .main-nav__item.show .main-nav__link_lvl-3 {
    position: relative;
    padding: 5px 15px;
    color: #7d7d7d;
    font-size: 14px !important;
}

.main-nav_header .main-nav__item.show .main-nav__link_lvl-3:after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    left: 0;
    content: "";
    display: inline-block;
    width: 8px;
    height: 5px;
    background: url("../images/submenu_arrow.png");
    background-repeat: no-repeat;
    background-position: center;
}

.main-nav_footer .main-nav__list {
    -webkit-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 767.98px) {
    .main-nav_footer .main-nav__list {
        display: block;
        -webkit-columns: 3;
        columns: 3;
    }
}

@media (max-width: 575.98px) {
    .main-nav_footer .main-nav__list {
        -webkit-columns: 2;
        columns: 2;
    }
}

@media (max-width: 479px) {
    .main-nav_footer .main-nav__list {
        -webkit-columns: auto;
        columns: auto;
    }
}

.main-nav_footer .main-nav__link {
    font-size: 17px;
    font-weight: 300;
    color: #0087ff;
}

.main-nav_footer .main-nav__link:hover,
.main-nav_footer .main-nav__link:focus {
    color: #737373;
}

.main-nav_mobile .main-nav__list {
    display: block;
}

.main-nav_mobile .main-nav__item {
    padding: 5px 0;
}

.main-nav_mobile .main-nav__item_active {
    background-color: #ff4429;
}

.main-nav_mobile .main-nav__item_active > .main-nav__link {
    color: #fff;
}

.main-nav_mobile .main-nav__item_active > .main-nav__link:before {
    background-color: #fff;
}

.main-nav_mobile .main-nav__link {
    font-size: 18px;
    color: #737373;
    padding-left: 30px;
    white-space: normal;
    line-height: 1;
}

.main-nav_mobile .main-nav__carret {
    cursor: pointer;
}

.main-nav_mobile .main-nav__sublist-wrapper {
    position: static;
    display: none;
    padding-top: 6px;
}

.main-nav_mobile .main-nav__sublist-wrapper_opened {
    display: block;
    visibility: visible;
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
    height: auto;
}

.main-nav_mobile .main-nav__link_lvl-2,
.main-nav_mobile .main-nav__link_lvl-3 {
    font-size: 16px;
    font-weight: 300;
}

.main-nav_mobile .main-nav__link_lvl-2 {
    padding-left: 47px;
}

.main-nav_mobile .main-nav__link_lvl-3 {
    position: relative;
    padding-left: 73px;
}

.main-nav_mobile .main-nav__link_lvl-3:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 47px;
    width: 17px;
    height: 1px;
    background-color: #ff4429;
}

.map {
    width: 100%;
    height: 430px;
}

@media (max-width: 767.98px) {
    .map {
        height: 400px;
    }
}

@media (max-width: 575.98px) {
    .map {
        height: 100vw;
    }
}

.mobile-menu {
    display: none;
}

@media (max-width: 1279.98px) {
    .mobile-menu {
        display: block;
        height: 100%;
        width: 590px;
        position: fixed;
        top: 0;
        left: 100%;
        z-index: 2000;
        background-color: #fff;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: all ease-in-out 200ms 0ms;
        transition: all ease-in-out 200ms 0ms;
    }

    .mobile-menu_shown {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.mobile-menu__header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 20px 15px 10px 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px 0 rgba(204, 204, 204, 0.1);
    box-shadow: 0 1px 1px 0 rgba(204, 204, 204, 0.1);
}

.mobile-menu__title {
    font-size: 30px;
    color: #ff4429;
    font-weight: 300;
}

.mobile-menu__inner {
    padding-top: 80px;
    height: 100vh;
    overflow-y: auto;
}

.mobile-menu__overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.3);
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    zoom: -1;
    -webkit-transition: opacity ease-in-out 150ms 0ms;
    transition: opacity ease-in-out 150ms 0ms;
}

.mobile-menu_shown + .mobile-menu__overlay {
    visibility: visible;
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
    z-index: 1999;
}

@media (min-width: 1280px) {
    .mobile-menu__overlay {
        display: none;
    }
}

@media (max-width: 1279.98px) and (max-width: 767.98px) {
    .mobile-menu {
        width: 100%;
    }
}

.js-modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1010;
    -webkit-overflow-scrolling: touch;
}

.js-modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal__dialog {
    position: relative;
    margin: 0;
    width: 100%;
    height: 100%;
}

@media (min-width: 992px) {
    .modal__dialog {
        width: 575px;
        height: auto;
    }

    .modal_open .modal__dialog {
        -webkit-animation: modal-content-show 0.3s 1 both;
        animation: modal-content-show 0.3s 1 both;
    }
}

.modal__content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -o-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 100%;
    min-height: 100%;
    background-color: #fff;
    outline: 0;
}

.modal__tools {
    display: block;
    text-align: right;
    margin-top: 7px;
    margin-bottom: 22px;
}

.modal__text {
    font-size: 15px;
    padding-right: 35px;
}

.modal__close {
    position: absolute !important;
    top: 11px;
    right: 11px;
}

.modal__header {
    padding: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 20px;
}

.modal__title {
    font-size: 36px;
    line-height: 1.3;
    font-weight: 300;
    color: #ff4429;
}

.modal__subtitle {
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 400;
    color: #ff4429;
}

.modal__body {
    padding: 0 15px;
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    -ms-box-flex: 1;
    box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.modal__footer {
    padding: 15px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.modal__container {
    display: block;
    margin: 0 auto;
    width: 360px;
}

@media (max-width: 575.98px) {
    .modal__container {
        width: 290px;
    }
}

.modal__backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1009;
    background-color: rgba(0, 0, 0, 0.7);
}

@media (min-width: 992px) {
    .modal__backdrop {
        -webkit-animation: modal-backdrop-show 0.3s 1;
        animation: modal-backdrop-show 0.3s 1;
    }
}

@media (min-width: 992px) {
    .modal_open {
        display: -webkit-box;
        display: -ms-flexbox;
        display: box;
        display: flex;
        -webkit-box-pack: center;
        -o-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -o-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@-webkit-keyframes modal-backdrop-show {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
    100% {
        opacity: 1;
        -ms-filter: none;
        -webkit-filter: none;
        filter: none;
    }
}

@keyframes modal-backdrop-show {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
    100% {
        opacity: 1;
        -ms-filter: none;
        -webkit-filter: none;
        filter: none;
    }
}

@-webkit-keyframes modal-content-show {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-2em);
        transform: translateY(-2em);
    }
    100% {
        opacity: 1;
        -ms-filter: none;
        -webkit-filter: none;
        filter: none;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes modal-content-show {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-2em);
        transform: translateY(-2em);
    }
    100% {
        opacity: 1;
        -ms-filter: none;
        -webkit-filter: none;
        filter: none;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.modal.modal_calculate {
    background-image: url("../images/calculator_bg.png");
    background-position: center bottom;
    background-size: contain;
}

.modal.modal_calculate .close.close_modal {
    height: 29px;
    width: 29px;
    line-height: 29px;
}

.modal.modal_calculate .close.close_modal > span {
    width: 29px;
}

.modal.modal_calculate .close.close_modal > span:before,
.modal.modal_calculate .close.close_modal > span:after {
    height: 2px;
    background: #ff4429;
}

.modal.modal_calculate .modal__close {
    top: 25px;
    right: 10px;
}

.modal.modal_calculate .modal__header {
    margin-bottom: 5px;
}

.modal.modal_calculate .modal__tools {
    margin-top: 17px;
    margin-bottom: 0;
}

.modal.modal_calculate .modal__text {
    padding-left: 15px;
    display: block;
    text-align: left;
    font-size: 30px;
    font-weight: 300;
    color: #ff4429;
}

.modal.modal_calculate .modal__body {
    padding: 0;
}

.modal.modal_calculate .modal__container {
    width: 100%;
}

.modal.modal_result .modal__body {
    padding: 0 65px;
}

.modal.modal_result .modal__subtitle {
    margin-bottom: 25px;
}

.number {
    font-size: 0;
    white-space: nowrap;
}

.number > * {
    vertical-align: middle;
}

.number input[type="text"] {
    font-size: 16px;
    width: 36px;
    border: 1px solid #ccc;
    padding: 0 5px;
    text-align: right;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-shadow: inset 0px 3px 6px 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 3px 6px 0 rgba(0, 0, 0, 0.1);
}

.number__minus,
.number__plus {
    cursor: pointer;
    position: relative;
    display: inline-block;
    width: 24px;
    border: 1px solid #ccc;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.number__minus:before,
.number__plus:before {
    content: "";
    display: block;
    height: 10px;
    width: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    line-height: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px 10px;
}

.number__minus:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version=%221.0%22 encoding=%22utf-8%22?%3E %3C!-- Generator: Adobe Illustrator 17.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3C!DOCTYPE svg PUBLIC %22-//W3C//DTD SVG 1.1//EN%22 %22http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E %3Csvg version=%221.1%22 id=%22Layer_1%22 xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlink=%22http://www.w3.org/1999/xlink%22 x=%220px%22 y=%220px%22 viewBox=%220 0 10 2%22 enable-background=%22new 0 0 10 2%22 xml:space=%22preserve%22%3E %3Crect fill=%22%23656665%22 width=%2210%22 height=%222%22/%3E %3C/svg%3E");
}

.number__plus:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version=%221.0%22 encoding=%22utf-8%22?%3E %3C!-- Generator: Adobe Illustrator 17.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3C!DOCTYPE svg PUBLIC %22-//W3C//DTD SVG 1.1//EN%22 %22http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E %3Csvg version=%221.1%22 id=%22Layer_1%22 xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlink=%22http://www.w3.org/1999/xlink%22 x=%220px%22 y=%220px%22 viewBox=%220 0 10 10%22 enable-background=%22new 0 0 10 10%22 xml:space=%22preserve%22%3E %3Cpolygon fill=%22%23656665%22 points=%2210,4 6,4 6,0 4,0 4,4 0,4 0,6 4,6 4,10 6,10 6,6 10,6 %22/%3E %3C/svg%3E");
}

@media (min-width: 576px) {
    .number input[type="text"],
    .number__minus,
    .number__plus {
        height: 24px;
    }

    .number__minus {
        border-right: none;
    }

    .number__plus {
        border-left: none;
    }
}

@media (max-width: 575.98px) {
    .number {
        display: -webkit-box;
        display: -ms-flexbox;
        display: box;
        display: flex;
        -webkit-box-orient: vertical;
        -o-box-orient: vertical;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .number input[type="text"],
    .number__minus,
    .number__plus {
        height: 30px;
        display: block;
        margin: 0 auto;
    }

    .number input[type="text"] {
        text-align: center;
    }

    .number__minus,
    .number__plus {
        width: 36px;
    }

    .number__minus {
        -webkit-box-ordinal-group: 1;
        -o-box-ordinal-group: 1;
        -ms-flex-order: 1;
        order: 1;
        border-top: none;
    }

    .number__plus {
        -webkit-box-ordinal-group: -1;
        -o-box-ordinal-group: -1;
        -ms-flex-order: -1;
        order: -1;
        border-bottom: none;
    }
}

.owl-carousel {
    display: block;
}

.owl-carousel .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    margin-top: 15px;
}

.owl-carousel .owl-dot {
    display: inline-block;
    zoom: 1;
}

.owl-carousel .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    background: #e6e6e6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    border-radius: 30px;
}

.owl-carousel .owl-dot:hover span,
.owl-carousel .owl-dot.active span {
    background: #b2b2b2;
}

.page {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -o-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
}

.page__inner {
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    -ms-box-flex: 1;
    box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 20px;
}

.page__footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.pager-wrap {
    text-align: center;
    margin: 25px 0 35px;
}

@media (max-width: 991.98px) {
    .pager-wrap {
        margin: 20px 0 25px;
    }
}

@media (max-width: 767.98px) {
    .pager-wrap {
        margin: 35px 0 25px;
    }
}

.pager-wrap .pager {
    margin: 0;
}

.pager-wrap .pager-wrap_mb-5 {
    margin: 25px 0 5px;
}

.pager {
    display: inline-block;
    padding-left: 0;
    margin: 24px 0;
    list-style-type: none;
}

.pager__item {
    display: inline-block;
    margin-bottom: 5px;
}

.pager__item a,
.pager__item span {
    display: block;
    position: relative;
    padding: 3px 11px;
    line-height: 1.5;
    text-decoration: none;
    color: #737373;
    background-color: #fff;
    border: 1px solid inherit;
    -webkit-transition: all ease-in-out 200ms 0ms;
    transition: all ease-in-out 200ms 0ms;
}

.pager__item :not(.pager__previous),
.pager__item :not(.pager__next) {
    margin: 0 4px;
}

@media (max-width: 991.98px) {
    .pager__item :not(.pager__previous),
    .pager__item :not(.pager__next) {
        margin: 0 0;
    }
}

.pager__item a:hover,
.pager__item a:focus {
    color: #191919;
    background-color: #ebebeb;
    border-color: #ebebeb;
}

.pager .pager__current span,
.pager .pager__current span:hover,
.pager .pager__current span:focus {
    color: #fff;
    background-color: #ff4429;
    border-color: inherit;
    cursor: default;
}

.pager__previous a,
.pager__next a,
.pager__previous a:hover,
.pager__next a:hover,
.pager__previous a:focus,
.pager__next a:focus {
    padding: 3px 11px;
    background-color: $ green;
    color: #fff;
}

.region-select {
    position: relative;
    display: inline-block;
}

.region-select__caption {
    vertical-align: middle;
}

@media (max-width: 575.98px) {
    .region-select__caption {
        display: none;
    }
}

.region-select__link {
    color: #ff4429;
    border-bottom: 1px dashed #ff4429;
    vertical-align: middle;
    cursor: pointer;
}

.region-select__link:hover,
.region-select__link:focus {
    color: #ff4429;
    text-decoration: none;
}

.region-select__drop {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    padding-top: 15px;
    padding-bottom: 11px;
    padding-left: 0;
    margin-bottom: 0;
    background-color: #fff;
    list-style-type: none;
    -webkit-transition: opacity ease-in-out 150ms 0ms;
    transition: opacity ease-in-out 150ms 0ms;
}

.region-select__drop_visible {
    visibility: visible;
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
}

.region-select__item {
    padding: 10px 15px;
    color: #ff4429;
    cursor: pointer;
    -webkit-transition: all ease-in-out 150ms 0ms;
    transition: all ease-in-out 150ms 0ms;
}

.region-select__item:hover,
.region-select__item:focus {
    color: #fff;
    background-color: #ff4429;
}

.region-select__item_active {
    color: #fff;
    background-color: #ff4429;
}

.rouble {
    font-family: Rouble;
    font-size: inherit;
    font-weight: 100;
}

.search {
    display: block;
    position: relative;
    border-color: transparent;
    padding: 0 0 0 15px;
    height: 25px;
    width: 240px;
}

.search input[type="text"] {
    border: none;
    background: transparent;
    line-height: 1;
    width: 100%;
    padding-right: 30px;
}

.search button[type="submit"] {
    position: absolute;
    top: 2px;
    right: 2px;
    cursor: pointer;
    border: none;
    padding: 0;
    background-color: transparent;
}

.search button[type="submit"]:before {
    display: inline-block;
    font-size: 20px;
}

.search button[type="submit"]:focus {
    outline: none;
}

.search_header {
    border: 1px solid #ccc;
}

.search_content {
    display: inline-block;
}

.showperpage {
    font-size: 15px;
    font-weight: 600;
}

.showperpage__text {
    font-weight: 300;
    margin-right: 15px;
    color: #999;
}

.showperpage__item {
    margin: 0 8px;
}

a.showperpage__item {
    color: $ green;
    border-bottom: 1px dotted transparent;
    -webkit-transition: all ease-in-out 150ms 0ms;
    transition: all ease-in-out 150ms 0ms;
}

a.showperpage__item:hover,
a.showperpage__item:focus {
    text-decoration: none;
    border-bottom: 1px dotted $ green;
}

.showperpage__item_active {
    color: #191919;
}

.showperpage_filled .showperpage__text {
    margin-right: 7px;
}

.showperpage_filled .showperpage__item_active {
    padding: 4px 8px;
    margin: 0;
    color: #fff;
    background-color: $ green;
}

.sidebar__item {
    margin-bottom: 30px;
}

.sidebar__item .vendor-sb:last-of-type {
    margin-bottom: 20px;
}

.sortperpage {
    font-size: 15px;
    margin-right: 40px;
}

.sortperpage__label {
    font-weight: 300;
    margin-right: 15px;
    color: #999;
}

.sortperpage__item + .sortperpage__item {
    margin-left: 15px;
}

.sortperpage__name {
    font-weight: 600;
    margin-right: 3px;
    color: #191919;
    border-bottom: 1px dotted transparent;
    -webkit-transition: all ease-in-out 200ms 0ms;
    transition: all ease-in-out 200ms 0ms;
}

.sortperpage__name:hover,
.sortperpage__name:focus {
    color: #191919;
    text-decoration: none;
    border-bottom-color: inherit;
}

.sortperpage__item_active .sortperpage__name {
    color: $ green;
}

.sortperpage__item_active .sortperpage__name:hover,
.sortperpage__item_active .sortperpage__name:focus {
    border-bottom-color: transparent;
}

.sortperpage__arrow {
    padding: 0 4px;
    text-decoration: none;
}

.sortperpage__arrow:hover,
.sortperpage__arrow:focus {
    text-decoration: none;
}

.sortperpage__arrow:before {
    font-size: 9px;
    color: #ccc;
}

.sortperpage__arrow_active:before {
    color: $ green;
}

[class*="icon-"] {
    display: inline-block;
    vertical-align: middle;
}

.table {
    display: block;
    width: 100%;
    overflow-x: auto;
}

.teaser {
    padding: 26px 21px 30px;
}

@media (max-width: 991.98px) {
    .teaser {
        padding: 26px 21px 25px;
    }
}

.teaser__date {
    color: #999;
    margin-bottom: 7px;
}

.teaser__title {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #737373;
    line-height: 1.231;
    margin-bottom: 11px;
}

.teaser__title:hover,
.teaser__title:focus {
    color: #737373;
    text-decoration: none;
}

.teaser__text {
    font-size: 15px;
    line-height: 1.33334;
    margin-bottom: 7px;
}

.teaser__more {
    font-size: 15px;
    font-weight: 500;
    color: $ green;
    text-decoration: none;
    border-bottom: 1px dotted transparent;
    -webkit-transition: all ease-in-out 150ms 0ms;
    transition: all ease-in-out 150ms 0ms;
}

.teaser__more:after {
    font-family: "svetloyar" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\67";
    vertical-align: middle;
    margin-left: 5px;
    -webkit-transition: all ease-in-out 150ms 0ms;
    transition: all ease-in-out 150ms 0ms;
}

.teaser__more:hover,
.teaser__more:focus {
    text-decoration: none;
    color: #000;
}

.teaser__more:hover:after,
.teaser__more:focus:after {
    color: #000;
}

.teaser.teaser_index {
    padding-bottom: 15px;
}

.thumb {
    position: relative;
}

.thumb__img {
    display: block;
    height: 166px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media (max-width: 767.98px) {
    .thumb__img {
        height: 40vw;
    }
}

@media (max-width: 575.98px) {
    .thumb__img {
        height: 54vw;
    }
}

.thumb .thumb__date {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    padding: 4px 14px;
    background: #ff4529;
    font-size: 19px;
    font-weight: 300;
    color: #fff;
}

.thumb.thumb_big {
    position: relative;
}

.thumb.thumb_big .thumb__img {
    height: 442px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media (max-width: 767.98px) {
    .thumb.thumb_big .thumb__img {
        height: 40vw;
    }
}

@media (max-width: 575.98px) {
    .thumb.thumb_big .thumb__img {
        height: 54vw;
    }
}

.thumb.thumb_big .thumb__date {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    padding: 4px 14px;
    background: #ff4529;
    color: #fff;
}

@media (max-width: 991.98px) {
    .thumb.thumb_index .thumb__img {
        height: 138px;
    }
}

@media (max-width: 767.98px) {
    .thumb.thumb_index .thumb__img {
        height: 40vw;
    }
}

@media (max-width: 575.98px) {
    .thumb.thumb_index .thumb__img {
        height: 54vw;
    }
}

@media (max-width: 991.98px) {
    .thumb.thumb_index .thumb__date {
        padding: 7px 10px;
        font-size: 16px;
    }
}

h2.title.title_red {
    margin-bottom: 0px;
    font-size: 37px;
    font-weight: 300;
    line-height: 1.3;
    color: #ff4429;
}

@media (max-width: 991.98px) {
    h2.title.title_red {
        font-size: 36px;
    }
}

@media (max-width: 767.98px) {
    h2.title.title_red {
        line-height: 1.08;
    }
}

h2.title.title_slider {
    margin-bottom: 23px;
    font-size: 37px;
    font-weight: 300;
    line-height: 1.3;
    color: #ff4429;
}

@media (max-width: 991.98px) {
    h2.title.title_slider {
        font-size: 36px;
    }
}

@media (max-width: 767.98px) {
    h2.title.title_slider {
        line-height: 1.08;
    }
}

h2.title.title_margin-bot {
    margin-bottom: 0;
}

h2.title.title_last-news {
    margin-bottom: 32px;
    font-size: 37px;
    font-weight: 300;
    line-height: 1.3;
    color: #ff4429;
}

@media (max-width: 991.98px) {
    h2.title.title_last-news {
        font-size: 36px;
    }
}

@media (max-width: 767.98px) {
    h2.title.title_last-news {
        line-height: 1.08;
    }
}

.tooltip {
    position: relative;
    z-index: 1000;
}

.tooltip__bubble {
    position: absolute;
    top: calc(100% + 8px);
    left: -50%;
    min-width: 170px;
    max-width: 250px;
    padding: 0.8rem 1rem;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -webkit-transform: translateX(-19%);
    transform: translateX(-19%);
    font-size: 13px;
    font-weight: 400;
    text-align: center;
}

.tooltip__bubble:before {
    content: '';
    position: absolute;
    top: -5px;
    left: 50%;
    -webkit-transform: translateX(-67%);
    transform: translateX(-67%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #fff transparent;
}

@media (max-width: 767.98px) {
    .tooltip__bubble {
        left: auto;
        right: 0;
        -webkit-transform: translateX(5%);
        transform: translateX(5%);
    }

    .tooltip__bubble:before {
        left: auto;
        right: 23px;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.topcontrol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: horizontal;
    -o-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

@media (max-width: 575.98px) {
    .topcontrol__item_xs-mb {
        margin-bottom: 15px;
    }
}

@media (max-width: 575.98px) {
    .topcontrol {
        -webkit-box-orient: vertical;
        -o-box-orient: vertical;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -o-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.online-order {
    float: right;
    position: relative;
    display: block;
    height: 494px;
    width: 340px;
}

.online-order__fieldset {
    padding: 0 15px;
}

.online-order__title {
    line-height: 1;
    font-size: 27px;
    font-weight: 400;
    margin-top: 25px;
    margin-bottom: 0;
}

.online-order__subtitle {
    font-size: 14px;
    font-weight: 400;
    color: #ff4429;
    margin-bottom: 30px;
}

.online-order__wrapper {
    position: relative;
}

.online-order__list {
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -o-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    margin: 0;
}

.online-order__item {
    display: inline-block;
    height: calc((100% - 15px) / 4);
    width: 124px;
    background: rgba(0, 0, 0, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -o-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: all ease-in-out 250ms 0ms;
    transition: all ease-in-out 250ms 0ms;
}

.online-order__item:hover,
.online-order__item:focus {
    background: rgba(0, 0, 0, 0.6);
}

.online-order__item_active {
    position: relative;
    background: #ff4429;
    -webkit-transition: all ease-in-out 250ms 0ms;
    transition: all ease-in-out 250ms 0ms;
}

.online-order__item_active:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    display: inline-block;
    border: 60px solid transparent;
    border-left: 13px solid #ff4429;
    z-index: -1;
}

.online-order__item_active.online-order__item_height:after {
    border: 60px solid transparent;
    border-left: 13px solid #ff4429;
}

.online-order__item_active:hover,
.online-order__item_active:focus {
    background: #ff4429;
}

.online-order__caption {
    text-align: center;
    display: inline-block;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 1.23;
    color: #fff;
}

.online-order__caption:before {
    display: inline-block;
    content: "";
}

.online-order__img-1 {
    display: inline-block;
    height: 34px;
    width: 33px;
    margin-bottom: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.online-order__img-2 {
    display: inline-block;
    width: 47px;
    height: 26px;
    margin-bottom: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.online-order__img-3 {
    display: inline-block;
    height: 31px;
    width: 31px;
    margin-bottom: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.online-order__img-4 {
    display: inline-block;
    height: 35px;
    width: 17px;
    margin-bottom: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.online-order.online-order_small .online-order__title {
    margin-bottom: 0;
}

.online-order.online-order_small .online-order__subtitle {
    margin-bottom: 13px;
}

.online-order.online-order_small .field-text {
    margin-bottom: 16px;
}

.online-order.online-order_small .link.link_dotted {
    margin: 0 0 15px;
}

.online-order.online-order_small .field-radio__name {
    line-height: 1.5;
}

.online-order.online-order_small .field-radio__name-text:before {
    top: 4px;
}

.online-order.online-order_small .field-radio__name-text:after {
    top: 9px;
}

.online-order.online-order_small .form__submit-wrapper {
    margin-bottom: 20px;
}

.service {
    height: 232px;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.3)));
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3));
}

@media (max-width: 991.98px) {
    .service {
        height: 140px;
    }
}

@media (max-width: 767.98px) {
    .service {
        height: 40vw;
    }
}

@media (max-width: 575.98px) {
    .service {
        height: 58vw;
    }
}

.service__inner {
    height: 100%;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.service__title {
    padding-top: 110px;
    margin-bottom: 0;
    text-align: center;
    font-size: 37px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
}

@media (max-width: 991.98px) {
    .service__title {
        font-size: 30px;
        padding-top: 49px;
    }
}

@media (max-width: 767.98px) {
    .service__title {
        font-size: 37px;
        padding-top: 19vw;
    }
}

.service__subtitle {
    display: block;
    margin-bottom: 11px;
    text-align: center;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.2;
    color: #fff;
}

@media (max-width: 991.98px) {
    .service__subtitle {
        font-size: 19px;
        margin-bottom: 5px;
    }
}

@media (max-width: 767.98px) {
    .service__subtitle {
        font-size: 24px;
        margin-bottom: 12px;
    }
}

.callback {
    display: block;
    height: 532px;
    width: 964px;
    margin: 38px auto 22px;
    padding-top: 100px;
    background: url("../images/index-map.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: 0.25s ease-in-out 0.3s 0ms;
    transition: 0.25s ease-in-out 0.3s 0ms;
}

@media (max-width: 991.98px) {
    .callback {
        height: auto;
        width: 100%;
        background-position: center 20px;
    }
}

@media (max-width: 767.98px) {
    .callback {
        padding-top: 10px;
        background: none;
    }
}

.callback__phone {
    color: inherit;
    font-weight: 300;
}

.callback__phone:hover,
.callback__phone:focus {
    color: #0077e1;
}

@media (max-width: 767.98px) {
    .callback__phone {
        font-size: 36px;
    }
}

.callback__subtitle {
    display: block;
    margin-bottom: 40px;
    text-align: center;
    text-align: center;
    font-size: 24px;
    font-weight: 300;
    color: #ff4429;
}

@media (max-width: 767.98px) {
    .callback__subtitle {
        margin-top: 6px;
    }
}

.callback__phone-context {
    display: block;
    margin-bottom: 39px;
    text-align: center;
    font-size: 19px;
    font-weight: 300;
    color: #5a5a5a;
}

.our-partners {
    display: block;
}

.our-partners__inner {
    position: relative;
    padding: 0 15px;
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
}

.our-partners__nav {
    position: absolute;
    top: 30%;
    left: 0px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 0;
    width: 100%;
    z-index: 1000;
}

.our-partners__nav .owl-prev,
.our-partners__nav .owl-next {
    position: relative;
    z-index: 100;
    cursor: pointer;
}

.our-partners__prev,
.our-partners__next {
    position: absolute;
    top: 7px;
}

.our-partners__prev i,
.our-partners__next i {
    color: #e3e3e3;
    font-size: 70px;
}

.our-partners__prev {
    left: -21px;
}

@media (max-width: 1279.98px) {
    .our-partners__prev {
        left: -24px;
    }
}

@media (max-width: 575.98px) {
    .our-partners__prev {
        left: 6px;
    }
}

.our-partners__next {
    right: -21px;
}

@media (max-width: 1279.98px) {
    .our-partners__next {
        right: -24px;
    }
}

@media (max-width: 575.98px) {
    .our-partners__next {
        right: 6px;
    }
}

.our-partners__slide {
    padding-top: 15px;
    padding-bottom: 30px;
}

.our-partners__slide-wrapper {
    display: block;
    margin: 0 auto;
    width: 130px;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.our-partners__slide-wrapper:hover,
.our-partners__slide-wrapper:focus {
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.our-partners__slide-wrapper:hover .our-partners__logo:after,
.our-partners__slide-wrapper:focus .our-partners__logo:after {
    -webkit-transition: box-shadow 0.5s ease-in-out;
    -webkit-transition: -webkit-box-shadow 0.5s ease-in-out;
    transition: -webkit-box-shadow 0.5s ease-in-out;
    transition: box-shadow 0.5s ease-in-out;
    transition: box-shadow 0.5s ease-in-out, -webkit-box-shadow 0.5s ease-in-out;
    -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.65);
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.65);
}

.our-partners__doc {
    display: block;
    height: 120px;
    width: 115px;
    margin: 0 auto;
    border: 1px solid #e5e5e5;
    border-bottom: none;
    background: #fff;
    cursor: pointer;
}

.our-partners__logo {
    display: block;
    position: relative;
    height: 55px;
    margin: 0 auto;
    border: 1px solid #e5e5e5;
    background: #fff;
    cursor: pointer;
}

.our-partners__logo:after {
    content: "";
    display: block;
    height: 100%;
    width: 80%;
    position: absolute;
    top: 0;
    left: 10%;
    -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.4);
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.4);
    z-index: -1;
    -webkit-transition: box-shadow 0.5s ease-in-out;
    -webkit-transition: -webkit-box-shadow 0.5s ease-in-out;
    transition: -webkit-box-shadow 0.5s ease-in-out;
    transition: box-shadow 0.5s ease-in-out;
    transition: box-shadow 0.5s ease-in-out, -webkit-box-shadow 0.5s ease-in-out;
}

.our-partners h2 {
    margin-bottom: 50px;
}

.teaser-news {
    border: 2px solid #e9e9e9;
    height: 100%;
}

.calc-waste {
    display: block;
}

.calc-waste__info {
    font-size: 24px;
    font-weight: 300;
    text-align: center;
}

.calc-waste__price {
    font-size: 36px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 30px;
}

.calc-waste__comment {
    font-size: 16px;
    text-align: center;
    margin-bottom: 45px;
}

.calc-waste__descriptor {
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 15px;
}

.mobile-calculator {
    display: block;
}

.mobile-calculator__list {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

@media (max-width: 991.98px) {
    .mobile-calculator__list:after {
        content: "";
        height: 325px;
        width: 100%;
        position: absolute;
        top: calc(100% + 5px);
        left: 0;
        background-image: url("../images/calculator_bg.png");
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
        z-index: 10;
    }
}

@media (max-width: 768px) and (max-height: 860px) {
    .mobile-calculator__list:after {
        height: calc(100vh - 530px);
    }
}

@media (max-width: 768px) and (max-height: 600px) {
    .mobile-calculator__list:after {
        display: none;
    }
}

.mobile-calculator__item-wrapper {
    cursor: pointer;
}

.mobile-calculator__item-wrapper_active > .mobile-calculator__form {
    display: block;
}

.mobile-calculator__item {
    display: inline-block;
    height: 110px;
    width: 100%;
    background: #818181;
    display: -webkit-box;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -o-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
}

.mobile-calculator__item_active {
    background: #ff4429;
    margin-bottom: 20px;
}

.mobile-calculator__form {
    display: none;
    width: 400px;
    margin: 0 auto;
    padding: 0;
}

@media (max-width: 575.98px) {
    .mobile-calculator__form {
        margin: auto;
        width: 100%;
        padding: 0 15px;
    }
}

.mobile-calculator__title {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
}

.mobile-calculator__caption {
    font-size: 27px;
    font-weight: 300;
    margin-bottom: 0;
    text-align: left;
}

.mobile-calculator__subtitle {
    display: block;
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: 300;
    color: #ff4429;
}

.mobile-calculator__ico-1 {
    height: 34px;
    width: 33px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.mobile-calculator__ico-2 {
    height: 26px;
    width: 47px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.mobile-calculator__ico-3 {
    height: 31px;
    width: 31px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.mobile-calculator__ico-4 {
    height: 35px;
    width: 17px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

@media (max-width: 767.98px) {
    .main-slider {
        display: none;
    }
}

.banner {
    display: block;
    height: 608px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat;
    color: #fff;
    position: relative;
}

@media (max-width: 991.98px) {
    .banner {
        height: 365px;
    }
}

@media (max-width: 767.98px) {
    .banner {
        display: none;
    }
}

.banner__caption {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    display: block;
    width: 796px;
    font-size: 36px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.33;
}

@media (max-width: 991.98px) {
    .banner__caption {
        width: 70%;
        font-size: 22px;
        line-height: 1.272;
    }
}

.contacts {
    display: block;
}

.contacts__common-adress {
    position: relative;
    display: inline-block;
    padding-left: 32px;
    margin-bottom: 55px;
    font-size: 18px;
    font-weight: 700;
}

.contacts__common-adress:before {
    position: absolute;
    top: 4px;
    left: 0;
    content: "";
    display: inline-block;
    width: 21px;
    height: 16px;
    background: url("../images/ico-mail.png");
    background-size: cover;
    background-position: center;
}

@media (max-width: 991.98px) {
    .contacts__common-adress {
        margin-bottom: 47px;
    }
}

@media (max-width: 767.98px) {
    .contacts__common-adress {
        line-height: 1.285;
    }
}

.contacts__list {
    margin-bottom: 80px;
}

@media (max-width: 991.98px) {
    .contacts__list {
        margin-bottom: 55px;
    }
}

@media (max-width: 767.98px) {
    .contacts__list {
        margin-bottom: 39px;
    }
}

@media (max-width: 767.98px) {
    .contacts__list .col-md-4:not(:first-child) > .contacts__thumb {
        margin-top: 31px;
    }
}

.contacts__thumb {
    display: block;
    margin-bottom: 21px;
    height: 145px;
    width: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

@media (max-width: 767.98px) {
    .contacts__thumb {
        height: 50vw;
    }
}

.contacts__item-wrapper {
    height: 100%;
}

.contacts__item {
    padding-left: 43px;
}

@media (max-width: 991.98px) {
    .contacts__item {
        padding-left: 37px;
    }
}

.contacts__line {
    position: relative;
    margin-bottom: 17px;
}

.contacts__line i {
    position: absolute;
    top: 0;
    left: -30px;
    font-size: 22px;
}

.contacts__city {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
}

@media (max-width: 767.98px) {
    .contacts__city {
        margin-bottom: 16px;
    }
}

.contacts__adress {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.285;
}

.contacts__phone {
    font-size: 14px;
}

.contacts__info {
    font-size: 14px;
}

.faq__list {
    list-style: none;
    padding-left: 0;
}

.faq__item {
    position: relative;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    border-bottom: 1px dashed #a2a2a2;
    margin-bottom: 45px;
    padding-right: 50px;
    -webkit-transition: all ease-in-out 150ms 0ms;
    transition: all ease-in-out 150ms 0ms;
}

.faq__item:hover,
.faq__item:focus {
    cursor: pointer;
    border-bottom: 1px dashed #fff;
}

.faq__item i {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.faq__request {
    display: none;
    padding-top: 11px;
    font-weight: 300;
    line-height: 1.25;
}

.index__about-text {
    font-size: 15px;
    line-height: 1.333334;
}

.index__slider-background {
    background: #e3e3e3;
    position: relative;
}

.index__slider-wrapper {
    position: relative;
    height: 0;
    width: 1220px;
    display: block;
    margin: 0 auto;
}

@media (max-width: 1279.98px) {
    .index__slider-wrapper {
        width: 930px;
    }
}

@media (max-width: 991.98px) {
    .index__slider-wrapper {
        width: 690px;
    }
}

.index__slider {
    position: relative;
    opacity: 0;
}

.no-js .index__slider {
    display: none;
}

.index__slider-nav-wrapper {
    position: absolute;
    bottom: 30px;
    z-index: 100;
}

.index__slider-nav .owl-prev,
.index__slider-nav .owl-next {
    position: relative;
    display: inline-block;
    height: 62px;
    width: 62px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.4);
    cursor: pointer;
    -webkit-transition: all ease-in-out 200ms 0ms;
    transition: all ease-in-out 200ms 0ms;
}

.index__slider-nav .owl-prev:hover,
.index__slider-nav .owl-next:hover,
.index__slider-nav .owl-prev:focus,
.index__slider-nav .owl-next:focus {
    background: rgba(0, 0, 0, 0.6);
}

.index__slider-nav .owl-next {
    margin-left: 15px;
}

.index__slider-prev,
.index__slider-next {
    position: absolute;
    top: 7px;
}

.index__slider-prev i,
.index__slider-next i {
    color: #e3e3e3;
    font-size: 45px;
}

.index__slider-prev {
    left: 6px;
}

.index__slider-next {
    right: 6px;
}

.index__slide {
    width: 100%;
    height: 29vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media (min-width: 576px) {
    .index__slide {
        height: 160px;
    }
}

@media (min-width: 768px) {
    .index__slide {
        height: 510px;
    }
}

@media (min-width: 992px) {
    .index__slide {
        min-height: 510px;
    }
}

@media (min-width: 1280px) {
    .index__slide {
        min-height: 510px;
    }
}

.index__slide-more {
    display: block;
}

.index__slide-more .btn_more {
    margin-left: 0;
}

.index__title-wrapper {
    position: relative;
    display: block;
    margin: 0 auto;
    height: 100%;
    width: 1220px;
}

@media (max-width: 1279.98px) {
    .index__title-wrapper {
        width: 930px;
    }
}

@media (max-width: 991.98px) {
    .index__title-wrapper {
        width: 690px;
    }
}

.index__slide-title {
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 50%;
    font-size: 41px;
    line-height: 1.243;
    color: #5e5e5e;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.index__catalog {
    margin-bottom: 30px;
}

.index__online-order {
    display: none;
}

@media (min-width: 768px) {
    .index__online-order {
        display: block;
        position: absolute;
        top: 255px;
        right: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 100;
        background: #fff;
    }
}

.index__service {
    margin-bottom: 50px;
}

.index__last-news .hidden-md {
    display: block;
}

@media (max-width: 991.98px) {
    .index__last-news .hidden-md {
        display: none;
    }
}

.index__last-news .hidden-sm {
    display: block;
}

@media (max-width: 767.98px) {
    .index__last-news .hidden-sm {
        display: none;
    }
}

.index__our-partners-wrapper {
    margin-bottom: 37px;
}

@media (max-width: 767.98px) {
    .index__our-partners-wrapper {
        margin-bottom: 51px;
    }
}

.index__news {
    margin-bottom: 18px;
    border: 2px solid #e9e9e9;
    height: 100%;
}

.index__news-item {
    margin-bottom: 20px;
}

.news__item {
    border: 2px solid #e9e9e9;
    height: 100%;
}

.partners {
    display: block;
}

.partners__company-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 35px;
    margin-bottom: 50px;
    border-bottom: 1px solid #e5e5e5;
}

.partners__company-cart:last-child {
    margin-bottom: 10px;
    border-bottom: none;
}

@media (max-width: 767.98px) {
    .partners__company-cart {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.partners__screen {
    display: inline-block;
    height: 247px;
    width: 176px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    cursor: pointer;
    border: 1px solid #ececec;
    -webkit-transition: all ease-in-out 200ms 0ms;
    transition: all ease-in-out 200ms 0ms;
}

.partners__screen:hover,
.partners__screen:focus {
    border: 1px solid #0e8eff;
}

@media (max-width: 767.98px) {
    .partners__screen {
        margin-bottom: 40px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

.partners__data {
    margin-left: 70px;
}

@media (max-width: 991.98px) {
    .partners__data {
        margin-left: 20px;
    }
}

@media (max-width: 767.98px) {
    .partners__data {
        margin-left: 0;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

.partners__logo {
    display: inline-block;
    max-height: 100px;
    width: 180px;
    margin-bottom: 45px;
    background-position: 0 center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}

@media (max-width: 767.98px) {
    .partners__logo {
        margin-bottom: 30px;
    }
}

.partners__pagination {
    display: block;
    margin-bottom: 52px;
}

.notfound__img {
    display: block;
    height: 241px;
    width: 100%;
    margin-top: 115px;
    background: url("../images/404.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 991.98px) {
    .notfound__img {
        margin-top: 78px;
    }
}

@media (max-width: 575.98px) {
    .notfound__img {
        height: 170px;
    }
}

.notfound__comment {
    margin-top: 60px;
    margin-bottom: 148px;
    padding: 0 50px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    color: #a0a0a0;
    text-align: center;
}

@media (max-width: 575.98px) {
    .notfound__comment a {
        display: block;
    }
}

@media (max-width: 1279.98px) {
    .notfound__comment {
        padding: 0;
    }
}

@media (max-width: 991.98px) {
    .notfound__comment {
        margin-top: 30px;
        margin-bottom: 60px;
    }
}

@media (max-width: 575.98px) {
    .notfound__comment {
        display: block;
        width: 290px;
        margin: 30px auto 60px;
    }
}

.utilization__list-wrapper {
    display: block;
    width: 992px;
    margin: 0 auto 50px;
}

@media (max-width: 1279.98px) {
    .utilization__list-wrapper {
        width: auto;
    }
}

@media (max-width: 991.98px) {
    .utilization__list-wrapper {
        margin: 0 auto 45px;
    }
}

.utilization__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 1279.98px) {
    .utilization__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media (max-width: 575.98px) {
    .utilization__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.utilization__item {
    display: inline-block;
    height: 238px;
    width: 238px;
    margin: 0 5px 10px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    position: relative;
    cursor: pointer;
}

.utilization__item:hover > .utilization__caption,
.utilization__item:focus > .utilization__caption {
    height: 50%;
    padding-top: 40px;
    -webkit-transition: all ease-in-out 200ms 0ms;
    transition: all ease-in-out 200ms 0ms;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
    .utilization__item:nth-child(3n) {
        margin-right: 0;
    }
}

.utilization__item:last-child {
    margin-right: 0;
}

@media (max-width: 767.98px) {
    .utilization__item:last-child {
        margin-right: 10px;
    }
}

@media (max-width: 1279.98px) {
    .utilization__item {
        height: 223px;
        width: 223px;
    }
}

@media (max-width: 991.98px) {
    .utilization__item {
        height: 220px;
        width: 220px;
    }
}

@media (max-width: 767.98px) {
    .utilization__item {
        height: 245px;
        width: 245px;
    }
}

@media (max-width: 575.98px) {
    .utilization__item {
        height: 236px;
        width: 236px;
        margin: 0 0 15px;
    }
}

.utilization__caption {
    padding-top: 15px;
    text-align: center;
    font-size: 13px;
    color: #fff;
    position: absolute;
    bottom: 0;
    height: 74px;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all ease-in-out 200ms 0ms;
    transition: all ease-in-out 200ms 0ms;
}

.utilization__callback {
    margin-bottom: 75px;
}

.waste__list-wrapper {
    display: block;
    width: 1220px;
    margin: 0 auto 50px;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
    .waste__list-wrapper {
        width: 730px;
    }
}

@media (max-width: 991.98px) {
    .waste__list-wrapper {
        width: auto;
    }
}

@media (max-width: 767.98px) {
    .waste__list-wrapper {
        margin: 0 auto 45px;
    }
}

.waste__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 767.98px) {
    .waste__list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.waste__item {
    display: inline-block;
    height: 236px;
    width: 236px;
    margin-right: 10px;
    margin-bottom: 10px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    position: relative;
    cursor: pointer;
}

@media (min-width: 1280px) {
    .waste__item:nth-child(5n) {
        margin-right: 0;
    }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
    .waste__item:nth-child(3n) {
        margin-right: 0;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .waste__item:nth-child(2n) {
        margin-right: 0;
    }
}

.waste__item:hover > .waste__caption,
.waste__item:focus > .waste__caption {
    height: 50%;
    padding-top: 40px;
    -webkit-transition: all ease-in-out 200ms 0ms;
    transition: all ease-in-out 200ms 0ms;
}

@media (max-width: 991.98px) {
    .waste__item {
        height: 223px;
        width: 223px;
    }
}

@media (max-width: 575.98px) {
    .waste__item {
        height: 236px;
        width: 236px;
        margin: 0 5px 10px;
    }
}

.waste__caption {
    padding-top: 15px;
    text-align: center;
    font-size: 13px;
    color: #fff;
    position: absolute;
    bottom: 0;
    height: 74px;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all ease-in-out 200ms 0ms;
    transition: all ease-in-out 200ms 0ms;
}

.waste__callback {
    margin-bottom: 25px;
}

@media (max-width: 991.98px) {
    .waste__callback {
        margin-bottom: 54px;
    }
}

@media (max-width: 991.98px) {
    .waste__callback {
        margin-bottom: 75px;
    }
}

body, input {
    color: #555;
    font-size: 14px;
    font-family: Helvetica, Arial, sans-serif;
}

input, button {
    outline: none;
}

.address {
    width: 400px;
    margin: 40px auto 0;
    padding: 40px 40px 30px;
    border: 2px solid #e1e1e1;
    background-color: #f7f7f7;
    box-shadow: rgba(0, 0, 0, 0.075) 1px 1px 5px;
}

.address h1 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    padding-bottom: 40px;
    text-align: center;
}

.field {
    margin-bottom: 10px;
    padding: 0;
}

.field input {
    height: 2em;
    width: 370px;
    border: 1px solid #d8d8d8;
    padding: 0 7px;
    color: #666;
}

/*!*
 * ВНИМАНИЕ! Этот файл генерируется автоматически.
 * Не пишите сюда ничего вручную, все такие правки будут потеряны при следующей компиляции.
 * Правки без возможности компиляции ДОЛЬШЕ И ДОРОЖЕ в 2-3 раза.
 * Нужны дополнительные стили? Создайте новый css-файл и подключите его к странице.
 * Читайте ./README.md для понимания.
 */