@charset "UTF-8";

/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

progress {
    vertical-align: baseline
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

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

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

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

optgroup {
    font-weight: 700
}

:focus {
    outline: 0
}

::-moz-focus-inner {
    border: 0;
    outline: 0
}

a,
a:active,
a:focus,
a:hover,
a:visited {
    outline: 0 none !important
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

.icon-codedby {
    width: 47px;
    height: 5px;
    background-image: url(../img/icons.png);
    background-position: 0 -15px
}

.icon-coderiver {
    width: 49px;
    height: 5px;
    background-image: url(../img/icons.png);
    background-position: 0 0
}

/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

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

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

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #333;
    background-color: #fff
}

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

a {
    color: #337ab7;
    text-decoration: none
}

a:focus,
a:hover {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: 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 {
    -webkit-border-radius: 6px;
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    -webkit-border-radius: 50%;
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    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: 400;
    line-height: 1;
    color: #777
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 65%
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-size: 75%
}

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

.h2,
h2 {
    font-size: 26px
}

.h3,
h3 {
    font-size: 20px
}

.h4,
h4 {
    font-size: 18px
}

.h5,
h5 {
    font-size: 14px
}

.h6,
h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width:768px) {
    .lead {
        font-size: 21px
    }
}

.small,
small {
    font-size: 85%
}

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

.initialism,
.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

a.text-primary:focus,
a.text-primary:hover {
    color: #286090
}

.text-success {
    color: #3c763d
}

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

.text-info {
    color: #31708f
}

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

.text-warning {
    color: #8a6d3b
}

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

.text-danger {
    color: #a94442
}

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

.bg-primary {
    color: #fff
}

.bg-primary {
    background-color: #337ab7
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #286090
}

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

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

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

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

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

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

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

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

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

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

ol ol,
ol ul,
ul ol,
ul ul {
    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: 20px
}

dd,
dt {
    line-height: 1.42857
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

.dl-horizontal dd:after,
.dl-horizontal dd:before {
    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[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
    margin-bottom: 0
}

blockquote .small,
blockquote footer,
blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
    content: ''
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
    content: '\00A0 \2014'
}

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

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container:after,
.container:before {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container-fluid:after,
.container-fluid:before {
    content: " ";
    display: table
}

.container-fluid:after {
    clear: both
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.row:after,
.row:before {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

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

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

.col-xs-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-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }

    .col-sm-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-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }

    .col-md-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:1200px) {

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

    .col-lg-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%
    }
}

table {
    background-color: transparent
}

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

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    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>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

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

.table-bordered {
    border: 1px solid #ddd
}

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

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    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>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
    background-color: #f5f5f5
}

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

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

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

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

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

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

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

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

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

.table-responsive {
    overflow-x: auto;
    min-height: .01%
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .table-responsive>.table {
        margin-bottom: 0
    }

    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>thead>tr>th {
        white-space: nowrap
    }

    .table-responsive>.table-bordered {
        border: 0
    }

    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0
    }

    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0
    }

    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0
    }
}

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

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

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

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

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

