html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    --color-main: #27CD2B;
}
body {
    margin: 0;
    padding-top: 90px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: 700;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: 700;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    color: #337ab7;
    text-decoration: none;
}
a:focus,
a:hover {
    color: #23527c;
    text-decoration: underline;
}
a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
figure {
    margin: 0;
}
img {
    vertical-align: middle;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-rounded {
    border-radius: 6px;
}
.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.img-circle {
    border-radius: 50%;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
[role="button"] {
    cursor: pointer;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-pull-11 {
    right: 91.66666667%;
}
.col-xs-pull-10 {
    right: 83.33333333%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-8 {
    right: 66.66666667%;
}
.col-xs-pull-7 {
    right: 58.33333333%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-5 {
    right: 41.66666667%;
}
.col-xs-pull-4 {
    right: 33.33333333%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-2 {
    right: 16.66666667%;
}
.col-xs-pull-1 {
    right: 8.33333333%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-push-11 {
    left: 91.66666667%;
}
.col-xs-push-10 {
    left: 83.33333333%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-8 {
    left: 66.66666667%;
}
.col-xs-push-7 {
    left: 58.33333333%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-5 {
    left: 41.66666667%;
}
.col-xs-push-4 {
    left: 33.33333333%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-2 {
    left: 16.66666667%;
}
.col-xs-push-1 {
    left: 8.33333333%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.col-xs-offset-4 {
    margin-left: 33.33333333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.col-xs-offset-0 {
    margin-left: 0;
}
@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 992px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
}
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
    content: " ";
    display: table;
}
.clearfix:after,
.container-fluid:after,
.container:after,
.row:after {
    clear: both;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.hidden {
    display: none !important;
}
.affix {
    position: fixed;
}
@-ms-viewport {
    width: device-width;
}
.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
    display: none !important;
}
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important;
}
@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table !important;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table !important;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table !important;
    }
    tr.visible-md {
        display: table-row !important;
    }
    td.visible-md,
    th.visible-md {
        display: table-cell !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table !important;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}
.visible-print {
    display: none !important;
}
@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table !important;
    }
    tr.visible-print {
        display: table-row !important;
    }
    td.visible-print,
    th.visible-print {
        display: table-cell !important;
    }
}
.visible-print-block {
    display: none !important;
}
@media print {
    .visible-print-block {
        display: block !important;
    }
}
.visible-print-inline {
    display: none !important;
}
@media print {
    .visible-print-inline {
        display: inline !important;
    }
}
.visible-print-inline-block {
    display: none !important;
}
@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}
@media print {
    .hidden-print {
        display: none !important;
    }
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: 0;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:after,
.slick-track:before {
    display: table;
    content: "";
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
body.compensate-for-scrollbar {
    overflow: hidden;
}
.fancybox-active {
    height: auto;
}
.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}
.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: 0;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}
.fancybox-container * {
    box-sizing: border-box;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}
.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
    opacity: 0.9;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity 0.25s ease, visibility 0s ease 0.25s;
    visibility: hidden;
    z-index: 99997;
}
.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}
.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.fancybox-toolbar {
    right: 0;
    top: 0;
}
.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}
.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}
.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block;
}
.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}
.fancybox-slide--image:before {
    display: none;
}
.fancybox-slide--html {
    padding: 6px;
}
.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    -webkit-backface-visibility: hidden;
    background: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}
.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
    cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing;
}
.fancybox-container [data-selectable="true"] {
    cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
    background: 0 0;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}
.fancybox-spaceball {
    z-index: 1;
}
.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}
.fancybox-slide--video .fancybox-content {
    background: #000;
}
.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}
.fancybox-iframe,
.fancybox-video {
    background: 0 0;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}
.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}
.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}
.fancybox-button {
    background: rgba(30, 30, 30, 0.6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color 0.2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc;
}
.fancybox-button:hover {
    color: #fff;
}
.fancybox-button:focus {
    outline: 0;
}
.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: 0;
}
.fancybox-button div {
    height: 100%;
}
.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}
.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}
.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
    display: none;
}
.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}
.fancybox-close-small {
    background: 0 0;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: 0.8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}
.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}
.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}
.fancybox-navigation .fancybox-button div {
    padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}
.fancybox-caption {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}
@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}
.fancybox-caption--separate {
    margin-top: -50px;
}
.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}
.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}
.fancybox-loading {
    animation: a 1s linear infinite;
    background: 0 0;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: 0.7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}
@keyframes a {
    to {
        transform: rotate(1turn);
    }
}
.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translateZ(0);
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-1turn);
}
.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(1turn);
}
.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0);
}
.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1) translateZ(0);
}
.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
    transform: translateZ(0) scale(1);
}
@media (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }
    .fancybox-slide--image {
        padding: 6px 0;
    }
    .fancybox-close-small {
        right: -6px;
    }
    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }
    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }
    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}
.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px;
}
.fancybox-share p {
    margin: 0;
    padding: 0;
}
.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}
.fancybox-share__button:link,
.fancybox-share__button:visited {
    color: #fff;
}
.fancybox-share__button:hover {
    text-decoration: none;
}
.fancybox-share__button--fb {
    background: #3b5998;
}
.fancybox-share__button--fb:hover {
    background: #344e86;
}
.fancybox-share__button--pt {
    background: #bd081d;
}
.fancybox-share__button--pt:hover {
    background: #aa0719;
}
.fancybox-share__button--tw {
    background: #1da1f2;
}
.fancybox-share__button--tw:hover {
    background: #0d95e8;
}
.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}
.fancybox-share__button svg path {
    fill: #fff;
}
.fancybox-share__input {
    background: 0 0;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: 0;
    padding: 10px 15px;
    width: 100%;
}
.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 212px;
    z-index: 99995;
}
.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}
.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}
.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}
.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, 0.1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}
.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 99991;
}
.fancybox-thumbs__list a:focus:before {
    opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1;
}
@media (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }
    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}
.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}
.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}
.scroll-wrapper.scroll--rtl {
    direction: rtl;
}
.scroll-element {
    box-sizing: content-box;
    display: none;
}
.scroll-element div {
    box-sizing: content-box;
}
.scroll-element .scroll-arrow,
.scroll-element .scroll-bar {
    cursor: default;
}
.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}
.scroll-textarea {
    border: 1px solid #ccc;
    border-top-color: #999;
}
.scroll-textarea > .scroll-content {
    overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: 0;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}
.scrollbar-inner > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
.scrollbar-inner > .scroll-element.scroll-x {
    bottom: 2px;
    height: 8px;
    left: 0;
    width: 100%;
}
.scrollbar-inner > .scroll-element.scroll-y {
    height: 100%;
    right: 2px;
    top: 0;
    width: 8px;
}
.scrollbar-inner > .scroll-element .scroll-element_outer {
    overflow: hidden;
}
.scrollbar-inner > .scroll-element .scroll-bar,
.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.scrollbar-inner > .scroll-element .scroll-bar,
.scrollbar-inner > .scroll-element .scroll-element_track {
    opacity: 0.4;
}
.scrollbar-inner > .scroll-element .scroll-element_track {
    background-color: #e0e0e0;
}
.scrollbar-inner > .scroll-element .scroll-bar {
    background-color: #c2c2c2;
}
.scrollbar-inner > .scroll-element:hover .scroll-bar {
    background-color: #919191;
}
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
    background-color: #919191;
}
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -12px;
}
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -12px;
}
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -12px;
}
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -12px;
}
.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div {
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}
.scrollbar-outer > .scroll-element {
    background-color: #fff;
}
.scrollbar-outer > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
.scrollbar-outer > .scroll-element.scroll-x {
    bottom: 0;
    height: 12px;
    left: 0;
    width: 100%;
}
.scrollbar-outer > .scroll-element.scroll-y {
    height: 100%;
    right: 0;
    top: 0;
    width: 12px;
}
.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
    height: 8px;
    top: 2px;
}
.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
    left: 2px;
    width: 8px;
}
.scrollbar-outer > .scroll-element .scroll-element_outer {
    overflow: hidden;
}
.scrollbar-outer > .scroll-element .scroll-element_track {
    background-color: #eee;
}
.scrollbar-outer > .scroll-element .scroll-bar,
.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.scrollbar-outer > .scroll-element .scroll-bar {
    background-color: #d9d9d9;
}
.scrollbar-outer > .scroll-element .scroll-bar:hover {
    background-color: #c2c2c2;
}
.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
    background-color: #919191;
}
.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
    left: -12px;
    margin-left: 12px;
}
.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
    top: -12px;
    margin-top: 12px;
}
.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
    min-width: 10px;
}
.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
    min-height: 10px;
}
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -14px;
}
.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -14px;
}
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -14px;
}
.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -14px;
}
.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div {
    background: 0 0;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}
.scrollbar-macosx > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
.scrollbar-macosx > .scroll-element .scroll-element_track {
    display: none;
}
.scrollbar-macosx > .scroll-element .scroll-bar {
    background-color: #6c6e71;
    display: block;
    opacity: 0;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
    opacity: 0.7;
}
.scrollbar-macosx > .scroll-element.scroll-x {
    bottom: 0;
    height: 0;
    left: 0;
    min-width: 100%;
    overflow: visible;
    width: 100%;
}
.scrollbar-macosx > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 0;
}
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
    height: 7px;
    min-width: 10px;
    top: -9px;
}
.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
    left: -9px;
    min-height: 10px;
    width: 7px;
}
.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
    left: 2px;
}
.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
    left: -4px;
}
.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
    top: 2px;
}
.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
    top: -4px;
}
.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -11px;
}
.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -11px;
}
.scrollbar-light > .scroll-element,
.scrollbar-light > .scroll-element div {
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10;
}
.scrollbar-light > .scroll-element {
    background-color: #fff;
}
.scrollbar-light > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
.scrollbar-light > .scroll-element .scroll-element_outer {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.scrollbar-light > .scroll-element .scroll-element_size {
    background: #dbdbdb;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #dbdbdb 0, #e8e8e8 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #dbdbdb), color-stop(100%, #e8e8e8));
    background: -webkit-linear-gradient(left, #dbdbdb 0, #e8e8e8 100%);
    background: -o-linear-gradient(left, #dbdbdb 0, #e8e8e8 100%);
    background: -ms-linear-gradient(left, #dbdbdb 0, #e8e8e8 100%);
    background: linear-gradient(to right, #dbdbdb 0, #e8e8e8 100%);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.scrollbar-light > .scroll-element.scroll-x {
    bottom: 0;
    height: 17px;
    left: 0;
    min-width: 100%;
    width: 100%;
}
.scrollbar-light > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 17px;
}
.scrollbar-light > .scroll-element .scroll-bar {
    background: #fefefe;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #fefefe 0, #f5f5f5 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #fefefe), color-stop(100%, #f5f5f5));
    background: -webkit-linear-gradient(left, #fefefe 0, #f5f5f5 100%);
    background: -o-linear-gradient(left, #fefefe 0, #f5f5f5 100%);
    background: -ms-linear-gradient(left, #fefefe 0, #f5f5f5 100%);
    background: linear-gradient(to right, #fefefe 0, #f5f5f5 100%);
    border: 1px solid #dbdbdb;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.scrollbar-light > .scroll-content.scroll-scrolly_visible {
    left: -17px;
    margin-left: 17px;
}
.scrollbar-light > .scroll-content.scroll-scrollx_visible {
    top: -17px;
    margin-top: 17px;
}
.scrollbar-light > .scroll-element.scroll-x .scroll-bar {
    height: 10px;
    min-width: 10px;
    top: 0;
}
.scrollbar-light > .scroll-element.scroll-y .scroll-bar {
    left: 0;
    min-height: 10px;
    width: 10px;
}
.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer {
    height: 12px;
    left: 2px;
    top: 2px;
}
.scrollbar-light > .scroll-element.scroll-x .scroll-element_size {
    left: -4px;
}
.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer {
    left: 2px;
    top: 2px;
    width: 12px;
}
.scrollbar-light > .scroll-element.scroll-y .scroll-element_size {
    top: -4px;
}
.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -19px;
}
.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -19px;
}
.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -19px;
}
.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -19px;
}
.scrollbar-rail > .scroll-element,
.scrollbar-rail > .scroll-element div {
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10;
}
.scrollbar-rail > .scroll-element {
    background-color: #fff;
}
.scrollbar-rail > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
.scrollbar-rail > .scroll-element .scroll-element_size {
    background-color: #999;
    background-color: rgba(0, 0, 0, 0.3);
}
.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
    background-color: #666;
    background-color: rgba(0, 0, 0, 0.5);
}
.scrollbar-rail > .scroll-element.scroll-x {
    bottom: 0;
    height: 12px;
    left: 0;
    min-width: 100%;
    padding: 3px 0 2px;
    width: 100%;
}
.scrollbar-rail > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    padding: 0 2px 0 3px;
    right: 0;
    top: 0;
    width: 12px;
}
.scrollbar-rail > .scroll-element .scroll-bar {
    background-color: #d0b9a0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}
.scrollbar-rail > .scroll-content.scroll-scrolly_visible {
    left: -17px;
    margin-left: 17px;
}
.scrollbar-rail > .scroll-content.scroll-scrollx_visible {
    margin-top: 17px;
    top: -17px;
}
.scrollbar-rail > .scroll-element.scroll-x .scroll-bar {
    height: 10px;
    min-width: 10px;
    top: 1px;
}
.scrollbar-rail > .scroll-element.scroll-y .scroll-bar {
    left: 1px;
    min-height: 10px;
    width: 10px;
}
.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer {
    height: 15px;
    left: 5px;
}
.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size {
    height: 2px;
    left: -10px;
    top: 5px;
}
.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer {
    top: 5px;
    width: 15px;
}
.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size {
    left: 5px;
    top: -10px;
    width: 2px;
}
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -25px;
}
.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -25px;
}
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -25px;
}
.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -25px;
}
.scrollbar-dynamic > .scroll-element,
.scrollbar-dynamic > .scroll-element div {
    background: 0 0;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}
