@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
.footer__menu.mobile {display:none;}
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: bold; }

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 {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0; }

pre {
    overflow: auto; }

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0; }

button {
    overflow: visible; }

button,
select {
    text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer; }

button[disabled],
html input[disabled] {
    cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0; }

input {
    line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
    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;
    -moz-box-sizing: content-box;
    -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 #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em; }

legend {
    border: 0;
    padding: 0; }

textarea {
    overflow: auto; }

optgroup {
    font-weight: bold; }

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

td,
th {
    padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important; }

    a,
    a:visited {
        text-decoration: underline; }

    a[href]:after {
        content: " (" attr(href) ")"; }

    abbr[title]:after {
        content: " (" attr(title) ")"; }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""; }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid; }

    thead {
        display: table-header-group; }

    tr,
    img {
        page-break-inside: avoid; }

    img {
        max-width: 100% !important; }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3; }

    h2,
    h3 {
        page-break-after: avoid; }

    select {
        background: #fff !important; }

    .navbar {
        display: none; }

    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important; }

    .label {
        border: 1px solid #000; }

    .table {
        border-collapse: collapse !important; }
    .table td,
    .table th {
        background-color: #fff !important; }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important; } }
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

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

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent; }

body {
    font-family: "FS Albert Pro", arial, sans-serif;
    font-size: 16px;
    line-height: 1.42857;
    color: #1e1e1e;
    background-color: #fff; }

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit; }

a {
    color: #e46b00;
    text-decoration: none; }
a:hover, a:focus {
    color: #e46b00;
    text-decoration: none; }
a:focus {
    outline: thin dotted;
    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.42857;
    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%; }


.img-about-1 img {
    margin-bottom: 5px;
    height: auto;}

hr {
    margin-top: 22px;
    margin-bottom: 22px;
    border: 0;
    border-top: 1px solid #eeeeee; }

.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; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 700;
    line-height: 1.1;
    color: inherit; }
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
    margin-top: 22px;
    margin-bottom: 11px; }
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
    margin-top: 11px;
    margin-bottom: 11px; }
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
    font-size: 75%; }

h1, .h1 {
    font-size: 36px; }

h2, .h2 {
    font-size: 24px; }

h3, .h3 {
    font-size: 22px; }

h4, .h4 {
    font-size: 20px; }

h5, .h5 {
    font-size: 18px; }

h6, .h6 {
    font-size: 16px; }

p {
    margin: 0 0 11px; }

.lead {
    margin-bottom: 22px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4; }
@media (min-width: 768px) {
    .lead {
        font-size: 24px; } }

small,
.small {
    font-size: 87%; }

mark,
.mark {
    background-color: #fcf8e3;
    padding: .2em; }

.text-left {
    text-align: left; }

.text-right {
    text-align: right; }

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

.text-justify {
    text-align: justify; }

.text-nowrap {
    white-space: nowrap; }

.text-lowercase {
    text-transform: lowercase; }

.text-uppercase {
    text-transform: uppercase; }

.text-capitalize {
    text-transform: capitalize; }

.text-muted {
    color: #777777; }

.text-primary {
    color: #e46b00; }

a.text-primary:hover {
    color: #b15300; }

.text-success {
    color: #3c763d; }

a.text-success:hover {
    color: #2b542c; }

.text-info {
    color: #31708f; }

a.text-info:hover {
    color: #245269; }

.text-warning {
    color: #8a6d3b; }

a.text-warning:hover {
    color: #66512c; }

.text-danger {
    color: #a94442; }

a.text-danger:hover {
    color: #843534; }

.bg-primary {
    color: #fff; }

.bg-primary {
    background-color: #e46b00; }

a.bg-primary:hover {
    background-color: #b15300; }

.bg-success {
    background-color: #dff0d8; }

a.bg-success:hover {
    background-color: #c1e2b3; }

.bg-info {
    background-color: #d9edf7; }

a.bg-info:hover {
    background-color: #afd9ee; }

.bg-warning {
    background-color: #fcf8e3; }

a.bg-warning:hover {
    background-color: #f7ecb5; }

.bg-danger {
    background-color: #f2dede; }

a.bg-danger:hover {
    background-color: #e4b9b9; }

.page-header {
    padding-bottom: 10px;
    margin: 44px 0 22px;
    border-bottom: 1px solid #eeeeee; }

ul,
ol {
    margin-top: 0;
    margin-bottom: 11px; }
ul ul,
ul ol,
ol ul,
ol ol {
    margin-bottom: 0; }

.list-unstyled {
    padding-left: 0;
    list-style: none; }

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px; }
.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
    margin-top: 0;
    margin-bottom: 22px; }

dt,
dd {
    line-height: 1.42857; }

dt {
    font-weight: bold; }

dd {
    margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
    content: " ";
    display: table; }
.dl-horizontal dd:after {
    clear: both; }
@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
    .dl-horizontal dd {
        margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777777; }

.initialism {
    font-size: 90%;
    text-transform: uppercase; }

blockquote {
    padding: 11px 22px;
    margin: 0 0 22px;
    font-size: 20px;
    border-left: 5px solid #eeeeee; }
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0; }
blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777; }
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0;
    text-align: right; }
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
    content: ''; }
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
    margin-bottom: 22px;
    font-style: normal;
    line-height: 1.42857; }

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px; }

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

pre {
    display: block;
    padding: 10.5px;
    margin: 0 0 11px;
    font-size: 15px;
    line-height: 1.42857;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px; }
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll; }

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px; }
.container:before, .container:after {
    content: " ";
    display: table; }
.container:after {
    clear: both; }
@media (min-width: 768px) {
    .container {
        width: 750px; } }
@media (min-width: 992px) {
    .container {
        width: 970px; } }
@media (min-width: 1280px) {
    .container {
        width: 1230px; } }
@media (min-width: 1440px) {
    .container {
        width: 1400px; } }

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px; }
.container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
.container-fluid:after {
    clear: both; }

.row {
    margin-left: -15px;
    margin-right: -15px; }
.row:before, .row:after {
    content: " ";
    display: table; }
.row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xl-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xl-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xl-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xl-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xl-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xl-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xl-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xl-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xl-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xl-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xl-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xl-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left; }

.col-xs-1 {
    width: 8.33333%; }

.col-xs-2 {
    width: 16.66667%; }

.col-xs-3 {
    width: 25%; }

.col-xs-4 {
    width: 33.33333%; }

.col-xs-5 {
    width: 41.66667%; }

.col-xs-6 {
    width: 50%; }

.col-xs-7 {
    width: 58.33333%; }

.col-xs-8 {
    width: 66.66667%; }

.col-xs-9 {
    width: 75%; }

.col-xs-10 {
    width: 83.33333%; }

.col-xs-11 {
    width: 91.66667%; }

.col-xs-12 {
    width: 100%; }

.col-xs-pull-0 {
    right: auto; }

.col-xs-pull-1 {
    right: 8.33333%; }

.col-xs-pull-2 {
    right: 16.66667%; }

.col-xs-pull-3 {
    right: 25%; }

.col-xs-pull-4 {
    right: 33.33333%; }

.col-xs-pull-5 {
    right: 41.66667%; }

.col-xs-pull-6 {
    right: 50%; }

.col-xs-pull-7 {
    right: 58.33333%; }

.col-xs-pull-8 {
    right: 66.66667%; }

.col-xs-pull-9 {
    right: 75%; }

.col-xs-pull-10 {
    right: 83.33333%; }

.col-xs-pull-11 {
    right: 91.66667%; }

.col-xs-pull-12 {
    right: 100%; }

.col-xs-push-0 {
    left: auto; }

.col-xs-push-1 {
    left: 8.33333%; }

.col-xs-push-2 {
    left: 16.66667%; }

.col-xs-push-3 {
    left: 25%; }

.col-xs-push-4 {
    left: 33.33333%; }

.col-xs-push-5 {
    left: 41.66667%; }

.col-xs-push-6 {
    left: 50%; }

.col-xs-push-7 {
    left: 58.33333%; }

.col-xs-push-8 {
    left: 66.66667%; }

.col-xs-push-9 {
    left: 75%; }

.col-xs-push-10 {
    left: 83.33333%; }

.col-xs-push-11 {
    left: 91.66667%; }

.col-xs-push-12 {
    left: 100%; }

.col-xs-offset-0 {
    margin-left: 0%; }

.col-xs-offset-1 {
    margin-left: 8.33333%; }

.col-xs-offset-2 {
    margin-left: 16.66667%; }

.col-xs-offset-3 {
    margin-left: 25%; }

.col-xs-offset-4 {
    margin-left: 33.33333%; }

.col-xs-offset-5 {
    margin-left: 41.66667%; }

.col-xs-offset-6 {
    margin-left: 50%; }

.col-xs-offset-7 {
    margin-left: 58.33333%; }

.col-xs-offset-8 {
    margin-left: 66.66667%; }

.col-xs-offset-9 {
    margin-left: 75%; }

.col-xs-offset-10 {
    margin-left: 83.33333%; }

.col-xs-offset-11 {
    margin-left: 91.66667%; }

.col-xs-offset-12 {
    margin-left: 100%; }

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left; }

    .col-sm-1 {
        width: 8.33333%; }

    .col-sm-2 {
        width: 16.66667%; }

    .col-sm-3 {
        width: 25%; }

    .col-sm-4 {
        width: 33.33333%; }

    .col-sm-5 {
        width: 41.66667%; }

    .col-sm-6 {
        width: 50%; }

    .col-sm-7 {
        width: 58.33333%; }

    .col-sm-8 {
        width: 66.66667%; }

    .col-sm-9 {
        width: 75%; }

    .col-sm-10 {
        width: 83.33333%; }

    .col-sm-11 {
        width: 91.66667%; }

    .col-sm-12 {
        width: 100%; }

    .col-sm-pull-0 {
        right: auto; }

    .col-sm-pull-1 {
        right: 8.33333%; }

    .col-sm-pull-2 {
        right: 16.66667%; }

    .col-sm-pull-3 {
        right: 25%; }

    .col-sm-pull-4 {
        right: 33.33333%; }

    .col-sm-pull-5 {
        right: 41.66667%; }

    .col-sm-pull-6 {
        right: 50%; }

    .col-sm-pull-7 {
        right: 58.33333%; }

    .col-sm-pull-8 {
        right: 66.66667%; }

    .col-sm-pull-9 {
        right: 75%; }

    .col-sm-pull-10 {
        right: 83.33333%; }

    .col-sm-pull-11 {
        right: 91.66667%; }

    .col-sm-pull-12 {
        right: 100%; }

    .col-sm-push-0 {
        left: auto; }

    .col-sm-push-1 {
        left: 8.33333%; }

    .col-sm-push-2 {
        left: 16.66667%; }

    .col-sm-push-3 {
        left: 25%; }

    .col-sm-push-4 {
        left: 33.33333%; }

    .col-sm-push-5 {
        left: 41.66667%; }

    .col-sm-push-6 {
        left: 50%; }

    .col-sm-push-7 {
        left: 58.33333%; }

    .col-sm-push-8 {
        left: 66.66667%; }

    .col-sm-push-9 {
        left: 75%; }

    .col-sm-push-10 {
        left: 83.33333%; }

    .col-sm-push-11 {
        left: 91.66667%; }

    .col-sm-push-12 {
        left: 100%; }

    .col-sm-offset-0 {
        margin-left: 0%; }

    .col-sm-offset-1 {
        margin-left: 8.33333%; }

    .col-sm-offset-2 {
        margin-left: 16.66667%; }

    .col-sm-offset-3 {
        margin-left: 25%; }

    .col-sm-offset-4 {
        margin-left: 33.33333%; }

    .col-sm-offset-5 {
        margin-left: 41.66667%; }

    .col-sm-offset-6 {
        margin-left: 50%; }

    .col-sm-offset-7 {
        margin-left: 58.33333%; }

    .col-sm-offset-8 {
        margin-left: 66.66667%; }

    .col-sm-offset-9 {
        margin-left: 75%; }

    .col-sm-offset-10 {
        margin-left: 83.33333%; }

    .col-sm-offset-11 {
        margin-left: 91.66667%; }

    .col-sm-offset-12 {
        margin-left: 100%; } }
@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left; }

    .col-md-1 {
        width: 8.33333%; }

    .col-md-2 {
        width: 16.66667%; }

    .col-md-3 {
        width: 25%; }

    .col-md-4 {
        width: 33.33333%; }

    .col-md-5 {
        width: 41.66667%; }

    .col-md-6 {
        width: 50%; }

    .col-md-7 {
        width: 58.33333%; }

    .col-md-8 {
        width: 66.66667%; }

    .col-md-9 {
        width: 75%; }

    .col-md-10 {
        width: 83.33333%; }

    .col-md-11 {
        width: 91.66667%; }

    .col-md-12 {
        width: 100%; }

    .col-md-pull-0 {
        right: auto; }

    .col-md-pull-1 {
        right: 8.33333%; }

    .col-md-pull-2 {
        right: 16.66667%; }

    .col-md-pull-3 {
        right: 25%; }

    .col-md-pull-4 {
        right: 33.33333%; }

    .col-md-pull-5 {
        right: 41.66667%; }

    .col-md-pull-6 {
        right: 50%; }

    .col-md-pull-7 {
        right: 58.33333%; }

    .col-md-pull-8 {
        right: 66.66667%; }

    .col-md-pull-9 {
        right: 75%; }

    .col-md-pull-10 {
        right: 83.33333%; }

    .col-md-pull-11 {
        right: 91.66667%; }

    .col-md-pull-12 {
        right: 100%; }

    .col-md-push-0 {
        left: auto; }

    .col-md-push-1 {
        left: 8.33333%; }

    .col-md-push-2 {
        left: 16.66667%; }

    .col-md-push-3 {
        left: 25%; }

    .col-md-push-4 {
        left: 33.33333%; }

    .col-md-push-5 {
        left: 41.66667%; }

    .col-md-push-6 {
        left: 50%; }

    .col-md-push-7 {
        left: 58.33333%; }

    .col-md-push-8 {
        left: 66.66667%; }

    .col-md-push-9 {
        left: 75%; }

    .col-md-push-10 {
        left: 83.33333%; }

    .col-md-push-11 {
        left: 91.66667%; }

    .col-md-push-12 {
        left: 100%; }

    .col-md-offset-0 {
        margin-left: 0%; }

    .col-md-offset-1 {
        margin-left: 8.33333%; }

    .col-md-offset-2 {
        margin-left: 16.66667%; }

    .col-md-offset-3 {
        margin-left: 25%; }

    .col-md-offset-4 {
        margin-left: 33.33333%; }

    .col-md-offset-5 {
        margin-left: 41.66667%; }

    .col-md-offset-6 {
        margin-left: 50%; }

    .col-md-offset-7 {
        margin-left: 58.33333%; }

    .col-md-offset-8 {
        margin-left: 66.66667%; }

    .col-md-offset-9 {
        margin-left: 75%; }

    .col-md-offset-10 {
        margin-left: 83.33333%; }

    .col-md-offset-11 {
        margin-left: 91.66667%; }

    .col-md-offset-12 {
        margin-left: 100%; } }
@media (min-width: 1280px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left; }

    .col-lg-1 {
        width: 8.33333%; }

    .col-lg-2 {
        width: 16.66667%; }

    .col-lg-3 {
        width: 25%; }

    .col-lg-4 {
        width: 33.33333%; }

    .col-lg-5 {
        width: 41.66667%; }

    .col-lg-6 {
        width: 50%; }

    .col-lg-7 {
        width: 58.33333%; }

    .col-lg-8 {
        width: 66.66667%; }

    .col-lg-9 {
        width: 75%; }

    .col-lg-10 {
        width: 83.33333%; }

    .col-lg-11 {
        width: 91.66667%; }

    .col-lg-12 {
        width: 100%; }

    .col-lg-pull-0 {
        right: auto; }

    .col-lg-pull-1 {
        right: 8.33333%; }

    .col-lg-pull-2 {
        right: 16.66667%; }

    .col-lg-pull-3 {
        right: 25%; }

    .col-lg-pull-4 {
        right: 33.33333%; }

    .col-lg-pull-5 {
        right: 41.66667%; }

    .col-lg-pull-6 {
        right: 50%; }

    .col-lg-pull-7 {
        right: 58.33333%; }

    .col-lg-pull-8 {
        right: 66.66667%; }

    .col-lg-pull-9 {
        right: 75%; }

    .col-lg-pull-10 {
        right: 83.33333%; }

    .col-lg-pull-11 {
        right: 91.66667%; }

    .col-lg-pull-12 {
        right: 100%; }

    .col-lg-push-0 {
        left: auto; }

    .col-lg-push-1 {
        left: 8.33333%; }

    .col-lg-push-2 {
        left: 16.66667%; }

    .col-lg-push-3 {
        left: 25%; }

    .col-lg-push-4 {
        left: 33.33333%; }

    .col-lg-push-5 {
        left: 41.66667%; }

    .col-lg-push-6 {
        left: 50%; }

    .col-lg-push-7 {
        left: 58.33333%; }

    .col-lg-push-8 {
        left: 66.66667%; }

    .col-lg-push-9 {
        left: 75%; }

    .col-lg-push-10 {
        left: 83.33333%; }

    .col-lg-push-11 {
        left: 91.66667%; }

    .col-lg-push-12 {
        left: 100%; }

    .col-lg-offset-0 {
        margin-left: 0%; }

    .col-lg-offset-1 {
        margin-left: 8.33333%; }

    .col-lg-offset-2 {
        margin-left: 16.66667%; }

    .col-lg-offset-3 {
        margin-left: 25%; }

    .col-lg-offset-4 {
        margin-left: 33.33333%; }

    .col-lg-offset-5 {
        margin-left: 41.66667%; }

    .col-lg-offset-6 {
        margin-left: 50%; }

    .col-lg-offset-7 {
        margin-left: 58.33333%; }

    .col-lg-offset-8 {
        margin-left: 66.66667%; }

    .col-lg-offset-9 {
        margin-left: 75%; }

    .col-lg-offset-10 {
        margin-left: 83.33333%; }

    .col-lg-offset-11 {
        margin-left: 91.66667%; }

    .col-lg-offset-12 {
        margin-left: 100%; } }
@media (min-width: 1440px) {
    .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
        float: left; }

    .col-xl-1 {
        width: 8.33333%; }

    .col-xl-2 {
        width: 16.66667%; }

    .col-xl-3 {
        width: 25%; }

    .col-xl-4 {
        width: 33.33333%; }

    .col-xl-5 {
        width: 41.66667%; }

    .col-xl-6 {
        width: 50%; }

    .col-xl-7 {
        width: 58.33333%; }

    .col-xl-8 {
        width: 66.66667%; }

    .col-xl-9 {
        width: 75%; }

    .col-xl-10 {
        width: 83.33333%; }

    .col-xl-11 {
        width: 91.66667%; }

    .col-xl-12 {
        width: 100%; }

    .col-xl-pull-0 {
        right: auto; }

    .col-xl-pull-1 {
        right: 8.33333%; }

    .col-xl-pull-2 {
        right: 16.66667%; }

    .col-xl-pull-3 {
        right: 25%; }

    .col-xl-pull-4 {
        right: 33.33333%; }

    .col-xl-pull-5 {
        right: 41.66667%; }

    .col-xl-pull-6 {
        right: 50%; }

    .col-xl-pull-7 {
        right: 58.33333%; }

    .col-xl-pull-8 {
        right: 66.66667%; }

    .col-xl-pull-9 {
        right: 75%; }

    .col-xl-pull-10 {
        right: 83.33333%; }

    .col-xl-pull-11 {
        right: 91.66667%; }

    .col-xl-pull-12 {
        right: 100%; }

    .col-xl-push-0 {
        left: auto; }

    .col-xl-push-1 {
        left: 8.33333%; }

    .col-xl-push-2 {
        left: 16.66667%; }

    .col-xl-push-3 {
        left: 25%; }

    .col-xl-push-4 {
        left: 33.33333%; }

    .col-xl-push-5 {
        left: 41.66667%; }

    .col-xl-push-6 {
        left: 50%; }

    .col-xl-push-7 {
        left: 58.33333%; }

    .col-xl-push-8 {
        left: 66.66667%; }

    .col-xl-push-9 {
        left: 75%; }

    .col-xl-push-10 {
        left: 83.33333%; }

    .col-xl-push-11 {
        left: 91.66667%; }

    .col-xl-push-12 {
        left: 100%; }

    .col-xl-offset-0 {
        margin-left: 0%; }

    .col-xl-offset-1 {
        margin-left: 8.33333%; }

    .col-xl-offset-2 {
        margin-left: 16.66667%; }

    .col-xl-offset-3 {
        margin-left: 25%; }

    .col-xl-offset-4 {
        margin-left: 33.33333%; }

    .col-xl-offset-5 {
        margin-left: 41.66667%; }

    .col-xl-offset-6 {
        margin-left: 50%; }

    .col-xl-offset-7 {
        margin-left: 58.33333%; }

    .col-xl-offset-8 {
        margin-left: 66.66667%; }

    .col-xl-offset-9 {
        margin-left: 75%; }

    .col-xl-offset-10 {
        margin-left: 83.33333%; }

    .col-xl-offset-11 {
        margin-left: 91.66667%; }

    .col-xl-offset-12 {
        margin-left: 100%; } }
table {
    background-color: transparent; }

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777777;
    text-align: left; }

th {
    text-align: left; }

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 22px; }
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd; }
.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
    border-top: 0; }
.table > tbody + tbody {
    border-top: 2px solid #ddd; }
.table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
    padding: 5px; }

.table-bordered {
    border: 1px solid #ddd; }
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5; }

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
    background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
    background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
    background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc; }

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%; }
@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 16.5px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd; }
    .table-responsive > .table {
        margin-bottom: 0; }
    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap; }
    .table-responsive > .table-bordered {
        border: 0; }
    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0; }
    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0; }
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0; } }

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0; }

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 22px;
    font-size: 24px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5; }

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold; }

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal; }

input[type="file"] {
    display: block; }

input[type="range"] {
    display: block;
    width: 100%; }

select[multiple],
select[size] {
    height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

output {
    display: block;
    padding-top: 7px;
    font-size: 16px;
    line-height: 1.42857;
    color: #555555; }

.form-control {
    display: block;
    width: 100%;
    height: 36px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
.form-control:-ms-input-placeholder {
    color: #999; }
.form-control::-webkit-input-placeholder {
    color: #999; }
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eeeeee;
    opacity: 1; }

textarea.form-control {
    height: auto; }

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"],
    input[type="time"],
    input[type="datetime-local"],
    input[type="month"] {
        line-height: 36px; }
    input[type="date"].input-sm, .input-group-sm input[type="date"],
    input[type="time"].input-sm, .input-group-sm
    input[type="time"],
    input[type="datetime-local"].input-sm, .input-group-sm
    input[type="datetime-local"],
    input[type="month"].input-sm, .input-group-sm
    input[type="month"] {
        line-height: 33px; }
    input[type="date"].input-lg, .input-group-lg input[type="date"],
    input[type="time"].input-lg, .input-group-lg
    input[type="time"],
    input[type="datetime-local"].input-lg, .input-group-lg
    input[type="datetime-local"],
    input[type="month"].input-lg, .input-group-lg
    input[type="month"] {
        line-height: 49px; } }
.form-group {
    margin-bottom: 15px; }

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px; }
.radio label,
.checkbox label {
    min-height: 22px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
    margin-top: -5px; }

.radio-inline,
.checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
    cursor: not-allowed; }

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
    cursor: not-allowed; }

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
    cursor: not-allowed; }

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0; }
.form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0; }

.input-sm {
    height: 33px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px; }

select.input-sm {
    height: 33px;
    line-height: 33px; }

textarea.input-sm,
select[multiple].input-sm {
    height: auto; }

.form-group-sm .form-control {
    height: 33px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px; }
.form-group-sm select.form-control {
    height: 33px;
    line-height: 33px; }
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto; }
.form-group-sm .form-control-static {
    height: 33px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5; }

.input-lg {
    height: 49px;
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.33333;
    border-radius: 6px; }

select.input-lg {
    height: 49px;
    line-height: 49px; }

textarea.input-lg,
select[multiple].input-lg {
    height: auto; }

.form-group-lg .form-control {
    height: 49px;
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.33333;
    border-radius: 6px; }
.form-group-lg select.form-control {
    height: 49px;
    line-height: 49px; }
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto; }
.form-group-lg .form-control-static {
    height: 49px;
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.33333; }

.has-feedback {
    position: relative; }
.has-feedback .form-control {
    padding-right: 45px; }

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    pointer-events: none; }

.input-lg + .form-control-feedback {
    width: 49px;
    height: 49px;
    line-height: 49px; }

