/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

@charset "UTF-8";
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
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;
    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;
    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;
    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;
    box-sizing: border-box;
}
:after,
:before {
    -webkit-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;
    -webkit-box-sizing: border-box;
            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);
    -ms-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;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}
.fancybox-container * {
    -webkit-box-sizing: border-box;
            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;
    -webkit-transition-duration: inherit;
         -o-transition-duration: inherit;
            transition-duration: inherit;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
         -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
            transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
    opacity: 0.9;
    -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
         -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
            transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
    -o-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
    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;
    -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
    -o-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
    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;
    -webkit-transform: translateZ(0);
            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;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    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 {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
            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;
    -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
            transform-origin: top left;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}
.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    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;
    -webkit-box-shadow: none;
            box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    -webkit-transition: color 0.2s;
    -o-transition: color 0.2s;
    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;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
            transform-origin: 0;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: linear;
         -o-transition-timing-function: linear;
            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: -o-linear-gradient(bottom, 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);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(transparent));
    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 {
    -webkit-animation: a 1s linear infinite;
            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;
}
@-webkit-keyframes a {
    to {
        -webkit-transform: rotate(1turn);
                transform: rotate(1turn);
    }
}
@keyframes a {
    to {
        -webkit-transform: rotate(1turn);
                transform: rotate(1turn);
    }
}
.fancybox-animated {
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
         -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
            transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
         -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
            transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
            transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
            transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-1turn);
        -ms-transform: rotate(-1turn);
            transform: rotate(-1turn);
}
.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(1turn);
        -ms-transform: rotate(1turn);
            transform: rotate(1turn);
}
.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
}
.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
            transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
            transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1) translateZ(0);
            transform: scaleX(1) translateZ(0);
}
.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
            transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
            transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translateZ(0) scale(1);
            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;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    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;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
            box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .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;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    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;
    -webkit-box-sizing: content-box !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 {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    display: none;
}
.scroll-element div {
    -webkit-box-sizing: content-box;
            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;
    -webkit-box-sizing: border-box;
            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 {
    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 {
    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;
    border-radius: 7px;
    -webkit-transition: opacity 0.2s linear;
    -o-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 {
    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: -o-linear-gradient(left, #dbdbdb 0, #e8e8e8 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #dbdbdb), to(#e8e8e8));
    background: linear-gradient(to right, #dbdbdb 0, #e8e8e8 100%);
    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: -o-linear-gradient(left, #fefefe 0, #f5f5f5 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #fefefe), to(#f5f5f5));
    background: linear-gradient(to right, #fefefe 0, #f5f5f5 100%);
    border: 1px solid #dbdbdb;
    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;
    border-radius: 2px;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
            box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
            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;
    border-radius: 12px;
}
.scrollbar-dynamic > .scroll-element .scroll-element_size {
    background-color: #ccc;
    opacity: 0;
    border-radius: 12px;
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
.scrollbar-dynamic > .scroll-element .scroll-bar {
    background-color: #6c6e71;
    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;
    -o-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;
    -o-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%;
    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;
    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: Muller;
    font-weight: 900;
    font-style: normal;
    src: url(../fonts/MullerBlack.eot);
    src: url(../fonts/MullerBlack.eot?#iefix) format("embedded-opentype"), url(../fonts/MullerBlack.woff) format("woff"), url(../fonts/MullerBlack.ttf) format("truetype");
}
@font-face {
    font-family: Muller;
    font-weight: 800;
    font-style: normal;
    src: url(../fonts/MullerExtraBold.eot);
    src: url(../fonts/MullerExtraBold.eot?#iefix) format("embedded-opentype"), url(../fonts/MullerExtraBold.woff) format("woff"), url(../fonts/MullerExtraBold.ttf) format("truetype");
}
@font-face {
    font-family: Muller;
    font-weight: 700;
    font-style: normal;
    src: url(../fonts/MullerBold.eot);
    src: url(../fonts/MullerBold.eot?#iefix) format("embedded-opentype"), url(../fonts/MullerBold.woff) format("woff"), url(../fonts/MullerBold.ttf) format("truetype");
}
@font-face {
    font-family: Muller;
    font-weight: 600;
    font-style: normal;
    src: url(../fonts/MullerHeavy.eot);
    src: url(../fonts/MullerHeavy.eot?#iefix) format("embedded-opentype"), url(../fonts/MullerHeavy.woff) format("woff"), url(../fonts/MullerHeavy.ttf) format("truetype");
}
@font-face {
    font-family: Muller;
    font-weight: 500;
    font-style: normal;
    src: url(../fonts/MullerMedium.eot);
    src: url(../fonts/MullerMedium.eot?#iefix) format("embedded-opentype"), url(../fonts/MullerMedium.woff) format("woff"), url(../fonts/MullerMedium.ttf) format("truetype");
}
@font-face {
    font-family: Muller;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/MullerRegular.eot);
    src: url(../fonts/MullerRegular.eot?#iefix) format("embedded-opentype"), url(../fonts/MullerRegular.woff) format("woff"), url(../fonts/MullerRegular.ttf) format("truetype");
}
@font-face {
    font-family: Muller;
    font-weight: 300;
    font-style: normal;
    src: url(../fonts/MullerLight.eot);
    src: url(../fonts/MullerLight.eot?#iefix) format("embedded-opentype"), url(../fonts/MullerLight.woff) format("woff"), url(../fonts/MullerLight.ttf) format("truetype");
}
@font-face {
    font-family: Muller;
    font-weight: 200;
    font-style: normal;
    src: url(../fonts/MullerUltraLight.eot);
    src: url(../fonts/MullerUltraLight.eot?#iefix) format("embedded-opentype"), url(../fonts/MullerUltraLight.woff) format("woff"), url(../fonts/MullerUltraLight.ttf) format("truetype");
}
@font-face {
    font-family: Muller;
    font-weight: 100;
    font-style: normal;
    src: url(../fonts/MullerThin.eot);
    src: url(../fonts/MullerThin.eot?#iefix) format("embedded-opentype"), url(../fonts/MullerThin.woff) format("woff"), url(../fonts/MullerThin.ttf) format("truetype");
}
@font-face {
    font-family: MullerItalic;
    font-weight: 900;
    font-style: normal;
    src: url(../fonts/MullerBlackItalic.eot);
    src: url(../fonts/MullerBlackItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/MullerBlackItalic.woff) format("woff"), url(../fonts/MullerBlackItalic.ttf) format("truetype");
}
@font-face {
    font-family: MullerItalic;
    font-weight: 800;
    font-style: normal;
    src: url(../fonts/MullerExtraBoldItalic.eot);
    src: url(../fonts/MullerExtraBoldItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/MullerExtraBoldItalic.woff) format("woff"), url(../fonts/MullerExtraBoldItalic.ttf) format("truetype");
}
@font-face {
    font-family: MullerItalic;
    font-weight: 700;
    font-style: normal;
    src: url(../fonts/MullerBoldItalic.eot);
    src: url(../fonts/MullerBoldItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/MullerBoldItalic.woff) format("woff"), url(../fonts/MullerBoldItalic.ttf) format("truetype");
}
@font-face {
    font-family: MullerItalic;
    font-weight: 600;
    font-style: normal;
    src: url(../fonts/MullerHeavyItalic.eot);
    src: url(../fonts/MullerHeavyItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/MullerHeavyItalic.woff) format("woff"), url(../fonts/MullerHeavyItalic.ttf) format("truetype");
}
@font-face {
    font-family: MullerItalic;
    font-weight: 500;
    font-style: normal;
    src: url(../fonts/MullerMediumItalic.eot);
    src: url(../fonts/MullerMediumItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/MullerMediumItalic.woff) format("woff"), url(../fonts/MullerMediumItalic.ttf) format("truetype");
}
@font-face {
    font-family: MullerItalic;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/MullerRegularItalic.eot);
    src: url(../fonts/MullerRegularItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/MullerRegularItalic.woff) format("woff"), url(../fonts/MullerRegularItalic.ttf) format("truetype");
}
@font-face {
    font-family: MullerItalic;
    font-weight: 300;
    font-style: normal;
    src: url(../fonts/MullerLightItalic.eot);
    src: url(../fonts/MullerLightItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/MullerLightItalic.woff) format("woff"), url(../fonts/MullerLightItalic.ttf) format("truetype");
}
@font-face {
    font-family: Gilroy;
    font-weight: 800;
    font-style: normal;
    src: url(../fonts/Gilroy-ExtraBold.eot);
    src: url(../fonts/Gilroy-ExtraBold.eot?#iefix) format("embedded-opentype"), url(../fonts/Gilroy-ExtraBold.woff) format("woff"), url(../fonts/Gilroy-ExtraBold.ttf) format("truetype");
}
@font-face {
    font-family: Gilroy;
    font-weight: 700;
    font-style: normal;
    src: url(../fonts/Gilroy-Bold.eot);
    src: url(../fonts/Gilroy-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/Gilroy-Bold.woff) format("woff"), url(../fonts/Gilroy-Bold.ttf) format("truetype");
}
@font-face {
    font-family: Gilroy;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/Gilroy-Regular.eot);
    src: url(../fonts/Gilroy-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Gilroy-Regular.woff) format("woff"), url(../fonts/Gilroy-Regular.ttf) format("truetype");
}
@font-face {
    font-family: Gilroy;
    font-weight: 300;
    font-style: normal;
    src: url(../fonts/Gilroy-Light.eot);
    src: url(../fonts/Gilroy-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/Gilroy-Light.woff) format("woff"), url(../fonts/Gilroy-Light.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: #777;
}
:-moz-placeholder {
    color: #777;
}
::-moz-placeholder {
    color: #777;
}
:-ms-input-placeholder {
    color: #777;
}
body input:focus:required:invalid,
body textarea:focus:required:invalid {
    opacity: 1;
}
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: #fff;
}
body {
    font-style: normal;
    font-size: 18px;
    line-height: 28px;
    min-width: 320px;
    font-weight: 300;
    position: relative;
    font-family: Muller, sans-serif;
    overflow-x: hidden;
    background: #fafafa;
    color: #000;
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.text-center {
    text-align: center;
}
::-moz-selection {
    background-color: #f4c02c;
    color: #fff;
}
::selection {
    background-color: #f4c02c;
    color: #fff;
}
input {
    display: block;
    font-weight: 200;
    font-size: 16px;
    border: 1px solid #d0d0d0;
    color: #000;
    padding: 0 10px 0 19px;
    height: 56px;
    background: 0;
    letter-spacing: 2px;
}
textarea {
    display: block;
}
.container,
.row {
    position: relative;
}
.container:after,
.container:before,
.row:after,
.row:before {
    content: none;
}
.btn {
    display: block;
    min-width: 240px;
    border: none;
    min-height: 66px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #fff;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    line-height: 66px;
    color: #010101;
    position: relative;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.btn::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    height: 2px;
    width: 73px;
    background: #fff;
}

.btn::after {
    content: '';
    position: absolute;
    right: 0;
    top: -8px;
    height: 2px;
    width: 73px;
    background: #fff;
}
.btn-yellow::after,
.btn-yellow::before {
    background: #f4c02c;
}
@media not all and (pointer: coarse) {
    .btn:hover {
        background: #f4c02c;
        -webkit-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        color: #010101;
    }
}
.btn.btn-yellow {
    background: #f4c02c;
}
.btn-catalog {
    width: 31px;
    height: 28px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    background: url('../img/icons/catalog.png') center no-repeat;
    margin: -2px 0 0 11px;
}

.btn:active,
.btn:focus {
    color: #010101;
}
.black-bg {
    background: #262626;
}
.black-bg .page-num {
    color: #fff;
}
.black-bg .page .line {
    background: #484848;
    opacity: 1;
}
.black-bg .title {
    color: #fff;
}
.black-bg .subtitle {
    color: #fff;
}
.page {
    position: absolute;
    left: 16px;
    top: 17px;
    z-index: 10;
}
.overflow {
    overflow: hidden;
}
.page-num {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    font-weight: 900;
    font-size: 70px;
    color: #000;
    opacity: 0.05;
}
.page .line {
    display: block;
    height: 140px;
    width: 1px;
    background: #000;
    opacity: 0.05;
    margin: 48px 0 0 5px;
}
.slick-arrow {
    padding: 0;
    border: none;
    width: 67px;
    height: 15px;
    background: url(../img/icons/arrow-slider.png) no-repeat;
    -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) {
    .slick-arrow:hover {
        -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-slider-active.png) no-repeat;
    }
}
.content {
    width: 100%;
    padding-left: 90px;
}
.title {
    font-weight: 800;
    font-size: 60px;
    line-height: 72px;
    letter-spacing: 3.6px;
    position: relative;
    z-index: 2;
}
.title span {
    position: relative;
}
.title span:before {
    content: "";
    background: #f4c02c;
    position: absolute;
    left: 0;
    top: 1px;
    width: 100%;
    height: 45px;
    z-index: -1;
}
.subtitle {
    font-weight: 400;
    font-size: 45px;
    line-height: 60px;
    letter-spacing: 2.6px;
    margin: -2px 0 0;
}
.header .page {
    top: 54px;
}
.header-top .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.header .menu {
    margin: 37px 0 0 92px;
}
.header .menu-btn {
    display: none;
    max-width: 24px;
    width: 100%;
    height: 3px;
    cursor: pointer;
}
.header .menu-btn span {
    background: #f4c02c;
    height: 4px;
    width: 100%;
    display: block;
    margin-bottom: 4px;
}
.header .menu-btn span:last-child {
    margin-bottom: 0;
}
.header .menu-btn span:nth-child(2) {
    margin: 0 0 4px auto;
    max-width: 18px;
}
.header .menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
}
.header .menu-list li {
    margin: 0 68px 0 0;
}
.header .menu-list li:last-child {
    margin-right: 0;
}
.header .menu-list li a {
    font-size: 16px;
    line-height: 21px;
    font-weight: 300;
    font-family: Gilroy, sans-serif;
    -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-list li a:hover {
        color: #f4c02c;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
}
.header-contacts {
    text-align: right;
    margin: 22px 0 0 auto;
}
.header-phone {
    font-size: 26px;
    line-height: 21px;
    font-family: Gilroy, sans-serif;
    font-weight: 300;
}
.header-phone span {
    font-weight: 800;
}
.header-socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: -7px -5px 0 0;
}
.header-socials a {
    margin-left: 3px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.header-socials a:first-child {
    margin-left: 0;
}

.header-main {
    color: #fff;
    margin-top: 113px;
}
.header-title {
    max-width: 650px;
    width: 100%;
    font-weight: 800;
    font-size: 70px;
    line-height: 70px;
    letter-spacing: 2.8px;
    position: relative;
    z-index: 2;
}
.header-title span {
    position: relative;
}
.header-title span:before {
    content: "";
    position: absolute;
    left: 40px;
    bottom: 7px;
    width: calc(100% - 41px);
    height: 20px;
    background: #f4c02c;
    z-index: -1;
}
.header-subtitle {
    margin: 21px 0 0 1px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 26px;
    line-height: 41px;
    letter-spacing: 1px;
}
.header-description {
    position: relative;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.05px;
    margin: 36px 0 0 1px;
    max-width: 445px;
}
.header-description span {
    opacity: 0.54;
    display: block;
}
.header-description:before {
    content: "";
    position: absolute;
    left: -19px;
    top: 5px;
    width: 8px;
    height: 22px;
    background: #f4c02c;
}
.header .btn {
    margin: 70px 0 0;
    max-width: 325px;
    width: 100%;
}
.header-exc {
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    margin-top: 23px;
    color: #f4c02c;
}
.header .slider {
    width: 592px;
    position: absolute;
    right: 62px;
    top: -108px;
    z-index: 1;
}
.header .slider img {
    width: 100%;
}
.header-controls {
    position: absolute;
    right: -60px;
    top: 155px;
    background: #363636;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 60px;
    height: 402px;
}
.header-controls span {
    -webkit-transform: rotate(180deg) translate(1px, -1px);
    -ms-transform: rotate(180deg) translate(1px, -1px);
    transform: rotate(180deg) translate(1px, -1px);
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    text-transform: lowercase;
    font-size: 31px;
    font-weight: 200;
    color: #9a9a9a;
    letter-spacing: 4.2px;
}
.header-controls .slick-arrow {
    position: absolute;
    left: -6px;
}
.header-controls .slick-prev {
    top: 59px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.header-controls .slick-next {
    bottom: 59px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.header-advantages {
    max-width: 1170px;
    -webkit-transform: translateY(21px);
    -ms-transform: translateY(21px);
    transform: translateY(21px);
    margin: 39px 0 0 auto;
    padding: 102px 97px 29px 137px;
    background: #f4c02c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
}
.header-advantages .bottom {
    position: absolute;
    left: -67px;
    top: 21px;
    background: #363636;
    width: 79px;
    height: 220px;
}
@media not all and (pointer: coarse) {
    .header-advantages .bottom:hover .bottom-arrow {
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        background: url(../img/icons/arrow-down-active.png) no-repeat;
    }
    .header-advantages .bottom:hover .bottom-text {
        color: #f4c02c;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
}
.header-advantages .bottom-arrow {
    position: absolute;
    left: 29px;
    top: 43px;
    display: block;
    width: 18px;
    height: 108px;
    background: url(../img/icons/arrow-down.png) no-repeat;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.header-advantages .bottom-text {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: absolute;
    left: 26px;
    top: 95px;
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    font-weight: 200;
    font-size: 17.96px;
    color: #9a9a9a;
}
.header-advantages .item {
    position: relative;
    width: 190px;
    margin-right: 81px;
}
.header-advantages .item:last-child {
    margin-right: 0;
}
.header-advantages .item:nth-child(2) {
    margin-right: 54px;
}
.header-advantages .item:nth-child(3) {
    margin-right: 68px;
}
.header-advantages .num {
    position: absolute;
    left: -26px;
    top: -20px;
    font-size: 150px;
    line-height: 120px;
    font-weight: 700;
    letter-spacing: -6px;
    color: transparent;
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.2);
    opacity: 0.4;
}
.header-advantages .line {
    background: #131313;
    height: 4px;
    width: 40px;
}
.header-advantages .item-text {
    margin-top: 10px;
    color: #484848;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
}
.header-advantages .item-text span {
    font-weight: 700;
}
.header .play {
    position: absolute;
    right: -63px;
    bottom: 0px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 121px;
    height: 121px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.header .play .play-icon {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: url(../img/icons/play-active.png) no-repeat;
    width: 39px;
    height: 45px;
    -webkit-transform: translate(4px, 0px);
    -ms-transform: translate(4px, 0px);
    transform: translate(4px, 0px);
}
@media not all and (pointer: coarse) {
    .header .play:hover {
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .header .play:hover .play-icon {
        background: url(../img/icons/play.png) no-repeat;
    }
}
.advantages {
    padding: 103px 0 89px;
}
.advantages .title span:before {
    width: calc(100% - 104px);
}
.advantages-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-top: 62px;
    padding-right: 33px;
}
.advantages .item {
    
}
.advantages .item .line {
    width: 40px;
    height: 4px;
    background: #f4c02c;
}
.advantages .item-text {
    margin-top: 22px;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 1.3px;
}
.advantages .item-text:first-letter {
    font-weight: 800;
    font-size: 30px;
}
.advantages-info {
    position: relative;
    margin-top: 62px;
    padding-left: 17px;
}
.advantages-image {
    max-width: 765px;
    width: 100%;
    position: relative;
}
.advantages-image img {
    width: 100%;
}
.advantages-image .point {
    position: relative;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 4;
}
@media not all and (pointer: coarse) {
    .advantages-image .point:hover {
        z-index: 8;
    }
    .advantages-image .point:hover .point-icon {
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        background: #363636;
    }
    .advantages-image .point:hover .point-text {
        display: block;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        opacity: 1;
    }
}
.advantages-image .point-icon {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background: #f4c02c;
    width: 30px;
    height: 30px;
    position: relative;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.advantages-image .point-icon:before {
    content: "";
    position: absolute;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: rgba(244, 192, 44, 0.25);
}
.advantages-image .point-icon .plus {
    background: url(../img/icons/plus.png);
    width: 11px;
    height: 11px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.advantages-image .point-text {
    display: none;
    position: absolute;
    min-width: 285px;
    padding: 25px 20px 26px 30px;
    background: #363636;
    color: #fff;
    font-family: Gilroy, sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0;
    z-index: 7;
}
.advantages-image .point-1 {
    position: absolute;
    left: 155px;
    top: 22px;
}
.advantages-image .point-1 .point-text {
    position: absolute;
    left: -220px;
    top: 49px;
    width: 298px;
}
.advantages-image .point-2 {
    position: absolute;
    left: 323px;
    top: 16px;
}
.advantages-image .point-2 .point-text {
    position: absolute;
    left: 52px;
    top: -57px;
    width: 335px;
}
.advantages-image .point-3 {
    position: absolute;
    left: 80px;
    top: 213px;
}
.advantages-image .point-3 .point-text {
    position: absolute;
    left: -125px;
    top: 50px;
    width: 305px;
}
.advantages-image .point-4 {
    position: absolute;
    left: 452px;
    top: 239px;
}
.advantages-image .point-4 .point-text {
    position: absolute;
    left: 51px;
    top: -61px;
    width: 340px;
}
.advantages-image .point-5 {
    position: absolute;
    left: 291px;
    top: 401px;
}
.advantages-image .point-5 .point-text {
    position: absolute;
    left: -139px;
    top: 51px;
    width: 344px;
}
.advantages-image .point-6 {
    position: absolute;
    left: 325px;
    top: 569px;
}
.advantages-image .point-6 .point-text {
    position: absolute;
    left: 51px;
    top: -108px;
    width: 285px;
}
.advantages-furniture {
    position: absolute;
    right: 27px;
    top: 75px;
    max-width: 543px;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 0 88.92px 28.08px rgba(87, 87, 87, 0.1);
    box-shadow: 0 0 88.92px 28.08px rgba(87, 87, 87, 0.1);
    z-index: 1;
    padding: 79px 66px 98px 80px;
}
.advantages-title {
    font-weight: 700;
    font-size: 40px;
    line-height: 38px;
    letter-spacing: 5.7px;
}
.advantages-title:first-letter {
    color: #f4c02c;
    font-weight: 800;
    font-size: 53px;
    margin-right: 2px;
}
.advantages-subtitle {
    font-weight: 300;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 4.5px;
    margin-top: 2px;
}
.advantages-text {
    margin-top: 39px;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
}
.advantages .video-image {
    position: relative;
    margin-left: 35px;
}
.advantages-video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: -125px 0 0 102px;
    position: relative;
    z-index: 1;
}
.advantages-video .video-icon {
    width: 129px;
    height: 131px;
    margin: 12px 0 0 23px;
    background: url('../img/icons/video.png') center / contain no-repeat;
}
.advantages-video .video-text {
    color: #5f5f5f;
    font-size: 18px;
    font-weight: 300;
    text-transform: lowercase;
    letter-spacing: 1.15px;
    padding-bottom: 11px;
}
.advantages .play {
    position: absolute;
    right: 0;
    bottom: 0px;
    background: #f4c02c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 97px;
    height: 97px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.advantages .play .play-icon {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: url(../img/icons/play2.png) no-repeat;
    width: 26px;
    height: 29px;
    -webkit-transform: translate(4px, 0px);
    -ms-transform: translate(4px, 0px);
    transform: translate(4px, 0px);
}

.advantages .play:hover {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.advantages .play:hover .play-icon {
    background: url(../img/icons/play2-active.png) no-repeat;
}

.advantages .benefits {
    margin: 121px 0 0;
}
.advantages .benefits-title {
    position: relative;
    font-weight: 400;
    font-size: 60px;
    line-height: 64px;
    letter-spacing: 3.55px;
}
.advantages .benefits-title span {
    font-weight: 700;
    position: relative;
    display: inline-table;
}
.advantages .benefits-title span:before {
    content: "";
    position: absolute;
    left: -8px;
    bottom: 5px;
    height: 20px;
    width: calc(100% - 6px);
    background: #f4c02c;
    z-index: -1;
}
.advantages .benefits-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0 0 47px;
}
.advantages .benefits-item {
    max-width: 412px;
    width: 100%;
    background: #f3f3f3;
    position: relative;
    margin: 96px 121px 12px 0;
    min-height: 200px;
}
.advantages .benefits-item:nth-child(2n) {
    margin-right: 0;
}
.advantages .benefits-icon {
    width: 90px;
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #f4c02c;
    position: absolute;
    left: -11px;
    top: -9px;
}
.advantages .benefits-icon .benefit-1 {
    background: url(../img/icons/benefit-1.svg) no-repeat;
    background-size: contain;
    width: 45px;
    height: 45px;
    -webkit-transform: translate(1px, 0);
    -ms-transform: translate(1px, 0);
    transform: translate(1px, 0);
}
.advantages .benefits-icon .benefit-2 {
    background: url(../img/icons/benefit-2.svg) no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    -webkit-transform: translate(-1px, 0);
    -ms-transform: translate(-1px, 0);
    transform: translate(-1px, 0);
}
.advantages .benefits-icon .benefit-3 {
    background: url(../img/icons/benefit-3.svg) no-repeat;
    background-size: contain;
    width: 46px;
    height: 45px;
    -webkit-transform: translate(1px, 0);
    -ms-transform: translate(1px, 0);
    transform: translate(1px, 0);
}
.advantages .benefits-icon .benefit-4 {
    background: url(../img/icons/benefit-4.svg) no-repeat;
    background-size: contain;
    width: 51px;
    height: 50px;
    -webkit-transform: translate(1px, 0);
    -ms-transform: translate(1px, 0);
    transform: translate(1px, 0);
}
.advantages .benefits-num {
    position: absolute;
    left: 38px;
    top: 73px;
    font-weight: 700;
    font-size: 44px;
    line-height: 24px;
    z-index: 1;
    letter-spacing: 2.5px;
}
.advantages .benefits-text {
    padding: 0 0 0 164px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 100%;
}
.advantages .benefits-subtitle {
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 2.2px;
    margin-bottom: 11px;
}
.advantages .benefits .more {
    display: block;
    width: 100%;
    color: #858585;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    letter-spacing: 2.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) {
    .advantages .benefits .more:hover {
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        color: #000;
    }
}
.quiz {
    padding: 115px 0 99px;
}
.quiz .content {
    padding-left: 0;
}
.quiz .title-block {
    padding-left: 79px;
}
.quiz .title {
    line-height: 60px;
}
.quiz .title span:before {
    height: 26px;
    width: calc(100% + 9px);
    left: -1px;
    top: 28px;;
}
.quiz .title i {
    font-style: normal;
}
.quiz .title span::after {
    content: '';
    position: absolute;
    right: -138px;
    top: 27px;
    width: 108px;
    height: 7px;
    background: #fff;
}
.quiz .subtitle {
    line-height: 50px;
    margin-top: 3px;
    font-size: 60px;
    line-height: 45px;
    letter-spacing: 3.5px;
}
.quiz .subtitle2 {
    line-height: 50px;
    margin-top: 3px;
    font-size: 45px;
    line-height: 60px;
    letter-spacing: 3.5px;
    color: #fff;
}
.quiz-title {
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 1.42px;
    color: #fff;
    margin-top: 75px;
}

.quiz-title span {
    margin-right: 4px;
    color: #e6bf3f;
    font-weight: 800;
    font-size: 26px;
    line-height: 24px;
    letter-spacing: 2px;
    font-family: Gilroy, sans-serif;
}
.quiz .desc {
    color: #fff;
    margin: 35px 0 0 4px;
    font-weight: 300;
    font-size: 24px;
    line-height: 31px;
    letter-spacing: 1.4px;
}
.quiz-advantages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 22px;
    padding-left: 61px;
}
.quiz-advantages-el {
    font-weight: 300;
    font-size: 18px;
    line-height: 17px;
    letter-spacing: 1px;
    margin-right: 91px;
    color: #fff;
    position: relative;
    padding-left: 21px;
}
.quiz-advantages-el:last-child {
    margin-right: 0;
}
.quiz-advantages-el::before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 12px;
    height: 5px;
    background: #f4c02c;
}
.quiz .item-4 .title span::before {
    left: -1px;
    top: 32px;
    height: 19px;
    width: calc(100% + 9px);
    width: -webkit-calc(100% + 9px);
}
.quiz .item-4 .title span::after,
.quiz .item-5 .title span::after {
    content: none;
}
.quiz-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff;
    margin-top: 36px;
    padding: 0 0 0 70px;
}
.quiz-inner {
    width: 230px;
}
.quiz-inner img {
    width: 100%;
}
.quiz .item-title {
    background: #363636;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 8px 0 5px 20px;
    min-height: 60px;
}
.quiz .item-title .checkbox {
    min-width: 16px;
    height: 16px;
    background: 0;
    border: 2px solid #e8e8e8;
    margin-top: -2px;
    position: relative;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.quiz .item-title .checkbox:after {
    content: "";
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 20px;
    height: 16px;
    background: url(../img/icons/check.png) no-repeat;
    position: absolute;
    left: 0;
    top: -5px;
    opacity: 0;
}
.quiz .item-title .title-text {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0.2px;
    margin-left: 20px;
    width: 100%;
    max-width: 170px;
}
.quiz .item-text {
    margin-top: 38px;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.05px;
    font-weight: 300;
    color: #9a9a9a;
}
.quiz .step {
    position: absolute;
    right: 6px;
    top: 99px;
    font-family: Gilroy, sans-serif;
    color: #fff;
    font-weight: 800;
    font-size: 26px;
    letter-spacing: 1.7px;
}
.quiz .step .current {
    color: #f4c02c;
    margin: 0 3px 0 5px;
}
.quiz .step .counter {
    font-weight: 300;
    font-size: 18px;
    letter-spacing: 1.4px;
}
.quiz-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 107px;
}
.quiz-buttons .btn-next {
    width: 240px;
}
.quiz-buttons .btn-prev {
    margin-right: 77px;
    -webkit-box-shadow: inset 0px 0px 0px 2px #f4c02c;
            box-shadow: inset 0px 0px 0px 2px #f4c02c;
    background: 0;
    color: #fff;
}

.quiz-buttons .btn-prev:hover {
    background: #f4c02c;
    color: #010101;
}
.quiz-element {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 0;
}
.quiz-element:checked + label .item-title .checkbox {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.quiz-element:checked + label .item-title .checkbox:after {
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.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-1 .title span::after {
    content: none;
}
.quiz .item-2 .quiz-buttons,
.quiz .item-3 .quiz-buttons {
    margin-top: 85px;
}
.quiz .item-4 .quiz-body {
    padding: 0 110px 0 143px;
    margin-top: 117px;
}
.quiz .item-4 .quiz-buttons {
    margin-top: 130px;
}
.quiz .item-4 .item-square {
    background: #363636;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 184px;
    height: 184px;
}
.quiz .item-4 .square {
    text-align: center;
    color: #fff;
    font-weight: 800;
    font-size: 35px;
    line-height: 42px;
}
.quiz .item-4 .square span {
    font-size: 20px;
}
.quiz .item-4 .meter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: -13px;
    top: -30px;
    background: #f4c02c;
    width: 67px;
    height: 67px;
    z-index: 2;
    color: #000;
    font-weight: 700;
    font-size: 19px;
    line-height: 22px;
    letter-spacing: 0;
}
.quiz .item-4 .item-title {
    display: block;
    background: 0;
    padding: 0;
    min-height: auto;
    position: absolute;
    bottom: 19px;
    left: 20px;
    width: 100%;
}
.quiz .item-4 .item-title .checkbox {
    display: block;
    max-width: 16px;
}
.quiz .item-5 .quiz-buttons {
    margin-top: 107px;
}
.quiz-final {
    margin-top: 92px;
}
.quiz-final .final-title {
    color: #fff;
    text-align: left;
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 1.8px;
    max-width: 925px;
    margin: auto;
}
.quiz-final .final-icon {
    display: block;
    margin: 0 auto;
    width: 48px;
    height: 48px;
    -webkit-transform: translate(-131px, -10px);
    -ms-transform: translate(-131px, -10px);
    transform: translate(-131px, -10px);
    background: url(../img/icons/final.png) no-repeat;
}
.quiz .input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 39px 0 0 5px;
}
.quiz .input-block {
    position: relative;
    width: 243px;
    border: 1px solid #f4c02c;
    margin: 0 40px;
    height: 70px;
}
.quiz .input-block.active input {
    opacity: 1;
    z-index: 2;
}
.quiz .input-block.active .input-back {
    display: none;
}
.quiz .input-block input {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    border: none;
    width: 100%;
    height: 100%;
    min-height: 100%;
    color: #fff;
    opacity: 0;
    z-index: -5;
}
.quiz .input-block ::-webkit-input-placeholder {
    color: #e9e9e9;
}
.quiz .input-block :-moz-placeholder {
    color: #e9e9e9;
}
.quiz .input-block ::-moz-placeholder {
    color: #e9e9e9;
}
.quiz .input-block :-ms-input-placeholder {
    color: #e9e9e9;
}
.quiz .input-back {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    background: #262626;
}
.quiz .input-back-text {
    margin-left: 31px;
    font-weight: 300;
    font-family: Gilroy, sans-serif;
    font-size: 22px;
    letter-spacing: 2.6px;
}
.quiz .input-back-text:first-letter {
    font-weight: 800;
}
.quiz .whatsapp-icon {
    background: url(../img/icons/whatsapp.png) no-repeat;
    min-width: 22px;
    height: 22px;
}
.quiz .telegram-icon {
    background: url(../img/icons/telegram.png) no-repeat;
    min-width: 21px;
    height: 19px;
}
.quiz .phone-icon {
    background: url(../img/icons/phone.png) no-repeat;
    min-width: 20px;
    height: 20px;
}
.catalog {
    padding: 121px 0 86px;
}
.catalog .title span:before {
    left: 13px;
    height: 31px;
    top: 17px;
    width: calc(100% - 3px);
}
.catalog-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 455px;
    padding: 0 154px 0 22px;
}
.catalog-block .item {
    max-width: 416px;
    width: 100%;
    height: 312px;
    -webkit-box-shadow: 0 0 88.92px 28.08px rgba(87, 87, 87, 0.1);
    box-shadow: 0 0 88.92px 28.08px rgba(87, 87, 87, 0.1);
    background: #fff;
    position: relative;
    margin-bottom: 459px;
}
.catalog-block .item:before {
    content: "";
    position: absolute;
    left: -27px;
    top: 30px;
    width: 50px;
    height: 5px;
    background: #f4c02c;
}
.catalog-block .item-image {
    width: 100%;
    position: relative;
    display: block;
}
.catalog-block .item-image img {
    position: absolute;
}
.catalog-block .item-name {
    position: absolute;
    bottom: -22px;
    right: -30px;
    max-width: 300px;
    width: 100%;
    text-align: center;
    background: #fff;
    text-decoration: underline;
    color: #000;
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 1.4px;
    padding: 26px 5px 23px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-box-shadow: 0px 0px 88.92px 28.08px rgba(87, 87, 87, 0.1);
            box-shadow: 0px 0px 88.92px 28.08px rgba(87, 87, 87, 0.1)
}
.catalog-block .item-name:hover,
.catalog-block .item-name:focus,
.catalog-block .item-name:active {
    color: #000;
}
@media not all and (pointer: coarse) {
    .catalog-block .item-name:hover {
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        background: #f4c02c;
    }
}
.catalog-block .item-1 img {
    position: absolute;
    left: 71px;
    top: -372px;
}
.catalog-block .item-2 img {
    position: absolute;
    left: 83px;
    top: -375px;
}
.catalog-block .item-3 img {
    position: absolute;
    left: 75px;
    top: -373px;
}
.catalog-block .item-4 img {
    position: absolute;
    left: 147px;
    top: -372px;
}
.catalog-block .item-3,
.catalog-block .item-4 {
    margin-bottom: 0;
}
.catalog .item .btn {
    max-width: 250px;
    margin: 0 0 0 auto;
    position: absolute;
    right: 0;
    bottom: -110px;
}
.catalog .btn {
    display: block;
    margin: 125px auto 0;
    max-width: 472px;
    width: 100%;
    line-height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.catalog__description {
    margin: 32px auto 0;
    max-width: 610px;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1.1px;
}
.scheme {
    padding: 61px 0 124px;
}
.scheme .title span:before {
    left: -4px;
    top: 17px;
    height: 31px;
}
.scheme-block {
    position: relative;
    margin-top: 52px;
    padding-right: 41px;
}
.scheme-img {
    max-width: 463px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 0 auto;
}
.scheme-img img {
    max-width: 100%;
    width: auto;
}
.scheme-info {
    position: absolute;
    top: 65px;
    left: 0;
    width: 690px;
    background: #fff;
    padding: 48px 30px 57px 43px;
}
.scheme-title {
    font-weight: 700;
    font-size: 40px;
    line-height: 42px;
    letter-spacing: 3.3px;
}
.scheme-title::first-letter {
    color: #f4c02c;
    font-size: 60px;
    font-weight: 800;
}
.scheme-title span {
    font-weight: 400;
}
.scheme-sub {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 1.2px;
    margin: 23px 0 0 2px;
}
.scheme-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 18px;
}
.scheme-el {
    position: relative;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 1.3px;
    padding-left: 51px;
    margin-right: 54px;
}
.scheme-el:last-child {
    margin-right: 0;
}
.scheme-el::before {
    content: '';
    position: absolute;
    left: 2px;
    top: 13px;
    width: 40px;
    height: 4px;
    background: #f4c02c;
}
.choice {
    padding: 103px 0 100px;
}

.choice .title span:before {
    left: -2px;
    height: 30px;
    top: 21px;
    width: calc(100% + 3px);
}
.choice-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 53px 0 0;
    padding: 0 116px 0 0;
}
.choice .item {
    max-width: 440px;
    width: 100%;
    position: relative;
    margin-bottom: 103px;
}
.choice .item img {
    width: 100%;
}
.choice .info {
    position: absolute;
    right: -50px;
    top: 90px;
    background: #fff;
    -webkit-box-shadow: 0 0 88.92px 28.08px rgba(87, 87, 87, 0.05);
    box-shadow: 0 0 88.92px 28.08px rgba(87, 87, 87, 0.05);
    max-width: 320px;
    width: 100%;
    padding: 49px 33px 25px 58px;
    min-height: 347px;
}
.choice .info-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 1.2px;
    margin-bottom: 36px;
}
.choice .info-list div {
    position: relative;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1.1px;
    margin-bottom: 23px;
}
.choice .info-list div:before {
    content: "";
    position: absolute;
    left: -18px;
    top: 9px;
    background: #f4c02c;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}
.choice .num {
    max-width: 100%;
    width: 100%;
    height: 72px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    font-weight: 700;
    font-size: 44px;
    letter-spacing: 3.5px;
    color: #e2e2e2;
    margin: 24px 0 0 122px;
}
.choice .item-2 .info-list div {
    margin-bottom: 16px;
}
.choice .preorder {
    max-width: 942px;
    width: 100%;
    position: relative;
    background: #f4c02c;
    margin: 17px auto 0;
    -webkit-transform: translateX(-32px);
    -ms-transform: translateX(-32px);
    transform: translateX(-32px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 54px 56px 56px 53px;
}
.choice .preorder:before {
    content: "";
    position: absolute;
    left: 24px;
    top: -21px;
    height: 50px;
    width: 5px;
    background: #000;
}
.choice .preorder .year {
    position: absolute;
    left: -69px;
    right: 0;
    top: 41px;
    margin: auto;
    text-align: center;
    color: transparent;
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.2);
    opacity: 0.4;
    font-weight: 700;
    font-size: 150px;
    line-height: 100px;
    letter-spacing: -5.8px;
}
.choice .preorder-text {
    color: #1e1e1e;
    font-size: 36px;
    line-height: 42px;
    letter-spacing: 2.2px;
}
.choice .preorder-title {
    font-weight: 700;
}
.choice .preorder-subtitle {
    font-weight: 400;
}
.choice .preorder .btn {
    margin-top: -5px;
}

@media not all and (pointer: coarse) {
    .choice .preorder .btn:hover {
        background: #363636;
        color: #fff;
    }
    .choice .preorder .btn:hover:after {
        background: url(../img/icons/arrow-white.png) no-repeat;
    }
}
.projects {
    padding: 79px 0 99px;
}
.projects .title span:before {
    height: 20px;
    top: 36px;
    left: -8px;
    width: calc(100% - 8px);
}
.projects .slider {
    width: 100%;
    margin-top: 32px;
    position: relative;
    z-index: 2;
}
.projects .slider .item {
    position: relative;
}
.projects .slider .item-image {
    position: absolute;
    right: 0px;
    top: 0;
}
.projects .slider .item-info {
    position: relative;
    margin-top: 55px;
    background: #fff;
    max-width: 460px;
    width: 100%;
    z-index: 1;
    padding: 43px 60px 42px 48px;
}
.projects .slider .item-title {
    font-size: 32px;
    line-height: 30px;
    letter-spacing: 4.5px;
    font-weight: 700;
}
.projects .slider .item-title:first-letter {
    color: #f4c02c;
    font-size: 42px;
    font-weight: 800;
    margin-right: 2px;
}
.projects .slider .item-list {
    margin-top: 34px;
    padding-left: 12px;
}
.projects .slider .item .list-item {
    margin-bottom: 13px;
}
.projects .slider .item .list-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 1px;
    position: relative;
}
.projects .slider .item .list-title:before {
    content: "";
    position: absolute;
    left: -11px;
    top: 1px;
    background: #f4c02c;
    width: 5px;
    height: 13px;
}
.projects .slider .item .list-text {
    margin-top: 5px;
    font-size: 16px;
    line-height: 21px;
    font-weight: 300;
}
.projects .slider .item-video {
    position: absolute;
    left: 165px;
    bottom: -134px;
    z-index: 2;
    text-align: center;
    max-width: 314px;
    width: 100%;
    cursor: pointer;
    outline: none;
}
.projects .slider .item-video:focus,
.projects .slider .item-video:active {
    overflow: unset;
}
.projects .slider .item-video img {
    width: 100%;
}
.projects .slider .item-video .play {
    position: absolute;
    right: 0;
    top: 46px;
    background: #f4c02c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 97px;
    height: 97px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.projects .slider .item-video .play-icon {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: url(../img/icons/play.png) no-repeat;
    width: 26px;
    height: 29px;
    -webkit-transform: translate(0, 1px);
    -ms-transform: translate(0, 1px);
    transform: translate(0, 1px);
}
@media not all and (pointer: coarse) {
    .projects .slider .item-video:hover {
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .projects .slider .item-video:hover .play-icon {
        background: url(../img/icons/play-active.png) no-repeat;
    }
}
.projects .slider .item-video .video-text {
    text-align: right;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 1px;
    color: #fefefe;
    font-weight: 300;
    margin: 18px 0 0 0;
}
.projects-controls {
    position: absolute;
    bottom: 63px;
    right: 60px;
    z-index: 2;
}
.projects-nav {
    width: 243px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.projects-nav .slick-next {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.projects-nav .slick-arrow {
    background: url(../img/icons/arrow-slider-active.png);
}
@media not all and (pointer: coarse) {
    .projects-nav .slick-arrow:hover {
        background: url(../img/icons/arrow-slider.png);
    }
}
.projects-pagination {
    position: absolute;
    left: -196px;
    bottom: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    background: #f4c02c;
    width: 97px;
    height: 97px;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 1px;
}
.projects-pagination i {
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    margin: 0 0 0 1px;
}
.projects-pagination .current-slide {
    font-weight: 700;
    font-size: 30px;
    line-height: 24px;
}
.projects-pagination .count-slide {
    margin: 6px 0 0 1px;
}
.projects .btn {
    margin: 69px auto 0;
    line-height: 28px;
    max-width: 301px;
    width: 100%;
    min-height: 85px;
    -webkit-transform: translateX(-21px);
    -ms-transform: translateX(-21px);
    transform: translateX(-21px);
}

.about {
    padding: 77px 0;
}
.about .title span:before {
    height: 43px;
    top: 16px;
    left: 2px;
    width: calc(100% - 6px);
}
.about-block {
    margin-top: 96px;
    position: relative;
}
.about-img {
    margin: 80px 0 0 -30px;
}
.about-info {
    position: absolute;
    top: -80px;
    right: -61px;
    padding: 72px 50px 62px 57px;
    z-index: 2;
    max-width: 561px;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 0 88.92px 28.08px rgba(87, 87, 87, 0.1);
    box-shadow: 0 0 88.92px 28.08px rgba(87, 87, 87, 0.1);
}
.about-title {
    color: #393939;
    font-weight: 700;
    font-size: 35px;
    line-height: 38px;
    letter-spacing: 4.9px;
}
.about-title:first-letter {
    font-size: 46px;
    font-weight: 800;
    color: #f4c02c;
}
.about-text {
    margin-top: 28px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
}
.about-text span {
    display: block;
    padding-left: 157px;
}
.about-description {
    max-width: 407px;
    width: 100%;
    font-size: 22px;
    line-height: 33px;
    font-weight: 300;
    letter-spacing: 1.3px;
    color: #fff;
    position: absolute;
    right: 319px;
    bottom: 44px;
    background: #262626;
    padding: 35px 46px;
    z-index: 2;
}
.about-description:after {
    content: "";
    position: absolute;
    right: -50px;
    top: 117px;
    background: #f4c02c;
    width: 100px;
    height: 5px;
}
.about-description span {
    font-weight: 700;
}
.quality {
    padding: 66px 0 108px;
}
.quality .title span:before {
    width: calc(100% - 25px);
    height: 20px;
    top: 36px;
    left: -10px;
}
.quality-block {
    max-width: 1061px;
    width: 100%;
    margin: 81px auto 0;
    background: #fff;
    -webkit-box-shadow: 0 0 88.92px 28.08px rgba(87, 87, 87, 0.1);
    box-shadow: 0 0 88.92px 28.08px rgba(87, 87, 87, 0.1);
    position: relative;
    padding: 46px 81px 33px 0;
}
.quality-block img {
    position: absolute;
    left: 101px;
    top: 34px;
}
.quality-text {
    margin: 0 0 0 auto;
    max-width: 505px;
    width: 100%;
}
.quality-year {
    font-weight: 700;
    font-size: 35px;
    letter-spacing: 2.6px;
}
.quality-title {
    font-size: 26px;
    line-height: 34px;
    font-weight: 700;
    letter-spacing: 1.55px;
    position: relative;
    margin-top: 19px;
}
.quality-title span {
    font-weight: 400;
    font-size: 22px;
    letter-spacing: 1.4px;
    display: block;
}
.quality-title:before {
    content: "";
    position: absolute;
    left: -32px;
    top: 6px;
    background: #f4c02c;
    width: 8px;
    height: 22px;
}
.reviews {
    padding: 75px 0 138px;
}
.reviews .title span:before {
    height: 20px;
    top: 36px;
    left: 3px;
    width: calc(100% - 8px);
}
.reviews .slider {
    width: 100%;
    margin-top: 3px;
    position: relative;
}
.reviews-slider .item {
    position: relative;
}
.reviews-slider .item-info {
    position: absolute;
    right: 0px;
    top: 41px;
    background: #fff;
    max-width: 529px;
    width: 100%;
    padding: 42px 27px 38px 60px;
}
.reviews-slider .item-video {
    margin-top: 41px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 730px;
    width: 100%;
    cursor: pointer;
}
.reviews-slider .item-video img {
    width: 100%;
}
.reviews-slider .item-video .play {
    background: #f4c02c;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 97px;
    height: 97px;
    cursor: pointer;
}
.reviews-slider .item-video .play-icon {
    background: url(../img/icons/play2.png) no-repeat;
    width: 26px;
    height: 29px;
}

.reviews-slider .item-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 4.5px;
}
.reviews-slider .item-title:first-letter {
    font-size: 42px;
    font-weight: 800;
    color: #f4c02c;
    margin-right: 2px;
}
.reviews-slider .item-date {
    margin-top: 17px;
    color: #878787;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
}
.reviews-slider .item-advantages {
    margin-top: 61px;
}
.reviews-slider .item-subtitle {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 1.2px;
}
.reviews-slider .item-list {
    margin-top: 15px;
    margin-left: 21px;
}
.reviews-slider .item-list div {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    position: relative;
    margin-bottom: 13px;
}
.reviews-slider .item-list div:before {
    content: "";
    position: absolute;
    left: -19px;
    top: 8px;
    border-radius: 50%;
    background: #f4c02c;
    width: 6px;
    height: 6px;
}
.reviews-controls {
    position: absolute;
    right: 49px;
    bottom: 9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.reviews-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 103px;
    margin: -1px 0 0 73px;
}
.reviews-nav .slick-arrow {
    width: 13px;
    height: 23px;
    background: url(../img/icons/arrow-mini.png) no-repeat;
}
@media not all and (pointer: coarse) {
    .reviews-nav .slick-arrow:hover {
        background: url(../img/icons/arrow-mini-active.png) no-repeat;
    }
}
.reviews-nav .slick-next {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.reviews-pagination {
    color: #9a9a9a;
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0.6px;
}
.reviews-pagination .current-slide {
    font-weight: 800;
    font-size: 30px;
}
.reviews-pagination .current-slide i {
    font-size: 36px;
    font-weight: 400;
    font-style: normal;
    margin: 0 13px 0 11px;
}
.consult {
    padding: 85px 0 71px;
    overflow: hidden;
}
.consult .title span:before {
    height: 20px;
    left: 8px;
    top: 35px;
    width: calc(100% - 10px);
}
.consult .description {
    position: relative;
    margin-top: 44px;
    font-size: 23px;
    line-height: 30px;
    letter-spacing: 1.4px;
    padding-left: 26px;
    max-width: 665px;
    width: 100%;
}
.consult .description span {
    font-weight: 700;
}
.consult .description:before {
    content: "";
    background: #f4c02c;
    position: absolute;
    left: 2px;
    top: 4px;
    width: 8px;
    height: 22px;
}
.consult .man {
    position: absolute;
    right: -35px;
    top: -123px;
}
.consult-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 47px;
}
.consult .check {
    width: 26px;
    height: 26px;
    background: url(../img/icons/check.svg) no-repeat;
    background-size: contain;
    display: block;
}
.consult .item {
    position: relative;
    margin-right: 33px;
    max-width: 200px;
    width: 100%;
}
.consult .item:last-child {
    margin-right: 0;
}
.consult .item-text {
    margin-top: 26px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    color: #484848;
}
.consult .item-text span {
    font-weight: 700;
}
.consult .num {
    position: absolute;
    left: -26px;
    top: 29px;
    font-size: 150px;
    font-weight: 700;
    line-height: 100px;
    letter-spacing: -6px;
    color: transparent;
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.2);
    opacity: 0.4;
}
.consult .btn {
    margin: 68px 0 0;
    width: 299px;
}

.footer {
    padding: 80px 0 47px;
}
.footer .title span:before {
    height: 20px;
    left: -7px;
    top: 36px;
    width: calc(100% - 9px);
}
.footer .contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 55px;
}
.footer .contacts-left {
    margin-top: 10px;
}
.footer .contacts .tel {
    display: block;
    font-size: 26px;
    line-height: 22px;
    font-family: Gilroy, sans-serif;
    margin-bottom: 14px;
}
.footer .contacts .tel span {
    font-weight: 800;
}
.footer .contacts .socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 41px 0 0 2px;
}
.footer .contacts .socials a {
    font-weight: 300;
    font-family: Gilroy, sans-serif;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 2.2px;
    border-bottom: 1px solid #f4c02c;
    padding-bottom: 2px;
    margin-right: 15px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
@media not all and (pointer: coarse) {
    .footer .contacts .socials a:hover {
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        color: #f4c02c;
    }
}
.footer .contacts .socials a:last-child {
    margin-right: 0;
}
.footer .contacts .socials a:first-letter {
    font-weight: 800;
}
.footer .contacts-center {
    margin: 2px 0 0 139px;
}
.footer .contacts .mail {
    display: block;
    margin-bottom: 28px;
}
.footer .contacts .mail a {
    font-family: Gilroy, sans-serif;
    font-size: 18px;
    line-height: 21px;
    font-weight: 300;
    color: #fff;
    padding-bottom: 4px;
    border-bottom: 1px solid #f4c02c;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
@media not all and (pointer: coarse) {
    .footer .contacts .mail a:hover {
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        color: #f4c02c;
    }
}
.footer .contacts .pol {
    font-size: 16px;
    line-height: 21px;
    font-weight: 300;
    color: #a6a6a6;
    border-bottom: 1px solid;
    letter-spacing: 0.35px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
@media not all and (pointer: coarse) {
    .footer .contacts .pol:hover {
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        color: #fff;
    }
}
.footer .contacts-right {
    margin: 0 46px 0 auto;
}
.footer .contacts .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 2;
}
.footer .contacts .logo-text {
    margin-right: 13px;
}
.footer .contacts .logo-icon {
    width: 95px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}
.footer .contacts .logo-icon img {
    -webkit-transform: translate(-1px, 5px);
    -ms-transform: translate(-1px, 5px);
    transform: translate(-1px, 5px);
}
.footer .contacts .logo-icon:before {
    content: "";
    position: absolute;
    left: 0;
    top: -29px;
    width: 100%;
    height: 324px;
    background: #f4c02c;
    z-index: -1;
}
.footer .contacts .studio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 54px 0 0 3px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
@media not all and (pointer: coarse) {
    .footer .contacts .studio:hover .studio-icon {
        background: url(../img/icons/studio-active.svg) no-repeat;
        background-size: contain;
    }
}
.footer .contacts .studio-text {
    font-size: 16px;
    line-height: 21px;
    font-weight: 300;
    font-family: Gilroy, sans-serif;
    letter-spacing: 1.5px;
    margin-right: 10px;
}
.footer .contacts .studio-icon {
    background: url(../img/icons/studio.svg) no-repeat;
    background-size: contain;
    min-width: 15px;
    height: 24px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translate(-1px, -3px);
    -ms-transform: translate(-1px, -3px);
    transform: translate(-1px, -3px);
}
.footer .btn {
    max-width: 313px;
    width: 100%;
    background: #393939;
    margin: 40px 0 0 -6px;
    color: #fff;
}
@media not all and (pointer: coarse) {
    .footer .btn:hover {
        background: #f4c02c;
        color: #000;
    }
}
.modal {
    width: 510px;
    padding: 52px 25px 53px;
    position: relative;
}
.modal-title {
    text-align: center;
    font-size: 40px;
    line-height: 36px;
    font-weight: 400;
    letter-spacing: 2.4px;
    position: relative;
    z-index: 2;
}
.modal-title span {
    font-weight: 700;
    position: relative;
    display: inline-table;
}
.modal-title span:before {
    content: "";
    width: calc(100% - 3px);
    height: 28px;
    background: #f4c02c;
    position: absolute;
    left: 1px;
    top: 2px;
    z-index: -1;
}
.modal-description {
    margin-top: 28px;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 1.1px;
    font-weight: 200;
}
.modal-sub {
    margin-top: 35px;
    font-family: Gilroy, sans-serif;
    font-size: 22px;
    font-weight: 300;
    text-align: center;
}
.modal-list {
    padding: 0;
    margin: 0;
    list-style: none;
    margin: 10px 0 0;
    font-size: 18px;
    line-height: 32px;
    font-family: Gilroy, sans-serif;
    letter-spacing: 1.75px;
    font-weight: 300;
}
.modal-catalog {
    margin-top: 25px;
    font-style: italic;
    font-size: 18px;
    line-height: 32px;
    font-family: Gilroy, sans-serif;
    letter-spacing: 1.75px;
    font-weight: 300;
}
.modal .form {
    margin-top: 35px;
}
.modal .form input {
    display: block;
    margin: 0 auto 16px;
    max-width: 340px;
    width: 100%;
}
.modal .form .checkbox {
    margin: 34px auto 0;
    max-width: 375px;
    width: 100%;
}
.modal .form .checkbox-element {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 0;
}
.modal .form .checkbox-element:checked + label .checkbox-icon:after {
    content: "";
}
.modal .form .checkbox-element + label {
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.modal .form .checkbox-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.modal .form .checkbox-icon {
    min-width: 15px;
    height: 15px;
    border: 2px solid #a6a6a6;
    position: relative;
}
.modal .form .checkbox-icon:after {
    content: none;
    background: url(../img/icons/check2.png) no-repeat;
    width: 18px;
    height: 16px;
    position: absolute;
    left: 0;
    top: -5px;
}
.modal .form .checkbox-text {
    margin: 5px 0 0 16px;
    font-size: 11px;
    line-height: 15px;
    letter-spacing: 1.4px;
    color: #a6a6a6;
    font-weight: 200;
}
.modal .form .checkbox-text a {
    color: #a6a6a6;
    border-bottom: 1px solid;
}
.modal .form .btn {
    margin: 32px auto 0;
    max-width: 267px;
    width: 100%;
}

.modal.modal-consult .modal-title span:before {
    width: calc(100% - 6px);
    left: 3px;
    top: 11px;
    height: 28px;
}
.modal-benefits {
    width: 690px;
    position: relative;
    overflow: visible;
    padding: 0;
}
.modal-benefits .benefits-icon {
    position: absolute;
    left: -10px;
    top: -10px;
    background: #f4c02c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 90px;
    height: 90px;
}
.modal-benefits .benefits-block {
    padding: 46px 95px 53px 164px;
}
.modal-benefits .benefits-title {
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 2.3px;
}
.modal-benefits .benefits-text {
    margin: 12px 0 0;
    font-family: Gilroy, sans-serif;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1.75px;
    font-weight: 300;
}
.modal-benefits .benefits-video {
    position: absolute;
    right: -163px;
    bottom: -9px;
    cursor: pointer;
}
.modal-benefits .benefits-video .play {
    position: absolute;
    left: 0;
    bottom: -1px;
    background: #f4c02c;
    width: 97px;
    height: 97px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.modal-benefits .benefits-video .play-icon {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: url(../img/icons/play.png) no-repeat;
    width: 26px;
    height: 29px;
    -webkit-transform: translate(-1px, 1px);
    -ms-transform: translate(-1px, 1px);
    transform: translate(-1px, 1px);
}
@media not all and (pointer: coarse) {
    .modal-benefits .benefits-video:hover .play-icon {
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        background: url(../img/icons/play-active.png) no-repeat;
    }
}
.modal-benefits .num {
    position: absolute;
    left: 38px;
    top: 70px;
    font-weight: 700;
    font-size: 44px;
    letter-spacing: 2.7px;
    z-index: 2;
}
.modal-benefits .benefits-1 {
    background: url(../img/icons/benefit-1.svg) no-repeat;
    background-size: contain;
    width: 45px;
    height: 45px;
    -webkit-transform: translate(1px, 0);
    -ms-transform: translate(1px, 0);
    transform: translate(1px, 0);
}
.modal-benefits .benefits-2 {
    background: url(../img/icons/benefit-2.svg) no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    -webkit-transform: translate(-1px, 0);
    -ms-transform: translate(-1px, 0);
    transform: translate(-1px, 0);
}
.modal-benefits .benefits-3 {
    background: url(../img/icons/benefit-3.svg) no-repeat;
    background-size: contain;
    width: 46px;
    height: 45px;
    -webkit-transform: translate(1px, 0);
    -ms-transform: translate(1px, 0);
    transform: translate(1px, 0);
}
.modal-benefits .benefits-4 {
    background: url(../img/icons/benefit-4.svg) no-repeat;
    background-size: contain;
    width: 51px;
    height: 50px;
    -webkit-transform: translate(1px, 0);
    -ms-transform: translate(1px, 0);
    transform: translate(1px, 0);
}
.modal-complex {
    width: 937px;
    padding: 36px 104px 55px
}
.modal-complex .modal-title {
    font-size: 64px;
    line-height: 64px;
    letter-spacing: -0.065em;
    font-weight: 300;
}
.modal-complex .modal-title span {
    font-weight: 800;
    letter-spacing: 0.03em;
}
.modal-complex .modal-title span::before {
    width: calc(100% + 5px);
    height: 45px;
    left: -3px;
    top: 4px;
}
.modal-complex .modal-description{
    text-align: center;
    color: #707070;
    font-size: 28px;
    line-height: 28px;
    letter-spacing: .03em;
    font-weight: normal;
    margin-top: 10px;
}
.modal-complex .modal-flex{
    margin-top: 31px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.modal-complex .modal-image{
    width: 316px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.modal-complex .modal-image img {
    max-width: 100%;
    width: auto;
}
.modal-complex .modal-info{
    margin: 0 0 0 50px;
}
.modal-complex .modal-list {
    margin: 0 0 36px;
    padding: 0;
    list-style: none;
}
.modal-complex .modal-list li{
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    color: #7D7D7D;
    letter-spacing: .055em;
    position: relative;
    margin-bottom: 21px;
    padding-left: 18px;
    font-family: Muller, sans-serif;
}
.modal-complex .modal-list li::before{
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 13px;
    height: 3px;
    background: #F3C032;
}
.modal-complex .modal-quest {
    font-size: 22px;
    line-height: 22px;
    border-bottom: 1px solid;
    font-weight: 500;
    padding-bottom: 5px;
    letter-spacing: 0.055em;
    color: #000;
}
.modal-complex .btn {
    margin-top: 26px;
    margin-top: 30px;
    max-width: 360px;
    width: 100%;
    height: 77px;
    font-size: 26px;
}
.modal-download {
    width: 774px;
    padding: 39px 111px 61px;
}
.modal-download .modal-title {
    font-size: 50px;
    line-height: 56px;
    letter-spacing: 0.03em;
}
.modal-download .modal-title span {
    font-weight: 800;
}

.modal-download .modal-title span:before {
    width: calc(100% + 8px);
    height: 31px;
    left: -3px;
    top: 12px;
}
.modal-download .label {
    display: block;
    max-width: 444px;
}
.modal-download .label__text {
    margin-bottom: 17px;
    font-size: 24px;
    line-height: 1;
    font-weight: normal;
    letter-spacing: .03em;
}
.modal-download .modal-text {
    margin-top: 22px;
    color: #707070;
    font-size: 24px;
    line-height: 26px;
    font-weight: 300;
    letter-spacing: 0.03em;
    text-align: center;
}
.modal-download .form {
    margin-top: 31px;
    width: 100%;
}

.modal-download .form input{
    max-width: 100%;
    margin: 0 auto;
    height: 73px;
    font-size: 24px;
    letter-spacing: 0.03em;
    padding: 0 36px
}
.modal-download .messengers {
    margin-top: 39px;
}
.modal-download .messengers__title {
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
    color: #000;
    letter-spacing: .03em;
}
.modal-download .messengers__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 15px 0 0 -16px;
}
.modal-download .messengers__item {
    text-align: center;
    width: 114px;
    margin-right: 3px;
    cursor: pointer;
}
.modal-download .messengers__name{
    margin-top: 11px;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: .03em;
    font-weight: 300;
}
.modal-download .messengers__item.active .messengers__name{
    font-weight: 500;
}
.modal-download .form .btn {
    margin-top: 48px;
    max-width: 360px;
    height: 77px;
    font-size: 26px;
    letter-spacing: 0.055em;
}

.fancybox-slide--html .fancybox-close-small {
    padding: 0;
    opacity: 1;
    background: url(../img/icons/close.png) center no-repeat;
    width: 34px;
    height: 34px;
    right: 25px;
    top: 26px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.fancybox-slide--html .fancybox-close-small svg {
    display: none;
}
@media not all and (pointer: coarse) {
    .fancybox-slide--html .fancybox-close-small:hover {
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        background: url(../img/icons/close-active.png) center no-repeat;
    }
}
.fancybox-is-open .fancybox-bg {
    opacity: 0.5;
}
.bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
    display: none;
}
.btn-mob {
    display: none;
}
#thanks .thanks {
    padding-top: 10px;
    position: relative;
    z-index: 2;
}
#thanks .thanks-title {
    position: relative;
    font-weight: 800;
    font-size: 90px;
    letter-spacing: 3.6px;
    display: inline;
}
#thanks .thanks-title:before {
    content: "";
    position: absolute;
    left: -8px;
    bottom: 10px;
    height: 20px;
    width: calc(100% - 12px);
    background: #f4c02c;
    z-index: -1;
}
#thanks .thanks-desc {
    position: relative;
    margin: 75px 0 0 0;
    max-width: 470px;
    width: 100%;
}
#thanks .thanks-desc span {
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 0.1px;
    font-weight: 400;
    color: #dbdbdb;
    opacity: 0.54;
}
#thanks .thanks-desc:before {
    content: "";
    position: absolute;
    left: -20px;
    top: 4px;
    width: 8px;
    height: 22px;
    background: #f4c02c;
}
#thanks .thanks-img {
    position: absolute;
    right: 79px;
    top: -105px;
}
#thanks .header {
    padding-bottom: 95px;
}
#thanks .header .btn {
    margin-top: 41px;
}
#thanks .footer {
    background: #363636;
}
.portfolio {
    padding: 44px 0 136px;
}
.portfolio .page {
    left: 6px;
}
.portfolio .content {
    padding-left: 60px;
}
.portfolio .title span::before {
    left: -4px;
    top: 8px;
    width: calc(100% + 8px);
    height: 42px;
}
.portfolio .slider {
    margin: 61px 0 0 17px;
    max-width: 1027px;
    position: relative;
}
.carousel-controls .slick-arrow {
    position: absolute;
    top: calc(50% + 1px);
    z-index: 10;
    width: 54px;
    height: 22px;
    background: url('../img/icons/arrow-yellow.png') center no-repeat;
}
.carousel-controls .slick-prev {
    left: -87px;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.carousel-controls .slick-next {
    right: -87px;
}
.portfolio .item {
    padding: 0 10px;
    text-align: center;
    outline: none;
}
.portfolio .item img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
.portfolio-get {
    max-width: 942px;
    margin: 130px auto 0;
    background: #f4c02c;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    color: #1e1e1e;
    -webkit-transform: translateX(-16px);
        -ms-transform: translateX(-16px);
            transform: translateX(-16px);
    padding: 57px 60px 47px 63px;
}
.portfolio-get::before {
    content: '';
    position: absolute;
    left: 24px;
    top: -21px;
    width: 5px;
    height: 50px;
    background: #000;
}
.portfolio-get .btn {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 48px 0 0 43px;
    max-width: 255px;
    width: 100%;
}
.portfolio-get .btn:hover {
    background: #262626;
    color: #fff;
}
.portfolio-get .btn:hover::after,
.portfolio-get .btn:hover::before {
    background: #262626;
}
.portfolio-get .btn:hover .btn-catalog {
    background-image: url('../img/icons/catalog-white.png');
}
.portfolio-get-left {
    width: 520px;
}
.portfolio-get-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
    letter-spacing: 2.15px;
}
.portfolio-get-text {
    margin-top: 2px;
    font-size: 30px;
    line-height: 42px;
    letter-spacing: 1.8px;
    font-weight: 400;
}
.zone {
    padding: 104px 0 128px;
}
.zone .title span:before {
    width: calc(100% - 19px);
    height: 20px;
    left: 10px;
    top: 27px;
}
.zone-block {
    margin-top: 79px;
}
.zone-name {
    color: #f4c02c;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 1.8px;
    margin-left: 6px;
}
.zone-text {
    color: #fff;
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 1.8px;
    margin: 4px 0 0 6px;
}
.zone-images {
    margin-top: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.zone-images img {
    margin-bottom: 15px;
}

.zone .btn {
    margin: 75px auto 0;
    max-width: 301px;
    width: 100%;
    min-height: 85px;
}

.connect {
    padding: 88px 0 121px;
}

.connect .title span:before {
    left: -9px;
    top: 23px;
    height: 30px;
    width: calc(100% + 9px);
}

.connect .slider {
    max-width: 100%;
    max-width: 960px;
    margin: 84px auto 0;
    position: relative;
}

.connect .item-image {
    width: 100%;
    min-height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.carousel2-controls .slick-arrow {
    position: absolute;
    top: calc(50% - 16px);
    z-index: 10;
    width: 54px;
    height: 22px;
    background: url('../img/icons/arrow-yellow.png') center no-repeat;
}
.carousel2-controls .slick-prev {
    left: -87px;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.carousel2-controls .slick-next {
    right: -87px;
}
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

.widget {
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
}
.widget__info {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translate(-295px, -161px);
        -ms-transform: translate(-295px, -161px);
            transform: translate(-295px, -161px);
    background: #fff;
    width: 342px;
    -webkit-box-shadow: 0px 1px 30px rgba(255, 255, 255, 0.76);
            box-shadow: 0px 1px 30px rgba(255, 255, 255, 0.76);
    border-radius: 22px;
    padding: 23px 28px 32px;
}
.widget__title {
    letter-spacing: 0.095em;
    font-size: 16px;
    line-height: 19px;
    font-weight: 800;
    font-family: 'Muller', sans-serif;
    margin-bottom: 24px;
}
.widget__title span {
    position: relative;
}
.widget__title span::after {
    content: '';
    position: absolute;
    left: -1px;
    top: 3px;
    width: 100%;
    height: 10px;
    background: #F3C032;
    z-index: -1;
}
.widget__close {
    width: 14px;
    height: 14px;
    position: absolute;
    right: 17px;
    top: 14px;
    background: url('../img/icons/close2.svg') center no-repeat;
}
.widget__icon {
    width: 81px;
    height: 81px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    background: #65BF75;
    -webkit-box-shadow: 0px 1px 20px #5FC270;
            box-shadow: 0px 1px 20px #5FC270
}
.widget__icon i {
    width: 41px;
    height: 37px;
    background: url('../img/icons/widget.svg') center no-repeat;
}
.widget__link {
    display: table;
    margin-bottom: 16px;
    color: #000;
    font-size: 14px;
    line-height: 1;
    letter-spacing: .095em;
    font-family: 'Muller', sans-serif;
    margin-bottom: 16px;
    border-bottom: 1px solid;
}
.widget__link:last-child {
    margin-bottom: 0;
}
.widget__link:hover,
.widget__link:focus,
.widget__link:active {
    color: #000;
}
@media only screen and (max-width: 1280px) {
    .header-advantages .bottom {
        left: -25px;
    }
    .quiz-body {
        padding-left: 30px;
    }
    .quiz .item-4 .quiz-body {
        padding: 0 55px;
    }
    .catalog-block {
        padding: 0 50px;
    }
    .choice-block {
        padding: 0 50px 0 0;
    }
    .projects-controls {
        right: 20px;
    }
    .projects-pagination {
        left: -157px;
    }
    .projects .slider .item-video {
        left: 276px;
    }
    .reviews-controls {
        right: 30px;
    }
    #thanks .thanks-img {
        right: 20px;
    }
    .header .play {
        right: -61px
    }
    .quiz-advantages {
        padding-left: 0;
    }
    .quiz-advantages-el {
        margin-right: 80px;
    }
    .zone-images .zone-1 {
        width: 32%;
    }
    .zone-images .zone-2 {
        width: 66%;
    }
    .advantages-video {
        margin-left: 21px;
    }
}
@media only screen and (max-width: 1200px) {
    .content {
        padding-left: 70px;
    }
    .title {
        font-size: 54px;
        line-height: 68px;
        letter-spacing: 3px;
    }
    .subtitle {
        font-size: 40px;
        line-height: 54px;
    }
    .header-top .container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .header .menu {
        margin-left: 20px;
    }
    .header .menu-list li {
        margin-right: 30px;
    }
    .header .slider {
        width: 470px;
        right: 10px;
    }
    .header-controls {
        right: 0;
    }
    .header-advantages {
        padding: 102px 40px 53px 100px;
    }
    .header-advantages .item {
        margin-right: 40px;
    }
    .header-advantages .item:nth-child(2),
    .header-advantages .item:nth-child(3) {
        margin-right: 40px;
    }
    .advantages-items {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .advantages-items .item {
        margin-right: 0;
    }
    .advantages-items .item:nth-child(2),
    .advantages-items .item:nth-child(3) {
        margin-right: 0;
    }
    .advantages-info {
        padding-left: 0;
    }
    .advantages-furniture {
        right: -40px;
        padding: 50px 40px;
        max-width: 400px;
    }
    .advantages-title {
        font-size: 32px;
        line-height: 38px;
    }
    .advantages-subtitle {
        font-size: 24px;
        line-height: 28px;
    }
    .advantages-text {
        margin-top: 20px;
    }
    .advantages-video {
        margin-left: 68px;
    }
    .advantages .benefits-items {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-left: 0;
        margin-top: 30px;
    }
    .advantages .benefits-item {
        margin-right: 0;
        margin-top: 46px;
    }
    .quiz .title-block {
        padding: 0 90px;
    }
    .quiz-inner {
        width: 210px;
    }
    .quiz .item-title .title-text {
        max-width: 150px;
        margin-left: 10px;
        font-size: 16px;
        line-height: 20px;
    }
    .quiz .item-text {
        margin-top: 20px;
    }
    .quiz .item-4 .quiz-body {
        padding: 0 0 0 30px;
    }
    .catalog-block {
        padding: 0;
    }
    .catalog-block .item {
        max-width: 400px;
    }
    .choice-block {
        padding: 0;
    }
    .choice .item {
        max-width: 400px;
    }
    .choice .info {
        max-width: 280px;
        padding: 35px 25px 25px 40px;
    }
    .projects .slider .item-info {
        max-width: 400px;
        padding: 30px 50px 30px 30px;
    }
    .projects .slider .item-video {
        max-width: 270px;
        left: 420px;
    }
    .projects-controls {
        right: 10px;
    }
    .projects-pagination {
        left: -140px;
    }
    .projects-nav {
        max-width: 170px;
    }
    .about {
        overflow: hidden;
    }
    .quality-block {
        padding-right: 35px;
    }
    .quality-block img {
        left: 72px;
    }
    .reviews-slider .item-video {
        max-width: 600px;
    }
    .reviews-slider .item-info {
        max-width: 440px;
        padding: 45px 30px 45px 50px;
    }
    .reviews-slider .item-title {
        font-size: 26px;
        line-height: 32px;
        letter-spacing: 3px;
    }
    .reviews-slider .item-title:first-letter {
        font-size: 30px;
    }
    .reviews-controls {
        bottom: 15px;
    }
    .reviews-nav {
        margin-left: 40px;
    }
    .consult .man {
        right: -160px;
    }
    .footer .contacts-center {
        margin-left: 40px;
    }
    #thanks .thanks-img {
        right: -60px;
    }
    .portfolio .item img {
        margin: 0 auto;
        display: block;
    }
    .portfolio .slider {
        margin: 30px auto 0;
        max-width: 100%;
        position: relative;
    }
    .carousel-controls .slick-arrow {
        top: calc(50% - 15px)
    }
    .header-controls {
        top: 63px;
    }
    .header-description {
        max-width: 395px;
        letter-spacing: 0;
    }
    .advantages-items {
        padding-right: 0;
    }
    .choice .preorder-text {
        font-size: 30px;
        line-height: 36px;
    }
    .scheme-info {
        width: 530px;
    }
    .scheme-block {
        padding-right: 0;
    }
    .scheme-title {
        letter-spacing: 1px;
        font-size: 30px;
        line-height: 36px;
    }
    .scheme-title::first-letter {
        font-size: 42px;
    }
    .scheme-el {
        font-size: 18px;
        line-height: 24px;
        margin-right: 15px;
        padding-left: 20px;
    }
    .scheme-el::before {
        left: 2px;
        top: 10px;
        width: 10px;
        height: 2px;
    }
    .quiz .subtitle {
        font-size: 42px;
        line-height: 36px;
    }
    .quiz-advantages-el {
        margin-right: 30px;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0;
    }
    .quiz .subtitle2 {
        font-size: 36px;
        line-height: 44px;
        letter-spacing: 2px;
    }
    .carousel-controls .slick-arrow {
        z-index: 10;
    }
    .carousel-controls .slick-next {
        right: 0;
    }
    .carousel-controls .slick-prev {
        left: 0;
    }
    .portfolio-get {
        padding: 40px 30px;
    }
    .carousel2-controls .slick-next {
        right: 0;
    }
    .carousel2-controls .slick-prev {
        left: 0;
    }
    .reviews-controls {
        bottom: -60px;
    }
}
@media only screen and (max-width: 992px) {
    .page {
        display: none;
    }
    .content {
        padding-left: 0;
    }
    .bg {
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .bg.active {
        display: block;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .title {
        font-size: 42px;
        line-height: 54px;
        letter-spacing: 2px;
    }
    .subtitle {
        font-size: 32px;
        line-height: 38px;
        letter-spacing: 1px;
        margin: 0;
    }
    .header {
        overflow: hidden;
    }
    .header .menu {
        position: absolute;
        right: -520px;
        top: -37px;
        background: #fff;
        padding: 80px 30px 40px;
        z-index: 99;
        width: 220px;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .header .menu-list {
        display: block;
    }
    .header .menu-list li {
        margin: 0 0 15px;
    }
    .header .menu-list li a {
        color: #000;
    }
    .header .menu.active {
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        right: 0;
    }
    .header-contacts {
        margin: 22px 30px 0 auto;
    }
    .header .menu-btn {
        display: block;
        margin: 20px 0 0;
        z-index: 100;
    }
    .header .menu-btn span {
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .header .menu-btn.active span {
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .header .menu-btn.active span:nth-child(2) {
        display: none;
    }
    .header .menu-btn.active span:first-child {
        -webkit-transform: translate(0, 2px) rotate(45deg);
        -ms-transform: translate(0, 2px) rotate(45deg);
        transform: translate(0, 2px) rotate(45deg);
    }
    .header .menu-btn.active span:last-child {
        -webkit-transform: translate(0, -6px) rotate(-45deg);
        -ms-transform: translate(0, -6px) rotate(-45deg);
        transform: translate(0, -6px) rotate(-45deg);
    }
    .header-main {
        margin-top: 75px;
        text-align: center;
    }
    .header-main .btn {
        display: none;
    }
    .header-description {
        margin: 30px auto 0;
    }
    .header-description:before {
        content: none;
    }
    .header .btn-mob {
        display: block;
    }
    .header .slider {
        margin: 25px auto 0;
        position: relative;
        right: 0;
        left: 0;
        top: 0;
    }
    .header .slider img {
        width: 100%;
    }
    .header-controls {
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        width: 100%;
        height: 70px;
    }
    .header-controls .slick-arrow {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .header-controls .slick-prev {
        top: 28px;
        left: 10px;
    }
    .header-controls .slick-next {
        top: 28px;
        right: 10px;
        left: auto;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .header-controls span {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
    }
    .header .btn {
        margin: 40px auto 0;
    }
    .header-advantages {
        margin: 40px auto;
        padding: 60px 25px;
        text-align: left;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .header-advantages .item {
        margin-right: 15px;
    }
    .header-advantages .item:nth-child(2),
    .header-advantages .item:nth-child(3) {
        margin-right: 15px;
    }
    .header-advantages .item-text {
        font-size: 18px;
        line-height: 22px;
    }
    .header-advantages .num {
        font-size: 100px;
        line-height: 80px;
        left: 0;
        top: 0;
    }
    .header-advantages .bottom {
        display: none;
    }
    .advantages {
        padding: 70px 0 30px;
    }
    .advantages .title span:before {
        height: 35px;
    }
    .advantages-items {
        margin-top: 40px;
    }
    .advantages .item-text {
        font-size: 18px;
        line-height: 26px;
        letter-spacing: 0.3px;
    }
    .advantages .item-text:first-letter {
        font-size: 22px;
    }
    .advantages-info {
        margin-top: 30px;
    }
    .advantages-furniture {
        position: relative;
        right: 0;
        top: 0;
        max-width: 100%;
    }
    .advantages-image .point-6 {
        top: 530px;
    }
    .advantages-image .point-6 .point-text {
        left: 56px;
        top: -54px;
    }
    .advantages-image .point-5 {
        left: 280px;
        top: 380px;
    }
    .advantages-image .point-5 .point-text {
        left: 56px;
        top: -54px;
    }
    .advantages-image .point-4 .point-text {
        left: -75px;
        top: 60px;
    }
    .advantages-image .point-3 .point-text {
        left: -50px;
    }
    .advantages-image .point-2 .point-text {
        top: -10px;
    }
    .advantages-image .point-1 .point-text {
        left: -120px;
    }
    .advantages-image .point.active {
        z-index: 9;
    }
    .advantages-image .point.active .point-text {
        max-width: 280px;
        width: 100%;
        display: block;
        opacity: 1;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0.3px;
        padding: 20px;
    }
    .advantages-title {
        font-size: 28px;
        line-height: 34px;
        letter-spacing: 3px;
    }
    .advantages-title:first-letter {
        font-size: 34px;
    }
    .advantages-subtitle {
        font-size: 22px;
        line-height: 26px;
        letter-spacing: 2px;
    }
    .advantages .benefits {
        margin: 60px 0 0;
    }
    .advantages .benefits-items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 0 0 10px;
    }
    .advantages .benefits-title {
        font-size: 42px;
        line-height: 54px;
        letter-spacing: 2px;
    }
    .advantages .benefits-item {
        margin: 0 0 40px;
        max-width: 320px;
        width: 100%;
        min-height: 160px;
    }
    .advantages .benefits-text {
        padding: 0 0 0 135px;
    }
    .advantages .benefits-subtitle {
        font-size: 22px;
        line-height: 26px;
        letter-spacing: 0.7px;
    }
    .quiz .title-block {
        padding: 0 70px 0 0;
    }
    .quiz .title span:before {
        top: 18px;
        left: -3px;
    }
    .quiz-body {
        padding: 0;
        margin-top: 35px;
    }
    .quiz-inner {
        width: 165px;
    }
    .quiz .item-title {
        padding-left: 10px;
    }
    .quiz .item-title .title-text {
        font-size: 14px;
        line-height: 18px;
        margin-left: 7px;
        max-width: 130px;
    }
    .quiz .item-text {
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0;
    }
    .quiz-buttons {
        margin-top: 40px;
    }
    .quiz .item-2 .quiz-buttons,
    .quiz .item-3 .quiz-buttons,
    .quiz .item-4 .quiz-buttons,
    .quiz .item-5 .quiz-buttons {
        margin-top: 40px;
    }
    .quiz .item-4 .quiz-body {
        margin-top: 70px;
        padding: 0;
    }
    .quiz .item-4 .quiz-inner {
        width: 165px;
    }
    .quiz .item-4 .item-square {
        width: 100%;
        height: 165px;
    }
    .quiz .item-4 .meter {
        width: 50px;
        height: 50px;
    }
    .quiz-final {
        margin-top: 60px;
    }
    .quiz-final .final-title {
        font-size: 24px;
        line-height: 28px;
        letter-spacing: 1px;
    }
    .quiz .input-group {
        margin: 35px auto 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .quiz .input-block {
        margin: 0 15px;
    }
    .quiz .input-back-text {
        margin-left: 15px;
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 1.5px;
    }
    .quiz .title {
        line-height: 46px;
        font-size: 38px;
        letter-spacing: 1px;
    }
    .quiz .subtitle {
        line-height: 32px;
        font-size: 26px;
    }
    .quiz .title span::after {
        right: -125px;
        top: 16px;
    }
    .quiz .title span:before {
        left: -3px;
        top: 17px;
        width: calc(100% - 5px);
    }
    .catalog {
        padding: 70px 0 30px;
    }
    .catalog-block {
        margin-top: 60px;
        padding: 0 15px;
    }
    .catalog-block .item {
        width: 320px;
    }
    .catalog-block .item-name {
        padding: 20px 15px;
        font-size: 20px;
        line-height: 26px;
        letter-spacing: 1px;
        max-width: 260px;
        width: 100%;
    }
    .catalog .btn {
        margin: 160px auto 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .catalog__description {
        margin-top: 25px;
    }
    .choice {
        padding: 60px 0 70px;
    }
    .choice-block {
        margin-top: 40px;
    }
    .choice .item {
        margin: 0 auto 70px;
    }
    .choice .preorder-text {
        font-size: 24px;
        line-height: 32px;
        letter-spacing: 0.5px;
    }
    .projects {
        padding: 70px 0;
    }
    .projects .title span:before {
        top: 17px;
        left: -4px;
    }
    .projects .slider {
        margin-top: 30px;
    }
    .projects .slider .item-image {
        max-width: 998px;
        width: 100%;
        position: relative;
        top: 0;
        margin: 0 auto;
        left: 0;
        right: 0;
    }
    .projects .slider .item-image img {
        width: 100%;
    }
    .projects .slider .item-info {
        margin: 0;
        max-width: 100%;
    }
    .projects .slider .item-video {
        background: #262626;
        position: absolute;
        top: auto;
        left: auto;
        bottom: 0;
        right: 0;
        padding: 15px;
    }
    .projects .slider .item-video .video-text {
        text-align: center;
        margin: 15px 0 0;
    }
    .projects .slider .item-video .play {
        right: 15px;
    }
    .projects-controls {
        position: relative;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        margin: 30px auto 0;
        z-index: 4;
    }
    .projects-nav {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 100%;
        width: 100%;
    }
    .projects-pagination {
        display: none;
    }
    .projects .btn {
        margin: 25px auto 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .about {
        padding: 70px 0;
    }
    .about .title span:before {
        height: 25px;
        top: 10px;
    }
    .about-block {
        margin-top: 30px;
    }
    .about-img {
        width: 100%фыв;
        margin: 0;
    }
    .about-img img {
        width: 100%;
    }
    .about-info {
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        max-width: 100%;
        padding: 40px 30px;
    }
    .about-title {
        font-size: 24px;
        line-height: 30px;
        letter-spacing: 2px;
    }
    .about-title:first-letter {
        font-size: 30px;
    }
    .about-description {
        max-width: 100%;
        position: relative;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .about-description:after {
        top: 80px;
    }
    .about-text {
        margin-top: 20px;
        font-size: 16px;
        line-height: 22px;
    }
    .about-text span {
        padding-left: 0;
        display: inline;
    }
    .quality {
        padding: 10px 0 70px;
    }
    .quality .title span:before {
        top: 20px;
        left: -2px;
    }
    .quality-block {
        margin: 180px auto 0;
        max-width: 100%;
        padding: 30px 30px;
        text-align: center;
    }
    .quality-block img {
        position: relative;
        left: 0;
        right: 0;
        top: 0;
    }
    .quality-text {
        max-width: 100%;
        margin: 25px 0 0;
    }
    .quality-year {
        font-size: 28px;
        letter-spacing: 2px;
    }
    .quality-title {
        margin-top: 15px;
        font-size: 22px;
        line-height: 26px;
    }
    .quality-title:before {
        content: none;
    }
    .reviews {
        padding: 70px 0;
    }
    .reviews .title span:before {
        top: 18px;
        left: -2px;
    }
    .reviews-slider .item-video {
        margin: 0 auto;
    }
    .reviews-slider .item-video img {
        width: 100%;
    }
    .reviews-slider .item-info {
        max-width: 600px;
        width: 100%;
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        margin: 0 auto;
        padding: 40px 30px;
    }
    .reviews-slider .item-title {
        font-size: 22px;
        line-height: 26px;
        letter-spacing: 1px;
    }
    .reviews-slider .item-title:first-letter {
        font-size: 28px;
    }
    .reviews-slider .item-list {
        padding-left: 25px;
    }
    .reviews-controls {
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: 25px auto 0;
    }
    .reviews-pagination {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        margin: auto;
        text-align: center;
    }
    .reviews-nav {
        width: 100%;
        margin: 0 80px;
    }
    .consult {
        padding: 70px 0;
    }
    .consult .title span:before {
        top: 15px;
        left: 0;
    }
    .consult .description {
        max-width: 550px;
        font-size: 20px;
        line-height: 26px;
        letter-spacing: 0.5px;
        margin-top: 25px;
    }
    .consult-block {
        margin-top: 30px;
    }
    .consult .item {
        margin-right: 20px;
    }
    .consult .item-text {
        font-size: 18px;
        line-height: 24px;
    }
    .consult .item .num {
        font-size: 100px;
        line-height: 60px;
        left: -10px;
    }
    .consult .btn {
        margin: 35px 0 0;
    }
    .footer {
        padding: 70px 0 40px;
        overflow: hidden;
    }
    .footer .title span:before {
        top: 15px;
        left: -3px;
    }
    .footer .contacts {
        margin-top: 30px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .footer .contacts .tel {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    .footer .contacts .socials {
        margin: 20px 0 0;
    }
    .footer .contacts .mail {
        margin-bottom: 15px;
    }
    .footer .contacts-left {
        margin-top: 0;
    }
    .footer .contacts-center {
        margin: 0 0 0 30px;
    }
    .footer .contacts-right {
        margin: 0;
    }
    #thanks .thanks-img {
        display: none;
    }
    #thanks .thanks-desc {
        margin: 45px auto 0;
    }
    #thanks .thanks-desc:before {
        content: none;
    }
    #thanks .header-main .btn {
        display: block;
    }
    .header .play {
        right: 0;
        bottom: 70px;
    }
    .advantages-video {
        margin-top: -30px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .advantages-video .video-text {
        padding-bottom: 0;
    }
    .choice .title span {
        display: table;
    }
    .choice .preorder {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
    }
    .quiz .subtitle2 {
        font-size: 28px;
        line-height: 36px;
        letter-spacing: 1px;
    }
    .catalog-block .item {
        margin-bottom: 40px;
    }
    .catalog-block .item-image {
        height: 100%;
        padding: 30px;
        overflow: hidden;
    }
    .catalog-block img,
    .catalog-block .item-1 img,
    .catalog-block .item-2 img,
    .catalog-block .item-3 img,
    .catalog-block .item-4 img {
        width: 100%;
        height: auto;
        position: relative;
        left: 0;
        right: 0;
        top: 0;
    }
    .portfolio-get-left {
        width: 100%;
    }
    .portfolio-get .btn {
        margin: 30px auto 0;
    }
    .quality-block {
        margin-top: 30px;
    }
    .modal-complex {
        padding: 35px 30px;
    }
    .modal-complex .modal-title  {
        font-size: 32px;
        line-height: 32px;
    }
    .modal-complex .modal-title span::before{
        height: 23px;
    }
    .modal-complex .modal-description {
        font-size: 22px;
        line-height: 22px;
    }
    .modal-complex .modal-flex {
        margin-top: 25px;
    }
    .modal-complex .modal-info {
        margin-left: 20px;
    }
    
}
@media only screen and (max-width: 730px) {
    .btn {
        font-size: 16px;
        max-width: 240px;
    }
    .header .logo {
        max-width: 200px;
        width: 100%;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .header .logo img {
        width: 100%;
    }
    .header .menu-btn {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin: 25px 0 0 auto;
    }
    .header-contacts {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin: 20px auto 0;
        width: 100%;
        text-align: center;
    }
    .header-phone {
        font-size: 22px;
    }
    .header-socials {
        margin: 5px auto 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .header-main {
        margin-top: 60px;
    }
    .header-title {
        max-width: 100%;
        font-size: 48px;
        line-height: 56px;
        letter-spacing: 1px;
    }
    .header-title span:before {
        left: -3px;
    }
    .header-subtitle {
        font-size: 24px;
        line-height: 28px;
        margin: 20px 0 0;
    }
    .header-description {
        margin: 20px auto 0;
        font-size: 18px;
        line-height: 28px;
        letter-spacing: 0;
    }
    .header .slider {
        max-width: 470px;
        width: 100%;
    }
    .header-controls span {
        font-size: 24px;
        letter-spacing: 2px;
    }
    .header-advantages {
        padding: 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .header-advantages .item {
        width: 100%;
        margin: 0 0 30px;
    }
    .header-advantages .item:last-child,
    .header-advantages .item:nth-child(2),
    .header-advantages .item:nth-child(3) {
        margin: 0 0 30px;
    }
    .header-advantages .item:last-child {
        margin-bottom: 0;
    }
    .header-advantages .item-text {
        font-size: 16px;
        line-height: 20px;
        text-align: center;
    }
    .header-advantages .item .line {
        margin: 0 auto;
    }
    .header-advantages .num {
        left: 0;
        right: 0;
        margin: auto;
        top: -15px;
        text-align: center;
        font-size: 80px;
        line-height: 80px;
    }
    .header .btn {
        max-width: 240px;
    }
    .title {
        text-align: center;
        font-size: 32px;
        line-height: 36px;
    }
    .subtitle {
        text-align: center;
        font-size: 24px;
        line-height: 28px;
        margin-top: 5px;
    }
    .advantages .title span:before {
        height: 20px;
        top: 10px;
    }
    .advantages-items {
        display: block;
    }
    .advantages-items .item {
        margin: 0 0 25px;
        width: 100%;
    }
    .advantages-items .item .line {
        margin: 0 auto;
    }
    .advantages-items .item-text {
        padding: 0 10px;
        margin-top: 10px;
        text-align: center;
    }
    .advantages-image .point-icon {
        width: 22px;
        height: 22px;
    }
    .advantages-image .point-icon:before {
        width: 36px;
        height: 36px;
    }
    .advantages-image .point-icon .plus {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: 9px;
        height: 9px;
        background-size: contain;
    }
    .advantages-image .point.active .point-text {
        display: none;
    }
    .advantages-image .point-1 {
        left: 24%;
        top: 3%;
    }
    .advantages-image .point-2 {
        left: 55%;
        top: 5%;
    }
    .advantages-image .point-3 {
        left: 10%;
        top: 35%;
    }
    .advantages-image .point-4 {
        left: 71%;
        top: 25%;
    }
    .advantages-image .point-5 {
        left: 38%;
        top: 65%;
    }
    .advantages-image .point-6 {
        top: 87%;
        left: 45%;
    }
    .advantages-image .point-text {
        display: none;
    }
    .advantages-furniture {
        padding: 30px 20px;
    }
    .advantages-title {
        font-size: 22px;
        line-height: 26px;
        letter-spacing: 1px;
    }
    .advantages-title:first-letter {
        font-size: 28px;
    }
    .advantages-subtitle {
        font-size: 19px;
        line-height: 24px;
        letter-spacing: 0.7px;
    }
    .advantages-text {
        margin: 20px 0 0;
        font-size: 16px;
        line-height: 22px;
    }
    .advantages-video {
        margin: -21px 0 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .advantages-video .video-icon {
        width: 80px;
        height: 80px;
        margin: 0 0 0 15px;
    }
    .advantages .video-image {
        margin-left: 10px;
    }
    .advantages .video-image img {
        width: 120px;
    }
    .advantages .play {
        width: 45px;
        height: 45px;
    }
    .advantages .play .play-icon {
        width: 14px;
        height: 18px;
        background-size: contain;
        transform: none;
    }
    .advantages .benefits {
        margin: 30px 0 0;
    }
    .advantages .benefits-title {
        font-size: 32px;
        line-height: 36px;
        letter-spacing: 2px;
        text-align: center;
    }
    .advantages .benefits-title span:before {
        content: none;
    }
    .advantages .benefits-item {
        max-width: 100%;
        margin: 0 0 30px;
        min-height: auto;
        padding: 30px 20px 30px 0;
    }
    .advantages .benefits-icon {
        width: 60px;
        height: 60px;
    }
    .advantages .benefits-num {
        font-size: 30px;
        left: 20px;
        top: 42px;
    }
    .advantages .benefits-text {
        padding-left: 90px;
    }
    .advantages .benefits-subtitle {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 5px;
    }
    .advantages .benefits .more {
        font-size: 16px;
        letter-spacing: 1px;
    }
    .advantages .benefits .benefit-1,
    .advantages .benefits .benefit-2,
    .advantages .benefits .benefit-3,
    .advantages .benefits .benefit-4 {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: 30px;
        height: 30px;
    }
    .quiz .title i {
        display: block;
    }
    .quiz .title i span {
        display: inline;
    }
    .quiz .title-block {
        padding: 0;
    }
    .quiz .item-4 .title span::before {
        top: 10px;
    }
    .quiz .title span:before {
        top: 10px;
        left: 0;
    }
    .quiz .title {
        font-size: 32px;
        line-height: 36px;
    }
    .quiz .subtitle {
        font-size: 24px;
        line-height: 28px;
        margin-top: 5px;
        letter-spacing: 0.5px;
    }
    .quiz-inner {
        width: 48%;
        margin-bottom: 20px;
    }
    .quiz .item-text {
        margin-top: 10px;
    }
    .quiz .item-title {
        padding: 10px;
    }
    .quiz .item-title .title-text {
        max-width: calc(100% - 25px);
        font-size: 12px;
        line-height: 16px;
    }
    .quiz .item-title .checkbox {
        min-width: 16px;
        height: 16px;
    }
    .quiz .item-title .checkbox:after {
        width: 18px;
        height: 14px;
        top: -2px;
        background-size: contain;
    }
    .quiz-buttons {
        margin-top: 30px;
    }
    .quiz-buttons .btn-next {
        min-width: 220px;
        width: 220px;
    }
    .quiz .step {
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        text-align: center;
        margin: 15px auto 0;
    }
    .quiz .item-2 .quiz-buttons,
    .quiz .item-3 .quiz-buttons,
    .quiz .item-4 .quiz-buttons,
    .quiz .item-5 .quiz-buttons {
        margin-top: 30px;
    }
    .quiz .quiz-buttons {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .quiz-buttons .btn-prev {
        margin: 0 auto 10px;
        min-width: 220px;
        width: 220px;
    }
    .quiz .item-4 .quiz-body {
        margin-top: 30px;
    }
    .quiz .item-4 .quiz-inner {
        width: 48%;
        margin-bottom: 20px;
    }
    .quiz .item-4 .item-square {
        height: 140px;
    }
    .quiz .item-4 .meter {
        top: 0;
        right: 0;
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    .quiz .item-4 .square {
        font-size: 24px;
        line-height: 28px;
    }
    .quiz .item-4 .square span {
        font-size: 18px;
    }
    .quiz .final {
        margin-top: 30px;
    }
    .quiz .final-title {
        font-size: 20px;
        line-height: 24px;
        letter-spacing: 0.5px;
    }
    .quiz .final-icon {
        width: 30px;
        height: 30px;
        -webkit-transform: translate(-20px, -5px);
        -ms-transform: translate(-20px, -5px);
        transform: translate(-20px, -5px);
        background-size: contain;
    }
    .quiz .input-group {
        display: block;
        margin: 20px auto 0;
    }
    .quiz .input-block {
        width: 100%;
        height: 60px;
        margin: 0 0 15px;
    }
    .quiz .title span::after {
        content: none
    }
    .quiz .title span {
        display: block;
    }
    .quiz-title {
        text-align: center;
        margin-top: 30px;
        font-size: 20px;
        line-height: 26px;
        letter-spacing: .7px;
    }
    .quiz-title span {
        margin-right: 2px;
        font-size: 22px;
        line-height: 24px;
    }
    .catalog .title span:before {
        height: 24px;
    }
    .catalog-block .item {
        max-width: 100%;
        width: 100%;
        height: 100%;
        margin-bottom: 190px;
    }
    .catalog-block .item-image {
        padding: 40px 20px 0;
    }
    .catalog-block .item-image img {
        width: 100%;
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        max-width: 300px;
        margin: 0 auto;
        display: block;
    }
    .catalog-block .item-name {
        width: 100%;
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0.5px;
        max-width: 100%;
    }
    .catalog .item .btn {
        position: relative;
        left: 0;
        right: 0;
        bottom: -20px;
        margin: 0 auto -125px;
    }
    .catalog .btn {
        margin: 25px auto 0;
    }
    .catalog__description {
        letter-spacing: .5px;
        font-size: 16px;
        line-height: 22px;
    }
    .choice .title span:before {
        top: 15px;
        left: -2px;
    }
    .choice-block {
        margin-top: 30px;
    }
    .choice .item {
        display: block;
        margin: 0 auto 40px;
    }
    .choice .info {
        max-width: 100%;
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        min-height: auto;
        padding: 30px 20px;
    }
    .choice .info-title {
        margin-bottom: 15px;
    }
    .choice .info-list {
        margin-left: 20px;
    }
    .choice .info-list div {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 15px;
    }
    .choice .num {
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin: -25px auto 0;
        height: 100%;
    }
    .choice .preorder {
        margin: 0 auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        padding: 40px 20px;
        display: block;
        text-align: center;
    }
    .choice .preorder .year {
        left: 0;
        right: 0;
        text-align: center;
        font-size: 100px;
        line-height: 70px;
    }
    .choice .preorder-text {
        font-size: 21px;
        line-height: 26px;
        margin-bottom: 20px;
    }
    .choice .btn {
        margin: 5px auto 0;
    }
    .projects {
        overflow: hidden;
    }
    .projects .title span:before {
        height: 15px;
    }
    .projects .slider .item-video {
        background: 0;
        position: absolute;
        right: 40px;
        left: auto;
        bottom: -20px;
        max-width: 60px;
    }
    .projects .slider .item-video img {
        display: none;
    }
    .projects .slider .item-video .video-text {
        display: none;
    }
    .projects .slider .item-video .play {
        right: 0;
        left: 0;
        margin: auto;
        width: 60px;
        height: 60px;
        bottom: 0;
        top: -25px;
    }
    .projects .slider .item-video .play-icon {
        width: 20px;
        height: 26px;
        background-size: contain;
    }
    .projects .slider .item-info {
        padding: 30px;
    }
    .projects .slider .item-title {
        font-size: 24px;
        line-height: 28px;
        letter-spacing: 1px;
    }
    .projects .slider .item-title:first-letter {
        font-size: 28px;
    }
    .projects .slider .item-list {
        margin: 20px 0 0;
    }
    .projects .slider .item .list-title {
        font-size: 18px;
        line-height: 22px;
    }
    .projects .slider .item .list-title:before {
        top: -1px;
    }
    .projects .slider .item .list-text {
        font-size: 16px;
        line-height: 19px;
    }
    .projects .btn {
        min-width: 200px;
        max-width: 240px;
        padding: 0 15px;
    }
    .about-description {
        text-align: center;
        padding: 30px;
        font-size: 18px;
        line-height: 24px;
    }
    .about-description:after {
        content: none;
    }
    .quality .title span {
        display: block;
    }
    .quality .title span:before {
        left: 10px;
        top: 10px;
    }
    .quality-block img {
        max-width: 280px;
        width: 100%;
        margin: 0 auto 0;
    }
    .quality-year {
        font-size: 22px;
        line-height: 26px;
    }
    .quality-title {
        font-size: 20px;
        line-height: 26px;
        letter-spacing: 0.5px;
    }
    .quality-title span {
        font-size: 18px;
        line-height: 24px;
    }
    .reviews .title span:before {
        top: 10px;
    }
    .reviews-slider .item-video .play {
        width: 50px;
        height: 50px;
    }
    .reviews-slider .item-video .play-icon {
        width: 20px;
        height: 26px;
        background-size: contain;
        -webkit-transform: translate(1px, 2px);
        -ms-transform: translate(1px, 2px);
        transform: translate(1px, 2px);
    }
    .reviews-slider .item-info {
        padding: 30px 20px;
    }
    .reviews-slider .item-advantages {
        margin-top: 15px;
    }
    .reviews-pagination .current-slide i {
        margin: 0 2px;
    }
    .reviews-nav {
        margin: 0;
    }
    .consult .title {
        font-size: 28px;
        line-height: 34px;
    }
    .consult .title span:before {
        top: 5px;
    }
    .consult .description {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 0;
    }
    .consult-block {
        display: block;
    }
    .consult .item {
        margin: 0 0 25px;
        max-width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .consult .item-text {
        text-align: left;
        margin: 0 0 0 10px;
        width: 100%;
        max-width: calc(100% - 40px);
    }
    .consult .item-text br {
        content: "";
        margin-left: 5px;
    }
    .consult .item-text br:nth-child(2) {
        display: block;
    }
    .consult .item .num {
        top: calc(50% - 35px);
        left: 20px;
        right: 0;
        margin: auto;
        font-size: 80px;
        line-height: 80px;
    }
    .consult .check {
        margin: 0;
    }
    .consult .btn {
        margin: 35px auto 0;
    }
    .consult .man {
        display: none;
    }
    .footer .contacts {
        display: block;
        text-align: center;
        margin-top: 30px;
    }
    .footer .contacts .socials {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .footer .contacts-center {
        margin: 20px auto 0;
    }
    .footer .contacts-right {
        margin: 30px auto 0;
    }
    .footer .contacts .logo {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .footer .contacts .logo-icon {
        background: #f4c02c;
        padding: 10px 5px;
    }
    .footer .contacts .logo-icon:before {
        content: none;
    }
    .footer .contacts .studio {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 25px auto 0;
    }
    .footer .btn {
        margin: 30px auto 0;
        max-width: 240px;
        padding: 7px 25px;
        line-height: 24px;
        width: 100%;
    }
    .modal-benefits .benefits-icon {
        width: 70px;
        height: 70px;
    }
    .modal-benefits .benefits-block {
        padding: 80px 30px 10px;
    }
    .modal-benefits .benefits-title {
        text-align: center;
        font-size: 22px;
        line-height: 26px;
        letter-spacing: 1px;
    }
    .modal-benefits .benefits-text {
        margin: 10px 0 0;
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 1px;
        text-align: center;
    }
    .modal-benefits .benefits-video {
        position: relative;
        right: 0;
        left: 0;
        top: 0;
        bottom: 0;
        max-width: 250px;
        width: 100%;
        margin: 20px auto 0;
    }
    .modal-benefits .num {
        letter-spacing: 1.5px;
        font-size: 36px;
        left: 36px;
        top: 38px;
    }
    .modal-benefits .benefits-1,
    .modal-benefits .benefits-2,
    .modal-benefits .benefits-3,
    .modal-benefits .benefits-4 {
        width: 35px;
        height: 35px;
    }
    .modal {
        padding: 40px 25px;
    }
    .modal-title {
        font-size: 32px;
        line-height: 36px;
        letter-spacing: 1px;
    }
    .modal-description {
        margin-top: 20px;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.5px;
    }
    .modal-description br {
        content: "";
        margin-left: 5px;
    }
    .modal .form {
        margin-top: 20px;
    }
    .modal .form .checkbox-text {
        margin-top: 0;
    }
    .modal .form .btn {
        max-width: 240px;
    }
    .modal.modal-consult .modal-title span:before {
        height: 15px;
    }
    #thanks .thanks-title {
        font-size: 56px;
    }
    #thanks .thanks-title:before {
        left: 0;
        height: 15px;
    }
    #thanks .thanks-desc {
        margin-top: 30px;
    }
    #thanks .thanks-desc span {
        font-size: 22px;
        line-height: 26px;
    }
    #thanks .footer .btn {
        color: #000;
        background: #fff;
    }
    .choice .title span:before {
        content: none;
    }
    .scheme {
        padding: 30px 0 60px;
    }
    .scheme-img {
        margin: auto;
    }
    .scheme-info {
        width: 100%;
        position: relative;
        right: 0;
        left: 0;
        top: 0;
        padding: 30px 20px;
    }
    .scheme-title {
        letter-spacing: 0;
        font-size: 24px;
        line-height: 32px;
    }
    .scheme-title::first-letter {
        font-size: 36px;
    }
    .scheme-sub {
        margin: 20px 0 0;
    }
    .quiz {
        padding: 80px 0;
    }
    .quiz .title span {
        display: table;
        margin: 0 auto;
    }
    .quiz .desc {
        text-align: center;
        margin: 30px auto 0;
        font-size: 20px;
        line-height: 24px;
        letter-spacing: 1px;
    }
    .quiz .subtitle2 {
        text-align: center;
        font-size: 20px;
        line-height: 24px;
    }
    .quiz-buttons .btn-prev {
        margin-bottom: 20px;
    }
    .catalog .title span {
        display: table;
        margin: auto;
        word-break: break-word;
    }
    .catalog .title span:before {
        content: none
    }
    .catalog-block .item {
        margin-bottom: 30px;
    }
    .portfolio {
        padding-bottom: 80px;
    }
    .portfolio .content {
        padding: 0;
    }
    .portfolio .title span::before {
        height: 20px;
    }
    .portfolio-get {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        margin: 30px auto 0;
        padding: 30px;
    }
    .portfolio-get-title {
        text-align: center;
        font-size: 22px;
        line-height: 26px;
        letter-spacing: 1px;
    }
    .portfolio-get-text {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 1px;
        text-align: center;
    }
    .zone {
        padding: 80px 0;
    }
    .zone .title span::before {
        content: none
    }
    .zone-block {
        margin-top: 30px;
    }
    .zone-name {
        text-align: center;
        font-size: 24px;
        line-height: 30px;
        letter-spacing: 0px;
        margin: 0;
    }
    .zone-text {
        text-align: center;
        font-size: 20px;
        line-height: 24px;
        margin: 10px auto 0;
    }
    .zone-images img {
        margin-bottom: 7px;
    }
    .zone .btn {
        margin: 30px auto 0;
        min-height: 60px;
    }
    .connect {
        padding: 80px 0 40px;
    }
    .connect .title span,
    .quality .title span {
        display: table;
        margin: auto;
    }
    .connect .slider {
        margin-top: 30px;
    }
    .connect .title span:before {
        left: -5px;
        top: 11px;
        height: 20px;
    }
    .modal-complex {
        padding: 30px 20px;
    }
    .modal-complex .fancybox-close-small {
        right: 5px;
        top: 5px;
    }
    .modal-complex .modal-title {
        font-size: 24px;
        line-height: 24px;
    }
    .modal-complex .modal-title span::before {
        height: 16px;
    }
    .modal-complex .modal-description {
        font-size: 18px;
    }
    .modal-complex .modal-flex {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-top: 20px;
    }
    .modal-complex .modal-image {
        max-width: 316px;
        width: 100%;
        margin: 0 auto;
    }
    .modal-complex .modal-info {
        margin: 20px 0 0;
    }
    .modal-complex .modal-list li {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .modal-complex .modal-quest {
        font-size: 18px;
        line-height: 18px;
        padding-bottom: 3px;
    }
    .modal-complex .btn {
        font-size: 20px;
    }
    .modal-download {
        padding: 30px;
    }
    .modal-download .modal-title {
        font-size: 26px;
        line-height: 32px;
    }
    .modal-download .modal-title span:before {
        height: 14px;
        left: -4px;
        top: 9px
    }
    .modal-download .label__text {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .modal-download .modal-text {
        font-size: 16px;
        line-height: 20px;
        margin-top: 10px;
    }
    .modal-download .form input {
        height: 55px;
        font-size: 16px;
        padding: 0 20px;
    }
    .modal-download .messengers {
        margin-top: 20px;
        padding-left: 0;
    }
    .modal-download .messengers__title {
        font-size: 18px;
        line-height: 24px;
        text-align: center;
    }
    .modal-download .messengers__item {
        width: 95px;
    }
    .modal-download .messengers__list {
        margin: 15px auto 0;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .modal-download .fancybox-close-small {
        right: 7px;
        top: 10px;
    }
    .modal-download .messengers__name {
        margin-top: 5px;
        font-size: 14px;
        line-height: 18px;
    }
    .modal-download .form .btn {
        height: 60px;
        font-size: 20px;
        margin-top: 30px;
    }
    .widget {
        bottom: 95px;
    }
    .widget__info {
        -webkit-transform: translate(-225px, -161px);
        -ms-transform: translate(-225px, -161px);
        transform: translate(-225px, -161px);
        width: 320px;
        padding: 30px 20px 25px
    }
    .carousel2-controls .slick-arrow {
        position: relative;
        top: auto;
    }
    .carousel2-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
}
@media only screen and (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
@media only screen and (min-width: 1280px) {
    .container {
        width: 1220px;
        padding-left: 0;
        padding-right: 0;
    }
}

#callback-wrapper-mediaguru {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background-color: #0ba81c;
    z-index: 1000;
    display: none;
}
.callback-wrapper-mediaguru-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 8px 0;
}
#callback-wrapper-mediaguru .callback-item {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    float: left;
    text-align: center;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
#callback-wrapper-mediaguru .callback-item:first-child {
    border-left: none;
}
#callback-wrapper-mediaguru .callback-item:last-child {
    border-right: none;
}
#callback-wrapper-mediaguru .callback-item a,
#callback-wrapper-mediaguru .copyrights a {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    text-decoration: none;
}
#callback-wrapper-mediaguru .callback-item a:hover,
#callback-wrapper-mediaguru .callback-item a:focus,
#callback-wrapper-mediaguru .callback-item a:active,
#callback-wrapper-mediaguru .copyrights a:hover,
#callback-wrapper-mediaguru .copyrights a:focus,
#callback-wrapper-mediaguru .copyrights a:active {
    color: #fff;
    text-decoration: none;
}
#callback-wrapper-mediaguru .callback-wrapper_icon {
    display: block;
    margin: 0 auto 5px;
    width: 40px;
    height: 28px;
}
#callback-wrapper-mediaguru .callback-wrapper_whatsapp-icon {
    background: url(../img/whatsapp-icon.svg) no-repeat center;
}
#callback-wrapper-mediaguru .callback-wrapper_call-icon {
    background: url(../img/phone-icon.svg) no-repeat center;
}
#callback-wrapper-mediaguru .callback-item a:hover {
    color: #ffd762;
}

@media screen and (max-width: 991px) {
    #callback-wrapper-mediaguru {
        display: block;
    }
    .footer {
        padding-bottom: 90px;
    }
}