input[type=file] {
    display: block
}

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

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

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

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

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .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 {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

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

@media screen and (-webkit-min-device-pixel-ratio:0) {

    input[type=date].form-control,
    input[type=datetime-local].form-control,
    input[type=month].form-control,
    input[type=time].form-control {
        line-height: 34px
    }

    .input-group-sm input[type=date],
    .input-group-sm input[type=datetime-local],
    .input-group-sm input[type=month],
    .input-group-sm input[type=time],
    .input-group-sm>.input-group-btn>input.btn[type=date],
    .input-group-sm>.input-group-btn>input.btn[type=datetime-local],
    .input-group-sm>.input-group-btn>input.btn[type=month],
    .input-group-sm>.input-group-btn>input.btn[type=time],
    .input-group-sm>input.form-control[type=date],
    .input-group-sm>input.form-control[type=datetime-local],
    .input-group-sm>input.form-control[type=month],
    .input-group-sm>input.form-control[type=time],
    .input-group-sm>input.input-group-addon[type=date],
    .input-group-sm>input.input-group-addon[type=datetime-local],
    .input-group-sm>input.input-group-addon[type=month],
    .input-group-sm>input.input-group-addon[type=time],
    input[type=date].input-sm,
    input[type=datetime-local].input-sm,
    input[type=month].input-sm,
    input[type=time].input-sm {
        line-height: 30px
    }

    .input-group-lg input[type=date],
    .input-group-lg input[type=datetime-local],
    .input-group-lg input[type=month],
    .input-group-lg input[type=time],
    .input-group-lg>.input-group-btn>input.btn[type=date],
    .input-group-lg>.input-group-btn>input.btn[type=datetime-local],
    .input-group-lg>.input-group-btn>input.btn[type=month],
    .input-group-lg>.input-group-btn>input.btn[type=time],
    .input-group-lg>input.form-control[type=date],
    .input-group-lg>input.form-control[type=datetime-local],
    .input-group-lg>input.form-control[type=month],
    .input-group-lg>input.form-control[type=time],
    .input-group-lg>input.input-group-addon[type=date],
    .input-group-lg>input.input-group-addon[type=datetime-local],
    .input-group-lg>input.input-group-addon[type=month],
    .input-group-lg>input.input-group-addon[type=time],
    input[type=date].input-lg,
    input[type=datetime-local].input-lg,
    input[type=month].input-lg,
    input[type=time].input-lg {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.checkbox label,
.radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

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

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

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

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

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

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

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

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px
}

.form-control-static.input-lg,
.form-control-static.input-sm,
.input-group-lg>.form-control-static.form-control,
.input-group-lg>.form-control-static.input-group-addon,
.input-group-lg>.input-group-btn>.form-control-static.btn,
.input-group-sm>.form-control-static.form-control,
.input-group-sm>.form-control-static.input-group-addon,
.input-group-sm>.input-group-btn>.form-control-static.btn {
    padding-left: 0;
    padding-right: 0
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn,
.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.input-group-sm>.input-group-btn>select.btn,
.input-group-sm>select.form-control,
.input-group-sm>select.input-group-addon,
select.input-sm {
    height: 30px;
    line-height: 30px
}

.input-group-sm>.input-group-btn>select.btn[multiple],
.input-group-sm>.input-group-btn>textarea.btn,
.input-group-sm>select.form-control[multiple],
.input-group-sm>select.input-group-addon[multiple],
.input-group-sm>textarea.form-control,
.input-group-sm>textarea.input-group-addon,
select[multiple].input-sm,
textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn,
.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

.input-group-lg>.input-group-btn>select.btn,
.input-group-lg>select.form-control,
.input-group-lg>select.input-group-addon,
select.input-lg {
    height: 46px;
    line-height: 46px
}

.input-group-lg>.input-group-btn>select.btn[multiple],
.input-group-lg>.input-group-btn>textarea.btn,
.input-group-lg>select.form-control[multiple],
.input-group-lg>select.input-group-addon[multiple],
.input-group-lg>textarea.form-control,
.input-group-lg>textarea.input-group-addon,
select[multiple].input-lg,
textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.33333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

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

.form-group-lg .form-control+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.input-group-lg>.form-control+.form-control-feedback,
.input-group-lg>.input-group-addon+.form-control-feedback,
.input-group-lg>.input-group-btn>.btn+.form-control-feedback,
.input-lg+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.form-group-sm .form-control+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.input-group-sm>.form-control+.form-control-feedback,
.input-group-sm>.input-group-addon+.form-control-feedback,
.input-group-sm>.input-group-btn>.btn+.form-control-feedback,
.input-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(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 .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(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 .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(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: 25px
}

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

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

@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 .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto
    }

    .form-inline .input-group>.form-control {
        width: 100%
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox label,
    .form-inline .radio label {
        padding-left: 0
    }

    .form-inline .checkbox input[type=checkbox],
    .form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .checkbox,
.form-horizontal .radio {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

.form-horizontal .form-group:after,
.form-horizontal .form-group:before {
    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;
        font-size: 18px
    }
}

@media (min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn.focus,
.btn:focus,
.btn:hover {
    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, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    -webkit-box-shadow: none;
    box-shadow: none
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary.active,
.btn-primary:active,
.open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.btn-primary.dropdown-toggle.focus,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle:hover {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40
}

.btn-primary.active,
.btn-primary:active,
.open>.btn-primary.dropdown-toggle {
    background-image: none
}

.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active,
.btn-success:active,
.open>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.btn-success.dropdown-toggle.focus,
.open>.btn-success.dropdown-toggle:focus,
.open>.btn-success.dropdown-toggle:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}

.btn-success.active,
.btn-success:active,
.open>.btn-success.dropdown-toggle {
    background-image: none
}

.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    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.focus,
.btn-info:focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.active,
.btn-info:active,
.open>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.btn-info.dropdown-toggle.focus,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

.btn-info.active,
.btn-info:active,
.open>.btn-info.dropdown-toggle {
    background-image: none
}

.btn-info.disabled,
.btn-info.disabled.active,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    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.focus,
.btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active,
.btn-warning:active,
.open>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.btn-warning.dropdown-toggle.focus,
.open>.btn-warning.dropdown-toggle:focus,
.open>.btn-warning.dropdown-toggle:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

.btn-warning.active,
.btn-warning:active,
.open>.btn-warning.dropdown-toggle {
    background-image: none
}

.btn-warning.disabled,
.btn-warning.disabled.active,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled],
.btn-warning[disabled].active,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    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.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active,
.btn-danger:active,
.open>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.btn-danger.dropdown-toggle.focus,
.open>.btn-danger.dropdown-toggle:focus,
.open>.btn-danger.dropdown-toggle:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

.btn-danger.active,
.btn-danger:active,
.open>.btn-danger.dropdown-toggle {
    background-image: none
}

.btn-danger.disabled,
.btn-danger.disabled.active,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger[disabled].active,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    color: #337ab7;
    font-weight: 400;
    -webkit-border-radius: 0;
    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:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

.btn-group-sm>.btn,
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.btn-group-xs>.btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

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

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

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

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

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: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    float: left
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 2
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar:after,
.btn-toolbar:before {
    content: " ";
    display: table
}

.btn-toolbar:after {
    clear: both
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    -webkit-border-radius: 0;
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    -webkit-border-radius: 0;
    border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group>.btn+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group-lg.btn-group>.btn+.dropdown-toggle,
.btn-group>.btn-lg+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-group-lg>.btn .caret,
.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-group-lg>.btn .caret,
.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before {
    content: " ";
    display: table
}

.btn-group-vertical>.btn-group:after {
    clear: both
}

.btn-group-vertical>.btn-group>.btn {
    float: none
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    -webkit-border-radius: 0;
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    -webkit-border-radius: 0;
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
    float: none;
    display: table-cell;
    width: 1%
}

.btn-group-justified>.btn-group .btn {
    width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}

[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn input[type=radio],
[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*=col-] {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
    display: table-cell
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
    -webkit-border-radius: 0;
    border-radius: 0
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.input-group-addon.input-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.input-group-addon.input-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
    margin-top: 0
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle {
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn+.btn {
    margin-left: -1px
}

.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
    z-index: 2
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
    margin-right: -1px
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.nav:after,
.nav:before {
    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:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.nav>li.disabled>a {
    color: #777
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #eee;
    border-color: #337ab7
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 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;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #337ab7
}

.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;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
    border: 1px solid #ddd
}

@media (min-width:768px) {

    .nav-tabs-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        -webkit-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:focus,
    .nav-tabs-justified>.active>a:hover,
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:focus,
    .nav-tabs.nav-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

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

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

.navbar:after,
.navbar:before {
    content: " ";
    display: table
}

.navbar:after {
    clear: both
}

@media (min-width:768px) {
    .navbar {
        -webkit-border-radius: 4px;
        border-radius: 4px
    }
}

.navbar-header:after,
.navbar-header:before {
    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;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse:after,
.navbar-collapse:before {
    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;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 340px
}

@media (max-device-width:480px) and (orientation:landscape) {

    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 200px
    }
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width:768px) {

    .container-fluid>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container>.navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

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

.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width:768px) {

    .navbar-fixed-bottom,
    .navbar-fixed-top {
        -webkit-border-radius: 0;
        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: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px
}

.navbar-brand:focus,
.navbar-brand:hover {
    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;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    -webkit-border-radius: 1px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media (min-width:768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }

    .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-nav .open .dropdown-menu>li>a:hover {
        background-image: none
    }
}

@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

    .navbar-nav>li {
        float: left
    }

    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.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, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    margin-top: 8px;
    margin-bottom: 8px
}

@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 .form-control,
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn {
        width: auto
    }

    .navbar-form .input-group>.form-control {
        width: 100%
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox,
    .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox label,
    .navbar-form .radio label {
        padding-left: 0
    }

    .navbar-form .checkbox input[type=checkbox],
    .navbar-form .radio input[type=radio] {
        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;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0
}

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

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.btn-group-sm>.navbar-btn.btn,
.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

.btn-group-xs>.navbar-btn.btn,
.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@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:focus,
.navbar-default .navbar-brand:hover {
    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:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:focus,
.navbar-default .navbar-nav>.disabled>a:hover {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    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:focus,
.navbar-default .navbar-nav>.open>a:hover {
    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:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #333;
        background-color: transparent
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        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:focus,
.navbar-default .btn-link:hover {
    color: #333
}

.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #090909
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
    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:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #090909
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:focus,
.navbar-inverse .navbar-nav>.disabled>a:hover {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    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:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    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:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #fff;
        background-color: transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #fff;
        background-color: #090909
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        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:focus,
.navbar-inverse .btn-link:hover {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>li+li:before {
    content: "/ ";
    padding: 0 5px;
    color: #ccc
}

.breadcrumb>.active {
    color: #777
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 3;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center
}

.pager:after,
.pager:before {
    content: " ";
    display: table
}

.pager:after {
    clear: both
}

.pager li {
    display: inline
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 15px;
    border-radius: 15px
}

.pager li>a:focus,
.pager li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.pager .next>a,
.pager .next>span {
    float: right
}

.pager .previous>a,
.pager .previous>span {
    float: left
}

.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
    color: #777;
    background-color: #fff;
    cursor: not-allowed
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    -webkit-border-radius: .25em;
    border-radius: .25em
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

a.label:focus,
a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label-default {
    background-color: #777
}

.label-default[href]:focus,
.label-default[href]:hover {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #337ab7
}

.label-primary[href]:focus,
.label-primary[href]:hover {
    background-color: #286090
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:focus,
.label-success[href]:hover {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:focus,
.label-info[href]:hover {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:focus,
.label-warning[href]:hover {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:focus,
.label-danger[href]:hover {
    background-color: #c9302c
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #777;
    -webkit-border-radius: 10px;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-group-xs>.btn .badge,
.btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #337ab7;
    background-color: #fff
}

.list-group-item>.badge {
    float: right
}

.list-group-item>.badge+.badge {
    margin-right: 5px
}

.nav-pills>li>a>.badge {
    margin-left: 3px
}

a.badge:focus,
a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 700
}

.alert>p,
.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media,
.media-body {
    zoom: 1;
    overflow: hidden
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-object.img-thumbnail {
    max-width: none
}

.media-right,
.media>.pull-right {
    padding-left: 10px
}

.media-left,
.media>.pull-left {
    padding-right: 10px
}

.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

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

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5
}

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

.clearfix:after,
.clearfix:before {
    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
}

.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-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important
}

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

    table.visible-xs {
        display: table !important
    }

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

    td.visible-xs,
    th.visible-xs {
        display: table-cell !important
    }
}

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

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

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

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

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

    td.visible-sm,
    th.visible-sm {
        display: table-cell !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

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

    table.visible-md {
        display: table !important
    }

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

    td.visible-md,
    th.visible-md {
        display: table-cell !important
    }
}

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

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

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

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

    table.visible-lg {
        display: table !important
    }

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

    td.visible-lg,
    th.visible-lg {
        display: table-cell !important
    }
}

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

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

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

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

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

    table.visible-print {
        display: table !important
    }

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

    td.visible-print,
    th.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

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

.visible-print-inline {
    display: none !important
}

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

.visible-print-inline-block {
    display: none !important
}

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

@media print {
    .hidden-print {
        display: none !important
    }
}

@font-face {
    font-family: Montserrat;
    src: url(fonts/Montserrat.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Montserrat - Black";
    src: url("fonts/Montserrat - Black.ttf") format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Montserrat - Semi Bold";
    src: url("fonts/Montserrat - Semi Bold.ttf") format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Montserrat - Extra Bold";
    src: url("fonts/Montserrat - Extra Bold.ttf") format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: ProximaNova-LightIt;
    src: url(fonts/ProximaNova-LightIt.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Proxima Nova";
    src: url("fonts/Proxima Nova.ttf") format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Proxima Nova - Semibold";
    src: url("fonts/Proxima Nova - Semibold.ttf") format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Proxima Nova - Extrabld";
    src: url("fonts/Proxima Nova - Extrabld.ttf") format("truetype");
    font-weight: 400;
    font-style: normal
}

* {
    padding: 0;
    margin: 0
}

body {
    font-family: Montserrat
}

body.active {
    overflow-y: hidden
}

ul {
    margin: 0;
    padding: 0
}

.page-title {
    color: #222;
    font-size: 36px;
    font-family: Montserrat;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center
}

.wrapper {
    overflow: hidden;
    width: 100%;
    background: #fff;
    margin: auto;
    max-width: 100%;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.wrapper:after {
    display: none;
    content: '';
    z-index: 25;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5)
}

.wrapper.active {
    -webkit-transform: translate(350px, 0);
    -ms-transform: translate(350px, 0);
    transform: translate(350px, 0);
    overflow-x: hidden
}

.wrapper.active:after {
    display: block
}

.line-27 {
    margin: auto;
    width: 27px;
    height: 14px;
    background-color: #be1024
}

.line-20 {
    margin: auto;
    width: 20px;
    height: 8px;
    background-color: #be1024
}

.container-content {
    width: 100%;
    max-width: 1211px;
    margin: auto
}

.container-full {
    width: 100%;
    max-width: 1600px;
    margin: auto;
    padding: 0 30px
}

.container-1360 {
    width: 100%;
    max-width: 1360px;
    margin: auto
}

.container-1470 {
    width: 100%;
    max-width: 1530px;
    margin: auto;
    padding: 0 30px
}

.panel-menu {
    background: #fff;
    position: absolute;
    height: 100%;
    width: 350px;
    z-index: 999999999;
    left: -455px;
    overflow-y: auto;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.panel-menu.active {
    left: 0
}

.panel-menu-top {
    padding-bottom: 40px;
    border-bottom: 1px solid #000
}

.panel-menu-close {
    position: absolute;
    top: 9px;
    right: 9px;
    cursor: pointer
}

.panel-menu-close i {
    font-size: 24px;
    font-weight: 700;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.panel-menu-close i:before {
    color: #000
}

.panel-menu-close:hover i {
    opacity: .45
}

.panel-menu-title {
    margin-top: 15px;
    text-align: center;
    font-size: 25px
}

.panel-menu-list ul {
    list-style: none
}

.panel-menu-list ul li {
    font-size: 18px
}

.panel-menu-list ul li a {
    text-decoration: none;
    padding: 10px 0 10px 40px;
    display: block;
    color: #000;
    background-color: transparent;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease
}

.panel-menu-list ul li a:hover {
    background-color: #ebeced
}

.header {
    z-index: 10;
    width: 100%;
    padding: 0 22px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(10, 17, 40, .3);
    height: 42px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.header-navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

.header-navigation-btn {
    cursor: pointer;
    margin-right: 56px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.header-navigation-btn i {
    font-size: 21px
}

.header-navigation-btn i:before {
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.header-navigation-btn i:hover:before {
    color: #000
}

.header-navigation-menu li {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .3px;
    margin-right: 40px
}

.header-navigation-menu li a {
    color: #fff;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    text-decoration: none
}

.header-navigation-menu li a:hover {
    color: #000
}

.header-options {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.header-options-call_back {
    color: #fff;
    font-family: 'Montserrat - Semi Bold';
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 40px;
    font-size: 14px;
    font-weight: 400
}

.header-options-call_back i {
    font-size: 12px;
    margin-right: 20px
}

.header-options-call_back i:before {
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.header-options-call_back p {
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    margin: 0
}

.header-options-call_back:hover p {
    color: #000
}

.header-options-call_back:hover i:before {
    color: #000
}

.header-options-language li {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    font-family: "Proxima Nova"
}

.header-options-language li a {
    color: rgba(255, 255, 255, .51);
    text-decoration: none;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.header-options-language li a:hover {
    color: #000
}

.header-options-language li.active a {
    color: #fff
}

.header-options-language li.active a:hover {
    color: #fff
}

.header-options-language li:first-child:after {
    content: " /";
    color: #fff;
    padding: 0 10px
}

.header-info {
    position: absolute;
    top: 57px;
    right: 20px;
    background-color: rgba(10, 17, 40, .31);
    width: 208px
}

.header-phone {
    padding-left: 18px;
    padding: 14px 0 14px 18px;
    font-size: 22px;
    font-weight: 500
}

.header-phone p {
    line-height: 1
}

.header-phone p:last-child {
    margin: 0
}

.header-phone a {
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    font-weight: 500;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.header-phone a span {
    font-size: 18px;
    font-weight: 300
}

.header-phone a:hover {
    color: #000
}

.header-application {
    height: 40px;
    background-color: rgba(190, 16, 36, .76);
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 25px
}

.header-application:hover {
    background-color: rgba(255, 255, 255, .27)
}

.header-application p {
    color: #fff;
    font-family: "Proxima Nova";
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    margin: 0 0 0 21px
}

.header-logo {
    position: absolute;
    left: 20px;
    top: 50px
}

.home-slider {
    width: 100%;
    position: relative
}

.home-slider .slick-dotted.slick-slider {
    margin-bottom: 0
}

.home-slider .one-sliders .slick-dots {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 27px;
    width: auto;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content
}

.home-slider .one-sliders .slick-dots li {
    background-color: #fff;
    display: block;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 44px 0;
    position: relative
}

.home-slider .one-sliders .slick-dots li button {
    opacity: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute
}

.home-slider .one-sliders .slick-dots li:after {
    content: '';
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    width: 21px;
    height: 21px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #fff
}

.home-slider .one-sliders .slick-dots li.slick-active:after {
    width: 27px;
    height: 27px
}

.home-slider .one-slider {
    position: relative
}

.home-slider .one-slider .container-content {
    top: 50%;
    left: 50%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute
}

.home-slider .one-slider-img {
    width: 100%;
    height: 100%
}

.home-slider .one-slider-img:after {
    width: 100%;
    height: 100%;
    background-size: cover;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../img/line-header.png)
}

.home-slider .one-slider-img span {
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: rgba(11, 11, 15, .27)
}

.home-slider .one-slider-img img {
    width: 100%
}

.home-slider .one-slider-info {
    top: 255px;
    left: 0;
    position: absolute
}

.home-slider .one-slider-info .page-title {
    color: #f8faff;
    font-family: Montserrat;
    font-size: 36px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-align: left;
    font-weight: 700;
    position: relative
}

.home-slider .one-slider-info .page-title i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -87px
}

.home-slider .one-slider-info p {
    max-width: 885px;
    height: 61px;
    color: #fff;
    font-family: "Proxima Nova - Semibold";
    font-size: 14px;
    font-weight: 400;
    padding-left: 4px;
    line-height: 24px;
    margin-bottom: 36px
}

.home-slider .one-slider-info a {
    display: block;
    color: #fff;
    font-family: "Montserrat - Semi Bold";
    font-size: 12px;
    font-weight: 400;
    line-height: 30px;
    text-transform: uppercase;
    padding-left: 59px;
    position: relative
}

.home-slider .one-slider-info a span {
    width: 36px;
    height: 36px;
    position: absolute;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    left: 3px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff
}

.home-slider .one-slider-info a span svg {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.home-slider .one-slider-info a span:after {
    content: '';
    width: 45px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 45px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #fff
}

.home-slider .one-sliders-num {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 104px;
    height: 53px;
    background-color: rgba(255, 255, 255, .64);
    color: #fff
}

.home-slider .one-sliders-num p {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-shadow: 5px 8px 90px rgba(102, 102, 102, .97);
    color: #fff;
    font-family: Montserrat;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400
}

.home-slider .one-sliders-num p span {
    font-family: "Montserrat - Black";
    font-size: 16px;
    font-weight: 900;
    display: inline-block
}

.main-menu {
    z-index: 20;
    position: relative;
    width: 100%;
    height: 140px;
    max-width: 1211px;
    margin: -70px auto 54px;
    background-color: #fff
}

.main-menu ul {
    list-style: none;
    -webkit-box-shadow: 5px 8px 90px rgba(228, 228, 228, .76);
    box-shadow: 5px 8px 90px rgba(228, 228, 228, .76);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

.main-menu li {
    text-align: center;
    height: 100%;
    width: 14.285714286%;
    border-right: 1px solid #e4e4e4;
    position: relative
}

.main-menu li.active a {
    background-color: #2d2d2d;
    color: #fff;
    font-weight: 700
}

.main-menu li.active a i:before {
    color: #fff
}

.main-menu li i {
    position: absolute;
    bottom: 68px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.main-menu li i:before {
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    color: #9c9c9c
}

.main-menu li:last-child {
    border: 0
}

.main-menu li a {
    padding-top: 90px;
    display: block;
    text-decoration: none;
    color: #222;
    font-family: "Proxima Nova";
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #fff
}

.main-menu li a:hover {
    background-color: #2d2d2d;
    color: #fff;
    font-weight: 700
}

.main-menu li a:hover i:before {
    color: #fff
}

.main-menu li:hover .main-menu-dop {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.main-menu-dop {
    display: none !important;
    width: 1459px;
    left: 50%;
    position: fixed;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-top: 3px solid #2d2d2d;
    width: 1459px;
    height: auto !important;
    -webkit-box-shadow: 0 1px 47px 12px rgba(243, 244, 247, .49);
    box-shadow: 0 1px 47px 12px rgba(243, 244, 247, .49);
    background-color: #fff;
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    padding: 23px 15px
}

.main-menu-dop li {
    width: auto !important;
    height: auto !important;
    border: 0 !important;
    margin: 7px 9px
}

.main-menu-dop li a {
    color: #222 !important;
    font-family: "Montserrat - Semi Bold";
    font-size: 12px;
    font-weight: 400;
    background-color: #f3f4f7 !important;
    line-height: 18px;
    position: relative;
    width: 185px;
    height: 85px;
    padding: 0;
    background-color: transparent;
    padding-top: 40px !important;
    overflow: hidden
}

.main-menu-dop li a i {
    position: absolute;
    top: 6px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.main-menu-dop li a i.icon-dop-hover {
    opacity: 0;
    width: 28px
}

.main-menu-dop li a i.icon-dop-hover img {
    width: 100%
}

.main-menu-dop li a i.icon-dop-normal {
    opacity: 1;
    width: 28px
}

.main-menu-dop li a i.icon-dop-normal img {
    width: 100%
}

.main-menu-dop li a i:before {
    color: #222 !important
}

.main-menu-dop li a:hover {
    background-color: #2d2d2d !important;
    color: #fff !important
}

.main-menu-dop li a:hover i.icon-dop-hover {
    opacity: 1
}

.main-menu-dop li a:hover i.icon-dop-normal {
    opacity: 0
}

.main-menu-dop li a:hover i:before {
    color: #fff !important
}

.find-cost {
    position: relative;
    margin-bottom: 52px;
    min-height: 265px
}

.find-cost.form-back .find-cost-lvl.form-lvl-1 {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    z-index: 8
}

.find-cost.form-back .find-cost-lvl.form-lvl-2 {
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
    z-index: 7
}

.find-cost.form-back .find-cost-lvl.form-lvl-3 {
    z-index: 6;
    -webkit-transition-delay: .9s;
    transition-delay: .9s
}

.find-cost.form-back .find-cost-form {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.find-cost .container-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.find-cost-back {
    cursor: pointer
}

.find-cost-back:hover:before {
    background-color: rgba(0, 0, 0, .35)
}

.find-cost-main {
    cursor: pointer;
    overflow: hidden;
    width: 318px;
    z-index: 11;
    -webkit-box-shadow: 6px -7px 90px rgba(65, 65, 65, .09);
    box-shadow: 6px -7px 90px rgba(65, 65, 65, .09);
    background-color: #fff;
    position: relative;
    padding: 60px 0 60px 40px
}

.find-cost-main.active .line-27,
.find-cost-main.active p {
    opacity: 0
}

.find-cost-main.active:after {
    content: '<< Вернуться';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 30px;
    z-index: 11;
    color: #222;
    font-weight: 700;
    -webkit-animation: active-after 1footer-bgs infinite cubic-bezier(.46, .01, .49, .99) alternate;
    animation: active-after 1footer-bgs infinite cubic-bezier(.46, .01, .49, .99) alternate
}

.find-cost-main .line-27 {
    margin: 0 0 22px;
    z-index: 5;
    position: relative
}

.find-cost-main p {
    color: #222;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    z-index: 5;
    position: relative
}

.find-cost-main .question-1 {
    display: block;
    position: absolute;
    background-image: url(../img/find-cost-why-1.png);
    background-size: contain;
    width: 50px;
    height: 65px;
    top: 11px;
    right: 199px
}

.find-cost-main .question-2 {
    display: block;
    position: absolute;
    background-image: url(../img/find-cost-why-2.png);
    background-size: contain;
    width: 139px;
    height: 179px;
    top: 52px;
    right: 44px
}

.find-cost-lvl {
    padding-left: 42px;
    width: 276px;
    -webkit-box-shadow: 5px 8px 90px rgba(102, 102, 102, .21);
    box-shadow: 5px 8px 90px rgba(102, 102, 102, .21);
    background-color: #fafafa;
    position: relative;
    padding-top: 54px;
    opacity: 1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.find-cost-lvl.form-lvl-1 {
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
    z-index: 8
}

.find-cost-lvl.form-lvl-2 {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    z-index: 7
}

.find-cost-lvl.form-lvl-3 {
    z-index: 6
}

.find-cost-lvl:after {
    width: 15px;
    height: 17px;
    content: '';
    top: 50%;
    left: -2px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    background-image: url(../img/find-cost-arrow.svg)
}

.find-cost-lvl:before {
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .2)
}

.find-cost-lvl.active .find-cost-lvl-back {
    display: block
}

.find-cost-lvl.active:before {
    display: none
}

.find-cost-lvl.no-active {
    opacity: 0;
    -webkit-transform: translateX(-276px);
    -ms-transform: translateX(-276px);
    transform: translateX(-276px)
}

.find-cost-lvl.form-start:before {
    display: none
}

.find-cost-lvl .find-cost-text {
    margin-bottom: 70px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.find-cost-lvl .find-cost-text span {
    color: #222;
    font-family: "Montserrat - Semi Bold";
    font-size: 55px;
    font-weight: 400;
    line-height: 64.78px;
    margin-right: 20px
}

.find-cost-lvl .find-cost-text p {
    margin-bottom: 0;
    color: #222;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px
}

.find-cost-lvl .select__gap {
    cursor: pointer;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: block;
    background-color: #ebeced;
    height: 46px;
    text-align: center;
    width: 216px;
    color: #222;
    font-family: "Proxima Nova";
    font-size: 14px;
    font-weight: 300;
    line-height: 46px;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.find-cost-lvl .select__gap:hover {
    background-color: #be1024;
    color: #fff
}

.find-cost-lvl .select__list {
    list-style: none;
    -webkit-box-shadow: 5px 8px 90px rgba(102, 102, 102, .21);
    box-shadow: 5px 8px 90px rgba(102, 102, 102, .21);
    background-color: #fff
}

.find-cost-lvl .select__list li {
    cursor: pointer;
    font-family: "Proxima Nova";
    font-size: 14px;
    font-weight: 300;
    padding: 6px 0;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease
}

.find-cost-lvl .select__list li:hover {
    background-color: #ebeced
}

.find-cost-lvl .select__list span {
    text-align: center;
    width: 100%;
    display: block
}

.find-cost-form {
    width: 872px;
    height: 211px;
    -webkit-box-shadow: 5px 8px 90px rgba(102, 102, 102, .21);
    box-shadow: 5px 8px 90px rgba(102, 102, 102, .21);
    background-color: #fff;
    position: absolute;
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translateX(-554px);
    -ms-transform: translateX(-554px);
    transform: translateX(-554px);
    -webkit-transition-delay: .9s;
    transition-delay: .9s;
    text-align: center
}

.find-cost-form-back {
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: 16px
}

.find-cost-form.active {
    -webkit-transform: translateX(336px);
    -ms-transform: translateX(336px);
    transform: translateX(336px);
    opacity: 1;
    z-index: 10
}

.find-cost-form h2 {
    margin-bottom: 20px
}

.find-cost-form-inputs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 20px
}

.find-cost-form-inputs p {
    margin: 0 15px
}

.find-cost-form-inputs input {
    width: 100%;
    height: 49px;
    background-color: #fafafa;
    color: #222;
    font-family: "Proxima Nova";
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    padding-left: 32px;
    border: 0
}

.find-cost-form button {
    width: 255px;
    height: 50px;
    background-color: #be1024;
    margin: auto;
    text-align: center;
    color: #fff;
    font-family: "Proxima Nova";
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    border: 0;
    display: block;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: relative
}

.find-cost-form button:after {
    content: '';
    opacity: 1;
    position: absolute;
    top: 50%;
    fill: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    right: 50px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(../img/page-vacancies-form-btn.png);
    width: 33px;
    height: 15px
}

.find-cost-form button:hover {
    background-color: #222
}

.find-cost-form button:hover:after {
    right: 17px;
    opacity: 0;
    background-color: transparent
}

.trust-us {
    margin-bottom: 79px
}

.trust-us .page-title {
    margin-bottom: 34px
}

.trust-us .line-27 {
    margin-bottom: 52px
}

.trust-us .container-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.trust-us-block {
    min-width: 245px;
    position: relative;
    padding-top: 161px
}

.trust-us-block img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.trust-us-block p {
    color: #222;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    margin-bottom: 37px
}

.trust-us-block a {
    width: 202px;
    margin: auto;
    height: 59px;
    border: 1px solid #282828;
    background-color: #fff;
    display: block;
    text-align: center;
    line-height: 59px;
    color: #222;
    font-family: "Proxima Nova - Semibold";
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.trust-us-block a:hover {
    background-color: #bc1024;
    color: #fff;
    border-color: #bc1024
}

.home-reviews .line-27 {
    margin-bottom: 44px
}

.home-reviews .container-full {
    padding: 0
}

.home-reviews .home-reviews-sliser {
    width: 100%
}

.home-reviews .home-reviews-sliser .slick-list {
    padding-top: 32px;
    padding-bottom: 73px
}

.home-reviews .home-review {
    width: 485px;
    height: 284px;
    margin: 0 30px;
    -webkit-box-shadow: 5px 8px 90px rgba(234, 234, 234, .76);
    box-shadow: 5px 8px 90px rgba(234, 234, 234, .76);
    background-color: #fff;
    text-align: center;
    padding: 38px 37px 0
}

.home-reviews .home-review .line-20 {
    margin-bottom: 15px
}

.home-reviews .home-review-name {
    color: #2f2f2f;
    font-family: "Proxima Nova";
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 12px
}

.home-reviews .home-review-position {
    color: #2f2f2f;
    margin-bottom: 13px;
    font-family: "Proxima Nova";
    font-size: 16px;
    line-height: 1;
    font-weight: 300
}

.home-reviews .home-review-info {
    color: #2f2f2f;
    font-family: "Proxima Nova";
    font-size: 14px;
    font-weight: 300;
    height: 146px;
    overflow: hidden;
    line-height: 24px
}

.home-news {
    padding-bottom: 60px
}

.home-news .line-27 {
    margin-bottom: 57px
}

.home-news .container-full {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 36px
}

.home-news-open a {
    margin: auto;
    display: block;
    width: 221px;
    height: 53px;
    border: 1px solid #282828;
    text-align: center;
    line-height: 53px;
    color: #222;
    font-family: "Proxima Nova - Semibold";
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    background-color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.home-news-open a:hover {
    background-color: #bc1024;
    color: #fff;
    border-color: #bc1024
}

.home-news-block {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.home-news-img {
    width: 380px;
    height: 225px;
    max-width: 100%
}

.home-news-img img {
    width: 100%;
    height: 100%
}

.home-news-content {
    margin-left: 30px;
    width: 350px;
    padding-top: 22px
}

.home-news-date {
    color: #818181;
    font-family: "Proxima Nova";
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 19px
}

.home-news-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #222;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 15px
}

.home-news-text {
    height: 96px;
    color: #2f2f2f;
    font-family: "Proxima Nova";
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    overflow: hidden;
    margin-bottom: 15px
}

.home-news-next {
    font-family: "Proxima Nova";
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase
}

.home-news-next a {
    color: #222
}

.home-baner_info {
    margin-bottom: 68px;
    padding-top: 78px;
    width: 100%;
    overflow: hidden
}

.home-baner_info .container-full {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.home-baner_info h1 {
    margin-bottom: 41px;
    color: #fff;
    position: relative;
    font-size: 36px;
    font-family: Montserrat;
    font-weight: 700;
    margin-top: 20px;
    text-align: center
}

.home-baner_info .line-27 {
    margin-bottom: 47px;
    position: relative
}

.home-baner_info-block {
    text-align: center;
    padding-top: 97px;
    width: 16.66%;
    position: relative
}

.home-baner_info-block img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.home-baner_info-num {
    font-family: Montserrat;
    font-size: 48px;
    font-weight: 700;
    color: #be1024;
    line-height: 1;
    margin-bottom: 20px
}

.home-baner_info-num span {
    color: #fff
}

.home-baner_info-name {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px
}

.home-tabs {
    margin-bottom: 70px
}

.home-tabs .line-27 {
    margin-bottom: 41px
}

.home-tabs-list {
    list-style: none;
    margin: 0 auto 61px;
    width: 983px;
    height: 62px;
    -webkit-box-shadow: 5px 8px 90px #eaeaea;
    box-shadow: 5px 8px 90px #eaeaea;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.home-tabs-list li {
    height: 100%;
    border-right: 1px solid #f3f4f7
}

.home-tabs-list li:last-child {
    border-right: none
}

.home-tabs-list li a {
    padding: 0 47px;
    display: block;
    line-height: 61px;
    color: #000;
    text-decoration: none;
    height: 100%;
    color: #212121;
    font-family: "Proxima Nova";
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.home-tabs-list li.ui-tabs-active a {
    background-color: #bc1024;
    color: #fff;
    font-family: "Proxima Nova - Semibold";
    font-weight: 600
}

.home-tabs-list li:hover a {
    background-color: #bc1024;
    color: #fff
}

.home-tabs .home-tab-slicks {
    height: 268px
}

.home-tabs .home-tab-slick {
    position: relative;
    height: 268px;
    background-color: #fafafa
}

.home-tabs .home-tab-slick:nth-child(2n+1) {
    background-color: #f3f4f7
}

.home-tabs .home-tab-slick img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes shine {
    100% {
        left: 125%
    }
}

.home-footer {
    height: 731px;
    overflow: hidden;
    padding-top: 145px;
    position: relative
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    padding-bottom: 50px;
}
.copyrighted {
    position: absolute;
    left: 50%;
    -webkit-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    transform: translatex(-50%);
    bottom: 0;

}
.home-footer .parallax-footer-logo {
    position: absolute;
    left: 50%;
    opacity: .2;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 0
}

.home-footer .parallax-footer-logo img {
    min-width: -webkit-max-content !important;
    min-width: -moz-max-content !important;
    min-width: max-content !important;
    min-height: -webkit-max-content !important;
    min-height: -moz-max-content !important;
    min-height: max-content !important
}

.home-footer:after {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg)
}

.home-footer:before {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    max-width: 1300px;
    height: 100%;
    background-color: #18191c;
    opacity: .28
}

.home-footer .home-footer-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 100%
}

.home-footer .home-footer-left .home-footer-block {
    width: 50%
}

.home-footer .home-footer-right {
    max-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.home-footer .home-footer-right .home-footer-block {
    width: 50%
}

.home-footer .container-content {
    z-index: 2;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.home-footer ul {
    list-style: none
}

.home-footer-title {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 35px
}

.home-footer-dop_list {
    margin-bottom: 25px
}

.home-footer-dop_list p {
    margin-bottom: 20px
}

.home-footer-dop_list p a {
    color: #fff;
    font-family: "Proxima Nova - Semibold";
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.home-footer-dop_list p a:hover {
    opacity: 1
}

.home-footer-dop_list li {
    margin-bottom: 10px
}

.home-footer-dop_list li a {
    padding-left: 15px;
    color: #fff;
    font-family: "Proxima Nova";
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.home-footer-dop_list li a:hover {
    opacity: 1
}

.home-footer-list li {
    margin-bottom: 15px
}

.home-footer-list li a {
    color: #fff;
    font-family: "Proxima Nova";
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.home-footer-list li a:hover {
    opacity: 1
}

.home-footer-phone {
    padding-left: 37px;
    margin-bottom: 5px;
    position: relative
}

.home-footer-phone i {
    position: absolute;
    left: 0;
    font-size: 13px;
    top: 3px
}

.home-footer-phone i:before {
    color: rgba(255, 255, 255, .61)
}

.home-footer-phone p {
    margin-bottom: 20px;
    line-height: 1
}

.home-footer-phone a {
    color: #fff;
    font-family: "Proxima Nova - Semibold";
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    text-decoration: none
}

.home-footer-phone a span {
    font-size: 16px
}

.home-footer-address {
    margin-bottom: 40px;
    padding-left: 37px;
    color: #fff;
    font-family: "Proxima Nova";
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
    position: relative
}

.home-footer-address i {
    position: absolute;
    left: 0;
    top: -4px
}

.home-footer-address .footer-address {
    left: 0;
    top: 0;
    position: absolute;
    background-image: url(../img/footer-address.png);
    width: 14px;
    height: 20px
}

.home-footer-social {
    margin-bottom: 45px
}

.home-footer-social p {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 23px
}

.home-footer-social a {
    text-decoration: none;
    margin-right: 33px
}

.home-footer-social a i {
    font-size: 30px
}

.home-footer-social a i:before {
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    color: #fff
}

.home-footer-social a:hover i:before {
    color: #fff
}

.home-footer-QR p {
    margin-bottom: 31px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    margin-bottom: 31px
}


.copyrighted .container-full {
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.copyrighted-left {
    color: #fff;
    font-family: "Proxima Nova";
    font-size: 12px;
    font-weight: 400;
    line-height: 18px
}

.copyrighted-right {
    color: #fff;
    font-family: "Proxima Nova";
    font-size: 12px;
    font-weight: 300;
    line-height: 18px
}

.copyrighted-right span {
    color: #6d5cee;
    font-weight: 700
}

.title-img {
    width: 100%;
    position: relative;
    background-color: rgba(0, 0, 0, .49)
}

.title-img:after {
    width: 100%;
    height: 565px;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../img/line-header.png)
}

.title-img img {
    width: 100%;
    position: relative;
    z-index: -1;
}

.title-img.panel-protection .title-img-text {
    padding-left: 20px
}

.title-img.panel-protection h1 {
    margin-bottom: 10px
}

.title-img.panel-protection p {
    max-height: 72px;
    overflow-y: hidden;
    max-width: 760px;
    color: #fff;
    font-family: "Proxima Nova - Semibold";
    font-size: 14px;
    font-weight: 400;
    line-height: 24px
}

.title-img-text {
    left: 303px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 303px
}

.title-img-text h1 {
    margin: 0;
    color: #f8faff;
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    font-family: 'Montserrat - Semi Bold'
}

.title-img-text i {
    position: absolute;
    left: -28px;
    bottom: 50%;
    -webkit-transform: translate(-100%, 50%);
    -ms-transform: translate(-100%, 50%);
    transform: translate(-100%, 50%)
}

.title-img-text i:before {
    color: #fff;
    text-shadow: -19px 11px 2px rgba(243, 243, 243, .35)
}

.title-img-text i.icon-question-1 {
    font-size: 74px
}

.title-img-text i.icon-images {
    font-size: 42px
}

.title-img-text i.icon-remote-control-buttons {
    font-size: 64px
}

.title-img-text i.icon-percent {
    font-size: 55px
}

.title-img-text i.icon-telephone-receiver-with-circular-arrows {
    font-size: 62px
}

.title-img-text i.icon-bullseye {
    font-size: 68px
}

.prise-list {
    width: 100%;
    max-width: 1296px;
    margin: auto
}

.prise-list .page-title {
    margin-bottom: 24px;
    margin-top: 72px
}

.prise-list .line-27 {
    margin-bottom: 54px
}

.prise-list-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.prise-list .left-tab {
    padding-top: 44px;
    width: 100%
}

.prise-list-title {
    margin-bottom: 35px;
    padding-left: 49px;
    color: #222;
    font-size: 24px;
    font-weight: 700;
    line-height: 18px;
    position: relative
}

.prise-list-title:after {
    content: '';
    display: block;
    width: 16px;
    height: 7px;
    background-color: #be1024;
    position: absolute;
    top: 50%;
    left: 17px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.prise-list-select {
    display: inline-block;
    position: relative;
    margin-bottom: 44px
}

.prise-list-select:after {
    content: ">";
    font-size: 12px;
    position: absolute;
    right: 35px;
    top: 19px;
    z-index: 1;
    text-align: center;
    pointer-events: none;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #737373;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.prise-list-select .select {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    width: 100%
}

.prise-list-select .select ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    position: absolute;
    z-index: 99;
    background: #fff
}

.prise-list-select .select-wrap {
    max-width: 700px;
    width: 100%;
    margin: 20px auto
}

.prise-list-select .select-wrap select {
    margin: 20px
}

.prise-list-select .select__gap {
    padding: 0 62px 0 45px;
    width: 330px;
    height: 55px;
    border: 1px solid #e7e7e7;
    background-color: #fff;
    text-align: center;
    -moz-text-align-last: center;
    text-align-last: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #222;
    font-family: "Proxima Nova";
    font-size: 14px;
    font-weight: 700;
    line-height: 51px;
    cursor: pointer
}

.prise-list-select .select__list {
    background: 0 0;
    border: 1px solid #222;
    margin: 0 0;
    width: 100%
}

.prise-list-select .select__list.on {
    display: block
}

.prise-list-select .select__item span {
    display: block;
    padding: 10px 15px;
    cursor: pointer;
    color: #333
}

.prise-list-select .select__item span:hover,
.prise-list-select .select__item.selected {
    background-color: #ebeced
}

.prise-list-table {
    margin-bottom: 42px;
    -webkit-box-shadow: 5px 8px 90px rgba(191, 191, 191, .34);
    box-shadow: 5px 8px 90px rgba(191, 191, 191, .34);
    background-color: #fff
}

.prise-list-table .table-name {
    padding: 30px 0 20px 31px;
    color: #222;
    font-size: 20px;
    font-weight: 700;
    line-height: 18px
}

.prise-list-table table {
    width: 100%;
    border-spacing: 0
}

.prise-list-table tr {
    height: 90px
}

.prise-list-table tr:first-child {
    height: 69px
}

.prise-list-table tr:last-child td {
    border-bottom: 0
}

.prise-list-table tr:nth-child(2) td:nth-child(1) {
    font-size: 14px;
    border-bottom: 0;
    border-left: 0;
    padding-left: 28px;
    text-align: left
}

.prise-list-table tr:nth-child(2) td:nth-child(2) {
    text-align: center
}

.prise-list-table th {
    border: 1px solid #ebeef4;
    border-top: 2px solid #ebeef4;
    height: 69px;
    color: #222;
    font-family: "Proxima Nova - Semibold";
    font-size: 12px;
    background-color: #f9f9f9;
    font-weight: 400;
    line-height: 18px
}

.prise-list-table th:nth-child(2n) {
    background-color: #ebeef4
}

.prise-list-table th span {
    font-family: "Proxima Nova";
    font-weight: 300
}

.prise-list-table th:first-child {
    font-size: 16px;
    padding-left: 29px;
    width: 290px;
    border-left: 0
}

.prise-list-table th:nth-child(2) {
    padding-left: 14px;
    width: 114px
}

.prise-list-table th:nth-child(3),
.prise-list-table th:nth-child(4) {
    padding-left: 8px;
    width: 66px
}

.prise-list-table th:nth-child(5) {
    padding-left: 15px;
    width: 98px
}

.prise-list-table th:nth-child(6) {
    padding-left: 11px;
    width: 102px
}

.prise-list-table th:nth-child(7) {
    padding-left: 10px;
    width: 109px
}

.prise-list-table th:last-child {
    border-right: 0
}

.prise-list-table td {
    border: 1px solid #ebeef4;
    text-align: center;
    color: #222;
    font-family: "Proxima Nova - Semibold";
    font-size: 12px;
    font-weight: 400;
    line-height: 18px
}

.prise-list-table td:last-child {
    border-right: 0
}

.prise-list-table td:nth-child(1) {
    text-align: center
}

.prise-list-btn {
    display: block;
    width: 284px;
    height: 49px;
    -webkit-box-shadow: 5px 8px 90px rgba(191, 191, 191, .21);
    box-shadow: 5px 8px 90px rgba(191, 191, 191, .21);
    border: 1px solid #333;
    background-color: #fff;
    margin-bottom: 40px;
    position: relative;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease
}

.prise-list-btn a {
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    text-align: center;
    line-height: 49px;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #222;
    font-family: "Proxima Nova";
    font-size: 14px;
    font-weight: 700;
    display: block
}

.prise-list-btn svg {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -12px;
    background-color: #fff;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.prise-list-btn:hover {
    background-color: #333
}

.prise-list-btn:hover a {
    color: #fff
}

.prise-list-btn:hover svg {
    opacity: 0
}

.left-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.left-tabs-list {
    margin-bottom: 40px;
    width: 380px;
    list-style: none;
    -webkit-box-shadow: 5px 8px 90px rgba(191, 191, 191, .34);
    box-shadow: 5px 8px 90px rgba(191, 191, 191, .34);
    background-color: #fff
}

.left-tabs-list li {
    height: 72px;
    position: relative;
    background-color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.left-tabs-list li i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 34px
}

.left-tabs-list li i:before {
    color: #222;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.left-tabs-list li i.icon-shield-1:before {
    font-size: 29px
}

.left-tabs-list li i.icon-shield-1.galery-icon:before {
    font-size: 24px
}

.left-tabs-list li i.icon-remote-control {
    left: 32px
}

.left-tabs-list li i.icon-remote-control:before {
    font-size: 32px
}

.left-tabs-list li i.icon-cctv:before {
    font-size: 28px
}

.left-tabs-list li i.icon-contract {
    font-size: 24px
}

.left-tabs-list li i.icon-newspaper-1 {
    font-size: 23px
}

.left-tabs-list li i.icon-contract {
    font-size: 24px
}

.left-tabs-list li i.icon-folders {
    font-size: 21px
}

.left-tabs-list li i.icon-credit-card {
    font-size: 22px
}

.left-tabs-list li i.icon-question-2 {
    font-size: 22px
}

.left-tabs-list li:after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    background-color: #cecece;
    height: 20px;
    top: 50%;
    left: 86px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.left-tabs-list li:before {
    content: '';
    position: absolute;
    right: -54px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 36px solid transparent;
    border-left: 18px solid transparent;
    opacity: .9
}

.left-tabs-list li a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 72px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    padding-left: 105px;
    display: block;
    color: #222;
    font-family: "Proxima Nova - Semibold";
    font-size: 14px;
    font-weight: 400;
    text-decoration: none
}

.left-tabs-list li.ui-tabs-active {
    background-color: #be1024
}

.left-tabs-list li.ui-tabs-active a,
.left-tabs-list li.ui-tabs-active i:before {
    color: #fff
}

.left-tabs-list li.ui-tabs-active:before {
    border-left-color: #be1024
}

.left-tabs-list li:hover {
    background-color: #be1024
}

.left-tabs-list li:hover a,
.left-tabs-list li:hover i:before {
    color: #fff
}

.left-tabs-content {
    width: 856px
}

.action-baners {
    margin-bottom: 57px
}

.action-baners .container-full {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.action-baners .action-baner {
    overflow: hidden;
    width: 712px;
    height: 256px;
    position: relative
}

.action-baners .action-baner img {
    width: 100%;
    -webkit-transform: scale(1, 1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: .3s;
    -moz-transform: scale(1, 1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: .3s;
    height: 100%
}

.action-baners .action-baner-content {
    position: absolute;
    top: 90px;
    left: 68px
}

.action-baners .action-baner-title {
    color: #fafafa;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 22px
}

.action-baners .action-baner-title span {
    font-family: "Montserrat - Extra Bold";
    font-size: 36px;
    font-weight: 400
}

.action-baners .action-baner-name {
    color: #be1125;
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase
}

.action-baners .action-baner:hover img {
    -webkit-transform: scale(1.2, 1.2);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: .3s;
    -moz-transform: scale(1.2, 1.2);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: .3s
}

.panel-protection .page-title {
    margin-top: 70px;
    margin-bottom: 23px
}

.panel-protection .line-27 {
    margin-bottom: 57px
}

.panel-protection-text {
    max-width: 1360px;
    width: 100%;
    margin: 0 auto 104px;
    color: #2f2f2f;
    font-family: "Proxima Nova";
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    text-align: center
}

.panel-protection-list {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.panel-protection-list li {
    width: 270px;
    position: relative;
    height: 201px;
    margin: 0 15px 40px;
    -webkit-box-shadow: 5px 8px 90px rgba(134, 134, 134, .21);
    box-shadow: 5px 8px 90px rgba(134, 134, 134, .21);
    background-color: #fafafa;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
    text-align: center
}

.panel-protection-list li:hover {
    background-color: #be1024
}

.panel-protection-list li:hover a,
.panel-protection-list li:hover i:before {
    color: #fff
}

.panel-protection-list li:hover .panel-protection-list-img-normal {
    opacity: 0
}

.panel-protection-list li:hover .panel-protection-list-img-hover {
    opacity: 1
}

.panel-protection-list-img-normal {
    position: absolute;
    bottom: 102px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.panel-protection-list-img-hover {
    position: absolute;
    bottom: 102px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.panel-protection-list i {
    position: absolute;
    bottom: 102px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.panel-protection-list i:before {
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    color: #222
}

.panel-protection-list i.icon-home-5 {
    font-size: 54px
}

.panel-protection-list i.icon-shop {
    font-size: 60px;
    bottom: 96px
}

.panel-protection-list i.icon-garage-1 {
    font-size: 50px
}

.panel-protection-list i.icon-building {
    font-size: 49px
}

.panel-protection-list i.icon-english-cottage {
    font-size: 49px
}

.panel-protection-list i.icon-bank {
    font-size: 50px
}

.panel-protection-list i.icon-safebox {
    font-size: 51px
}

.panel-protection-list i.icon-restaurant-1 {
    font-size: 48px
}

.panel-protection-list i.icon-hospital {
    font-size: 47px
}

.panel-protection-list i.icon-bricks {
    font-size: 48px
}

.panel-protection-list i.icon-alarm {
    font-size: 54px
}

.panel-protection-list i.icon-safety {
    font-size: 50px
}

.panel-protection-list i.icon-fire-alarm {
    font-size: 50px
}

.panel-protection-list i.icon-shield-3 {
    font-size: 52px
}

.panel-protection-list i.icon-parking-2 {
    font-size: 73px;
    bottom: 93px
}

.panel-protection-list a {
    text-decoration: none;
    display: block;
    padding-top: 125px;
    width: 100%;
    height: 100%;
    color: #222;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px
}

.page-galery {
    width: 100%;
    max-width: 1296px;
    margin: 0 auto 90px
}

.page-galery .page-title {
    margin-bottom: 23px;
    margin-top: 70px
}

.page-galery .line-27 {
    margin-bottom: 34px
}

.page-galery-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 816px;
    margin: 0 -12px;
    float: right;
    list-style: none;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.page-galery-list li {
    margin: 0 12px 24px;
    width: 248px;
    height: 246px;
    position: relative;
    cursor: pointer
}

.page-galery-list li:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(1, 22, 50, .49);
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.page-galery-list li:after {
    content: '';
    background-image: url(../img/focus.png);
    width: 38px;
    height: 38px;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.page-galery-list li img {
    width: 100%;
    height: 100%
}

.page-galery-list li:hover:after,
.page-galery-list li:hover:before {
    opacity: 1
}

.for-clients {
    width: 100%;
    max-width: 1296px;
    margin: auto
}

.for-clients .page-title {
    margin-bottom: 29px;
    margin-top: 70px
}

.for-clients .line-27 {
    margin-bottom: 34px
}

.for-clients-content {
    padding-top: 13px
}

.for-clients-title_tab {
    color: #222;
    font-family: "Proxima Nova - Semibold";
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 45px
}

.for-clients-list {
    margin-bottom: 40px
}

.for-clients-list-name {
    color: #222;
    font-family: "Proxima Nova - Semibold";
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 30px
}

.for-clients-list ul {
    list-style: none;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2
}

.for-clients-list ul li {
    margin-bottom: 36px;
    width: 370px;
    padding-left: 30px;
    position: relative
}

.for-clients-list ul li:after {
    content: '';
    position: absolute;
    top: 5px;
    display: block;
    left: 0
}

.for-clients-list ul li.fc-list-text {
    color: #878787;
    font-family: "Proxima Nova";
    font-size: 16px;
    font-weight: 300;
    line-height: 24px
}

.for-clients-list ul li.fc-list-text:after {
    width: 14px;
    height: 14px;
    border: 1px solid #d4d4d4
}

.for-clients-list ul li.fc-list-document a {
    color: #878787;
    font-family: "Proxima Nova";
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    text-decoration: none
}

.for-clients-list ul li.fc-list-document a:hover {
    text-decoration: underline
}

.for-clients-list ul li.fc-list-document:after {
    width: 14px;
    height: 19px;
    background-image: url(../img/document.png);
    background-size: cover
}

.page-promotions .page-title {
    margin-top: 70px;
    margin-bottom: 25px
}

.page-promotions .line-27 {
    margin-bottom: 58px
}

.page-promotions-list {
    margin-bottom: 50px
}

.page-promotions-list ul {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.page-promotions-list li {
    width: 25%;
    padding: 0 17.5px 44px;
    text-align: center
}

.page-promotions-list-img {
    width: 100%;
    height: 234px;
    margin-bottom: 32px
}

.page-promotions-list-img img {
    max-width: 100%;
    height: auto;
}

.page-promotions-list-date {
    color: #bdbdbd;
    font-family: "Montserrat - Semi Bold";
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 16px
}

.page-promotions-list-name {
    color: #222;
    font-family: "Montserrat - Semi Bold";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 14px
}

.page-promotions-list-text {
    color: #aeaeae;
    font-family: "Proxima Nova";
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 25px
}

.page-promotions-list-btn a {
    display: block;
    width: 271px;
    height: 50px;
    margin: auto;
    line-height: 50px;
    -webkit-box-shadow: 5px 8px 90px rgba(191, 191, 191, .21);
    box-shadow: 5px 8px 90px rgba(191, 191, 191, .21);
    border: 1px solid #333;
    text-decoration: none;
    color: #222;
    font-family: "Proxima Nova - Semibold";
    font-size: 14px;
    font-weight: 400;
    background-color: transparent;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.page-promotions-list-btn a:hover {
    color: #fff;
    background-color: #be1024;
    border-color: #be1024
}

.pagination {
    margin: auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: block;
    margin-bottom: 50px
}

.pagination ul {
    list-style: none
}

.pagination ul li {
    display: inline-block;
    margin: 0 10px;
    width: 42px;
    height: 42px;
    -webkit-box-shadow: 5px 8px 90px rgba(191, 191, 191, .21);
    box-shadow: 5px 8px 90px rgba(191, 191, 191, .21);
    border: 1px solid #333;
    background-color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.pagination ul li a {
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    text-decoration: none;
    text-align: center;
    width: 100%;
    height: 100%;
    display: block;
    color: #222;
    font-size: 12px;
    line-height: 42px
}

.pagination ul li.active,
.pagination ul li:hover {
    background-color: #be1024;
    border-color: #be1024
}

.page-stock .page-title {
    margin: 70px 0 25px
}

.page-stock .line-27 {
    margin-bottom: 66px
}

.page-stock img {
    float: left;
    width: 100%;
    min-width: 540px;
    max-width: 540px;
    height: 401px;
    margin-right: 47px
}

.page-stock-info {
    text-align: left;
    padding-top: 14px;
    max-width: 580px;
    width: 100%
}

.page-stock-date {
    display: block;
    color: #bdbdbd;
    font-family: "Montserrat - Semi Bold";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 19px
}

.page-stock-name {
    display: block;
    color: #222;
    font-family: "Montserrat - Semi Bold";
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 11px
}

.page-stock-text {
    color: #aeaeae;
    font-family: "Proxima Nova";
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 20px
}

.page-stock-btn {
    margin-top: 20px
}

.page-stock-btn a {
    float: right;
    width: 229px;
    height: 49px;
    -webkit-box-shadow: 5px 8px 90px rgba(191, 191, 191, .21);
    box-shadow: 5px 8px 90px rgba(191, 191, 191, .21);
    border: 1px solid #333;
    background-color: #fff;
    display: block;
    line-height: 49px;
    text-decoration: none;
    text-align: center;
    color: #222;
    font-family: "Proxima Nova";
    font-size: 14px;
    font-weight: 700;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.page-stock-btn a svg {
    opacity: 1;
    position: absolute;
    top: 50%;
    background-color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    right: -17px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.page-stock-btn a:hover {
    color: #fff;
    background-color: #333
}

.page-stock-btn a:hover svg {
    right: -50px;
    opacity: 0;
    background-color: transparent
}

.modal {
    position: fixed;
    z-index: 20;
    display: none;
    background-color: rgba(0, 0, 0, .51);
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.modal#popups-galery .modal-body {
    margin-bottom: -5px
}

.modal#popups-galery .modal-dialog {
    max-width: 1000px;
    max-height: 600px;
    padding: 0;
    width: auto
}

.modal#popups-galery iframe {
    width: 700px;
    height: 540px;
    border: 0
}

.modal .modal-dialog {
    padding: 30px;
    position: absolute;
    background-color: #fff;
    top: 50%;
    left: 50%;
    width: 400px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.modal .modal-dialog h4 {
    text-align: center;
    margin-bottom: 10px
}

.modal .modal-dialog img {
    width: 50px;
    margin-bottom: 25px
}

.modal .modal-dialog .modal-header {
    text-align: center
}

.modal .modal-dialog .modal-header button {
    position: absolute;
    top: 15px;
    opacity: 1;
    right: 15px
}

.modal .modal-dialog .modal-header button .icon-close {
    font-size: 30px;
    font-weight: 700
}

.modal .modal-dialog .modal-header button .icon-close:before {
    color: #000
}

.modal .modal-dialog .modal-header button:hover .icon-close:before {
    color: #be1024
}

.modal .modal-dialog .block-input input {
    width: 100%;
    background-color: #fafafa;
    height: 49px;
    color: #222;
    font-family: "Proxima Nova";
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    padding-left: 32px;
    border: 0;
    margin-bottom: 20px
}

.modal .modal-dialog .modal-footer button {
    background-color: #be1024;
    width: 100%;
    height: 49px;
    color: #fff;
    font-family: "Proxima Nova";
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    border: 0;
    cursor: pointer;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease
}

.modal .modal-dialog .modal-footer button:hover {
    background-color: #2d2d2d
}

.page-promotions .page-title {
    margin-top: 70px;
    margin-bottom: 30px
}

.page-promotions .line-27 {
    margin-bottom: 56px
}

.page-promotions-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 65px
}

.page-promotions-city {
    width: 549px
}

.page-promotions-city h2 {
    color: #222;
    font-size: 30px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 15px;
    margin-top: 12px
}

.page-promotions-city p {
    color: #4a4a4a;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 28px
}

.page-promotions-city-block {
    margin-bottom: 20px
}

.page-promotions-city-block .page-promotions-city-info {
    padding-bottom: 1px
}

.page-promotions-city-block .page-promotions-city-address {
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.page-promotions-city-block .page-promotions-city-address:hover {
    text-decoration: underline
}

.page-promotions-city-block.active {
    margin-bottom: 0
}

.page-promotions-city-block.active .page-promotions-city-name:before {
    width: 28px;
    height: 28px
}

.page-promotions-city-block.active .page-promotions-city-name:after {
    -webkit-transform: rotate(0) translateY(-50%);
    -ms-transform: rotate(0) translateY(-50%);
    transform: rotate(0) translateY(-50%);
    opacity: 1
}

.page-promotions-city-name {
    position: relative;
    height: 48px;
    background-color: #f9f9f9;
    padding-left: 20px;
    line-height: 48px;
    color: #222;
    font-family: "Proxima Nova";
    font-size: 18px;
    cursor: pointer;
    font-weight: 400
}

.page-promotions-city-name:before {
    content: '';
    background-image: url(../img/city-name.png);
    background-size: contain;
    width: 21px;
    position: absolute;
    top: 50%;
    left: -33px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    height: 21px
}

.page-promotions-city-name:after {
    content: '';
    background-image: url(../img/arrow-city.png);
    -webkit-transform: rotate(180deg) translateY(50%);
    -ms-transform: rotate(180deg) translateY(50%);
    transform: rotate(180deg) translateY(50%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    top: 50%;
    width: 8px;
    height: 8px;
    opacity: .6;
    right: 13px
}

.page-promotions-city-info {
    padding-top: 22px;
    display: none
}

.page-promotions-city-info i {
    position: absolute;
    left: 12px
}

.page-promotions-city-info i.icon-flag {
    font-size: 18px
}

.page-promotions-city-info i.icon-letter {
    font-size: 21px
}

.page-promotions-city-info i.icon-phone-reciever {
    font-size: 16px
}

.page-promotions-city-address {
    width: 240px;
    position: relative;
    padding-left: 46px;
    color: #222;
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 17px;
    letter-spacing: 1.4px
}

.page-promotions-city-email {
    position: relative;
    width: 182px;
    padding-left: 46px
}

.page-promotions-city-email a {
    color: #222;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 17px;
    letter-spacing: 1.4px
}

.page-promotions-city-phone {
    position: relative;
    width: 240px;
    padding-left: 46px;
    margin-bottom: 20px
}

.page-promotions-city-phone a {
    color: #222;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 1.4px
}

.page-promotions-city-phone p {
    margin-bottom: 0
}

.page-promotions-info {
    width: 100%;
    padding: 30px 33px 1px 68px;
    min-height: 410px;
    margin-bottom: 25px;
    -webkit-box-shadow: 5px 8px 90px rgba(191, 191, 191, .28);
    box-shadow: 5px 8px 90px rgba(191, 191, 191, .28);
    background-color: #fff
}

.page-promotions-info .block-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.page-promotions-map {
    width: 686px;
    height: 544px
}

.questions-remain {
    margin-bottom: 65px;
    background-image: url(../img/bg-questions-remain.png);
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-box-shadow: 5px 8px 90px rgba(191, 191, 191, .28);
    box-shadow: 5px 8px 90px rgba(191, 191, 191, .28);
    width: 100%;
    padding: 43px 0
}

.questions-remain .page-title {
    margin-top: 0;
    margin-bottom: 19px
}

.questions-remain p {
    text-align: center;
    color: #222;
    font-family: "Montserrat - Semi Bold";
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 13px
}

.questions-remain .line-27 {
    margin-bottom: 30px
}

.questions-remain-field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.questions-remain-inputs {
    width: 393px;
    margin-right: 42px
}

.questions-remain-inputs input {
    height: 51px;
    -webkit-box-shadow: 5px 8px 90px rgba(191, 191, 191, .21);
    box-shadow: 5px 8px 90px rgba(191, 191, 191, .21);
    margin-bottom: 25px;
    width: 100%;
    border: 1px solid #929292;
    text-align: center;
    color: #777;
    font-family: "Proxima Nova";
    font-size: 14px;
    font-weight: 400
}

.questions-remain-textarea {
    width: 373px;
    margin-right: 20px
}

.questions-remain-textarea textarea {
    height: 126px;
    padding-top: 20px;
    padding-left: 45px;
    resize: none;
    width: 100%;
    -webkit-box-shadow: 5px 8px 90px rgba(191, 191, 191, .21);
    box-shadow: 5px 8px 90px rgba(191, 191, 191, .21);
    border: 1px solid #929292;
    margin-bottom: 30px;
    color: #777;
    font-family: "Proxima Nova";
    font-size: 14px;
    font-weight: 400
}

.questions-remain-btn button {
    width: 229px;
    height: 49px;
    margin: auto;
    -webkit-box-shadow: 5px 8px 90px rgba(191, 191, 191, .21);
    box-shadow: 5px 8px 90px rgba(191, 191, 191, .21);
    border: 1px solid #333;
    background-color: #fff;
    line-height: 49px;
    text-align: center;
    color: #222;
    font-family: "Proxima Nova";
    font-size: 14px;
    display: block;
    font-weight: 700;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer
}

.questions-remain-btn button:after {
    background-color: #fff;
    content: '';
    opacity: 1;
    position: absolute;
    top: 50%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    right: -17px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(../img/mail-000.png);
    width: 33px;
    height: 15px
}

.questions-remain-btn button:hover {
    color: #fff;
    background-color: #333
}

.questions-remain-btn button:hover:after {
    right: -50px;
    opacity: 0;
    background-color: transparent
}

.page-vacancies .page-title {
    margin-top: 70px;
    margin-bottom: 30px
}

.page-vacancies .line-27 {
    margin-bottom: 64px
}

.page-vacancies-info .container-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.page-vacancies-info-baner {
    margin-bottom: 30px;
    width: 542px;
    height: 273px;
    background-color: #fafafa;
    background-image: url(../img/page-vacancies-info-baner.png);
    background-repeat: no-repeat;
    background-position: right 50%;
    margin-right: 41px;
    padding-top: 91px;
    padding-left: 31px;
    text-decoration: none !important
}

.page-vacancies-info-baner p {
    color: #222;
    font-family: "Proxima Nova - Extrabld";
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 56px
}

.page-vacancies-info-baner p span {
    color: #be1024;
    font-size: 30px;
    text-transform: uppercase
}

.page-vacancies-info-baner .min-text {
    color: #2d2d2d;
    font-family: "Proxima Nova";
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-transform: uppercase
}

.page-vacancies-info-baner:hover .min-text {
    text-decoration: underline
}

.page-vacancies-info-text {
    width: 600px;
    padding-top: 35px
}

.page-vacancies-info-text p {
    color: #a3a3a3;
    font-family: "Proxima Nova";
    font-size: 16px;
    font-weight: 400;
    line-height: 30px
}

.page-vacancies-info-title {
    color: #222;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 15px
}

.page-vacancies p.form-text {
    color: #222;
    font-family: "Proxima Nova";
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 28px;
    text-align: center
}

.page-vacancies p.form-text .checkbox-enter {
    margin-left: 5px;
    margin-top: 2px;
    position: relative
}

.page-vacancies p.form-text .checkbox-enter .wpcf7-list-item-label {
    display: none
}

.page-vacancies p.form-text .checkbox-enter input {
    position: absolute;
    z-index: 1;
    opacity: 0;
    width: 14px;
    height: 14px;
    margin: 0;
    cursor: pointer;
    top: 0
}

.page-vacancies p.form-text .checkbox-enter input+label {
    position: relative;
    width: 14px;
    height: 14px;
    cursor: pointer;
    border: 1px solid #d4d4d4;
    margin: 0
}

.page-vacancies p.form-text .checkbox-enter input+label:before {
    content: 'x';
    position: absolute;
    top: -1px;
    left: -1.5px;
    width: 14px;
    height: 14px;
    line-height: 14px;
    font-size: 14px;
    -webkit-border-radius: 13px;
    border-radius: 13px;
    opacity: 0;
    -webkit-transition: .2s;
    transition: .2s
}

.page-vacancies p.form-text .checkbox-enter input:checked+label:before {
    opacity: 1
}

.page-vacancies-form {
    margin: 0 auto 70px;
    width: 1149px;
    -webkit-box-shadow: 5px 8px 90px rgba(174, 174, 174, .28);
    box-shadow: 5px 8px 90px rgba(174, 174, 174, .28);
    background-color: #fff;
    padding: 50px 100px 50px 87px
}

.page-vacancies-form h2 {
    text-align: center;
    color: #222;
    font-weight: 700;
    line-height: 30.02px;
    letter-spacing: .75px;
    margin-bottom: 31px
}

.page-vacancies-form .icon-new-file {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: block;
    margin: 0 auto 23px
}

.page-vacancies-form .icon-new-file svg {
    fill: #222
}

.page-vacancies-form-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 19px
}

.page-vacancies-form-row .file-res {
    width: 100%;
    height: 49px;
    position: relative;
    display: block;
    cursor: pointer
}

.page-vacancies-form-row .file-res .text {
    width: 100%;
    height: 49px;
    background-color: #fafafa;
    color: #222;
    font-family: "Proxima Nova";
    font-size: 14px;
    font-weight: 400;
    display: block;
    line-height: 49px;
    padding-left: 32px;
    border: 0;
    cursor: pointer
}

.page-vacancies-form-row .file-res input {
    cursor: pointer;
    position: absolute;
    opacity: 0;
    top: 0;
    width: 100%;
    height: 49px;
    display: block;
    left: 0
}

.page-vacancies-form-row input {
    width: 100%;
    height: 49px;
    background-color: #fafafa;
    color: #222;
    font-family: "Proxima Nova";
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    padding-left: 32px;
    border: 0
}

.page-vacancies-form-row select {
    width: 100%;
    height: 49px;
    border: 0;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.page-vacancies-form-select {
    width: 100%;
    position: relative
}

.page-vacancies-form-select .select {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    width: 100%
}

.page-vacancies-form-select .select ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    position: absolute;
    z-index: 99;
    background: #fff
}

.page-vacancies-form-select .select-wrap {
    max-width: 700px;
    width: 100%;
    margin: 20px auto
}

.page-vacancies-form-select .select-wrap select {
    margin: 20px
}

.page-vacancies-form-select .select__gap {
    width: 100%;
    background-color: #fafafa;
    color: #222;
    font-family: "Proxima Nova";
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    padding: 13px 15px;
    padding-left: 55px;
    cursor: pointer;
    position: relative
}

.page-vacancies-form-select .select__list {
    background: 0 0;
    border: 1px solid #222;
    margin: 0 0;
    width: 100%
}

.page-vacancies-form-select .select__list.on {
    display: block
}

.page-vacancies-form-select .select__item span {
    display: block;
    padding: 10px 15px;
    cursor: pointer;
    color: #333
}

.page-vacancies-form-select .select__item span:hover,
.page-vacancies-form-select .select__item.selected {
    background-color: #ebeced
}

.page-vacancies-form-select:after {
    content: ">";
    font-size: 12px;
    position: absolute;
    left: 31px;
    top: 34%;
    z-index: 1;
    text-align: center;
    pointer-events: none;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #737373;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.page-vacancies-form-inputs {
    width: 100%
}

.page-vacancies-form-inputs p {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.page-vacancies-form-inputs p span {
    width: auto
}

.page-vacancies-form-inputs span:nth-child(1) input {
    width: 304px
}

.page-vacancies-form-inputs span:nth-child(2) input {
    width: 289px
}

.page-vacancies-form-inputs span:nth-child(3) input {
    width: 141px
}

.page-vacancies-form-name {
    color: #222;
    font-family: "Proxima Nova";
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    min-width: 203px;
    width: 203px
}

.page-vacancies-form-btn button {
    width: 297px;
    height: 50px;
    background-color: #be1024;
    margin: auto;
    text-align: left;
    padding-left: 101px;
    color: #fff;
    font-family: "Proxima Nova";
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    border: 0;
    display: block;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: relative
}

.page-vacancies-form-btn button:hover {
    background-color: #222
}

.page-vacancies-form-btn button:hover:after {
    right: 50px;
    opacity: 0;
    background-color: transparent
}

.page-vacancies-form-btn button:after {
    content: '';
    opacity: 1;
    position: absolute;
    top: 50%;
    background-image: url(../img/page-vacancies-form-btn.png);
    width: 33px;
    height: 15px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    right: 83px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.page-vacancies-form-btn button svg {
    opacity: 1;
    position: absolute;
    top: 50%;
    background-color: #be1024;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    right: 83px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.apartment-alarm {
    margin-bottom: 95px
}

.apartment-alarm .page-title {
    margin-top: 70px;
    margin-bottom: 26px
}

.apartment-alarm .line-27 {
    margin-bottom: 13px
}

.apartment-alarm .container-1470 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.apartment-alarm-home {
    width: 100%;
    max-width: 740px
}

.apartment-alarm-home_img {
    max-width: 696px;
    max-height: 525px;
    width: 100%;
    height: 100%;
    position: relative
}

.apartment-alarm-home_img img {
    width: 100%;
    height: 100%
}

.apartment-alarm-home_img span {
    position: absolute;
    width: 36px;
    height: 36px;
    -webkit-box-shadow: 5px 8px 60px rgba(70, 70, 70, .76);
    box-shadow: 5px 8px 60px rgba(70, 70, 70, .76);
    background-color: #2d2d2d;
    color: #fff;
    display: block;
    text-align: center;
    cursor: pointer;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
    font-family: "Montserrat - Extra Bold";
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    line-height: 36px
}

.apartment-alarm-home_img span:hover {
    background-color: #be1024
}

.apartment-alarm-home_img span.active-point {
    -webkit-animation: active-point .5s infinite cubic-bezier(.46, .01, .49, .99) alternate;
    animation: active-point .5s infinite cubic-bezier(.46, .01, .49, .99) alternate
}

.apartment-alarm-home_img span.num-1 {
    top: 98px;
    left: 459px
}

.apartment-alarm-home_img span.num-2 {
    top: 191px;
    left: 502px
}

.apartment-alarm-home_img span.num-3 {
    top: 221px;
    left: 350px
}

.apartment-alarm-home_img span.num-4 {
    top: 356px;
    left: 313px
}

.apartment-alarm-home_img span.num-5 {
    top: 309px;
    left: 572px
}

.apartment-alarm-home_info {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.apartment-alarm-home_info p {
    color: #222;
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 35px
}

.apartment-alarm-home_info ul {
    list-style: none;
    max-width: 740px;
    width: 100%;
    -webkit-column-width: 200px;
    -moz-column-width: 200px;
    column-width: 200px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2
}

.apartment-alarm-home_info ul li {
    padding-left: 40px;
    margin-bottom: 16px;
    color: #222;
    position: relative;
    font-size: 16px;
    font-weight: 300;
    padding-top: 6px;
    font-weight: 300;
    line-height: 18px
}

.apartment-alarm-home_info ul li span {
    position: absolute;
    width: 24px;
    height: 24px;
    background-color: #333;
    color: #fff;
    display: block;
    text-align: center;
    cursor: pointer;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
    font-family: "Montserrat - Extra Bold";
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    line-height: 24px;
    left: 0;
    top: 2px
}

.apartment-alarm-home_info ul li span:hover {
    background-color: #be1024
}

.apartment-alarm-block-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.apartment-alarm-description {
    -webkit-box-shadow: 5px 8px 90px rgba(191, 191, 191, .21);
    box-shadow: 5px 8px 90px rgba(191, 191, 191, .21);
    background-color: #fff;
    width: 366px;
    padding-top: 21px;
    padding-bottom: 24px;
    margin-right: 88px;
    text-align: center
}

.apartment-alarm-description ul {
    list-style: none
}

.apartment-alarm-description li {
    padding-top: 62px;
    position: relative
}

.apartment-alarm-description li img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.apartment-alarm-description li img.icon-police-car {
    top: -8px
}

.apartment-alarm-description-name {
    color: #222;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 12px
}

.apartment-alarm-description p {
    color: #222;
    font-size: 13px;
    font-weight: 300;
    line-height: 22px;
    padding-bottom: 10px
}

.apartment-alarm-info {
    padding-top: 30px
}

.apartment-alarm-info ul {
    list-style: none
}

.apartment-alarm-info li:nth-child(2n) .apartment-alarm-info-num {
    color: #dedede
}

.apartment-alarm-info-num {
    color: #be1024;
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 5px
}

.apartment-alarm-info p {
    color: #222;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 30px
}

.ap_al-baners {
    margin-bottom: 96px;
    position: relative
}

.ap_al-baners .ap_al-baners-bg {
    top: -25px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 1;
    position: absolute
}

.ap_al-baners .container-1470 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    z-index: 1;
    position: relative;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.ap_al-baners .ap_al-baner-package {
    background-image: url(../img/ap_al-baner-package.png);
    width: 346px;
    height: 321px;
    padding-top: 84px;
    text-align: center
}

.ap_al-baners .ap_al-baner-package-name {
    color: #343434;
    font-family: "Montserrat - Extra Bold";
    font-size: 22px;
    font-weight: 400;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 12px
}

.ap_al-baners .ap_al-baner-package p {
    color: #222;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 25px
}

.ap_al-baners .ap_al-baner-package p span {
    font-size: 24px;
    font-weight: 700
}

.ap_al-baners .ap_al-baner-package a {
    display: block;
    color: #fff;
    font-family: "Proxima Nova";
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    width: 192px;
    height: 45px;
    line-height: 45px;
    text-decoration: none;
    -webkit-box-shadow: 5px 8px 90px rgba(191, 191, 191, .21);
    box-shadow: 5px 8px 90px rgba(191, 191, 191, .21);
    background-color: #be1024;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
    margin: auto
}

.ap_al-baners .ap_al-baner-package a:hover {
    background-color: #222
}

.ap_al-baners .ap_al-baner-question {
    width: 349px;
    height: 311px;
    -webkit-box-shadow: 5px 8px 90px rgba(191, 191, 191, .21);
    box-shadow: 5px 8px 90px rgba(191, 191, 191, .21);
    background-color: #fff;
    position: relative;
    padding-left: 32px;
    padding-top: 102px
}

.ap_al-baners .ap_al-baner-question-name {
    color: #222;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 26px
}

.ap_al-baners .ap_al-baner-question a {
    color: #222;
    font-family: "Proxima Nova";
    font-size: 14px;
    font-weight: 700;
    line-height: 60px;
    text-align: left;
    padding-left: 18px;
    width: 285px;
    height: 60px;
    -webkit-box-shadow: 5px 8px 90px rgba(191, 191, 191, .21);
    box-shadow: 5px 8px 90px rgba(191, 191, 191, .21);
    border: 1px solid #333;
    background-color: transparent;
    display: block;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
    text-decoration: none
}

.ap_al-baners .ap_al-baner-question a svg {
    opacity: 1;
    position: absolute;
    top: 50%;
    background-color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    right: -17px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.ap_al-baners .ap_al-baner-question a:hover {
    background-color: #333;
    color: #fff
}

.ap_al-baners .ap_al-baner-question a:hover svg {
    right: -50px;
    opacity: 0;
    background-color: transparent
}

.ap_al-baners .ap_al-baner-question:after {
    content: '';
    width: 84px;
    height: 80px;
    top: 22px;
    right: 13px;
    background-image: url(../img/2-layers.png);
    position: absolute
}

.ap_al-baners .ap_al-baner-question:before {
    width: 27px;
    height: 13px;
    background-color: #be1024;
    content: '';
    position: absolute;
    top: 65px;
    left: 32px
}

.ht-system {
    margin-bottom: 108px
}

.ht-system .page-title {
    margin-bottom: 28px
}

.ht-system .line-27 {
    margin-bottom: 65px
}

.ht-system-list {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.ht-system-list li {
    width: 20%;
    position: relative
}

.ht-system-list li:first-child:after {
    display: none
}

.ht-system-list li:after {
    content: '';
    top: 20px;
    left: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 128px;
    height: 1px;
    background-color: #dadada;
    position: absolute
}

.ht-system-list li span {
    width: 38px;
    height: 38px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 5px 8px 73px rgba(112, 112, 112, .27);
    box-shadow: 5px 8px 73px rgba(112, 112, 112, .27);
    background-color: #eaeaea;
    color: #222;
    font-family: "Montserrat - Semi Bold";
    font-size: 18px;
    font-weight: 400;
    line-height: 38px;
    text-align: center;
    display: block;
    margin: 0 auto 25px;
    cursor: default
}

.ht-system-list li span:hover {
    background-color: #be1024;
    color: #fff
}

.ht-system-list li p {
    text-align: center;
    color: #222;
    font-size: 16px;
    font-weight: 700;
    line-height: 27px
}

.advantages-company {
    margin-bottom: 80px
}

.advantages-company .page-title {
    margin-bottom: 34px
}

.advantages-company .line-27 {
    margin-bottom: 60px
}

.advantages-company-list {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.advantages-company-list li {
    width: 20%;
    padding-left: 39px;
    position: relative;
    padding-top: 65px
}

.advantages-company-list li:before {
    content: '';
    width: 1px;
    height: 150px;
    background-color: #d0d0d0;
    position: absolute;
    left: 12px;
    top: 10px
}

.advantages-company-list li:after {
    background-image: url(../img/city-name.png);
    background-size: cover;
    content: '';
    top: 10px;
    left: 0;
    width: 25px;
    height: 25px;
    background-color: #fff;
    position: absolute
}

.advantages-company-list li img {
    position: absolute;
    top: 0
}

.advantages-company-list li p {
    color: #222;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px
}

.operating-procedure {
    width: 100%;
    background-color: #f9f9f9;
    height: 557px;
    background-position: 50%;
    background-repeat: no-repeat;
    margin: 0 auto 60px;
    position: relative;
    overflow: hidden
}

.operating-procedure-bg {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-webkit-calc(-50% - 130px));
    -ms-transform: translateX(calc(-50% - 130px));
    transform: translateX(calc(-50% - 130px));
    top: 0;
    z-index: 1
}

.operating-procedure .container-1470 {
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.operating-procedure-medal {
    margin-top: 92px;
    width: 359px;
    height: 226px;
    -webkit-box-shadow: 6px -7px 90px rgba(236, 236, 236, .21);
    box-shadow: 6px -7px 90px rgba(236, 236, 236, .21);
    border: 16px solid rgba(236, 236, 236, .51);
    background-color: #fff;
    padding: 30px 24px 30px 60px;
    position: relative
}

.operating-procedure-medal:before {
    content: '';
    background-image: url(../img/quality.png);
    width: 36px;
    height: 53px;
    position: absolute;
    top: 3px;
    left: 9px
}

.operating-procedure-medal:after {
    content: '';
    position: absolute;
    right: -42px;
    top: 87px;
    border: 16px solid transparent;
    border-left: 28px solid #fff;
    border-left: 28px solid #fff
}

.operating-procedure-medal p {
    color: #222;
    font-family: "Proxima Nova";
    font-size: 14px;
    font-weight: 700;
    line-height: 24px
}

.operating-procedure-name {
    color: #222;
    font-family: "Montserrat - Semi Bold";
    font-size: 36px;
    font-weight: 400;
    line-height: 1;
    margin-top: 76px;
    padding-left: 88px;
    text-align: left;
    margin-bottom: 16px;
    position: relative
}

.operating-procedure-name i {
    position: absolute;
    bottom: 4px;
    left: 14px;
    font-size: 50px
}

.operating-procedure-name i:before {
    color: #222
}

.operating-procedure-box {
    width: 441px;
    height: 399px;
    border: 13px solid #ececec;
    background-color: #fff;
    padding-left: 51px;
    padding-top: 21px
}

.operating-procedure-box ul {
    list-style: none
}

.operating-procedure-box ul li {
    color: #222;
    font-size: 14px;
    font-weight: 700;
    line-height: 48px;
    position: relative
}

.operating-procedure-box ul li:after {
    position: absolute;
    top: 50%;
    left: -36px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: '';
    background-image: url(../img/city-name.png);
    background-size: cover;
    width: 22px;
    height: 22px
}

.operating-procedure-box ul li:before {
    top: 50%;
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    background-color: #ededed;
    left: -25px
}

.operating-procedure-box ul li:last-child:before {
    display: none
}

.alarm-apartment .page-title {
    margin-bottom: 24px
}

.alarm-apartment .line-27 {
    margin-bottom: 21px
}

.alarm-apartment-text {
    color: #2f2f2f;
    font-family: "Proxima Nova";
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    max-height: 120px;
    height: 100%;
    text-align: center;
    overflow: hidden;
    padding: 0 35px;
    margin-bottom: 15px;
    -webkit-transition: height .3s ease;
    transition: height .3s ease
}

.alarm-apartment-text.active {
    max-height: 100%
}

.alarm-apartment-open {
    margin: 0 auto 20px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    cursor: pointer
}

.alarm-apartment-open svg {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.alarm-apartment-open span {
    margin-bottom: 15px;
    color: #2f2f2f;
    font-family: "Montserrat - Semi Bold";
    font-size: 12px;
    font-weight: 400;
    line-height: 30px;
    text-transform: uppercase
}

.alarm-apartment-open span.text-close {
    display: none
}

.alarm-apartment-open span.text-open {
    display: block
}

.alarm-apartment-open.active span.text-close {
    display: block
}

.alarm-apartment-open.active span.text-open {
    display: none
}

.alarm-apartment-open.active svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.parallax-window {
    position: relative
}

.parallax-window .parallax {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0
}

.parallax-window .parallax img {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 0;
    min-width: -webkit-calc(100vw + 30%);
    min-width: calc(100vw + 30%);
    min-height: -webkit-calc(100vh + 30%);
    min-height: calc(100vh + 30%);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

form p {
    width: 100%
}

.fs-30 {
    font-size: 30px !important
}

.select__gap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.select__list {
    max-height: 148px;
    overflow-y: auto
}

.text-about {
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    color: #2f2f2f
}

@-webkit-keyframes active-point {
    from {
        background-color: #2d2d2d
    }

    to {
        background-color: #be1024
    }
}

@keyframes active-point {
    from {
        background-color: #2d2d2d
    }

    to {
        background-color: #be1024
    }
}

@-webkit-keyframes active-after {
    from {
        left: 0
    }

    to {
        left: -20px
    }
}

@keyframes active-after {
    from {
        left: 0
    }

    to {
        left: -20px
    }
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none
}

input[type=number] {
    -moz-appearance: textfield
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    opacity: 0;
    line-break: auto
}

.tooltip.in {
    opacity: .9
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}

.tooltip-inner {
    max-width: 300px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.footer-bg {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: -1;
    height: 781px
}

.footer-bg img {
    width: 100%;
    height: 100%
}

@media (min-width:1200px) and (min-height:800px) and (max-height:888px) {
    .apartment-alarm-home_img {
        max-width: 550px;
        max-height: 425px;
        margin: auto
    }

    .apartment-alarm-description {
        padding-top: 11px;
        padding-bottom: 0
    }

    .apartment-alarm-description li {
        padding-top: 55px
    }

    .apartment-alarm-info {
        padding-top: 0
    }

    .apartment-alarm-info p {
        margin-bottom: 22px
    }
}

@media (min-width:1200px) and (min-height:700px) and (max-height:799px) {
    .apartment-alarm-home_img {
        max-width: 440px;
        max-height: 350px;
        margin: auto
    }

    .apartment-alarm-description {
        padding-top: 11px;
        padding-bottom: 0
    }

    .apartment-alarm-description li {
        padding-top: 55px
    }

    .apartment-alarm-description li p {
        font-size: 12px;
        line-height: 16px
    }

    .apartment-alarm-home_img span {
        width: 26px;
        height: 26px;
        line-height: 26px
    }

    .apartment-alarm-description-name {
        margin-bottom: 5px
    }

    .apartment-alarm-home {
        width: 100%;
        max-width: 650px
    }

    .apartment-alarm-info {
        padding-top: 0
    }

    .apartment-alarm-info p {
        font-size: 14px;
        margin-bottom: 22px
    }

    .apartment-alarm-info-num {
        font-size: 38px
    }
}

@media (min-width:1200px) and (min-height:650px) and (max-height:699px) {
    .apartment-alarm-home_img {
        max-width: 440px;
        max-height: 350px;
        margin: auto
    }

    .apartment-alarm-description {
        padding-top: 11px;
        padding-bottom: 0
    }

    .apartment-alarm-description li {
        padding-top: 55px
    }

    .apartment-alarm-description li p {
        font-size: 12px;
        line-height: 16px;
        padding-bottom: 0
    }

    .apartment-alarm-home_img span {
        width: 26px;
        height: 26px;
        line-height: 26px
    }

    .apartment-alarm-description-name {
        margin-bottom: 5px
    }

    .apartment-alarm-home {
        width: 100%;
        max-width: 650px
    }

    .apartment-alarm-home_info ul li {
        margin-bottom: 8px
    }

    .apartment-alarm-info {
        padding-top: 0
    }

    .apartment-alarm-info p {
        font-size: 14px;
        margin-bottom: 22px;
        line-height: 18px
    }

    .apartment-alarm-info-num {
        font-size: 38px
    }
}

@media (min-width:1024px) and (min-height:680px) {
    .footer-bg {
        height: 100vh
    }
}


@media screen and (max-width:1600px) {
    .home-reviews .container-full {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .home-reviews {
        margin-bottom: 33px
    }

    .home-reviews .home-review {
        margin: 0 20px 40px
    }

    .home-news .container-full {
        width: 100%;
        max-width: 970px
    }

    .home-news-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 50%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media screen and (max-width:1550px) {
    .action-baners .action-baner {
        width: 48%
    }

    .main-menu-dop {
        width: 1211px
    }

    .main-menu-dop li a {
        width: 175px
    }

    .home-footer {
        padding: 85px 0 135px;
    }
}

@media screen and (max-width:1440px) {
    .apartment-alarm-home_info ul {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }

    .main-menu-dop {
        width: 1191px
    }

    .find-cost-form {
        width: 855px
    }

    .one-sliders-num {
        display: none
    }

    .home-slider .one-sliders .slick-dots {
        top: inherit;
        bottom: 65px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    .main-menu {
        padding: 0 10px;
        background-color: transparent
    }

    .main-menu ul li {
        background-color: #fff
    }

    .container-content {
        padding: 0 10px
    }

    .trust-us .container-content {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}

@media screen and (max-width:1390px) {
    .container-1360 {
        padding: 0 15px
    }
}

@media screen and (max-width:1350px) {
    .title-img.panel-protection p {
        max-width: 100%;
        padding-right: 250px
    }
}

@media screen and (max-width:1300px) {
    .ap_al-baners .container-1470 {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 357px
    }

    .ap_al-baners .ap_al-baner-package {
        margin-right: 15px
    }

    .ap_al-baners .ap_al-baner-question {
        margin-left: 15px
    }

    .page-promotions-map {
        width: 100%
    }

    .page-promotions-city h2 {
        text-align: center
    }

    .page-promotions-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .page-galery-list {
        float: none;
        margin: auto
    }

    .left-tabs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .left-tabs-list {
        width: 856px
    }

    .home-slider .one-slider-info {
        top: inherit;
        left: 81px;
        bottom: 90px
    }

    .home-slider .one-slider-info .page-title {
        margin: auto
    }

    .home-slider .one-slider-info p {
        text-align: center;
        padding: 0 30px 0 95px
    }
}

@media screen and (max-width:1200px) {
    .home-slider .one-slider .container-content {
        width: 100%
    }

    .apartment-alarm .container-1470 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .apartment-alarm-home {
        margin-bottom: 25px
    }

    .page-vacancies-form-inputs p {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .page-vacancies-form-inputs p span {
        width: 100%;
        margin-bottom: 19px
    }

    .page-vacancies-form-inputs p span input {
        width: 100% !important
    }

    .page-vacancies-form {
        width: -webkit-calc(100% - 30px);
        width: calc(100% - 30px)
    }

    .find-cost-lvl {
        margin: 0 15px 30px
    }

    .main-menu-dop {
        width: 700px
    }

    .home-slider .one-sliders .slick-dots {
        display: none !important
    }

    .home-slider .one-sliders-num {
        display: block
    }

    .find-cost .container-content {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 720px;
        position: relative
    }

    .find-cost-main {
        min-width: 100%;
        padding: 48px 0 0 40px;
        margin-bottom: 30px;
        overflow: hidden
    }

    .find-cost-main p br {
        display: none
    }

    .header-navigation-menu {
        display: none
    }

    .home-slider .one-slider-info {
        top: initial;
        bottom: 70px
    }

    .main-menu {
        width: 700px;
        height: 100px;
        padding: 0;
        margin-top: -50px
    }

    .main-menu li i {
        bottom: 45px
    }

    .main-menu li a {
        padding-top: 65px;
        font-size: 12px;
        line-height: 12px
    }

    .home-tabs-list {
        width: 900px
    }

    .home-tabs-list li a {
        padding: 0 39.5px
    }

    .find-cost-lvl.form-lvl-1 {
        -webkit-transition-delay: .3s;
        transition-delay: .3s
    }

    .find-cost-lvl.no-active {
        -webkit-transform: translate(0, -211px);
        -ms-transform: translate(0, -211px);
        transform: translate(0, -211px)
    }

    .find-cost-form {
        padding-top: 20px;
        top: 0;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        width: 700px;
        height: 452px
    }

    .find-cost-form.active {
        -webkit-transform: translate(0, 190px);
        -ms-transform: translate(0, 190px);
        transform: translate(0, 190px)
    }

    .find-cost-form-inputs {
        padding-top: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .find-cost-form-inputs input {
        margin: 15px 0;
        width: 75%
    }

    .main-menu-dop li a {
        width: 145px;
        height: 85px
    }
}

@media screen and (max-width:1050px) {

    .home-reviews .home-review,
    .home-reviews .home-review-info {
        height: auto
    }

    .home-reviews .home-review {
        padding: 38px 37px
    }
}

@media screen and (max-width:1024px) {
    .home-footer .parallax-footer-logo img {
        min-width: auto !important;
        width: 300px;
        min-height: auto !important
    }

    .home-footer .home-footer-right {
        width: 33.333%;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .home-footer .home-footer-right .home-footer-block:nth-child(1) {
        display: none
    }

    .home-footer .home-footer-right .home-footer-block:nth-child(2) {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content
    }

    .home-footer .home-footer-left {
        width: 66.666%
    }

    .home-footer .home-footer-left .home-footer-block:nth-child(2) .obg-block {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        margin: auto
    }

    .home-footer:before {
        display: none
    }

    .page-stock img {
        float: left;
        width: 50%;
        min-width: 50%;
        max-width: 540px;
        height: auto;
        margin-right: 47px
    }

    .operating-procedure .container-1470 {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .operating-procedure-bg {
        display: none
    }

    .operating-procedure-medal {
        display: none
    }

    .advantages-company-list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .advantages-company-list li {
        width: 33.333%
    }

    .ht-system-list li:after {
        width: 50px
    }

    .ht-system-list li p {
        font-size: 14px;
        line-height: 22px
    }

    .page-vacancies-info-text {
        margin-bottom: 30px
    }

    .page-vacancies-info-text {
        max-width: 600px;
        width: 100%;
        text-align: center
    }

    .page-vacancies-info-baner {
        margin-bottom: 0;
        margin-right: 0;
        width: 100%;
        max-width: 542px
    }

    .page-vacancies-info .container-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .page-promotions-city p {
        text-align: center
    }

    .page-promotions-city-phone p {
        text-align: left
    }

    .title-img.panel-protection h1 {
        text-align: center
    }

    .title-img.panel-protection p {
        display: none
    }

    .for-clients-list ul li {
        width: 340px
    }

    .page-stock-img {
        margin: 0
    }

    .page-stock-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .page-galery-list {
        width: 544px
    }

    .left-tabs-content,
    .left-tabs-list {
        width: 700px
    }

    .action-baners .container-full {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .action-baners .action-baner {
        width: 90%;
        margin-top: 25px
    }

    .title-img-text {
        -webkit-transform: translate(-50%, -webkit-calc(-50% + 20px));
        -ms-transform: translate(-50%, calc(-50% + 20px));
        transform: translate(-50%, calc(-50% + 20px));
        left: 50%
    }

    .home-slider .one-slider-info {
        bottom: 50%;
        left: 50%;
        width: 100%;
        padding: 0 120px;
        -webkit-transform: translate(-50%, -webkit-calc(50% + 42px));
        -ms-transform: translate(-50%, calc(50% + 42px));
        transform: translate(-50%, calc(50% + 42px))
    }

    .home-slider .one-slider-info p {
        height: auto;
        padding: 0;
        margin-bottom: 20px
    }

    .main-menu {
        margin-top: 0
    }

    .header-logo img {
        width: 100px
    }

    .header-info {
        display: none
    }

    .container-content {
        width: 720px
    }

    .home-footer {
        height: auto;
        padding: 30px 0 80px;
    }

    .trust-us .container-content {
        width: 100%
    }

    .home-footer-title {
        margin-bottom: 20px
    }

    .home-footer-dop_list {
        margin-bottom: 15px
    }

    .home-footer-dop_list p {
        margin-bottom: 15px
    }

    .home-footer-address,
    .home-footer-social,
    .home-footer-social p {
        margin-bottom: 20px
    }

    .home-baner_info {
        padding-top: 18px;
    }

    .home-baner_info .container-full {
        width: 700px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .home-baner_info-block {
        width: 33%;
        margin-bottom: 40px
    }

    .home-tabs-list {
        width: 100%;
        height: auto;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .home-tabs-list li {
        width: 33.33333%;
        border: 0;
        text-align: center
    }
}

@media screen and (max-width:860px) {
    .home-news-block {
        width: 100%
    }

    .left-tabs-list li:before {
        display: none
    }
}

@media screen and (max-width:768px) {
    .home-footer-block {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .home-footer .container-content {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px
    }

    .home-footer .home-footer-left {
        display: none
    }

    .home-footer .home-footer-left,
    .home-footer .home-footer-right,
    .home-footer .home-footer-right .home-footer-block:nth-child(2) {
        width: 100%
    }

    .title-img .title-img-text,
    .title-img.panel-protection .title-img-text {
        width: 100%
    }

    .title-img .title-img-text h1,
    .title-img.panel-protection .title-img-text h1 {
        font-size: 36px;
        text-align: center
    }

    .home-slider .one-slider-info .page-title {
        padding: 53px 0 53px 105px;
        width: 100%
    }

    .ap_al-baners .ap_al-baner-package {
        margin: 0 0 25px
    }

    .ap_al-baners .ap_al-baner-question {
        margin-left: 0
    }

    .advantages-company-list li {
        width: 50%
    }

    .ht-system-list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .ht-system-list li {
        width: 33.333%;
        margin-bottom: 25px
    }

    .ht-system-list li:after {
        display: none
    }

    .page-vacancies-form-btn button {
        width: 260px
    }

    .page-vacancies-form-btn button:after {
        display: none
    }

    .page-vacancies-form {
        padding: 50px 15px 50px
    }

    .page-vacancies-form-name {
        margin-bottom: 10px
    }

    .page-vacancies-form-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .questions-remain-inputs {
        margin-right: 0
    }

    .questions-remain-textarea {
        width: 393px;
        margin-right: 0
    }

    .home-footer-left .questions-remain-field {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .pagination ul li {
        margin: 0 3px
    }

    .title-img img {
        min-height: 200px
    }

    .header-logo {
        left: 5px
    }

    .home-slider .one-slider-img img {
        min-height: 250px
    }

    .home-slider .one-slider-info {
        height: -webkit-calc(100% - 42px);
        height: calc(100% - 42px);
        -webkit-transform: translate(-50%, -webkit-calc(50% + 21px));
        -ms-transform: translate(-50%, calc(50% + 21px));
        transform: translate(-50%, calc(50% + 21px))
    }

    .home-slider .one-slider-info p {
        display: none
    }

    .home-slider .one-slider-info a {
        display: none
    }

    .home-slider .one-slider-info .page-title {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    .container-full {
        max-width: 100%
    }

    .trust-us .container-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .trust-us-block {
        margin-bottom: 50px
    }

    .trust-us-block:last-child {
        margin-bottom: 0
    }
}

@media screen and (max-width:720px) {
    .tooltip-inner {
        max-width: 200px
    }

    .page-stock img {
        float: left;
        width: 50%;
        min-width: 50%;
        max-width: 540px;
        height: auto;
        margin-right: 47px
    }

    .find-cost-form {
        width: -webkit-calc(100% - 20px);
        width: calc(100% - 20px)
    }

    .operating-procedure {
        padding-bottom: 50px;
        height: auto
    }

    .apartment-alarm {
        margin-bottom: 0
    }

    .apartment-alarm-description {
        margin-right: 0
    }

    .apartment-alarm-block-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .ap_al-baners .container-1470 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .page-vacancies-info .container-content {
        width: 100%
    }

    .for-clients-list ul {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }

    .for-clients-list ul li {
        width: 100%
    }

    .page-galery-list {
        width: 100%;
        max-width: 544px
    }

    .action-baners .action-baner-title {
        text-align: center
    }

    .action-baners .container-full {
        padding: 0 15px
    }

    .action-baners .action-baner {
        width: 100%;
        height: 225px
    }

    .action-baners .action-baner-content {
        top: 50px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .prise-list-table {
        width: 100%;
        overflow-x: scroll
    }

    .prise-list-table table {
        min-width: 700px
    }

    .left-tabs-content,
    .left-tabs-list {
        width: -webkit-calc(100% - 30px);
        width: calc(100% - 30px)
    }

    .main-menu {
        width: 100%
    }

    .panel-menu {
        width: 320px
    }

    .home-tabs-list {
        width: 100%;
        max-width: 100%
    }

    .find-cost .container-content {
        width: 100% !important
    }

    .home-baner_info-block {
        width: 50%
    }

    .home-baner_info .container-full {
        width: 100%
    }
}

@media screen and (max-width:600px) {
    .main-menu {
        height: auto
    }

    .page-stock-btn a {
        float: none;
        margin: 20px auto
    }

    .page-stock img {
        float: none;
        min-width: 100%;
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0
    }

    .operating-procedure-box ul li {
        line-height: 18px;
        margin-bottom: 25px
    }

    .operating-procedure-box ul li:before {
        display: none
    }

    .operating-procedure-box {
        width: 100%;
        height: auto;
        padding-bottom: 21px
    }

    .operating-procedure .container-1470 {
        padding: 0 10px
    }

    .ap_al-baners .ap_al-baner-question a {
        width: 230px;
        font-size: 11px
    }

    .ap_al-baners .container-1470 {
        padding: 0 10px
    }

    .ap_al-baners .ap_al-baner-question {
        width: 100%
    }

    .advantages-company-list li {
        width: 100%;
        margin-bottom: 25px
    }

    .ht-system-list li {
        width: 50%
    }

    .apartment-alarm-home_info {
        width: auto
    }

    .ap_al-baners .ap_al-baners-bg {
        display: none
    }

    .ap_al-baners .container-1470 {
        padding-top: 0
    }

    .apartment-alarm-home_img span {
        font-size: 11px;
        line-height: 20px;
        width: 20px;
        height: 20px
    }

    .page-promotions-info {
        padding: 30px 15px 1px
    }

    .page-promotions-city-name:before {
        display: none
    }

    .page-promotions-city-address,
    .page-promotions-city-email {
        width: 100%
    }

    .questions-remain-inputs,
    .questions-remain-textarea {
        width: 90%;
        max-width: 393px
    }

    .page-promotions-info .block-top {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .page-promotions-city-email {
        margin-bottom: 17px
    }

    .page-promotions-city {
        width: 100%
    }

    .page-stock-img {
        min-width: auto;
        height: auto
    }

    .page-galery-list {
        width: 272px
    }

    .title-img-text i {
        display: none
    }

    .copyrighted .container-full {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        height: 80px;
        text-align: center
    }

/*    .home-tabs-list li {
        width: 50%
    }*/

    .home-tabs-list li a {
        padding: 0
    }

    .home-slider .one-slider-info .page-title {
        text-align: center;
        font-size: 30px
    }

    .home-slider .one-slider-info .page-title i {
        display: none
    }

    .home-slider .one-slider-info {
        padding: 0
    }

    .main-menu-dop {
        width: 100%;
        height: 300px !important;
        overflow: scroll;
        padding: 10px 0;
        z-index: 1
    }

    .main-menu-dop li a {
        font-size: 12px !important;
        line-height: 12px !important;
        width: 135px
    }

    .main-menu ul li.active {
        border-color: #2d2d2d !important
    }

    .main-menu ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .main-menu ul li {
        height: 100px;
        
    }

    .main-menu li:last-child {
        border-right: 1px solid #e4e4e4
    }
}

@media screen and (max-width:425px) {
    .main-menu ul li {
        width: 33.333333333%
    }

    .modal .modal-dialog {
        width: 360px
    }

    .prise-list-select,
    .prise-list-select .select__gap {
        width: 100%
    }

    .apartment-alarm-block-info {
        width: 100%
    }

    .apartment-alarm .container-1470 {
        padding: 0 10px
    }

    .apartment-alarm-description {
        width: 100%
    }

    .ap_al-baners .ap_al-baner-package {
        width: 100%;
        background-image: none
    }

    .header-options-call_back p {
        display: none
    }

    .header-options-call_back i {
        margin-right: 0
    }

    .home-reviews .home-review {
        margin: 0 10px 40px
    }

    .home-reviews .home-review {
        padding: 38px 10px
    }

    .home-baner_info-block img {
        width: 38%
    }

    .home-baner_info-num {
        font-size: 36px
    }

    .home-baner_info-name {
        font-size: 12px;
        line-height: 24px
    }

    .home-baner_info-block {
        padding-top: 65px
    }
}

@media screen and (max-width:375px) {
    .modal .modal-dialog {
        width: 300px
    }

    .pagination ul li a {
        line-height: 39px
    }

    .pagination ul li {
        width: 39px;
        height: 39px
    }

    .home-news-content {
        width: 100%;
        margin-left: 0
    }

    .home-news-img {
        height: 190px
    }
}

/*# sourceMappingURL=style.css.map */


body {
    background: none;
}

.container-frame {
    max-width: 1211px;
    margin-left: auto;
    margin-right: auto;
}

.main-menu {
    background: none;
    position: relative;
}

.main-menu li {
    position: static;
}

.main-menu .drop {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #FFFFFF;
    box-shadow: 0px 3px 40px #0000001A;
    border: 1px solid #00000000;
    padding: 20px;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
    display: none;
}

.main-menu li:hover .drop {
		display: block;
    visibility: visible;
    opacity: 1;
}

.main-menu .drop li:after {
    content: '';
    position: absolute;
    width: 16px;
    height: 19px;
    background: url(shield.svg) no-repeat;
    top: 0;
    left: 15px;
}

.main-menu .drop li:hover:after {
    background: url(shield_h.svg) no-repeat;
}

.main-menu .drop li a {
    padding: 0;
    background: none;
}

.main-menu .drop li a:hover {
    color: #A11E2F;
    font-weight: normal;
}

.find-cost-main {
    background: none;
    box-shadow: none;
    padding-left: 0;
}

.find-cost-main:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    width: 40px;
    height: 6px;
    background: #A11E2F;
}

.find-cost-main .line-27 {
    display: none;
}

.find-cost-main .question-1 {
    display: none;
}

.find-cost-lvl.form-lvl-1 {
    background: #FAFAFA;
    opacity: 1;
    box-sizing: border-box;
    height: auto;
    padding-left: 39px;
    padding-right: 39px;
}

.find-cost-lvl {
    padding-top: 20px;
    position: relative;
    padding-bottom: 80px;
}

.find-cost-lvl:after {
    display: none;
}

.find-cost-lvl>.select {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
}

.find-cost-lvl .select__gap {
    width: 100%;
}

.home-baner_info {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.home-baner_info>div {
    flex: 1;
}

.home-baner_info .container-full {
    width: 85%;
    display: block;
}

.home-baner_info .container-frame {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.home-baner_info-block {
    display: inline-block;
    vertical-align: top;
    width: 40%;
    color: #ADADAD;
    text-align: left;
    padding-top: 0;
    padding-right: 30px;
}

.home-baner_info h1 {
    font-size: 36px;
    line-height: 53px;
    position: relative;
    text-align: left;
}

.home-baner_info h1:after {
    position: absolute;
    content: '';
    height: 6px;
    width: 40px;
    left: 0;
    bottom: -20px;
    background: #BE1024;
}

.home-baner_info-block img {
    display: none;
}

.home-baner_info .container-holder {
    position: relative;
    padding-right: 20px;
    width: 30%;
}

.home-baner_info .container-description {
    width: 65%;
}

.home-baner_info .container-holder .btn-consult {
/*    position: absolute;
    bottom: 140px;
    left: 0;*/
    font-size: 14px;
    font-weight: 700;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 0;
    padding: 14px 29px;

}

.home-baner_info-block {
    padding-bottom: 40px;
}

.main-menu li i {
    position: static;
}

.main-menu li .icon-dop-hover {
    display: none;
}

.home-baner_info-num {
    color: #8B8B8B;
}

.page-title {
    position: relative;
    text-align: left;
    width: 100%;
    margin: auto;
    padding: 0;
}

.page-title:after {
    content: '';
    position: absolute;
    left: 0;
    top: -10px;
    width: 60px;
    height: 5px;
    background: #A11E2F;
}

.line-27 {
    display: none;
    width: 60px;
    height: 5px;
}

.home-slider .one-slider-info .page-title {
    text-align: left;
    margin: 0;
    padding: 0;
}

.home-slider .one-slider-info .page-title:after {
    display: none;
}

.about-block {
    max-width: 1211px;
    margin-left: auto;
    margin-right: auto;
}

.about-block .columns {
    columns: 2;
    padding-bottom: 90px;
    padding-top: 30px;
}

.about-block .inform {
    display: block;
    margin-bottom: 25px;
}

.about-block p {
    margin-bottom: 25px;
}

.home-tabs .home-tab-slicks,
.home-tabs-list {
    width: 100%;
    max-width: 1211px;
}


.home-reviews .home-review {
    background: #F7F7F7;
}

.home-footer .columns {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.home-footer .columns .column {
    width: 25%;
    padding: 0 15px;
}

.home-footer .heading {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}

.home-footer-list {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}

.home-footer-list li {
    position: relative;
    padding-left: 15px;
}

.home-footer-list li:after {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    background: #BE1024;
    left: 0;
    top: 3px;

}

.home-footer-list li a {
    font-size: 14px;
}