.input-sm + .form-control-feedback {
    width: 33px;
    height: 33px;
    line-height: 33px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
    color: #3c763d; }
.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }
.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8; }
.has-success .form-control-feedback {
    color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
    color: #8a6d3b; }
.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3; }
.has-warning .form-control-feedback {
    color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #a94442; }
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede; }
.has-error .form-control-feedback {
    color: #a94442; }

.has-feedback label ~ .form-control-feedback {
    top: 27px; }
.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0; }

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #5e5e5e; }

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle; }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle; }
    .form-inline .form-control-static {
        display: inline-block; }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto; }
    .form-inline .input-group > .form-control {
        width: 100%; }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle; }
    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0; }
    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0; }
    .form-inline .has-feedback .form-control-feedback {
        top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px; }
.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 29px; }
.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px; }
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
.form-horizontal .form-group:after {
    clear: both; }
@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px; } }
.form-horizontal .has-feedback .form-control-feedback {
    right: 15px; }
@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.33333px; } }
@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px; } }

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
.btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
.btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc; }
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background-image: none; }
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc; }
.btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
    color: #fff;
    background-color: #e46b00;
    border-color: #cb5f00; }
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #b15300;
    border-color: #8d4200; }
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-image: none; }
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
    background-color: #e46b00;
    border-color: #cb5f00; }
.btn-primary .badge {
    color: #e46b00;
    background-color: #fff; }

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c; }
.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    background-image: none; }
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c; }
.btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da; }
.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    background-image: none; }
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da; }
.btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236; }
.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    background-image: none; }
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236; }
.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a; }
.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    background-image: none; }
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a; }
.btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
    color: #e46b00;
    font-weight: normal;
    border-radius: 0; }
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
.btn-link:hover, .btn-link:focus {
    color: #e46b00;
    text-decoration: none;
    background-color: transparent; }
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg {
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.33333;
    border-radius: 6px; }

.btn-sm {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px; }

.btn-xs {
    padding: 1px 5px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px; }

.btn-block {
    display: block;
    width: 100%; }

.btn-block + .btn-block {
    margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%; }

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"); }
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
    content: "\2a"; }

.glyphicon-plus:before {
    content: "\2b"; }

.glyphicon-euro:before,
.glyphicon-eur:before {
    content: "\20ac"; }

.glyphicon-minus:before {
    content: "\2212"; }

.glyphicon-cloud:before {
    content: "\2601"; }

.glyphicon-envelope:before {
    content: "\2709"; }

.glyphicon-pencil:before {
    content: "\270f"; }

.glyphicon-glass:before {
    content: "\e001"; }

.glyphicon-music:before {
    content: "\e002"; }

.glyphicon-search:before {
    content: "\e003"; }

.glyphicon-heart:before {
    content: "\e005"; }

.glyphicon-star:before {
    content: "\e006"; }

.glyphicon-star-empty:before {
    content: "\e007"; }

.glyphicon-user:before {
    content: "\e008"; }

.glyphicon-film:before {
    content: "\e009"; }

.glyphicon-th-large:before {
    content: "\e010"; }

.glyphicon-th:before {
    content: "\e011"; }

.glyphicon-th-list:before {
    content: "\e012"; }

.glyphicon-ok:before {
    content: "\e013"; }

.glyphicon-remove:before {
    content: "\e014"; }

.glyphicon-zoom-in:before {
    content: "\e015"; }

.glyphicon-zoom-out:before {
    content: "\e016"; }

.glyphicon-off:before {
    content: "\e017"; }

.glyphicon-signal:before {
    content: "\e018"; }

.glyphicon-cog:before {
    content: "\e019"; }

.glyphicon-trash:before {
    content: "\e020"; }

.glyphicon-home:before {
    content: "\e021"; }

.glyphicon-file:before {
    content: "\e022"; }

.glyphicon-time:before {
    content: "\e023"; }

.glyphicon-road:before {
    content: "\e024"; }

.glyphicon-download-alt:before {
    content: "\e025"; }

.glyphicon-download:before {
    content: "\e026"; }

.glyphicon-upload:before {
    content: "\e027"; }

.glyphicon-inbox:before {
    content: "\e028"; }

.glyphicon-play-circle:before {
    content: "\e029"; }

.glyphicon-repeat:before {
    content: "\e030"; }

.glyphicon-refresh:before {
    content: "\e031"; }

.glyphicon-list-alt:before {
    content: "\e032"; }

.glyphicon-lock:before {
    content: "\e033"; }

.glyphicon-flag:before {
    content: "\e034"; }

.glyphicon-headphones:before {
    content: "\e035"; }

.glyphicon-volume-off:before {
    content: "\e036"; }

.glyphicon-volume-down:before {
    content: "\e037"; }

.glyphicon-volume-up:before {
    content: "\e038"; }

.glyphicon-qrcode:before {
    content: "\e039"; }

.glyphicon-barcode:before {
    content: "\e040"; }

.glyphicon-tag:before {
    content: "\e041"; }

.glyphicon-tags:before {
    content: "\e042"; }

.glyphicon-book:before {
    content: "\e043"; }

.glyphicon-bookmark:before {
    content: "\e044"; }

.glyphicon-print:before {
    content: "\e045"; }

.glyphicon-camera:before {
    content: "\e046"; }

.glyphicon-font:before {
    content: "\e047"; }

.glyphicon-bold:before {
    content: "\e048"; }

.glyphicon-italic:before {
    content: "\e049"; }

.glyphicon-text-height:before {
    content: "\e050"; }

.glyphicon-text-width:before {
    content: "\e051"; }

.glyphicon-align-left:before {
    content: "\e052"; }

.glyphicon-align-center:before {
    content: "\e053"; }

.glyphicon-align-right:before {
    content: "\e054"; }

.glyphicon-align-justify:before {
    content: "\e055"; }

.glyphicon-list:before {
    content: "\e056"; }

.glyphicon-indent-left:before {
    content: "\e057"; }

.glyphicon-indent-right:before {
    content: "\e058"; }

.glyphicon-facetime-video:before {
    content: "\e059"; }

.glyphicon-picture:before {
    content: "\e060"; }

.glyphicon-map-marker:before {
    content: "\e062"; }

.glyphicon-adjust:before {
    content: "\e063"; }

.glyphicon-tint:before {
    content: "\e064"; }

.glyphicon-edit:before {
    content: "\e065"; }

.glyphicon-share:before {
    content: "\e066"; }

.glyphicon-check:before {
    content: "\e067"; }

.glyphicon-move:before {
    content: "\e068"; }

.glyphicon-step-backward:before {
    content: "\e069"; }

.glyphicon-fast-backward:before {
    content: "\e070"; }

.glyphicon-backward:before {
    content: "\e071"; }

.glyphicon-play:before {
    content: "\e072"; }

.glyphicon-pause:before {
    content: "\e073"; }

.glyphicon-stop:before {
    content: "\e074"; }

.glyphicon-forward:before {
    content: "\e075"; }

.glyphicon-fast-forward:before {
    content: "\e076"; }

.glyphicon-step-forward:before {
    content: "\e077"; }

.glyphicon-eject:before {
    content: "\e078"; }

.glyphicon-chevron-left:before {
    content: "\e079"; }

.glyphicon-chevron-right:before {
    content: "\e080"; }

.glyphicon-plus-sign:before {
    content: "\e081"; }

.glyphicon-minus-sign:before {
    content: "\e082"; }

.glyphicon-remove-sign:before {
    content: "\e083"; }

.glyphicon-ok-sign:before {
    content: "\e084"; }

.glyphicon-question-sign:before {
    content: "\e085"; }

.glyphicon-info-sign:before {
    content: "\e086"; }

.glyphicon-screenshot:before {
    content: "\e087"; }

.glyphicon-remove-circle:before {
    content: "\e088"; }

.glyphicon-ok-circle:before {
    content: "\e089"; }

.glyphicon-ban-circle:before {
    content: "\e090"; }

.glyphicon-arrow-left:before {
    content: "\e091"; }

.glyphicon-arrow-right:before {
    content: "\e092"; }

.glyphicon-arrow-up:before {
    content: "\e093"; }

.glyphicon-arrow-down:before {
    content: "\e094"; }

.glyphicon-share-alt:before {
    content: "\e095"; }

.glyphicon-resize-full:before {
    content: "\e096"; }

.glyphicon-resize-small:before {
    content: "\e097"; }

.glyphicon-exclamation-sign:before {
    content: "\e101"; }

.glyphicon-gift:before {
    content: "\e102"; }

.glyphicon-leaf:before {
    content: "\e103"; }

.glyphicon-fire:before {
    content: "\e104"; }

.glyphicon-eye-open:before {
    content: "\e105"; }

.glyphicon-eye-close:before {
    content: "\e106"; }

.glyphicon-warning-sign:before {
    content: "\e107"; }

.glyphicon-plane:before {
    content: "\e108"; }

.glyphicon-calendar:before {
    content: "\e109"; }

.glyphicon-random:before {
    content: "\e110"; }

.glyphicon-comment:before {
    content: "\e111"; }

.glyphicon-magnet:before {
    content: "\e112"; }

.glyphicon-chevron-up:before {
    content: "\e113"; }

.glyphicon-chevron-down:before {
    content: "\e114"; }

.glyphicon-retweet:before {
    content: "\e115"; }

.glyphicon-shopping-cart:before {
    content: "\e116"; }

.glyphicon-folder-close:before {
    content: "\e117"; }

.glyphicon-folder-open:before {
    content: "\e118"; }

.glyphicon-resize-vertical:before {
    content: "\e119"; }

.glyphicon-resize-horizontal:before {
    content: "\e120"; }

.glyphicon-hdd:before {
    content: "\e121"; }

.glyphicon-bullhorn:before {
    content: "\e122"; }

.glyphicon-bell:before {
    content: "\e123"; }

.glyphicon-certificate:before {
    content: "\e124"; }

.glyphicon-thumbs-up:before {
    content: "\e125"; }

.glyphicon-thumbs-down:before {
    content: "\e126"; }

.glyphicon-hand-right:before {
    content: "\e127"; }

.glyphicon-hand-left:before {
    content: "\e128"; }

.glyphicon-hand-up:before {
    content: "\e129"; }

.glyphicon-hand-down:before {
    content: "\e130"; }

.glyphicon-circle-arrow-right:before {
    content: "\e131"; }

.glyphicon-circle-arrow-left:before {
    content: "\e132"; }

.glyphicon-circle-arrow-up:before {
    content: "\e133"; }

.glyphicon-circle-arrow-down:before {
    content: "\e134"; }

.glyphicon-globe:before {
    content: "\e135"; }

.glyphicon-wrench:before {
    content: "\e136"; }

.glyphicon-tasks:before {
    content: "\e137"; }

.glyphicon-filter:before {
    content: "\e138"; }

.glyphicon-briefcase:before {
    content: "\e139"; }

.glyphicon-fullscreen:before {
    content: "\e140"; }

.glyphicon-dashboard:before {
    content: "\e141"; }

.glyphicon-paperclip:before {
    content: "\e142"; }

.glyphicon-heart-empty:before {
    content: "\e143"; }

.glyphicon-link:before {
    content: "\e144"; }

.glyphicon-phone:before {
    content: "\e145"; }

.glyphicon-pushpin:before {
    content: "\e146"; }

.glyphicon-usd:before {
    content: "\e148"; }

.glyphicon-gbp:before {
    content: "\e149"; }

.glyphicon-sort:before {
    content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
    content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"; }

.glyphicon-sort-by-order:before {
    content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
    content: "\e154"; }

.glyphicon-sort-by-attributes:before {
    content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"; }

.glyphicon-unchecked:before {
    content: "\e157"; }

.glyphicon-expand:before {
    content: "\e158"; }

.glyphicon-collapse-down:before {
    content: "\e159"; }

.glyphicon-collapse-up:before {
    content: "\e160"; }

.glyphicon-log-in:before {
    content: "\e161"; }

.glyphicon-flash:before {
    content: "\e162"; }

.glyphicon-log-out:before {
    content: "\e163"; }

.glyphicon-new-window:before {
    content: "\e164"; }

.glyphicon-record:before {
    content: "\e165"; }

.glyphicon-save:before {
    content: "\e166"; }

.glyphicon-open:before {
    content: "\e167"; }

.glyphicon-saved:before {
    content: "\e168"; }

.glyphicon-import:before {
    content: "\e169"; }

.glyphicon-export:before {
    content: "\e170"; }

.glyphicon-send:before {
    content: "\e171"; }

.glyphicon-floppy-disk:before {
    content: "\e172"; }

.glyphicon-floppy-saved:before {
    content: "\e173"; }

.glyphicon-floppy-remove:before {
    content: "\e174"; }

.glyphicon-floppy-save:before {
    content: "\e175"; }

.glyphicon-floppy-open:before {
    content: "\e176"; }

.glyphicon-credit-card:before {
    content: "\e177"; }

.glyphicon-transfer:before {
    content: "\e178"; }

.glyphicon-cutlery:before {
    content: "\e179"; }

.glyphicon-header:before {
    content: "\e180"; }

.glyphicon-compressed:before {
    content: "\e181"; }

.glyphicon-earphone:before {
    content: "\e182"; }

.glyphicon-phone-alt:before {
    content: "\e183"; }

.glyphicon-tower:before {
    content: "\e184"; }

.glyphicon-stats:before {
    content: "\e185"; }

.glyphicon-sd-video:before {
    content: "\e186"; }

.glyphicon-hd-video:before {
    content: "\e187"; }

.glyphicon-subtitles:before {
    content: "\e188"; }

.glyphicon-sound-stereo:before {
    content: "\e189"; }

.glyphicon-sound-dolby:before {
    content: "\e190"; }

.glyphicon-sound-5-1:before {
    content: "\e191"; }

.glyphicon-sound-6-1:before {
    content: "\e192"; }

.glyphicon-sound-7-1:before {
    content: "\e193"; }

.glyphicon-copyright-mark:before {
    content: "\e194"; }

.glyphicon-registration-mark:before {
    content: "\e195"; }

.glyphicon-cloud-download:before {
    content: "\e197"; }

.glyphicon-cloud-upload:before {
    content: "\e198"; }

.glyphicon-tree-conifer:before {
    content: "\e199"; }

.glyphicon-tree-deciduous:before {
    content: "\e200"; }

.glyphicon-cd:before {
    content: "\e201"; }

.glyphicon-save-file:before {
    content: "\e202"; }

.glyphicon-open-file:before {
    content: "\e203"; }

.glyphicon-level-up:before {
    content: "\e204"; }

.glyphicon-copy:before {
    content: "\e205"; }

.glyphicon-paste:before {
    content: "\e206"; }

.glyphicon-alert:before {
    content: "\e209"; }

.glyphicon-equalizer:before {
    content: "\e210"; }

.glyphicon-king:before {
    content: "\e211"; }

.glyphicon-queen:before {
    content: "\e212"; }

.glyphicon-pawn:before {
    content: "\e213"; }

.glyphicon-bishop:before {
    content: "\e214"; }

.glyphicon-knight:before {
    content: "\e215"; }

.glyphicon-baby-formula:before {
    content: "\e216"; }

.glyphicon-tent:before {
    content: "\26fa"; }

.glyphicon-blackboard:before {
    content: "\e218"; }

.glyphicon-bed:before {
    content: "\e219"; }

.glyphicon-apple:before {
    content: "\f8ff"; }

.glyphicon-erase:before {
    content: "\e221"; }

.glyphicon-hourglass:before {
    content: "\231b"; }

.glyphicon-lamp:before {
    content: "\e223"; }

.glyphicon-duplicate:before {
    content: "\e224"; }

.glyphicon-piggy-bank:before {
    content: "\e225"; }

.glyphicon-scissors:before {
    content: "\e226"; }

.glyphicon-bitcoin:before {
    content: "\e227"; }

.glyphicon-yen:before {
    content: "\00a5"; }

.glyphicon-ruble:before {
    content: "\20bd"; }

.glyphicon-scale:before {
    content: "\e230"; }

.glyphicon-ice-lolly:before {
    content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
    content: "\e232"; }

.glyphicon-education:before {
    content: "\e233"; }

.glyphicon-option-horizontal:before {
    content: "\e234"; }

.glyphicon-option-vertical:before {
    content: "\e235"; }

.glyphicon-menu-hamburger:before {
    content: "\e236"; }

.glyphicon-modal-window:before {
    content: "\e237"; }

.glyphicon-oil:before {
    content: "\e238"; }

.glyphicon-grain:before {
    content: "\e239"; }

.glyphicon-sunglasses:before {
    content: "\e240"; }

.glyphicon-text-size:before {
    content: "\e241"; }

.glyphicon-text-color:before {
    content: "\e242"; }

.glyphicon-text-background:before {
    content: "\e243"; }

.glyphicon-object-align-top:before {
    content: "\e244"; }

.glyphicon-object-align-bottom:before {
    content: "\e245"; }

.glyphicon-object-align-horizontal:before {
    content: "\e246"; }

.glyphicon-object-align-left:before {
    content: "\e247"; }

.glyphicon-object-align-vertical:before {
    content: "\e248"; }

.glyphicon-object-align-right:before {
    content: "\e249"; }

.glyphicon-triangle-right:before {
    content: "\e250"; }

.glyphicon-triangle-left:before {
    content: "\e251"; }

.glyphicon-triangle-bottom:before {
    content: "\e252"; }

.glyphicon-triangle-top:before {
    content: "\e253"; }

.glyphicon-console:before {
    content: "\e254"; }

.glyphicon-superscript:before {
    content: "\e255"; }

.glyphicon-subscript:before {
    content: "\e256"; }

.glyphicon-menu-left:before {
    content: "\e257"; }

.glyphicon-menu-right:before {
    content: "\e258"; }

.glyphicon-menu-down:before {
    content: "\e259"; }

.glyphicon-menu-up:before {
    content: "\e260"; }

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
.nav:before, .nav:after {
    content: " ";
    display: table; }
.nav:after {
    clear: both; }
.nav > li {
    position: relative;
    display: block; }
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px; }
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #eeeeee; }
.nav > li.disabled > a {
    color: #777777; }
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
    color: #777777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed; }
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #e46b00; }
.nav .nav-divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
.nav > li > a > img {
    max-width: none; }

.nav-tabs {
    border-bottom: 1px solid #ddd; }
.nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0; }
.nav-tabs > li > a:hover {
    border-color: #eeeeee #eeeeee #ddd; }
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default; }

.nav-pills > li {
    float: left; }
.nav-pills > li > a {
    border-radius: 4px; }
.nav-pills > li + li {
    margin-left: 2px; }
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #e46b00; }

.nav-stacked > li {
    float: none; }
.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
    width: 100%; }
.nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px; }
.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
@media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
    border-bottom: 0; }
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
@media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff; } }

.tab-content > .tab-pane {
    display: none;
    visibility: hidden; }
.tab-content > .active {
    display: block;
    visibility: visible; }

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0; }

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 22px;
    border: 1px solid transparent; }
.navbar:before, .navbar:after {
    content: " ";
    display: table; }
.navbar:after {
    clear: both; }
@media (min-width: 768px) {
    .navbar {
        border-radius: 4px; } }

.navbar-header:before, .navbar-header:after {
    content: " ";
    display: table; }
.navbar-header:after {
    clear: both; }
@media (min-width: 768px) {
    .navbar-header {
        float: left; } }

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch; }
.navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
.navbar-collapse:after {
    clear: both; }
.navbar-collapse.in {
    overflow-y: auto; }
@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none; }
    .navbar-collapse.collapse {
        display: block !important;
        visibility: visible !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
    .navbar-collapse.in {
        overflow-y: visible; }
    .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px; }
@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px; }
@media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0; } }

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px; }
@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030; }
@media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0; } }

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px; }

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0; }

.navbar-brand {
    float: left;
    padding: 14px 15px;
    font-size: 20px;
    line-height: 22px;
    height: 50px; }
.navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
.navbar-brand > img {
    display: block; }
@media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -15px; } }

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px; }
.navbar-toggle:focus {
    outline: 0; }
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
@media (min-width: 768px) {
    .navbar-toggle {
        display: none; } }

.navbar-nav {
    margin: 7px -15px; }
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 22px; }
@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none; }
    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 22px; }
    .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none; } }
@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0; }
    .navbar-nav > li {
        float: left; }
    .navbar-nav > li > a {
        padding-top: 14px;
        padding-bottom: 14px; } }

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 7px;
    margin-bottom: 7px; }
@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle; }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle; }
    .navbar-form .form-control-static {
        display: inline-block; }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle; }
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
        width: 100%; }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle; }
    .navbar-form .radio label,
    .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0; } }
@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px; }
    .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }

.navbar-btn {
    margin-top: 7px;
    margin-bottom: 7px; }
.navbar-btn.btn-sm {
    margin-top: 8.5px;
    margin-bottom: 8.5px; }
.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
    margin-top: 14px;
    margin-bottom: 14px; }
@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px; } }

@media (min-width: 768px) {
    .navbar-left {
        float: left !important; }

    .navbar-right {
        float: right !important;
        margin-right: -15px; }
    .navbar-right ~ .navbar-right {
        margin-right: 0; } }
.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7; }
.navbar-default .navbar-brand {
    color: #777; }
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent; }
.navbar-default .navbar-text {
    color: #777; }
.navbar-default .navbar-nav > li > a {
    color: #777; }
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #333;
    background-color: transparent; }
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
.navbar-default .navbar-toggle {
    border-color: #ddd; }
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #ddd; }
.navbar-default .navbar-toggle .icon-bar {
    background-color: #888; }
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7; }
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777; }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent; } }
.navbar-default .navbar-link {
    color: #777; }
.navbar-default .navbar-link:hover {
    color: #333; }
.navbar-default .btn-link {
    color: #777; }
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
    color: #333; }
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc; }

.navbar-inverse {
    background-color: #222;
    border-color: #090909; }
.navbar-inverse .navbar-brand {
    color: #9d9d9d; }
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent; }
.navbar-inverse .navbar-text {
    color: #9d9d9d; }
.navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent; }
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
.navbar-inverse .navbar-toggle {
    border-color: #333; }
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #333; }
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff; }
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010; }
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent; } }
.navbar-inverse .navbar-link {
    color: #9d9d9d; }
.navbar-inverse .navbar-link:hover {
    color: #fff; }
.navbar-inverse .btn-link {
    color: #9d9d9d; }
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
    color: #fff; }
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444; }

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "FS Albert Pro", arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.42857;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    white-space: normal; }
.popover.top {margin-top: -10px; }
.popover.right {margin-left: 10px; }
.popover.bottom {margin-top: 10px; }
.popover.left {margin-left: -10px; }

.popover-title {margin: 0;padding: 8px 14px;font-size: 16px;background-color: #f7f7f7;border-bottom: 1px solid #ebebeb;border-radius: 5px 5px 0 0; }
.popover-content {padding: 9px 14px; }
.popover > .arrow, .popover > .arrow:after {position: absolute;display: block;width: 0;height: 0;border-color: transparent;border-style: solid; }
.popover > .arrow {border-width: 11px; }
.popover > .arrow:after {border-width: 10px;content: ""; }

.popover.top > .arrow {left: 50%;margin-left: -11px;border-bottom-width: 0;border-top-color: #999999;border-top-color: rgba(0, 0, 0, 0.25);bottom: -11px; }
.popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }
.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25); }
.popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }
.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px; }
.popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }
.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25); }
.popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.fade {opacity: 0;-webkit-transition: opacity 0.15s linear;-o-transition: opacity 0.15s linear;transition: opacity 0.15s linear; }
.fade.in {opacity: 1; }

.collapse {display: none;visibility: hidden; }
.collapse.in {display: block;visibility: visible; }

tr.collapse.in {display: table-row; }

tbody.collapse.in {display: table-row-group; }

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease; }

.close {
    float: right;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20); }
.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none; }

.modal-open {overflow: hidden; }

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    -webkit-overflow-scrolling: touch;
    outline: 0; }
.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px; }

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0; }

.modal-backdrop {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: #000; }
.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857px; }

.modal-header .close {
    margin-top: -2px; }

.modal-title {
    margin: 0;
    line-height: 1.42857; }

.modal-body {
    position: relative;
    padding: 15px; }

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5; }
.modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
.modal-footer:after {
    clear: both; }
.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
.modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll; }

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto; }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

    .modal-sm {
        width: 300px; } }
@media (min-width: 992px) {
    .modal-lg {
        width: 900px; } }
.clearfix:before, .clearfix:after {
    content: " ";
    display: table; }
.clearfix: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;
    visibility: hidden !important; }

.affix {
    position: fixed; }

@-ms-viewport {
    width: device-width; }
.visible-xs {
    display: none !important; }

.visible-sm {
    display: none !important; }

.visible-md {
    display: none !important; }

.visible-lg {
    display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important; }

