html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video
{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

body {
    line-height: 1;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
	font-weight: normal;
    font-family: "GothamPro", sans-serif;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 400;
    color: #111111;
}
.redColor{
background: #d41111;
}
ol, ul
{
    list-style: none;
}

blockquote, q
{
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

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

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html
{
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

audio,canvas,progress,video
{
    display: inline-block;
    vertical-align: baseline;
}

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

[hidden],template
{
    display: none;
}

a
{
    background-color: transparent;
}

a:active,a:hover
{
    outline: 0;
}

abbr[title]
{
    border-bottom: 1px dotted;
}

b,strong
{
    font-weight: bold;
}

dfn
{
    font-style: italic;
}

h1
{
    font-size: 3em;
    margin: 0 0 0.67em 0;
    font-weight: bold;
}

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

small
{
    font-size: 80%;
}

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

sup
{
    top: -0.5em;
}

sub
{
    bottom: -0.25em;
}

img
{
    border: 0;
}

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

figure
{
    margin: 1em 40px;
}

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

pre
{
    overflow: auto;
}

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

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

button
{
    overflow: visible;
}

button,select
{
    text-transform: none;
}

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

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

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

input
{
    line-height: normal;
}

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

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

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

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

fieldset
{
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend
{
    border: 0;
    padding: 0;
}

textarea
{
    overflow: auto;
}

optgroup
{
    font-weight: bold;
}

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

td,th
{
    padding: 0;
}

*
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

html
{
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

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

}

a
{
    color: #428bca;
    text-decoration: none;
}

a:hover,a:focus
{
    color: #2a6496;
    text-decoration: underline;
}

a:focus
{
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

figure
{
    margin: 0;
}

img
{
    vertical-align: middle;
}

.img-responsive
{
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded
{
    border-radius: 6px;
}

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

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

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

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

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

[role="button"]
{
    cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:768px)
{
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12
    {
        float: left;
    }
    .col-sm-12
    {
        width: 100%;
    }
    .col-sm-11
    {
        width: 91.66666667%;
    }
    .col-sm-10
    {
        width: 83.33333333%;
    }
    .col-sm-9
    {
        width: 75%;
    }
    .col-sm-8
    {
        width: 66.66666667%;
    }
    .col-sm-7
    {
        width: 58.33333333%;
    }
    .col-sm-6
    {
        width: 50%;
    }
    .col-sm-5
    {
        width: 41.66666667%;
    }
    .col-sm-4
    {
        width: 33.33333333%;
    }
    .col-sm-3
    {
        width: 25%;
    }
    .col-sm-2
    {
        width: 16.66666667%;
    }
    .col-sm-1
    {
        width: 8.33333333%;
    }
    .col-sm-pull-12
    {
        right: 100%;
    }
    .col-sm-pull-11
    {
        right: 91.66666667%;
    }
    .col-sm-pull-10
    {
        right: 83.33333333%;
    }
    .col-sm-pull-9
    {
        right: 75%;
    }
    .col-sm-pull-8
    {
        right: 66.66666667%;
    }
    .col-sm-pull-7
    {
        right: 58.33333333%;
    }
    .col-sm-pull-6
    {
        right: 50%;
    }
    .col-sm-pull-5
    {
        right: 41.66666667%;
    }
    .col-sm-pull-4
    {
        right: 33.33333333%;
    }
    .col-sm-pull-3
    {
        right: 25%;
    }
    .col-sm-pull-2
    {
        right: 16.66666667%;
    }
    .col-sm-pull-1
    {
        right: 8.33333333%;
    }
    .col-sm-pull-0
    {
        right: auto;
    }
    .col-sm-push-12
    {
        left: 100%;
    }
    .col-sm-push-11
    {
        left: 91.66666667%;
    }
    .col-sm-push-10
    {
        left: 83.33333333%;
    }
    .col-sm-push-9
    {
        left: 75%;
    }
    .col-sm-push-8
    {
        left: 66.66666667%;
    }
    .col-sm-push-7
    {
        left: 58.33333333%;
    }
    .col-sm-push-6
    {
        left: 50%;
    }
    .col-sm-push-5
    {
        left: 41.66666667%;
    }
    .col-sm-push-4
    {
        left: 33.33333333%;
    }
    .col-sm-push-3
    {
        left: 25%;
    }
    .col-sm-push-2
    {
        left: 16.66666667%;
    }
    .col-sm-push-1
    {
        left: 8.33333333%;
    }
    .col-sm-push-0
    {
        left: auto;
    }
    .col-sm-offset-12
    {
        margin-left: 100%;
    }
    .col-sm-offset-11
    {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10
    {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9
    {
        margin-left: 75%;
    }
    .col-sm-offset-8
    {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7
    {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6
    {
        margin-left: 50%;
    }
    .col-sm-offset-5
    {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4
    {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3
    {
        margin-left: 25%;
    }
    .col-sm-offset-2
    {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1
    {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0
    {
        margin-left: 0;
    }
}

@media (min-width:992px)
{
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12
    {
        float: left;
    }
    .col-md-12
    {
        width: 100%;
    }
    .col-md-11
    {
        width: 91.66666667%;
    }
    .col-md-10
    {
        width: 83.33333333%;
    }
    .col-md-9
    {
        width: 75%;
    }
    .col-md-8
    {
        width: 66.66666667%;
    }
    .col-md-7
    {
        width: 58.33333333%;
    }
    .col-md-6
    {
        width: 50%;
    }
    .col-md-5
    {
        width: 41.66666667%;
    }
    .col-md-4
    {
        width: 33.33333333%;
    }
    .col-md-3
    {
        width: 25%;
    }
    .col-md-2
    {
        width: 16.66666667%;
    }
    .col-md-1
    {
        width: 8.33333333%;
    }
    .col-md-pull-12
    {
        right: 100%;
    }
    .col-md-pull-11
    {
        right: 91.66666667%;
    }
    .col-md-pull-10
    {
        right: 83.33333333%;
    }
    .col-md-pull-9
    {
        right: 75%;
    }
    .col-md-pull-8
    {
        right: 66.66666667%;
    }
    .col-md-pull-7
    {
        right: 58.33333333%;
    }
    .col-md-pull-6
    {
        right: 50%;
    }
    .col-md-pull-5
    {
        right: 41.66666667%;
    }
    .col-md-pull-4
    {
        right: 33.33333333%;
    }
    .col-md-pull-3
    {
        right: 25%;
    }
    .col-md-pull-2
    {
        right: 16.66666667%;
    }
    .col-md-pull-1
    {
        right: 8.33333333%;
    }
    .col-md-pull-0
    {
        right: auto;
    }
    .col-md-push-12
    {
        left: 100%;
    }
    .col-md-push-11
    {
        left: 91.66666667%;
    }
    .col-md-push-10
    {
        left: 83.33333333%;
    }
    .col-md-push-9
    {
        left: 75%;
    }
    .col-md-push-8
    {
        left: 66.66666667%;
    }
    .col-md-push-7
    {
        left: 58.33333333%;
    }
    .col-md-push-6
    {
        left: 50%;
    }
    .col-md-push-5
    {
        left: 41.66666667%;
    }
    .col-md-push-4
    {
        left: 33.33333333%;
    }
    .col-md-push-3
    {
        left: 25%;
    }
    .col-md-push-2
    {
        left: 16.66666667%;
    }
    .col-md-push-1
    {
        left: 8.33333333%;
    }
    .col-md-push-0
    {
        left: auto;
    }
    .col-md-offset-12
    {
        margin-left: 100%;
    }
    .col-md-offset-11
    {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10
    {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9
    {
        margin-left: 75%;
    }
    .col-md-offset-8
    {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7
    {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6
    {
        margin-left: 50%;
    }
    .col-md-offset-5
    {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4
    {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3
    {
        margin-left: 25%;
    }
    .col-md-offset-2
    {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1
    {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0
    {
        margin-left: 0;
    }
}

@media (min-width:1200px)
{
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12
    {
        float: left;
    }
    .col-lg-12
    {
        width: 100%;
    }
    .col-lg-11
    {
        width: 91.66666667%;
    }
    .col-lg-10
    {
        width: 83.33333333%;
    }
    .col-lg-9
    {
        width: 75%;
    }
    .col-lg-8
    {
        width: 66.66666667%;
    }
    .col-lg-7
    {
        width: 58.33333333%;
    }
    .col-lg-6
    {
        width: 50%;
    }
    .col-lg-5
    {
        width: 41.66666667%;
    }
    .col-lg-4
    {
        width: 33.33333333%;
    }
    .col-lg-3
    {
        width: 25%;
    }
    .col-lg-2
    {
        width: 16.66666667%;
    }
    .col-lg-1
    {
        width: 8.33333333%;
    }
    .col-lg-pull-12
    {
        right: 100%;
    }
    .col-lg-pull-11
    {
        right: 91.66666667%;
    }
    .col-lg-pull-10
    {
        right: 83.33333333%;
    }
    .col-lg-pull-9
    {
        right: 75%;
    }
    .col-lg-pull-8
    {
        right: 66.66666667%;
    }
    .col-lg-pull-7
    {
        right: 58.33333333%;
    }
    .col-lg-pull-6
    {
        right: 50%;
    }
    .col-lg-pull-5
    {
        right: 41.66666667%;
    }
    .col-lg-pull-4
    {
        right: 33.33333333%;
    }
    .col-lg-pull-3
    {
        right: 25%;
    }
    .col-lg-pull-2
    {
        right: 16.66666667%;
    }
    .col-lg-pull-1
    {
        right: 8.33333333%;
    }
    .col-lg-pull-0
    {
        right: auto;
    }
    .col-lg-push-12
    {
        left: 100%;
    }
    .col-lg-push-11
    {
        left: 91.66666667%;
    }
    .col-lg-push-10
    {
        left: 83.33333333%;
    }
    .col-lg-push-9
    {
        left: 75%;
    }
    .col-lg-push-8
    {
        left: 66.66666667%;
    }
    .col-lg-push-7
    {
        left: 58.33333333%;
    }
    .col-lg-push-6
    {
        left: 50%;
    }
    .col-lg-push-5
    {
        left: 41.66666667%;
    }
    .col-lg-push-4
    {
        left: 33.33333333%;
    }
    .col-lg-push-3
    {
        left: 25%;
    }
    .col-lg-push-2
    {
        left: 16.66666667%;
    }
    .col-lg-push-1
    {
        left: 8.33333333%;
    }
    .col-lg-push-0
    {
        left: auto;
    }
    .col-lg-offset-12
    {
        margin-left: 100%;
    }
    .col-lg-offset-11
    {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10
    {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9
    {
        margin-left: 75%;
    }
    .col-lg-offset-8
    {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7
    {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6
    {
        margin-left: 50%;
    }
    .col-lg-offset-5
    {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4
    {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3
    {
        margin-left: 25%;
    }
    .col-lg-offset-2
    {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1
    {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0
    {
        margin-left: 0;
    }
}

.embed-responsive
{
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video
{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}

.embed-responsive-16by9
{
    padding-bottom: 56.25%;
}

.embed-responsive-4by3
{
    padding-bottom: 75%;
}

@-ms-viewport{width:device-width}

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

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

@media (max-width:767px)
{
    .visible-xs
    {
        display: block !important;
    }
    table.visible-xs
    {
        display: table !important;
    }
    tr.visible-xs
    {
        display: table-row !important;
    }
    th.visible-xs,td.visible-xs
    {
        display: table-cell !important;
    }
    .visible-xs-block
    {
        display: block !important;
    }
    .visible-xs-inline
    {
        display: inline !important;
    }
    .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;
    }
    th.visible-sm,td.visible-sm
    {
        display: table-cell !important;
    }
    .visible-sm-block
    {
        display: block !important;
    }
    .visible-sm-inline
    {
        display: inline !important;
    }
    .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;
    }
    th.visible-md,td.visible-md
    {
        display: table-cell !important;
    }
    .visible-md-block
    {
        display: block !important;
    }
    .visible-md-inline
    {
        display: inline !important;
    }
    .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;
    }
    th.visible-lg,td.visible-lg
    {
        display: table-cell !important;
    }
    .visible-lg-block
    {
        display: block !important;
    }
    .visible-lg-inline
    {
        display: inline !important;
    }
    .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;
    }
    th.visible-print,td.visible-print
    {
        display: table-cell !important;
    }
}

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

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

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

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

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

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

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after
{
    display: table;
    content: " ";
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after
{
    clear: both;
}

@font-face{
    font-family: 'Bookman Old Style';
    src: url('../fonts/BookmanOldStyle-Bold.eot');
    src: url('../fonts/BookmanOldStyle-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BookmanOldStyle-Bold.woff2') format('woff2'),
        url('../fonts/BookmanOldStyle-Bold.woff') format('woff'),
        url('../fonts/BookmanOldStyle-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face{
    font-family: 'Bookman Old Style';
    src: url('../fonts/BookmanOldStyle.eot');
    src: url('../fonts/BookmanOldStyle.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BookmanOldStyle.woff2') format('woff2'),
        url('../fonts/BookmanOldStyle.woff') format('woff'),
        url('../fonts/BookmanOldStyle.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face{
  font-family: "GothamPro";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/GothamPro/GothamPro.eot");
  src: url("../fonts/GothamPro/GothamPro.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro/GothamPro.woff") format("woff"), url("../fonts/GothamPro/GothamPro.ttf") format("truetype"); }

@font-face{
  font-family: "GothamPro";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/GothamPro/GothamPro-Light.eot");
  src: url("../fonts/GothamPro/GothamPro-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro/GothamPro-Light.woff") format("woff"), url("../fonts/GothamPro/GothamPro-Light.ttf") format("truetype"); }

@font-face{
  font-family: "GothamPro";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/GothamPro/GothamPro-Medium.eot");
  src: url("../fonts/GothamPro/GothamPro-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro/GothamPro-Medium.woff") format("woff"), url("../fonts/GothamPro/GothamPro-Medium.ttf") format("truetype"); }

@font-face{
  font-family: "GothamPro";
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/GothamPro/GothamPro-Bold.eot");
  src: url("../fonts/GothamPro/GothamPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro/GothamPro-Bold.woff") format("woff"), url("../fonts/GothamPro/GothamPro-Bold.ttf") format("truetype"); }

@font-face{
  font-family: "GothamPro";
  font-weight: 900;
  font-style: normal;
  src: url("../fonts/GothamPro/GothamPro-Black.eot");
  src: url("../fonts/GothamPro/GothamPro-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro/GothamPro-Black.woff") format("woff"), url("../fonts/GothamPro/GothamPro-Black.ttf") format("truetype"); }

header
{
    min-height: 100px;
    background-size: cover;
    background-position: center;
    position: relative;
    padding-bottom: 90px;
    margin-bottom: 120px;
}

article
{
    flex-grow: 1;
    color: #676971;
}

footer
{
    min-height: 100px;
    margin-top: 40px;
}

input:focus
{
    outline-style: none;
    outline-width: 0px !important;
    outline-color: none !important;
}

textarea:focus
{
    outline-style: none;
    outline-width: 0px !important;
    outline-color: none !important;
}

/* плавное изменение прозрачности  placeholder-а при фокусе */

input::-webkit-input-placeholder
{
    opacity: 1;
    transition: opacity 0.3s ease;
}

input::-moz-placeholder
{
    opacity: 1;
    transition: opacity 0.3s ease;
}

input:-moz-placeholder
{
    opacity: 1;
    transition: opacity 0.3s ease;
}

input:-ms-input-placeholder
{
    opacity: 1;
    transition: opacity 0.3s ease;
}

input:focus::-webkit-input-placeholder
{
    opacity: 0;
    transition: opacity 0.3s ease;
}

input:focus::-moz-placeholder
{
    opacity: 0;
    transition: opacity 0.3s ease;
}

input:focus:-moz-placeholder
{
    opacity: 0;
    transition: opacity 0.3s ease;
}

input:focus:-ms-input-placeholder
{
    opacity: 0;
    transition: opacity 0.3s ease;
}

/*Стили для плавное изменение прозрачности  placeholder-а конец*/

section
{
    width: 100%;
    max-width: 1280px;
    padding: 0 25px;
    margin: 0 auto;
}

@media (max-width:991px)
{
    section
    {
        max-width: 970px;
		    padding: 35px 20px;
    }
}

@media (max-width:799px)
{
    section
    {
        max-width: 750px;

    }
}

@media (max-width:767px)
{
    section
    {
    }
}

header:before {
    content: "";
    
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.28);
    /* IE9, iOS 3.2+ */
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjEwMCUiPjxzdG9wIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIiBvZmZzZXQ9IjAuNTU4OTk5OTk5OTk5OTk5OSIvPjxzdG9wIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIgb2Zmc2V0PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI3ZzZ2cpIiAvPjwvc3ZnPg==);
    background-image: -webkit-gradient(linear, 0% 0%, 100% 100%,color-stop(0, rgb(0, 0, 0)),color-stop(0.559, rgba(0, 0, 0, 0)),color-stop(1, rgba(0, 0, 0, 0)));
    /* Android 2.3 */
    background-image: -webkit-repeating-linear-gradient(top left,rgb(0, 0, 0) 0%,rgba(0, 0, 0, 0) 55.9%,rgba(0, 0, 0, 0) 100%);
    /* IE10+ */
    background-image: repeating-linear-gradient(to bottom right,rgb(0, 0, 0) 0%,rgba(0, 0, 0, 0) 55.9%,rgba(0, 0, 0, 0) 100%);
    background-image: -ms-repeating-linear-gradient(top left,rgb(0, 0, 0) 0%,rgba(0, 0, 0, 0) 55.9%,rgba(0, 0, 0, 0) 100%);
}

/* IE8- CSS hack */

@media \0screen\,screen\9
{
    .gradient
    {
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff000000",endColorstr="#00000000",GradientType=0);
    }
}

/* IE8- CSS hack */

@media \0screen\,screen\9
{
    .gradient
    {
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff000000",endColorstr="#00000000",GradientType=0);
    }
}

nav
{
    padding: 44px 0;
    
    position: relative;
    margin-bottom: 9vh;
}

.logo
{
    width: 200px;
    display: block;
    float: left;
}

.logo img
{
    width: 100%;
}

.wraper-top-nav
{
    width: calc(100% - 200px);
    float: left;
    display: flex;
    justify-content: flex-end;
}

section:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.wraper-top-nav:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.menu
{
    width: 110px;
    float: right;
    border-right: 1px solid rgba(255, 255, 255, 0.2784313725490196);
    position: relative;
    cursor: pointer;
}

.burger
{
    width: 30px;
    height: 2px;
    display: block;
    position: relative;
    border-radius: 2px;
    background-color: #ffffff;
    margin: 24px 40px 25px;
    transition: all .4s;
}

.burger:before
{
    content: "";
    width: 100%;
    height: 2px;
    border-radius: 2px;
    position: absolute;
    display: block;
    top: -8px;
    background-color: #fff;
    transition: all .3s;
}

.burger:after
{
    content: "";
    width: 100%;
    height: 2px;
    border-radius: 2px;
    position: absolute;
    display: block;
    top: 8px;
    background-color: #fff;
    transition: all .3s;
}

.wraper-header-phone
{
    float: right;
    color: rgba(255, 255, 255, 0.51);
    border-right: 1px solid rgba(255, 255, 255, 0.2784313725490196);
}

.wraper-header-phone a
{
    color: #ffffff;
    font-weight: bold;
    display: block;
    padding-right: 40px;
    padding-left: 60px;
    background-image: url('../img/icon/icon-phone.png');
    background-repeat: no-repeat;
    background-position: 35px;
}

.wraper-header-phone span
{
    font-size: 80%;
    width: 100%;
    display: block;
    padding-right: 40px;
    text-align: right;
    padding-top: 4px;
}

.select-adres
{
    border-right: 1px solid rgba(255, 255, 255, 0.2784313725490196);
    padding-right: 40px;
}

header h1
{
    color: #fff;
    font-weight: 900;
    position: relative;
    font-size: 4em;
}

.title-page
{
    color: #fff;
    position: relative;
    font-size: 2em;
    font-weight: 300;
    margin-bottom: 60px;
}

.title-page span
{
    color: #fb1c1d;
}

.title-page:after
{
    width: 90px;
    height: 1px;
    display: block;
    background-color: #fff;
    content: "";
    position: relative;
    margin-top: 40px;
}

.wraper-header-content
{
    width: 60%;
    float: left;
}

.wraper-header-video
{
    width: 40%;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.start-video
{
    width: 250px;
    height: 250px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background-color: rgba(4, 4, 4, 0.51);
    background-image: url('../img/icon/icon-video.png');
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.action-video
{
    width: 160px;
    height: 160px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -80px;
    margin-top: -80px;
    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
}

.wraper-header-triger
{
    display: flex;
    position: relative;
    color: #fff;
    font-size: 18px;
    flex-wrap: wrap;
}

.wraper-header-triger img
{
    float: left;
    margin-right: 30px;
}

.wraper-header-triger div
{
    width: 50%;
    margin-bottom: 55px;
}

.cart
{
    margin-top: 7px;
}

.btn
{
    color: #ffffff !important;
    font-weight: bold;
    position: relative;
    display: inline-block;
    padding: 21px 40px 22px 30px;
    margin-bottom: 40px;
    background-color: #fb1c1d;
    border-radius: 4px;
    overflow: hidden;
    transition: all .4s;
border: 0;
}

.btn:hover, .btn:focus, .btn:active
{
    color: #ffffff;
    text-decoration: none;
}

.btn span
{
    position: absolute;
    width: 75px;
    text-align: center;
    height: 100%;
    top: 0;
    padding-top: 18px;
    background-color: #d11818;
    -webkit-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    -o-transform: skewX(-20deg);
    transform: skewX(-20deg);
    right: -10px;
}

.skeb> *
{
    -webkit-transform: skewX(15deg);
    -moz-transform: skewX(15deg);
    -ms-transform: skewX(15deg);
    -o-transform: skewX(15deg);
    transform: skewX(15deg);
}

.btn span>*
{
    -webkit-transform: skewX(20deg);
    -moz-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    -o-transform: skewX(20deg);
    transform: skewX(20deg);
}

.btn:hover
{
    background-color: #d11818;
}

.btn:hover .btn span
{
    right: -6px !important;
}

.d-flex
{
    display: flex;
    flex-wrap: wrap;
}

.adress
{
    color: #ffffff;
    font-weight: bold;
    padding-bottom: 0px;
    text-align: right;
}

.select-adress
{
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    -ms-appearance: none;
    appearance: none!important;
    width: 100%;
    border: 0;
    background-color: rgba(0, 0, 0, 0);
    color: #e5e3e3;
    border-bottom: 1px solid;
    font-size: 80%;
    padding-right: 12px;
    background-repeat: no-repeat;
    position: relative;
    background-image: url('../img/icon/icon-selekt-arrow.png');
    background-position: right center;
    padding-top: 6px;
    cursor: pointer;
    max-width: 160px;
    margin-left: auto;
}

.sitebar
{
    width: 260px;
    float: left;
}

.content
{
    width: calc(100% - 260px);
    float: left;
    min-height: 100px;
    padding-right: 50px;
}

.h2
{
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 40px;
}

.site-bar-nav
{
    margin-bottom: 80px;
}

.site-bar-nav li
{
}

.site-bar-nav a
{
    padding-top: 18px;
    padding-bottom: 18px;
    color: #000;
    font-weight: 500;
    font-size: 18px;
    display: block;
    padding-left: 22px;
    border-bottom: 1px solid #e7eaf4;
    text-decoration: none;
    background-image: url('../img/icon/icon-arow-sitebar-menu.png');
    background-repeat: no-repeat;
    background-position: left center;
}

.site-bar-nav a:first-child
{
   /* border-top: 1px solid #e7eaf4;*/
}

.site-bar-nav a:hover, .site-bar-nav a:focus, .site-bar-nav a:active
{
    color: #fb1c1d;
    background-image: url('../img/icon/icon-arow-sitebar-menu-active.png');
}

.active-sibar-menu
{
    color: #fb1c1d !important;
    background-image: url('../img/icon/icon-arow-sitebar-menu-active.png') !important;
}

.reviews-list
{
    font-size: 14px;
    margin-left: -15px;
    margin-right: -15px;

}

.reviews-list a
{
    color: #000;
    text-decoration: none;
    display: block;
    padding-bottom: 20px;
    border-bottom: 1px solid #e7eaf4;
    margin-bottom: 5px;
}

.autor-reviews
{
    font-weight: bold;
    font-size: 16px;
}

.reviews-title
{
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.data-reviews
{
    font-size: 12px;
    color: #676971;
}

.reviews
{
    transition: all .4s;
    padding: 15px;
}

.reviews:hover
{
    box-shadow: 0px 0px 33px 0px rgba(220,219,219,1);
    -webkit-box-shadow: 0px 0px 33px 0px rgba(220,219,219,1);
    -moz-box-shadow: 0px 0px 33px 0px rgba(220,219,219,1);
}

.all-reviews
{
    float: right;
    color: #fb1c1d !important;
    font-size: 16px;
    border-bottom: none !important;
}

.all-reviews:hover, .all-reviews:focus, .all-reviews:active
{
    color: #fb1c1d;
}

.footer-bg
{
    background-image: url('../img/footer-bg_03.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 60px;
}

.footer-title-page
{
    color: #fff;
    position: relative;
    font-size: 2em;
    font-weight: 300;
    text-align: right;
    padding-top: 40px;
    padding-bottom: 40px;
    display: inline-block;
    float: right;
}

.footer-logo
{
}

.footer-title-page span
{
    color: #fb1c1d;
}

.footer-bg>section
{
    justify-content: space-between;
}

.footer-link-index img
{
    padding-top: 40px;
    padding-bottom: 40px;
}

.footer-copyrite
{
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 1px solid #aeb0b7;
    color: #aeb0b7;
    margin-top: 30px;
}

.footer-time-line
{
    font-weight: 900;
    margin-bottom: 38px;
}

.footer-fpone
{
    color: #000;
    padding-left: 25px;
    background-image: url('../img/icon/icon-phone-footer.png');
    background-repeat: no-repeat;
    display: inline-block;
    margin-bottom: 10px;
}

.footer-fpone span
{
    font-weight: bold;
}

.footer-iten1
{
    width: calc(40% - 30px);
    margin-left: 15px;
    margin-right: 15px;
}

.footer-fpone:hover, .footer-fpone:focus, .footer-fpone:active
{
    color: #000;
    text-decoration: none;
}

.footer-fpone:hover span, .footer-fpone:focus span, .footer-fpone:active span
{
    color: #ed2e2e;
}

.footer-nav
{
}

.footer-nav li
{
}

.footer-nav a
{
    color: #81848d;
    display: block;
    padding-bottom: 5px;
    padding-top: 5px;
    font-weight: 500;
}

.footer-nav a:hover, .footer-nav a:focus, .footer-nav a:active
{
    color: #ed2e2e;
}

.footer-item2
{
    width: calc(20% - 30px);
    margin-left: 15px;
    margin-right: 15px;
}

h2
{
    padding-bottom: 40px;
    font-size: 26px;
    font-weight: bold;
    color: #000;
	line-height: 1;
	text-align: left;
}

h3
{
    padding-bottom: 40px;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    line-height: 1;
}

h2 span
{
    color: #fb1c1d;
}

h3 span
{
    color: #fb1c1d;
}

.content p
{
    padding-bottom: 30px;
}

.content li, .center-content li
{
    padding-top: 5px;
    padding-bottom: 5px;
}

.content>ul>li, .center-content>ul>li, .bx-newsdetail li
{
    padding-left: 25px;
    position: relative;
}

.content>ul>li:before, .center-content>ul>li:before, .bx-newsdetail li:before
{
    width: 18px;
    height: 18px;
    display: block;
    background-image: url('../img/icon/icon-chek.png');
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    position: absolute;
    left: 0;
}

.content a
{
    color: #3978d8;
    font-weight: bold;
}

.content ul, .center-content ul
{
    margin-bottom: 60px;
}

.content ol
{
    margin-bottom: 60px;
}

.content blockquote
{
    padding: 55px;
    box-shadow: 0px 0px 58px 8px rgba(0,0,0,0.08);
    -webkit-box-shadow: 0px 0px 58px 8px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 0px 58px 8px rgba(0,0,0,0.08);
    margin-bottom: 60px;
    position: relative;
    z-index: 3;
}

.content>blockquote>p
{
    padding-left: 15px;
    border-left: 1px solid #e0e6f5;
    padding-bottom: 0;
}



@media (max-width:767px)
{
    .wraper-header-triger
    {
        flex-direction: column;
    }
}

@media (max-width:991px)
{
    .desctop-nav
    {
        display: none;
    }
}

@media (min-width:992px)
{
    .mobail-nav
    {
        display: none;
    }
}

.mobaii-header
{
    position: absolute;
    left: 0;
    top: -30px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.39);
    color: #fff;
    height: 100px;
}

.wraper-meleck-mobail-adress
{
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
    float: right;
}

@media (max-width:991px)
{
    nav
    {
        margin-bottom: 0;
		padding: 0;
    }
    .wraper-header-triger div
    {
        margin-bottom: 15px;
        width: 100%;
    }
    .title-page
    {
        margin-bottom: 20px;
        margin-top: -20px;
    }
}
.fles-form{
	display: flex;
    justify-content: space-between;
}
.fles-form div{
	width: 48%;
}
.fdooter-maps
{
    width: 100%;
    margin-left: 15px;
    margin-right: 15px;
    max-width: 400px;
}

@media (max-width:991px)
{
    .fdooter-maps
    {
        width: 100%;
    }
}

.f-column
{
}

@media (max-width:991px)
{
    .footer-item2
    {
        width: calc(50% - 30px);
    }
    .footer-iten1
    {
        width: 100%;
        margin-bottom: 30px;
    }
    .footer-fpone
    {
        margin-right: 30px;
    }
}

@media (max-width:767px)
{
    .footer-item2
    {
        width: 100%;
        margin-bottom: 30px;
    }
}

.ow
{
    width: 100%;
    height: 110%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    background-color: rgba(2, 2, 2, 0.72);
    display: none;
}

.menu-list
{
    margin-left: -150px;
    margin-top: 15vh;
    position: fixed;
    z-index: 10000;
    width: 300px;
    display: block;
    left: 50%;
    transform: translateY(-1000px);
    transition: all .5s;
}

.menu-list li
{
}

.menu-list a
{
    color: #fdfdfd;
    padding-top: 6px;
    padding-bottom: 5px;
    display: block;
}

.menu-list:before
{
    content: "МЕНЮ";
    position: absolute;
    color: #fff;
    top: -60px;
    font-size: 2em;
    border-bottom: 1px dotted;
    display: block;
    width: 100%;
}



.menu-list a:hover
{
    color: #fb1c1d;
}

.menu-close
{
    background-color: rgba(0, 0, 0, 0);
    height: 40px;
    z-index: 1004;
}

.menu-close:before
{
    transform: rotate(45deg);
    top: 16px;
    left: 0;
}

.menu-close:after
{
    transform: rotate(-45deg);
    top: 16px;
}

.ow-visibl
{
    display: block;
}

.menu-list-visibl
{
    transform: translateY(0);
}

.menu-list .root-item-selected
{
    color: #fb1c1d;
    padding-top: 6px;
    padding-bottom: 5px;
}

.site-bar-nav .root-item-selected
{
    padding-top: 18px;
    padding-bottom: 18px;
    color: #fb1c1d;
    font-weight: 500;
    font-size: 18px;
    display: block;
    padding-left: 22px;
    border-bottom: 1px solid #e7eaf4;
    text-decoration: none;
    background-image: url('../img/icon/icon-arow-sitebar-menu-active.png');
    background-repeat: no-repeat;
    background-position: left center;
}

.start-video:hover img
{
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.close-pop_up
{
    display: none;
    position: absolute;
    right: 40px;
    top: 40px;
    color: #fff;
    font-size: 2em;
    cursor: pointer;
	z-index: 100000000;
}

.close-pop_up-visible
{
    display: block;
}

.wraper-pop_up-content
{
        position: fixed;
    width: 560px;
    margin-left: -280px;
    min-height: 303px;
    top: 15vh;
    left: 50%;
    background-color: #f5f5f5;
    display: none;
    z-index: 10000;
}

.wraper-pop_up-content-visible
{
    display: block;
}

.post-list
{
    width: calc(100% - 260px);
    float: left;
    min-height: 100px;
    padding-right: 50px;
}

.post-img
{
    float: left;
    margin-right: 50px;
}

.data-post
{
    font-size: 12px;
    color: #81848d;
    margin-bottom: 20px;
    display: inline-block;
}

.title-post
{
    font-size: 22px;
    font-weight: bold;
    color: #000;
    margin-bottom: 40px;
}

.content-post
{
        height: 142px;
    overflow: hidden;
    color: #000;
    font-size: 17px;
    text-overflow: ellipsis;
    margin-bottom: 5px;
}

.item-post
{
    display: block;
    padding-bottom: 30px;
    border-bottom: 1px dotted #81848d;
    margin-bottom: 60px;
}

.item-post:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

@media (max-width:991px)
{
    .post-list
    {
        width: 100%;
        padding-right: 0;
    }
}

@media (max-width:799px)
{
    .post-img
    {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.form-call_back
{
    width: 400px;
    margin-left: -200px;
    position: fixed;
    left: 50%;
    padding: 50px 60px 60px;
    background-color: rgba(255, 255, 255, 0.36);
    top: 15vh;
    z-index: 1000;
    border-radius: 4px;
    border: 1px solid #fff;
    transform: translateY(-1500px);
    transition: all .5s;
}

.call-back_form_label
{
    width: 100%;
    display: block;
    margin-bottom: 30px;
}

.call-back_form_label span
{
    display: block;
    color: #fff;
    margin-bottom: 10px;
    font-weight: bold;
}

.call-back_form_label input
{
    width: 100%;
    padding: 15px 10px;
    border-radius: 2px;
    border: 0;
}

.checkbox input
{
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 20px;
}

.checkbox__text
{
    position: relative;
    padding: 0 0 0 60px;
    cursor: pointer;
    color: #ebebeb;
    font-size: 76%;
    margin-bottom: 30px;
}

.checkbox__text:before
{
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    width: 26px;
    height: 26px;
    transition: .2s;
    background-color: #ff0606;
}

.checkbox__text:after
{
    content: '\2713';
    position: absolute;
    top: 2px;
    width: 26px;
    height: 26px;
    transition: .2s;
    left: 5px;
    color: #fff;
    font-size: 1.8em;
}

.checkbox input:checked + .checkbox__text:after
{
    display: none;
}

.form-button
{
    width: 100%;
    color: #fff;
    background-color: #fb1c1d;
    border: 0;
    font-weight: bold;
    padding-top: 16px;
    padding-bottom: 16px;
    border-radius: 4px;
}

.form-button:hover
{
    background-color: #ff6d6d;
}

@media (max-width:767px)
{
    .form-call_back
    {
        padding-left: 20px;
        padding-right: 20px;
        width: calc(100% - 60px);
        margin-left: calc( (100% - 60px) / 2 * -1);
    }
	h1 {
    font-size: 20px !important;
	}
	header {
    margin-bottom: 20px ;
}
}

.form-call_back_visit
{
    transform: translateY(0);
}

.button
{
    color: #ffffff !important;
    font-weight: bold;
    position: relative;
    display: inline-block;
    padding: 21px 40px 22px;
    margin-bottom: 40px;
    background-color: #fb1c1d;
    border-radius: 4px;
    transition: all .4s;
    min-width: 200px;
    text-align: center;
}

.button:hover, .button:focus, .button:active
{
    text-decoration: none;
    background-color: #cf0000;
}

.calc-label
{
    width: 100%;
    display: block;
    margin-bottom: 15px;
}

.calc-label span
{
    width: 250px;
    display: block;
    float: left;
    font-weight: bold;
    color: #000;
    font-size: 15px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.calc-input
{
    width: 400px;
    display: block;
    margin-left: auto;
    padding: 12px 10px;
    border: 1px solid;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    -ms-appearance: none;
    appearance: none!important;
}

.arow-select
{
    background-image: url('../img/icon/icon-selekt-arow.png');
    background-repeat: no-repeat;
    background-position: 98% 52%;
}

.form-kasko
{
    width: 100%;
    max-width: 700px;
}

.wraper-chek .checkbox
{
    width: 200px;
    display: block;
    float: right;
}

.wraper-chek .checkbox__text
{
    color: #000;
}

.selected
{
    padding-top: 18px;
    padding-bottom: 18px;
    color: #fb1c1d !important;
    font-weight: 500;
    font-size: 18px;
    display: block;
    padding-left: 22px;
    
    text-decoration: none;
    background-image: url('../img/icon/icon-arow-sitebar-menu-active.png') !important;
    background-repeat: no-repeat;
    background-position: left center;
}
.form-call_back_head
{
    position: relative;
    margin-left: auto;
    margin-top: 64px;
    padding: 40px;
    background: #00000061;
    border: 1px solid #fff;
}
.wrapedr-header-form
{
    margin-left: auto;
position: relative;
}


.select-adress ul
{
    position: absolute;
    width: 270px;
    height: 0;
    overflow: hidden;
    transition: all .4s;
    background: #0000009e;
	z-index: 101;

}

.select-adress li
{
    padding-top: 5px;
    cursor: pointer;
}

.select-adress li:hover
{
    color: #ff0606;
}

.dop-adres
{
    min-height: 200px;
    padding-top: 12px;
}

.select-adress:hover ul
{
       min-height: 150px;
    padding: 20px;
}

.form-call_back_head h3
{
color: #fff;
}

.menu-agent{
display: flex;
    border: 1px solid #999;
    padding: 9px 0;
    border-radius: 4px;
	align-items: center;
    justify-content: space-around;
}
.menu-agent li:before{
display: none !important;
}
.menu-agent a{
    color: #545454;
    font-weight: normal;
}

.footer-copyrite a{
float: right;
    color: #aeb0b7;
}

.footer-copyrite a:hover, .footer-copyrite a:focus, .footer-copyrite a:active{
color: #fb1c1d;
}
.button-go, .crm-webform-submit-button{
	padding: 20px 40px;
    background: #fb1c1d;
    color: #fff !important;
    display: inline-block;
    border-radius: 5px;
	transition: all .4s;
}
.button-go:hover, .crm-webform-submit-button:hover{
	box-shadow: 0px 3px 5px -2px #c7040473;
    text-decoration: none;
}
@media (max-width: 991px){



   
	.select-adres{
					border-right: 1px solid rgba(255, 255, 255, 0);
					padding-right: 0;
					}
	.menu-close{ 
				display: none;
				}
	.menu-close-pop_up{
display: block;
	}
	.select-adress ul{
	right: 0;
	}
	.menu{
		width: 69px;
		border-right:none;

	}
}

@media (max-width: 550px){

.bx-newslist-block{
flex-direction: column;
	}

.wr-news-img{
    width: 100%;
    height: 150px;
    max-width: 360px;
    margin: 0 auto 30px;
	}
.wr-news-list-content{
    margin: 0 auto;
    width: 100%;
    max-width: 287px;
    align-content: center;
    padding: 0;
	}

.mobail-nav {
    padding-top: 83px;
}
}

.body-fixed{
overflow: hidden;
padding-right: 14px;
}
.input{
    padding: 10px 15px !important;
    width: 100%;
    max-width: 500px;
    background: #fff;
    border: 1px solid #999;
    border-radius: 4px;
    margin-bottom: 20px;

}

.input-submit{
    color: #fff;
    background: #333;
    border: 0;
    padding: 10px 37px;
    margin: 10px 30px 60px 0;
    border-radius: 4px;

}

.input-submit:hover, .input-submit:focus, .input-submit:active{

    background: #999;


}

.news-list .itemProfile{
    padding: 30px 30px 0 30px;
}

.news-list .itemProfile  p{
    padding-bottom: 30px;
}
.viewProfile div{
padding: 0 0 20px 0;
    font-weight: normal;
color: #999;
	}
.viewProfile span {

    font-weight: bold;
color: #333;
	}

.photouser{
width: 200px;
margin-bottom: 50px;
    float: left;
    margin-right: 50px;

}

.menu-agent .input-submit{
margin: 0;
}
.viewProfileName{
	    text-transform: uppercase;
    position: relative;
}

.d-none{
	display: none;
}
.calculator{
	margin-bottom:60px;
}

.bx-breadcrumb-item>span{
color: #fb1c1d;
}
.bx-breadcrumb-item a{
font-size: 13px;
    white-space: normal;
color: #999;
}

.news-item{
        margin-bottom: 30px;
    border-bottom: 1px dotted;
    padding-bottom: 30px;
}
.news-item b{
            display: block;

}

.inputSubject{
    color: #fff;
    background: #333;
    border: 0;
    padding: 10px 37px;
    margin: 10px 30px 60px 0;
    border-radius: 4px;
}

.inputSubject:hover, .inputSubject:focus, .inputSubject:active{

    background: #999;

}

.link-all-reviews{
    color: #fb1c1d;
    margin-bottom: 50px;
    padding-top: 16px;
    display: inline-block;
}
.StatusJob{
        position: absolute;
    top: -17px;
    right: 0;
    display: flex;
    flex-direction: column;
        font-size: 10px;
    /* font-weight: bold; */
    text-align: center;
}
.StatusJob .EndJob, .StatusJob .StartJob
{
    padding: 3px 21px;
    /* background: #333; */
    border-radius: 30px;
        cursor: pointer;
    margin-bottom: 3px;
    border: 1px solid;
}
.StatusJob EndJob:hover, .StatusJob EndJob:focus, .StatusJob EndJob:active{
color: #ee4b4b;
}

.ActionJob{
    padding-bottom: 3px;
    font-weight: bold;
    color: #ff9707;}

.CloseJob{
padding: 0 !important;
    border: 0px solid !important;
    color: #10c354;
    font-weight: bold;lid;
}

.before-video{
width: 50%;
}
.anticlop{
margin-right: 6vw;padding-top: 60px;
}
.triger-title{
width: 100%;
color: #fff;
padding: 60px 0 0 20vw;
font-size: 50px;
}
@media (max-width:991px)
{
    .content
    {
        width: 100%;
        padding-right: 0;
    }
    .sitebar
    {
        width: 100%;
    }
    .all-reviews
    {
        margin-right: 20px;
    }
    .wraper-header-video
    {
        display: none;
    }
    .wraper-header-content
    {
        width: 100%;
margin-bottom: 50px;
    }
.wrapedr-header-form {
    margin: auto;

}
.wr-b24{
margin: 0 auto;
margin-bottom: 10px !important;
	}
}

.spawnElement{

padding-top: 25px;

}

.spawnElement img{
width: 100%;
max-width: 560px;
height: auto;
}

.loadAjaxActive .StartJob{
cursor: progress;
    z-index: -100;
}


.logo-sk{
		margin: 30px -15px;
    display: flex;
    flex-wrap: wrap;
border: 1px solid;
    border-radius: 4px;
    justify-content: space-around;
}

.logo-sk div{
		margin:  15px 15px;
width: calc(10% - 30px);
    flex-basis: 95px;

}
.logo-sk>div>a>img{

width: 100%;

}
.top-line
{
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    z-index: 10000;
    color: #fff;
    font-weight: bolder;
    transform: translateY(-100px);
    transition|: all .5s;
	display: none;
}

.top-line ul
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.top
{
    width: 60px;
    height: 130%;
    display: block;
    text-align: center;
    line-height: 80px;
    /* border: 1px solid; */
    /* border-radius: 50%; */
    color: #fff;
    margin-left: auto;
    margin-top: -40px;
    transition: all .5s;
    position: absolute;
    right: 0;
    border-left: 1px solid;
}

.top-line li
{
    display: flex;
    width: 100%;
}

.top:hover, .top:focus, .top:active
{
    box-shadow: 0px 0px 25px 7px rgba(252,252,252,1);
    -webkit-box-shadow: 0px 0px 25px 7px rgba(252,252,252,1);
    -moz-box-shadow: 0px 0px 25px 7px rgba(252,252,252,1);
    text-decoration: none;
    color: #fff;
}

.top-line-open
{
    transform: translateY(0px);
}

@media (max-width:767px)
{
    .top
    {
        margin-left: auto;
    }

}

@media (min-width:1000px)
{

.statik-img{
display: none;
	}

}
@media (max-width:1000px)
{

.statik-img{
display: none;
	}

}

.video-responsive {
position:relative;
padding-bottom:56.25%;
padding-top:30px;
height:0;
overflow:hidden;
}
.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.header-img-menu
{
margin-bottom: 50px;
}

.header-img-menu a
{
    display: inline-block;
}

.kasko
{
    width: 39.333%;
}

.header-img-menu a img
{
    width: 100%;
    transition: all .4s;
}

.osago
{
    width: 58.666%;
}

.imush
{
    width: 54.55%;
}

.live
{
    width: 43.444%;
}

.header-img-menu a img:hover
{
    -webkit-box-shadow: 0px -2px 48px -5px rgba(0,0,0,0.31);
    -moz-box-shadow: 0px -2px 48px -5px rgba(0,0,0,0.31);
    box-shadow: 0px -2px 48px -5px rgba(0,0,0,0.31);
    position: relative;
    z-index: 100;
}


/*  стили для формы осаго 02.08.2019 */




.osago-online
{
    padding: 20px;
    background-color: #e9e5e5;
}

.osago-online h3
{
    padding-bottom: 20px;
    font-weight: normal;
}

.inline-elements
{
    display: flex;
    margin-bottom: 30px;
    flex-wrap: wrap;
}



input[type="radio"]+span
{
    border-radius: 2px;
}

input[type="radio"]:checked+span:before
{
    content: "";
    display: block;
    background: #fb1c1d;
    border-radius: 2px;
    width: 12px;
    height: 12px;
    margin: 4px;
    pointer-events: none;
}

.inline-elements label
{
    display: flex;
    margin-right: 30px;
    align-items: center;
}



.car-column-list:before
{
    content: attr(data-letter);
    font-size: 20px;
    line-height: 1.3em;
}

.pseudo-link
{
    color: #369;
    border-bottom: 2px dotted #e9e5e5;
    cursor: pointer;
}

.pseudo-link:hover
{
    border-bottom: 2px dotted #0276ff;
}

.hor-content-separator--dark
{
    border-top: 1px solid #444;
}

.grid-vert-list-default
{
    padding: 20px;
    background-color: #fff;
    margin-bottom: 30px;
}

.icon-close:after
{
    content: "\2715";
    margin-left: 10px;
    margin-right: 40px;
    color: red;
    cursor: pointer;
}

.grid__row--v-sm
{
    flex-wrap: wrap;
    display: flex;
}



.parametr-1
{
    width: 300px;
    align-items: center;
    display: flex;
    margin-bottom: 20px;
    margin-right: 30px;
}

.parametr-2
{
    width: calc(100% - 330px);
    display: flex;
    margin-bottom: 20px;
}

.parametr-2 span
{
}

.data-start-osago
{
    font-size: 12px;
}

.parametr-2 .data-start-osago
{
    display: inline-block;
}

.input--medium-width
{
    margin-right: 30px;
    border: 0;
    border-radius: 3px;
    width: 180px;
    padding: 10px 30px;
    text-align: center;
}

.parametr-2 select
{
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 2px;
}

.parametr-2 .inline-elements
{
    margin-bottom: 0;
}

.parametr-2 .grid__cell--min
{
    padding-top: 10px;
}

.form-city
{
    margin-right: 30px;
    border: 0;
    border-radius: 3px;
    width: 380px;
    padding: 10px 30px;
}

.voditel
{
    padding-left: 30px;
    position: relative;
}

.voditel:before
{
    content: "\2713";
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    left: 0;
    text-align: center;
    line-height: 20px;
    border-radius: 2px;
    border: 1px solid #fb1c1d;
    color: #fb1c1d;
}

.voditel-parametr
{
    margin-right: 30px;
    border: 1px solid;
    border-radius: 3px;
    width: 380px;
    padding: 10px 20px;
}



.del-vodila
{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.in-map{
	    color: #fb1c1d;
    border-bottom: 1px dotted;
    margin-left: 20px;
    display: inline-block;
	cursor: pointer;
	float: right;
}

.in-map:hover{
	color: #ca6364;
}
.wr-mapcontent{
	display: none;
	background: #ffffffbd;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 110%;
}
.mapcontent{
	position: absolute;
    left: 50%;
    width: 100%;
    max-width: 1000px;
    transform: translateX(-50%);
    top: 10vh;
    display: flex;
    background: #fff;
    box-shadow: 0 0 26px 3px #999999e0;
    border: 2px solid #fb1c1d;
}
.clouse-wr-mapcontent{
	position: absolute;
    width: 50px;
    height: 50px;
    top: -2px;
    right: -3px;
    background: #fb1c1d;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 34px;
	z-index: 1;
}
.mapcontent-content{
 width: 300px;
}
.mapcontent-map{
	    width: calc(100% - 300px);

}
.mapcontent-content img{
width: 100%;
}
.add-vodila
{
    cursor: pointer;
    display: inline-block;
    color: red;
    font-weight: bold;
    padding-right: 0;
    border-bottom: 2px dotted #fff;
}

.voditel-list
{
    margin-bottom: 30px;
    display: none;
}

.add-vodila:hover
{
    border-bottom: 2px dotted;
}

.del-vodila:hover
{
    color: red;
}

.voditel-list:first-child
{
    display: block;
}

.voditel-list:first-child .del-vodila
{
    display: none;
}

.wrap-vodila-list-none
{
    display: none;
}



.soglasie
{
    margin-bottom: 20px;
}

.header-img-menu
{
}

.header-img-menu a
{
    display: inline-block;
}

.kasko
{
    width: 39.333%;
}

.header-img-menu a img
{
    width: 100%;
    transition: all .4s;
}

.osago
{
    width: 58.666%;
}

.imush
{
    width: 54.55%;
}

.live
{
    width: 43.444%;
}
.liadTitle{
text-align: center;
    font-size: 36px;
    font-weight: bold;
}
.header-img-menu a img:hover
{
    -webkit-box-shadow: 0px -2px 48px -5px rgba(0,0,0,0.31);
    -moz-box-shadow: 0px -2px 48px -5px rgba(0,0,0,0.31);
    box-shadow: 0px -2px 48px -5px rgba(0,0,0,0.31);
    position: relative;
    z-index: 100;
}

.downloadListMark{
width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.downloadListMark li{
margin: 10px;
}


.osago-online
{
    padding: 20px;
    background-color: #e9e5e5;
}

.osago-online h3
{
    padding-bottom: 20px;
    font-weight: normal;
}

.inline-elements
{
    display: flex;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

input[type="checkbox"]+span:not(.b24-form-control-desc),input[type="radio"]+span
{
    -webkit-appearance: none;
    width: 24px;
    height: 24px;
    border: 2px solid rgba(0,0,0,.3);
    outline: none;
    margin: 5px;
    box-sizing: border-box;
    display: inline-block;
}

input[type="radio"]+span
{
    border-radius: 2px;
}

input[type="radio"]:checked+span:before
{
    content: "";
    display: block;
    background: #fb1c1d;
    border-radius: 2px;
    width: 12px;
    height: 12px;
    margin: 4px;
    pointer-events: none;
}

.inline-elements label
{
    display: flex;
    margin-right: 30px;
    align-items: center;
}



.car-column-list:before
{
    content: attr(data-letter);
    font-size: 20px;
    line-height: 1.3em;
}

.pseudo-link
{
    color: #369;
    border-bottom: 2px dotted #e9e5e5;
    cursor: pointer;
}

.pseudo-link:hover
{
    border-bottom: 2px dotted #0276ff;
}

.hor-content-separator--dark
{
    border-top: 1px solid #444;
}

.grid-vert-list-default
{
    padding: 20px;
    background-color: #fff;
    margin-bottom: 30px;
}

.icon-close:after
{
    content: "\2715";
    margin-left: 10px;
    margin-right: 40px;
    color: red;
    cursor: pointer;
}

.grid__row--v-sm
{
    flex-wrap: wrap;
    display: flex;
}

.grid__cell--min
{

    color: red;
       margin-right: 30px;
}

.parametr-1
{
    width: 300px;
    align-items: center;
    display: flex;
    margin-bottom: 20px;
    margin-right: 30px;
}

.parametr-2
{
    width: calc(100% - 330px);
    display: flex;
    margin-bottom: 20px;
}

.parametr-2 span
{
}

.data-start-osago
{
    font-size: 12px;
}

.parametr-2 .data-start-osago
{
    display: inline-block;
}

.input--medium-width
{
    margin-right: 30px;
    border: 0;
    border-radius: 3px;
    width: 180px;
    padding: 10px 30px;
    text-align: center;
}

.parametr-2 select
{
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 2px;
	padding-left: 10px;
}

.parametr-2 .inline-elements
{
    margin-bottom: 0;
}

.parametr-2 .grid__cell--min
{
    padding-top: 10px;
}

.form-city
{
    margin-right: 30px;
    border: 0;
    border-radius: 3px;
    width: 380px;
    padding: 10px 20px;
}

.voditel
{
    padding-left: 30px;
    position: relative;
}

.voditel:before
{
    content: "\2713";
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    left: 0;
    text-align: center;
    line-height: 20px;
    border-radius: 2px;
    border: 1px solid #fb1c1d;
    color: #fb1c1d;
}



.close
{
}

.del-vodila
{
    display: flex;
    align-items: center;
    cursor: pointer;
}

.add-vodila
{
    cursor: pointer;
    display: inline-block;
    color: red;
    font-weight: bold;
    padding-right: 0;
    border-bottom: 2px dotted #fff;
}

.voditel-list
{
    margin-bottom: 30px;
    display: none;
}

.add-vodila:hover
{
    border-bottom: 2px dotted;
}

.del-vodila:hover
{
    color: red;
}

.voditel-list:first-child
{
    display: block;
}

.voditel-list:first-child .del-vodila
{
    display: none;
}

.wrap-vodila-list-none
{
    display: none;
}

input[type="checkbox"]:checked+span:not(.b24-form-control-desc):before
{
    content: "\2713";
    display: block;
    width: 9px;
    height: 14px;
    margin: -2px 3px;
    pointer-events: none;
}

.soglasie
{
    margin-bottom: 20px;
}

.header-img-menu
{
}

.header-img-menu a
{
    display: inline-block;
}



.header-img-menu a img
{
    width: 100%;
    transition: all .4s;
}



.header-img-menu a img:hover
{
    -webkit-box-shadow: 0px -2px 48px -5px rgba(0,0,0,0.31);
    -moz-box-shadow: 0px -2px 48px -5px rgba(0,0,0,0.31);
    box-shadow: 0px -2px 48px -5px rgba(0,0,0,0.31);
    position: relative;
    z-index: 100;
}

.osago-online .result{position: absolute;
    z-index: 990;
    height: auto;
    margin-top: 50px;
    background: #fff;
    width: 380px;
    padding: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);}
.osago-online .result li{cursor:pointer;}


/*Осаго онлайн*/

.wrap-resultSumm{
padding: 20px;
    background: #fff;
}

.resultSumm{
    font-weight: bold;
    font-size: 25px;
    color: red;

}

.margin-top-x-small{
	list-style: none;}


.poupForm form{
    width: 100%;
    max-width: 400px;
    margin-left: -200px;
    padding: 30px;
    left: 50%;
    position: absolute;
    background: #fff;
    top: 15vh;

}

.thumb-wrap {
  position: relative;
  padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.thumb-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.iwl-30{
	width: 30%;
    float: left;
    margin: 0 30px 30px 0;
}

.post-img_sovet-yurista{
    width: 25%;
    float: left;
    margin: 0 30px 0 0;
}

.iw-600{
max-width: 600px;
    margin: 0 auto 60px auto;
    display: block;
}

.item-post:after{
	content: ".";

display: block;

height: 0;

clear: both;

visibility: hidden;
}
.protekt-wraper{
background-position: center;
    background-size: cover;
    margin: -120px 0 80px 0;
    padding: 49px 0;
    max-height: 700px;
}
.wr-form{
width: 100%;
    max-width: 400px;
    float: right;
/*box-shadow: 0 0 21px 14px #e6aa9e82;*/
}
.protekt-list{
	float: right;
    margin-right: 6vw;
    max-height: 600px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
}
.protekt-list__item{
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 22px;
    width: 260px;
    margin-bottom: 30px;
    text-shadow: 0 1px 3px #333333b8;
    font-weight: 500;
}

.protekt-list__item img{
margin-right: 30px;
    display: inline-block;
}
.protekt-wraper  section{
display: flex;
    flex-direction: row-reverse;
}
.protekt-logo{
display: block;
    width: 260px;
    margin-bottom: 40px;
}

.crm-webform-submit-button{

}
.fdooter-maps img{
width: 100%;
}
.btn a{
color:#fff;
}
@media (max-width:990px)
{
	.protekt-wraper section{
	flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
	}

	.protekt-wraper{
	margin: -150px 0 80px 0;
    max-height: 10000px;
    background-image: none !important;
    background: #fecdbf;
	}
}
    @media (max-width:767px)
{
    .iwl-30, .post-img_sovet-yurista{
	width: 100%;
    float: none;
    margin: 0 0 30px 0;
}
.triger-title{
	font-size: 30px;
    padding: 0 0 0px 0;
    order: 1;
	max-width: 360px;
    text-align: center;
	}
.protekt-wraper{
	margin: -40px 0 80px 0;

	}

.footer-iten1 span{
	margin-bottom: 30px;
    display: block;

	}
}


.bx-newslist-block{
display: flex;
min-height: 170px;
}
.wr-news-img2{
width: 200px;
    background-position: center;
    background-size: cover;
}
.wr-news-img{

	width: 200px;
    background-position: center;
    background-size: cover;
}
.wr-news-list-content{
width: calc(100% - 230px);
}
.wr-news-img img{
width: 100%;

    height: auto;
}

.wr-news-list-content {
    width: calc(100% - 330px);
    padding-left: 30px;
}

.wraper-header-conten-title{
    color: #fff;
    font-size: 18px;
    line-height: 2;
font-weight: bold;
}


header .d-flex{
position: relative;
}
.wr-b24{
z-index: 100;
    width: 100%;
    max-width: 400px;
    
}
.h3{
	font-size: 25px;

}
.news-float{
    display: flex;
    margin: 30px -15px;
}
.news-float .bx-newslist-container{
width: calc(35% - 20px);
}
.itemIndexNews{
    width: 100%;

    margin-bottom: 25px;
    flex-direction: column;
}
.itemIndexNews>.wr-news-img{
    width: 100%;
    height: 170px;
    margin-bottom: 20px;
    display: block;
}

.wr-mapcontent-displayBlock{
display: block;
}
.wr-calculate{
position: relative;
}

.wr-calculate .calculate{
	position: absolute;
    width: 100%;
    height: 100%;
    background: #ffffffd6;
}
.wr-calculate .calculate .form{
	display: flex;
    width: 500px;
    justify-content: space-between;
    top: 100px;
    position: absolute;
    left: 50%;
    transform: translateX(-250px);
    border: 1px solid #4e504c7a;
    padding: 40px;
    background: #ffffffbf;
    box-shadow: 0 0 37px #33333329;
}
.wr-calculate .calculate .form input{
    padding: 17px;
    border: 3px solid #0addee;
    border-radius: 4px;

    width: 70%;
}
.wr-calculate .calculate .form button{
	border: 0;
    background: #fb1c1d;
    color: #fff;
    width: 27%;
    border-radius: 4px;

}
.content iframe{
box-shadow: 0 0 42px -25px #333;
    max-width: 480px;
    margin-bottom: 60px !important;
    margin-left: auto !important;
    display: block;
    margin-right: auto !important;
}
.step active{
    background: #fb1c1d;
    color: #fff;
}
p i{
font-style: italic;
}
.wr-small-news{
	width: 100%;
    max-width: calc(100% - 16vw);
    margin: 50px auto;
    text-align: justify;
}
.wr-small-news h2{
font-size: 25px;
}

.wr-small-news img{
width: calc(100% + 16vw);
margin: 0 0 50px -8vw;
}

.index_news_item:first-child{
    width: calc(70% - 9px);
    float: left;
    position: relative;
    height: 465px;
}
.wr-index_list:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.index_news_item:not(:first-child){
	width: calc(30% - 15px);
    float: right;
    height: 140px;
    position: relative;
    margin-bottom: 20px;
}
.index_news_item:not(:first-child) span{
	font-size: 13px;
}
.index_news_item:first-child span{
	font-size: 22px;
}

.index_news_item .wr-news-img__index-news{
	position: absolute;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
	color: #333;
}
.index_news_item span{
	position: absolute;
    left: 9%;
    bottom: 16%;
    font-weight: bold;
    line-height: 1;
    width: 80%;
}

.wr-news-img__index-news:before, .wr-news-img__index-news:after{
	content:"";
}

.wr-news-img__index-news:before{
	position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,0.908000700280112) 32%, rgba(255,255,255,0.0032387955182072714) 100%);
}

.wr-news-img__index-news:after{
	display: block;
    width: 37%;
    height: 3px;
    background: #fb1c1d;
    position: absolute;
    bottom: 0;
    left: 0;
	transition: all .3s;
}
.index_news_item:hover .wr-news-img:after{
width: 57%;
}

.wr-index_list{
width: calc(100% - 20px);
}

.news_tag{
        position: absolute;
    color: #fff;
    background: #fb1c1d;
    padding: 1px 13px 2px;
    border-radius: 30px;
    right: 10px;
    top: 11px;
    font-size: 11px;
}

.title__border{

    display: inline-block;
    padding: 0 30px 0 0;
}
.title__border:after{
	content:"";
	background: rgb(255,41,41);
	background: linear-gradient(90deg, rgba(255,41,41,0.44861694677871145) 0%, rgba(255,255,255,0.0032387955182072714) 100%);
	position: absolute;
    display: block;
    height: 20px;
    width: 55%;
    right: 0;
    top: 17px;
    flex-grow: 1;

}

.wr-title__border{
	display: flex;
	position: relative;
	margin-bottom: 30px;
}

.services-protekt__bg{
	height: 160px;
    display: block;
    background-size: cover;
    padding: 20px;
    color: #333 !important;
}
.arow{
	display: inline-block;
    position: absolute;
    width: 40px;
    height: 40px;
    border: 2px #fa1b1b solid;
    border-radius: 50%;
    bottom: 10px;
    left: 10px;
    background-image: url(https://xn----7sbbahcwx8bhuln8b.xn--p1ai/upload/medialibrary/269/269e4ef6a0c508d0ac24aa37a22267d7.png);
	background-position: center;
    background-repeat: no-repeat;
}
.services-protekt{
margin-bottom: 60px;
}

@media (max-width:767px)
{

.title__border:after{
display: none;
	}

.wr-index_list {
	width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.index_news_item:first-child {
    width: calc(50% - 15px);
    height: auto;
	font-size: 13px;
	margin-bottom: 20px;
	flex-grow: 1;
    min-width: 200px;
    min-height: 140px;
}
.index_news_item:not(:first-child) {
    width: calc(50% - 15px);
    float: right;
    height: 140px;
    position: relative;
    margin-bottom: 20px;
	min-width: 200px;
    min-height: 140px;
    flex-grow: 1;
}

.index_news_item:first-child span {
    font-size: 13px;
}


.wr-news-img {


}
.wr-news-list-content {
    width: 100%;
	padding-left: 0;
}
.mapcontent{

	top: 0;
    height: 100%;
    flex-direction: column;

	}
.mapcontent-content{
	display: none;
	}
.mapcontent-map{
		width: 100%;
	}
}

@media (max-width:992px){

.wr-small-news img{
width: 100%;
margin: 0 0 50px 0;
}
.wr-small-news{

    max-width: calc(100% - 10vw);

}
.news-float{
flex-direction: column;
	}
.news-float .bx-newslist-container {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}

.wr-widget{ margin-top:-120px;}



}

@media (max-width: 550px){

.services-protekt {
    margin-bottom: 0px;
}

.bx-newslist-block{
flex-direction: column;
	}

.wr-news-img{
    width: 100%;
    height: 150px;
    max-width: 360px;
    margin: 0 auto 30px;
	}
.wr-news-list-content{
    margin: 0 auto;
    width: 100%;
    max-width: 287px;
    align-content: center;
    padding: 0;
	}

.mobail-nav {
    padding-top: 83px;
}
}

#novosib{
 	background-image:url(https://xn----7sbbahcwx8bhuln8b.xn--p1ai/upload/medialibrary/422/4222266233ec01ba9729a3a05c92c392.jpg)
}


.sitebar .site-bar-nav:first-of-type li:last-child a{
		-webkit-animation: blink1 3s linear infinite;
  		 animation: blink1 3s linear infinite;

								}
 .level2>div, .hideBlock p, .hideBlock strong, .hideBlock blockquote, .hideBlock h3, .hideBlock ul{display: none;}
    .level1 h2{
        font-size: 22px;
        cursor: pointer;

    }
.level1 ul{
    margin: 30px;
    font-style: italic;
}
.level1{
width: 100%;
    max-width: 800px;
    margin: 10px auto;
}
  .level1 p{
margin-bottom: 20px;
}
.level1 li{
margin-bottom: 15px;
    padding-left: 20px;
    list-style: circle;
}
    .crh{
        position: absolute;
        right: -37vw;
        top: -80px;
        z-index: -1;
    }
    .hideBlock h2:hover{
        border: 1px solid #25a216;
        box-shadow: 0px 0px 11px -7px #0a4c18;
    }
    .hideBlock h2{
        padding: 30px;
        border: 1px solid #999999;
        color: #333333;
        margin-top: -1px;
        cursor: pointer;
        position: relative;
		border-radius: 5px;
    }
    .hideBlock h2:before{
        content: "\25BC";
        position: absolute;
        right: 20px;
    }
    .level1 h3{
        font-size: 20px;
        color: #25a216;
        padding-bottom: 10px;
        cursor: pointer;
        position: relative;
    }
    .level1 h3:before{
        content: "\25BC";
        position: absolute;
        right: 20px;
    }
    .openBlock h3:before{
        display: none;
    }
    .level1 h2, .level1{
        position: relative;
    }
    .level1 sub{
            position: absolute;
            right: 20px;
            top: -3px;
            color: red;
            font-size: 30px;
            font-weight: 300;
            cursor: pointer;
            width: 30px;
            height: 30px;
            text-align: center;
            line-height: 30px;
            display: none;
            transition: all .4s;
            }
    .level1 sub:hover{
            transform: rotate(90deg);
    }
    .line{
                padding: 0 0 25px 50px;
                border-left: 3px solid green;
                margin: 40px auto 40px auto;
    }
    .line h2{
            max-width: 708px;
    }
    .openBlock{
        margin: 30px;
        border-left: 3px solid #ff0000;
        padding: 0px 0 0 58px;
    }
    .openBlock p:last-child{
            padding-bottom: 0 !important;
    }
    .openBlock h3{
            padding: 0 0 40px 0;
            color: red;
            position: relative;
    }
    .openBlock h3:after{
            content: "\D7";
            font-size: 30px;
            font-weight: 300;
            position: absolute;
            top: -6px;
            right: 0;
    }
    .level1 img{
        display: block;
        margin: 30px 0 50px 0;
        box-shadow: 0px 0px 11px -3px #333;
        width: 100%;
        max-width: 500px;
    }
    .level1 blockquote span{
            font-weight: bold;
            color: red;
    }
    .content:before{
        content: "";
        display: block;
        width: 50vw;
        height: 50vw;
        border: 160px solid #00a65126;
        border-radius: 50%;
        position: absolute;
        top: -8vw;
        left: -11vw;
        z-index: -1;
    }
    .ferstBlock{
            margin: 0 0 90px 0;
            padding: 0 0 0 40px;
            border-left: 6px solid green;
            max-width: 600px;
            position: relative;
    }
    .ferstBlock h2{
        font-size: 25px;
    }
    @media (max-width: 1199.98px) {
        .crh{
        display: none;
        }


    }
    @media (max-width: 700px) {
.level1 ul{
    margin: 10px;
    
}
        .ferstBlock {
            margin: 0 0 90px 0;
        }
        .ferstBlock h2 {
            font-size: 19px;
        }
        .level1 h2 {
            font-size: 15px;
        }
        .openBlock {
            padding: 0px 0 0 20px;
            margin: 0 0 30px 0;
            font-size: 13px;
        }
        .line {
            padding: 0 0 45px 12px;
            font-size: 14px;
        }
        .line h2{
            padding-right: 50px;
        }
        .openBlock h3 {
            font-size: 15px;
            padding-right: 50px;
        }
        .level1 h3 {
            font-size: 15px;
        }


    }

@-webkit-keyframes blink1 {
  0% { color: #ffffff; }
  50% { color: #fb1c1d; }
  100% { color: #ffffff; }
}
@keyframes blink1 {
  0% { color: #ffffff; }
  50% { color: #fb1c1d; }
  100% { color: #ffffff; }
}

.content:before {
    border: none !important;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}