

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

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

body {
    
    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;
    overflow-x: hidden;
}

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: 2em;
    margin: 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
{
}

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: none;
    text-decoration: none;
}

a:focus
{
    outline: none;
    outline-offset: none;
}

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;
    position: relative;
}

@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
{
    color: #fff;
    position: relative;
    z-index: 100;
    background-color: #6790fa;
}

article
{
    flex-grow: 1;
    background-color: rgba(255, 255, 255, 0.71);
    position: relative;
    z-index: 10;
    min-height: 200px;
    padding-top: 80px;
}

footer
{
    min-height: 100px;
    position: relative;
    z-index: 1;
    background-image: url('../img/footer-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 40px;
    margin-top: 60px;
}

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-а конец*/

.gradint {
background: rgb(255,255,255);
background: linear-gradient(40deg, rgba(255,255,255,0) 0%, rgba(126,49,198,1) 0%, rgba(103,144,250,0.7595413165266106) 100%);
    
}

.top-nav
{
    border-bottom: 1px solid;
    font-size: 90%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    position: relative;
    z-index: 1000;
}

.top-nav ul
{
}

.top-nav li
{
    display: inline-block;
    margin-right: 1vw;
}

.top-nav a
{
    color: #ffffff;
    padding-top: 9px;
    padding-bottom: 7px;
    display: inline-block;
}

.category
{
    padding-right: 15px;
    background-image: url('../img/icon/i-arow.png');
    background-repeat: no-repeat;
    background-position: right 55%;
}

.geo
{
    background-image: url('../img/icon/i-geo.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 7px;
    position: relative;
    z-index: 1000;
}

.geo span
{
    padding-top: 6px;
    display: inline-block;
    margin-left: 15px;
    font-size: 110%;
}

.adress
{
    font-weight: bold;
}

.sity
{
    letter-spacing: 1px;
    border-bottom: 1px dotted;
    cursor: pointer;
    position: relative;
    z-index: 10000;
}

nav
{
    display: flex;
    margin-bottom: 50px;
}

.visa-menu
{
    flex-grow: 1;
    align-items: center;
    padding-top: 9px;
    z-index: 10;
}

.visa-menu ul
{
}

.visa-menu li
{
    display: inline-block;
    margin-left: 10px;
}

.visa-menu a
{
    color: #ffffff;
    display: inline-block;
}

.phone
{
    color: #ffffff;
    margin-bottom: 5px;
    display: block;
    text-align: right;
    font-size: 120%;
    z-index: 1;
}

.phone span
{
    font-size: 130%;
    font-weight: 600;
}

.mes
{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    z-index: 1;
}

.vb
{
    width: 25px;
    height: 25px;
    background-image: url('../img/icon/i-vb.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-right: 5px;
}

.wa
{
    width: 25px;
    height: 25px;
    background-image: url('../img/icon/i-wa.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.time__job
{
    text-align: right;
    font-size: 69%;
    margin-left: 10px;
}

.time__job span
{
    display: block;
}

.time__job a
{
    color: #ffffff;
}

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

.phone:hover span
{
    color: #f7a2d0;
    text-decoration: none;
}

.header-content
{
    display: flex;
    z-index: 1;
}

.header-title
{
    flex-grow: 1;
}

.header-title h1
{
    font-size: 40px;
}

.header-description
{
    font-size: 26px;
    margin-bottom: 80px;
    font-weight: normal;
}

.header-description span
{
    color: #d8ff00;
}

.header__list__triger
{
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.header__list__triger>div
{
    width: calc(50% - 30px);
    padding-left: 80px;
    margin-left: 15px;
    margin-right: 15px;
    background-repeat: no-repeat;
    font-size: 18px;
    margin-bottom: 30px;
    min-height: 55px;
}

.wr_header-form
{
    width: 100%;
    position: relative;
    max-width: 450px;
}

.world-rotate:after
{
    content: "";
    position: absolute;
    height: 800px;
    background-image: url('../img/world.jpg');
    top: 0;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    -webkit-animation-name: cog;
    -webkit-animation-duration: 235s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: cog;
    -moz-animation-duration: 235s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: cog;
    -ms-animation-duration: 235s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: cog;
    animation-duration: 235s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    width: 800px;
    right: -340px;
}

@-ms-keyframes cog{
  from { -ms-transform: rotate(0deg); }
  to { -ms-transform: rotate(360deg); }
}

@-moz-keyframes cog{
  from { -moz-transform: rotate(0deg); }
  to { -moz-transform: rotate(360deg); }
}

@-webkit-keyframes cog{
  from { -webkit-transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg); }
}

@keyframes cog{
  from {
    transform:rotate(0deg);
  }
  to {
    transform:rotate(360deg);
  }
}

.world-rotate
{
    position: absolute;
    z-index: 1;
    height: 100%;
    overflow: hidden;
    width: 100%;
}

.logo
{
    margin-right: 30px;
    width: 100%;
    max-width: 180px;
    z-index: 1;
}

.logo img
{
    width: 100%;
}

.hesder__form
{
    padding: 18px;
    border: 2px solid #594dbe;
    margin-bottom: -159px;
}

.hesder__form form
{
    background-color: rgba(255, 255, 255, 0.28);
    padding: 60px 40px 135px;
}

.form-title
{
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    padding-bottom: 35px;
}

.form-title:after
{
    content: "";
    width: 60px;
    height: 2px;
    background-color: #ffffff;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
}

.header__form-label
{
    width: calc(100% - 60px);
}

.header__form-label input
{
    width: calc(100% - 60px);
    padding: 10px 30px 10px 10px;
    border: 0;
    border-radius: 4px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 20px;
    color: #333;
}

.wr-chekbox
{
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.podskazka
{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #ffffff;
    color: #3f96fa;
    text-align: center;
    cursor: pointer;
    position: relative;
}

.podskazka-title
{
    width: calc(100% - 50px);
}

.wr-chekbox__border
{
    border-bottom: 1px solid;
}

.wr-chekbox__margin
{
    margin-bottom: 40px;
}

.header__form-button, .header__form-button-action
{
    color: #fff;
    background-color: #e3007b;
    border: 0;
    width: calc(100% - 60px);
    display: block;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 40px;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    margin-left: auto;
}

.header__form-button:hover
{
    background-color: #dd25ca;
}

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

.footer-nav
{
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: flex-end;
}

.footer-nav a
{
    color: #929292;
}

.footer-nav li
{
    padding-left: 20px;
}

.wr-footer-nav
{
    padding-bottom: 20px;
    border-bottom: 1px solid #929292;
    margin-bottom: 45px;
}

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

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

.footer-col1
{
    width: calc(20% - 30px);
    margin-right: 75px;
    margin-left: -55px;
}

.footer-h2
{
    font-size: 24px;
    margin-bottom: 50px;
}

.footer-content
{
    color: #929292;
}

.footer-content a
{
    color: #929292;
    display: block;
    margin-bottom: 15px;
}

.soc-seti
{
    width: 33px;
    height: 33px;
    margin-top: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-right: 20px;
}

.footer__select-sity
{
    letter-spacing: 1px;
    border-bottom: 2px dotted;
    padding-right: 20px;
    background-image: url('../img/icon/i-footer-arrow.png');
    background-repeat: no-repeat;
    background-position: right 60%;
    margin-right: 30px;
    cursor: pointer;
    position: relative;
}
.footer__select-sity:hover .dropdown-syti{
    opacity: 1;
    visibility: visible;
}
.select-city{
    position: relative;
}
.select-city .dropdown-syti{
    top: 28px !important;
}
.select-city .dropdown-syti a{
    padding: 10px 0;
}
.select-city:hover .dropdown-syti{
        opacity: 1;
    visibility: visible;
}
.footer-adress span
{
    font-weight: bold;
    padding-left: 10px;
    color: #cccccc;
}

.footer-adress
{
    flex-grow: 1;
    justify-content: flex-end;
    display: flex;
}

.footer-mail
{
    padding-top: 20px;
    text-align: right;
    margin-bottom: 20px;
}

.footer-mail a
{
    display: block;
    color: #cccccc;
}

.footer-map
{
}

.rarabotcik
{
    border-top: 1px solid #929292;
    justify-content: space-between;
    padding-top: 20px;
    color: #787171;
    margin-top: 30px;
}

.tooltip
{
    display: block;
    position: absolute;
    bottom: 30px;
    background-color: #fff;
    padding: 15px;
    font-size: 14px;
    border-radius: 5px;
    right: -15px;
    color: #101010;
    text-align: left;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transition: all .4s;
}

.tooltip:after
{
    content: "";
    width: 0;
    height: 0;
    border-width: 10px 10px 0 10px;
    border-color: #FFFFFF transparent transparent transparent;
    border-style: solid;
    position: absolute;
    bottom: -6px;
    right: 14px;
}

.podskazka:hover .tooltip
{
    opacity: 1;
    visibility: visible;
}

.bg_index-content
{
    padding-top: 90px;
    background-size: contain;
    background-position: 50% 0px;
    padding-bottom: 80px;
    background-repeat: no-repeat;
}

.wr-company-img
{
    width: 30%;
    margin-right: 40px;
}

h2, .h2
{
    display: block;
    position: relative;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 50px;
}

.wr-company-title
{
    width: calc(70% - 40px);
    background: #ffffffc9;
}

.index-company-title
{
    column-count: 2;
}

.wr-company-img span:before
{
    content: "";
    width: 15vw;
    height: 160px;
    display: block;
    background-image: url('../img/pic.png');
    background-repeat: repeat;
    position: absolute;
    left: -2vw;
    bottom: -2vw;
}

.wr-company-img span
{
    display: block;
    position: relative;
}

.wr-company-img img
{
    position: relative;
}

.otziv
{
    padding-top: 150px;
    margin-bottom: 100px;
}

.otziv h2 span
{
    color: #a06cd9;
    font-weight: bold;
}

.otziv h2
{
    font-weight: normal;
    position: absolute;
    font-size: 30px;
}

.otziv-content
{
    flex-grow: 1;
    position: relative;
    width: calc(100% - 250px);
}

.client-img
{
    margin-left: 50px;
    width: 200px;
}

.client-img span
{
    position: relative;
    display: block;
}

.otziv-content .h2
{
    text-align: right;
}

.otziv-content small
{
    font-weight: normal;
}

p
{
    margin-bottom: 20px;
}

.owl-nav button
{
    border: 1px solid #a06cd9 !important;
    color: #a06cd9 !important;
    font-size: 16px !important;
    margin: 0 110px !important;
    padding: 20px !important;
    width: 48px;
    line-height: 70px !important;
}

.index-triger2
{
    padding-top: 50px;
    padding-bottom: 50px;
    background-size: cover;
    margin-bottom: 60px;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.wr-gerl
{
    width: 40%;
    max-width: 450px;
    margin-top: -101px;
    position: relative;
    z-index: 1;
    margin-bottom: 60px;
}

.wr-triger-content
{
    position: absolute;
    top: 80px;
    z-index: 100;
    right: -200px;
    font-weight: bold;
}

.wr-triger-content span
{
    font-weight: normal;
    color: #7e31c6;
}

.wr-gerl:before
{
    content: "";
    width: 200px;
    height: 160px;
    background-image: url('../img/pic.png');
    right: -60px;
    bottom: -40px;
    display: block;
    position: absolute;
    z-index: -1;
}

.trider-gerl:after
{
    content: "";
    width: 50px;
    height: 50px;
    display: block;
    background-image: url('../img/after+.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contane;
    position: absolute;
    right: -19px;
    bottom: -21px;
}

.triger2
{
    flex-grow: 1;
    width: 50%;
}

.triger2 h2
{
    left: -100px;
    position: relative;
    z-index: 10;
}

.triger2 h2 span
{
    color: #7e31c6;
    font-weight: normal;
}

.triger2 p, .triger2 form
{
    margin-left: 84px;
    margin-bottom: 55px;
    text-transform: uppercase;
    font-size: 20px;
    position: relative;
    display: inline-block;
}

.triger2-form form
{
    display: flex;
    flex-wrap: wrap;
    max-width: 1060px;
}

.triger2-form label
{
    margin-left: 20px;
    margin-right: 20px;
    max-width: 280px;
    width: 100%;
}

.triger2 .header__form-button
{
    color: #fff;
    position: relative;
    background-color: #e3007b;
    border: 0;
    width: calc(100% - 60px);
    display: block;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 20px;
    border-radius: 94px;
    font-size: 18px;
    height: 42px;
    max-width: 250px;
    margin-bottom: 15px;
    cursor: default;
}
.triger2cel__active{
    cursor: pointer !important;
}

.konfed
{
    font-size: 50%;
    width: 100%;
    margin-left: 22px;
    text-transform: none;
}

.konfed a
{
    color: #e3007b;
}

.index-triger2:before
{
    content: "";
    width: 51px;
    height: 51px;
    display: block;
    background-image: url('../img/after+lite.png');
    background-repeat: no-repeat;
    position: absolute;
    right: 15%;
    top: -27px;
}

.index-triger2:after
{
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    background-image: url('../img/after+.png');
    background-repeat: no-repeat;
    position: absolute;
    right: 35%;
    top: 67px;
    background-size: contain;
    background-position: center;
}

.trider-gerl
{
    display: block;
    position: relative;
}

.index-page-list
{
    text-align: right;
}

.index-page-list h3
{
    font-weight: bold;
    font-size: 26px;
    padding-bottom: 20px;
    border-bottom: 2px solid #e3e3ff;
    margin-bottom: 60px;
}

.wr-news-list-img
{
    width: 400px;
    margin-right: 50px;
    margin-bottom: 50px;
}

.wr-news-list-content
{
    width: calc(100% - 450px);
    position: relative;
}

h3, .h3
{
    display: block;
    position: relative;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
}

.wr-news-list-content h3
{
    padding-bottom: 10px;
    border-bottom: 1px solid #9a9a9a;
}

.publitidon
{
    text-align: right;
    font-size: 80%;
    font-weight: bold;
    margin-top: -20px;
    margin-bottom: 30px;
}

.button
{
    color: #e3007b;
    border-radius: 50px;
    border: #e3007b 1px solid;
    padding: 12px 50px 15px;
    transition: all .4s;
}

.button:hover
{
    color: #fff;
    background-color: #e3007b;
    text-decoration: none;
}

.wr-news-list-content .button
{
    position: absolute;
    right: 0;
    display: inline-block;
    margin-bottom: 30px;
}

@media (max-width:991px)
{
    .wrap-index-news-list .d-flex
    {
        flex-direction: column;
    }
    .wr-news-list-img, .wr-news-list-content
    {
        width: 100%;
        margin-right: 0;
    }
}

.wr-news-list-content
{
}

@media (max-width:991px)
{
    .wr-news-list-content .button
    {
        position: relative;
        margin-bottom: 60px;
    }
}

.palm
{
    position: absolute;
    width: 300px;
    right: 0;
    top: 0;
}

.bg-country
{
    position: relative;
    background-size: cover;
    background-position: center;
}

.bg-country:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    opacity: 0.8;
    background: rgb(255,255,255);
background: linear-gradient(40deg, rgba(255,255,255,0) 0%, rgba(126,49,198,1) 0%, rgba(103,144,250,0.7595413165266106) 100%);
}

.wr-manager
{
    width: 450px;
    margin-right: 50px;
    margin-bottom: 60px;
    position: relative;
    z-index: 10;
}

.wr-manager span
{
    display: block;
    position: relative;
}

.wr-manager span:before
{
    content: "";
    width: 350px;
    height: 180px;
    display: block;
    background-image: url('../img/pic.png');
    background-repeat: repeat;
    position: absolute;
    bottom: -70px;
    left: -50px;
    z-index: -1;
}

.wr-manager-content
{
    padding-top: 140px;
    width: calc(100% - 501px);
    position: relative;
    padding-bottom: 120px;
}

.button-bg
{
    color: #fff;
    border-radius: 50px;
    border: #e3007b 1px solid;
    padding: 12px 50px 15px;
    transition: all .4s;
    background-color: #e3007b;
    cursor: pointer;
    text-align: center;
}

.button-bg:hover, button-bg:focus, button-bg:active
{
    background-color: #dd25ca;
}

.wr-manager-content .button-bg
{
    position: absolute;
    bottom: 60px;
}

.qwiz
{
}

.qwiz fieldset
{
    border: 0;
    margin-bottom: 30px;
}

.step
{
    position: absolute;
    width: 100%;
    opacity: 0;
    visibility: hidden;
}

.step__active
{
    opacity: 1;
    visibility: visible;
    position: relative;
}

.qwiz-button
{
}

.qwiz-button_btn
{
    background-color: rgba(231, 231, 231, 0.83);
    color: #585858;
    border: 0;
    cursor: wait;
}

.qwiz-button_btn:hover
{
    background-color: rgba(231, 231, 231, 0.83);
    color: #585858;
    border: 0;
}

.step-item
{
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    line-height: 36px;
    font-weight: bold;
    border: 1px solid #999;
    position: relative;
    margin-right: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.step-item:after
{
    content: "";
    width: 41px;
    height: 2px;
    position: absolute;
    display: block;
    background-color: #999;
    left: 28px;
    top: 50%;
    margin-top: -1px;
}

.step-item:last-child:after
{
    display: none;
}

.step-item span
{
    width: 15px;
    height: 15px;
    background-color: #eee;
    display: block;
    border-radius: 50%;
}

.step-item__active
{
    border: 1px solid #e3007b !important;
    color: #fff;
    background: #e3007b;
}

.step-item__active span
{
    background-color: #e3007b;
}

.step-item__active:after
{
    background-color: #e3007b;
}

.qwiz-button button
{
    margin-top: -11px;
}

.jq-qwiz
{
    display: flex;
    margin-bottom: 10px;
}

.jq-qwiz:hover .jq-radio__div
{
    width: 10px;
    height: 10px;
    background: #e3007b;
    border-radius: 50%;
    margin: 4px auto 0 auto;
}

.qwiz-phone
{
}

.qwiz-phone input
{
    padding: 10px;
    border: 1px solid #999;
    border-radius: 3px;
    margin-top: 20px;
}

.qwiz-phone input:hover, .qwiz-phone input:focus , .qwiz-phone input:active
{
    border: 1px solid #e3007b;
}

.qwiz-title
{
    margin-bottom: 15px;
    padding-bottom: 0;
    font-size: 36px;
    font-weight: bold;
}

.qwiz-descriten
{
    color: #7e31c6;
    margin-bottom: 50px;
    padding-bottom: 30px;
    position: relative;
    font-weight: bold;
}

.qwiz-descriten:before
{
    content: "";
    width: 60%;
    height: 3px;
    background-color: #e3007b;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}

.qwiz-descriten:after
{
    content: "";
    width: 0;
    height: 0;
    border-width: 10px 15px 0 15px;
    border-color: #E3007B transparent transparent transparent;
    border-style: solid;
    position: absolute;
    bottom: -9px;
    left: 67px;
}

.wr-qwiz
{
    padding-left: 60px;
    padding-bottom: 60px;
}

.wr-step-qwiz
{
    float: left;
}

.bg-qwiz
{
    padding-top: 80px;
    background-repeat: no-repeat;
    background-position: right bottom;
    position: relative;
}

.qwiz-factura
{
    width: 45%;
    height: 700px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-size: containe;
    z-index: -1;
}

.qwiz-factura:after
{
    content: "";
    background-image: url('../img/turists.png');
    width: 100%;
    height: 80%;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
}

.wr-bg-otziv
{
    color: #fff;
    background-size: cover;
}

.wr-bg-otziv .owl-nav button
{
    border: 1px solid #fff !important;
    color: #fff !important;
}

.otziv-bg .owl-theme .owl-dots .owl-dot span
{
    border: 1px solid #fff !important;
}

.wr-bg-otziv .owl-theme .owl-nav [class*=owl-]:hover
{
    background: #ffffff9c;
    text-decoration: none;
    color: #333 !important;
}

.wr-ozar-visa
{
    padding-top: 80px;
    padding-bottom: 80px;
    margin-bottom: -60px;
    background-color: #dfdfdf;
    background-size: cover;
}

.flex-col3
{
    width: calc(33% - 30px);
    margin: 15px;
    min-width: 250px;
}

.ozer-visa
{
    color: #e3007b;
    text-align: center;
    border: 1px solid #62427b;
    display: block;
    padding-top: 60px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.64);
    padding-left: 30px;
    padding-right: 30px;
    transition: all .4s;
}

.flex-col3 a
{
    text-decoration: none;
    height: 100%;
}

.ozer-visa:hover
{
    color: #f32795;
    ox-shadow: 0px 0px 32px 4px rgba(157,114,203,0.13);
    -webkit-box-shadow: 0px 0px 32px 4px rgba(157,114,203,0.13);
    -moz-box-shadow: 0px 0px 32px 4px rgba(157,114,203,0.13);
}

.ozer-visa>img
{
    display: block;
    width: 60px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

.ozer-visa-h2
{
    color: #f#484848;
    margin-bottom: 60px;
    font-size: 30px;
    text-align: center;
}

.content-link
{
    color: #e3007b;
    font-weight: bold;
    border-bottom: 1px dotted;
}

.content-link:hover
{
    text-decoration: none;
    color: #fa0c8d;
}

.arrow
{
    display: inline-block;
    width: 15px;
    height: 14px;
    background-image: url(../img/arrow.png);
    background-repeat: no-repeat;
    margin: 0 5px -3px;
}

.border {
        padding: 30px 30px 16px;
    border: 2px solid #a06cd9;
    border-radius: 12px;
    margin: 50px 0;
        margin: 50px 0 50px -2vw;
    width: 100%;
}

.office-img
{
    width: 380px;
    margin: 0 0 50px 20px;
}

.visa-contakt
{
    padding: 30px 30px 20px 30px;
    background: #cacbcd2b;
    border-left: 2px solid #999;
}

.bg-ow, .bg-ow__zayavka
{
    position: fixed;
    width: 100%;
    height: 110%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.9);
    z-index: 1000;
    display: none;
}

.bg-ow__open
{
    display: block;
}

.wr-pop-up-form
{
    border: 2px solid #8223b7;
    width: 400px;
    position: absolute;
    left: 50%;
    top: 10vh;
    margin-left: -200px;
    padding: 30px;
    background: rgba(255, 255, 255, 0.66);
}

.clouse-pop-up-form, .close-bg-ow__zayavka
{
    position: absolute;
    top: 10px;
    right: 14px;
    cursor: pointer;
}

.wr-pop-up-form .h3
{
    text-align: center;
}

.pop-up__imput
{
    width: 100%;
    margin: 5px 0 10px 0;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid rgb(178, 101, 185);
    color: #000;
}

.label-title
{
    color: rgba(150, 56, 197, 0.5);
}

.wr-pop-up-form .button-bg
{
    width: 100%;
    margin-top: 30px;
    padding: 20px;
}

.ow-visa-menu
{
    position: fixed;
    width: 100%;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    background: rgba(255, 255, 255, 0.89);
    z-index: 1000;
    left: 0;
    top: 0;
    padding: 60px 60px 120px 60px;
    overflow-y: scroll;
    transition: all .4s;
}

.ow-visa-menu__open
{
    max-height: 110%;
    opacity: 1;
    visibility: visible;
}

.item-country
{
    width: calc(100% / 6 - 20px);
    margin: 30px 10px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    transition: all .4s;
    min-width: 180px;
}

.item-country:hover
{
    -webkit-box-shadow: 0px 0px 35px 9px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 0px 35px 9px rgba(0,0,0,0.16);
    box-shadow: 0px 0px 35px 9px rgba(0,0,0,0.16);
}

.item-link-country
{
    display: block;
    width: 100%;
    height: 240px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.action-country
{
    font-size: 12px;
    border-bottom: 1px dotted;
    cursor: pointer;
}

.flag
{
    display: block;
    margin: 0 auto 10px;
    height: 25px;
}

.country-name
{
    font-size: 20px;
    font-weight: bold;
    display: block;
    text-transform: uppercase;
}

.wr-country
{
    background: #fff;
    padding: 20px;
    text-align: center;
    position: relative;
}

.wr-country:before
{
    content: "";
    width: 0;
    height: 0;
    border-width: 0 10.5px 11px 10.5px;
    border-color: transparent transparent #FFFFFF transparent;
    border-style: solid;
    position: absolute;
    top: -9px;
    margin-left: -10px;
    left: 50%;
}

.all-visa-close
{
    float: right;
    font-size: 46px;
    color: #fff;
    cursor: pointer;
    margin: -52px 0 0 0;
    position: fixed;
    right: 15px;
    top: 51px;
    background: #8256d6;
    text-align: center;
    width: 60px;
}

@media (min-width:1200px)
{
    .visa-ho
    {
        width: calc(100% - 420px);
    }
    .office-img
    {
        width: 380px;
        margin: 0 0 50px 40px;
        padding-top: 120px;
    }
}

.dropdown__menu
{
    background: rgba(255, 255, 255, 0.98);
    color: #333;
    padding: 33px 33px 0 33px;
    position: absolute;
    margin: 15px 15px;
    z-index: 120;
    left: 0;
    width: calc(100% - 30px);
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 14px 0px rgba(173,140,173,1);
    -moz-box-shadow: 0px 0px 14px 0px rgba(173,140,173,1);
    box-shadow: 0px 0px 14px 0px rgba(173,140,173,1);
    opacity: 0;
    visibility: hidden;
    transition: all .4s;
}

.dropdown__menu a
{
    color: #333;
}

.dropdown__menu .h3
{
    margin-bottom: 7px;
}

.menu-evropa:before, .menu-azia:before, .menu-amerika:before, .menu-avstralia:before
{
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #ffffff transparent;
    top: -8px;
    position: absolute;
}

.menu-evropa:before
{
    left: 240px;
}

.menu-azia:before
{
    left: 323px;
}

.menu-amerika:before
{
    left: 440px;
}

.menu-avstralia:before
{
    left: 652px;
}

.dropdown__menu ul
{
    margin: 0 0 30px -10px;
}

.dropdown__menu li
{
    width: 150px;
    padding: 5px 0;
}

.category:hover .dropdown__menu
{
    opacity: 1;
    visibility: visible;
}

.breadcrumb
{
    display: flex;
    font-size: 13px;
    margin-top: -60px;
}

.breadcrumb-item
{
    margin-right: 20px;
}

.breadcrumb-item a
{
    color: #7f3aca;
}

#comment-captcha
{
    max-width: 100px;
}

.content input
{
    padding: 10px;
    width: 100%;
    max-width: 3000px;
    border: 1px solid;
    border-radius: 13px;
}

.preview
{
    display: none;
}

#comment-editor
{
    padding: 15px;
}

.content .form-group
{
    margin-bottom: 10px;
}

.submit
{
    color: #fff;
    background-color: #e3007b;
    border: 0;
    width: 280px !important;
    display: block;
    padding-top: 10px;
    padding-bottom: 20px;
    border-radius: 94px !important;
    font-size: 18px;
    height: 60px;
    max-width: 250px;
    margin-bottom: 15px;
}

.content .form-group label
{
    width: 100%;
    display: block;
    font-size: 13px;
    color: #333;
}

.single
{
    margin-bottom: 30px;
}

.content h2
{
    margin: 40px 0 30px;
}

.content h3
{
    margin: 30px 0 20px;
}

.content>ul
{
    margin: 40px;
}

.content>ul>li
{
    padding: 10px 0;
}

.index-form-step1, .index-form-step2, .index-form-step3
{
    opacity: 0;
    visibility: hidden;
    transition: all .4s;
}

.index-form-step2, .index-form-step3
{
    position: absolute;
    top: 0;
    left: 0;
}

.index-form__active
{
    opacity: 1;
    visibility: visible;
}

#cssload-loader
{
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    width: 88px;
    top: 150px;
}

#cssload-loader ul {
	margin: 0;
	list-style: none;
	width: 88px;
	height: 63px;
	position: relative;
	padding: 0;
	height: 10px;
}

#cssload-loader ul li
{
    position: absolute;
    width: 2px;
    height: 0;
    background-color: rgb(255,255,255);
    bottom: 0;
}

#cssload-loader li:nth-child(1)
{
    left: 0;
    animation: cssload-sequence1 1.15s ease infinite 0;
    -o-animation: cssload-sequence1 1.15s ease infinite 0;
    -ms-animation: cssload-sequence1 1.15s ease infinite 0;
    -webkit-animation: cssload-sequence1 1.15s ease infinite 0;
    -moz-animation: cssload-sequence1 1.15s ease infinite 0;
}

#cssload-loader li:nth-child(2)
{
    left: 15px;
    animation: cssload-sequence2 1.15s ease infinite 0.12s;
    -o-animation: cssload-sequence2 1.15s ease infinite 0.12s;
    -ms-animation: cssload-sequence2 1.15s ease infinite 0.12s;
    -webkit-animation: cssload-sequence2 1.15s ease infinite 0.12s;
    -moz-animation: cssload-sequence2 1.15s ease infinite 0.12s;
}

#cssload-loader li:nth-child(3)
{
    left: 29px;
    animation: cssload-sequence1 1.15s ease-in-out infinite 0.23s;
    -o-animation: cssload-sequence1 1.15s ease-in-out infinite 0.23s;
    -ms-animation: cssload-sequence1 1.15s ease-in-out infinite 0.23s;
    -webkit-animation: cssload-sequence1 1.15s ease-in-out infinite 0.23s;
    -moz-animation: cssload-sequence1 1.15s ease-in-out infinite 0.23s;
}

#cssload-loader li:nth-child(4)
{
    left: 44px;
    animation: cssload-sequence2 1.15s ease-in infinite 0.35s;
    -o-animation: cssload-sequence2 1.15s ease-in infinite 0.35s;
    -ms-animation: cssload-sequence2 1.15s ease-in infinite 0.35s;
    -webkit-animation: cssload-sequence2 1.15s ease-in infinite 0.35s;
    -moz-animation: cssload-sequence2 1.15s ease-in infinite 0.35s;
}

#cssload-loader li:nth-child(5)
{
    left: 58px;
    animation: cssload-sequence1 1.15s ease-in-out infinite 0.46s;
    -o-animation: cssload-sequence1 1.15s ease-in-out infinite 0.46s;
    -ms-animation: cssload-sequence1 1.15s ease-in-out infinite 0.46s;
    -webkit-animation: cssload-sequence1 1.15s ease-in-out infinite 0.46s;
    -moz-animation: cssload-sequence1 1.15s ease-in-out infinite 0.46s;
}

#cssload-loader li:nth-child(6)
{
    left: 73px;
    animation: cssload-sequence2 1.15s ease infinite 0.58s;
    -o-animation: cssload-sequence2 1.15s ease infinite 0.58s;
    -ms-animation: cssload-sequence2 1.15s ease infinite 0.58s;
    -webkit-animation: cssload-sequence2 1.15s ease infinite 0.58s;
    -moz-animation: cssload-sequence2 1.15s ease infinite 0.58s;
}

@keyframes cssload-sequence1{
	0% {
		height: 10px;
	}
	50% {
		height: 49px;
	}
	100% {
		height: 10px;
	}
}

@-o-keyframes cssload-sequence1{
	0% {
		height: 10px;
	}
	50% {
		height: 49px;
	}
	100% {
		height: 10px;
	}
}

@-ms-keyframes cssload-sequence1{
	0% {
		height: 10px;
	}
	50% {
		height: 49px;
	}
	100% {
		height: 10px;
	}
}

@-webkit-keyframes cssload-sequence1{
	0% {
		height: 10px;
	}
	50% {
		height: 49px;
	}
	100% {
		height: 10px;
	}
}

@-moz-keyframes cssload-sequence1{
	0% {
		height: 10px;
	}
	50% {
		height: 49px;
	}
	100% {
		height: 10px;
	}
}

@keyframes cssload-sequence2{
	0% {
		height: 19px;
	}
	50% {
		height: 63px;
	}
	100% {
		height: 19px;
	}
}

@-o-keyframes cssload-sequence2{
	0% {
		height: 19px;
	}
	50% {
		height: 63px;
	}
	100% {
		height: 19px;
	}
}

@-ms-keyframes cssload-sequence2{
	0% {
		height: 19px;
	}
	50% {
		height: 63px;
	}
	100% {
		height: 19px;
	}
}

@-webkit-keyframes cssload-sequence2{
	0% {
		height: 19px;
	}
	50% {
		height: 63px;
	}
	100% {
		height: 19px;
	}
}

@-moz-keyframes cssload-sequence2{
	0% {
		height: 19px;
	}
	50% {
		height: 63px;
	}
	100% {
		height: 19px;
	}
}

.title-index-header-form2
{
    text-align: center;
    font-weight: normal;
}

.button-disable, .button-disable:hover
{
    background: #33333326 !important;
    cursor: wait !important;
}

.help-select-country
{
    display: none;
}

.button-disable:hover .help-step1
{
    display: none;
}

.button-disable:hover .help-select-country
{
    display: block;
}

.result-select
{
    margin-bottom: 20px;
    padding: 0 0 0 30px;
}

.result-title
{
    text-align: center;
    color: #ffffff;
    font-size: 15px;
    margin-top: -8px;
}

.triger-phone
{
    padding: 0 0 0 30px;
    margin-bottom: 10px;
    display: inline-block;
}

.politika
{
    color: #fff;
    font-size: 12px;
}

.politika a
{
    color: #fff;
}

.scroll-top-nav
{
    background: #814ed3a1;
    position: fixed;
    width: 100%;
    z-index: 101;
    padding: 5px 2vw;
    top: -100px;
    transition: all 1s;
}

.sticky
{
    top: 0;
}

.scroll-top-nav__logo
{
    width: 100%;
    max-width: 150px;
    margin-right: 4vw;
}

.scroll-top-nav__logo img
{
    width: 100%;
}

.scroll-top-nav__wr-menu
{
    display: flex;
    flex-grow: 1;
    justify-content: space-between;
}

.scroll-top-nav__wr-menu a
{
    color: #fff;
    line-height: 28px;
    padding-left: 30px;
}

.scroll-top-nav__wr-menu ul
{
    display: flex;
}

.scroll-top-nav__tel
{
    border-left: 1px solid;
}

.select-cel
{
    position: relative !important;
    z-index: -1 !important;
}

.select-cel__active
{
    z-index: 5 !important;
}

.developer
{
    font-size: 11px;
    margin-left: auto;
    margin-top: 20px;
    margin-bottom: -34px;
}

.title-logo
{
    color: #fff;
    font-size: 12px;
}

.h1-triger
{
    text-align: center;
    display: block;
    width: 100%;
    text-transform: uppercase;
}

.wr-tip-viza__qwiz
{
    padding: 30px;
    background-color: rgba(253, 253, 253, 0.8);
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    border: 1px solid #fff;
    border-radius: 5px;
}

.wr-tip-viza__qwiz>.h3, .wr-tip-viza__qwiz>form
{
    text-align: center;
    color: #2e2a2a;
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.wr-step__tip-qwiz
{
    display: flex;
    font-weight: 900;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #333;
    font-size: 14px;
}

.active-step
{
    color: #fffd00;
}

.wr-tip-viz-step
{
    display: flex;
    justify-content: space-around;
    padding: 32px 10px 19px;
    border-radius: 3px;
    border: 2px solid #fff;
    background-color: #ffffff;
}

.tip-viz-step
{
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
    width: 100%;
}

.tip-viz-step h3
{
    padding-top: 30px;
}

.imput-qwiz-title
{
    width: 100%;
    display: block;
    font-size: 15px;
    margin-bottom: 10px;
}

.input-qwiz
{
    width: 100%;
    max-width: 300px;
    border: 1px solid #333;
    padding: 10px;
    margin-right: 10px;
    border-radius: 3px;
}

.wr-input-form-tip-viz
{
    display: flex;
    flex-wrap: wrap;
    text-align: left;
}

.button-submint
{
    color: #fff;
    background-color: #e3007b;
    border: 0;
    margin-left: auto;
    display: block;
    margin-right: auto;
    border-radius: 40px;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    padding: 20px 50px;
}

.wr-tip-qwiz
{
    position: relative;
    display: flex;
}

.tip-viz-step__active
{
    position: relative;
    opacity: 1;
    visibility: visible;
}

.jq-qwiz__tip
{
    display: flex;
    margin-bottom: 10px;
}

.wrap-video
{
    display: flex;
    margin-bottom: 60px;
}

.wr-video
{
    width: 100%;
    margin-right: 50px;
    max-width: 500px;
}

.video
{
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video iframe, .video object, .video embed
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-title
{
    width: calc(100% - 550px);
}

.wr-kontent-zayavka{
        border: 3px solid #af8fe3;
    padding: 0 30px 30px 30px;
    background: #cfe1e638;
    max-width: 931px;
}
.wr-kontent-zayavka-form{
    display: flex;
    justify-content: space-between;
}
@media (max-width:991px)
{
    .wrap-video
    {
        flex-direction: column;
    }
    .wr-video
    {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 50px;
    }
    .video-title
    {
        width: 100%;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
    .wr-manager
    {
        width: 100%;
        margin-right: 0;
    }
    .wr-manager span
    {
        width: 100%;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
    .wr-manager-content
    {
        width: 100%;
        max-width: 500px;
        padding-top: 0;
        margin-left: auto;
        margin-right: auto;
    }
    .otziv-content
    {
        width: 100%;
        text-align: center;
    }
    .client-img, .owl-nav
    {
        margin: 0 auto 17px;
        width: 80px;
        border-radius: 50%;
        overflow: hidden;
    }
}

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

@media (max-width:767px)
{
    .wr-tip-viz-step
    {
        flex-direction: column;
    }
    .wr-kontent-zayavka-form{
    justify-content: center;
    flex-direction: column;
    align-items: center;
    }
    .wr-kontent-zayavka h2{
        text-align: center;
    }
    .wr-kontent-zayavka input{
            margin-bottom: 30px;
    }
}

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

.mobail-nav
{
    padding: 5px 5vw;
    display: none;
    position: relative;
    z-index: 100;
    justify-content: space-between;
    background-color: rgba(255, 255, 255, 0.34);
}
.m-nav-tell{
        color: #fff;
    line-height: 38px;
    font-weight: bold;
    display: none;
}
.m-nav-tell2{
        color: #fff;
    line-height: 38px;
    font-weight: bold;
    display: none;
}
.m-logo
{
    
    width: 100%;
    max-width: 100px;
    margin-right: 20px;
}
.m-logo2
{
    
    width: 100%;
    max-width: 150px;
    
}

.m-cs
{
    width: 30px;
    height: 30px;
    background-size: contain;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 15px;
}

.m-header-contact
{
    display: flex;
}

.m-tel
{
    color: #f9f9f9;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-right: 30px;
}

.wrap-mcontact
{
    display: flex;
}

.touch-menu
{
    border-left: 1px solid #fff;
    width: 75px;
    padding-top: 4px;
    padding-left: 25px;
}

.touch-menu span
{
    width: 60%;
    height: 2px;
    display: block;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
}

@media (max-width:767px)
{
    .m-header-contact
    {
        display: none;
    }
}

.m-tel:hover, .m-tel:focus, .m-tel:active
{
    color: #f3e7e7;
}

.wr-menedger-content
{
    padding-top: 20px;
}

.wr-menedger-tip-viz
{
    margin-left: 50px;
    margin-right: 0;
}

.tip-viz__manager
{
}

@media (max-width:991px)
{
    .wr-menedger-content
    {
        order: 3;
    }
}

.wr-slider-otziv
{
    margin-bottom: 80px;
    padding-bottom: 80px;
    border-bottom: 1px dotted;
}

.tip-viz-otziv
{
    text-align: center;
    text-transform: uppercase;
}

.tip-viz-otziv span
{
    color: #7338b1;
    font-size: 47px;
}

.tip-viz-otziv:after
{
    content: "";
    width: 120px;
    height: 6px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    background-color: rgba(115, 56, 177, 0.55);
    margin-top: 30px;
}

.h2-upercase
{
    font-weight: normal;
    text-transform: uppercase;
    font-size: 36px;
}

.h2-upercase span
{
    font-weight: bold;
    color: #7338b1;
}

.h2-upercase:after
{
    content: "";
    width: 60px;
    height: 5px;
    display: block;
    background-color: #7338b1;
    margin-top: 30px;
}

@media (max-width:1199px)
{
    .mobail-nav
    {
        display: flex;
    }
}

.m-nav
{
    width: 100%;
    max-width: 400px;
    height: 110%;
    position: fixed;
    top: 0;
    left: -1000px;
    background-color: #fff;
    z-index: 1000;
    overflow-x: hidden;
    border-right: 2px solid #7338b1;
    box-shadow: 6px 1px 8px 0px rgba(185,177,231,0.18);
    -webkit-box-shadow: 6px 1px 8px 0px rgba(185,177,231,0.18);
    -moz-box-shadow: 6px 1px 8px 0px rgba(185,177,231,0.18);
    padding-top: 0px;
    padding-bottom: 140px;
}

.close-m-nav
{
    right: 0;
    position: absolute;
    top: 0;
    width: 40px;
    height: 40px;
    display: block;
    color: #fff;
    background-color: #7338b1;
    text-align: center;
    line-height: 40px;
    font-size: 37px;
    cursor: pointer;
}

.wr-m-nav
{
    height: 100%;
    width: calc(100% + 18px);
    overflow-y: scroll;
    padding-top: 30px;
}

.m-tip-viza
{
    color: #7338b1;
    background-color: #ffffff;
    font-weight: bold;
    padding-top: 16px;
    padding-bottom: 15px;
    cursor: pointer;
    display: block;
    letter-spacing: 1px;
}

.item-m-nav
{
    padding-right: 20px;
    padding-left: 20px;
    background-color: #fff;
    border-bottom: 1px solid  #dadada;
}

.m-nav-list
{
    font-size: 15px;
    max-height: 0;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all 1s linear;
}

.m-nav-list a
{
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
}

.m-nav-list li:last-child
{
    margin-bottom: 20px;
}

.m-nav-list-active
{
    overflow: auto;
    max-height: 1000px;
    opacity: 01;
    visibility: visible;
}

null
{
    color: #228ce3;
}

.m-tip-viza:hover
{
    color: #1e9ce1;
}

.m-nav__open
{
    left: 0;
}

@media (max-width:767px)
{
    footer .flex-margin
    {
        flex-direction: column;
    }
}

@media (max-width:991px)
{
    .footer-col1
    {
        order: -1;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        margin-bottom: 30px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .footer-content
    {
    }
    .footer-content li
    {
        float: left;
        padding: 14px 10px 1px;
        border: 1px solid;
        margin-right: 15px;
        margin-bottom: 15px;
    }
    .footer-col2
    {
        margin-left: 15px;
        width: calc(48% - 30px);
        margin-right: 15px;
    }
    .wr-otziv
    {
        flex-direction: column-reverse;
    }
}

@media (max-width:767px)
{
    .footer-col2
    {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding-left: 15px;
        padding-right: 15px;
    }
    .wr-footer-nav
    {
        display: none;
    }
    .h1-triger, h1
    {
        font-size: 25px;
    }
}

@media (max-width:1200px)
{
    .scroll-top-nav
    {
        display: none;
    }
}

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

@media (min-width:992px) and (max-width:1199px)
{
    .header__list__triger>div
    {
        background-size: auto;
    }
}

@media (max-width:991px)
{
    .header-content
    {
        flex-direction: column;
    }
    .header-title h1
    {
        text-align: center;
    }
    .header-description
    {
        text-align: center;
        margin-bottom: 40px;
    }
}

.wr_header-form
{
    margin-left: auto;
    margin-right: auto;
}

@media (max-width:767px)
{
    .hesder__form form
    {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width:991px)
{
    .world-rotate:after
    {
        width: 100%;
    }
    .wr-company-img
    {
        width: 100%;
        max-width: 400px;
        margin: 30px auto 50px;
    }
    .wr-company-title
    {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        max-width: 400px;
    }
    .otziv h2
    {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 60px;
        position: relative;
        text-transform: uppercase;
    }
    .otziv h2 span
    {
        font-size: 36px;
    }
    .index-company-title
    {
        column-count: 1;
        text-align: justify;
    }
    .wr-gerl
    {
        display: none;
    }
    .triger2 h2
    {
        width: 100%;
        text-align: center;
        left: 0;
    }
    .triger2 form
    {
        width: 100%;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    .triger2 p
    {
        width: 100%;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        text-align: center;
    }
}

.triger2 h2 span
{
    font-size: 30px;
}

@media (max-width:991px)
{
    .index-triger2:after
    {
        display: none;
    }
    .index-page-list h3
    {
        text-align: center;
    }
}

.otziv
{
    margin-bottom: 50px;
}

@media (max-width:991px)
{
    .otziv-content .h2
    {
        text-align: center;
        margin-bottom: 13px;
    }
    .margin-manager-top
    {
        margin-top: 150px;
    }
    .header__form-label
    {
        width: 100%;
    }
    .header__form-label input
    {
        width: 100%;
    }
    .wr-chekbox
    {
        width: 100%;
    }
    .office-img
    {
        width: 100%;
        display: flex;
        margin: 0;
    }
    .fotorama__nav-wrap
    {
        display: none !important;
    }
}

@media (max-width:767px)
{
    .qwiz-button
    {
        display: block;
        margin-top: 100px;
    }
    .wr-qwiz
    {
        padding-left: 0;
        padding-bottom: 80px;
    }
    .step-item:after
    {
        width: 10px;
    }
    .step-item
    {
        margin-right: 8px;
    }
    .wr-step-qwiz
    {
        margin-left: 0;
        width: 100%;
    }
    .hesder__form
    {
        padding: 0;
    }
    .office-img
    {
        width: 100%;
        display: flex;
        margin: 0;
        flex-direction: column;
    }
    .wr-pop-up-form
    {
        border: 2px solid #8223b7;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        margin-left: 0;
        padding: 30px;
        background: rgba(255, 255, 255, 0.66);
        height: 100%;
    }
}

.dropdown-syti
{
    position: absolute;
    left: 0;
    min-width: 250px;
    padding-top: 11px;
    top: 27px;
    z-index: 1000;
    transition: all .4s;
    opacity: 0;
    visibility: hidden;
}

.wr-list-gorod
{
    position: relative;
    top: 0;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 5px 20px 10px;
    z-index: 1000;
    border-radius: 5px;
    box-shadow: 0px 1px 8px 6px rgba(172,154,218,0.1);
    -webkit-box-shadow: 0px 1px 8px 6px rgba(172,154,218,0.1);
    -moz-box-shadow: 0px 1px 8px 6px rgba(172,154,218,0.1);
}

.wr-list-gorod a
{
    color: #000;
    font-size: 13px;
    display: block;
}

.wr-list-gorod:before
{
    content: "";
    width: 0;
    height: 0;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent rgba(255, 255, 255, 0.95) transparent;
    border-style: solid;
    position: absolute;
    top: -10px;
}

.sity:hover .dropdown-syti
{
    opacity: 1;
    visibility: visible;
}

@media (max-width:991px)
{
    .triger2 .header__form-button
    {
        width: 100%;
        margin-right: 0;
        padding-right: 0;
        max-width: 300px;
    }
}

.item-servicec
{
    width: calc(25% - 31px);
    margin: 15px;
    padding: 15px;
    background-color: #eae9fb;
    text-decoration: none;
    max-width: 250px;
    min-width: 140px;
    display: flex;
    flex-direction: column;
    transition: all .4s;
}

.icon-services
{
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 30%;
    max-width: 100px;
    margin-bottom: 30px;
}

.item-servicec h3
{
    text-align: center;
    display: block;
    width: 100%;
    text-transform: uppercase;
    text-decoration: none;
    color: #7f3ccb;
    min-height: 55px;
    position: relative;
}

.item-servicec h3:hover
{
    text-decoration: none;
}

.item-servicec:hover
{
    text-decoration: none;
    box-shadow: 0px 0px 23px 0px rgba(142,99,212,0.23);
    -webkit-box-shadow: 0px 0px 23px 0px rgba(142,99,212,0.23);
    -moz-box-shadow: 0px 0px 23px 0px rgba(142,99,212,0.23);
}

.item-services-title
{
    color: #000;
    text-align: center;
    margin-bottom: 28px;
    text-transform: uppercase;
    font-size: 14px;
}

.wr-services
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 30px -15px 60px;
}

.item-servicec h3:after
{
    width: 50px;
    height: 3px;
    position: absolute;
    display: block;
    background-color: #7f3ccb;
    content: "";
    bottom: 0;
    left: calc(50% - 25px);
}

.uslugi-h2
{
    text-align: center;
    font-size: 36PX;
    font-weight: bold;
    line-height: 1;
}

.uslugi-h2 span
{
    color: #a06cd9;
    font-size: 128%;
    line-height: 1;
}

.wr-otziv
{
    margin-bottom: 50px;
}

.wr-tip-viz-footer
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.ozer-visa-h2 span
{
    color: #7338b1;
}

.step-top
{
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 50px;
    left: -150px;
    border-radius: 50%;
    background-image: url(/temp/img/top.png);
    z-index: 999;
    background-position: center;
    background-size: contain;
    cursor: pointer;
    opacity: .5;
    transition: all 0.4s;
}

.step-top:hover
{
    opacity: 1;
}

.step-top__styki
{
    left: 50px;
}

.logo
{
    position: relative;
}

.logo span
{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 222px;
    top: 40px;
}

.usluga-click
{
    background: #ffffff;
    padding: 11px;
    text-align: center;
    color: #e3007b;
    border-radius: 30px;
    text-transform: uppercase;
    margin-bottom: 16px;
    margin-top: auto;
    border: 1px solid;
    font-size: 13px;
}

.item-country a
{
    text-decoration: none;
    color: #333;
}

.action-country:hover
{
    color: #865bbe;
}

.body-qw
{
    overflow: hidden;
}

.wraper-all-visa
{
    justify-content: center;
}

.title-advantage
{
    margin: 60px 0 40px 0;
    padding-bottom: 0;
    font-size: 36px;
    font-weight: bold;
}

.title-advantage span
{
    color: #7f3ccb;
    text-transform: uppercase;
}

.wr-advantage
{
    display: flex;
    margin: 0 -15px;
    flex-wrap: wrap;
    justify-content: center;
}

.advantage
{
    width: calc(50% - 30px);
    min-width: 300px;
    flex-grow: 1;
    margin: 15px;
    border: 1px solid #7f3ccb;
    padding: 25px;
    border-radius: 5px;
}

.advantage-separator
{
    width: 50px;
    height: 8px;
    display: block;
    background: #e3007b;
    margin: 30px 0;
}

.advantage-icon
{
    margin: 0 0 0 -10px;
}

.select-city h2
{
    cursor: pointer;
    margin-top: 0;
    color: #7e37c8;
    border-bottom: 1px dotted;
    display: inline-block;
}

.select-city h2 span
{
    font-size: 12px;
    position: absolute;
    top: 8px;
    right: -26px;
}

.wr-rekvizit
{
}

.contakt-icon
{
    float: left;
    margin: 0 20px 20px 0;
    width: 60px;
}

.footer-h3
{
    font-size: 20px;
    margin-bottom: 20px;
}

.dropdown-top-menu
{
    position: absolute;
    width: 200px;
    padding: 10px 0 0 0;
    color: #333;
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    transition: .4s all;
    -webkit-box-shadow: 0px 0px 22px 5px rgba(0,0,0,0.18);
    -moz-box-shadow: 0px 0px 22px 5px rgba(0,0,0,0.18);
    box-shadow: 0px 0px 22px 5px rgba(0,0,0,0.18);
}

.dropdown-top-menu li
{
    width: 100%;
    padding: 0 20px;
    background: #fffffff7;
}

.dropdown-top-menu li:first-child
{
    padding-top: 15px;
}

.dropdown-top-menu li:last-child
{
    padding-bottom: 15px;
}

.dropdown-top-menu a
{
    color: #333;
    width: 100%;
}

.dropdown-top-menu:before
{
    content: "";
    width: 0;
    height: 0;
    border-width: 0 9.5px 10px 9.5px;
    border-color: transparent transparent #fffffff7 transparent;
    border-style: solid;
    position: absolute;
    top: 0px;
    left: 20px;
}

.category:hover .dropdown-top-menu
{
    max-height: 1000px;
    visibility: visible;
    opacity: 01;
}

.zayavka
{
    cursor: pointer;
    color: #fff;
    border-bottom: 1px dotted;
    margin: 0 30px;
}

.wraper-all-visa h2
{
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 40px;
    margin: 60px 0 0px 0;
}

.bg-company
{
    width: 9vw;
    display: block;
    background: #333;
    margin: 0 50px 0 0;
    background-image: url(/temp/img/45612990.jpg);
}

.rukomahatel
{
    float: left;
    margin: 41px 30px 0 -136px;
    width: 100%;
    max-width: 300px;
}

.rukomahatel img
{
    width: 100%;
}

.rukomahatel small
{
    line-height: 1;
    font-weight: bold;
    display: block;
    margin: 10px;
}

.content-company
{
    width: calc(100% - 9vw - 50px);
}

.content blockquote
{
    padding: 0px 20px 0px 30px;
    border-left: 3px solid #f88411;
    background: #33333308;
}

.content blockquote p
{
    padding-bottom: 20px;
}

.content blockquote h2
{
    padding-top: 20px;
}

.content blockquote .button-bg
{
    display: inline-block;
    margin: -20px 0 30px;
}

.content blockquote .button-bg:hover
{
    color: #fff;
    text-decoration: none;
}

@media (max-width:991px)
{
    .content img{
            display: block !important;
            margin-left: auto !important;
            margin-right: auto !important;
            width: 30% !important;
            margin-top: 30px !important;
            margin-bottom: 30px !important;
            height: !important;
    }
    .rukomahatel
    {
        max-width: 1000px;
        margin: 0 0 30px 0;
    }
    .content-company
    {
        width: 100%;
    }
}

.top
{
    position: fixed;
    width: 100%;
    left: 0;
    top: -50px;
    background: #333;
    z-index: 1000;
    transition: all .4s;
}

.top__styki
{
    top: 0px;
}

.wr-m-phone
{
    position: absolute;
    bottom: 9%;
    left: 0;
    font-size: 20px;
    text-align: right;
    width: 100%;
    max-width: 400px;
    padding: 20px 18px 13px 0;
    border-top: 1px dotted;
    background: #9b71c7;
    font-weight: bold;
}

.wr-m-phone a
{
    color: #fff;
}
.kontact-kontact{
    width: 270px;
    margin-left: 30px;
    margin-top: 37px;
    padding: 0 20px 20px 20px;
    /* background: #f8f8f8; */
    border-left: 2px solid #f88411;
}
.triger-contakt{
     width: calc(100% - 300px);
}
.bottom-wiget{
        position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 110;
    display: none;
    font-size: 11px;
}
.bottom-wiget a{
    flex-grow: 1;
    text-align: center;
    display: flex;
    align-self: center;
    padding: 5px;
    justify-content: center;
    color: #fff;
}
.call{
    background: #0086ff;
    padding: 12px 0 !important;
}
.callWhatsApp{
    background: #1d3951;
}
.callViber{
    background: #665cac;
}
.callInstsgram{
        background: #04938e;
}
@media (max-width:767px)
{
    .content-company .d-flex{
        flex-direction: column;
    }
    .triger-contakt{
        width: 100%;
    max-width: 600px;
    }
    .item-servicec h3{
        font-size: 13px;
    }
    .item-services-title {
    font-size: 10px;
    }
    .owl-theme .owl-nav {
    margin-bottom: -44px;
    display: none;
    }
    .otziv {
    margin-bottom: -60px;
    }
    .usluga-click {
    
    padding: 13px 0 11px 0;
    
    }
    .button {
        padding: 17px 50px 15px;
    }
    .bottom-wiget{
        display: flex;
    }
    .m-nav-tell, .m-nav-tell2{
        display: block;
    }
}

.fb, .insta, .vk{
    width: 50px;
    height: 50px;
    background-size: contain;
}

.fb{
    background-image: url(/temp/img/icon/fb.png);
}
.insta{
    background-image: url(/temp/img/icon/in.png);
}
.vk{
    background-image: url(/temp/img/icon/vk.png);
}

.wr-contac{
     flex-grow: 1;
    max-width: 540px;
}
.qwiz-ow{
    position: fixed;
    width: 100%;
    height: 110%;
    background: #33333359;
    z-index: 99999999999999;
    top: 0;
    left: 0;
    transition: all .4s;
    opacity: 0;
    visibility: hidden;
}
.qwiz-ow__active{
    opacity: 1;
    visibility: visible;
}
.clouse-qwiz-ow{
    font-size: 49px;
    color: #fff;
    position: absolute;
    right: 50px;
    cursor: pointer;
}
.qwiz-form h2{
        text-align: center;
    font-weight: normal;
    margin-bottom: 20px;
}
.qwiz-form a{
    width: 100%;
    background: #f43b9f;
    display: block;
    text-align: center;
    color: #fff;
    padding: 18px 0;
    border-radius: 40px;
    cursor: pointer;
    margin-top: 27px;
}
.qwiz-form small{
    
    line-height: 1.4;
    display: block;
    margin-bottom: 18px;
}
.header__form-button small{
    opacity: 0;
    position: absolute;
    width: 216px;
    text-align: center;
    left: 0;
    top: 12px;
}
.step-action:hover span{
    opacity: 0;
}
.header__form-button:hover small{
    opacity: 1;
}
.qwiz-rezult{
    margin-bottom: 15px;
}
.qwiz-form input{
        width: 100%;
    padding: 10px;
    border-radius: 2px;
    border: 1px solid;
    -webkit-box-shadow: 0px 0px 14px 0px rgba(161,52,161,0.3);
    -moz-box-shadow: 0px 0px 14px 0px rgba(161,52,161,0.3);
    box-shadow: 0px 0px 14px 0px rgba(161,52,161,0.3);
}
.qwiz-rezult span{
    font-weight: bold;
    color: #8f6fc7;
}
.qwiz-form{
    width: 280px;
    background: #fff;
    margin: 15vh 0 0 -140px;
    left: 50%;
    position: absolute;
    padding: 15px 25px 30px 25px;
    border-radius: 3px;
}

.header__form-button:hover{
    color:#fff;
    text-decoration: none;
}

.header__form-button-action:hover{
    color: #fff;
    background-color: #fe1794;
}

#mail-send{
    position: fixed;
    right: 10px;
    top: 10px;
    z-index: 999;
    background-color: #0ACE7F;
    color: #fff;
    border: 0px;
    padding: 10px;
}
.wr-dervis-content{
    width: 100%;
    max-width: 700px;
    margin: 50px auto 0 auto;
}
.wr-dervis-content>div>img{
        width: calc(100% + 300px);
    margin: 50px 0;
    display: block;
    transform: translateX(-150px);
}
.wr-dervis-content .d-flex{
    margin:0 -15px;
}
.button-bg:hover, .button-bg:focus, .button-bg:active{
        text-decoration: none;
    color: #fff;
    background-color: #d959cc;
}
.block{
    text-align: center;
    border: 3px solid #af8fe3;
    padding: 20px;
    flex-grow: 1;
    margin: 15px;
}
.wr-dervis-content ul{
    padding: 0 30px 30px 30px;
    font-style: italic;
}
.wr-dervis-content li{
    padding: 10px;
}
/* Яндес отзывы*/
.reviews-multitool-wide {
        max-width: 1200px;
        margin: 20px auto;
        background: #fff;
        border-radius: 20px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.05);
        padding: 20px;
        font-family: -apple-system, system-ui, sans-serif;
    }
    .rev-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;
        flex-wrap: wrap;
        gap: 15px;
    }
    .rev-tabs { display: flex; gap: 8px; }
    .tab-btn {
        border: 1px solid #eee;
        background: #f8f9fa;
        padding: 10px 20px;
        cursor: pointer;
        font-size: 14px;
        font-weight: 600; /* Сделаем шрифт чуть жирнее */
        border-radius: 30px;
        transition: 0.3s;
        display: flex;
        align-items: center;
        gap: 2px;
    }
    .tab-btn.active {
        background: #333;
        color: #fff;
        border-color: #333;
    }
    .tab-btn.tab-yandex.active {
        background: #FF9900 !important; /* Фирменный оранжевый */
        border-color: #FF9900 !important;
        color: #000 !important;
    }
    /* Красная буква Я */
    .tab-yandex.active .ya-red {
        color: #E00000;
    }

    /* Стиль для активной кнопки 2ГИС (оставил темным для контраста) */
    .tab-btn.tab-2gis.active {
        background: #333;
        color: #fff;
        border-color: #333;
    }
    .tab-content { display: none; }
    .tab-content.active { display: block; }

    .scroll-wrapper {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        gap: 15px;
        padding-bottom: 15px;
    }
    .scroll-wrapper::-webkit-scrollbar { height: 6px; }
    .scroll-wrapper::-webkit-scrollbar-thumb { background: #e0e0e0; border-radius: 10px; }

    .rev-card {
        flex: 0 0 calc(20% - 12px); 
        min-width: 220px;
        scroll-snap-align: start;
        background: #fdfdfd;
        padding: 18px;
        border-radius: 15px;
        border: 1px solid #f0f0f0;
        display: flex;
        flex-direction: column;
    }
    .rev-name { font-weight: 700; font-size: 14px; margin-bottom: 2px; display: block; }
    .rev-date { font-size: 11px; color: #aaa; margin-bottom: 8px; display: block; }
    .rev-stars { color: #ffb400; font-size: 14px; margin-bottom: 10px; }
    .rev-text { font-size: 13px; color: #444; line-height: 1.5; height: 100px; overflow-y: auto; }

    .leave-rev-btn {
        background: #28a745;
        color: #fff;
        text-decoration: none;
        padding: 12px 24px;
        border-radius: 30px;
        font-size: 14px;
        font-weight: 600;
        transition: 0.3s;
    }
    .leave-rev-btn:hover { opacity: 0.9; transform: scale(1.02); }

    @media (max-width: 900px) { .rev-card { flex: 0 0 45%; } }
    @media (max-width: 600px) { .rev-card { flex: 0 0 85%; } }
    
    
    
    
    