@media (max-width: 767px) {
    .visible-xs {
        display: block !important; }

    table.visible-xs {
        display: table; }

    tr.visible-xs {
        display: table-row !important; }

    th.visible-xs,
    td.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; }

    tr.visible-sm {
        display: table-row !important; }

    th.visible-sm,
    td.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: 1279px) {
    .visible-md {
        display: block !important; }

    table.visible-md {
        display: table; }

    tr.visible-md {
        display: table-row !important; }

    th.visible-md,
    td.visible-md {
        display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1279px) {
    .visible-md-block {
        display: block !important; } }

@media (min-width: 992px) and (max-width: 1279px) {
    .visible-md-inline {
        display: inline !important; } }

@media (min-width: 992px) and (max-width: 1279px) {
    .visible-md-inline-block {
        display: inline-block !important; } }

@media (min-width: 1280px) {
    .visible-lg {
        display: block !important; }

    table.visible-lg {
        display: table; }

    tr.visible-lg {
        display: table-row !important; }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important; } }
@media (min-width: 1280px) {
    .visible-lg-block {
        display: block !important; } }

@media (min-width: 1280px) {
    .visible-lg-inline {
        display: inline !important; } }

@media (min-width: 1280px) {
    .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) {
    .hidden-md {
        display: none !important; } }
@media (min-width: 1280px) {
    .hidden-lg {
        display: none !important; } }
.visible-print {
    display: none !important; }

@media print {
    .visible-print {
        display: block !important; }

    table.visible-print {
        display: table; }

    tr.visible-print {
        display: table-row !important; }

    th.visible-print,
    td.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; } }
.carousel {
    position: relative; }

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%; }
.carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1; }
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        -moz-perspective: 1000;
        perspective: 1000; }
    .carousel-inner > .item.next, .carousel-inner > .item.active.right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0; }
    .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0; }
    .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0; } }
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block; }
.carousel-inner > .active {
    left: 0; }
.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
.carousel-inner > .next {
    left: 100%; }
.carousel-inner > .prev {
    left: -100%; }
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0; }
.carousel-inner > .active.left {
    left: -100%; }
.carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
.carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block; }
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    line-height: 1;
    font-family: serif; }
.carousel-control .icon-prev:before {
    content: '\2039'; }
.carousel-control .icon-next:before {
    content: '\203a'; }

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center; }
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent; }
.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
.carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px; }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -15px; }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -15px; }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px; }

    .carousel-indicators {
        bottom: 20px; } }
@font-face {
    font-family: 'Rouble';
    src: url("../fonts/Rouble.woff2") format("woff2"), url("../fonts/Rouble.woff") format("woff");
    font-weight: normal;
    font-style: normal; }
@font-face {
    font-family: 'FS Albert Pro';
    src: url("../fonts/../fonts/FSAlbertPro-ExtraBold.woff2") format("woff2"), url("../fonts/FSAlbertPro-ExtraBold.woff") format("woff");
    font-weight: 800;
    font-style: normal; }