.scrollbar-dynamic > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
.scrollbar-dynamic > .scroll-element.scroll-x {
    bottom: 2px;
    height: 7px;
    left: 0;
    min-width: 100%;
    width: 100%;
}
.scrollbar-dynamic > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 2px;
    top: 0;
    width: 7px;
}
.scrollbar-dynamic > .scroll-element .scroll-element_outer {
    opacity: 0.3;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}
.scrollbar-dynamic > .scroll-element .scroll-element_size {
    background-color: #ccc;
    opacity: 0;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
.scrollbar-dynamic > .scroll-element .scroll-bar {
    background-color: #6c6e71;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
    bottom: 0;
    height: 7px;
    min-width: 24px;
    top: auto;
}
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
    left: auto;
    min-height: 24px;
    right: 0;
    width: 7px;
}
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
    bottom: 0;
    top: auto;
    left: 2px;
    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    -o-transition: height 0.2s;
    -ms-transition: height 0.2s;
    transition: height 0.2s;
}
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
    left: auto;
    right: 0;
    top: 2px;
    -webkit-transition: width 0.2s;
    -moz-transition: width 0.2s;
    -o-transition: width 0.2s;
    -ms-transition: width 0.2s;
    transition: width 0.2s;
}
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size {
    left: -4px;
}
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size {
    top: -4px;
}
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -11px;
}
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -11px;
}
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer,
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer {
    overflow: hidden;
    opacity: 0.7;
}
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size,
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size {
    opacity: 1;
}
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar,
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar {
    height: 100%;
    width: 100%;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer {
    height: 20px;
    min-height: 7px;
}
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer {
    min-width: 7px;
    width: 20px;
}
.scrollbar-chrome > .scroll-element,
.scrollbar-chrome > .scroll-element div {
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10;
}
.scrollbar-chrome > .scroll-element {
    background-color: #fff;
}
.scrollbar-chrome > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
.scrollbar-chrome > .scroll-element .scroll-element_track {
    background: #f1f1f1;
    border: 1px solid #dbdbdb;
}
.scrollbar-chrome > .scroll-element.scroll-x {
    bottom: 0;
    height: 16px;
    left: 0;
    min-width: 100%;
    width: 100%;
}
.scrollbar-chrome > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 16px;
}
.scrollbar-chrome > .scroll-element .scroll-bar {
    background-color: #d9d9d9;
    border: 1px solid #bdbdbd;
    cursor: default;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.scrollbar-chrome > .scroll-element .scroll-bar:hover {
    background-color: #c2c2c2;
    border-color: #a9a9a9;
}
.scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar {
    background-color: #919191;
    border-color: #7e7e7e;
}
.scrollbar-chrome > .scroll-content.scroll-scrolly_visible {
    left: -16px;
    margin-left: 16px;
}
.scrollbar-chrome > .scroll-content.scroll-scrollx_visible {
    top: -16px;
    margin-top: 16px;
}
.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar {
    height: 8px;
    min-width: 10px;
    top: 3px;
}
.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar {
    left: 3px;
    min-height: 10px;
    width: 8px;
}
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer {
    border-left: 1px solid #dbdbdb;
}
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track {
    height: 14px;
    left: -3px;
}
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size {
    height: 14px;
    left: -4px;
}
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer {
    border-top: 1px solid #dbdbdb;
}
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track {
    top: -3px;
    width: 14px;
}
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size {
    top: -4px;
    width: 14px;
}
.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -19px;
}
.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -19px;
}
.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -19px;
}
.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -19px;
}
@font-face {
    font-family: CodecPro;
    font-weight: 900;
    font-style: normal;
    src: url(../fonts/CodecPro-Fat.eot);
    src: url(../fonts/CodecPro-Fat.eot?#iefix) format("embedded-opentype"), url(../fonts/CodecPro-Fat.woff) format("woff"), url(../fonts/CodecPro-Fat.ttf) format("truetype");
}
@font-face {
    font-family: CodecPro;
    font-weight: 800;
    font-style: normal;
    src: url(../fonts/CodecPro-ExtraBold.eot);
    src: url(../fonts/CodecPro-ExtraBold.eot?#iefix) format("embedded-opentype"), url(../fonts/CodecPro-ExtraBold.woff) format("woff"), url(../fonts/CodecPro-ExtraBold.ttf) format("truetype");
}
@font-face {
    font-family: CodecPro;
    font-weight: 700;
    font-style: normal;
    src: url(../fonts/CodecPro-Bold.eot);
    src: url(../fonts/CodecPro-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/CodecPro-Bold.woff) format("woff"), url(../fonts/CodecPro-Bold.ttf) format("truetype");
}
@font-face {
    font-family: CodecPro;
    font-weight: 600;
    font-style: normal;
    src: url(../fonts/CodecPro-Heavy.eot);
    src: url(../fonts/CodecPro-Heavy.eot?#iefix) format("embedded-opentype"), url(../fonts/CodecPro-Heavy.woff) format("woff"), url(../fonts/CodecPro-Heavy.ttf) format("truetype");
}
@font-face {
    font-family: CodecPro;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/CodecPro-News.eot);
    src: url(../fonts/CodecPro-News.eot?#iefix) format("embedded-opentype"), url(../fonts/CodecPro-News.woff) format("woff"), url(../fonts/CodecPro-News.ttf) format("truetype");
}
@font-face {
    font-family: CodecPro;
    font-weight: 300;
    font-style: normal;
    src: url(../fonts/CodecPro-Light.eot);
    src: url(../fonts/CodecPro-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/CodecPro-Light.woff) format("woff"), url(../fonts/CodecPro-Light.ttf) format("truetype");
}
@font-face {
    font-family: CodecPro;
    font-weight: 200;
    font-style: normal;
    src: url(../fonts/CodecPro-Ultra.eot);
    src: url(../fonts/CodecPro-Ultra.eot?#iefix) format("embedded-opentype"), url(../fonts/CodecPro-Ultra.woff) format("woff"), url(../fonts/CodecPro-Ultra.ttf) format("truetype");
}
@font-face {
    font-family: CodecPro;
    font-weight: 100;
    font-style: normal;
    src: url(../fonts/CodecPro-Thin.eot);
    src: url(../fonts/CodecPro-Thin.eot?#iefix) format("embedded-opentype"), url(../fonts/CodecPro-Thin.woff) format("woff"), url(../fonts/CodecPro-Thin.ttf) format("truetype");
}
* {
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
::-webkit-input-placeholder {
    color: #000;
    opacity: 0.5;
}
:-moz-placeholder {
    color: #000;
    opacity: 0.5;
}
::-moz-placeholder {
    color: #000;
    opacity: 0.5;
}
:-ms-input-placeholder {
    color: #000;
    opacity: 0.5;
}
body input:focus:required:invalid,
body textarea:focus:required:invalid {
    opacity: 1;
    border-color: var(--color-main);
}
body input:required:valid,
body textarea:required:valid {
    opacity: 1;
}
body,
html {
    height: 100%;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
a,
a:active,
a:focus,
a:hover {
    text-decoration: none;
    color: #000;
}
body {
    font-style: normal;
    font-size: 18px;
    line-height: 28px;
    min-width: 320px;
    font-weight: 300;
    position: relative;
    font-family: CodecPro, sans-serif;
    overflow-x: hidden;
    background: #f5f5f5;
    color: #000;
}
.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.text-center {
    text-align: center;
}
::-moz-selection {
    background-color: var(--color-main);
    color: #fff;
}
::selection {
    background-color: var(--color-main);
    color: #fff;
}
input {
    display: block;
    font-weight: 300;
    font-size: 18px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: #000;
    padding: 0 10px 0 17px;
    height: 53px;
    background: 0;
    letter-spacing: 1px;
}
textarea {
    display: block;
}
.container,
.row {
    position: relative;
}
.container:after,
.container:before,
.row:after,
.row:before {
    content: none;
}
.btn {
    cursor: pointer;
    width: 156px;
    height: 156px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    position: relative;
    background: 0;
    border: none;
}
.btn:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 3px solid var(--color-main);
    -webkit-transform: translate(17px, -17px);
    -ms-transform: translate(17px, -17px);
    transform: translate(17px, -17px);
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.btn-inner {
    width: 100%;
    height: 100%;
    background: var(--color-main);
    padding: 38px 0 0 40px;
}
.btn-text {
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 15.62px;
    line-height: 21.06px;
    letter-spacing: 0.9px;
}
.btn-icon {
    display: block;
    background: url(../img/icons/btn.svg) no-repeat;
    background-size: contain;
    min-width: 30px;
    height: 26px;
    margin: 5px 0 0 1px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
@media not all and (pointer: coarse) {
    .btn:hover {
        -webkit-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }
    .btn:hover::before {
        -webkit-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}
.title-block {
    padding-left: 49px;
}
.title-block .subtitle {
    text-transform: uppercase;
    font-weight: 100;
    font-size: 40px;
    line-height: 46px;
    letter-spacing: 2.75px;
    margin-bottom: 7px;
}
.title-block .title {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 52px;
    line-height: 60px;
    letter-spacing: 4.4px;
}
.title-block .desc {
    margin: 34px 0 0 3px;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 1px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.title-block .desc:before {
    content: "";
    margin: 10px 21px 0 -71px;
    min-width: 50px;
    height: 3px;
    background: var(--color-main);
}
.title-block.title-center {
    text-align: center;
    padding: 0;
}
.title-block.title-center .desc {
    margin: 16px 0 0 37px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: 2.3px;
}
.bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 100vh;
    background: rgba(0, 0, 0, 0.2);
    z-index: 100;
    display: none;
}
.bg.active {
    display: block;
}
.menu {
    position: fixed;
    left: -1000px;
    top: 0;
    height: 765px;
    width: 863px;
    z-index: 101;
    background: #fff;
    padding: 138px 182px 0 107px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.menu:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 65px;
    top: 18px;
    width: 295px;
    height: 301px;
    background: url(../img/bg/12.png) no-repeat;
}
.menu:after {
    content: "";
    position: absolute;
    z-index: 0;
    right: 0;
    bottom: 20px;
    width: 296px;
    height: 229px;
    background: url(../img/bg/13.png) no-repeat;
}
.menu.active {
    left: 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.menu .close {
    position: absolute;
    right: 95px;
    top: 104px;
    width: 15px;
    height: 15px;
    background: url(../img/icons/close.png) no-repeat;
    cursor: pointer;
    opacity: 0.21;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
@media not all and (pointer: coarse) {
    .menu .close:hover {
        -webkit-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        opacity: 1;
        background: url(../img/icons/close-active.png) no-repeat;
    }
}
.menu-list {
    max-width: 260px;
    width: 100%;
    margin: 0 0 0 auto;
    position: relative;
    z-index: 1;
}
.menu-list a {
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 1px;
    color: #000;
    display: block;
    margin-bottom: 36px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
@media not all and (pointer: coarse) {
    .menu-list a:hover {
        -webkit-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        color: var(--color-main);
    }
}
.menu-list a:last-child {
    margin-bottom: 0;
}
.ms {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-radius: 50%;
}
.ms.active:before{
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    content: attr(data-messenger);
}
@media not all and (pointer: coarse) {
    .ms:hover {
        -webkit-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        z-index: 9;
    }
    .ms:hover:before {
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        content: attr(data-messenger);
    }
}
.ms.active {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 5;
    -webkit-transform: scale(1.3) !important;
    -ms-transform: scale(1.3) !important;
    transform: scale(1.3) !important;
}
.ms.active.messenger-whatsapp{
    box-shadow: 0 0 14px 10px #27CD2B60;
}
.ms.active.messenger-telegram{
    box-shadow: 0 0 14px 10px #009be840;
}
.ms.active.messenger-email{
    box-shadow: 0 0 14px 10px #FFBF3540;
}
.ms:before {
    content: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    bottom: -10px;
    font-weight: 300;
    font-size: 10px;
    line-height: 10px;
    letter-spacing: 0;
    background: #fff;
    padding: 3px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 7;
}
.header {
    padding: 25px 0 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.header.fixed {
    position: fixed;
    background: #fff;
    z-index: 99;
    padding: 10px 0;
    height: 84px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.header.fixed .container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.header.fixed .contacts {
    margin-top: 0;
}
.header.fixed .socials {
    margin-top: -20px;
    -webkit-transform: translateY(27px);
    -ms-transform: translateY(27px);
    transform: translateY(27px);
}
.header.fixed .menu-btn {
    margin-top: 0;
}
.header.fixed .menu-2 {
    margin-top: 0;
}
.header .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.header .menu-btn {
    display: block;
    margin: 24px 0 0 71px;
    max-width: 23px;
    width: 100%;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
@media not all and (pointer: coarse) {
    .header .menu-btn:hover {
        -webkit-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }
    .header .menu-btn:hover span {
        -webkit-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        background: var(--color-main);
    }
    .header .menu-btn:hover span:last-child,
    .header .menu-btn:hover span:nth-child(2) {
        width: 100%;
    }
}
.header .menu-btn span {
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    background: #000;
    display: block;
    margin-bottom: 6px;
    height: 2px;
    max-width: 100%;
    width: 100%;
}
.header .menu-btn span:nth-child(2) {
    width: 13px;
}
.header .menu-btn span:last-child {
    margin-bottom: 0;
    width: 19px;
}
.header .menu-2 {
    margin: 22px 0 0 38px;
}
.header .menu-2 a {
    font-size: 18px;
    letter-spacing: 0.25px;
    border-bottom: 1px solid;
    opacity: 0.8;
    padding: 0 4px 2px 1px;
    margin-right: 29px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
@media not all and (pointer: coarse) {
    .header .menu-2 a:hover {
        -webkit-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        color: var(--color-main);
    }
}
.header .menu-2 a.active {
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    color: var(--color-main);
}
.header .contacts {
    margin: 22px -33px 0 auto;
}
.header .contacts .tel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.header .contacts .tel-text {
    font-size: 30px;
    letter-spacing: 1.2px;
}
.header .contacts .tel-icon {
    margin: 2px 12px 0 0;
    min-width: 21px;
    height: 21px;
    background: url(../img/icons/phone.svg) no-repeat;
    background-size: contain;
}
.header .socials {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 9px 2px 0 0;
}
.header .socials-text {
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.3px;
    margin: 4px 9px 0 0;
}
.header .socials a {
    margin-left: 10px;
    position: relative;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    animation: 2s pulse infinite linear;
}
@media not all and (pointer: coarse) {
    .header .socials a:hover {
        -webkit-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        animation-play-state: pause;
    }
}
@keyframes pulse {
    50%{
        transform: scale(1.2);
    }
}
.header .socials .whatsapp {
    min-width: 30px;
    height: 30px;
    background: url(../img/icons/whatsapp.svg) no-repeat;
    background-size: contain;
}
.header .socials .telegram {
    min-width: 31px;
    height: 31px;
    background: #009be8;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px);
    animation-delay: .4s;
}
.header .socials .telegram span {
    min-width: 19px;
    height: 18px;
    background: url(../img/icons/telegram.svg) no-repeat;
    background-size: contain;
    -webkit-transform: translate(-1px, 1px);
    -ms-transform: translate(-1px, 1px);
    transform: translate(-1px, 1px);
}
.promo {
    padding: 35px 0 65px;
    overflow: hidden;
}
.promo-content {
    padding-left: 20px;
    position: relative;
    z-index: 10;
}
.promo-subtitle {
    text-transform: uppercase;
    font-weight: 100;
    font-size: 40px;
    line-height: 46px;
    letter-spacing: 2.8px;
}
.promo-title {
    margin-top: 2px;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 60px;
    line-height: 60px;
    letter-spacing: 4.7px;
}
.promo-description {
    position: relative;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 1.1px;
    max-width: 390px;
    width: 100%;
    margin: 29px 0 0;
}
.promo-description:before {
    content: "";
    position: absolute;
    left: -71px;
    top: 11px;
    width: 50px;
    height: 3px;
    background: var(--color-main);
}
.promo-quality {
    margin: 32px 0 0 0;
    display: flex;
    align-items: center;
}
.promo-quality .quality-icon {
    display: block;
    background: url(../img/icons/guarantee.svg) no-repeat;
    background-size: contain;
    width: 43px;
    aspect-ratio: 1/1;
}
.promo-quality .quality-icon.quality-icon_v2{
    background-image: url(../img/icons/guarantee-3.svg);
}
.promo-quality .quality-text {
    margin: 0 0 0 15px;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.8px;
    opacity: 0.8;
    max-width: 430px;
    width: 100%;
}
.promo-slider {
    width: 100%;
}
.promo .slider-image {
    position: absolute;
    right: -360px;
    bottom: 4px;
    max-width: 1000px;
    width: 100%;
    z-index: 1;
}
.promo .slider-image .item {
    min-height: 581px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
.promo .slider-image img{
    width: 100%;
}
.promo .slider-info {
    max-width: 572px;
    width: 100%;
    position: relative;
    margin: 54px 0 0 16px;
    z-index: 2;
}
.promo .slider-info .item-inner {
    position: relative;
    padding: 41px 0;
    max-width: 600px;
    width: 100%;
}
.promo .slider-info .item-inner img {
    position: absolute;
    left: 0;
    top: 0;
    min-height: 221px;
    z-index: 1;
}
.promo .slider-info .item-name {
    -webkit-box-shadow: 0 0 80.8px 20.2px rgba(0, 0, 0, 0.03);
    box-shadow: 0 0 80.8px 20.2px rgba(0, 0, 0, 0.03);
    background: #fff;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 33px 0 0 289px;
    min-height: 159px;
}
.promo .slider-info .item-name:before {
    content: "";
    margin: 3px 18px 0 0;
    width: 3px;
    height: 17px;
    background: var(--color-main);
}
.promo .slider-info .slick-dots {
    position: absolute;
    right: 120px;
    bottom: 76px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
}
.promo .slider-info .slick-dots li {
    cursor: pointer;
    margin: 0 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.1);
}
.promo .slider-info .slick-dots li button {
    display: none;
}
.promo .slider-info .slick-dots li.slick-active {
    width: 10px;
    height: 10px;
    background: #000;
    margin-top: -1px;
}
.promo-controls {
    position: absolute;
    left: 565px;
    bottom: 49px;
}
.promo-num {
    line-height: 48px;
    font-size: 150px;
    opacity: 0.1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.promo-num .current-slide {
    font-weight: 600;
    letter-spacing: 4px;
}
.promo-num .current-slide i {
    position: relative;
}
.promo-num .current-slide i:before {
    content: "/";
    font-size: 150px;
    font-weight: 300;
    position: absolute;
    right: -73px;
    top: 19px;
    -webkit-transform: rotate(-13deg);
    -ms-transform: rotate(-13deg);
    transform: rotate(-13deg);
}
.promo-num .count-slide {
    font-weight: 400;
    margin: 0 0 -6px 55px;
    letter-spacing: 5px;
}
.promo-nav {
    position: absolute;
    right: -34px;
    bottom: 61px;
}
.promo-nav .slick-prev {
    display: none;
}
.promo-nav .slick-arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    background: 0;
}
.promo-nav .line {
    width: 310px;
    height: 3px;
    background: #d0d0d0;
    position: relative;
    margin-right: 27px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.promo-nav .line .progress {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: absolute;
    left: 0;
    top: 0;
    height: 3px;
    width: 85px;
    background: var(--color-main);
}
.promo-nav .arrow {
    -webkit-transform: rotate(180deg) translateY(0);
    -ms-transform: rotate(180deg) translateY(0);
    transform: rotate(180deg) translateY(0);
    background: url(../img/icons/back.svg) no-repeat;
    background-size: contain;
    min-width: 17px;
    height: 17px;
}
.comfort {
    padding: 100px 0 65px;
}
.comfort .container:after {
    content: "";
    position: absolute;
    width: 904px;
    height: 628px;
    right: -358px;
    top: -8px;
    background: url(../img/bg/1.png) no-repeat;
    z-index: -1;
}
.comfort .container:before {
    content: "";
    position: absolute;
    width: 300px;
    height: 240px;
    left: -168px;
    top: 335px;
    background: url(../img/bg/2.png) no-repeat;
    z-index: -1;
}
.comfort .slider {
    width: 100%;
    margin-top: -85px;
}
.comfort .item {
    position: relative;
    z-index: 4;
    padding-bottom: 101px;
}
.comfort .item-image {
    position: absolute;
    right: 17px;
    top: 0;
}
.comfort .item-image .image-text {
    position: absolute;
    right: 0;
    top: 419px;
    background: #fff;
    max-width: 351px;
    width: 100%;
    padding: 34px 15px 17px 30px;
}
.comfort .item-image .image-text span {
    display: block;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.75px;
    position: relative;
    padding-left: 20px;
}
.comfort .item-image .image-text span:before {
    content: "";
    width: 3px;
    min-height: 29px;
    position: absolute;
    left: 0;
    top: 3px;
    background: var(--color-main);
}
.comfort .item-info {
    background: #fff;
    position: relative;
    max-width: 501px;
    width: 100%;
    -webkit-box-shadow: 0 0 80.8px 20.2px rgba(0, 0, 0, 0.03);
    box-shadow: 0 0 80.8px 20.2px rgba(0, 0, 0, 0.03);
    margin: 155px 0 0 52px;
    padding: 30px 25px 35px 55px;
    min-height: 266px;
}
.comfort .item-info:after {
    content: "";
    width: 82px;
    height: 82px;
    position: absolute;
    left: -13px;
    top: -13px;
    z-index: -1;
    background: var(--color-main);
}
.comfort .item-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.comfort .item-icon {
    min-width: 40px;
}
.comfort .item-icon .fire-icon {
    display: block;
    background: url(../img/icons/fire.svg) no-repeat;
    background-size: contain;
    min-width: 39px;
    height: 40px;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
}
.comfort .item-icon .guarantee-icon {
    display: block;
    background: url(../img/icons/guarantee2.svg) no-repeat;
    background-size: contain;
    min-width: 39px;
    height: 40px;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
}
.comfort .item-icon .square-icon {
    display: block;
    background: url(../img/icons/square.svg) no-repeat;
    background-size: contain;
    min-width: 39px;
    height: 40px;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
}
.comfort .item-icon .sale-icon {
    display: block;
    background: url(../img/icons/sale.svg) no-repeat;
    background-size: contain;
    min-width: 39px;
    height: 40px;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
}
.comfort .item-icon .idea-icon {
    display: block;
    background: url(../img/icons/idea2.svg) no-repeat;
    background-size: contain;
    min-width: 39px;
    height: 40px;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
}
.comfort .item-title {
    margin: 4px 0 0 18px;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 1.05px;
}
.comfort .item-text {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.75px;
    font-weight: 300;
    margin: 21px 0 0 4px;
}
.comfort-controls {
    max-width: 459px;
    width: 100%;
    margin-top: -80px;
    position: relative;
}
.comfort-num {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 124px;
    right: 0;
    top: 6px;
}
.comfort-num .current-slide {
    opacity: 0.3;
    font-weight: 800;
    font-size: 24px;
    letter-spacing: 1px;
}
.comfort-num .count-slide {
    opacity: 0.2;
    font-size: 18px;
    letter-spacing: 0.5px;
    font-weight: 300;
    margin: -3px 0 0 4px;
}
.comfort-num i {
    font-style: normal;
    font-size: 14px;
    font-weight: 300;
    opacity: 0.2;
    margin: -5px 0 0 4px;
}
.comfort-nav {
    position: absolute;
    left: 123px;
    right: 0;
    top: 0;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.comfort-nav .slick-arrow {
    border: none;
    background: 0;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    position: relative;
    z-index: 5;
}
@media not all and (pointer: coarse) {
    .comfort-nav .slick-arrow:hover {
        -webkit-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }
    .comfort-nav .slick-arrow:hover .arrow {
        -webkit-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        background: url(../img/icons/arrow-active.png) no-repeat;
    }
}
.comfort-nav .slick-arrow.slick-next .arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.comfort-nav .slick-arrow .arrow {
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    display: block;
    background: url(../img/icons/arrow.png) no-repeat;
    background-size: contain;
    width: 68px;
    height: 40px;
}
.comfort-nav .slick-arrow .arrow-text {
    max-width: 105px;
    width: 100%;
    display: block;
    margin: 8px 0 0 -1px;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.8px;
    opacity: 0.55;
    text-align: left;
}
.comfort .more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 197px;
}
.comfort .more-title {
    font-weight: 800;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 2.9px;
    margin-top: 6px;
}
.comfort .more-title span {
    color: var(--color-main);
}
.comfort .more-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 45px;
}
.comfort .more-item {
    position: relative;
    margin-right: 45px;
    z-index: 2;
}
.comfort .more-item:last-child {
    margin-right: 0;
}
.comfort .more-item .num {
    z-index: -1;
    position: absolute;
    left: 22px;
    top: -15px;
    font-weight: 200;
    font-size: 60px;
    letter-spacing: 5px;
    opacity: 0.07;
}
.comfort .more .item-1 {
    width: 272px;
}
.comfort .more .item-2 {
    width: 265px;
}
.comfort .more .item-3 {
    width: 297px;
}
.comfort .more-box {
    -webkit-box-shadow: 0 0 80.8px 20.2px rgba(0, 0, 0, 0.03);
    box-shadow: 0 0 80.8px 20.2px rgba(0, 0, 0, 0.03);
    width: 100%;
    background: #fff;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 21px 21px 21px;
}
.comfort .more-icon {
    background: url(../img/icons/tick.svg) no-repeat;
    background-size: contain;
    min-width: 25px;
    height: 25px;
}
.comfort .more-text {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 1.8px;
    margin: 1px 0 0 17px;
}
.solution {
    padding: 39px 0;
}
.solution .container:after {
    content: "";
    position: absolute;
    width: 370px;
    height: 343px;
    left: -105px;
    top: 177px;
    background: url(../img/bg/3.png) no-repeat;
    z-index: -1;
}
.solution-block {
    position: relative;
    margin: 31px 0 0;
    min-height: 574px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.solution-image {
    position: absolute;
    right: 30px;
    top: -65px;
}
.solution-box {
    position: relative;
    background: #fff;
    max-width: 596px;
    width: 100%;
    margin: 96px 0 0 60px;
    padding: 51px 59px 48px 66px;
    -webkit-box-shadow: 0 0 80.8px 20.2px rgba(0, 0, 0, 0.03);
    box-shadow: 0 0 80.8px 20.2px rgba(0, 0, 0, 0.03);
}
.solution-title {
    position: relative;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.9px;
    padding: 0 57px 0 29px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.solution-title:before {
    content: "";
    position: absolute;
    left: -4px;
    top: 7px;
    border-radius: 50%;
    width: 7px;
    height: 7px;
    background: var(--color-main);
}
.solution-title:after {
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    content: "";
    position: absolute;
    right: -1px;
    top: 4px;
    background: url(../img/icons/back.svg) no-repeat;
    background-size: contain;
    width: 16px;
    height: 17px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.solution-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 17px 0 16px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.solution-item:last-child {
    border-bottom: none;
}
.solution-item.active {
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.solution-item.active .solution-text {
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    height: auto;
    display: block;
}
.solution-item.active .solution-title:after {
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.solution-text {
    display: none;
    height: 0;
    overflow: hidden;
    margin: 10px 0 0 30px;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.8px;
    padding-right: 65px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.solution .material {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    right: 60px;
    bottom: -81px;
}
.solution .material-icon {
    background: url(../img/icons/material.svg) no-repeat;
    background-size: contain;
    min-width: 55px;
    height: 51px;
    margin: 0 16px -3px 0;
}
.solution .material-text {
    margin: 0 0 0 10px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    letter-spacing: 1.8px;
}
.solution .material-text span {
    font-weight: 700;
    color: var(--color-main);
}
.quiz {
    padding: 82px 0 0;
}
.quiz .container2:after {
    content: "";
    position: absolute;
    width: 473px;
    height: 354px;
    right: -236px;
    top: 93px;
    background: url(../img/bg/4.png) no-repeat;
    z-index: -1;
}
.quiz .title-block .desc {
    margin: 35px 0 0 0;
    letter-spacing: 1.05px;
}
.quiz .title-block .desc:before {
    margin: 11px 18px 0 -62px;
}
.quiz .slider {
    margin-top: 62px;
}
.quiz-head {
    position: relative;
}
.quiz-title {
    display: block;
    padding-right: 160px;
    font-weight: 700;
    font-size: 36px;
    line-height: 38px;
    letter-spacing: 1.5px;
}
.quiz-title:before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 24px;
    background: var(--color-main);
    margin: -6px 15px 0 0;
}
.quiz-step {
    position: absolute;
    right: -3px;
    top: 10px;
    font-weight: 300;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 2.3px;
}
.quiz-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 40px 0 0;
    padding-left: 30px;
}
.quiz-element {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 0;
}
.quiz-element:checked + label .item-info{
    font-weight: 700;
    outline: 2px solid var(--color-main);
}
.item-image img{
    box-shadow: 0px 9px 44.8px 25.2px #05AE1E00;
    transition: 0.3s box-shadow;
}
.quiz-element:checked + label .item-image img{
    box-shadow: 0px 9px 44.8px 25.2px #05AE1E13;
}
.quiz-element:checked + label .item-info svg circle:nth-child(2){
    opacity: 1;
}
.quiz-element + label {
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.quiz .item-block {
    margin: 0 43px 0 0;
}
.quiz .item-block:last-child {
    margin-right: 0;
}
.quiz .item-info {
    position: relative;
    z-index: 1;
    margin: -29px 0 0 30px;
    width: 245px;
    min-height: 82px;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 15px 11px 15px;
    font-weight: 300;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.5px;
    color: #000;
    line-height: 1.5;
}
.quiz .item-info svg{
    color: var(--color-main);
    margin-right: 15px;
}
.quiz .item-info svg circle:nth-child(2){
    opacity: 0;
    transition: 0.3s;
}
.quiz-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    margin: 57px auto 0;
}
.quiz-buttons .btn-next {
    border: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--color-main);
    height: 69px;
    padding: 3px 36px 0 44px;
    cursor: pointer;
}
.quiz-buttons .btn-next .btn-text {
    letter-spacing: 1px;
}
.quiz-buttons .btn-next .btn-arrow {
    background: url(../img/icons/btn.svg) no-repeat;
    background-size: contain;
    min-width: 25px;
    height: 27px;
    margin: 1px 0 0 14px;
}
.quiz-final {
    margin: 54px 0 0;
}
.quiz-final .final-title {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1.65px;
    font-weight: 300;
}
.quiz-final .final-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 57px;
    align-items: center;
    gap: 20px 30px;
}
.quiz-final .final-block input {
    max-width: 237px;
    width: 100%;
    background: #fff;
    height: 69px;
    border: none;
}
.quiz-final .quiz-buttons {
    margin-top: 60px;
}
.quiz .messengers {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    margin: 2px 0 0 0;
}
.quiz .messengers-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 0 14px;
}
.quiz .messengers .messenger {
    cursor: pointer;
    margin-right: 18px;
    position: relative;
}
.quiz .messengers .messenger:last-child {
    margin-right: 0;
}
.quiz .messengers .messenger-whatsapp {
    min-width: 44px;
    height: 44px;
    background: url(../img/icons/whatsapp.svg) no-repeat;
    background-size: contain;
}
.quiz .messengers .messenger-telegram {
    min-width: 45px;
    height: 45px;
    background: #009be8;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-transform: translate(-1px, 0);
    -ms-transform: translate(-1px, 0);
    transform: translate(-1px, 0);
}
.quiz .messengers .messenger-telegram span {
    min-width: 29px;
    height: 26px;
    background: url(../img/icons/telegram.svg) no-repeat;
    background-size: contain;
    -webkit-transform: translate(-1px, 1px);
    -ms-transform: translate(-1px, 1px);
    transform: translate(-1px, 1px);
}
.quiz .messengers .messenger-email {
    min-width: 45px;
    height: 45px;
}
.quiz .messengers .messenger-email span {
    width: 29px;
}
.catalog {
    padding: 100px 0 0;
}
.catalog .container:after {
    content: "";
    position: absolute;
    width: 582px;
    height: 1065px;
    left: -319px;
    top: 242px;
    background: url(../img/bg/5.png) no-repeat;
    z-index: -1;
}
.catalog .title-block .title {
    line-height: 63px;
}
.catalog .title-block .desc {
    margin: 22px 0 0 0;
    letter-spacing: 1px;
}
.catalog .title-block .desc:before {
    margin-top: 12px;
}
.catalog-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 52px;
}
.catalog-tab {
    text-transform: uppercase;
    font-weight: 100;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.65px;
    position: relative;
    margin-right: 77px;
}
.catalog-tab:last-child {
    margin-right: 0;
}
.catalog-tab:before {
    content: none;
    position: absolute;
    left: -21px;
    top: 3px;
    height: 12px;
    width: 3px;
    background: var(--color-main);
}
.catalog-tab.active:before{
    content: "";
}
.catalog-tab.active {
    font-weight: 700;
}
.catalog-tab:nth-child(3) {
    color: var(--color-main);
    font-weight: 700;
}
.catalog-block {
    display: none;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 53px auto 0;
    padding: 0 41px;
}
.catalog-block.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.catalog-item {
    width: 217px;
    margin: 0 10px 70px;
    background: #fff;
}
.catalog-info {
    padding: 15px 10px 16px;
    text-align: center;
}
.catalog-title {
    position: relative;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.8px;
}
.catalog-title:before {
    content: "";
    position: absolute;
    left: -24px;
    top: 12px;
    width: 28px;
    height: 2px;
    background: var(--color-main);
}
.catalog-price {
    color: var(--color-main);
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 1px;
    margin: 4px 0 0;
}
.catalog-oldprice {
    position: relative;
    font-weight: 300;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.5px;
    display: inline;
    padding: 0 4px 4px;
}
.catalog-oldprice:before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 100%;
    height: 1px;
    background: #000;
}
.catalog-download {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items:center;
    position: relative;
    width: 531px;
    margin-bottom: 70px;
    padding: 0 0 0;
}
.catalog-download .download-title {
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 1px;
    position: relative;
    margin: 0 0 auto 0;
}
.catalog-download .download-title:before {
    content: "";
    position: absolute;
    left: -20px;
    top: 6px;
    width: 3px;
    height: 16px;
    background: var(--color-main);
}
.catalog-download .download-title span {
    font-weight: 700;
    letter-spacing: 1.2px;
}
.catalog-download .num {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100px;
    font-weight: 600;
    font-size: 120px;
    line-height: 30px;
    opacity: 0.05;
    letter-spacing: -1px;
}
.catalog-download .btn {
    margin: 0 0 0 92px;
}
.partners {
    padding: 100px 0 50px;
}
.partners .title-block .subtitle {
    margin-bottom: 9px;
}
.partners .title-block .desc {
    letter-spacing: 1px;
    text-align: left;
    margin: 16px 0 0 71px;
}
.partners .title-block .desc:before {
    margin-top: 13px;
}
.partners-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 29px;
}
.partners-item {
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 275px;
    height: 104px;
    -webkit-box-shadow: 0 0 80.8px 20.2px rgba(0, 0, 0, 0.03);
    box-shadow: 0 0 80.8px 20.2px rgba(0, 0, 0, 0.03);
    margin: 28px 0 26px;
}
.partners-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 42px 0 0 0;
}
.partners-bottom .bottom-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.8px;
    position: relative;
}
.partners-bottom .bottom-text:before {
    content: "";
    position: absolute;
    left: -21px;
    top: 3px;
    width: 3px;
    height: 12px;
    background: var(--color-main);
}
.partners-link {
    margin: 0 0 0 54px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
@media not all and (pointer: coarse) {
    .partners-link:hover {
        -webkit-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }
    .partners-link:hover .link-text {
        -webkit-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        color: var(--color-main);
        border-color: var(--color-main);
    }
}
.partners-link .link-text {
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    font-size: 18px;
    line-height: 18px;
    font-weight: 300;
    letter-spacing: 0.8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    padding-bottom: 1px;
}
.partners-link .link-arrow {
    background: url(../img/icons/next.svg) no-repeat;
    background-size: contain;
    min-width: 25px;
    height: 25px;
    margin: -1px 0 0 16px;
}
.projects {
    padding: 100px 0 125px;
}
.projects .container:after {
    content: "";
    position: absolute;
    width: 902px;
    height: 628px;
    left: -299px;
    top: 2px;
    background: url(../img/bg/6.png) no-repeat;
    z-index: -1;
}
.projects .title-block .desc {
    margin: 50px 0 0 1px;
}
.projects .slider {
    width: 100%;
    margin-top: -85px;
}
.projects .item {
    position: relative;
    z-index: 4;
    padding-bottom: 101px;
}
.projects .item-image {
    position: absolute;
    right: 14px;
    top: 0;
}
.projects .item-info {
    background: #fff;
    position: relative;
    max-width: 498px;
    width: 100%;
    -webkit-box-shadow: 0 0 80.8px 20.2px rgba(0, 0, 0, 0.03);
    box-shadow: 0 0 80.8px 20.2px rgba(0, 0, 0, 0.03);
    margin: 136px 0 0 49px;
    padding: 38px 55px 36px 66px;
    min-height: 250px;
}
.projects .item-info:after {
    content: "";
    width: 82px;
    height: 82px;
    position: absolute;
    left: -9px;
    top: -10px;
    z-index: -1;
    background: var(--color-main);
}
.projects .item-title {
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 1px;
}
.projects .item .city {
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.6px;
    margin: -1px 0 0 1px;
}
.projects .item-list {
    margin: 11px 0 10px 2px;
}
.projects .item-list div {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.9px;
    margin-bottom: 5px;
}
.projects .item-list div span {
    padding-left: 17px;
}
.projects .item .letter {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.65px;
    opacity: 0.6;
    padding-bottom: 1px;
    border-bottom: 1px solid;
}
.projects .item .letter:active,
.projects .item .letter:focus {
    outline: 0;
    border: none;
}
.projects-controls {
    max-width: 441px;
    width: 100%;
    margin-top: -90px;
    position: relative;
}
.projects-num {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 144px;
    right: 0;
    top: 10px;
}
.projects-num .current-slide {
    opacity: 0.3;
    font-weight: 800;
    font-size: 24px;
    letter-spacing: 1px;
}
.projects-num .count-slide {
    opacity: 0.2;
    font-size: 18px;
    letter-spacing: 0.5px;
    font-weight: 300;
    margin: -3px 0 0 4px;
}
.projects-num i {
    font-style: normal;
    font-size: 14px;
    font-weight: 300;
    opacity: 0.2;
    margin: -5px 0 0 4px;
}
.projects-nav {
    position: absolute;
    left: 141px;
    right: 0;
    top: 0;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.projects-nav .slick-arrow {
    border: none;
    background: 0;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
@media not all and (pointer: coarse) {
    .projects-nav .slick-arrow:hover {
        -webkit-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }
    .projects-nav .slick-arrow:hover .arrow {
        -webkit-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        background: url(../img/icons/arrow-active.png) no-repeat;
    }
}
.projects-nav .slick-arrow.slick-next .arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.projects-nav .slick-arrow .arrow {
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    display: block;
    background: url(../img/icons/arrow.png) no-repeat;
    background-size: contain;
    width: 68px;
    height: 40px;
}
.projects-nav .slick-arrow .arrow-text {
    max-width: 105px;
    width: 100%;
    display: block;
    margin: 8px 0 0 -1px;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.8px;
    opacity: 0.55;
    text-align: left;
}
.economy {
    padding: 100px 0 0;
}
.economy .container:after {
    content: "";
    position: absolute;
    width: 296px;
    height: 343px;
    left: -213px;
    top: 222px;
    background: url(../img/bg/7.png) no-repeat;
    z-index: -1;
}
.economy .title-block {
    padding-left: 41px;
}
.economy .title-block .subtitle {
    margin-bottom: 2px;
}
.economy .title-block .desc {
    margin: 15px 0 0 3px;
    letter-spacing: 2.3px;
}
.economy .title-block .desc:before {
    margin: 11px 16px 0 -71px;
}
.economy-image {
    position: absolute;
    right: -461px;
    bottom: 0;
    width: 1100px;
    z-index: -1;
}
.economy-image img{
    width: 100%;
}
.economy-block {
    max-width: 584px;
    width: 100%;
    background: #fff;
    margin: 21px 0 0 -23px;
    padding: 40px 40px 53px;
    -webkit-box-shadow: 0 0 82.8px 9.2px rgba(0, 0, 0, 0.03);
    box-shadow: 0 0 82.8px 9.2px rgba(0, 0, 0, 0.03);
}
.economy-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.economy-title {
    margin: 8px 0 0 19px;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 1.9px;
}
.economy-icon {
    background: url(../img/icons/economy.svg) no-repeat;
    background-size: contain;
    min-width: 44px;
    height: 45px;
}
.economy-questions {
    margin: 25px 0 0 95px;
}
.economy-questions .question {
    position: relative;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.7px;
    font-weight: 300;
    margin-bottom: 12px;
}
.economy-questions .question:before {
    content: "";
    position: absolute;
    left: -36px;
    top: 2px;
    background: url(../img/icons/question.svg) no-repeat;
    background-size: contain;
    min-width: 15px;
    height: 15px;
}
.economy-questions .question-more {
    display: none;
}
.economy-questions.active .question-more {
    display: block;
}
.economy .more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    margin: 15px 0 0;
}
.economy .more-text {
    font-size: 16px;
    line-height: 16px;
    font-weight: 300;
    opacity: 0.7;
    letter-spacing: 0.5px;
    border-bottom: 1px solid;
    padding-bottom: 1px;
}
.economy .more-icon {
    background: url(../img/icons/more.svg) no-repeat;
    background-size: contain;
    min-width: 11px;
    height: 11px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin: 0 0 0 13px;
    opacity: 0.7;
}
.economy .form {
    margin: 31px 0 0 61px;
    position: relative;
}
.economy .form-title {
    position: relative;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.15px;
    font-weight: 300;
}
.economy .form-title span {
    font-weight: 700;
}
.economy .form-title:before {
    content: "";
    position: absolute;
    left: -48px;
    top: 10px;
    background: var(--color-main);
    height: 2px;
    width: 28px;
}
.economy .form-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 17px 0 0;
}
.economy .form .messengers-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 12px 0 0 -2px;
}
.economy .form .messengers .messenger {
    cursor: pointer;
    margin-right: 15px;
    position: relative;
}
.economy .form .messengers .messenger:last-child {
    margin-right: 0;
}
.economy .form .messengers .messenger-whatsapp {
    min-width: 38px;
    height: 38px;
    background: url(../img/icons/whatsapp.svg) no-repeat;
    background-size: contain;
}
.economy .form .messengers .messenger-telegram {
    min-width: 39px;
    height: 39px;
    background: #009be8;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-transform: translate(-1px, 0);
    -ms-transform: translate(-1px, 0);
    transform: translate(-1px, 0);
}
.economy .form .messengers .messenger-telegram span {
    min-width: 23px;
    height: 22px;
    background: url(../img/icons/telegram.svg) no-repeat;
    background-size: contain;
    -webkit-transform: translate(-1px, 1px);
    -ms-transform: translate(-1px, 1px);
    transform: translate(-1px, 1px);
}
.economy .form .messengers .messenger-email {
    min-width: 39px;
    height: 39px;
}
.economy .form .messengers .messenger-email span {
    min-width: 22px;
    height: 22px;
}
.economy .form .input-block .input-title {
    font-weight: 700;
    font-size: 16px;
    letter-spacing: -0.2px;
}
.economy .form .input-block input {
    max-width: 254px;
    width: 100%;
    display: block;
    margin-top: 6px;
    display: none;
}
.economy .form .input-block input.active {
    display: block;
}
.economy .form .btn {
    position: absolute;
    right: -120px;
    top: -30px;
}
.economy .form .btn-inner {
    text-align: left;
    padding-left: 30px;
}
.clients {
    padding: 102px 0 60px;
}
.clients-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px;
}
.clients-item {
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 275px;
    height: 104px;
    -webkit-box-shadow: 0 0 80.8px 20.2px rgba(0, 0, 0, 0.03);
    box-shadow: 0 0 80.8px 20.2px rgba(0, 0, 0, 0.03);
    margin: 28px 0 26px;
}
.clients-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 42px 0 0 0;
}
.clients-bottom .bottom-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.8px;
    position: relative;
}
.clients-bottom .bottom-text:before {
    content: "";
    position: absolute;
    left: -21px;
    top: 3px;
    width: 3px;
    height: 12px;
    background: var(--color-main);
}
.clients-link {
    margin: 0 0 0 54px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
@media not all and (pointer: coarse) {
    .clients-link:hover {
        -webkit-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }
    .clients-link:hover .link-text {
        -webkit-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        color: var(--color-main);
        border-color: var(--color-main);
    }
}
.clients-link .link-text {
    font-size: 18px;
    line-height: 18px;
    font-weight: 300;
    letter-spacing: 0.8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    padding-bottom: 1px;
}
.clients-link .link-arrow {
    background: url(../img/icons/next.svg) no-repeat;
    background-size: contain;
    min-width: 25px;
    height: 25px;
    margin: -1px 0 0 16px;
}
.service {
    padding: 100px 0 50px;
}
.service .container2:after {
    content: "";
    position: absolute;
    width: 902px;
    height: 628px;
    left: -345px;
    top: 0;
    background: url(../img/bg/8.png) no-repeat;
    z-index: -1;
}
.service .title-block {
    padding: 0;
}
.service .title-block .subtitle {
    margin-bottom: 2px;
}
.service .slider {
    position: relative;
    margin: -49px auto 0;
}
.service .item {
    z-index: 2;
}
.service .item-image {
    position: absolute;
    right: 40px;
    top: -85px;
}
.service .item-info {
    max-width: 608px;
    width: 100%;
    margin: 85px 0 0 1px;
    background: #fff;
    position: relative;
    padding: 52px 52px 35px 68px;
    -webkit-box-shadow: 0 0 80.8px 20.2px rgba(0, 0, 0, 0.03);
    box-shadow: 0 0 80.8px 20.2px rgba(0, 0, 0, 0.03);
}
.service .item-info:after {
    content: "";
    position: absolute;
    left: -10px;
    top: -10px;
    width: 82px;
    height: 82px;
    background: var(--color-main);
    z-index: -2;
}
.service .item-name {
    font-weight: 800;
    font-size: 36px;
    line-height: 42px;
    letter-spacing: 1.4px;
}
.service .item-status {
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 1.1px;
    margin: -1px 0 0;
}
.service .item-text {
    margin: 21px 0 0;
}
.service .item-text p {
    margin: 0 0 21px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
    letter-spacing: 0.8px;
}
.service .item-text p span {
    color: var(--color-main);
    font-weight: 700;
}
.service-controls {
    max-width: 441px;
    width: 100%;
    position: absolute;
    right: 137px;
    top: -39px;
}
.service-num {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 144px;
    right: 0;
    top: 10px;
}
.service-num .current-slide {
    opacity: 0.3;
    font-weight: 800;
    font-size: 24px;
    letter-spacing: 1px;
}
.service-num .count-slide {
    opacity: 0.2;
    font-size: 18px;
    letter-spacing: 0.5px;
    font-weight: 300;
    margin: -3px 0 0 4px;
}
.service-num i {
    font-style: normal;
    font-size: 14px;
    font-weight: 300;
    opacity: 0.2;
    margin: -5px 0 0 4px;
}
.service-nav {
    position: absolute;
    left: 141px;
    right: 0;
    top: 0;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.service-nav .slick-arrow {
    border: none;
    background: 0;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
@media not all and (pointer: coarse) {
    .service-nav .slick-arrow:hover {
        -webkit-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }
    .service-nav .slick-arrow:hover .arrow {
        -webkit-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        background: url(../img/icons/arrow-active.png) no-repeat;
    }
}
.service-nav .slick-arrow.slick-next .arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.service-nav .slick-arrow .arrow {
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    display: block;
    background: url(../img/icons/arrow.png) no-repeat;
    background-size: contain;
    width: 68px;
    height: 40px;
}
.service-nav .slick-arrow .arrow-text {
    max-width: 105px;
    width: 100%;
    display: block;
    margin: 8px 0 0 -1px;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.8px;
    opacity: 0.55;
    text-align: left;
}
.about {
    padding: 100px 0 50px;
}
.about-title {
    text-transform: uppercase;
    font-size: 36px;
    line-height: 43px;
    font-weight: 800;
    letter-spacing: 2.8px;
}
.about-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 44px -27px 0 0;
}
.about-item {
    position: relative;
    min-height: 75px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.about-item .num {
    position: absolute;
    left: -9px;
    top: 0;
    font-weight: 200;
    font-size: 110px;
    line-height: 60px;
    letter-spacing: 10px;
    opacity: 0.1;
}
.about-text {
    position: relative;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 1.7px;
    background: #f5f5f5;
    padding: 0 4px;
    margin: 0 0 14px 18px;
}
.about-text span {
    font-weight: 700;
    color: var(--color-main);
}
.design {
    padding: 55px 0 60px;
}
.design .container:after {
    content: "";
    position: absolute;
    width: 346px;
    height: 333px;
    left: -224px;
    top: 13px;
    background: url(../img/bg/9.png) no-repeat;
    z-index: -1;
}
.design .title-block {
    padding-left: 22px;
}
.design .title-block .desc {
    margin: 10px 0 0 -3px;
    letter-spacing: 2.2px;
}
.design .title-block .desc:before {
    margin: 12px 43px 0 -93px;
}
.design-block {
    position: relative;
}
.design-img {
    position: absolute;
    right: -8px;
    top: -126px;
}
.design-info {
    max-width: 610px;
    width: 100%;
    margin: 25px 0 0 -99px;
    background: #fff;
    padding: 44px 125px 59px 44px;
    position: relative;
}
.design-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.design-title {
    margin: 0 0 0 24px;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.85px;
    max-width: 300px;
    width: 100%;
}
.design-icon {
    background: url(../img/icons/idea.svg) no-repeat;
    background-size: contain;
    min-width: 47px;
    height: 47px;
    margin: -3px 0 0;
}
.design-text {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.75px;
    font-weight: 300;
    margin: 27px 0 0 71px;
    position: relative;
}
.design-text:before {
    content: "";
    position: absolute;
    left: -23px;
    top: 4px;
    height: 15px;
    width: 3px;
    background: var(--color-main);
}
.design .btn {
    position: absolute;
    right: -86px;
    top: 35px;
}
.design .btn-inner {
    padding-left: 31px;
}
.quality {
    padding: 100px 0 50px;
    overflow: hidden;
}
.quality .container:after {
    content: "";
    position: absolute;
    width: 902px;
    height: 628px;
    right: -392px;
    top: 127px;
    background: url(../img/bg/10.png) no-repeat;
    z-index: -1;
}
.quality .title-block .desc {
    margin: 7px 0 0 7px;
    text-align: left;
    letter-spacing: 1.1px;
}
.quality .title-block .desc:before {
    margin: 14px 28px 0 -82px;
}
.quality-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 60px auto 0;
    padding: 0 30px;
}
.help {
    padding: 100px 0 30px;
}
.help .container:after {
    content: "";
    position: absolute;
    width: 211px;
    height: 343px;
    left: -104px;
    top: 221px;
    background: url(../img/bg/11.png) no-repeat;
    z-index: -1;
}
.help .title-block {
    padding-left: 37px;
    position: relative;
    z-index: 5;
}
.help .title-block .subtitle {
    letter-spacing: 3.6px;
    margin-bottom: 2px;
}
.help .title-block .title {
    letter-spacing: 3.4px;
}
.help .title-block .desc {
    letter-spacing: 2.2px;
    margin: 15px 0 0 2px;
    max-width: 370px;
    width: 100%;
}
.help .title-block .desc:before {
    margin: 11px 16px 0 -66px;
}
.help-img {
    position: absolute;
    right: -461px;
    bottom: -40px;
    width: 1100px;
}
.help-block {
    max-width: 561px;
    width: 100%;
    margin: 30px 0 0;
    padding: 31px 144px 40px 42px;
    background: #fff;
    position: relative;
}
.help-text {
    position: relative;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.7px;
    font-weight: 300;
    margin-bottom: 14px;
    padding-left: 30px;
}
.help-text:nth-child(3) {
    margin-bottom: 8px;
}
.help-text:last-child {
    margin-bottom: 0;
}
.help-text:before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 6px;
    height: 6px;
    background: var(--color-main);
    border-radius: 50%;
}
.help .btn {
    position: absolute;
    right: -95px;
    top: 89px;
}
.help .btn-inner {
    padding-left: 30px;
}
.footer {
    background: #fff;
    padding: 31px 0 50px;
}
.footer .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer-right {
    margin: 17px -2px 0 0;
}
.footer .contacts {
    margin: 0;
}
.footer .contacts .tel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.footer .contacts .tel-text {
    font-size: 30px;
    letter-spacing: 1.2px;
}
.footer .contacts .tel-icon {
    margin: 2px 12px 0 0;
    min-width: 21px;
    height: 21px;
    background: url(../img/icons/phone.svg) no-repeat;
    background-size: contain;
}
.footer .copyright {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.3px;
    margin: 23px 0 0;
}
.footer .socials {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 14px 2px 0 0;
}
.footer .socials-text {
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.3px;
    margin: 4px 9px 0 0;
}
.footer .socials a {
    margin-left: 10px;
    position: relative;
}
.footer .socials .whatsapp {
    min-width: 30px;
    height: 30px;
    background: url(../img/icons/whatsapp.svg) no-repeat;
    background-size: contain;
}
.footer .socials .telegram {
    min-width: 31px;
    height: 31px;
    background: #009be8;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
}
.footer .socials .telegram span {
    min-width: 19px;
    height: 18px;
    background: url(../img/icons/telegram.svg) no-repeat;
    background-size: contain;
    -webkit-transform: translate(-1px, 1px);
    -ms-transform: translate(-1px, 1px);
    transform: translate(-1px, 1px);
}
.footer-center {
    margin: 13px 0 0 47px;
}
.footer .location {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.footer .location-icon {
    background: url(../img/icons/location.svg) no-repeat;
    background-size: contain;
    min-width: 15px;
    height: 17px;
    margin: 5px 0 0;
}
.footer .location-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 0 12px;
    letter-spacing: -0.1px;
}
.footer .politics {
    display: block;
    margin: 10px 0 0 27px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.5px;
    text-decoration: underline;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
@media not all and (pointer: coarse) {
    .footer .politics:hover {
        -webkit-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        color: var(--color-main);
    }
}
#thanks {
    background: #fff;
}
#thanks .header,
#thanks .thanks {
    background: #f5f5f5;
}
.thanks {
    padding: 39px 0 105px;
    overflow: hidden;
}
.thanks .container:after {
    content: "";
    position: absolute;
    right: -503px;
    top: 147px;
    background: url(../img/bg/16.png) no-repeat;
    width: 903px;
    height: 629px;
}
.thanks-icon {
    display: block;
    margin: 0 auto;
    background: url(../img/icons/thanks.svg) no-repeat;
    background-size: contain;
    min-width: 86px;
    max-width: 86px;
    height: 81px;
}
.thanks-title {
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 100px;
    line-height: 60px;
    letter-spacing: 7px;
    margin: 58px 0 0;
}
.thanks-desc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    font-size: 24px;
    line-height: 25px;
    font-weight: 400;
    margin: 58px 0 0;
    letter-spacing: 0.5px;
}
.thanks-desc:before {
    content: "";
    background: var(--color-main);
    height: 3px;
    width: 50px;
    margin: 7px 20px 0 0;
}
.modal {
    width: 585px;
    background: #fff;
    padding: 60px 65px 67px;
}
.modal:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 111px;
    height: 150px;
    background: url(../img/bg/15.png) no-repeat;
    z-index: 1;
}
.modal:after {
    content: "";
    width: 213px;
    height: 127px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../img/bg/14.png) no-repeat;
    z-index: 1;
}
.modal-title {
    text-transform: uppercase;
    text-align: center;
    font-weight: 800;
    font-size: 36px;
    line-height: 46px;
    letter-spacing: 3.3px;
    position: relative;
    z-index: 2;
}
.modal-subtitle {
    z-index: 2;
    width: 100%;
    margin: 15px 0 0 0;
    padding-right: 30px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.8px;
}
.modal-subtitle:before {
    content: "";
    min-width: 36px;
    max-width: 36px;
    height: 3px;
    background: var(--color-main);
    margin: 9px 22px 0 0;
}
.modal form {
    display: block;
    margin: 26px auto 0;
    position: relative;
    z-index: 2;
}
.modal form input {
    max-width: 254px;
    width: 100%;
    margin: 0 auto 19px;
    font-size: 16px;
    padding: 0 10px 0 23px;
}
.modal form .btn-next {
    width: max-content;
    max-width: 100%;
    margin: 34px auto 0;
    border: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--color-main);
    height: 69px;
    padding: 3px 36px 0 44px;
    cursor: pointer;
}
.modal form .btn-next .btn-text {
    letter-spacing: 1px;
}
.modal form .btn-next .btn-arrow {
    background: url(../img/icons/btn.svg) no-repeat;
    background-size: contain;
    min-width: 25px;
    height: 27px;
    margin: 1px 0 0 14px;
}
.modal .messengers {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    margin-top: 23px;
    margin-bottom: 23px;
}
.modal .messengers-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 0 11px;
}
.messengers-title {
    font-weight: 700;
    font-size: 16px;
    display: block;
    margin-right: 15px;
    line-height: 1.1;
}
.modal .messengers .messenger {
    cursor: pointer;
    margin-right: 15px;
    position: relative;
}
.modal .messengers .messenger:last-child {
    margin-right: 0;
}
.modal .messengers .messenger-whatsapp {
    min-width: 38px;
    height: 38px;
    background: url(../img/icons/whatsapp.svg) no-repeat;
    background-size: contain;
}
.modal .messengers .messenger-telegram {
    min-width: 39px;
    height: 39px;
    background: #009be8;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-transform: translate(-1px, 0);
    -ms-transform: translate(-1px, 0);
    transform: translate(-1px, 0);
}
.modal .messengers .messenger-telegram span {
    min-width: 27px;
    height: 23px;
    background: url(../img/icons/telegram.svg) no-repeat;
    background-size: contain;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}
.modal .companies {
    margin: 38px auto 0;
    max-width: 323px;
    width: 100%;
}
.modal .companies img {
    width: 100%;
}
.modal .region {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 52px 0 0;
}
.modal .region-icon {
    background: url(../img/icons/region.svg) no-repeat;
    background-size: contain;
    min-width: 36px;
    height: 37px;
}
.modal .region-text {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.75px;
    font-weight: 400;
    margin: 0 0 0 19px;
}
#modal3 .modal-subtitle {
    margin-left: 0;
}
#more .economy-questions {
    padding: 0 0 0 40px;
    margin: 0;
}
.fancybox-slide--html .fancybox-close-small {
    padding: 0;
    position: absolute;
    right: 10px;
    top: 9px;
    width: 15px;
    height: 15px;
    background: url(../img/icons/close.svg) center / contain no-repeat;
    cursor: pointer;
    opacity: 0.21;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
@media not all and (pointer: coarse) {
    .fancybox-slide--html .fancybox-close-small:hover {
        -webkit-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        opacity: 1;
        background: url(../img/icons/close-active.svg) center / contain no-repeat;
    }
}
.fancybox-slide--html .fancybox-close-small svg {
    display: none;
}
.mb {
    display: none;
}
@media only screen and (max-width: 1280px) {
    .header .contacts {
        margin-right: 0;
    }
    .comfort .more-item {
        margin-right: 30px;
    }
    .quiz .slider {
        padding: 0 20px;
        max-width: 1200px;
        width: 100%;
        margin: 62px auto 0;
    }
    .quiz-body {
        padding-left: 0;
    }
    .quiz .item-block {
        margin-right: 25px;
    }
    .partners-item {
        margin: 10px 0;
    }
    .clients-item {
        margin: 10px 0;
    }
    .design .title-block {
        padding-left: 49px;
    }
    .design-img {
        right: -95px;
    }
    .design-info {
        margin-left: 0;
    }
}
@media only screen and (max-width: 1200px) {
    .promo .slider-image {
        right: -530px;
    }
    .promo .slider-info {
        margin-left: 0;
    }
    .promo-nav {
        right: 25px;
    }
    .promo-nav .line {
        width: 250px;
    }
    .comfort .item-image {
        max-width: 450px;
        width: 100%;
    }
    .comfort .item-image img {
        width: 100%;
    }
    .comfort .item-image .image-text {
        top: 257px;
    }
    .comfort .more-block {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: 10px;
    }
    .comfort .more-item {
        margin-right: 10px;
    }
    .comfort .more .item-1 {
        width: 225px;
    }
    .comfort .more .item-2 {
        width: 193px;
    }
    .comfort .more .item-3 {
        width: 250px;
    }
    .comfort .more-text {
        font-size: 14px;
        line-height: 22px;
        margin-left: 13px;
        letter-spacing: 1px;
    }
    .solution-box {
        max-width: 510px;
        margin: 96px 0 0;
        padding: 50px;
    }
    .solution .material {
        right: 0;
    }
    .quiz .item-block {
        margin-right: 15px;
    }
    .quiz .item-image {
        max-width: 190px;
    }
    .quiz .item-image img {
        width: 100%;
    }
    .quiz .item-info {
        margin-left: 10px;
        font-size: 16px;
        line-height: 24px;
        width: 215px;
        padding: 15px 10px;
    }
    .quiz .item-info:before {
        -webkit-transform: translate(-6px, -2px);
        -ms-transform: translate(-6px, -2px);
        transform: translate(-6px, -2px);
    }
    .quiz-element:checked + label .item-info {
        padding: 15px 10px;
    }
    .catalog {
        padding: 54px 0;
    }
    .catalog-item {
        width: 190px;
        margin: 0 10px 30px;
    }
    .catalog-image img {
        width: 100%;
    }
    .catalog-download {
        width: 425px;
        padding-left: 20px;
    }
    .catalog-download .download-title {
        font-size: 20px;
        line-height: 26px;
    }
    .catalog-download .btn {
        margin-left: 40px;
    }
    .partners-block {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .partners-item {
        margin: 10px;
    }
    .projects .item-info {
        margin-left: 15px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .projects .item-image {
        max-width: 535px;
        width: 100%;
        top: 15px;
    }
    .projects .item-image img {
        width: 100%;
    }
    .projects-nav {
        left: 130px;
    }
    .economy-image {
        right: -540px;
    }
    .economy-block {
        position: relative;
    }
    .clients-block {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .clients-item {
        margin: 10px;
    }
    .service .item-info {
        max-width: 500px;
        padding: 45px 35px;
    }
    .service .item-image {
        max-width: 500px;
    }
    .service-controls {
        top: -50px;
    }
    .about-block {
        margin: 44px 0 0;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .about-text {
        margin: 0 15px 14px 18px;
        line-height: 20px;
        letter-spacing: 1px;
    }
    .about-item {
        margin: 15px;
    }
    .design-info {
        max-width: 500px;
        padding: 40px 96px 45px 30px;
    }
    .design-img {
        right: -257px;
    }
    .quality-block {
        padding: 0;
    }
    .quality a {
        max-width: 300px;
        width: 100%;
    }
    .quality a img {
        width: 100%;
    }
    .help-img {
        right: -560px;
    }
}
@media only screen and (max-width: 992px) {
    .menu {
        width: 100%;
        height: 100%;
        min-height: 100vh;
    }
    .header .menu-btn {
        margin-left: 20px;
    }
    .header .menu-2 {
        margin: 18px 0 0 20px;
    }
    .header .menu-2 a {
        font-size: 16px;
        margin-right: 15px;
    }
    .header .contacts {
        margin-top: 10px;
    }
    .header .contacts .tel-text {
        font-size: 22px;
        letter-spacing: 0.5px;
    }
    .header .contacts .tel-icon {
        min-width: 16px;
        height: 16px;
        margin-top: 4px;
    }
    .header .socials {
        margin: 5px 0 0;
    }
    .header .socials-text {
        font-size: 16px;
        margin-right: 5px;
    }
    .promo {
        padding-bottom: 30px;
    }
    .promo-content {
        padding: 0;
        text-align: center;
    }
    .promo-description {
        max-width: 100%;
    }
    .promo-description:before {
        content: none;
    }
    .promo-quality {
        text-align: left;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 35px auto 0;
    }
    .promo .slider-image {
        position: relative;
        left: 0;
        right: 0;
        bottom: 0;
        max-width: 999px;
        width: 100%;
        margin: 0 auto;
    }
    .promo .slider-image .item {
        min-height: 420px;
    }
    .promo .slider-image img {
        width: 100%;
    }
    .promo .slider-info {
        margin: -80px 0 0;
        max-width: 100%;
    }
    .promo .slider-info .item-inner {
        max-width: 100%;
    }
    .promo .slider-info .slick-dots {
        right: auto;
        left: 305px;
    }
    .promo-controls {
        position: relative;
        left: 0;
        right: 0;
        bottom: 0;
        text-align: center;
    }
    .promo-num {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 0;
    }
    .promo-nav {
        z-index: 9;
        left: 0;
        right: 0;
        margin: auto;
        bottom: 30px;
    }
    .promo-nav .slick-arrow {
        margin: auto;
    }
    .comfort {
        overflow: hidden;
    }
    .comfort .slider {
        margin: 35px auto 0;
    }
    .comfort .item-image {
        position: relative;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .comfort .item-info {
        margin: 0 auto 0;
    }
    .comfort-controls {
        max-width: 100%;
    }
    .comfort-num {
        left: 0;
        right: 0;
        margin: auto;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
    }
    .comfort-nav {
        left: 30px;
        max-width: 400px;
        margin: 0 auto;
    }
    .comfort .more {
        display: block;
    }
    .comfort .more-title {
        text-align: center;
    }
    .comfort .more-block {
        margin: 30px auto 0;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .solution {
        overflow: hidden;
    }
    .solution-block {
        min-height: auto;
    }
    .solution-image {
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        max-width: 535px;
        width: 100%;
        margin: 0 auto;
    }
    .solution-image img {
        width: 100%;
    }
    .solution .material {
        position: relative;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 25px auto 0;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .solution-box {
        margin: 30px auto 0;
        max-width: 535px;
    }
    .quiz {
        overflow: hidden;
    }
    .quiz-title {
        font-size: 30px;
        line-height: 36px;
        letter-spacing: 1px;
    }
    .quiz-step {
        right: 5px;
        letter-spacing: 2px;
    }
    .quiz .item-block {
        max-width: 160px;
    }
    .quiz .item-image {
        max-width: 100%;
    }
    .quiz .item-info {
        max-width: 100%;
        padding: 10px;
        font-size: 14px;
        line-height: 18px;
        margin: 0 auto 0;
        text-align: center;
    }
    .quiz .item-info:before {
        content: none;
    }
    .quiz-element:checked + label .item-info {
        padding: 10px;
    }
    .projects {
        overflow: hidden;
        padding: 60px 0;
    }
    .projects .slider {
        margin: 30px auto 0;
    }
    .projects .item {
        padding-bottom: 0;
    }
    .projects .item-image {
        margin: 0 auto;
        position: relative;
        left: 0;
        right: 0;
        top: 0;
    }
    .projects .item-info {
        max-width: 535px;
        margin: 0 auto;
        min-height: 100%;
    }
    .projects-controls {
        max-width: 535px;
        left: 0;
        right: 0;
        margin: 25px auto 0;
    }
    .projects-num {
        width: 100%;
        left: 0;
        right: 0;
        margin: auto;
    }
    .projects-nav {
        left: 0;
    }
    .economy {
        overflow: hidden;
        padding: 60px 0 0;
    }
    .economy-image {
        right: 0;
        top: 0;
        left: 0;
        position: relative;
        max-width: 100%;
        width: 100%;
        margin: 30px auto 0;
    }
    .economy-block {
        max-width: 100%;
        margin: 0;
    }
    .economy .form .btn {
        right: 15px;
        top: -45px;
    }
    .clients {
        overflow: hidden;
        padding: 30px 0;
    }
    .service {
        overflow: hidden;
    }
    .service .slider {
        margin: 30px auto 0;
    }
    .service .item-image {
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        max-width: 610px;
        margin: 0 auto;
    }
    .service .item-info {
        max-width: 610px;
        margin: 0 auto;
    }
    .service-controls {
        margin: 25px auto 0;
        left: 0;
        right: 0;
        top: 0;
        position: relative;
        max-width: 610px;
    }
    .about {
        overflow: hidden;
        padding: 60px 0 30px;
    }
    .about-title {
        text-align: center;
    }
    .design {
        overflow: hidden;
        padding: 30px 0 60px;
    }
    .design-block {
        margin: 30px auto 0;
    }
    .design-img {
        max-width: 700px;
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .design-img img {
        width: 100%;
    }
    .design-info {
        max-width: 700px;
        margin: 0 auto;
        padding-right: 170px;
    }
    .design .btn {
        right: 15px;
        top: 35px;
    }
    .quality {
        overflow: hidden;
        padding: 30px 0;
    }
    .quality-block {
        margin-top: 30px;
    }
    .quality a {
        max-width: 220px;
    }
    .help {
        overflow: hidden;
        padding: 60px 0;
    }
    .help-img {
        position: relative;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 25px auto 0;
        width: 100%;
        max-width: 998px;
    }
    .help-block {
        max-width: 998px;
        margin: 0 auto;
    }
    .help .btn {
        right: 15px;
        top: 30px;
    }
    .footer-center {
        margin-left: 5px;
    }
    .footer .copyright {
        font-size: 14px;
        line-height: 18px;
    }
    .footer .contacts {
        margin-top: 10px;
    }
    .footer .contacts .tel-text {
        font-size: 22px;
        letter-spacing: 0.5px;
    }
    .footer .contacts .tel-icon {
        min-width: 16px;
        height: 16px;
        margin-top: 4px;
    }
    .footer .socials {
        margin: 5px 0 0;
    }
    .footer .socials-text {
        font-size: 16px;
        margin-right: 5px;
    }
}
@media only screen and (max-width: 760px) {
    .btn {
        height: auto;
        width: 100%;
        max-width: 320px;
    }
    .btn-inner {
        min-height: 69px;
        padding: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .btn-text {
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0.3px;
    }
    .btn-text br {
        content: "";
        margin-left: 3px;
    }
    .btn-icon {
        margin: -3px 0 0 10px;
        min-width: 25px;
        height: 23px;
    }
    .btn:before {
        content: none;
    }
    .header {
        padding: 15px 0 0;
    }
    .header .container {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 10px;
    }
    .header .logo {
        max-width: 100px;
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }
    .header .logo img {
        width: 100%;
    }
    .header .menu-2 {
        margin: 0;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .header .menu-2 a {
        font-size: 12px;
        margin-right: 3px;
        padding: 0 0 2px;
    }
    .header .menu-btn {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        margin: 0;
        max-width: 16px;
    }
    .header .contacts {
        margin: 15px auto 0;
        width: 100%;
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }
    .header .contacts .tel {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .header .contacts .socials {
        margin: 0 auto;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .header .socials {
        margin-top: 0;
    }
    .header.fixed {
        height: 105px;
    }
    .header.fixed .contacts {
        margin-top: 5px;
    }
    .header.fixed .socials {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    .promo-subtitle {
        font-size: 28px;
        line-height: 36px;
    }
    .promo-title {
        margin-top: 0;
        font-size: 42px;
        line-height: 48px;
        letter-spacing: 2px;
    }
    .promo-description {
        font-size: 20px;
        line-height: 26px;
        margin: 10px auto 0;
    }
    .promo-quality {
        margin: 25px auto 0;
    }
    .promo-quality .quality-text {
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0.5px;
    }
    .promo .btn {
        margin: 25px auto 0;
    }
    .promo .slider-image .item {
        min-height: auto;
        margin-top: 15px;
    }
    .promo .slider-info .item-inner img {
        display: none;
    }
    .promo .slider-info .item-name {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 30px 20px 45px;
        min-height: auto;
        font-size: 18px;
        line-height: 22px;
    }
    .promo .slider-info .slick-dots {
        right: 0;
        left: 0;
        bottom: 0;
        position: relative;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: -65px auto 0;
    }
    .promo-nav {
        display: none;
    }
    .promo-num {
        display: none;
    }
    .title-block {
        text-align: center;
        padding: 0;
    }
    .title-block .subtitle {
        font-size: 24px;
        line-height: 28px;
        letter-spacing: 1px;
        margin-bottom: 5px;
    }
    .title-block .title {
        font-size: 28px;
        line-height: 36px;
        letter-spacing: 1px;
    }
    .title-block .desc {
        margin: 20px auto 0;
        font-size: 22px;
        line-height: 26px;
        letter-spacing: 0.5px;
        display: block;
        position: relative;
    }
    .title-block .desc:before {
        position: absolute;
        left: 0;
        right: 0;
        top: -13px;
        margin: 0 auto;
        max-width: 50px;
    }
    .title-block .desc br {
        content: "";
        margin-left: 5px;
    }
    .title-block.title-center .desc {
        margin: 20px auto 0;
        letter-spacing: 0.5px;
    }
    .comfort {
        padding: 60px 0;
    }
    .comfort .item {
        padding-bottom: 0;
    }
    .comfort .item-info {
        padding: 30px 25px;
        min-height: 100%;
    }
    .comfort .item-info:after {
        content: none;
    }
    .comfort .item-title {
        margin: 4px 0 0 15px;
        font-size: 19px;
        line-height: 26px;
        letter-spacing: 0.5px;
    }
    .comfort .item-icon {
        min-width: 30px;
    }
    .comfort .item-icon .fire-icon,
    .comfort .item-icon .guarantee-icon,
    .comfort .item-icon .idea-icon,
    .comfort .item-icon .sale-icon,
    .comfort .item-icon .square-icon {
        min-width: 35px;
        height: 35px;
    }
    .comfort .item-text {
        font-size: 16px;
        line-height: 22px;
        margin: 15px 0 0;
        letter-spacing: 0.35px;
    }
    .comfort .item-image .image-text {
        top: 0;
        left: 0;
        right: 0;
        position: relative;
        max-width: 100%;
    }
    .comfort-nav {
        max-width: 100%;
        left: 0;
        top: 0;
        bottom: 0;
        position: relative;
        z-index: 10;
    }
    .comfort-nav .slick-arrow .arrow {
        width: 39px;
        height: 20px;
        position: relative;
        display: block;
        z-index: 5;
    }
    .comfort-nav .slick-arrow .arrow-text {
        display: none;
    }
    .comfort-controls {
        margin: 20px auto 0;
    }
    .comfort-num {
        top: 0;
    }
    .comfort .more {
        margin: 80px auto 0;
    }
    .comfort .more-title {
        font-size: 22px;
        line-height: 26px;
        letter-spacing: 2px;
        margin-top: 0;
    }
    .comfort .more .item-1,
    .comfort .more .item-2,
    .comfort .more .item-3 {
        width: 100%;
        margin: 0 auto 40px;
    }
    .comfort .more .item-3 {
        margin-bottom: 0;
    }
    .comfort .more .num {
        left: 0;
        right: 0;
        text-align: center;
    }
    .solution {
        padding: 0;
    }
    .solution-block {
        margin: 20px auto 0;
    }
    .solution .material-icon {
        margin: 0;
    }
    .solution .material-text {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 0.5px;
    }
    .solution .material-text br {
        content: "";
        margin-left: 5px;
    }
    .solution-box {
        padding: 20px 25px;
    }
    .solution-title {
        font-size: 16px;
        line-height: 22px;
        padding: 0 30px 0 15px;
        letter-spacing: 0.3px;
    }
    .solution-title br {
        content: "";
        margin-left: 5px;
    }
    .solution-text {
        margin: 5px 0 0 15px;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0.8px;
        padding-right: 0;
    }
    .quiz .title-block .desc:before {
        margin: auto;
    }
    .quiz .slider {
        margin: 30px auto 0;
        padding: 0;
    }
    .quiz-title {
        font-size: 22px;
        line-height: 26px;
        letter-spacing: 0.5px;
        padding: 0;
    }
    .quiz-step {
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        font-size: 18px;
        line-height: 24px;
        margin: 10px auto 0;
        text-align: center;
    }
    .quiz-body {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 20px;
    }
    .quiz .item-block {
        margin: 0 10px 20px;
        max-width: -webkit-calc(50% - 20px);
        max-width: calc(50% - 20px);
    }
    .quiz .item-block:last-child {
        margin: 0 10px 20px;
    }
    .quiz .item-info {
        margin-top: -30px;
        width: 100%;
        padding: 10px 5px;
        font-size: 13px;
        line-height: 16px;
        min-height: 100%;
        text-align: left;
    }
    .quiz-buttons {
        margin: 10px auto 0;
        flex-direction: column-reverse;
    }
    .quiz-element:checked + label .item-info {
        padding: 10px 5px;
    }
    .quiz-final {
        margin-top: 30px;
    }
    .quiz-final .quiz-buttons {
        margin-top: 30px;
    }
    .quiz-final .final-title {
        padding: 0 15px;
    }
    .quiz-final .final-block {
        margin-top: 20px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .quiz .messengers {
        margin: 0 auto 20px ;
    }
    .catalog {
        padding: 30px 0;
    }
    .catalog .title-block .title {
        line-height: 36px;
    }
    .catalog .title-block .desc:before {
        margin: auto;
    }
    .catalog-tabs {
        margin-top: 25px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .catalog-tab {
        margin: 0 10px 10px;
    }
    .catalog-tab:last-child {
        margin: 0 10px 0;
    }
    .catalog-block {
        padding: 0;
        margin: 30px auto 0;
    }
    .catalog-item {
        width: -webkit-calc(50% - 20px);
        width: calc(50% - 20px);
        margin: 0 10px 20px;
    }
    .catalog-info {
        padding: 15px 5px;
    }
    .catalog-title {
        font-size: 14px;
        line-height: 16px;
        letter-spacing: 0.3px;
    }
    .catalog-title:before {
        width: 15px;
        left: -11px;
        top: 6px;
    }
    .catalog-price {
        font-size: 14px;
        line-height: 16px;
        letter-spacing: 0;
        margin: 0;
    }
    .catalog-oldprice {
        margin: 0;
        letter-spacing: 0;
        font-size: 14px;
        line-height: 14px;
    }
    .catalog-download {
        width: 100%;
        padding: 0;
        display: block;
        margin: 20px auto 0;
        text-align: center;
    }
    .catalog-download .download-title {
        margin: 0;
    }
    .catalog-download .download-title:before {
        content: none;
    }
    .catalog-download .num {
        left: 0;
        right: 0;
        top: 0;
        transform: none;
        position: relative;
        font-size: 80px;
        line-height: 90px;
        text-align: center;
        margin: 0 auto;
    }
    .catalog-download .btn {
        margin: 0 auto 0;
    }
    .partners {
        padding: 60px 0 30px;
    }
    .partners .title-block .desc {
        text-align: center;
    }
    .partners .title-block .desc:before {
        margin: auto;
    }
    .partners-item {
        width: -webkit-calc(50% - 10px);
        width: calc(50% - 10px);
        padding: 10px;
        height: 100%;
        min-height: 90px;
        max-height: 90px;
        margin: 5px;
        overflow: hidden;
    }
    .partners-item img {
        max-width: 100%;
        height: auto;
    }
    .partners-bottom {
        display: block;
        margin: 25px auto 0;
    }
    .partners-bottom .bottom-text {
        text-align: center;
        margin-bottom: 5px;
    }
    .partners-link {
        margin: 0;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .partners-link .link-text {
        font-size: 16px;
        line-height: 16px;
        letter-spacing: 0.3px;
    }
    .projects .item-info {
        padding: 30px 20px;
    }
    .projects .item-title {
        text-align: center;
        font-size: 18px;
        line-height: 22px;
        letter-spacing: 0.5px;
    }
    .projects .item .city {
        margin: 5px auto 0;
        font-size: 18px;
        line-height: 18px;
        text-align: center;
    }
    .projects .item-list {
        margin: 15px 0 0;
    }
    .projects .item-list div {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 0.3px;
    }
    .projects .item-list div span {
        padding-left: 7px;
    }
    .projects-nav .slick-arrow .arrow {
        width: 39px;
        height: 20px;
    }
    .projects-num {
        top: 0;
    }
    .economy {
        padding: 30px 0 0;
    }
    .economy .title-block {
        padding: 0;
    }
    .economy .title-block .desc {
        margin: 20px auto 0;
        letter-spacing: 0.5px;
    }
    .economy .title-block .desc:before {
        margin: auto;
    }
    .economy-block {
        padding: 30px 20px;
    }
    .economy-icon {
        min-width: 30px;
        height: 30px;
    }
    .economy-title {
        margin: 0 0 0 15px;
        font-size: 18px;
        line-height: 22px;
        letter-spacing: 0.7px;
    }
    .economy-questions {
        margin: 15px 0 0 40px;
    }
    .economy .form {
        margin: 25px auto 0;
        padding-bottom: 25px;
    }
    .economy .form .btn {
        position: relative;
        left: 0;
        right: 0;
        top: 0;
    }
    .economy .form .btn-inner {
        padding: 0;
        text-align: center;
    }
    .economy .form .btn-text {
        font-size: 12px;
        line-height: 16px;
    }
    .economy .form-title {
        margin-left: 40px;
        font-size: 16px;
        line-height: 22px;
    }
    .economy .form-title:before {
        width: 15px;
        left: -30px;
    }
    .economy .form-block {
        margin: 15px auto 0;
        display: block;
    }
    .economy .form .messengers-list {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 5px auto 0;
    }
    .economy .form .input-block {
        margin: 20px 0 0 40px;
    }
    .economy .form .input-block .input-title {
        padding: 0;
    }
    .economy .form .input-block input {
        margin: 5px 0 20px;
        max-width: 320px;
        width: 100%;
    }
    .economy .form-submit{
        margin-left: 40px;
    }
    .economy .form .btn {
        display: block;
        margin: 25px auto 0;
        position: relative;
        left: 0;
        right: 0;
        top: 0;
    }
    .clients-block {
        margin-top: 10px;
    }
    .clients-item {
        width: -webkit-calc(50% - 10px);
        width: calc(50% - 10px);
        padding: 10px;
        height: 100%;
        min-height: 90px;
        max-height: 90px;
        margin: 5px;
    }
    .clients-item img {
        max-width: 100%;
        height: auto;
    }
    .clients-bottom {
        display: block;
        margin: 25px auto 0;
    }
    .clients-bottom .bottom-text {
        text-align: center;
        margin-bottom: 5px;
    }
    .clients-link {
        margin: 0;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .clients-link .link-text {
        font-size: 16px;
        line-height: 16px;
        letter-spacing: 0.3px;
    }
    .service {
        padding: 30px 0;
    }
    .service .slider {
        margin: 20px auto 0;
    }
    .service .item-image img {
        width: 100%;
    }
    .service .item-info {
        padding: 30px 20px;
    }
    .service .item-name {
        font-size: 24px;
        line-height: 28px;
    }
    .service .item-status {
        font-size: 20px;
        line-height: 24px;
        letter-spacing: 0.7px;
        margin: 0;
    }
    .service .item-text {
        margin: 15px 0 0;
    }
    .service .item-text p {
        margin: 0 0 15px;
        font-size: 16px;
        line-height: 19px;
        letter-spacing: 0.3px;
    }
    .service-num {
        left: 0;
        top: 0;
    }
    .service-nav {
        left: 0;
    }
    .service-nav .slick-arrow .arrow {
        width: 39px;
        height: 20px;
    }
    .about-block {
        margin-top: 25px;
    }
    .about-title {
        font-size: 28px;
        line-height: 36px;
        letter-spacing: 1px;
    }
    .about-item {
        margin: 0 5px 10px;
        min-height: 60px;
        width: -webkit-calc(50% - 20px);
        width: calc(50% - 20px);
        background: 0;
        display: block;
    }
    .about-item .num {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        text-align: center;
        font-size: 60px;
        line-height: 60px;
        letter-spacing: 3px;
    }
    .about-text {
        text-align: center;
        font-size: 11px;
        line-height: 24px;
        margin: -25px auto 0;
        padding: 5px;
        letter-spacing: 0;
    }
    .design .title-block {
        padding: 0;
    }
    .design .title-block .desc {
        margin: 20px auto 0;
        letter-spacing: 0.5px;
    }
    .design .title-block .desc:before {
        margin: auto;
    }
    .design .title-block .desc br {
        display: block;
    }
    .design-info {
        padding: 30px 20px 40px;
    }
    .design-icon {
        margin: 3px 0 0;
        min-width: 45px;
    }
    .design-title {
        margin: 0 0 0 15px;
        font-size: 18px;
        line-height: 22px;
        letter-spacing: 0.5px;
    }
    .design-text {
        margin: 20px 0 0 15px;
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 0.3px;
    }
    .design-text:before {
        left: -15px;
    }
    .design .btn {
        position: relative;
        right: 0;
        top: 0;
        left: 0;
        margin: 25px auto 0;
    }
    .design .btn-inner {
        padding: 0;
    }
    .quality {
        padding: 30px 0;
    }
    .quality .title-block .desc {
        text-align: center;
    }
    .quality .title-block .desc:before {
        margin: auto;
    }
    .quality-block {
        margin: 25px auto 0;
    }
    .quality a {
        max-width: 32%;
    }
    .help {
        padding: 40px 0 60px;
    }
    .help .title-block {
        padding: 0;
    }
    .help .title-block .desc {
        letter-spacing: 0.5px;
        margin: 20px auto 0;
        max-width: 100%;
    }
    .help .title-block .desc:before {
        margin: auto;
    }
    .help-block {
        padding: 30px 20px 40px;
    }
    .help-text {
        padding-left: 20px;
    }
    .help .btn {
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        margin: 25px auto 0;
    }
    .help .btn-inner {
        padding: 0;
    }
    .dd {
        display: none;
    }
    .mb {
        display: inline;
    }
    .footer .container {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .footer-center {
        margin: 10px auto 0;
    }
    .modal {
        padding: 30px 20px;
    }
    .modal-title {
        font-size: 28px;
        line-height: 36px;
        letter-spacing: 0.5px;
    }
    .modal-subtitle {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 0.5px;
        padding-right: 0;
    }
    .menu {
        padding: 70px;
    }
    .menu .close {
        right: 20px;
        top: 20px;
    }
    .menu-list a {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .thanks {
        padding: 30px 0 60px;
    }
    .thanks-title {
        margin: 25px auto 0;
        font-size: 54px;
        line-height: 62px;
        letter-spacing: 3px;
    }
    .thanks-desc {
        font-size: 22px;
        line-height: 26px;
        margin: 25px 0 0;
    }
}
@media only screen and (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
@media only screen and (min-width: 1280px) {
    .container {
        width: 1200px;
        padding-left: 0;
        padding-right: 0;
    }
}