@font-face {
    font-family: 'FS Albert Pro';
    src: url("../fonts/FSAlbertPro-Bold.woff2") format("woff2"), url("../fonts/FSAlbertPro-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal; }
@font-face {
    font-family: 'FS Albert Pro';
    src: url("../fonts/FSAlbertPro-BoldItalic.woff2") format("woff2"), url("../fonts/FSAlbertPro-BoldItalic.woff") format("woff");
    font-weight: bold;
    font-style: italic; }
@font-face {
    font-family: 'FS Albert Pro';
    src: url("../fonts/FSAlbertPro-Light.woff2") format("woff2"), url("../fonts/FSAlbertPro-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal; }
@font-face {
    font-family: 'FS Albert Pro';
    src: url("../fonts/FSAlbertPro-Italic.woff2") format("woff2"), url("../fonts/FSAlbertPro-Italic.woff") format("woff");
    font-weight: normal;
    font-style: italic; }
@font-face {
    font-family: 'FS Albert Pro';
    src: url("../fonts/FSAlbertPro-Thin.woff2") format("woff2"), url("../fonts/FSAlbertPro-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal; }
@font-face {
    font-family: 'FS Albert Pro';
    src: url("../fonts/FSAlbertPro.woff2") format("woff2"), url("../fonts/FSAlbertPro.woff") format("woff");
    font-weight: normal;
    font-style: normal; }
@font-face {
    font-family: 'FS Albert Pro';
    src: url("../fonts/FSAlbertPro-ThinItalic.woff2") format("woff2"), url("../fonts/FSAlbertPro-ThinItalic.woff") format("woff");
    font-weight: 100;
    font-style: italic; }
@font-face {
    font-family: 'FS Albert Pro';
    src: url("../fonts/FSAlbertPro-LightItalic.woff2") format("woff2"), url("../fonts/FSAlbertPro-LightItalic.woff") format("woff");
    font-weight: 300;
    font-style: italic; }
* {
    box-sizing: border-box;
    outline: none !important; }

html, body {
    position: relative;
    min-height: 100%; }

@media (max-width: 767px) {
    body.menu-open {
        overflow: hidden; } }

img {
    max-width: 100%; }

a {
    text-decoration: underline;
    cursor: pointer; }

textarea {
    resize: none; }

.rub {
    font-family: 'Rouble', arial, sans-serif;
    font-weight: 400; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "FS Albert Pro", arial, sans-serif; }

h2, .h2 {
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
    text-transform: uppercase; }

h3, .h3 {
    font-size: 24px;
    line-height: 26px;
    font-weight: 400; }

h5, .h5 {
    text-transform: uppercase; }

.pseudo-link {
    border-bottom: 1px dashed currentColor;
    text-decoration: none; }

.row_flex {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; }
.row_flex::before, .row_flex::after {
    content: none; }

.table-striped > tbody > tr > td {
    border-top: none;
    padding: 10px 30px; }

.table-striped > tbody > tr:nth-of-type(odd) {
    background: #F5F5F5; }

blockquote {
    border-left-color: #e46b00; }

.svg-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    fill: currentColor; }
.svg-icon svg {
    max-width: 100%;
    max-height: 100%;
    vertical-align: top; }
.svg-icon_clip {
    width: 16px;
    height: 32px;
    margin-right: 15px; }
.svg-icon_hit {
    width: 17px; }
.svg-icon_heart {
    width: 18px; }
.svg-icon_new {
    width: 13px; }
.svg-icon_sale {
    width: 20px; }
.svg-icon_basket {
    width: 20px; }
.svg-icon_set {
    width: 26px;
    height: 26px; }
.svg-icon_docs {
    width: 24px;
    height: 30px; }
.svg-icon_primary {
    fill: #e46b00; }

@keyframes preloaderMap {
    from {
        width: 100%; }
    to {
        width: 0; } }
@keyframes spin {
    0% {
        stroke-dashoffset: 3000; }
    95% {
        stroke-dashoffset: 0; }
    100% {
        stroke-dashoffset: 3000; } }
@keyframes circle2 {
    0% {
        stroke-dashoffset: 1000; }
    100% {
        stroke-dashoffset: 0; } }
@keyframes circle {
    0% {
        stroke-dashoffset: 1000; }
    95% {
        stroke-dashoffset: 0; }
    100% {
        transform: rotate(180deg); } }
@keyframes mapLoaded {
    to {
        opacity: 0; } }
@keyframes pulse {
    0% {
        stroke-width: 0; }
    70% {
        stroke-width: 5px; }
    100% {
        stroke-width: 0; } }
.page {
    width: 100%;
    min-height: 100vh;
    overflow-x: hidden;
    background: #ececec;
    display: flex;
    flex-direction: column; }
.modal-open .page {
    filter: blur(5px); }
.page__title {
    font-size: 24px;
    margin: 10px 0 45px;
    line-height: 1;
    font-family: "FS Albert Pro", arial, sans-serif;
    text-transform: uppercase;
    color: #5f5e5b; }
@media (min-width: 768px) {
    .page__title {
        font-size: 36px; } }
.page__main {
    width: 100%;
    flex-grow: 1; }
.page__main ul:not([class]) {
    list-style: none;
    margin: 10px 0 38px;
    padding: 0; }
.page__main ul:not([class]) li {
    padding-left: 13px;
    position: relative; }
.page__main ul:not([class]) li::before {
    content: '';
    display: block;
    background: #e46b00;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 8px;
    left: 0; }
.page__main ol:not([class]) {
    margin: 10px 0 38px;
    padding: 0 0 0 20px; }
.page__main ol:not([class]) li {
    padding-left: 13px; }
.page__head {
    display: flex;
    align-items: flex-end; }
.page__head .page__title {
    flex-shrink: 0;
    padding-right: 55px; }
.page__tabs {
    text-transform: uppercase;
    border-bottom: none;
    margin-bottom: 45px;
    margin-right: -30px; }
.page__tabs > li {
    background: none !important;
    border: none !important; }
.page__tabs > li > a {
    margin-right: 15px;
    margin-bottom: 3px;
    background: none !important;
    border: none;
    border-left: 2px solid transparent;
    text-decoration: none;
    color: #989794;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    border-radius: 0;
    padding: 0 12px; }
.page__tabs > li:last-of-type > a {
    margin-right: 0; }
.page__tabs > li.active > a, .page__tabs > li.active > a:focus, .page__tabs > li.active > a:hover {
    color: #232325;
    border: none;
    border-left: 2px solid #e46b00; }
.page__content {
    padding-left: 80px;
    padding-right: 80px; }
@media (max-width: 1440px) {
    .page__content {
        padding-left: 60px;
        padding-right: 60px; } }
@media (max-width: 1279px) {
    .page__content {
        padding-left: 15px;
        padding-right: 15px; } }
@media (max-width: 767px) {
    .page {
        padding-top: 65px; }
    .page__head {
        display: block;
        margin-bottom: 20px; }
    .page__head .page__title,
    .page__head .page__tabs {
        margin-bottom: 15px; }
    .page__tabs > li > a {
        font-size: 14px; }
    .page__content {
        padding-left: 0;
        padding-right: 0; } }

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 18px;
    transition: .5s;
    text-decoration: none;
    border-radius: 0;
    text-transform: uppercase;
    box-shadow: none !important; }
.btn .svg-icon {
    width: 15px;
    height: 15px;
    flex-shrink: 0;
    transition: .5s; }
.btn .svg-icon + span {
    margin-left: 10px; }
.btn span + .svg-icon {
    margin-left: 10px; }
.btn:hover .svg-icon {
    transform: translateX(-5px); }
.btn:hover span + .svg-icon {
    transform: translateX(5px); }
.btn:active {
    transform: scale(0.9); }

.btn-lg {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px; }

.btn-white {
    background: #fff;
    color: #1e1e1e; }
.btn-white:hover, .btn-white:active, .btn-white:focus:active, .btn-white:focus {
    background: #fff;
    color: #1e1e1e; }

.btn-default {
    background: #c7c9c6;
    border-color: #c7c9c6;
    color: #1e1e1e; }
.btn-default:hover, .btn-default:active, .btn-default:focus:active, .btn-default:focus {
    background: #c7c9c6;
    border-color: #c7c9c6;
    color: #1e1e1e; }

.btn-bordered-white {
    background: transparent;
    border: 1px solid #fff;
    color: #fff; }
.btn-bordered-white:hover, .btn-bordered-white:active, .btn-bordered-white:focus:active, .btn-bordered-white:focus {
    background: transparent;
    border: 1px solid #fff;
    color: #fff; }

.header {
    position: relative;
    z-index: 30;
    flex-shrink: 0; }
.header__main {
    display: flex;
        align-items: center;
    justify-content: space-between;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px; }
.header__logo {
    margin-top: 16px;
    margin-left: 60px;
    /* margin-left: 33px; */
    margin-bottom: 20px;
    z-index: 1;
    opacity: 1;
    transition: .8s;
    transition-delay: 1.5s; }
.menu-open .header__logo {
    opacity: 0;
    transition-delay: 0s; }
.header__aside {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
.header__burger {
    margin-right: 0px;
    background: transparent;
    border: none;
    border-radius: 10px 0 0 10px;
    width: 72px;
    height: 72px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative; }
.header__burger .navbar-toggle {
    margin: 0;
    padding: 0;
    margin-right: 0px;
    display: block;
    transition: .5s;
    transform: scale(1); }
.header__burger .navbar-toggle:hover {
    transform: scale(1.1); }
.header__burger .menu-icon-3 {
    height: 25px;
    cursor: pointer;
    width: 25px;
    position: relative;
    overflow: hidden; }
.header__burger .menu-icon-3:before, .header__burger .menu-icon-3:after {
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0s;
    content: '';
    display: block;
    width: 4px;
    height: 24px;
    border-radius: 10px;
    transform-origin: center center;
    background-color: #03050c; }
.header__burger .menu-icon-3:before {
    position: absolute;
    top: 0;
    left: 10px;
    transform: rotate(-45deg); }
.header__burger .menu-icon-3:after {
    position: absolute;
    top: 0;
    right: 9px;
    transform: rotate(45deg); }
.header__burger .menu-icon-3:before {
    transform: rotate(-90deg); }
.header__burger .menu-icon-3:after {
    transform: rotate(90deg); }
.header__burger .menu-icon-3:before, .header__burger .menu-icon-3:after {
    top: -2px; }
.header__burger .menu-icon-3 .icon-bar {
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0.2s;
    width: 100%;
    height: 4px;
    background-color: #03050c;
    border-radius: 20px;
    margin: 0; }
.header__burger .menu-icon-3 .icon-bar:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0; }
.header__burger .menu-icon-3 .icon-bar:nth-child(2) {
    position: absolute;
    top: 8px;
    left: 0; }
.header__burger .menu-icon-3 .icon-bar:nth-child(3) {
    position: absolute;
    top: 16px;
    left: 0; }
.menu-open .header__burger .menu-icon-3 .icon-bar {
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0s; }
.menu-open .header__burger .menu-icon-3:before, .menu-open .header__burger .menu-icon-3:after {
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0.2s; }
.menu-open .header__burger .menu-icon-3:before {
    transform: rotate(-45deg); }
.menu-open .header__burger .menu-icon-3:after {
    transform: rotate(45deg); }
.menu-open .header__burger .menu-icon-3:before, .menu-open .header__burger .menu-icon-3:after {
    top: 0px; }
.menu-open .header__burger .menu-icon-3 .icon-bar {
    opacity: 0; }
.menu-open .header__burger .menu-icon-3 .icon-bar:nth-child(1) {
    top: 8px; }
.menu-open .header__burger .menu-icon-3 .icon-bar:nth-child(3) {
    top: 8px; }
.header__lang {
    display: none;
    font-size: 14px;
    margin: 5px -5px 5px 0; }
.header__lang a {
    text-decoration: none;
    color: inherit; }
.header__lang a:hover {
    opacity: .7; }
.header__lang a.active {
    color: #e46b00; }
@media (max-width: 1440px) {
    .header__logo {
        margin-top: 24px;
        margin-left: 50px;
        margin-bottom: 24px; } }
@media (max-width: 1279px) {
    .header__logo {
        margin-top: 15px;
        margin-left: 15px; } }
@media (max-width: 767px) {
    .header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 55px;
        background: #ececec;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); }
    .menu-open .header {
        background: #d3d3d1; }
    .header__logo {
    margin-top: -7px;
        margin-left: -15px;
        margin-bottom: 0;
        transition-delay: 0.5s; }
    .header__aside {
        flex-direction: row;
        align-items: center; }
    .header__burger {
        width: 40px;
        height: 36px; }
    .header__burger .navbar-toggle {
        transform: scale(0.8); }
    .header__burger .navbar-toggle:hover {
        transform: scale(0.8); }
    .menu-open .header__burger {
        box-shadow: none; }
    .header__lang {
        margin-right: 10px; } }

.dev-header {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 11px;
    padding: 2px 10px;
    background: #e46b00;
    color: #fff !important;
    display: none; }

.header-menu {
    position: relative;
    /* margin-top: 15px; */
    margin-right: -15px; }
.header-menu .header__logo {
    position: absolute;
    top: 0;
    left: 90px;
    margin-top: 0px;
    opacity: 1;
    transition: none; }
.header-menu__content {
    position: absolute;
    top: 0;
    right: 0px;
    height: 100%;
    width: calc(100vw + 72px);
    background: rgba(211, 211, 209, 0.9);
    box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.2);
    transition: 1.5s;
    transform: translateX(100vw);
    border-radius: 10px 0 0 10px;
    padding-left: 60px;
}
.menu-open .header-menu__content { transform: translateX(0); }

.page .header-menu__list {
    margin-left: 28%;
}

.page_mainpage .header-menu__list,
.page_contacts .header-menu__list {
    margin-left: 37%;
}



.header-menu__list {
    list-style: none;
    /* padding-left: 30%; */
    padding-right: 60px;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    justify-content: space-evenly;
    height: 72px; }

.header-menu__list .sublist {
    position: relative;
    width: 185px;
}

.header-menu__list .sublist .custom {
    width: auto;
    position: absolute;
    top: 100%;
    left: -5%;
    background: #fff;
    box-shadow: -4px 5px 6px #B3B3B3;
    padding: 10px 28px;
}

.header-menu__list .sublist > a:after {
    position: absolute;
    content: '';
    display: block;
    top: 45%;
    right: -10%;
    width: 6px;
    height: 6px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNCIgaGVpZ2h0PSI0IiB2aWV3Qm94PSIwIDAgNCA0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yIDMuMjNMMCAwTDQgMC4wMUwyIDMuMjNaIiBmaWxsPSIjMUIxQjFDIi8+DQo8L3N2Zz4NCg==);
}

.header-menu__list .sublist .custom {
    display: none;
}

.header-menu__list .sublist .custom.active {
    display: flex;
    flex-direction: column;
}

.header-menu__list .sublist .custom li {
    padding: 12px 0;
}

.header-menu__list li {padding: 0; margin: 0 2% 0 0; display: flex !important; align-items: center; height: 100%;}
.header-menu__list li a {
    position: relative;
    text-decoration: none;
    color: #1e1e1e;
    line-height: 1;
    white-space: nowrap;
    display: inline-block; }
.header-menu__list li a::before {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    max-height: 0;
    color: #e46b00;
    content: attr(data-hover);
    transition: max-height 0.5s;
    line-height: 1;
    white-space: nowrap; }
.header-menu__list li a:hover::before {max-height: 100%; }
@media (max-width: 1499px) {
    .header-menu__list li {margin: 0;}
}
@media (max-width: 1279px) {
    .header-menu .header__logo {margin-top: -3px; left: 75px; }
    .header-menu__list {padding-left: 55px; font-size: 12px; }
    .header-menu__list li {margin-right: 3%; }
}
@media (max-width: 991px) {
    .header-menu__list {flex-wrap: wrap;}
    .header-menu__content {
        width: 100vw;
    }
}


@media (max-width: 767px) {
    .header-menu .header__logo {left: 65px; top: 20px; }
    .header-menu__content {top: -10px; transform: translate(0, -200%); height: auto; padding-top: 80px; background: #d3d3d1; }
    .menu-open .header-menu__content {transform: translateY(0); }
    .header-menu__list {padding-left: 15px; padding-right: 15px; text-align: center; flex-direction: column; font-size: 16px; height: auto; }
    .header-menu__list li {margin-right: 0; margin-bottom: 16px; }
}






.forgot-password-error {display: none;}
.footer {background: #ececec; color: #231f20; flex-shrink: 0; padding-bottom: 15px; box-shadow: 0px -2px 6px rgba(0, 0, 0, 0.2); overflow: hidden; width: 100%; z-index: 1; }
.footer__menu a, .footer__links a {color: inherit; text-decoration: none; transition: .5s; position: relative; display: inline-block; }
.footer__menu a::after, .footer__links a::after {content: ''; position: absolute; top: 100%; left: 0; width: 100%; height: 1px; background: currentColor; opacity: 0; transition: height 0.3s, opacity 0.3s, transform 0.3s; transform: translateY(-10px); }
.footer__menu a:hover::after, .footer__links a:hover::after {opacity: 1; transform: translateY(0px); }
.footer__main {display: flex; padding: 30px 23px 50px; }
.footer__logo {margin-top: -10px; }
.footer__menu {flex-grow: 1; display: flex; justify-content: space-between; list-style: none; margin: 0; padding: 0; font-weight: 700; margin-left: 58px; margin-right: 82px; }
.footer__menu > li {font-size: 18px; margin: 0; padding: 0 10px; }
.footer__menu > li:first-of-type a.root-item {white-space: nowrap;}
.footer__menu > li > a:hover::after {height: 3px; }
.footer__menu > li > ul {list-style: none; margin: 5px 0 0; padding: 0; }
/* .footer__menu > li li {font-size: 15px; margin: 0 0 2px; padding: 0; } */
.footer__menu > li li a:hover::after {height: 1px; }
.footer__social {color: #5f5e5b; margin-top: 5px; }
.footer__social a::after {content: none; }
.footer__social a:hover {opacity: .5; }
.footer__social .svg-icon {width: 20px; }
.footer__links {font-size: 18px; padding-right: 10px; font-weight: 700; text-align: right; }
.footer__links a {margin-bottom: 5px; }
.footer__links a:hover::after {height: 3px; }
.footer__bottom {display: flex; align-items: flex-end; justify-content: space-between; }
.footer__copyright {font-size: 14px; text-align: center; width: 100%; }
.flex-logo-ft {display: flex;align-items: center;}
.flex-logo-ft img {margin-right:10px;}
.flex-logo-ft > div {font-weight: 400;font-size: 13px;line-height: 15px;letter-spacing: 0.02em;text-transform: uppercase;color: #5F5E5A;opacity: 0.4;}
.ft-logo-15 {margin-bottom: 15px;}
.footer__poweredby {padding-right: 115px; }
.footer__bottom-link {display: none; }
.footer__bottom-wrap {flex-grow: 1; display: flex; justify-content: space-between; width: 50%; margin-left: 15%; }

@media (min-width: 1440px) {
    .footer__menu a, .footer__links a { font-size: .96vw; }
}

@media (max-width: 1440px) {
    .footer {padding-bottom: 10px; }
    .footer__main {padding: 24px 15px 45px; }
    .footer__logo {max-width: 150px; }
    .footer__menu {margin-left: 55px; margin-right: 55px; }
    /* .footer__menu > li {font-size: 15px; margin-right: 20px; } */
    /* .footer__menu > li > ul { margin-top: 5px; } */
    /* .footer__menu > li li { font-size: 12px; } */
    .footer__links { font-size: 14px; }
    .footer__copyright { font-size: 11px; }
    .footer__poweredby { padding-right: 20px; }
}
@media (max-width: 1279px) {
    .footer__menu {margin-left: 25px; margin-right: 0; }
    .footer__links {display: none; }
    .footer__bottom-wrap {width: auto; margin-left: 0; }
    .footer__bottom-link {display: block; font-size: 10px; text-decoration: none; color: inherit; margin-right: 20px; }
    .footer__copyright {margin-right: 50px; width: auto; }
}
@media (max-width: 991px) {
    .footer__main {
        padding-left: 0;
        padding-right: 0; }
    .footer__menu {
        margin-right: 0; }
    .footer__menu > li {
        font-size: 13px; }
    .footer__menu > li li {
        font-size: 11px; }
    .footer__social {
        margin-top: 0; }
    .footer__poweredby {
        padding-right: 0; }
    .footer__bottom {
        padding-left: 10px;
        padding-right: 10px; } }
@media (max-width: 767px) {
	.footer__menu {/*display:none;*/ margin-bottom:30px;}
	.social-c {    text-align: left;}
	.footer__menu.mobile {display:flex;}
	
    .footer {
        position: relative; }
    .footer__main {
        display: block;
        margin-left: -4px;
        margin-right: -4px;
        padding-bottom: 25px; }
    .footer__logo {
        flex-shrink: 0;
        margin-top: -14px;
        margin-bottom: 18px; }
    .footer__menu {
        margin-left: 0;
        flex-wrap: wrap;
        justify-content: flex-start;    overflow: hidden; }
    .footer__menu > li {
        width: 50%;
        margin: 0 0 7px;
        padding: 0 10px;
        background: none; float: left;}
	.footer__menu a, .footer__links a {font-size: 12px;}
	/*
    .footer__menu > li:nth-child(1) {
        order: 1; }
    .footer__menu > li:nth-child(2) {
        order: 4; }
    .footer__menu > li:nth-child(3) {
        order: 2; }
    .footer__menu > li:nth-child(4) {
        order: 5; }
    .footer__menu > li:nth-child(5) {
        order: 3; }
		*/
		/*
    .footer__menu > li > ul {
        display: none; }
		*/
    .footer__social {
        position: absolute;
        top: 100px;
    }
    .footer__social a {
        margin-right: 5px;
        display: inline-block; }
    .footer__bottom {
        padding-left: 0;
        padding-right: 0;
        margin-left: -5px;
        margin-right: -5px; }
    .footer__bottom-link {
        color: #989794;
        font-size: 9px; }
    /* .footer__bottom-link:first-of-type {
        position: absolute;
        top: 12px;
        right: 18px;
        margin: 0; } */
    /* .footer__bottom-link:last-of-type {
        position: absolute;
        top: auto;
        left: 10px;
        margin-top: -26px; } */


    .footer__bottom .footer__bottom-wrap  {
        flex-wrap: wrap;
    }

    .footer__bottom .footer__poweredby {
        margin-top: 25px;
    }

    .footer__bottom .footer__bottom-wrap > a {
        margin-right: 0;
        margin-bottom: 0px;
        position: absolute;
        bottom: 39%;
    }

    .footer__bottom .footer__bottom-wrap > a:nth-child(1) {
        left: 7%;
    }

    .footer__bottom .footer__bottom-wrap > a:nth-child(2) {
        right: 7%;
    }


    .footer__bottom-wrap .footer__copyright {
        margin-top: 10px;
        width: 100%;
        text-align: center;
    }

    .footer__copyright {
        margin-right: 10px;
        font-size: 9px;
        color: #989794;
        text-align: left; } }

.modal {
    display: flex !important;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    min-height: 100vh;
    background: rgba(255, 255, 255, 0.1); }
.modal.fade.in {
    opacity: 1;
    pointer-events: auto;
    background: rgba(255, 255, 255, 0.5); }
.modal .close {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 2;
    opacity: .5;
    line-height: 0; }
.modal .close .svg-icon {
    width: 15px;
    height: 15px; }
.modal .close:hover, .modal .close:focus {
    opacity: 1; }
.modal .modal-dialog {
    transform: scale(0.7) translate(0, 0);
    margin: auto;
    padding-top: 15px;
    padding-bottom: 15px; }
.modal.fade .modal-dialog {
    transform: scale(0.7) translate(0, 0);
    opacity: 0;
    transition: all 0.3s; }
.modal.in .modal-dialog {
    transform: scale(1) translate(0, 0);
    opacity: 1; }
.modal__title {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 18px;
    padding-left: 10px;
    margin-top: 0;
    margin-bottom: 20px;
    line-height: .9;
    display: flex;
    position: relative; }
.modal__title::before {
    content: '';
    display: block;
    height: 1em;
    width: 1px;
    border-left: 2px solid #e46b00;
    position: absolute;
    top: 0;
    left: 0; }
.modal .form__agreement {
    font-size: 14px; }
.modal__links {
    margin-top: 10px;
    color: #e46b00; }
@media (min-height: 650px) {
    .modal.fade.in {display: flex !important; align-items: center; justify-content: center; }
}

.modal-content {padding: 15px; border: none; box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.2); border-radius: 10px; }
.modal-body {padding: 0; }

@media (min-width: 768px) {
    .modal-body {display: block; text-align: left; }
    .modal-dialog {max-width: 456px; width: 90%; }
    .modal-content {padding: 30px 40px; text-align: center; }
    .close {top: 30px; right: 40px; }
}
@media (max-width: 767px) {
    .modal-dialog {width: 90%;}

    .footer__bottom {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }
}

.modal-backdrop {display: none !important; }

#aboutAreaModal .modal-dialog {max-width: 547px; width: 90%;}
#aboutAreaModal .modal-content {padding: 30px; }

.about-card__head {display: flex; align-items: flex-start; }
.about-card__head img {flex-shrink: 0; margin-right: 15px; max-width: 30%; }
.about-card__head h2 {font-size: 24px; margin-top: 0; }
.about-card__text .row {margin-left: -3px; margin-right: -3px; }
.about-card__text .row > div {padding-left: 3px; padding-right: 3px; }
.about-card__more {
    position: relative;
    font-size: 14px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: #5f5e5b; }
.about-card__more .svg-icon {
    margin-left: 10px;
    transition: .5s;
    width: 20px;
    height: 20px;
    transform: translateX(0); }
.about-card__more:hover {
    color: #1e1e1e; }
.about-card__more:hover .svg-icon {
    transform: translateX(5px); }

#thanksModal .modal-dialog {
    max-width: 370px; }
#thanksModal .modal-content {
    padding: 30px; }

.thanks-card {
    display: flex; }
.thanks-card__icon {
    flex-shrink: 0;
    margin-right: 15px; }
.thanks-card__text {
    padding-top: 5px; }
.thanks-card__text h2 {
    color: #e46b00;
    font-weight: 800;
    font-size: 18px;
    margin: 0; }
.thanks-card__text p {
    font-size: 18px; }

.reserve-card {
    display: flex; }
.reserve-card__icon {
    flex-shrink: 0;
    margin-right: 15px;
    font-size: 24px;
    font-weight: 400;
    text-align: center; }
.reserve-card__text {
    padding-top: 5px; }
.reserve-card__text h2 {
    font-weight: 400;
    font-size: 24px;
    margin: 0 0 5px; }
.reserve-card__text p {
    font-size: 14px; }

#adminAreaModal .modal-dialog,
#freeAreaModal .modal-dialog {
    max-width: 862px; }
#adminAreaModal .modal-content,
#freeAreaModal .modal-content {
    padding: 30px; }
@media (max-width: 767px) {
    #adminAreaModal,
	#freeAreaModal {
        padding: 15px; } }

.free-area__title h2 {
    margin-top: 0;
    margin-bottom: 20px; }
.free-area__image {
    color: #a09f9d; }
.free-area__image img {
	max-width: 200px;
	max-height: 150px;
}
.free-area__engineering {
    margin: 30px -40px 30px 0;
    display: flex;
    color: #e46b00;
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    flex-wrap: wrap; }
.free-area__engineering > div {
    margin-right: 40px; }
.free-area__bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap; }
.free-area__prices {
    display: flex;
    max-width: 450px;
    width: 100%; }
.free-area__price {
    width: 50%;
    text-align: center;
    border-right: 2px solid #e46b00; }
.free-area__price:last-of-type {border-right: none; }
.free-area__price-title {font-size: 22px; border-bottom: 3px solid #e46b00; padding: 5px 0; }
.free-area__price-value {font-size: 22px; padding: 5px 2px; }
.free-area__btn {margin-top: 15px; }
@media (max-width: 767px) {
    .free-area__engineering {margin-right: 0; }
    .free-area__engineering > div {margin-bottom: 10px; margin-right: 0; width: 33%; }
    .free-area__btn {text-align: center; width: 100%; }
}

.form-control::-moz-placeholder {opacity: 1; }
.form-control:-moz-placeholder {opacity: 1; }
.form-control:focus::-webkit-input-placeholder {opacity: 0; }
.form-control:focus:-ms-input-placeholder {opacity: 0; }
.form-control:focus::-moz-placeholder {opacity: 0; }
.form-control:focus:-moz-placeholder {opacity: 0; }

input.form-control {
    box-shadow: none;
    height: 34px;
    border: none;
    border-bottom: 1px solid #bdbebc;
    border-radius: 0;
    padding-left: 5px;
    font-size: 13px;
    font-family: "FS Albert Pro", arial, sans-serif; }

.form__agreement {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 5px; }
.form__agreement a {
    color: inherit; }
.form .form-group {
    margin-bottom: 20px; }
.form .input-group-addon {
    width: 24px;
    flex-shrink: 0;
    color: #1e1e1e;
    display: inline-flex;
    align-items: center;
    justify-content: center; }
.form .input-group-addon .svg-icon {
    width: 17px;
    height: 17px; }
.form .input-group {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #939393; }
.form .input-group .form-control {
    border: none;
    flex-grow: 1;
    box-shadow: none;
    height: 34px; }
.form .textarea-group {
    border-bottom: 1px solid #939393;
    position: relative; }
.form .textarea-group .input-group-addon {
    position: absolute;
    top: 14px;
    left: 0; }
.form .textarea-group textarea.form-control {
    height: 116px;
    border-radius: 20px;
    border: none;
    box-shadow: none;
    text-indent: 44px;
    padding-top: 10px; }

.fileform {
    background-color: #fff;
    border-radius: 2px;
    padding-left: 29px;
    cursor: pointer;
    height: 34px;
    overflow: hidden;
    position: relative;
    text-align: left; }
.fileform .input-group-addon {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -12px; }
.fileform .selectbutton {
    font-size: 14px;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    width: 100%;
    pointer-events: none; }
.fileform #upload {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    font-size: 150px;
    height: 36px;
    z-index: 20; }
.fileform .file-remove {
    color: #fff;
    width: 14px;
    height: 14px;
    background: #e46b00;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    border: none;
    font-size: 14px;
    line-height: 0;
    padding: 0;
    z-index: 30;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -6px;
    opacity: 1;
    pointer-events: auto; }
.fileform #fileformlabel {
    position: absolute;
    top: 0;
    left: 24px;
    padding: 0 5px;
    font-size: 14px;
    color: #e46b00;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    text-align: left;
    width: 100%;
    pointer-events: none;
    background-color: #fff; }
.fileform #fileformlabel:empty {
    display: none; }
.fileform #fileformlabel:empty + .file-remove {
    opacity: 0;
    pointer-events: none; }

.jq-selectbox__select {
    background: none !important;
    border: none;
    border-radius: 0 !important;
    text-shadow: none !important;
    box-shadow: none !important;
    border-bottom: 2px solid #bdbebc;
    padding-left: 5px;
    font-size: 16px;
    font-family: "FS Albert Pro", arial, sans-serif; }
.jq-selectbox__trigger {
    border-left: none; }
.jq-selectbox__trigger-arrow .svg-icon {
    display: none; }
.jq-selectbox__dropdown {
    border-radius: 0; }
.jq-selectbox__dropdown[style*="top: 0px;"] {
    top: 100% !important; }
.jq-selectbox__dropdown ul {
    margin: 0 !important; }
.jq-selectbox__dropdown ul li {
    font-family: "FS Albert Pro", arial, sans-serif;
    font-size: 16px; }
.jq-selectbox__dropdown ul li::before {
    content: none !important; }

.poweredby {
    text-decoration: none;
    display: inline-flex;
    align-items: baseline;
    text-align: left;
    font-size: 12px;
    line-height: 12px;
    transition: color .5s;
    color: #989794; }
.poweredby__logo {
    width: 106px;
    height: 37px;
    margin-right: 10px;
    fill: currentColor; }
.poweredby__text {
    text-align: left;
    display: inline-block;
    color: inherit; }
.poweredby:hover {
    color: #5f5e5b;
    opacity: 1; }
@media (max-width: 1440px) {
    .poweredby {
        font-size: 10px; }
    .poweredby__logo {
        width: 79px;
        height: 27px; } }
@media (max-width: 1279px) {
    .poweredby__text {
        display: none; }
    .poweredby__logo {
        margin-right: 0; } }
@media (max-width: 767px) {
    .poweredby__logo {
        width: 86px;
        height: 30px; } }

.breadcrumbs {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 12px; }
.breadcrumbs__link {
    text-decoration: none;
    color: #1e1e1e; }
.breadcrumbs__link:hover {
    color: #e46b00; }
.breadcrumbs__separator {
    margin: 0 6px 0 10px; }
.breadcrumbs__current {
    margin-left: 10px; }
.breadcrumbs__home {
    width: 14px;
    height: 12px; }

.news-list {
    max-width: 928px;
    padding-bottom: 62px; }
.news-list__item {
    background: #fff;
    border-top: 4px solid #e46b00;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    height: 133px;
    padding: 15px 20px;
    display: flex;
    flex-direction: column; }
.news-list__head {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: baseline;
    max-height: 2.5em;
    overflow: hidden;
    margin-bottom: 5px;
    line-height: 1.25;
    flex-grow: 0;
    flex-shrink: 0; }
.news-list__title {
    text-transform: uppercase;
    font-weight: 700;
    color: #03050c;
    padding-right: 20px;
    font-size: 16px;
    transition: .5s;
    position: relative;
    z-index: 1;
    text-decoration: none;
    display: inline-block; }
.news-list__title:hover {
    color: #e46b00; }
.news-list__date {
    color: #a7a6a4;
    font-size: 12px;
    font-weight: 300;
    height: 1.25em;
    white-space: nowrap; }
.news-list__body {
    display: flex;
    justify-content: space-between;
    flex-grow: 1; }
.news-list__desc {
    font-size: 14px;
    max-width: 660px;
    margin-right: 20px;
    height: 3.75em;
    overflow: hidden;
    line-height: 1.25; }
.news-list__more {
    color: #a7a6a4 !important;
    align-self: flex-end;
    text-decoration: none; }
.news-list__more > span {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 300;
    white-space: nowrap;
    transition: .5s; }
.news-list__more .svg-icon {
    width: 15px;
    height: 15px;
    margin-left: 10px;
    transition: transform .5s; }
.news-list__more::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
.news-list__more span {
    position: relative; }
.news-list__more span:hover .svg-icon {
    transform: translateX(5px); }
.news-list__more span:hover {
    color: #e46b00; }
@media (max-width: 992px) {
    .news-list__item {
        height: 160px; }
    .news-list__head {
        display: block;
        max-height: none; }
    .news-list__title {
        padding-right: 0;
        max-height: 2.5em;
        overflow: hidden; }
    .news-list__body {
        flex-direction: column; }
    .news-list__desc {
        margin-right: 0; } }
@media (max-width: 480px) {
    .news-list__item {
        height: 240px;
        padding-left: 15px;
        padding-right: 15px; }
    .news-list__date {
        margin-bottom: 5px; }
    .news-list__title {
        max-height: 3.75em;
        font-size: 13px; }
    .news-list__desc {
        height: 8.75em; } }

.residents {
    margin-bottom: 60px;
}
.residents .row {
    margin-left: -10px;
    margin-right: -10px; }
.residents .row .col-xs-12 {
    padding-right: 10px;
    padding-left: 10px; }

.resident-item {
    position: relative;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    height: 118px;
    overflow: hidden;
    transition: .5s;
    cursor: pointer;
    line-height: 1.25;
    font-size: 16px; }
.resident-item.selected {
    height: 256px; }
.resident-item__logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 118px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 19px;
    padding: 20px; }
.resident-item__logo img {
    max-height: 100%; }
.resident-item__content {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
    opacity: 0;
    pointer-events: none; }
.selected .resident-item__content {
    opacity: 1;
    pointer-events: auto; }
.resident-item__title {
    color: #fff;
    text-transform: uppercase;
    background: #5f5e5b;
    height: 40px;
    padding: 10px 20px 0 34px;
    font-size: 20px;
    line-height: 20px;
    display: block;
    flex-shrink: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%; }
.resident-item__title::before {
    content: '';
    display: block;
    width: 2px;
    height: 20px;
    margin-right: 12px;
    position: absolute;
    top: 10px;
    left: 20px;
    background: #e46b00; }
.resident-item__body {
    padding: 15px 20px;
    overflow: hidden; }
.resident-item__body::-webkit-scrollbar {
    width: 3px;
    height: 3px; }
.resident-item__body::-webkit-scrollbar-track {
    background-color: #eee; }
.resident-item__body::-webkit-scrollbar-thumb {
    background-color: #aaa;
    border-radius: 3px; }
.resident-item__box {
    display: flex;
    margin-bottom: 15px; }
.resident-item__icon {
    width: 20px;
    text-align: center;
    margin-right: 10px;
    flex-shrink: 0;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center; }
.resident-item__icon .svg-icon {
    width: 15px; }
.resident-item__text {
    flex-grow: 1; }
.resident-item__text a {
    color: #00496c;
    text-decoration: none; }
.resident-item__text a:hover {
    color: #e46b00; }
.resident-item__more {
    text-align: right; }
.resident-item__link {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    color: #605e5b;
    text-decoration: none; }
.resident-item__link .svg-icon {
    width: 17px;
    height: 11px;
    margin-left: 5px;
    transition: transform .5s; }
.resident-item__link:hover .svg-icon {
    transform: translateX(5px); }
@media (max-width: 767px) {
    .resident-item {
        margin-bottom: 10px;
        padding-left: 15px;
        padding-right: 15px; }
    .resident-item__more {
        text-align: center; } }

@media (max-width: 767px) {
    .page_investors .page__title {
        font-size: 36px;
        margin: 25px 5px 48px; } }

.investor {
    margin-bottom: 50px;
    margin-right: -60px; }
@media (max-width: 1439px) {
    .investor {
        margin-right: -20px;
        margin-top: -5px; } }
@media (max-width: 1279px) {
    .investor {
        margin-right: 0;
        margin-top: -25px; } }
@media (max-width: 767px) {
    .investor {
        margin-left: -5px;
        margin-right: -5px;
        margin-bottom: 38px; } }

.investor-box-overlay {
    position: relative;
    cursor: pointer; }
.investor-box-overlay__content {
    transition: .5s; }
.investor-box-overlay__more {
    position: absolute;
    top: -10px;
    left: -10px;
    bottom: -10px;
    right: -10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.5);
    overflow: hidden;
    padding: 20px;
    opacity: 0;
    transition: .5s; }
.investor-box-overlay__link {
    border-color: #c7c9c6;
    max-width: 180px; }
.investor-box-overlay__link::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*
.investor-box-overlay:hover .investor-box-overlay__content {
    filter: blur(5px); }
*/
.investor-box-overlay:hover .investor-box-overlay__content {
    filter: unset; }

.investor-box-overlay:hover .investor-box-overlay__more {
    opacity: 1; }

.investor .investor-box:nth-child(1) .investor-box__item .btn-block {
display:none;
}

.investor .investor-box:nth-child(2) .investor-box__item .btn-block {
display:block;
}

.investor-box {
    padding: 32px 34px;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    overflow: hidden; }

.investor-box__title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 26px;
    padding-left: 10px;
    margin-bottom: 20px;
    line-height: .9;
    display: flex;
    position: relative; }
.investor-box__title::before {
    content: '';
    display: block;
    height: 1em;
    width: 1px;
    border-left: 2px solid #e46b00;
    position: absolute;
    top: 0;
    left: 0; }
.investor-box__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
.investor-box__item {
    margin-bottom: 40px;
    max-width: 283px; }
.investor-box__item .investor-box-facilities {
    display: flex;
    flex-direction: column;
    height: 100%; }
.investor-box__item .investor-box-facilities .investor-box__primary {
    flex-shrink: 0; }
.investor-box__item .investor-box-facilities .investor-box__secondary {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center; }
.investor-box__primary {
    padding-bottom: 20px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e46b00; }
.investor-box__primary .investor-box__value {
    color: #e46b00;
    font-size: 126px;
    line-height: 1;
    margin-bottom: 50px; }
.investor-box__primary .investor-box__label {
    text-transform: uppercase;
    font-size: 34px;
    font-weight: 700;
    padding-right: 50px;
    line-height: 1.25; }
.investor-box__secondary .investor-box__value {
    font-size: 48px;
    line-height: 1;
    margin-bottom: 10px; }
.investor-box__secondary .investor-box__label {
    font-size: 22px; }
.investor-box__item_long {
    max-width: 660px;
    width: 50%;
    margin-bottom: 25px; }
.investor-box__item_long .investor-box__primary {
    display: flex;
    align-items: center;
    max-width: 580px; }
.investor-box__item_long .investor-box__primary .investor-box__value {
    margin-bottom: 0;
    margin-right: 45px; }
.investor-box__item_long .investor-box__primary .investor-box__label {
    padding-right: 0; }
.investor-box__item_long .investor-box__secondary {
    display: flex;
    align-items: baseline; }
.investor-box__item_long .investor-box__secondary .investor-box__value {
    margin-right: 20px;
    margin-bottom: 0; }
@media (max-width: 1440px) {
    .investor-box {
        padding: 30px 38px; }
    .investor-box__item {
        max-width: 220px;
        margin-bottom: 22px; }
    .investor-box__primary {
        padding-bottom: 32px; }
    .investor-box__primary .investor-box__label {
        font-size: 26px; }
    .investor-box__primary .investor-box__value {
        margin-bottom: 60px; }
    .investor-box__secondary .investor-box__label {
        line-height: 1; }
    .investor-box__secondary .investor-box__value {
        margin-bottom: 14px; }
    .investor-box__item_long {
        max-width: 530px;
        margin-bottom: 25px; }
    .investor-box__item_long .investor-box__primary {
        padding-bottom: 26px; }
    .investor-box__item_long .investor-box__primary .investor-box__label {
        font-size: 30px;
        padding-top: 10px; }
    .investor-box__item_long .investor-box__primary .investor-box__value {
        margin-right: 35px; }
    .investor-box__item_long .investor-box__secondary .investor-box__value {
        margin-right: 25px; } }
@media (max-width: 1279px) {
    .investor-box {
        padding: 18px 22px;
        margin-bottom: 12px; }
    .investor-box__title {
        font-size: 15px; }
    .investor-box__item {
        max-width: 136px;
        margin-bottom: 15px; }
    .investor-box__primary {
        padding-bottom: 18px;
        margin-bottom: 12px; }
    .investor-box__primary .investor-box__value {
        font-size: 75px;
        margin-bottom: 30px; }
    .investor-box__primary .investor-box__label {
        font-size: 16px;
        padding-right: 30px; }
    .investor-box__secondary .investor-box__value {
        font-size: 29px;
        margin-bottom: 10px; }
    .investor-box__secondary .investor-box__label {
        font-size: 13px; }
    .investor-box__item_long {
        max-width: 318px; }
    .investor-box__item_long .investor-box__primary {
        padding-bottom: 8px;
        margin-bottom: 15px; }
    .investor-box__item_long .investor-box__primary .investor-box__value {
        margin-right: 25px; }
    .investor-box__item_long .investor-box__primary .investor-box__label {
        font-size: 18px;
        padding-top: 0; }
    .investor-box__item_long .investor-box__secondary .investor-box__value {
        margin-right: 10px; } }
@media (max-width: 767px) {
    .investor-box {
        padding: 16px 12px; }
    .investor-box__title {
        margin-left: 10px;
        line-height: 1.25;
        margin-top: -4px; }
    .investor-box__item {
        max-width: 132px;
        margin-bottom: 10px; }
    .investor-box__item:nth-child(1), .investor-box__item:nth-child(2) {
        margin-bottom: 25px;
        padding-bottom: 25px;
        border-bottom: 1px dashed #dadad8; }
    .investor-box__item_long {
        border-bottom: none !important;
        padding-bottom: 5px !important;
        width: 100%;
        max-width: 100%; }
    .investor-box__item_long:last-of-type {
        margin-bottom: 10px; }
    .investor-box__item_long .investor-box__primary .investor-box__value {
        margin-right: 15px; }
    .investor-box__item_long .investor-box__primary .investor-box__label {
        font-size: 16px; }
    .investor-box__item_long .investor-box__secondary .investor-box__value {
        margin-right: 10px; } }

.investor-box-offer {
    width: 100%;
    display: flex;
    border-bottom: 1px dashed #dadad8;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 40px; }
.investor-box-offer:last-of-type {
    border-bottom: none;
    margin-bottom: -30px; }
.investor-box-offer__media {
    margin-right: 50px;
    max-width: 295px;
    flex-grow: 1;
    flex-shrink: 0; }
.investor-box-offer__image {
    height: 265px;
    display: flex;
    align-items: center; }
.investor-box-offer__title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px; }
.investor-box-offer__subtitle {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 400;
    display: flex;
    align-items: center;
    margin-bottom: 50px; }
.investor-box-offer__subtitle-icon {
    width: 20px;
    height: 20px;
    fill: #e46b00;
    margin-right: 10px; }
.investor-box-offer__rent {
    width: 34%;
    flex-shrink: 0; }
.investor-box-offer__buy {
    flex-shrink: 0; }
.investor-box-offer__price {
    font-size: 18px;
    white-space: nowrap; }
.investor-box-offer__price strong {
    font-size: 72px; }
.investor-box-offer__price-info {
    border-top: 1px solid #e46b00;
    padding-top: 10px;
    margin-top: 7px;
    max-width: 340px;
    font-size: 14px; }
.investor-box-offer__price-info strong {
    font-size: 48px; }
@media (max-width: 1440px) {
    .investor-box-offer__subtitle {
        margin-bottom: 65px; }
    .investor-box-offer__price strong {
        font-size: 62px; } }
@media (max-width: 992px) {
    .investor-box-offer {
        padding-top: 2px;
        padding-bottom: 8px;
        margin-bottom: 30px; }
    .investor-box-offer:last-of-type {
        margin-bottom: -15px; }
    .investor-box-offer__title {
        font-size: 15px; }
    .investor-box-offer__media {
        margin-right: 32px; }
    .investor-box-offer__image {
        max-width: 175px;
        height: 160px; }
    .investor-box-offer__image img {
        max-height: 140px; }
    .investor-box-offer__subtitle {
        font-size: 15px;
        margin-bottom: 38px; }
    .investor-box-offer__subtitle-icon {
        width: 10px;
        height: 10px;
        margin-right: 5px; }
    .investor-box-offer__price {
        font-size: 11px; }
    .investor-box-offer__price strong {
        font-size: 37px; }
    .investor-box-offer__price-info {
        font-size: 12px;
        max-width: 235px;
        padding-top: 3px; }
    .investor-box-offer__price-info strong {
        font-size: 29px; } }
@media (max-width: 480px) {
    .investor-box-offer {
        display: block;
        padding-left: 8px;
        padding-bottom: 35px; }
    .investor-box-offer:last-of-type {
        margin-bottom: -20px; }
    .investor-box-offer__title {
        font-size: 14px;
        margin-bottom: 20px;
        margin-left: 2px; }
    .investor-box-offer__media {
        max-width: 100%;
        margin-right: 0; }
    .investor-box-offer__image {
        max-width: 92px;
        height: auto;
        position: absolute;
        right: 14px;
        top: -5px; }
    .uktus .investor-box-offer__image {
        max-width: 84px; }
    .investor-box-offer__rent {
        width: 100%;
        margin-bottom: 22px; }
    .investor-box-offer__buy {
        width: 100%; }
    .investor-box-offer__subtitle {
        margin-bottom: 0;
        font-size: 13px; }
    .investor-box-offer__price-info {
        margin-top: 4px; } }

.investor-box-complex {
    padding-top: 20px;
    padding-bottom: 30px;
    position: relative; }
.investor-box-complex__icon {
    width: 100%;
    text-align: center; }
.investor-box-complex__icon img {
    height: 182px;
    margin: 0 auto; }
.investor-box-complex__title {
    padding: 20px 30px 0;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.25;
    max-width: 300px;
    text-align: center; }
@media (max-width: 1440px) {
    .investor-box-complex {
        padding-top: 45px;
        max-width: 245px;
        text-align: center; }
    .investor-box-complex__icon {
        display: flex;
        align-items: center;
        height: 150px; }
    .investor-box-complex__icon img {
        height: 130px; }
    .investor-box-complex__title {
        padding-top: 32px;
        padding-left: 0;
        padding-right: 0; } }
@media (max-width: 992px) {
    .investor-box-complex {
        padding-top: 5px;
        max-width: 150px;
        margin-bottom: 0;
        padding-bottom: 18px; }
    .investor-box-complex__icon {
        height: 110px; }
    .investor-box-complex__icon img {
        height: 80px; }
    .investor-box-complex__title {
        padding-top: 12px;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 14px; } }
@media (max-width: 480px) {
    .investor-box-complex {
        width: 50%;
        padding-bottom: 8px; }
    .investor-box-complex:nth-child(3) {
        width: 45%;
        margin-bottom: 10px; }
    .investor-box-complex:nth-child(4) {
        width: 55%;
        margin-bottom: 10px; }
    .investor-box-complex__title {
        padding-left: 0;
        padding-right: 0;
        display: inline-flex;
        justify-content: center; } }

.investor-box-start {
    margin-top: 20px;
    margin-bottom: 10px;
    position: relative;
    width: 50%;
    max-width: 660px; }
.investor-box-start .investor-box-overlay__content {
    display: flex; }
.investor-box-start__icon {
    flex-shrink: 0;
    margin-right: 20px;
    width: 190px;
    text-align: center; }
.investor-box-start__icon img {
    height: 180px; }
.investor-box-start__text {
    flex-grow: 1;
    font-size: 22px; }
.investor-box-start__title {
    padding-top: 30px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.25;
    margin-bottom: 10px; }
@media (max-width: 1440px) {
    .investor-box-start__icon {
        width: auto;
        margin-right: 30px;
        padding: 20px 0; }
    .investor-box-start__icon img {
        height: 150px; }
    .investor-box-start__title {
        padding-top: 35px;
        font-size: 22px;
        line-height: 1.5; } }
@media (max-width: 992px) {
    .investor-box-start {
        margin-top: 15px;
        max-width: 322px; }
    .investor-box-start__icon {
        margin-right: 15px;
        padding: 0; }
    .investor-box-start__icon img {
        height: 95px; }
    .investor-box-start__text {
        font-size: 13px; }
    .investor-box-start__title {
        padding-top: 10px;
        font-size: 13px;
        margin: 0; } }
@media (max-width: 480px) {
    .investor-box-start {
        width: 100%;
        max-width: 100%;
        margin-top: -3px;
        margin-bottom: 62px; }
    .investor-box-start:last-of-type {
        margin-bottom: 0; }
    .investor-box-start:last-of-type .investor-box-start__title {
        padding-top: 0;
        line-height: 1.25; }
    .investor-box-start__icon {
        width: 75px; }
    .investor-box-start__icon img {
        height: 75px; } }

.pagination {
    margin: 50px 0;
    display: flex;
    flex-wrap: wrap; }
.pagination__item {
    font-family: "FS Albert Pro", arial, sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 26px; }
.pagination__item a {
    text-decoration: none;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1e1e1e;
    margin: 0 1px; }
.pagination__item a:hover, .pagination__item a.active {
    background: #e46b00;
    color: #fff;
    border-radius: 4px; }
.pagination__item .fa {
    line-height: 0;
    font-size: 18px; }

.page_preloader .header,
.page_preloader .page__main,
.page_preloader .footer {
    display: none; }

.page.loaded .preloader {
    opacity: 0;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #eee;
    padding: 20px 15px 50px;
    z-index: 9999;
    cursor: none;
}
.preloader.cursor-stop {
    pointer-events: none; }
.preloader.cursor-stop .preloader__map svg {
    opacity: 1;
    transition-delay: .5s;
    transition-duration: 5s;
    background: none; }
.preloader.ekb-accent #Sverdlovsk_1_ {
    fill: #808080; }
.preloader.ekb-accent .preloader__map svg {
    transform: scale(4) translate(10%, -25%); }
.preloader.ekb-region-accent #Sverdlovsk_1_ {
    fill: #fff; }
.preloader.ekb-region-accent .preloader__map svg {
    transform: scale(6) translate(15%, -25%); }
.preloader.ekb-region-accent .preloader__cursor {
    opacity: 0; }
.preloader::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    animation: preloaderMap 3s linear;
    animation-fill-mode: forwards;
    animation-delay: 1s; }
.preloader__map {
    position: relative;
    max-width: 100%;
    height: 100%;
    width: 100%; }
.preloader__map svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: scale(1) translate(-50%, -50%);
    opacity: 1;
    width: 100%;
    max-width: 100%;
    max-height: 100%; }
.preloader__map .poligon {
    fill: #C7C8C7;
    transition: 1.5s; }
.preloader__map #Sverdlovsk_1_ {
    transition-delay: 2.5s; }
.preloader__cursor {
    position: fixed;
    width: 1px;
    line-height: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1px; }
.preloader__cursor-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 154px;
    height: 154px;
    flex-shrink: 0; }
.preloader__indicator {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scaleY(-1);
    animation: mapLoaded 2s linear forwards;
    animation-delay: 1.5s; }
.preloader__indicator .path {stroke: #e46b00;transform-origin: 50% 50%;stroke-dasharray: 1000;stroke-dashoffset: 1000;animation: circle2 4s linear forwards; }

@media (max-width: 1279px) {
    .preloader {display: block; }
    .preloader__map svg {width: 100%; }
}

.poligon {stroke: #EEEDEE;stroke-linecap: round;stroke-linejoin: round; }
.page_clouds .clouds {position: absolute;top: 0;left: 0;width: 100%;height: 100%;overflow: hidden;pointer-events: none; }
.page_clouds .clouds::before, .page_clouds .clouds::after {content: '';display: block;position: absolute;top: 0;left: 0;width: 100%;height: 100%; }
.page_clouds .clouds_top::before {background: url("../images/clouds_new.png") no-repeat 0 0;animation: clouds_left 30s infinite;
animation-timing-function: cubic-bezier(0.67, 0.06, 0.05, 0.48);animation-direction: alternate;background-size: contain;top: 25%;left: 25%; }
.page_clouds .clouds_top::after {content: none; }
.page_clouds .page__main {position: relative; }
.page_clouds .page__main  > .clouds::before {content: none;}

@keyframes clouds_left {
    0% {top: 25%;left: 25%;opacity: 1; }
    33% {opacity: 0.7; }
    66% {opacity: 0.5; }
    100% {top: -10%;left: -50%;opacity: 1; }
}

.page_404 {background: #fff; }
.page_404 .breadcrumbs {display: none; }
.page_404 .page__main {display: flex;flex-direction: column; }
.page_404 .page__title {text-transform: uppercase;color: #fff;font-size: 24px;margin: 34px 0 25px 22px; }
.page_404 .page__content {background: #aaa9a7;padding: 0;max-width: 100%;flex-grow: 1; }

@media (max-width: 1440px) {
    .page_404 .page__title {margin-top: 28px;margin-bottom: 22px;margin-left: 0; }
}
@media (max-width: 992px) {
    .page_404 .page__title {
        margin-top: 35px;
        margin-bottom: 15px; } }
@media (max-width: 480px) {
    .page_404 .page__title {
        margin-top: 17px;
        margin-bottom: 5px;
        font-size: 18px;
        font-weight: 300;
        line-height: 1.25;
        text-align: center; }
    .page_404 .page__title .mobile-accent {
        font-size: 24px;
        display: block; } }

.page-404__media {
    text-align: center;
    padding-top: 82px;
    padding-right: 23px;
    overflow: hidden;
    position: relative;
    height: 350px; }
.page-404__content {
    max-width: 640px;
    margin: 0 auto;
    font-size: 18px;
    /*min-height: 425px;*/
    padding-bottom: 30px;
    padding-left: 34px;
    position: relative;
    z-index: 1; }
.page-404__content p {
    line-height: 1.25;
    margin-bottom: 20px; }
.page-404__btns {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-top: 5px;
    padding-right: 34px; }
.page-404__btns .btn {
    min-width: 197px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px; }
@media (max-width: 1440px) {
    .page-404__media {
        height: 297px;
        padding-top: 34px; }
    .page-404__content {
        padding-left: 56px;
        min-height: 347px; }
    .page-404__btns {
        padding-right: 54px; } }
@media (max-width: 992px) {
    .page-404__media {
        height: 430px;
        padding-top: 154px; }
    .page-404__content {
        min-height: 438px; } }
@media (max-width: 480px) {
    .page-404__media {
        height: 152px;
        padding-top: 30px;
        padding-right: 0;
        margin-right: -10px; }
    .page-404__content {
        min-height: 0;
        padding-left: 0;
        font-size: 13px;
        margin-right: -5px;
        padding-bottom: 35px; }
    .page-404__content p {
        margin-bottom: 15px; }
    .page-404__btns {
        padding-top: 10px;
        padding-right: 0;
        margin-left: -15px;
        margin-right: -15px; }
    .page-404__btns .btn {
        min-width: 140px;
        margin-left: 3px;
        margin-right: 3px;
        padding-left: 5px;
        padding-right: 5px; }
    .page-404__btns .btn .svg-icon + span {
        margin-left: 3px; } }

.page_residents .resident-type {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none;
    transition: .5s;
    opacity: 0; }
.page_residents .resident-type.active {
    opacity: 1; }
.page_residents .resident-type_all {
    background-image: url(../images/resident-ekb.png); }
.page_residents .resident-type_salda {
    background-image: url(../images/resident-salda.png); }
.page_residents .resident-type_uktus {
    background-image: url(../images/resident-uktus.png); }
.page_residents .page__head .page__title {
    padding-right: 50px; }
.page_residents .footer {
    z-index: 2; }
@media (max-width: 1279px) {
    .page_residents .page__head {
        display: block; }
    .page_residents .page__head .page__title {
        margin-top: 0;
        margin-bottom: 15px; }
    .page_residents .page__tabs {
        margin-bottom: 0; }
    .page_residents .page__tabs > li > a {
        font-size: 16px;
        margin-right: 35px;
        margin-bottom: 22px;
        white-space: nowrap;
        padding-left: 0;
        padding-right: 0; }
    .page_residents .page__tabs > li:last-of-type > a {
        margin-right: 0; }
    .page_residents .page__tabs > li.active > a {
        padding-left: 15px; } }
@media (max-width: 767px) {
    .page_residents .page__head {
        margin-top: 37px;
        margin-bottom: 0; }
    .page_residents .page__head .page__title {
        margin-bottom: 24px; }
    .page_residents .page__tabs {
        margin-bottom: 0; }
    .page_residents .page__tabs > li > a {
        font-size: 13px;
        margin-bottom: 22px;
        white-space: nowrap; } }

@media (max-width: 1440px) {
    .page_resident .page__content {
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 10px; }
    .page_resident .page__title {
        margin-bottom: 25px; } }
@media (max-width: 1279px) {
    .page_resident .page__content {
        padding-left: 25px;
        padding-right: 0;
        padding-top: 0;
        margin-top: -8px; } }
@media (max-width: 767px) {
    .page_resident .page__content {
        padding-left: 0;
        margin-top: 22px;
        margin-right: -5px; }
    .page_resident .page__title {
        margin-bottom: 20px; } }

.resident-info {
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    padding: 20px 25px;
    margin-bottom: 40px; }
.resident-info__main {
    display: flex;
    margin-bottom: 35px; }
.resident-info__media {
    flex-shrink: 0;
    width: 165px;
    margin-right: 30px; }
.resident-info__title {
    color: #605e5b;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    position: relative;
    display: flex;
    margin-bottom: 10px; }
.resident-info__title::before {
    content: '';
    display: block;
    border-left: 3px solid #e46b00;
    margin-right: 10px;
    width: 1px;
    height: 1em;
    position: relative;
    top: 5px; }
.resident-info__text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1; }
.resident-info__desc {
    padding-left: 12px;
    font-size: 18px;
    margin-bottom: auto;
    line-height: 1.2; }
.resident-info__contacts {
    padding-left: 12px;
    max-width: 910px;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    margin-left: -10px;
    margin-right: -10px; }
.resident-info__contacts-col {
    max-width: 395px;
    padding-left: 10px;
    padding-right: 10px; }
.resident-info__contacts-item {
    display: flex;
    align-items: flex-start; }
.resident-info__contacts-item a {
    color: inherit;
    text-decoration: none; }
.resident-info__contacts-item a:hover {
    color: #e46b00; }
.resident-info__contacts-icon {
    flex-shrink: 0;
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center; }
.resident-info__contacts-icon .svg-icon {
    width: 16px;
    height: 16px; }
.resident-info__contacts-text {
    font-size: 16px; }
.resident-info__stat {
    display: flex; }
.resident-info__stat-title {
    text-transform: uppercase;
    display: flex;
    align-items: center;
    margin-right: 30px;
    font-size: 18px;
    padding-bottom: 55px; }
.resident-info__stat-title .svg-icon {
    width: 15px;
    height: 10px;
    flex-shrink: 0;
    margin-left: 5px; }
.resident-info__stat-content {
    display: flex;
    flex-grow: 1;
    max-width: 910px;
    justify-content: space-between;
    margin-left: -10px;
    margin-right: -10px; }
.resident-info__stat-item {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 25px;
    min-width: 235px; }
.resident-info__stat-value {
    font-size: 14px; }
.resident-info__stat-value strong {
    color: #e46b00;
    font-weight: 700;
    font-size: 92px;
    line-height: 1; }
.resident-info__stat-label {
    text-transform: uppercase;
    font-size: 18px; }
@media (max-width: 1440px) {
    .resident-info {
        margin-bottom: 30px; }
    .resident-info__contatcs {
        max-width: 937px; } }
@media (max-width: 1279px) {
    .resident-info {
        margin-bottom: 20px; }
    .resident-info__contacts-tablet {
        margin-top: 55px;
        margin-left: -23px;
        margin-bottom: 30px; }
    .resident-info__contacts-tablet .resident-info__contacts-col {
        min-width: 245px; }
    .resident-info__stat {
        display: block; }
    .resident-info__stat-title {
        padding-bottom: 25px; }
    .resident-info__stat-title .svg-icon {
        transform: rotate(90deg); }
    .resident-info__stat-content {
        margin-left: -20px;
        margin-right: -20px; }
    .resident-info__stat-item {
        min-width: 180px;
        margin-bottom: 10px; }
    .resident-info__stat-item:nth-child(1) {
        order: 2; }
    .resident-info__stat-item:nth-child(2) {
        order: 1; }
    .resident-info__stat-item:nth-child(3) {
        order: 3; }
    .resident-info__stat-value {
        text-transform: uppercase; }
    .resident-info__stat-value strong {
        font-size: 75px; }
    .resident-info__stat-label {
        font-size: 16px;
        margin-top: 5px; } }
@media (max-width: 767px) {
    .resident-info {
        padding-left: 12px;
        padding-right: 12px; }
    .resident-info__main {
        display: block;
        margin-bottom: 18px; }
    .resident-info__media {
        width: 58px;
        margin-right: 16px;
        float: left; }
    .resident-info__text {
        display: block; }
    .resident-info__title {
        font-size: 18px;
        padding-top: 3px; }
    .resident-info__title::before {
        height: auto;
        top: 3px; }
    .resident-info__desc {
        clear: both;
        padding-left: 0;
        padding-top: 15px;
        font-size: 14px; }
    .resident-info__contacts {
        display: block;
        max-width: none;
        padding-left: 0; }
    .resident-info__contacts-text {
        line-height: 1.25; }
    .resident-info__contacts-item {
        margin-bottom: 10px; }
    .resident-info__stat-content {
        flex-wrap: wrap;
        max-width: none;
        margin-left: 0;
        margin-right: 0; }
    .resident-info__stat-item {
        min-width: 0;
        text-align: left;
        margin-bottom: 20px; }
    .resident-info__stat-item:nth-child(1) {
        min-width: 160px; }
    .resident-info__stat-item:nth-child(3) .resident-info__stat-label {
        font-size: 14px; }
    .resident-info__stat-value {
        font-size: 12px; }
    .resident-info__stat-value strong {
        font-size: 36px; }
    .resident-info__stat-label {
        font-size: 12px;
        margin-top: 0; } }

.resident-carousel {
    position: relative;
    margin-bottom: 30px; }
.resident-carousel__slick {
    padding: 0 25px 20px;
    margin-bottom: 30px;
    position: relative;
    opacity: 0;
    transition: .5s;
    /*display: flex;*/
    width: 100%; }
.resident-carousel__slick + .resident-carousel__loader {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -50px; }
.resident-carousel__slick.slick-initialized {
    opacity: 1; }
.resident-carousel__slick.slick-initialized + .resident-carousel__loader {
    display: none; }
.resident-carousel__item {
    padding-left: 5px;
    padding-right: 5px; }
.resident-carousel__item img {
    width: 100%; }
.resident-carousel .slick-prev,
.resident-carousel .slick-next {
    color: #000; }
.resident-carousel .slick-prev::before,
.resident-carousel .slick-next::before {
    content: none; }
.resident-carousel .slick-prev .svg-icon,
.resident-carousel .slick-next .svg-icon {
    width: 15px;
    height: 10px; }
.resident-carousel .slick-prev:hover,
.resident-carousel .slick-next:hover {
    color: #e46b00; }
.resident-carousel .slick-prev {
    left: 0; }
.resident-carousel .slick-next {
    right: 0; }
.resident-carousel .slick-dots {
    bottom: 5px;
    left: 0;
    display: flex;
    justify-content: center; }
.resident-carousel .slick-dots li {
    max-width: 58px;
    width: 100%;
    height: 5px;
    margin: 0 3px;
    opacity: .3; }
.resident-carousel .slick-dots li button {
    padding: 0;
    width: 100%;
    height: 5px; }
.resident-carousel .slick-dots li button::before {
    content: '';
    display: block;
    background: #605e5b;
    width: 100%;
    height: 5px; }
.resident-carousel .slick-dots li.slick-active {
    opacity: 1; }
@media (max-width: 1440px) {
    .resident-carousel .slick-prev,
    .resident-carousel .slick-next {
        margin-top: -15px; } }
@media (max-width: 1279px) {
    .resident-carousel {
        margin-bottom: 25px; }
    .resident-carousel .slick-dots {
        bottom: -5px; }
    .resident-carousel .slick-dotted.slick-slider {
        margin-bottom: 25px; } }
@media (max-width: 767px) {
    .resident-carousel .slick-dotted.slick-slider {
        margin-bottom: 15px; } }

.resident-content {
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    padding: 25px 25px;
    margin-bottom: 50px;
    font-size: 18px; }

.page__content .resident-content .resident-content__title:nth-child(1) {
    padding-top: 0}

.resident-content__head {
    display: flex;
    align-items: flex-end;
    margin-bottom: 10px; }
.resident-content__head .resident-content__title {
    margin-bottom: 0; }
.resident-content__head-more {
    color: #bdbebc;
    font-size: 13px;
    display: inline-flex;
    text-decoration: none;
    margin-left: 20px;
    background: none;
    border: none;
    padding: 0; }
.resident-content__head-more .svg-icon {transform: rotate(90deg); margin-left: 10px; width: 15px; height: 15px; }
.resident-content__title {text-transform: uppercase; font-size: 18px; font-weight: 700; position: relative; display: flex; margin-bottom: 10px; background: none; border: none; padding-top: 25px; }
.resident-content__title::before {content: ''; display: block; border-left: 3px solid #e46b00; margin-right: 10px; width: 1px; height: 1em; position: relative; top: 3px; }
.resident-content__title .svg-icon {width: 15px; height: 15px; margin-left: 5px; align-self: center; }
.resident-content__title a {color: inherit; text-decoration: none; }
.resident-content__title a:hover {color: #e46b00; }
.resident-content p {line-height: 1.25; margin-bottom: 20px; }

@media (max-width: 1279px) {
    .resident-content {margin-left: -5px; padding-right: 15px; }
}
@media (max-width: 767px) {
    .resident-content {margin-top: -5px; margin-left: 0; padding: 20px 15px; }
    .resident-content__head {display: block; }
    .resident-content__head-more {margin-left: 12px; }
    .resident-content__title { text-align: left;}
}

.company-history {position: relative; overflow: hidden; padding-left: 25px; padding-right: 25px; margin-left: -25px; margin-right: -25px; }
.company-history::before, .company-history::after {content: ''; display: block; position: absolute; top: 0; bottom: 0; width: 35px; z-index: 2; pointer-events: none; }
.company-history::before {left: 0; background: linear-gradient(to right, white, rgba(255, 255, 255, 0)); }
.company-history::after {right: 0; background: linear-gradient(to left, white, rgba(255, 255, 255, 0)); }
.company-history__slick {
    padding: 0 25px 20px;
    position: relative;
    opacity: 0;
    transition: .5s;
    display: flex;
    width: 100%;
    margin-bottom: 25px; }
.company-history__slick .slick-prev,
.company-history__slick .slick-next {
    color: #000;
    margin-top: 35px;
    z-index: 10; }
.company-history__slick .slick-prev::before,
.company-history__slick .slick-next::before {
    content: none; }
.company-history__slick .slick-prev .svg-icon,
.company-history__slick .slick-next .svg-icon {
    width: 15px;
    height: 10px; }
.company-history__slick .slick-prev:hover,
.company-history__slick .slick-next:hover {
    color: #e46b00; }
.company-history__slick .slick-track {
    display: flex !important; }
.company-history__slick .slick-list {
    padding-left: 5px;
    padding-right: 5px;
    overflow: visible; }
.company-history__slick .slick-prev {left: -10px; }
.company-history__slick .slick-next {right: -10px; }
.company-history__slick .slick-slide {height: auto; }
.company-history__slick .slick-slide > div {height: 100%; }
.company-history__slick + .company-history__loader {display: block; position: absolute; top: 50%; left: 50%; margin: -50px 0 0 -50px; }
.company-history__slick.slick-initialized {opacity: 1; }
.company-history__slick.slick-initialized + .company-history__loader {display: none; }
.company-history__item {font-size: 16px; position: relative; width: 100%; max-width: 345px; display: flex !important; flex-direction: column; }
.company-history__top {flex-shrink: 0; flex-grow: 1; padding-bottom: 20px; margin-right: 50px; height: 295px; position: relative;}
.company-history__top .company-history__text {max-height: 220px; overflow: auto; padding-right: 10px; padding-bottom: 5px;}
.company-history__top .company-history__text::-webkit-scrollbar {width: 5px; height: 5px; }
.company-history__top .company-history__text::-webkit-scrollbar-track {background-color: #e4e4e3; }
.company-history__top .company-history__text::-webkit-scrollbar-thumb {background-color: #5f5e5b; }
.company-history__top::before {content: ''; display: block; width: 2px; height: 100%; background: #686764; position: absolute; bottom: 0; right: 25px; }
.company-history__top::after {content: ''; width: 10px; height: 10px; position: absolute; bottom: -7px; right: 20px; background: #686764; border-radius: 50%; }
.company-history__top .company-history__content {padding: 10px 0 17px; position: relative; border-bottom: 2px solid #686764; margin-left: 15px; margin-right: 25px; background: #fff;}
.company-history__top .company-history__content::before {content: ''; width: 4px; height: 4px; position: absolute; top: 100%; left: 0; margin: -1px 0 0 -2px; background: #686764; border-radius: 50%; }
.company-history__bottom {flex-basis: 50%; flex-shrink: 0; flex-grow: 1; padding-right: 50px; position: relative; }
.company-history__bottom::before {
    content: '';
    border-bottom: 5px solid #686764;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    margin-left: -50vw;
    height: 1px; }
.company-history__bottom .company-history__content {
    padding: 25px 0 10px 5px;
    border-left: 2px solid #686764;
    border-bottom: 2px solid #686764;
    position: relative;
    margin-left: -5px;
    margin-right: 45px; }
.company-history__bottom .company-history__content::before {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    margin: -3px 0 0 -5px;
    background: #686764;
    border-radius: 50%; }
.company-history__bottom .company-history__content::after {
    content: '';
    width: 4px;
    height: 4px;
    position: absolute;
    bottom: -3px;
    right: -2px;
    background: #686764;
    border-radius: 50%; }
.company-history__title {
    color: #e46b00;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 5px; }
.company-history__text {
    font-size: 16px;
    line-height: 1.1; }
@media (max-width: 1440px) {
    .company-history__item {
        max-width: 410px; }
    .company-history__top {
        margin-right: 115px;
        min-height: 240px; }
    .company-history__bottom .company-history__content {
        margin-right: 105px; }
    .company-history__slick {
        margin-bottom: 5px; } }
@media (max-width: 1279px) {
    .company-history {
        padding-right: 15px;
        margin-right: -15px; }
    .company-history__item {
        max-width: 350px; }
    .company-history__top {
        margin-right: 75px;
        min-height: 245px; }
    .company-history__top .company-history__content {
        margin-left: 0; }
    .company-history__bottom .company-history__content {
        margin-right: 45px; } }
@media (max-width: 767px) {
    .company-history {
        padding-left: 15px;
        margin-left: -15px; }
    .company-history__slick {
        padding-left: 0;
        padding-right: 0; }
    .company-history__top .company-history__content {
        padding-top: 5px; } }

.vacancy {
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 15px; }
.vacancy__select {
    width: 100%;
    max-width: 374px;
    margin-top: 5px;
    margin-bottom: 22px; }
.vacancy__select .jq-selectbox,
.vacancy__select .jq-select-multiple {
    width: 100%; }
.vacancy__items {
    margin-bottom: 30px; }
@media (max-width: 767px) {
    .vacancy {
        padding-left: 12px; } }

.vacancy-item {
    margin-bottom: 40px;
    display: none;
    opacity: 0;
    transition: .5s; }
.vacancy-item.active {
    display: block;
    opacity: 1; }
.vacancy-item h4 {
    font-size: 16px; }
.vacancy-item ul {
    line-height: 1.5;
    margin-bottom: 35px; }
.vacancy-item li {
    font-size: 16px; }
.vacancy-item .btn {
    width: 250px;
    height: 50px;
    font-size: 16px; }
.vacancy-item .resident-content__title {
    margin-left: -15px;
    margin-top: 40px;
    margin-bottom: -30px; }
@media (max-width: 1279px) {
    .vacancy-item {
        margin-bottom: 20px; }
    .vacancy-item .resident-content__title {
        margin-top: 20px; } }
@media (max-width: 767px) {
    .vacancy-item .resident-content__title {
        text-align: left; }
    .vacancy-item .resident-content__title .svg-icon {
        width: 28px; } }

.page_contacts {
    background: url(../images/page_contacts.png) no-repeat 50% 0/cover; }
.page_contacts .page__main {
    display: flex;
    flex-direction: column; }
.page_contacts .page__main .container {
    flex-grow: 1;
    max-width: 100%; }
.page_contacts .page__head .page__title {
    padding-right: 35px;
    margin-bottom: 35px; }
.page_contacts .page__head .page__tabs {
    margin-bottom: 40px; }
.page_contacts .page__head .page__tabs > li {
    margin-right: 30px; }
@media (max-width: 1279px) {
    .page_contacts .page__head .page__title {
        margin-bottom: 45px; }
    .page_contacts .page__head .page__tabs {
        margin-bottom: 45px; }
    .page_contacts .page__head .page__tabs > li {
        margin-right: -10px; } }
@media (max-width: 767px) {
    .page_contacts {
        padding-top: 55px;
        background-image: none; }
    .page_contacts .page__head {
        display: flex;
        margin-bottom: 5px; }
    .page_contacts .page__head .page__title {
        padding-right: 25px;
        margin-bottom: 15px; }
    .page_contacts .page__head .page__tabs {
        margin-bottom: 15px;
        margin-right: -20px; }
    .page_contacts .page__head .page__tabs > li > a {
        padding: 0 5px; } }

.contacts {
    background: #fff;
    padding: 30px;
    position: relative;
    z-index: 20;
    box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.2);
    margin-bottom: -80px;
    margin-left: -20px;
    margin-right: -20px; }
.contacts__row {
    display: flex;
    flex-wrap: wrap;
}
.contacts__col {
    /* margin-right: 80px; */
    min-width: 330px;
    margin-bottom: 22px;
    flex: 0 0 33.3%;
    /* min-height: 230px; */
}

.contacts__col.item_link .contacts__title {
    text-decoration: none;
}

/* .contacts__col:first-of-type {
    flex-shrink: 0;
    max-width: 330px; } */
.contacts__col .contacts-item_name {
    margin-top: -10px;
    margin-left: 10px;
    margin-bottom: 7px;
}

.contacts__col .contacts__title {
    color: #e46b00;
}

.contacts__col.item_all a {
    color: #323232;
    text-decoration: none;
}

.contacts__col.item_one .contacts__title,
.contacts__col.item_all .contacts__title {
    color: #323232;
}


.contacts__col.disabled {
    opacity: .5;
    pointer-events: none;
    margin-right: 45px; }
.contacts__col.disabled + .contacts__col {
    margin-right: 0;
    flex-grow: 1; }
.contacts__title {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    padding-left: 10px;
    margin-top: 0;
    margin-bottom: 20px;
    line-height: .9;
    display: flex;
    position: relative; }
.contacts__title::before {content: ''; display: block; /*height: 1em;*/ height: 100%; width: 1px; border-left: 2px solid #e46b00; position: absolute; top: 0; left: 0; }

@media (max-width: 1279px) {
    .contacts {margin-top: 32px; margin-left: 5px; margin-right: 5px; }
    .contacts__row {flex-wrap: wrap; }
    .contacts__col {min-height: 0; margin-right: 0; min-width: 50%; width: 50%; }
    .contacts__col:first-of-type {max-width: 100%; width: 100%; margin-right: 0; margin-bottom: 32px; }
    .contacts__col:first-of-type .contacts-item.contacts-item_address {min-height: 0; }
    .contacts__col.disabled {display: none; }
}
@media (max-width: 767px) {
    .contacts {margin-top: 0; margin-left: -15px; margin-right: -15px; margin-bottom: 0; padding: 10px 18px; }
}

.contacts-item {display: flex; margin-bottom: 8px; }
/* .contacts-item.contacts-item_address {min-height: 3.75em; } */
.contacts-item__icon {margin-right: 10px; flex-shrink: 0; height: 24px; display: flex; align-items: center; }
.contacts-item__icon .svg-icon {width: 20px; height: 20px; }
.contacts-item__text .svg-icon {width: 20px; height: 20px; fill: #fff; stroke: #000; vertical-align: bottom; }

@media (max-width: 1279px) {
    .contacts-item {margin-bottom: 10px; }
}

.goto_ekb, .goto_salda, .goto_uktus, .goto_gl_governor {cursor: pointer; }

.map {height: 325px; border-top: 3px solid #e46b00; }

.contacts-list {max-height: 230px; overflow: auto; direction: rtl; }
.contacts-list::-webkit-scrollbar {width: 5px; height: 5px; }
.contacts-list::-webkit-scrollbar-track {background-color: #e4e4e3; }
.contacts-list::-webkit-scrollbar-thumb {height: 50px; background-color: #5f5e5b; }
.contacts-list__item {
    padding: 3px 20px;
    background: #fff;
    direction: ltr;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer; }
.contacts-list__item:nth-of-type(2n+1) {
    background: #f5f5f4; }
.contacts-list__item:hover .contacts-list__position {
    color: #e46b00; }
.contacts-list__item.selected .contacts-list__person {
    padding-left: 10px;
    border-left-width: 2px; }
.contacts-list__item.selected .contacts-list__name {
    height: 1.25em; }
.contacts-list__item.selected .contacts-list__contacts {
    opacity: 1; }
.contacts-list__person {
    transition: .5s;
    padding-left: 0;
    border-left: 0 solid #e46b00; }
.contacts-list__position {
    text-transform: uppercase;
    font-size: 12px; }
.contacts-list__name {
    font-weight: 300;
    font-size: 14px;
    height: 0;
    overflow: hidden;
    transition: .5s; }
.contacts-list__contacts {
    line-height: 0;
    opacity: 0;
    transition: .5s; }
.contacts-list__contacts .contacts-item {
    margin-left: 40px;
    margin-bottom: 0;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    height: 16px;
    line-height: 1;
    white-space: nowrap; }
.contacts-list__contacts .contacts-item .svg-icon {
    width: 16px;
    height: 16px; }
@media (min-width: 1280px) and (max-width: 1439px) {
    .contacts-list__item {
        padding-top: 3px;
        padding-bottom: 4px; }
    .contacts-list__item.selected {
        padding-top: 13px;
        padding-bottom: 14px; }
    .contacts-list__item.selected .contacts-list__contacts {
        height: auto; }
    .contacts-list__contacts {
        height: 24px;
        overflow: hidden; } }
@media (max-width: 1279px) {
    .contacts-list__contacts .contacts-item {
        display: flex; } }
@media (max-width: 767px) {
    .contacts-list {
        margin-left: -18px;
        margin-right: -18px;
        margin-bottom: -10px; }
    .contacts-list__item {
        display: block;
        padding-top: 14px;
        padding-bottom: 14px; }
    .contacts-list__item.selected .contacts-list__contacts {
        display: block; }
    .contacts-list__contacts {
        display: none;
        margin-top: 10px; }
    .contacts-list__contacts .contacts-item {
        margin-left: 0;
        margin-top: 5px; } }

.contacts-tabs {
    display: flex;
    margin-bottom: 30px;
    border-bottom: none;
    margin-left: -3px;
    margin-right: -3px; }
.contacts-tabs::before, .contacts-tabs::after {
    content: none; }
.contacts-tabs > li {
    padding: 0 3px;
    flex-grow: 1;
    flex-basis: 33.33333%; }
.contacts-tabs > li > a, .contacts-tabs > li > a:hover, .contacts-tabs > li > a:focus {
    border: none;
    font-size: 12px;
    padding: 2px 5px;
    color: #5f5e5b;
    text-decoration: none;
    text-align: center;
    border-bottom: 3px solid rgba(152, 151, 148, 0.3); }
.contacts-tabs > li.active > a, .contacts-tabs > li.active > a:hover, .contacts-tabs > li.active > a:focus {
    border: none;
    border-bottom: 3px solid #5f5e5b; }

.page_area .page__main {
    min-height: calc(100vh - 130px);
    position: relative;
    pointer-events: none; }
.page_area .area-sputnik {
    position: absolute;
    bottom: 120px;
    right: 50px;
    pointer-events: auto;
    width: 205px; }
.page_area .footer {
    position: relative;
    background: rgba(237, 236, 235, 0.8); }
@media (max-width: 1279px) {
    .page_area .page__main {
        z-index: 20; } }
@media (max-width: 767px) {
    .page_area {padding-top: 55px; }
    .page_area .area-sputnik {width: 80px; }
}
.page_area .area {position: absolute; top: 0; left: 0; width: 100%; height: 100vh; min-height: 768px; overflow: hidden; display: flex; justify-content: flex-end; }
.page_area .area svg#svgMain {width: 100%; }
.page_area .area .area-inner {position: relative; width: 100%; /*height: auto;*/ }

.area-item {cursor: pointer; }
.area-item_sale:hover {fill: #e46b00; }
.area-item_free:hover {fill: green; }
.area-item_reserve:hover {fill: #ddd; }
.area-item_hovered:hover {fill: rgba(228, 107, 0,.5); }

.area-popup {position: absolute; margin: -60px 0 0 -50px; display: none; pointer-events: none; background: white; box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.2); border-radius: 10px; padding: 10px 15px; }
.area-popup__title {text-transform: uppercase; font-size: 18px; }
.area-popup a {color: inherit; opacity: .6; font-size: 14px; text-decoration: none; display: flex; align-items: center; }
.area-popup a .svg-icon {width: 20px; height: 20px; margin-left: 10px; }

.area-aside-toggle {display: none; }
.area-aside-toggle.active .svg-icon {transform: rotate(-90deg); }

@media (max-width: 1279px) and (orientation: portrait){
    .area-aside-toggle {
        display: flex;
        align-items: center;
        margin-left: -30px;
        margin-right: -30px;
        text-transform: uppercase;
        font-size: 21px;
        min-height: 64px;
        padding: 5px 30px;
        background: #d3d3d1;
        cursor: pointer;
        text-align: left;
        width: calc(100% + 60px);
        border: none;
        box-shadow: none;
        justify-content: space-between;
        z-index: 10;
        pointer-events: auto; }
    .area-aside-toggle .svg-icon {transform: rotate(90deg);width: 10px;height: 10px; }
}
@media (max-width: 991px) {
	.area-aside-toggle {display: flex;align-items: center;margin-left: -30px;margin-right: -30px;text-transform: uppercase;font-size: 21px;min-height: 64px;padding: 5px 30px;background: #d3d3d1;cursor: pointer;text-align: left;width: calc(100% + 60px);border: none;box-shadow: none;justify-content: space-between;z-index: 10;pointer-events: auto; }
    .area-aside-toggle .svg-icon {transform: rotate(90deg);width: 10px;height: 10px; }
}

@media (max-width: 767px) {
    .area-aside-toggle {font-size: 14px;min-height: 44px; }
}

.area-aside {
    position: relative;
    background: rgba(237, 236, 235, 0.8);
    box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.2);
    padding: 10px 20px;
    max-width: 476px;
    margin-left: -38px;
    margin-top: 14px;
    pointer-events: auto; }
.area-aside__nav {
    margin-bottom: 15px;
    display: flex;
    /* justify-content: space-between; */
    padding-top: 5px;
    line-height: 1.25;
    padding-right: 16px; }
.area-aside__nav-item:first-child {
    margin-right: 60px;
}
.area-aside__nav-item {
    text-decoration: none;
    color: #1e1e1e;
    display: flex;
    align-items: center; }
.area-aside__nav-item svg {
    flex-shrink: 0;
    margin-left: 5px;
    margin-right: 5px; }
.area-aside__nav-item .path {
    stroke: currentColor;
    stroke-dashoffset: 1000;
    stroke-dasharray: 1000;
    transform-origin: 50% 50%; }
.area-aside__nav-item:hover {
    color: #1e1e1e; }
.area-aside__nav-item:hover .path {
    animation: circle 3s linear infinite backwards; }
.area-aside__more {
    position: relative;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
    border-left: 3px solid #e46b00;
    padding-left: 10px; }
.area-aside__more .svg-icon {
    margin-left: 10px;
    transition: .5s;
    width: 20px;
    height: 20px;
    transform: translateX(0); }
.area-aside__more:hover {
    color: #1e1e1e; }
.area-aside__more:hover .svg-icon {
    transform: translateX(5px); }
.area-aside__title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 29px;
    color: #605e5b;
    line-height: 1.25;
    margin-bottom: 5px; }
.area-aside__subtitle {
    text-transform: uppercase;
    font-size: 19px;
    color: #232426;
    margin: 2px 0; }
.area-aside__subtitle_accent {color: #005a7c; }
.area-aside__list {padding-top: 8px;margin-bottom: 30px; }
.area-aside__prices {border: 1px solid rgba(131, 129, 127, 0.38);border-radius: 5px;    padding: 15px;display: flex;margin-bottom: 30px; }
.area-aside__price {width: 50%; text-align: center; border-right: 1px solid #000; text-transform: uppercase; }
.area-aside__price:last-of-type {border-right: none; }
/* .area-aside__price-title {color: #e46b00; text-decoration: underline; width: 100%; font-size: 16px; border: none; border-bottom: 3px solid #000; background-color: none; padding: 2px 0; } */
.area-aside__price-title {#1F1F1F; text-decoration: none; width: 100%; font-size: 16px; border: none; border-bottom: 3px solid #000; background-color: none; padding: 2px 0; }
.area-aside__price-title:hover { text-decoration: none;}
.area-aside__price-value {font-size: 18px; padding: 2px 0; }
.area-aside .back-to-area {display: none; }

@media (min-width: 992px) and (max-width: 1279px) and (orientation: landscape) {
	.area-aside { margin-left: 0;}
}

@media (min-width: 992px) and (max-width: 1279px) and (orientation: portrait) {
    .area-aside {max-width: none; margin-left: -30px; margin-right: -30px; z-index: 20; display: none; margin-top: 0;}
    .area-aside.active {display: block; }
    .area-aside .back-to-area {display: block; background: #fff; margin: 15px auto 30px; }
}
@media (max-width: 991px) {
    .area-aside {max-width: none; margin-left: -30px; margin-right: -30px; z-index: 20; display: none; margin-top: 0; }
    .area-aside.active {display: block; }
    .area-aside .back-to-area {display: block; background: #fff; margin: 15px auto 30px; }
}

.engineering-item {margin-bottom: 2px; }
.engineering-item__main {display: flex; align-items: center; position: relative; }
.engineering-item__switch {height: 0; width: 0; visibility: hidden; }
.engineering-item__switch:checked + label span {background: rgba(152, 151, 148, 0.3); }
.engineering-item__switch:checked + label span::after {left: 100%; transform: translateX(-100%); background: #e46b00; }
.engineering-item__switch:checked + label + .engineering-item__icon {color: #e46b00; }
.engineering-item label {cursor: pointer;margin: 0 0 0 0px;flex-shrink: 0; }
.engineering-item label::before {content: '';position: absolute;top: 0;left: 0;bottom: 0;right: 0;display: block; }
.mainpage .engineering-item label::before {content: none;}

.engineering-item label span {
    text-indent: -9999px;
    width: 27px;
    height: 10px;
    background: rgba(152, 151, 148, 0.3);
    display: block;
    border-radius: 10px;
    position: relative;
    margin-right: 3px; }

.engineering-item .engineering-item__main .engineering-item__title {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.engineering-item .engineering-item__main .engineering-item__title svg {
    margin-right: 18px;
}
.engineering-item label span::after {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 15px;
    height: 12px;
    background: #aeaeae;
    border-radius: 10px;
    transition: 0.3s;
    box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.2); }
.engineering-item label:active span::after {
    width: 17px; }
.engineering-item__icon {
    margin-right: 7px;
    transition: .5s;
    flex-shrink: 0;
    color: rgba(152, 151, 148, 0.7); }
.engineering-item__icon .svg-icon {
    width: 26px; }
.engineering-item__subtitle {
    color: #e46b00;
    font-size: 12px;
    margin-left: 5px;
    padding-top: 5px;
    opacity: 0;
    transition: .5s;
    white-space: nowrap; }
.switched .engineering-item__subtitle {opacity: 1; }
.engineering-item__submenu {padding-left: 44px; display: none; }
.switched .engineering-item__submenu {display: block; }
.engineering-item__submenu ul {margin-bottom: 15px !important; margin-left: 35px !important; }
.engineering-item__submenu ul li::before {content: none !important; }
.engineering-item__hint {position: relative; padding: 0; border: none; cursor: pointer; z-index: 30; background: none; }
.engineering-item__hint-icon {
    width: 16px;
    height: 16px;
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #7b7a7e;
    border-radius: 50%;
    margin-left: 5px;
    cursor: pointer;
    opacity: .3;
    font-size: 13px; }
.engineering-item__hint-icon:hover {opacity: 1; }
.engineering-item__hint-popup {
    display: none;
    padding: 10px;
    background: rgba(237, 236, 235, 0.8);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    position: absolute;
    bottom: 100%;
    left: 100%;
    width: 250px; }
@media (max-width: 1279px) {
    .engineering-item label span {width: 40px; height: 15px; }
    .engineering-item label span::after {height: 17px; width: 24px; }
}

/*.page_salda .page__main {min-height: 1070px; }*/
.page_salda .area-inner {min-width: 1920px; width: 1920px; height: 1210px;}
.page_salda .area {min-height: 1220px; transform: scale(0.8); transform-origin: 100% 0;}

@media (max-width: 1680px) {
    .page_salda .page__main {min-height: 100vh; }
    .page_salda .area-inner {min-width: 1600px; width: 1600px; height: 1000px; }
    .page_salda .area {min-height: 1125px;}
}
@media (max-width: 1439px) {
    /*.page_salda .page__main {min-height: 830px; }*/
    .page_salda .area-inner {min-width: 1440px; width: 1440px; height: 885px; }
    .page_salda .area {min-height: 960px;}
}
@media (max-width: 1280px) {
    /*.page_salda .page__main {min-height: 740px; }*/
    .page_salda .area-inner {min-width: 1280px; width: 1280px; height: 780px; }
    .page_salda .area {min-height: 870px; }
}
@media (max-width: 1279px) {
    .page_salda .page__main {min-height: 770px; }
    .page_salda .area-inner {min-width: 1120px; width: 1120px; height: 675px; max-width: 1120px;}
    .page_salda .area {min-height: 770px; top: 120px; height: calc(100vh - 120px);}
}
@media (max-width: 767px) {
    .page_salda .page__main {min-height: 270px; }
    .page_salda .area-inner {min-width: 767px; width: 100%; max-width: 767px; height: 465px; }
    .page_salda .area {min-height: 400px; top: 60px; height: calc(100vh - 60px);}
    .page_salda .area .svg-train {width: 32px; }
}
@media (max-width: 520px) {
    .page_salda .page__main {min-height: 360px; }
    .page_salda .area-inner {min-width: 480px; max-width: 480px !important; height: 270px; }
    .page_salda .area {min-height: 400px; top: 100px; height: calc(100vh - 100px);}
    .page_salda .area .svg-train {width: 32px; margin-right: -5px;}
}

.area .svg-train {position: absolute; top: 0; right: 0; z-index: 2; width: 72px; height: 29px; transform: rotate(-55deg); animation: train 15s linear infinite backwards; }
.area #svg_train2 {animation-delay: 5s; display: none; }
.area #svg_train3 {animation-delay: 10s; display: none; }

@keyframes train {
    0% {opacity: 0; top: 5%; right: -1.2%; transform: rotate(-55deg); }
    2% {opacity: 1; }
    50% {top: 25.7%; right: 8.05%; transform: rotate(-55deg); }
    55% {top: 30.15%; right: 10.875%; transform: rotate(-5deg); }
    98% {top: 35.5%; right: 37.5%; opacity: 1; transform: rotate(-5deg); }
    100% {opacity: 0; top: 35.5%; right: 37.5%; transform: rotate(-5deg); }
}
.page_uktus .page__main {min-height: 840px; }
.page_uktus .area-inner {min-width: 1920px; width: 1920px; height: 1215px; }
.page_uktus .area {min-height: 1320px; transform: scale(0.8); transform-origin: 100% 0;}

@media (max-width: 1600px) {
    .page_uktus .page__main {/*min-height: 992px;*/ min-height: 100vh;}
    .page_uktus .area-inner {min-width: 1600px; max-width: 1600px; height: 992px; }
    .page_uktus .area {min-height: 1125px; }
}
@media (max-width: 1439px) {
    /*.page_uktus .page__main {min-height: 830px; }*/
    .page_uktus .area-inner {min-width: 1440px; width: 1440px; height: 880px; }
    .page_uktus .area {min-height: 960px; }
}
@media (max-width: 1280px) {
    /*.page_uktus .page__main {min-height: 740px;}*/
    .page_uktus .area-inner {min-width: 1280px; width: 1280px; height: 765px; }
    .page_uktus .area {min-height: 870px; }
}
@media (max-width: 1279px) {
    .page_uktus .page__main {min-height: 650px; }
    .page_uktus .area-inner {min-width: 1120px; max-width: 1120px; height: 650px; }
    .page_uktus .area {min-height: 780px; top: 160px; }
}
@media (max-width: 767px) {
    .page_uktus .page__main {min-height: 650px; }
    .page_uktus .area-inner {min-width: 767px; max-width: 767px; height: 515px; }
    .page_uktus .area {min-height: 780px; top: 100px; }
    .page_uktus .area .svg-plane svg {width: 55px; height: 60px; }
}
@media (max-width: 520px) {
    .page_uktus .page__main {min-height: 360px; }
    .page_uktus .area-inner {min-width: 480px; max-width: 480px; height: 310px; }
    .page_uktus .area {height: auto; min-height: 400px; }
    .page_uktus .area .svg-plane svg {width: 55px; height: 60px; }
}

.area .svg-plane {
    position: absolute; top: 0; right: 0; z-index: 2; width: 118px; height: 101px; transform: scale(0.7);
    animation: plane 21s linear infinite backwards; pointer-events: none; transform-origin: 0% 50%;
}
.area #svg_plane2 {animation-delay: 7s; display: none; }
.area #svg_plane3 {animation-delay: 14s; display: none; }
.area #lightsTop,
.area #lightsBottom {stroke-dashoffset: 100; animation: lights 3s linear infinite forwards; stroke: #ddd; }

@keyframes lights {
    0% {stroke-dashoffset: 10; opacity: 1; stroke: #ddd; }
    30% {stroke-dashoffset: 100; opacity: 1; stroke: #fff; }
    50% {stroke-dashoffset: 100; opacity: 0; }
    100% {stroke-dashoffset: 100; opacity: 0; }
}
@keyframes plane {
    0% {opacity: 0; top: 11%; right: -2%; transform: scale(0.5); }
    2% {opacity: 1; }
    50% {transform: scale(0.75); }
    98% {top: 40%; right: 55.5%; transform: scale(1); opacity: 1; }
    100% {top: 40%; right: 55.5%; transform: scale(1); opacity: 0; }
}

.page_mainpage {opacity: 0; overflow: hidden; height: 100vh; }
.page_mainpage.loaded {opacity: 1; height: auto; }
.page_mainpage .footer {position: relative; z-index: 120; }
.page_mainpage .page__main {pointer-events: none; min-height: calc(100vh - 120px); overflow: hidden; }
.page_mainpage.news-open .header,
.page_mainpage.news-open .mainpage__map,
.page_mainpage.news-open .page__main > .container {filter: blur(5px); pointer-events: none; }
.page_mainpage.news-open .mainpage__aside {pointer-events: none; }
@media (max-width: 1439px) {
    .page_mainpage .page__main {min-height: calc(100vh - 100px); }
}
@media (max-width: 1279px) {
    .page_mainpage .area-aside-toggle {display: none; }
}
@media (max-width: 767px) {
    .page_mainpage {padding-top: 55px; }
    .page_mainpage .area-aside-toggle {display: flex; position: fixed; width: 100%; left: 0; top: 55px; margin: 0;}
    .page_mainpage .page__main {overflow: visible; min-height: calc(100vh - 55px); }
    .mainpage__aside {position: fixed !important; top: 100px;}
}
.page_mainpage .area-popup {pointer-events: auto; /*margin-top: -180px;*/ margin-top: 17px;}

.area-popup {z-index: 1000; }
.area-popup__close {position: absolute; top: 0; right: 0; border: none; background: none; font-size: 18px; line-height: 0; padding: 15px; color: #989794; }

.mainpage__map {position: fixed; top: 0; left: 0; width: 100%; height: 100vh; overflow: hidden; cursor: grab; display: flex; align-items: center; justify-content: center; }
.mainpage__map #draggableComplex {width: 100%; height: 100%; position: absolute; display: flex; align-items: center; justify-content: center;}
.mainpage__map #draggableComplex > svg {transform: scale(1); position: absolute; left: 50%; top: -7200px; margin-left: -4800px;}
.mainpage__map #draggableComplex .page__main {position: absolute; top: 130px; left: 50%; width: 100vw; margin-left: -50vw; height: auto; min-height: 0;}

.mainpage__map-wrapper {width: 100%; height: 100%;}
.mainpage__aside {pointer-events: auto; width: 344px; position: relative;}
.mainpage__resident-slider {background: rgba(237, 236, 235, 0.8); box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); padding: 20px; margin-bottom: 20px; }
.mainpage__resident-slider h3 {margin-top: 0; margin-bottom: 10px; text-transform: uppercase; font-weight: 700; font-size: 36px; color: #5f5e5b; }
.mainpage__switches {background: rgba(237, 236, 235, 0.8); box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); padding: 20px 5px 5px 30px; margin-bottom: 70px; }
.mainpage__switches .area-aside__list {padding: 0; }
.mainpage__switches .engineering-item {margin-bottom: 15px; }

/* ----------- Non-Retina Screens ----------- */
@media screen
and (min-device-width: 1200px)
and (max-device-width: 1600px)
and (-webkit-min-device-pixel-ratio: 1) {
    .mainpage__map #draggableComplex > svg {
        top: -7430px;
    }
}

/* ----------- Retina Screens ----------- */
@media screen
and (min-device-width: 1200px)
and (max-device-width: 1600px)
and (-webkit-min-device-pixel-ratio: 2)
and (min-resolution: 192dpi) {
    .mainpage__map #draggableComplex > svg {
        top: -7430px;
    }
}

@media (max-width: 1439px) {
    .mainpage__map #draggableComplex .page__main {top: 100px;}
    .mainpage__map #draggableComplex > svg {transform: scale(0.7); margin-left: -4750px; top: -6900px;}
}

@media (max-height: 1024px) and (min-width: 1280px) and (max-width: 1439px){
    .mainpage__map #draggableComplex > svg {top: -6300px;}
}

@media (max-height: 900px) and (min-width: 768px) and (max-width: 1439px) {
    .mainpage__map #draggableComplex > svg {top: -7350px;}
}

@media (max-height: 850px) and (min-width: 768px) and (max-width: 1439px) {
    .mainpage__map #draggableComplex > svg {top: -6640px; margin-left: -4880px;}
}

@media (max-width: 1279px) {
    .mainpage__map #draggableComplex > svg { margin-left: -4650px; top: -7080px;}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .mainpage__map #draggableComplex > svg {margin-left: -4660px; top: -6080px; transform: scale(0.65);}
}

@media (max-width: 767px) {
    .mainpage__resident-slider {display: none; }
    .mainpage__aside {max-width: none; margin-left: -30px; margin-right: -30px; z-index: 20; display: none; margin-top: 0; width: calc(100% + 60px); }
    .mainpage__aside.active {display: block; }
    .mainpage__map #draggableComplex > svg {transform: scale(0.68); margin-left: -4750px; top: -6560px;}
    .mainpage__map #draggableComplex .page__main {top: 55px; position: fixed;}
}


@media (max-width: 560px) {
	.mainpage__map #draggableComplex > svg {transform: scale(0.62); top: -6450px;}
}

.mp-residents {position: relative; margin-left: -5px; margin-right: -5px; }
.mp-residents .slick-list {min-width: 100%;}
.mp-residents__slick {padding: 0;margin-bottom: 0;position: relative;opacity: 0;transition: .5s;display: flex;width: 100%; }
.mp-residents__slick + .mp-residents__loader {display: block;position: absolute;top: 50%;left: 50%;margin: -50px 0 0 -50px; }
.mp-residents__slick.slick-initialized {opacity: 1; }
.mp-residents__slick.slick-initialized + .mp-residents__loader {display: none; }
.mp-residents__item {padding: 0 5px; }
.mp-residents__logo {margin: 10px 0 20px; overflow: hidden; height: 60px; display: flex; align-items: center; justify-content: center; background: #fff; padding: 5px;}
.mp-residents__logo img {max-width: 100%; max-height: 50px; }
.mp-residents__text {display: flex; align-items: center; margin-bottom: 10px; }
.mp-residents__label {text-transform: uppercase; font-size: 16px; flex-grow: 1; text-align: right; }
.mp-residents__value {color: #fff; background: #aaa9a7; padding: 5px 5px 6px 15px; margin-left: 10px; font-size: 16px; width: 130px; flex-shrink: 0; }
.mp-residents__more {text-align: right; text-transform: uppercase; margin-top: 35px; }
.mp-residents__more a {display: inline-flex; align-items: center; text-decoration: none; font-size: 16px; color: #605c59; font-weight: 700; }
.mp-residents__more a .svg-icon {transition: .5s; margin-left: 10px; transform: translateX(0); }
.mp-residents__more a:hover {color: #e46b00; }
.mp-residents__more a:hover .svg-icon {transform: translateX(5px); }
.mp-residents .slick-prev, .mp-residents .slick-next {color: #fff; background: rgba(170, 169, 167, 0.3); top: -25px; border-radius: 50%; width: 24px; height: 24px; display: inline-flex; align-items: center; justify-content: center; }
.mp-residents .slick-prev::before, .mp-residents .slick-next::before {content: none; }
.mp-residents .slick-prev .svg-icon, .mp-residents .slick-next .svg-icon {width: 15px; height: 10px; }
.mp-residents .slick-prev:hover, .mp-residents .slick-next:hover {color: #fff; background: #aaa9a7; }
.mp-residents .slick-prev {left: auto;right: 40px; }
.mp-residents .slick-next {right: 0; }

.mp-news {position: absolute; bottom: 0; left: 0; width: 100%; z-index: 100; pointer-events: auto; }
.mp-news__title {height: 25px; line-height: 25px; display: inline-flex; padding: 0; position: relative; width: 290px; cursor: pointer; transition: .5s; }
.news-open .mp-news__title {width: 100vw; }
.mp-news__title::before {
    content: '';
    display: block;
    background: #d3d3d1;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
.mp-news__title button {
    position: relative;
    padding: 0 20px 0 10px;
    border: none;
    height: 25px;
    border-left: 3px solid #e46b00;
    background: none;
    cursor: pointer;
    text-transform: uppercase;
    margin: 0 10px 0 0; }
.mp-news__title button:first-of-type {
    border-left: none; }
.mp-news__body {
    transition: .5s;
    transition-delay: .5s;
    transform: translateY(0);
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 20px 30px;
	max-height: 90vh;
    overflow-y: auto; }
.news-open .mp-news__body {transform: translateY(-100%);box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); }
.mp-news__body .news-header {display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;margin-bottom: 20px; }
.mp-news__body h3 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
    padding-left: 10px;
    margin-bottom: 20px;
    line-height: .9;
    display: flex;
    position: relative; }
.mp-news__body h3::before {
    content: '';
    display: block;
    height: 1em;
    width: 1px;
    border-left: 2px solid #e46b00;
    position: absolute;
    top: 0;
    left: 0; }
.mp-news__more {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #04070d;
    font-size: 18px; }
.mp-news__more svg {
    flex-shrink: 0;
    margin-left: 10px;
    transform: translateX(0);
    transition: .5s;
    width: 16px;
    height: 16px; }
.mp-news__more:hover svg {transform: translateX(5px); }
.mp-news__close {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    background: none;
    font-size: 18px;
    line-height: 0;
    padding: 15px;
    color: #989794; }
@media (max-width: 767px) {
    .mp-news .container {padding-left: 0;padding-right: 0; }
    .mp-news__body {padding-left: 15px;padding-right: 15px;max-height: 100vh;height: 100vh; }
    .mp-news__body h3 {font-size: 13px;margin: 0; }
    .mp-news__title {width: 100%;justify-content: center; }
}
.mp-news .news-item {display: flex; }
.mp-news .news-item + .news-item {margin-top: 50px; }
.mp-news .news-item__image {flex-shrink: 0;width: 30%;position: relative;margin-right: 20px; }
.mp-news .news-item__image_accent::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 12px;
    background: #e46b00; }
.mp-news .news-item__image img {
    width: 100%; }
.mp-news .news-item__info {
    font-size: 16px;
    display: flex;
    flex-direction: column;
    flex-grow: 1; }
.mp-news .news-item__title {text-transform: uppercase;font-weight: 700;/*font-size: 24px; */font-size: 16px; }
.mp-news .news-item__title a {text-decoration: none;color: inherit; }
.mp-news .news-item__title a:hover {
    color: #e46b00; }
.mp-news .news-item__date {
    color: #989794;
    font-size: 14px;
    margin-bottom: 10px; }
.mp-news .news-item__more {
    margin-top: auto; }
.mp-news .news-item__more a {
    color: #989794;
    text-decoration: none;
    position: relative;
    padding-bottom: 5px; }
.mp-news .news-item__more a::after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    height: 2px;
    width: 0;
    background: #e46b00;
    transition: .5s; }
.mp-news .news-item__more a:hover::after {
    width: 100%; }
@media (max-width: 767px) {
    .mp-news .news-item__title {
        font-size: 13px; }
    .mp-news .news-item__desc {
        overflow: hidden;
        height: 7em;
        margin-bottom: 1em; }
    .mp-news .news-item__image {
        height: 190px;
        align-items: center;
        overflow: hidden;
        margin-right: 10px; } }
.mp-news .weather-item__title {
    color: #fff;
    font-size: 14px;
    background: #989794;
    padding: 3px 10px;
    line-height: 20px;
    margin: 0 0 20px;
    height: 50px;
    display: flex;
    align-items: center; }
.mp-news .weather-item__value {
    height: 25px;
    line-height: 25px;
    padding: 0 5px;
    display: flex;
    align-items: center; }
.mp-news .weather-item__value:last-of-type {
    margin-bottom: 20px; }
.mp-news .weather-item__value img {
    flex-shrink: 0;
    margin-left: 5px; }
@media (min-width: 1280px) {
    .mp-news .weather-item {
        font-size: 18px; }
    .mp-news .weather-item__title {
        height: auto;
        margin-bottom: 15px;
        text-align: center; }
    .mp-news .weather-item__value {
        padding: 5px 0;
        height: auto;
        justify-content: space-between; }
    .mp-news .weather-item__value img {
        width: 30px;
        height: auto; } }
.mp-news .mp-exchange-weather h3 {
    font-size: 14px; }
.mp-news .mp-exchange-weather h5 {
    font-size: 16px;
    text-transform: none; }
.mp-news .mp-exchange-weather .row {
    margin-left: -2px;
    margin-right: -2px; }
.mp-news .mp-exchange-weather .row > div {
    padding-left: 2px;
    padding-right: 2px; }
.mp-news .mp-exchange__title {
    color: #fff;
    text-align: center;
    font-size: 14px;
    height: 26px;
    display: block;
    background: #989794;
    padding: 3px 5px;
    line-height: 20px;
    margin: 10px 0 5px; }
.mp-news .mp-exchange__value {
    padding: 3px 5px;
    font-size: 12px; }
.mp-news .mp-exchange__diff {
    font-size: 10px;
    color: #989794; }
@media (min-width: 1280px) {
    .mp-news .mp-exchange {padding-right: 30px; }
    .mp-news .mp-exchange__pretext {font-size: 18px;margin-bottom: 30px; }
    .mp-news .mp-exchange__pretext img {height: 25px;width: auto;margin: 0 2px; }
    .mp-news .mp-exchange__value {font-size: 24px; }
    .mp-news .mp-exchange .text-center .mp-exchange__value {font-size: 20px; }
}

.mp-news .mp-exchange__pretext .nav-tabs { border-bottom: none;}
.mp-news .mp-exchange__pretext a { text-decoration: none; color: #000;}
.mp-news .mp-exchange__pretext a:hover {color: #e46b00;}

.popover {border: none; }

.popover.top {margin-left: 125px; }
.popover.top > .arrow {margin-left: -122px;border: none;display: none; }

.popover-title {padding: 0 10px;background: none;border: none;border-radius: 0; }

.popover-content {
    width: 280px;
    font-size: 13px; }

/* from SVG */
.st0 {
    fill: #D4D4D4; }

.st1 {
    fill: #EDEDEB;
    stroke: #DCDCDC;
    stroke-width: 16;
    stroke-linecap: round;
    stroke-linejoin: round; }

.st2 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #EDEDEB;
    stroke: #DCDCDC;
    stroke-width: 16;
    stroke-linecap: round;
    stroke-linejoin: round; }

.st3 {
    fill: #EDEDEB;
    stroke: #DCDCDC;
    stroke-linecap: round;
    stroke-linejoin: round; }

.st4 {
    fill: #DEDEDC; }

.st6 {
    display: inline;
    fill: #232325; }

.area-title {
    font-size: 18px;
    fill: #232325;
    display: block;
    font-weight: 700; }

.region-title {
    text-transform: uppercase;
    font-size: 36px;
    fill: #232325;
    display: block;
    font-weight: 700; }

.region-title.white {
    fill: #fff; }

.ekb-title {
    fill: #232325;
    font-size: 30px;
    cursor: pointer; }

.ekb-pointer .st61 {
    stroke: #F68C1F;
    transition: .5s;
    stroke-width: 0;
    cursor: pointer; }

.ekb-pointer:hover .st61 {
    stroke-width: 7px; }

.city-title {
    fill: #232325;
    font-size: 14px; }

.st9 {
    display: inline;
    fill: #FFFFFF; }

.st11 {
    fill: #232325; }

.st12 {
    display: inline;
    fill: #37315E; }

.st13 {
    display: inline;
    fill: none;
    stroke: #37315E;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 0,6; }

.st14 {
    display: inline;
    fill: #242426; }

.st16 {
    font-size: 14px; }

.st17 {
    display: inline;
    fill: none;
    stroke: #090C10;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 0,6; }

.st18 {
    display: inline;
    fill: #090C10; }

.st19 {
    display: inline;
    fill: none;
    stroke: #090C10;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-dasharray: 0,6; }

.st20 {
    display: inline;
    fill: none;
    stroke: #479FD8;
    stroke-width: 8;
    stroke-linecap: round;
    stroke-dasharray: 96,12; }

.st21 {
    display: inline;
    fill: none;
    stroke: url(#╨д╨╕╨│╤Г╤А╨░_120_╨║╨╛╨┐╨╕╤П_1_);
    stroke-width: 8;
    stroke-linecap: round;
    stroke-dasharray: 96,16; }

.st22 {
    display: inline;
    fill: none;
    stroke: url(#╨д╨╕╨│╤Г╤А╨░_120_╨║╨╛╨┐╨╕╤П-2_1_);
    stroke-width: 8;
    stroke-linecap: round;
    stroke-dasharray: 96,16; }

.st23 {
    display: inline;
    fill: none;
    stroke: #479FD8;
    stroke-width: 4;
    stroke-linecap: round;
    stroke-dasharray: 48,8; }

.st24 {
    display: inline;
    fill: none;
    stroke: url(#╨д╨╕╨│╤Г╤А╨░_122_╨║╨╛╨┐╨╕╤П_1_);
    stroke-width: 4;
    stroke-linecap: round;
    stroke-dasharray: 48,8; }

.st25 {
    display: inline;
    fill: none;
    stroke: url(#╨д╨╕╨│╤Г╤А╨░_122_╨║╨╛╨┐╨╕╤П-2_1_);
    stroke-width: 4;
    stroke-linecap: round;
    stroke-dasharray: 48,8; }

.st26 {
    display: inline;
    fill: none;
    stroke: url(#╨д╨╕╨│╤Г╤А╨░_122_╨║╨╛╨┐╨╕╤П-3_1_);
    stroke-width: 4;
    stroke-linecap: round;
    stroke-dasharray: 48,8; }

.st27 {
    fill: #F78C1F; }

.st28 {
    fill: none;
    stroke: #EEEDEB;
    stroke-width: 4;
    stroke-linejoin: round; }

.st29 {
    display: inline;
    fill: none;
    stroke: #52272F;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round; }

.st30 {
    display: inline;
    fill: none;
    stroke: url(#╨д╨╕╨│╤Г╤А╨░_918_1_);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round; }

.st31 {
    display: inline;
    fill: none;
    stroke: url(#╨д╨╕╨│╤Г╤А╨░_918-2_1_);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round; }

.st32 {
    display: inline;
    fill: none;
    stroke: url(#╨д╨╕╨│╤Г╤А╨░_918-3_1_);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round; }

.st33 {
    display: inline;
    fill: none;
    stroke: url(#╨д╨╕╨│╤Г╤А╨░_918-4_1_);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round; }

.st34 {
    display: inline;
    fill: none;
    stroke: url(#╨д╨╕╨│╤Г╤А╨░_918-5_1_);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round; }

.st35 {
    display: inline;
    fill: none;
    stroke: url(#╨д╨╕╨│╤Г╤А╨░_923_2_);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round; }

.st36 {
    display: inline;
    fill: none;
    stroke: #AC3626;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round; }

.st37 {
    display: inline;
    fill: none;
    stroke: url(#╨д╨╕╨│╤Г╤А╨░_923_3_);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round; }

.st38 {
    display: inline;
    fill: none;
    stroke: url(#╨д╨╕╨│╤Г╤А╨░_923-2_1_);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round; }

.st39 {
    display: inline;
    fill: #FFFFFF;
    stroke: #AC3626;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round; }

.st40 {
    display: inline;
    fill: #B74228; }

.st41, .st42 {
    font-size: 21px; }

.st43 {
    display: inline;
    fill: none;
    stroke: url(#╨д╨╕╨│╤Г╤А╨░_923-3_1_);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round; }

.st44 {
    display: inline;
    fill: none;
    stroke: url(#╨д╨╕╨│╤Г╤А╨░_923-4_1_);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round; }

.st45 {
    display: inline;
    opacity: 0.9; }

.st46 {
    fill: none;
    stroke: #52504E;
    stroke-width: 2;
    stroke-dasharray: 8,4; }

.st47 {
    fill: none;
    stroke: #007945;
    stroke-width: 2;
    stroke-dasharray: 8,4; }

.st48 {
    fill: none;
    stroke: url(#╨д╨╕╨│╤Г╤А╨░_911_1_);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 6,4; }

.st49 {
    fill: none;
    stroke: url(#╨д╨╕╨│╤Г╤А╨░_911-2_1_);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 6,4; }

.st50 {
    fill: none;
    stroke: url(#╨д╨╕╨│╤Г╤А╨░_911-3_1_);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 6,4; }

.st51 {
    fill: none;
    stroke: #007945;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 6,4; }

.st52 {
    fill: none;
    stroke: #52504E;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 6,4; }

.st53 {
    fill: none;
    stroke: url(#╨д╨╕╨│╤Г╤А╨░_911-4_1_);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 6,4; }

.st54 {
    fill: none;
    stroke: url(#╨д╨╕╨│╤Г╤А╨░_911-5_1_);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 6,4; }

.st55 {
    fill: none;
    stroke: #B4B4B1;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 6,4; }

.st56 {
    fill: none;
    stroke: url(#╨д╨╕╨│╤Г╤А╨░_911-7_1_);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 6,4; }

.st57 {
    display: inline;
    fill: url(#SVGID_1_); }

.st58 {
    display: inline;
    fill: url(#SVGID_2_); }

.st59 {
    fill: url(#SVGID_3_); }

.st60 {
    fill: url(#SVGID_4_); }

.st61 {
    fill: url(#SVGID_5_); }

.city-pointer {
    cursor: pointer; }

.city-pointer:hover .pointer-dot-back {
    opacity: 0; }

.city-pointer:hover .pointer-dot {
    stroke-width: 7px; }

.pointer-dot {
    fill: #F68C1F;
    stroke-width: 2px;
    stroke: #F68C1F;
    transition: .5s; }

.pointer-dot-back {
    fill: #EDEDEB;
    stroke: #ddd;
    pointer-events: none;
    transition: .5s; }

.area-pointer {
    cursor: pointer;
    position: relative; }

.area-pointer-pulse {
    animation: pulse 2s infinite;
    stroke: #fff; }

.area-pointer-preloader .path {
    fill: none;
    stroke: #F37121;
    stroke-miterlimit: 10;
    stroke-dashoffset: 3000;
    stroke-dasharray: 3000; }

.area-pointer:hover .area-pointer-pulse {
    animation: none; }

.area-pointer:hover .area-pointer-preloader {
    display: block; }

.area-pointer:hover .area-pointer-preloader .path {
    animation: spin 20.5s infinite; }

/* from SVG end */

@media (min-width: 768px) and (max-height: 850px) {
    .mp-residents__logo {height: 60px; margin: 15px 0;}
    .mp-residents__logo  img {max-height: 50px;}
}

@media (min-width: 768px) and (max-height: 800px) {
    .mainpage__switches {padding-left: 10px; padding-top: 10px; padding-bottom: 2px;}
    .mainpage__switches .engineering-item {margin-bottom: 10px;}
    .mp-residents__value {padding-top: 2px; padding-bottom: 2px;}
    .mp-residents__more {margin-top: 15px;}
    .mainpage__resident-slider h3 {font-size: 32px;}
    .mainpage__resident-slider {padding-top: 10px; padding-bottom: 10px; margin-bottom: 10px;}
    .area-aside__list {margin-bottom: 0;}

    .header__logo {margin-top: 0; margin-bottom: 0;}

    .area-aside {padding: 0 15px 20px;}
    .area-aside__nav {margin-bottom: 0;}
    .area-aside__title {font-size: 19px; margin-top: 5px;}
    .area-aside__subtitle {display: inline-block;}
    .area-aside__subtitle_accent {min-width: 49%;}
    .area-aside__prices {margin-bottom: 0; padding-top: 10px; padding-bottom: 10px;}
    .page_uktus .page__main {min-height: 750px;}
    .engineering-item { margin-bottom: 0;}
    .engineering-item__icon .svg-icon {height: 24px;}
}

.page_area .header {pointer-events: none;}
.page_area .header__logo, .page_area .header__aside {pointer-events: auto;}

.page_404 .area-sputnik {display: none;}

@media (max-width: 991px) {
    .area-sputnik {display: none;}
}
@media (max-width: 1680px) and (min-width: 1280px) {
    .page_salda .area {transform: scale(0.7); transform-origin: 100% 0%;}
    .page_uktus .area {transform: scale(0.7); transform-origin: 100% 0%;}
}

@media (max-width: 991px) {
    .page_salda .area {transform: scale(1);}
    .page_uktus .area {transform: scale(1);}
}

@media (max-height: 1100px) and (min-width: 768px) and (max-width: 1279px) and (orientation: landscape){
    .mainpage__map #draggableComplex > svg {
        top: -6460px;
        margin-left: -4760px;
    }
}

#area_1255 {
    pointer-events: none;
}

.preloader__cursor {
	display: none;
}

@media (max-width: 560px) {
	.area-popup {
		left: 50% !important;
		max-width: 300px;
		margin-left: -150px !important;
		width: 100%;
		position: fixed;
	}

	/*
	.preloader-video {
		display: none !important;
	}
	*/

	.preloader__cursor {
		display: flex;top: 50%;left: 50%;
	}

    .modal.in .modal-dialog {
        overflow: auto;
        padding-bottom: 70px;
    }
}

p + .resident-content__title {
	margin-top: 40px;
}

/* .sublist .custom {
    display:none;
} */

#reserveAreaModal .reserve-card__icon .image img {width: 100%;}

@media (max-width: 560px) {
	.about-card__head {display: block;}
	.about-card__head h2 {font-size: 18px;}
	#aboutAreaModal .modal-content {padding-left: 20px; padding-right: 20px;}
	.about-card__text .row > div:nth-child(2n+1) {clear: left;}
}

.page__title {max-width: 100%;}

.popover.fade.in {display: block !important;}

/*
.weather-item img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}
*/

@media (min-width: 1280px) and (max-width: 1800px){
	.mp-exchange > div {width: 100%;}
	.mp-news .mp-exchange__value {width: 100%;text-align: center;display: block;}
}

.pageJobs {

}

.pageJobs .block-btn_jobs {
    display: block;
}

.pageJobs .block-btn_jobs .btn_jobs {
    padding: 16px 73px;
    color: #020608;
    background: #fff;
    text-decoration: none;
    display: inline-block;
    font-family: "FS Albert Pro", arial, sans-serif;
    font-size: 16px;
}

.pageJobs .pageJobs__items .pageJobs__organization .pageJobs__item--header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 22px;
    padding-left: 24px;
    padding-right: 27px;
    padding-bottom: 13px;
    gap: 30px;
}

.pageJobs .pageJobs__items {
    grid-gap: 0px 50px;
    column-count: 2;
    margin-top: 31px;
    margin-bottom: 60px;
}

.pageJobs .pageJobs__items .pageJobs__organization {
    background-color: #fff;
    box-shadow: -4px 5px 6px #B2B2B2;
    margin-bottom: 22px;
    break-inside: avoid;
}
.new-pageJobs {
    background-color: transparent !important;
    box-shadow: none !important;
    margin-bottom: 22px !important;
}
.pageJobs .pageJobs__items .pageJobs__organization .url-organization a {
    color: #40526b;
    text-decoration: none;
    font-size: 18px;
}

.pageJobs .pageJobs__items .pageJobs__organization .listJobs_item {
    padding: 0px 34px;
    position: relative;

}

.pageJobs .pageJobs__items .pageJobs__organization .listJobs_item:first-child .listJobs_item--name {
    border-top: none !important;
}

.pageJobs .pageJobs__items .pageJobs__organization .listJobs_item .listJobs_item--name:before {
    position: absolute;
    content: '';
    display: block;
    top: 45%;
    right: 4%;
    width: 8px;
    height: 8px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNCIgaGVpZ2h0PSI0IiB2aWV3Qm94PSIwIDAgNCA0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yIDMuMjNMMCAwTDQgMC4wMUwyIDMuMjNaIiBmaWxsPSIjMUIxQjFDIi8+DQo8L3N2Zz4NCg==")
}



.pageJobs .pageJobs__items .pageJobs__organization .listJobs_item .listJobs_item--name {
    color: #333333;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 700;
    padding: 21px 0;
    border-top: 1px solid rgb(63, 61, 61, .2);
    /* list-style: none;
	outline: none; */
}

/* .pageJobs .pageJobs__items .pageJobs__organization .listJobs_item .listJobs_item--name::-webkit-details-marker {
	display: none;
} */
.pageJobs .pageJobs__items .pageJobs__organization .listJobs_item.open {
    padding-bottom: 22px;
}

.pageJobs .pageJobs__items .pageJobs__organization .listJobs_item.open .listJobs_item--name:before {
    transform: rotate(180deg);
    top: 5%;
}

.pageJobs .pageJobs__items .pageJobs__organization .listJobs_item.open .listJobs_item--name {
    border-bottom-color: transparent;
    padding-bottom: 20px;
}


.pageJobs .pageJobs__items .pageJobs__organization .listJobs_item--element {
    font-size: 16px;
    line-height: 24px;
}

.pageJobs .pageJobs__items .pageJobs__organization .listJobs_item--element strong {
    margin-top: 22px;
}

.pageJobs .pageJobs__items .pageJobs__organization .listJobs_item--element ul {
    margin-top: 0;
    margin-bottom: 11px;
}

.pageJobs .pageJobs__items .pageJobs__organization .listJobs_item--element ul li:before {
    background: #4C4D4F;
    border-radius: 50%;
}

.pageJobs .pageJobs__items .pageJobs__organization .listJobs_item--btn {
    margin-top: 22px;
}

.pageJobs .pageJobs__items .pageJobs__organization .listJobs_item--btn .btn {
    /* color: #020608; */
    /* border: none; */
    /* background: #c3c4c4; */
    padding: 15px 44px;

}

.btn_through {
    position: fixed;
    bottom: 44px;
    right: 30px;
    opacity: 0.8;
    background: #e46b00;
    box-shadow: -4px 5px 6px #B3B3B3 !important;
    z-index: 999;
    width: 251.8px;
    height: 51.1px;
}

.btn_through.partners {
    padding: 10px 34px;
}

.btn_through:hover {
    opacity: 1;
}

.btn_through span {
    margin-left: 13px;
    font-family: "FS Albert Pro", arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    text-transform: none;
}

.menu-open .header__search {
    opacity: 0;
    transition-delay: 0s;
}

.header__search {
    opacity: 1;
    transition: .1s;
    position: relative;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: 30px;
    /* margin-top: -9px; */
    pointer-events: auto;
}


.header__search .header__search-FORM {
    position: relative;
    margin-top: 3px;
}

.header__search .header__search-FORM .inputSearch {
    width: 390px;
    height: 50px;
    padding: 12px 60px 12px 21px;
    border-radius: 12px;
    background: #FFFFFF;
    opacity: 0.9;
    border: none;
    box-shadow: -4px 5px 6px #B3B3B3;

    font-family: "FS Albert Pro", arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #A0A0A0;
}

.header__search .header__search-FORM .btnSearch {
    border: none;
    background: none;
    position: absolute;
    top: 25%;
    right: 5%;
}

.header__search-list {
    //position: absolute;
    margin-top: 16px;
    width: 394px;
    padding: 12px 21px;
    border-radius: 12px;
    background: #FFFFFF;
    border: none;
    //display: none;
    box-shadow: -4px 5px 6px #B3B3B3;
}

.header__search-list.active {
    display: block;
}

.header__search-list .header__search-item {
    padding: 12px 0px 1px;
}

.header__search-list .header__search-item a {
    text-decoration: none;
    color: #000000;
}

.header__search-list .header__search-item a:hover {
    color: #e46b00;
}

.header__search-list .header__search-item > div {
    font-family: "FS Albert Pro", arial, sans-serif;
    font-size: 14px;
    line-height: 16px;
}


.pageSearch {
    padding-left: 24px;
    width: 788px;
    margin-bottom: 50px;
    padding-right: 15px;
}

.pageSearch .pageSearch__search {
    position: relative;
    width: 427.5px;
    height: 37px;
    margin-bottom: 30px;
}

.pageSearch .pageSearch__search .pageSearch__search--input {
    background: #fff;
    border: none;
    font-family: "FS Albert Pro", arial, sans-serif;
    font-size: 14px;
    width: 100%;
    padding-top: 12px;
    padding-left: 18px;
    padding-right: 60px;
    padding-bottom: 12px;
}

.pageSearch .pageSearch__search .pageSearch__search--submit {
    position: absolute;
    top: 0%;
    right: 0%;
    border: none;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 16px;
}

.pageSearch .pageSearch__result .pageSearch__result-found {
    font-family: "FS Albert Pro", arial, sans-serif;
    font-size: 18px;
    color: #515254;
    margin-bottom: 20px;
}

.pageSearch .pageSearch__result .pageSearch__result-found span {
    color: #e46b00;
    font-family: "FS Albert Pro", arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}

.pageSearch .pageSearch__result .pageSearch__result-list {
    counter-reset: li;
}

.pageSearch .pageSearch__result .pageSearch__result-list .pageSearch__result-item {
    background: #FFFFFF;
    box-shadow: -4px 5px 6px #B3B3B3;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 80px;
    padding-bottom: 26px;
    margin-bottom: 20px;
    position: relative;


}

.pageSearch .pageSearch__result .pageSearch__result-list .pageSearch__result-item .pageSearch__result--title b {
    background: rgba(217, 113, 67, 0.4);
    padding: 2px 0px 2px 5px;
}

.pageSearch .pageSearch__result .pageSearch__result-list .pageSearch__result-item b {
    background: rgba(217, 113, 67, 0.4);
    padding: 1px 0px 1px 3px;
}

.pageSearch .pageSearch__result .pageSearch__result-list .pageSearch__result-item:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  z-index: 1;
  top: 12px;
  left: -20px;
  text-align: center;
  line-height: 23px;
  color: #000;
  -moz-border-radius: 1.5em;
  -webkit-border-radius: 1.5em;
  border-radius: 1.5em;
}

.pageSearch .pageSearch__result .pageSearch__result-list .pageSearch__result-item .pageSearch__result--title {
    color: #000;
    font-family: "FS Albert Pro", arial, sans-serif;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 12px;
	display: block;
}

.pageSearch .pageSearch__result .pageSearch__result-list .pageSearch__result-item p {
    font-size: 14px;
    font-weight: normal;
    font-family: "FS Albert Pro", arial, sans-serif;
    margin-bottom: 0;
}

.pageSearch .pageSearch__result .pageSearch__result-more .btnMore {
    width: 100%;
    background: #C3C4C4;
    padding: 15px 0;
    font-weight: normal;
    font-family: "FS Albert Pro", arial, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    border: none;
}

.pagePartners {
    width: 1365px;
}

.pagePartners .pagePartners__list {
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
}

.pagePartners .pagePartners__list .pagePartners__item {
    flex: 0 0 50%;
    padding: 0px 10px 20px;
}

.pagePartners .pagePartners__list .pagePartners__item .flexboxRow {
    display: flex;
    flex-wrap: wrap;
    background: #FFFFFF;
    box-shadow: -4px 5px 6px #B3B3B3;
    min-height: 180px;
    padding-top: 16px;
    padding-left: 21px;
    padding-right: 14px;
    padding-bottom: 12px;
}

.pagePartners .pagePartners__list .pagePartners__item .pagePartners__item-logo {
    width: 160px;
    height: 103px;
    padding-top: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagePartners .pagePartners__list .pagePartners__item .pagePartners__item-body {
    margin-left: 24px;
    display: flex;
    flex-direction: column;
    flex: 1 0 0;
}

.pagePartners .pagePartners__list .pagePartners__item .pagePartners__item-body .pagePartners__item--title {
    font-family: "FS Albert Pro", arial, sans-serif;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    color: #333333;
    margin-bottom: 15px;
}

.pagePartners .pagePartners__list .pagePartners__item .pagePartners__item-body .pagePartners__item--text {
    font-size: 14px;
    font-family: "FS Albert Pro", arial, sans-serif;
    font-weight: 300;
    line-height: 16px;
    color: #4C4D4F;
}

.pagePartners .pagePartners__list .pagePartners__item .pagePartners__item-link {
    flex: 0 0 100%;
}

.pagePartners .pagePartners__list .pagePartners__item .pagePartners__item-link a {
    font-size: 14px;
    color: #020608;
    text-decoration: none;
}

#procurement {
    width: 840px;
}

#procurement .procurement__row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#procurement .procurement_item {
    flex: 0 0 33.3%;
    margin-bottom: 18px;
}

#procurement .procurement_item a {
    display: flex;
    align-items: center;
    color: #323232;
    font-family: "FS Albert Pro", arial, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
}

#procurement .procurement_item img {
    max-width: 42px;
    max-height: 42px;
    width: 100%;
    height: 100%;
    margin-right: 12px;
}

.pageRezidentu > .flexboxRow {
    /* justify-content: space-between; */
    align-items: flex-start;
}

.pageRezidentu .flexboxRow {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -15px;
}

.rezidentu_content ul {
    margin-bottom: 20px;
}

.rezidentu_content ul li {
    list-style-type: none;
    position: relative;
    margin-left: 10px;
    margin-bottom: 10px;
}

.page__main .rezidentu_content ul li:before {
    position: absolute;
    content: '';
    top: 15%;
    left: -1%;
    border-radius: 50%;
    background: #df8544;
    padding: 4px;
    border: 3px solid #ececec;
    box-shadow: -2px 1px 2px rgba(106, 72, 53, 0.47);
}

.page__main .rezidentu_content .btn_ob-oez {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    line-height: 24px;
    color: #e46b00;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.page__main .rezidentu_content .btn_ob-oez:hover {
    color: #605c59;
}

.page__main .rezidentu_content .btn_ob-oez .svg-icon {
    transition: .5s;
    margin-left: 10px;
    transform: translateX(0);
}

.page__main .rezidentu_content h3 {
    margin-top: 19px;
    margin-bottom: 16px;
    color: #e46b00;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}

.page__main .rezidentu_content .project_mission {
    margin-bottom: 21px;
}

.page__main .rezidentu_content .project_mission .flexboxRow {
    counter-reset: li;
    margin: 0 -4px !important;
}

.page__main .rezidentu_content .project_mission_column {
    padding: 0 4px;
    flex: 0 0 50%;
    position: relative;
}

.page__main .rezidentu_content .project_mission_column:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    top: 10px;
    left: 14px;
    background: #ececec;
    height: 1.45em;
    font-size: 14px;
    width: 1.45em;
    text-align: center;
    line-height: 20px;
    color: #5c5d5f;
    -moz-border-radius: 1.5em;
    -webkit-border-radius: 1.5em;
    border-radius: 1.5em;
    z-index: 3;
}

.page__main .rezidentu_content .project_mission_column .project_mission-text {
    background: #ffffff;
    padding-top: 32px;
    padding-left: 50px;
    padding-right: 10px;
    padding-bottom: 16px;
    font-size: 16px;
    line-height: 20px;
}

.page__main .rezidentu_content .project_tasks {
    margin-bottom: 17px;
}

.page__main .rezidentu_content .project_tasks-blockquote {
    font-size: 16px;
    line-height: 20px;
    padding-top: 0;
    padding-bottom: 0;
    border-left-width: 3px;
}

.page__main .rezidentu_content .areas_activity {
    margin-bottom: 85px;
}

.page__main .rezidentu_content .areas_activity p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 27px;
}

.page__main .rezidentu_content .areas_activity .areas_activity-string .flexboxRow {
    margin-bottom: 45px;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
}

.page__main .rezidentu_content .areas_activity .areas_activity-string .areas_activity-body {
    margin-left: 25px;
}

.page__main .rezidentu_content .areas_activity .areas_activity-string .areas_activity-body .areas_activity-title {
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 7px;
}

.page__main .rezidentu_content .areas_activity .areas_activity-string .areas_activity-body .areas_activity-text {
    font-size: 14px;
    line-height: 16px;
}

.rezidentu_content p {
    font-size: 16px;
    line-height: 24px;
    color: #201600;
}

.rezidentu_aside {
    background: #ececec;
    box-shadow: 0px 0px 6px #B3B3B3;
    padding: 20px;
}

#btnSaldaModal,
#btnUktusModal {
    padding: 0;
    border: none;
}

main {
    position: relative;
}

@media (min-width: 992px) {

    #saldaModal .modal-dialog.modal-lg,
    #uktusModal .modal-dialog.modal-lg {
        max-width: 960px !important;
        width: 100% !important;
    }

    #saldaModal .modal-dialog.modal-lg .modal-content,
    #uktusModal .modal-dialog.modal-lg .modal-content {
        padding: 10px !important;
    }
}

@media (min-width: 1600px) {
    .rezidentu_content {
        width: 800px;
    }

    .rezidentu_aside {
        width: 530px;
        margin-left: 57px;
    }

}

@media (max-width: 1599px) {
    .rezidentu_content {
        flex: 1 0 0;
    }

    .rezidentu_aside {
        flex: 0 0 36%;
        margin-left: 50px;
    }
}

@media (max-width: 1199px) {
    .rezidentu_content,
    .rezidentu_aside {
        flex: 0 0 100%;
        margin-top: 25px;
        margin-left: 0;
    }

    .page__main .rezidentu_content .areas_activity {
        margin-bottom: 0px;
    }

    .rezidentu_aside {
        margin-bottom: 145px;
    }
}

@media (max-width: 767px) {
    .page__main .rezidentu_content .project_mission_column {
        flex: 0 0 100%;
        padding: 4px 0;
    }

    .page__main .rezidentu_content .project_mission_column:before {
        top: 15px;
    }

    .page__main .rezidentu_content .areas_activity .areas_activity-string .areas_activity-body {
        margin-top: 25px;
        margin-left: 0;
    }

    .page__main .rezidentu_content ul li:before {
        top: 9%;
        left: -3%;
    }

    .btn_through {
        bottom: 30px;
    }

}

@media (max-width: 549px) {
    .rezidentu_aside .rezidentu_aside-string .btn {
        width: 100% !important;
    }

    .btn_through {bottom: 10px;right:10px;     width: 238px;    height: 45px;padding: 6px 12px;}
}

.rezidentu_aside .rezidentu_aside-string {
    padding: 20px;
}

.rezidentu_aside .rezidentu_aside-string .btn {
    background: #e46b00;
    color: #fff;
    width: 153px;
    height: 51px;
}


@media (max-width: 1439px) {
    .pagePartners {
        width: 100%;
    }
}

@media (max-width: 1199px) {
    .header__search .header__search-FORM .inputSearch,
    .header__search .header__search-list {
        width: 340px;
    }


}

@media (max-width: 991px) {
    .header__search {
        display: none;
    }

    .pageJobs .pageJobs__items {
        width: 100%;
    }

    .pageSearch {
        width: 100%;
    }

    .pageSearch .pageSearch__search {
        width: 100%;
    }

    .pageSearch .pageSearch__result .pageSearch__result-list .pageSearch__result-item {
        padding-right: 20px;
    }

    .pagePartners .pagePartners__list .pagePartners__item {
        flex: 0 0 100%;
    }

    .contacts__col {
        flex: 0 0 100%;
    }
}

@media (max-width: 767px) {
    .pageJobs .pageJobs__items .pageJobs__organization .listJobs_item {
        padding: 0px 15px;
    }

    .pageJobs .pageJobs__items .pageJobs__organization .pageJobs__item--header {
        flex-direction: column;
    }

    .pageJobs .pageJobs__items .pageJobs__organization .listJobs_item:before {
        right: 10%;
    }

    .pageJobs .block-btn_jobs .btn_jobs,
    .pageJobs .pageJobs__items .pageJobs__organization .listJobs_item--btn .btn_click {
        width: 100%;
    }

    .page_mainpage .header-menu__list,
    .page_contacts .header-menu__list {
        margin-left: 0px;
    }

    .page__title {
        margin: 40px 0 0px;
    }

    .rezidentu_aside {
        margin-top: 0;
        padding: 0;
    }

    .menu-open .header-menu__content {
        padding-left: 0;
    }

    .page .header-menu__list {
        margin-left: 0;
    }

    .header__burger {
        background: #d3d3d1;
        box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.2);
        transition: 1.5s;
        border-radius: 10px 0 0 10px;
        margin-top: -10px;
    }

    .menu-open .header__burger {
        background: transparent;
    }

    .menu-open .header-menu .header__logo {
        left: 12px;
        top: 0px;
        margin-top: 0;
    }

    .menu-open .header-menu__content {
        top: -20px;
    }
    .pageJobs .pageJobs__items {
        column-count: 1;
    }
}

@media (max-width: 600px) {
    .footer__social {
        position: relative;
        top: 0px;
    }
    .new-pageJobs {
        column-count: 1 !important;
    }
}
@media (max-width: 425px) {
    .pageJobs .pageJobs__items .pageJobs__organization .listJobs_item {
        font-size: 11px !important;
    }
}
/*
.tabMedia_item {width: 25%;    float: left;    padding: 10px;}
.tabMedia_item img {width:100%; max-width:100%;}
*/

#tabMedia .tabMedia_flex {display:flex;  flex-wrap:wrap;}

.tabMedia_item {width:calc( ( 100% - 20px ) / 4 ); padding:10px;}

.tabMedia_item img {width:100%; max-width:100%;}
.tabMedia_item_video {  position: relative;  padding-bottom: 56.25%;   padding-top: 30px;  height: 0;  overflow: hidden;}
.tabMedia_item_video iframe {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;}

.logotype-organization a {color: #1e1e1e;    text-transform: uppercase;    font-weight: 700;    font-size: 19px;     text-decoration: none;    padding-left: 10px;}

@media (max-width: 600px) {
	.jakor-link {padding-bottom:50px}
}


#formjob {}
#formjob .form-group {position:relative;}
#formjob .form-group .redrequired {color:red; position:absolute; right:0; top:0;}

.ui-page-theme-a a, html .ui-bar-a a, html .ui-body-a a, html body .ui-group-theme-a a {color:#e46b00;}


.header__logo {overflow:hidden; position:relative;}
.midural_link {display: block;    height: 100%;    width: 55%;    top: 50%;    height: 100px;    position: absolute;    top: 0;    left: 0;    z-index: 100;}

.preloader__cursor {display:none !important;}
.img-about-new {}
.img-about-new img {width:33%;}

.big-links {    display: block;    overflow: hidden;    margin-bottom: 10px;}
.big-links img {    margin-right: 15px;}
.big-links-block span {}
.plashka {color:#1E1E1E;  text-align:center; margin:0 auto; font-size:42px;}.plashka:hover {color:#1E1E1E !important; }.name_title {font-size: 38px;}
@media (max-width: 768px) {
	h1 span {font-size: 20px !important;}
	h1 {font-size: 20px !important;}
	.investor-box__item {    max-width: 100%;    width: 100%;}
	.investor-box__title {margin-top: 6px;padding-bottom: 16px;}
	.plashka {font-size:30px;}
	.plashka img {width:50px;}
	.img-about-new img {width:100%; display:block;}
	.pagePartners .pagePartners__list .pagePartners__item .pagePartners__item-body {max-width: 160px;}
}
@media (max-width: 549px) {
	.big-links-block span.dop_text {font-size:14px !important; line-height:14px; }	.name_title {font-size: 24px;}
	.plashka {font-size:24px;}
}
@media (max-width: 375px) {	.footer__menu > li {    padding: 0px 0px;}	.footer__menu a, .footer__links a {font-size: 10px;}	}

@media (max-width: 390px) {	.pagePartners .pagePartners__list .pagePartners__item .pagePartners__item-logo {width: 130px;}}

@media (max-width: 375px) {	.pagePartners .pagePartners__list .pagePartners__item .pagePartners__item-logo {width: 105px;}}

.modal-lk-auth .modal-dialog {max-width: 456px;}
.modal.modal-lk-auth .modal-content {padding: 30px 40px 15px;}
.modal-lk-auth .modal-dialog .btn-primary {padding-top: 15px; padding-bottom: 15px; margin-top: 40px;}
.modal-lk-auth .modal-dialog .btn-primary svg {margin-left: 10px; transition: .5s; transform: translateX(0);}
.modal-lk-auth .modal-dialog .btn-primary:hover svg {transform: translateX(10px);}
.modal-lk-auth .modal-dialog .recovery-link {margin: 10px 0 0;}
.modal-lk-auth .modal-dialog .recovery-link a {font-size: 14px;}
.modal-lk-auth .modal-dialog a:not(.btn) {color: #1E1E1E;}
.modal-lk-auth .modal-dialog .error-message {margin: 40px 0 20px; color: #F00;}
#recoveryPasswordModal .btn-primary + div  {margin-top: 10px; font-size: 14px;}


.anticorruption-policy {margin-bottom: 50px;}
.anticorruption-policy__block {margin: 30px 0 0; background: #fff; padding: 30px;}
.anticorruption-policy__block.grey {margin: 0; background: #ECECEC; padding: 24px;}
.anticorruption-policy__list {display: flex; flex-direction: column; gap: 20px;}
.anticorruption-policy__list-link {display: flex; gap: 13px; align-items: center; text-decoration: none; color: #03050C; font-weight: 700; font-size: 20px; line-height: 24px;}
.anticorruption-policy__list-icon {flex-shrink: 0;}
.anticorruption-policy__block a {text-decoration: none;}
.anticorruption-policy__contacts {margin-top: 40px; margin-bottom: 100px;}
.anticorruption-policy__contact {font-weight: 700; font-size: 16px; line-height: 22px; margin-bottom: 15px;}
.anticorruption-policy__contact-title {margin-bottom: 5px; color: #03050C;}
.anticorruption-policy__contact-phone {white-space: nowrap;}

@media (max-width: 767px) {
    .anticorruption-policy__block {padding: 15px;}
}




