@charset 'UTF-8';
html
{
    font-family: sans-serif;
    font-size: 14px;
    line-height: 1.15;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;

        -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


*,
*::before,
*::after
{
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
}

.banner-container{
    padding-top: 40px;
    padding-bottom: 50px;
}

.banner-container .img-box{
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
}
.banner-container .img-box img{
    max-width: 290px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.11);
}

@media (max-width: 576px) {
    .banner-container .img-box{
        text-align: center;
    }
}
@media (min-width: 576px)
{
    html
    {
        font-size: 13px;
    }
  
}

@media (min-width: 768px)
{
    html
    {
        font-size: 14px;
    }
}

@media (min-width: 992px)
{
    html
    {
        font-size: 15px;
    }
}

@media (min-width: 1200px)
{
    html
    {
        font-size: 16px;
    }
}

body
{
    font-family: 'Museo';
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;

    position: relative;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    overflow-x: hidden; 
            flex-direction: column;

    min-height: 100vh;
    margin: 0;

    color: #292b2c;
    background-color: #fff;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
}

main
{
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
}

#header,
#footer
{
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}

article,
aside,
footer,
header,
nav,
section,
figcaption,
figure,
main
{
    display: block;
}

figure,
p
{
    margin: 0;
}

hr
{
    overflow: visible; 

    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    height: 0;
}

pre
{
    font-family: monospace, monospace;
    font-size: 1em;
}

a
{
    -webkit-transition: .5s;
            transition: .5s;
    text-decoration: none; 

    color: #333;
    background-color: transparent;

    -webkit-text-decoration-skip: objects;
}
a:hover
{
    text-decoration: none; 

    color: #0d0d0d;
}
a:active,
a:focus,
a:hover
{
    outline: 0;
}

abbr[title]
{
    text-decoration: underline;
    text-decoration: underline dotted; 

    border-bottom: none;
}

b,
strong
{
    font-weight: bolder;
}

code,
kbd,
samp
{
    font-family: monospace, monospace;
    font-size: 1rem;
}

dfn
{
    font-style: italic;
}

small
{
    font-size: 80%;
}

sub,
sup
{
    font-size: 75%;
    line-height: 0;

    position: relative;

    vertical-align: baseline;
}

sub
{
    bottom: -.25em;
}

sup
{
    top: -.5em;
}

audio,
video
{
    display: inline-block;
}

audio:not([controls])
{
    display: none;

    height: 0;
}

img
{
    max-width: 100%; 

    vertical-align: middle;
}

svg:not(:root)
{
    overflow: hidden;
}

button,
input
{
    overflow: visible;
}

button,
select
{
    text-transform: none;
}

button,
html [type='button'],
[type='reset'],
[type='submit']
{
    -webkit-appearance: button;
}
button::-moz-focus-inner,
html [type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner
{
    padding: 0; 

    border-style: none;
}

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring
{
    outline: 0;
}

fieldset
{
    margin: 0 2px;
    padding: .35em .625em .75em; 

    border: 1px solid #c0c0c0;
}

legend
{
    display: table;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 100%;
    padding: 0;

    white-space: normal; 

    color: inherit;
}

progress
{
    display: inline-block;

    vertical-align: baseline;
}

textarea
{
    overflow: auto;
}

[type='checkbox'],
[type='radio']
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button
{
    height: auto;
}

[type='search']
{
    outline-offset: 0; 

    -webkit-appearance: textfield;
}
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration
{
    -webkit-appearance: none;
}

::-webkit-file-upload-button
{
    font: inherit; 

    -webkit-appearance: button;
}

details,
menu
{
    display: block;
}

summary
{
    display: list-item;
}

canvas
{
    display: inline-block;
}

template
{
    display: none;
}

[hidden]
{
    display: none;
}

@-ms-viewport
{
    width: device-width;
}

[tabindex='-1']:focus
{
    outline: 0;
}

abbr[title],
abbr[data-original-title]
{
    cursor: help;
}

address
{
    font-style: normal;
    line-height: inherit; 

    margin: 0;
}

blockquote,
ol,
ul,
dl
{
    margin: 0;
    padding: 0;
}

[role='button']
{
    cursor: pointer;
}

a,
area,
button,
[role='button'],
input,
label,
select,
summary,
textarea
{
    -ms-touch-action: manipulation;
        touch-action: manipulation;
}

table
{
    border-collapse: collapse;
}

th
{
    text-align: left;
}

label
{
    display: inline-block;
}

button:focus
{
    outline: 0;
}

input,
button,
select,
textarea
{
    line-height: inherit;
}

input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month']
{
    -webkit-appearance: listbox;
}

textarea
{
    resize: vertical;
}

::-webkit-input-placeholder
{
    color: #949494;
}

::-moz-placeholder
{
    color: #949494;
}

/* Firefox 19+ */
:-moz-placeholder
{
    color: #949494;
}

/* Firefox 18- */
:-ms-input-placeholder
{
    color: #949494;
}

.fw-500
{
    font-weight: 500;
}

.fs-16
{
    font-size: 1.143rem;
}

.fs-18
{
    font-size: 1.286rem;
}

.fs-20
{
    font-size: 1.429rem;
}

.fs-22
{
    font-size: 1.571rem;
}

.blue
{
    color: #264796;
}

.white
{
    color: white;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6
{
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;

    margin: 0 0 1rem;

    color: inherit;
}

h1,
.h1
{
    font-size: 2.5rem;
}

h2,
.h2
{
    font-size: 2rem;
}

h3,
.h3
{
    font-size: 1.75rem;
}

h4,
.h4
{
    font-size: 1.5rem;
}

h5,
.h5
{
    font-size: 1.25rem;
}

h6,
.h6
{
    font-size: 1rem;
}

hr
{
    margin: 0;

    border: 0;
}

small,
.small
{
    font-size: 80%;
    font-weight: normal;
}

.list-unstyled,
.navbar-nav
{
    padding-left: 0;

    list-style: none;
}

.tab-content > .tab-pane
{
    display: none;
}

.tab-content > .active
{
    display: block;
}

.content p
{
    margin-bottom: 1rem;
}

.content ol,
.content ul
{
    margin-bottom: 1rem; 
    margin-left: 2rem;
}

.container
{
    max-width: 100%; 
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
}
@media (min-width: 576px)
{
    .container
    {
        width: 540px;
    }
}
@media (min-width: 768px)
{
    .container
    {
        width: 720px;
    }
}
@media (min-width: 992px)
{
    .container
    {
        width: 960px;
    }
}
@media (min-width: 1200px)
{
    .container
    {
        width: 1170px;
    }
}

.container-fluid
{
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
}

.row
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-right: -10px;
    margin-left: -10px; 

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.no-gutters
{
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*='col-']
{
    padding-right: 0;
    padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-13,
.col-14,
.col-15,
.col-16,
.col-17,
.col-18,
.col-19,
.col-20,
.col-21,
.col-22,
.col-23,
.col-24,
.col,
.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,
.col-sm-13,
.col-sm-14,
.col-sm-15,
.col-sm-16,
.col-sm-17,
.col-sm-18,
.col-sm-19,
.col-sm-20,
.col-sm-21,
.col-sm-22,
.col-sm-23,
.col-sm-24,
.col-sm,
.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,
.col-md-13,
.col-md-14,
.col-md-15,
.col-md-16,
.col-md-17,
.col-md-18,
.col-md-19,
.col-md-20,
.col-md-21,
.col-md-22,
.col-md-23,
.col-md-24,
.col-md,
.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,
.col-lg-13,
.col-lg-14,
.col-lg-15,
.col-lg-16,
.col-lg-17,
.col-lg-18,
.col-lg-19,
.col-lg-20,
.col-lg-21,
.col-lg-22,
.col-lg-23,
.col-lg-24,
.col-lg,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-13,
.col-xl-14,
.col-xl-15,
.col-xl-16,
.col-xl-17,
.col-xl-18,
.col-xl-19,
.col-xl-20,
.col-xl-21,
.col-xl-22,
.col-xl-23,
.col-xl-24,
.col-xl
{
    position: relative;

    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col
{
    max-width: 100%; 

    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
            flex-grow: 1;
}

.col-auto
{
    width: auto; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}

.col-1
{
    max-width: 4.16667%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 4.16667%;
        -ms-flex: 0 0 4.16667%;
            flex: 0 0 4.16667%;
}

.col-2
{
    max-width: 8.33333%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
}

.col-3
{
    max-width: 12.5%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12.5%;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
}

.col-4
{
    max-width: 16.66667%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
}

.col-5
{
    max-width: 20.83333%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20.83333%;
        -ms-flex: 0 0 20.83333%;
            flex: 0 0 20.83333%;
}

.col-6
{
    max-width: 25%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
}

.col-7
{
    max-width: 29.16667%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 29.16667%;
        -ms-flex: 0 0 29.16667%;
            flex: 0 0 29.16667%;
}

.col-8
{
    max-width: 33.33333%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
}

.col-9
{
    max-width: 37.5%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 37.5%;
        -ms-flex: 0 0 37.5%;
            flex: 0 0 37.5%;
}

.col-10
{
    max-width: 41.66667%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
}

.col-11
{
    max-width: 45.83333%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45.83333%;
        -ms-flex: 0 0 45.83333%;
            flex: 0 0 45.83333%;
}

.col-12
{
    max-width: 50%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
}

.col-13
{
    max-width: 54.16667%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 54.16667%;
        -ms-flex: 0 0 54.16667%;
            flex: 0 0 54.16667%;
}

.col-14
{
    max-width: 58.33333%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
}

.col-15
{
    max-width: 62.5%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 62.5%;
        -ms-flex: 0 0 62.5%;
            flex: 0 0 62.5%;
}

.col-16
{
    max-width: 66.66667%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
}

.col-17
{
    max-width: 70.83333%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70.83333%;
        -ms-flex: 0 0 70.83333%;
            flex: 0 0 70.83333%;
}

.col-18
{
    max-width: 75%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
}

.col-19
{
    max-width: 79.16667%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 79.16667%;
        -ms-flex: 0 0 79.16667%;
            flex: 0 0 79.16667%;
}

.col-20
{
    max-width: 83.33333%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
}

.col-21
{
    max-width: 87.5%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 87.5%;
        -ms-flex: 0 0 87.5%;
            flex: 0 0 87.5%;
}

.col-22
{
    max-width: 91.66667%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
}

.col-23
{
    max-width: 95.83333%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 95.83333%;
        -ms-flex: 0 0 95.83333%;
            flex: 0 0 95.83333%;
}

.col-24
{
    max-width: 100%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
}

.pull-0
{
    right: auto;
}

.pull-1
{
    right: 4.16667%;
}

.pull-2
{
    right: 8.33333%;
}

.pull-3
{
    right: 12.5%;
}

.pull-4
{
    right: 16.66667%;
}

.pull-5
{
    right: 20.83333%;
}

.pull-6
{
    right: 25%;
}

.pull-7
{
    right: 29.16667%;
}

.pull-8
{
    right: 33.33333%;
}

.pull-9
{
    right: 37.5%;
}

.pull-10
{
    right: 41.66667%;
}

.pull-11
{
    right: 45.83333%;
}

.pull-12
{
    right: 50%;
}

.pull-13
{
    right: 54.16667%;
}

.pull-14
{
    right: 58.33333%;
}

.pull-15
{
    right: 62.5%;
}

.pull-16
{
    right: 66.66667%;
}

.pull-17
{
    right: 70.83333%;
}

.pull-18
{
    right: 75%;
}

.pull-19
{
    right: 79.16667%;
}

.pull-20
{
    right: 83.33333%;
}

.pull-21
{
    right: 87.5%;
}

.pull-22
{
    right: 91.66667%;
}

.pull-23
{
    right: 95.83333%;
}

.pull-24
{
    right: 100%;
}

.push-0
{
    left: auto;
}

.push-1
{
    left: 4.16667%;
}

.push-2
{
    left: 8.33333%;
}

.push-3
{
    left: 12.5%;
}

.push-4
{
    left: 16.66667%;
}

.push-5
{
    left: 20.83333%;
}

.push-6
{
    left: 25%;
}

.push-7
{
    left: 29.16667%;
}

.push-8
{
    left: 33.33333%;
}

.push-9
{
    left: 37.5%;
}

.push-10
{
    left: 41.66667%;
}

.push-11
{
    left: 45.83333%;
}

.push-12
{
    left: 50%;
}

.push-13
{
    left: 54.16667%;
}

.push-14
{
    left: 58.33333%;
}

.push-15
{
    left: 62.5%;
}

.push-16
{
    left: 66.66667%;
}

.push-17
{
    left: 70.83333%;
}

.push-18
{
    left: 75%;
}

.push-19
{
    left: 79.16667%;
}

.push-20
{
    left: 83.33333%;
}

.push-21
{
    left: 87.5%;
}

.push-22
{
    left: 91.66667%;
}

.push-23
{
    left: 95.83333%;
}

.push-24
{
    left: 100%;
}

.offset-1
{
    margin-left: 4.16667%;
}

.offset-2
{
    margin-left: 8.33333%;
}

.offset-3
{
    margin-left: 12.5%;
}

.offset-4
{
    margin-left: 16.66667%;
}

.offset-5
{
    margin-left: 20.83333%;
}

.offset-6
{
    margin-left: 25%;
}

.offset-7
{
    margin-left: 29.16667%;
}

.offset-8
{
    margin-left: 33.33333%;
}

.offset-9
{
    margin-left: 37.5%;
}

.offset-10
{
    margin-left: 41.66667%;
}

.offset-11
{
    margin-left: 45.83333%;
}

.offset-12
{
    margin-left: 50%;
}

.offset-13
{
    margin-left: 54.16667%;
}

.offset-14
{
    margin-left: 58.33333%;
}

.offset-15
{
    margin-left: 62.5%;
}

.offset-16
{
    margin-left: 66.66667%;
}

.offset-17
{
    margin-left: 70.83333%;
}

.offset-18
{
    margin-left: 75%;
}

.offset-19
{
    margin-left: 79.16667%;
}

.offset-20
{
    margin-left: 83.33333%;
}

.offset-21
{
    margin-left: 87.5%;
}

.offset-22
{
    margin-left: 91.66667%;
}

.offset-23
{
    margin-left: 95.83333%;
}

@media (min-width: 576px)
{
    .col-sm
    {
        max-width: 100%; 

        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
                flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
                flex-grow: 1;
    }
    .col-sm-auto
    {
        width: auto; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-sm-1
    {
        max-width: 4.16667%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 4.16667%;
            -ms-flex: 0 0 4.16667%;
                flex: 0 0 4.16667%;
    }
    .col-sm-2
    {
        max-width: 8.33333%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
            -ms-flex: 0 0 8.33333%;
                flex: 0 0 8.33333%;
    }
    .col-sm-3
    {
        max-width: 12.5%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 12.5%;
            -ms-flex: 0 0 12.5%;
                flex: 0 0 12.5%;
    }
    .col-sm-4
    {
        max-width: 16.66667%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
            -ms-flex: 0 0 16.66667%;
                flex: 0 0 16.66667%;
    }
    .col-sm-5
    {
        max-width: 20.83333%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20.83333%;
            -ms-flex: 0 0 20.83333%;
                flex: 0 0 20.83333%;
    }
    .col-sm-6
    {
        max-width: 25%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%;
    }
    .col-sm-7
    {
        max-width: 29.16667%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 29.16667%;
            -ms-flex: 0 0 29.16667%;
                flex: 0 0 29.16667%;
    }
    .col-sm-8
    {
        max-width: 33.33333%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
            -ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
    }
    .col-sm-9
    {
        max-width: 37.5%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 37.5%;
            -ms-flex: 0 0 37.5%;
                flex: 0 0 37.5%;
    }
    .col-sm-10
    {
        max-width: 41.66667%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
            -ms-flex: 0 0 41.66667%;
                flex: 0 0 41.66667%;
    }
    .col-sm-11
    {
        max-width: 45.83333%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 45.83333%;
            -ms-flex: 0 0 45.83333%;
                flex: 0 0 45.83333%;
    }
    .col-sm-12
    {
        max-width: 50%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
    }
    .col-sm-13
    {
        max-width: 54.16667%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 54.16667%;
            -ms-flex: 0 0 54.16667%;
                flex: 0 0 54.16667%;
    }
    .col-sm-14
    {
        max-width: 58.33333%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
            -ms-flex: 0 0 58.33333%;
                flex: 0 0 58.33333%;
    }
    .col-sm-15
    {
        max-width: 62.5%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 62.5%;
            -ms-flex: 0 0 62.5%;
                flex: 0 0 62.5%;
    }
    .col-sm-16
    {
        max-width: 66.66667%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
            -ms-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;
    }
    .col-sm-17
    {
        max-width: 70.83333%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 70.83333%;
            -ms-flex: 0 0 70.83333%;
                flex: 0 0 70.83333%;
    }
    .col-sm-18
    {
        max-width: 75%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
            -ms-flex: 0 0 75%;
                flex: 0 0 75%;
    }
    .col-sm-19
    {
        max-width: 79.16667%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 79.16667%;
            -ms-flex: 0 0 79.16667%;
                flex: 0 0 79.16667%;
    }
    .col-sm-20
    {
        max-width: 83.33333%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
            -ms-flex: 0 0 83.33333%;
                flex: 0 0 83.33333%;
    }
    .col-sm-21
    {
        max-width: 87.5%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 87.5%;
            -ms-flex: 0 0 87.5%;
                flex: 0 0 87.5%;
    }
    .col-sm-22
    {
        max-width: 91.66667%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
            -ms-flex: 0 0 91.66667%;
                flex: 0 0 91.66667%;
    }
    .col-sm-23
    {
        max-width: 95.83333%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 95.83333%;
            -ms-flex: 0 0 95.83333%;
                flex: 0 0 95.83333%;
    }
    .col-sm-24
    {
        max-width: 100%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
    }
    .pull-sm-0
    {
        right: auto;
    }
    .pull-sm-1
    {
        right: 4.16667%;
    }
    .pull-sm-2
    {
        right: 8.33333%;
    }
    .pull-sm-3
    {
        right: 12.5%;
    }
    .pull-sm-4
    {
        right: 16.66667%;
    }
    .pull-sm-5
    {
        right: 20.83333%;
    }
    .pull-sm-6
    {
        right: 25%;
    }
    .pull-sm-7
    {
        right: 29.16667%;
    }
    .pull-sm-8
    {
        right: 33.33333%;
    }
    .pull-sm-9
    {
        right: 37.5%;
    }
    .pull-sm-10
    {
        right: 41.66667%;
    }
    .pull-sm-11
    {
        right: 45.83333%;
    }
    .pull-sm-12
    {
        right: 50%;
    }
    .pull-sm-13
    {
        right: 54.16667%;
    }
    .pull-sm-14
    {
        right: 58.33333%;
    }
    .pull-sm-15
    {
        right: 62.5%;
    }
    .pull-sm-16
    {
        right: 66.66667%;
    }
    .pull-sm-17
    {
        right: 70.83333%;
    }
    .pull-sm-18
    {
        right: 75%;
    }
    .pull-sm-19
    {
        right: 79.16667%;
    }
    .pull-sm-20
    {
        right: 83.33333%;
    }
    .pull-sm-21
    {
        right: 87.5%;
    }
    .pull-sm-22
    {
        right: 91.66667%;
    }
    .pull-sm-23
    {
        right: 95.83333%;
    }
    .pull-sm-24
    {
        right: 100%;
    }
    .push-sm-0
    {
        left: auto;
    }
    .push-sm-1
    {
        left: 4.16667%;
    }
    .push-sm-2
    {
        left: 8.33333%;
    }
    .push-sm-3
    {
        left: 12.5%;
    }
    .push-sm-4
    {
        left: 16.66667%;
    }
    .push-sm-5
    {
        left: 20.83333%;
    }
    .push-sm-6
    {
        left: 25%;
    }
    .push-sm-7
    {
        left: 29.16667%;
    }
    .push-sm-8
    {
        left: 33.33333%;
    }
    .push-sm-9
    {
        left: 37.5%;
    }
    .push-sm-10
    {
        left: 41.66667%;
    }
    .push-sm-11
    {
        left: 45.83333%;
    }
    .push-sm-12
    {
        left: 50%;
    }
    .push-sm-13
    {
        left: 54.16667%;
    }
    .push-sm-14
    {
        left: 58.33333%;
    }
    .push-sm-15
    {
        left: 62.5%;
    }
    .push-sm-16
    {
        left: 66.66667%;
    }
    .push-sm-17
    {
        left: 70.83333%;
    }
    .push-sm-18
    {
        left: 75%;
    }
    .push-sm-19
    {
        left: 79.16667%;
    }
    .push-sm-20
    {
        left: 83.33333%;
    }
    .push-sm-21
    {
        left: 87.5%;
    }
    .push-sm-22
    {
        left: 91.66667%;
    }
    .push-sm-23
    {
        left: 95.83333%;
    }
    .push-sm-24
    {
        left: 100%;
    }
    .offset-sm-0
    {
        margin-left: 0;
    }
    .offset-sm-1
    {
        margin-left: 4.16667%;
    }
    .offset-sm-2
    {
        margin-left: 8.33333%;
    }
    .offset-sm-3
    {
        margin-left: 12.5%;
    }
    .offset-sm-4
    {
        margin-left: 16.66667%;
    }
    .offset-sm-5
    {
        margin-left: 20.83333%;
    }
    .offset-sm-6
    {
        margin-left: 25%;
    }
    .offset-sm-7
    {
        margin-left: 29.16667%;
    }
    .offset-sm-8
    {
        margin-left: 33.33333%;
    }
    .offset-sm-9
    {
        margin-left: 37.5%;
    }
    .offset-sm-10
    {
        margin-left: 41.66667%;
    }
    .offset-sm-11
    {
        margin-left: 45.83333%;
    }
    .offset-sm-12
    {
        margin-left: 50%;
    }
    .offset-sm-13
    {
        margin-left: 54.16667%;
    }
    .offset-sm-14
    {
        margin-left: 58.33333%;
    }
    .offset-sm-15
    {
        margin-left: 62.5%;
    }
    .offset-sm-16
    {
        margin-left: 66.66667%;
    }
    .offset-sm-17
    {
        margin-left: 70.83333%;
    }
    .offset-sm-18
    {
        margin-left: 75%;
    }
    .offset-sm-19
    {
        margin-left: 79.16667%;
    }
    .offset-sm-20
    {
        margin-left: 83.33333%;
    }
    .offset-sm-21
    {
        margin-left: 87.5%;
    }
    .offset-sm-22
    {
        margin-left: 91.66667%;
    }
    .offset-sm-23
    {
        margin-left: 95.83333%;
    }
}

@media (min-width: 768px)
{
    .col-md
    {
        max-width: 100%; 

        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
                flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
                flex-grow: 1;
    }
    .col-md-auto
    {
        width: auto; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-md-1
    {
        max-width: 4.16667%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 4.16667%;
            -ms-flex: 0 0 4.16667%;
                flex: 0 0 4.16667%;
    }
    .col-md-2
    {
        max-width: 8.33333%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
            -ms-flex: 0 0 8.33333%;
                flex: 0 0 8.33333%;
    }
    .col-md-3
    {
        max-width: 12.5%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 12.5%;
            -ms-flex: 0 0 12.5%;
                flex: 0 0 12.5%;
    }
    .col-md-4
    {
        max-width: 16.66667%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
            -ms-flex: 0 0 16.66667%;
                flex: 0 0 16.66667%;
    }
    .col-md-5
    {
        max-width: 20.83333%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20.83333%;
            -ms-flex: 0 0 20.83333%;
                flex: 0 0 20.83333%;
    }
    .col-md-6
    {
        max-width: 25%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%;
    }
    .col-md-7
    {
        max-width: 29.16667%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 29.16667%;
            -ms-flex: 0 0 29.16667%;
                flex: 0 0 29.16667%;
    }
    .col-md-8
    {
        max-width: 33.33333%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
            -ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
    }
    .col-md-9
    {
        max-width: 37.5%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 37.5%;
            -ms-flex: 0 0 37.5%;
                flex: 0 0 37.5%;
    }
    .col-md-10
    {
        max-width: 41.66667%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
            -ms-flex: 0 0 41.66667%;
                flex: 0 0 41.66667%;
    }
    .col-md-11
    {
        max-width: 45.83333%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 45.83333%;
            -ms-flex: 0 0 45.83333%;
                flex: 0 0 45.83333%;
    }
    .col-md-12
    {
        max-width: 50%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
    }
    .col-md-13
    {
        max-width: 54.16667%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 54.16667%;
            -ms-flex: 0 0 54.16667%;
                flex: 0 0 54.16667%;
    }
    .col-md-14
    {
        max-width: 58.33333%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
            -ms-flex: 0 0 58.33333%;
                flex: 0 0 58.33333%;
    }
    .col-md-15
    {
        max-width: 62.5%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 62.5%;
            -ms-flex: 0 0 62.5%;
                flex: 0 0 62.5%;
    }
    .col-md-16
    {
        max-width: 66.66667%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
            -ms-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;
    }
    .col-md-17
    {
        max-width: 70.83333%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 70.83333%;
            -ms-flex: 0 0 70.83333%;
                flex: 0 0 70.83333%;
    }
    .col-md-18
    {
        max-width: 75%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
            -ms-flex: 0 0 75%;
                flex: 0 0 75%;
    }
    .col-md-19
    {
        max-width: 79.16667%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 79.16667%;
            -ms-flex: 0 0 79.16667%;
                flex: 0 0 79.16667%;
    }
    .col-md-20
    {
        max-width: 83.33333%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
            -ms-flex: 0 0 83.33333%;
                flex: 0 0 83.33333%;
    }
    .col-md-21
    {
        max-width: 87.5%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 87.5%;
            -ms-flex: 0 0 87.5%;
                flex: 0 0 87.5%;
    }
    .col-md-22
    {
        max-width: 91.66667%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
            -ms-flex: 0 0 91.66667%;
                flex: 0 0 91.66667%;
    }
    .col-md-23
    {
        max-width: 95.83333%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 95.83333%;
            -ms-flex: 0 0 95.83333%;
                flex: 0 0 95.83333%;
    }
    .col-md-24
    {
        max-width: 100%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
    }
    .pull-md-0
    {
        right: auto;
    }
    .pull-md-1
    {
        right: 4.16667%;
    }
    .pull-md-2
    {
        right: 8.33333%;
    }
    .pull-md-3
    {
        right: 12.5%;
    }
    .pull-md-4
    {
        right: 16.66667%;
    }
    .pull-md-5
    {
        right: 20.83333%;
    }
    .pull-md-6
    {
        right: 25%;
    }
    .pull-md-7
    {
        right: 29.16667%;
    }
    .pull-md-8
    {
        right: 33.33333%;
    }
    .pull-md-9
    {
        right: 37.5%;
    }
    .pull-md-10
    {
        right: 41.66667%;
    }
    .pull-md-11
    {
        right: 45.83333%;
    }
    .pull-md-12
    {
        right: 50%;
    }
    .pull-md-13
    {
        right: 54.16667%;
    }
    .pull-md-14
    {
        right: 58.33333%;
    }
    .pull-md-15
    {
        right: 62.5%;
    }
    .pull-md-16
    {
        right: 66.66667%;
    }
    .pull-md-17
    {
        right: 70.83333%;
    }
    .pull-md-18
    {
        right: 75%;
    }
    .pull-md-19
    {
        right: 79.16667%;
    }
    .pull-md-20
    {
        right: 83.33333%;
    }
    .pull-md-21
    {
        right: 87.5%;
    }
    .pull-md-22
    {
        right: 91.66667%;
    }
    .pull-md-23
    {
        right: 95.83333%;
    }
    .pull-md-24
    {
        right: 100%;
    }
    .push-md-0
    {
        left: auto;
    }
    .push-md-1
    {
        left: 4.16667%;
    }
    .push-md-2
    {
        left: 8.33333%;
    }
    .push-md-3
    {
        left: 12.5%;
    }
    .push-md-4
    {
        left: 16.66667%;
    }
    .push-md-5
    {
        left: 20.83333%;
    }
    .push-md-6
    {
        left: 25%;
    }
    .push-md-7
    {
        left: 29.16667%;
    }
    .push-md-8
    {
        left: 33.33333%;
    }
    .push-md-9
    {
        left: 37.5%;
    }
    .push-md-10
    {
        left: 41.66667%;
    }
    .push-md-11
    {
        left: 45.83333%;
    }
    .push-md-12
    {
        left: 50%;
    }
    .push-md-13
    {
        left: 54.16667%;
    }
    .push-md-14
    {
        left: 58.33333%;
    }
    .push-md-15
    {
        left: 62.5%;
    }
    .push-md-16
    {
        left: 66.66667%;
    }
    .push-md-17
    {
        left: 70.83333%;
    }
    .push-md-18
    {
        left: 75%;
    }
    .push-md-19
    {
        left: 79.16667%;
    }
    .push-md-20
    {
        left: 83.33333%;
    }
    .push-md-21
    {
        left: 87.5%;
    }
    .push-md-22
    {
        left: 91.66667%;
    }
    .push-md-23
    {
        left: 95.83333%;
    }
    .push-md-24
    {
        left: 100%;
    }
    .offset-md-0
    {
        margin-left: 0;
    }
    .offset-md-1
    {
        margin-left: 4.16667%;
    }
    .offset-md-2
    {
        margin-left: 8.33333%;
    }
    .offset-md-3
    {
        margin-left: 12.5%;
    }
    .offset-md-4
    {
        margin-left: 16.66667%;
    }
    .offset-md-5
    {
        margin-left: 20.83333%;
    }
    .offset-md-6
    {
        margin-left: 25%;
    }
    .offset-md-7
    {
        margin-left: 29.16667%;
    }
    .offset-md-8
    {
        margin-left: 33.33333%;
    }
    .offset-md-9
    {
        margin-left: 37.5%;
    }
    .offset-md-10
    {
        margin-left: 41.66667%;
    }
    .offset-md-11
    {
        margin-left: 45.83333%;
    }
    .offset-md-12
    {
        margin-left: 50%;
    }
    .offset-md-13
    {
        margin-left: 54.16667%;
    }
    .offset-md-14
    {
        margin-left: 58.33333%;
    }
    .offset-md-15
    {
        margin-left: 62.5%;
    }
    .offset-md-16
    {
        margin-left: 66.66667%;
    }
    .offset-md-17
    {
        margin-left: 70.83333%;
    }
    .offset-md-18
    {
        margin-left: 75%;
    }
    .offset-md-19
    {
        margin-left: 79.16667%;
    }
    .offset-md-20
    {
        margin-left: 83.33333%;
    }
    .offset-md-21
    {
        margin-left: 87.5%;
    }
    .offset-md-22
    {
        margin-left: 91.66667%;
    }
    .offset-md-23
    {
        margin-left: 95.83333%;
    }
}

@media (min-width: 992px)
{
    .col-lg
    {
        max-width: 100%; 

        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
                flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
                flex-grow: 1;
    }
    .col-lg-auto
    {
        width: auto; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-lg-1
    {
        max-width: 4.16667%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 4.16667%;
            -ms-flex: 0 0 4.16667%;
                flex: 0 0 4.16667%;
    }
    .col-lg-2
    {
        max-width: 8.33333%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
            -ms-flex: 0 0 8.33333%;
                flex: 0 0 8.33333%;
    }
    .col-lg-3
    {
        max-width: 12.5%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 12.5%;
            -ms-flex: 0 0 12.5%;
                flex: 0 0 12.5%;
    }
    .col-lg-4
    {
        max-width: 16.66667%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
            -ms-flex: 0 0 16.66667%;
                flex: 0 0 16.66667%;
    }
    .col-lg-5
    {
        max-width: 20.83333%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20.83333%;
            -ms-flex: 0 0 20.83333%;
                flex: 0 0 20.83333%;
    }
    .col-lg-6
    {
        max-width: 25%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%;
    }
    .col-lg-7
    {
        max-width: 29.16667%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 29.16667%;
            -ms-flex: 0 0 29.16667%;
                flex: 0 0 29.16667%;
    }
    .col-lg-8
    {
        max-width: 33.33333%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
            -ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
    }
    .col-lg-9
    {
        max-width: 37.5%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 37.5%;
            -ms-flex: 0 0 37.5%;
                flex: 0 0 37.5%;
    }
    .col-lg-10
    {
        max-width: 41.66667%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
            -ms-flex: 0 0 41.66667%;
                flex: 0 0 41.66667%;
    }
    .col-lg-11
    {
        max-width: 45.83333%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 45.83333%;
            -ms-flex: 0 0 45.83333%;
                flex: 0 0 45.83333%;
    }
    .col-lg-12
    {
        max-width: 50%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
    }
    .col-lg-13
    {
        max-width: 54.16667%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 54.16667%;
            -ms-flex: 0 0 54.16667%;
                flex: 0 0 54.16667%;
    }
    .col-lg-14
    {
        max-width: 58.33333%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
            -ms-flex: 0 0 58.33333%;
                flex: 0 0 58.33333%;
    }
    .col-lg-15
    {
        max-width: 62.5%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 62.5%;
            -ms-flex: 0 0 62.5%;
                flex: 0 0 62.5%;
    }
    .col-lg-16
    {
        max-width: 66.66667%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
            -ms-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;
    }
    .col-lg-17
    {
        max-width: 70.83333%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 70.83333%;
            -ms-flex: 0 0 70.83333%;
                flex: 0 0 70.83333%;
    }
    .col-lg-18
    {
        max-width: 75%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
            -ms-flex: 0 0 75%;
                flex: 0 0 75%;
    }
    .col-lg-19
    {
        max-width: 79.16667%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 79.16667%;
            -ms-flex: 0 0 79.16667%;
                flex: 0 0 79.16667%;
    }
    .col-lg-20
    {
        max-width: 83.33333%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
            -ms-flex: 0 0 83.33333%;
                flex: 0 0 83.33333%;
    }
    .col-lg-21
    {
        max-width: 87.5%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 87.5%;
            -ms-flex: 0 0 87.5%;
                flex: 0 0 87.5%;
    }
    .col-lg-22
    {
        max-width: 91.66667%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
            -ms-flex: 0 0 91.66667%;
                flex: 0 0 91.66667%;
    }
    .col-lg-23
    {
        max-width: 95.83333%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 95.83333%;
            -ms-flex: 0 0 95.83333%;
                flex: 0 0 95.83333%;
    }
    .col-lg-24
    {
        max-width: 100%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
    }
    .pull-lg-0
    {
        right: auto;
    }
    .pull-lg-1
    {
        right: 4.16667%;
    }
    .pull-lg-2
    {
        right: 8.33333%;
    }
    .pull-lg-3
    {
        right: 12.5%;
    }
    .pull-lg-4
    {
        right: 16.66667%;
    }
    .pull-lg-5
    {
        right: 20.83333%;
    }
    .pull-lg-6
    {
        right: 25%;
    }
    .pull-lg-7
    {
        right: 29.16667%;
    }
    .pull-lg-8
    {
        right: 33.33333%;
    }
    .pull-lg-9
    {
        right: 37.5%;
    }
    .pull-lg-10
    {
        right: 41.66667%;
    }
    .pull-lg-11
    {
        right: 45.83333%;
    }
    .pull-lg-12
    {
        right: 50%;
    }
    .pull-lg-13
    {
        right: 54.16667%;
    }
    .pull-lg-14
    {
        right: 58.33333%;
    }
    .pull-lg-15
    {
        right: 62.5%;
    }
    .pull-lg-16
    {
        right: 66.66667%;
    }
    .pull-lg-17
    {
        right: 70.83333%;
    }
    .pull-lg-18
    {
        right: 75%;
    }
    .pull-lg-19
    {
        right: 79.16667%;
    }
    .pull-lg-20
    {
        right: 83.33333%;
    }
    .pull-lg-21
    {
        right: 87.5%;
    }
    .pull-lg-22
    {
        right: 91.66667%;
    }
    .pull-lg-23
    {
        right: 95.83333%;
    }
    .pull-lg-24
    {
        right: 100%;
    }
    .push-lg-0
    {
        left: auto;
    }
    .push-lg-1
    {
        left: 4.16667%;
    }
    .push-lg-2
    {
        left: 8.33333%;
    }
    .push-lg-3
    {
        left: 12.5%;
    }
    .push-lg-4
    {
        left: 16.66667%;
    }
    .push-lg-5
    {
        left: 20.83333%;
    }
    .push-lg-6
    {
        left: 25%;
    }
    .push-lg-7
    {
        left: 29.16667%;
    }
    .push-lg-8
    {
        left: 33.33333%;
    }
    .push-lg-9
    {
        left: 37.5%;
    }
    .push-lg-10
    {
        left: 41.66667%;
    }
    .push-lg-11
    {
        left: 45.83333%;
    }
    .push-lg-12
    {
        left: 50%;
    }
    .push-lg-13
    {
        left: 54.16667%;
    }
    .push-lg-14
    {
        left: 58.33333%;
    }
    .push-lg-15
    {
        left: 62.5%;
    }
    .push-lg-16
    {
        left: 66.66667%;
    }
    .push-lg-17
    {
        left: 70.83333%;
    }
    .push-lg-18
    {
        left: 75%;
    }
    .push-lg-19
    {
        left: 79.16667%;
    }
    .push-lg-20
    {
        left: 83.33333%;
    }
    .push-lg-21
    {
        left: 87.5%;
    }
    .push-lg-22
    {
        left: 91.66667%;
    }
    .push-lg-23
    {
        left: 95.83333%;
    }
    .push-lg-24
    {
        left: 100%;
    }
    .offset-lg-0
    {
        margin-left: 0;
    }
    .offset-lg-1
    {
        margin-left: 4.16667%;
    }
    .offset-lg-2
    {
        margin-left: 8.33333%;
    }
    .offset-lg-3
    {
        margin-left: 12.5%;
    }
    .offset-lg-4
    {
        margin-left: 16.66667%;
    }
    .offset-lg-5
    {
        margin-left: 20.83333%;
    }
    .offset-lg-6
    {
        margin-left: 25%;
    }
    .offset-lg-7
    {
        margin-left: 29.16667%;
    }
    .offset-lg-8
    {
        margin-left: 33.33333%;
    }
    .offset-lg-9
    {
        margin-left: 37.5%;
    }
    .offset-lg-10
    {
        margin-left: 41.66667%;
    }
    .offset-lg-11
    {
        margin-left: 45.83333%;
    }
    .offset-lg-12
    {
        margin-left: 50%;
    }
    .offset-lg-13
    {
        margin-left: 54.16667%;
    }
    .offset-lg-14
    {
        margin-left: 58.33333%;
    }
    .offset-lg-15
    {
        margin-left: 62.5%;
    }
    .offset-lg-16
    {
        margin-left: 66.66667%;
    }
    .offset-lg-17
    {
        margin-left: 70.83333%;
    }
    .offset-lg-18
    {
        margin-left: 75%;
    }
    .offset-lg-19
    {
        margin-left: 79.16667%;
    }
    .offset-lg-20
    {
        margin-left: 83.33333%;
    }
    .offset-lg-21
    {
        margin-left: 87.5%;
    }
    .offset-lg-22
    {
        margin-left: 91.66667%;
    }
    .offset-lg-23
    {
        margin-left: 95.83333%;
    }
}

@media (min-width: 1200px)
{
    .col-xl
    {
        max-width: 100%; 

        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
                flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
                flex-grow: 1;
    }
    .col-xl-auto
    {
        width: auto; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
    }
    .col-xl-1
    {
        max-width: 4.16667%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 4.16667%;
            -ms-flex: 0 0 4.16667%;
                flex: 0 0 4.16667%;
    }
    .col-xl-2
    {
        max-width: 8.33333%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
            -ms-flex: 0 0 8.33333%;
                flex: 0 0 8.33333%;
    }
    .col-xl-3
    {
        max-width: 12.5%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 12.5%;
            -ms-flex: 0 0 12.5%;
                flex: 0 0 12.5%;
    }
    .col-xl-4
    {
        max-width: 16.66667%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
            -ms-flex: 0 0 16.66667%;
                flex: 0 0 16.66667%;
    }
    .col-xl-5
    {
        max-width: 20.83333%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20.83333%;
            -ms-flex: 0 0 20.83333%;
                flex: 0 0 20.83333%;
    }
    .col-xl-6
    {
        max-width: 25%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%;
    }
    .col-xl-7
    {
        max-width: 29.16667%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 29.16667%;
            -ms-flex: 0 0 29.16667%;
                flex: 0 0 29.16667%;
    }
    .col-xl-8
    {
        max-width: 33.33333%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
            -ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
    }
    .col-xl-9
    {
        max-width: 37.5%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 37.5%;
            -ms-flex: 0 0 37.5%;
                flex: 0 0 37.5%;
    }
    .col-xl-10
    {
        max-width: 41.66667%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
            -ms-flex: 0 0 41.66667%;
                flex: 0 0 41.66667%;
    }
    .col-xl-11
    {
        max-width: 45.83333%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 45.83333%;
            -ms-flex: 0 0 45.83333%;
                flex: 0 0 45.83333%;
    }
    .col-xl-12
    {
        max-width: 50%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
    }
    .col-xl-13
    {
        max-width: 54.16667%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 54.16667%;
            -ms-flex: 0 0 54.16667%;
                flex: 0 0 54.16667%;
    }
    .col-xl-14
    {
        max-width: 58.33333%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
            -ms-flex: 0 0 58.33333%;
                flex: 0 0 58.33333%;
    }
    .col-xl-15
    {
        max-width: 62.5%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 62.5%;
            -ms-flex: 0 0 62.5%;
                flex: 0 0 62.5%;
    }
    .col-xl-16
    {
        max-width: 66.66667%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
            -ms-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;
    }
    .col-xl-17
    {
        max-width: 70.83333%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 70.83333%;
            -ms-flex: 0 0 70.83333%;
                flex: 0 0 70.83333%;
    }
    .col-xl-18
    {
        max-width: 75%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
            -ms-flex: 0 0 75%;
                flex: 0 0 75%;
    }
    .col-xl-19
    {
        max-width: 79.16667%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 79.16667%;
            -ms-flex: 0 0 79.16667%;
                flex: 0 0 79.16667%;
    }
    .col-xl-20
    {
        max-width: 83.33333%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
            -ms-flex: 0 0 83.33333%;
                flex: 0 0 83.33333%;
    }
    .col-xl-21
    {
        max-width: 87.5%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 87.5%;
            -ms-flex: 0 0 87.5%;
                flex: 0 0 87.5%;
    }
    .col-xl-22
    {
        max-width: 91.66667%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
            -ms-flex: 0 0 91.66667%;
                flex: 0 0 91.66667%;
    }
    .col-xl-23
    {
        max-width: 95.83333%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 95.83333%;
            -ms-flex: 0 0 95.83333%;
                flex: 0 0 95.83333%;
    }
    .col-xl-24
    {
        max-width: 100%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
    }
    .pull-xl-0
    {
        right: auto;
    }
    .pull-xl-1
    {
        right: 4.16667%;
    }
    .pull-xl-2
    {
        right: 8.33333%;
    }
    .pull-xl-3
    {
        right: 12.5%;
    }
    .pull-xl-4
    {
        right: 16.66667%;
    }
    .pull-xl-5
    {
        right: 20.83333%;
    }
    .pull-xl-6
    {
        right: 25%;
    }
    .pull-xl-7
    {
        right: 29.16667%;
    }
    .pull-xl-8
    {
        right: 33.33333%;
    }
    .pull-xl-9
    {
        right: 37.5%;
    }
    .pull-xl-10
    {
        right: 41.66667%;
    }
    .pull-xl-11
    {
        right: 45.83333%;
    }
    .pull-xl-12
    {
        right: 50%;
    }
    .pull-xl-13
    {
        right: 54.16667%;
    }
    .pull-xl-14
    {
        right: 58.33333%;
    }
    .pull-xl-15
    {
        right: 62.5%;
    }
    .pull-xl-16
    {
        right: 66.66667%;
    }
    .pull-xl-17
    {
        right: 70.83333%;
    }
    .pull-xl-18
    {
        right: 75%;
    }
    .pull-xl-19
    {
        right: 79.16667%;
    }
    .pull-xl-20
    {
        right: 83.33333%;
    }
    .pull-xl-21
    {
        right: 87.5%;
    }
    .pull-xl-22
    {
        right: 91.66667%;
    }
    .pull-xl-23
    {
        right: 95.83333%;
    }
    .pull-xl-24
    {
        right: 100%;
    }
    .push-xl-0
    {
        left: auto;
    }
    .push-xl-1
    {
        left: 4.16667%;
    }
    .push-xl-2
    {
        left: 8.33333%;
    }
    .push-xl-3
    {
        left: 12.5%;
    }
    .push-xl-4
    {
        left: 16.66667%;
    }
    .push-xl-5
    {
        left: 20.83333%;
    }
    .push-xl-6
    {
        left: 25%;
    }
    .push-xl-7
    {
        left: 29.16667%;
    }
    .push-xl-8
    {
        left: 33.33333%;
    }
    .push-xl-9
    {
        left: 37.5%;
    }
    .push-xl-10
    {
        left: 41.66667%;
    }
    .push-xl-11
    {
        left: 45.83333%;
    }
    .push-xl-12
    {
        left: 50%;
    }
    .push-xl-13
    {
        left: 54.16667%;
    }
    .push-xl-14
    {
        left: 58.33333%;
    }
    .push-xl-15
    {
        left: 62.5%;
    }
    .push-xl-16
    {
        left: 66.66667%;
    }
    .push-xl-17
    {
        left: 70.83333%;
    }
    .push-xl-18
    {
        left: 75%;
    }
    .push-xl-19
    {
        left: 79.16667%;
    }
    .push-xl-20
    {
        left: 83.33333%;
    }
    .push-xl-21
    {
        left: 87.5%;
    }
    .push-xl-22
    {
        left: 91.66667%;
    }
    .push-xl-23
    {
        left: 95.83333%;
    }
    .push-xl-24
    {
        left: 100%;
    }
    .offset-xl-0
    {
        margin-left: 0;
    }
    .offset-xl-1
    {
        margin-left: 4.16667%;
    }
    .offset-xl-2
    {
        margin-left: 8.33333%;
    }
    .offset-xl-3
    {
        margin-left: 12.5%;
    }
    .offset-xl-4
    {
        margin-left: 16.66667%;
    }
    .offset-xl-5
    {
        margin-left: 20.83333%;
    }
    .offset-xl-6
    {
        margin-left: 25%;
    }
    .offset-xl-7
    {
        margin-left: 29.16667%;
    }
    .offset-xl-8
    {
        margin-left: 33.33333%;
    }
    .offset-xl-9
    {
        margin-left: 37.5%;
    }
    .offset-xl-10
    {
        margin-left: 41.66667%;
    }
    .offset-xl-11
    {
        margin-left: 45.83333%;
    }
    .offset-xl-12
    {
        margin-left: 50%;
    }
    .offset-xl-13
    {
        margin-left: 54.16667%;
    }
    .offset-xl-14
    {
        margin-left: 58.33333%;
    }
    .offset-xl-15
    {
        margin-left: 62.5%;
    }
    .offset-xl-16
    {
        margin-left: 66.66667%;
    }
    .offset-xl-17
    {
        margin-left: 70.83333%;
    }
    .offset-xl-18
    {
        margin-left: 75%;
    }
    .offset-xl-19
    {
        margin-left: 79.16667%;
    }
    .offset-xl-20
    {
        margin-left: 83.33333%;
    }
    .offset-xl-21
    {
        margin-left: 87.5%;
    }
    .offset-xl-22
    {
        margin-left: 91.66667%;
    }
    .offset-xl-23
    {
        margin-left: 95.83333%;
    }
}

/* Flex variation */
.flex
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}

.w-25
{
    width: 25% !important;
}

.w-50
{
    width: 50% !important;
}

.w-75
{
    width: 75% !important;
}

.w-100
{
    width: 100% !important;
}

.h-25
{
    height: 25% !important;
}

.h-50
{
    height: 50% !important;
}

.h-75
{
    height: 75% !important;
}

.h-100
{
    height: 100% !important;
}

.flex-first
{
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
            order: -1;
}

.flex-last
{
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
            order: 1;
}

.flex-unordered
{
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
            order: 0;
}

.flex-row
{
            flex-direction: row !important; 

    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
}

.flex-column
{
            flex-direction: column !important; 

    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
}

.flex-row-reverse
{
            flex-direction: row-reverse !important; 

    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
}

.flex-column-reverse
{
            flex-direction: column-reverse !important; 

    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
}

.flex-wrap
{
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
}

.flex-nowrap
{
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
}

.flex-wrap-reverse
{
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
}

.justify-content-start
{
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
            justify-content: flex-start !important;
}

.justify-content-end
{
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
            justify-content: flex-end !important;
}

.justify-content-center
{
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
            justify-content: center !important;
}

.justify-content-between
{
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
            justify-content: space-between !important;
}

.justify-content-around
{
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
}

.align-items-start
{
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
            align-items: flex-start !important;
}

.align-items-end
{
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
            align-items: flex-end !important;
}

.align-items-center
{
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
            align-items: center !important;
}

.align-items-baseline
{
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
            align-items: baseline !important;
}

.align-items-stretch
{
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
            align-items: stretch !important;
}

.align-content-start
{
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
}

.align-content-end
{
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
}

.align-content-center
{
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
            align-content: center !important;
}

.align-content-between
{
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
}

.align-content-around
{
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
}

.align-content-stretch
{
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
}

.align-self-auto
{
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
            align-self: auto !important;
}

.align-self-start
{
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
            align-self: flex-start !important;
}

.align-self-end
{
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
            align-self: flex-end !important;
}

.align-self-center
{
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
            align-self: center !important;
}

.align-self-baseline
{
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
}

.align-self-stretch
{
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
            align-self: stretch !important;
}

@media (min-width: 576px)
{
    .flex-sm-first
    {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
                order: -1;
    }
    .flex-sm-last
    {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
                order: 1;
    }
    .flex-sm-unordered
    {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
                order: 0;
    }
    .flex-sm-row
    {
                flex-direction: row !important; 

        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
            -ms-flex-direction: row !important;
    }
    .flex-sm-column
    {
                flex-direction: column !important; 

        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
            -ms-flex-direction: column !important;
    }
    .flex-sm-row-reverse
    {
                flex-direction: row-reverse !important; 

        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
            -ms-flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse
    {
                flex-direction: column-reverse !important; 

        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
            -ms-flex-direction: column-reverse !important;
    }
    .flex-sm-wrap
    {
        -webkit-flex-wrap: wrap !important;
            -ms-flex-wrap: wrap !important;
                flex-wrap: wrap !important;
    }
    .flex-sm-nowrap
    {
        -webkit-flex-wrap: nowrap !important;
            -ms-flex-wrap: nowrap !important;
                flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse
    {
        -webkit-flex-wrap: wrap-reverse !important;
            -ms-flex-wrap: wrap-reverse !important;
                flex-wrap: wrap-reverse !important;
    }
    .justify-content-sm-start
    {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
                justify-content: flex-start !important;
    }
    .justify-content-sm-end
    {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
                justify-content: flex-end !important;
    }
    .justify-content-sm-center
    {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
                justify-content: center !important;
    }
    .justify-content-sm-between
    {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
                justify-content: space-between !important;
    }
    .justify-content-sm-around
    {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
                justify-content: space-around !important;
    }
    .align-items-sm-start
    {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
                align-items: flex-start !important;
    }
    .align-items-sm-end
    {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
                align-items: flex-end !important;
    }
    .align-items-sm-center
    {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
                align-items: center !important;
    }
    .align-items-sm-baseline
    {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
                align-items: baseline !important;
    }
    .align-items-sm-stretch
    {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
                align-items: stretch !important;
    }
    .align-content-sm-start
    {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
                align-content: flex-start !important;
    }
    .align-content-sm-end
    {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
                align-content: flex-end !important;
    }
    .align-content-sm-center
    {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
                align-content: center !important;
    }
    .align-content-sm-between
    {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
                align-content: space-between !important;
    }
    .align-content-sm-around
    {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
                align-content: space-around !important;
    }
    .align-content-sm-stretch
    {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
                align-content: stretch !important;
    }
    .align-self-sm-auto
    {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
                align-self: auto !important;
    }
    .align-self-sm-start
    {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
                align-self: flex-start !important;
    }
    .align-self-sm-end
    {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
                align-self: flex-end !important;
    }
    .align-self-sm-center
    {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
                align-self: center !important;
    }
    .align-self-sm-baseline
    {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
                align-self: baseline !important;
    }
    .align-self-sm-stretch
    {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
                align-self: stretch !important;
    }
}

@media (min-width: 768px)
{
    .flex-md-first
    {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
                order: -1;
    }
    .flex-md-last
    {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
                order: 1;
    }
    .flex-md-unordered
    {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
                order: 0;
    }
    .flex-md-row
    {
                flex-direction: row !important; 

        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
            -ms-flex-direction: row !important;
    }
    .flex-md-column
    {
                flex-direction: column !important; 

        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
            -ms-flex-direction: column !important;
    }
    .flex-md-row-reverse
    {
                flex-direction: row-reverse !important; 

        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
            -ms-flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse
    {
                flex-direction: column-reverse !important; 

        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
            -ms-flex-direction: column-reverse !important;
    }
    .flex-md-wrap
    {
        -webkit-flex-wrap: wrap !important;
            -ms-flex-wrap: wrap !important;
                flex-wrap: wrap !important;
    }
    .flex-md-nowrap
    {
        -webkit-flex-wrap: nowrap !important;
            -ms-flex-wrap: nowrap !important;
                flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse
    {
        -webkit-flex-wrap: wrap-reverse !important;
            -ms-flex-wrap: wrap-reverse !important;
                flex-wrap: wrap-reverse !important;
    }
    .justify-content-md-start
    {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
                justify-content: flex-start !important;
    }
    .justify-content-md-end
    {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
                justify-content: flex-end !important;
    }
    .justify-content-md-center
    {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
                justify-content: center !important;
    }
    .justify-content-md-between
    {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
                justify-content: space-between !important;
    }
    .justify-content-md-around
    {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
                justify-content: space-around !important;
    }
    .align-items-md-start
    {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
                align-items: flex-start !important;
    }
    .align-items-md-end
    {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
                align-items: flex-end !important;
    }
    .align-items-md-center
    {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
                align-items: center !important;
    }
    .align-items-md-baseline
    {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
                align-items: baseline !important;
    }
    .align-items-md-stretch
    {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
                align-items: stretch !important;
    }
    .align-content-md-start
    {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
                align-content: flex-start !important;
    }
    .align-content-md-end
    {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
                align-content: flex-end !important;
    }
    .align-content-md-center
    {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
                align-content: center !important;
    }
    .align-content-md-between
    {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
                align-content: space-between !important;
    }
    .align-content-md-around
    {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
                align-content: space-around !important;
    }
    .align-content-md-stretch
    {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
                align-content: stretch !important;
    }
    .align-self-md-auto
    {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
                align-self: auto !important;
    }
    .align-self-md-start
    {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
                align-self: flex-start !important;
    }
    .align-self-md-end
    {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
                align-self: flex-end !important;
    }
    .align-self-md-center
    {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
                align-self: center !important;
    }
    .align-self-md-baseline
    {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
                align-self: baseline !important;
    }
    .align-self-md-stretch
    {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
                align-self: stretch !important;
    }
}

@media (min-width: 992px)
{
    .flex-lg-first
    {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
                order: -1;
    }
    .flex-lg-last
    {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
                order: 1;
    }
    .flex-lg-unordered
    {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
                order: 0;
    }
    .flex-lg-row
    {
                flex-direction: row !important; 

        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
            -ms-flex-direction: row !important;
    }
    .flex-lg-column
    {
                flex-direction: column !important; 

        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
            -ms-flex-direction: column !important;
    }
    .flex-lg-row-reverse
    {
                flex-direction: row-reverse !important; 

        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
            -ms-flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse
    {
                flex-direction: column-reverse !important; 

        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
            -ms-flex-direction: column-reverse !important;
    }
    .flex-lg-wrap
    {
        -webkit-flex-wrap: wrap !important;
            -ms-flex-wrap: wrap !important;
                flex-wrap: wrap !important;
    }
    .flex-lg-nowrap
    {
        -webkit-flex-wrap: nowrap !important;
            -ms-flex-wrap: nowrap !important;
                flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse
    {
        -webkit-flex-wrap: wrap-reverse !important;
            -ms-flex-wrap: wrap-reverse !important;
                flex-wrap: wrap-reverse !important;
    }
    .justify-content-lg-start
    {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
                justify-content: flex-start !important;
    }
    .justify-content-lg-end
    {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
                justify-content: flex-end !important;
    }
    .justify-content-lg-center
    {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
                justify-content: center !important;
    }
    .justify-content-lg-between
    {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
                justify-content: space-between !important;
    }
    .justify-content-lg-around
    {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
                justify-content: space-around !important;
    }
    .align-items-lg-start
    {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
                align-items: flex-start !important;
    }
    .align-items-lg-end
    {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
                align-items: flex-end !important;
    }
    .align-items-lg-center
    {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
                align-items: center !important;
    }
    .align-items-lg-baseline
    {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
                align-items: baseline !important;
    }
    .align-items-lg-stretch
    {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
                align-items: stretch !important;
    }
    .align-content-lg-start
    {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
                align-content: flex-start !important;
    }
    .align-content-lg-end
    {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
                align-content: flex-end !important;
    }
    .align-content-lg-center
    {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
                align-content: center !important;
    }
    .align-content-lg-between
    {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
                align-content: space-between !important;
    }
    .align-content-lg-around
    {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
                align-content: space-around !important;
    }
    .align-content-lg-stretch
    {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
                align-content: stretch !important;
    }
    .align-self-lg-auto
    {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
                align-self: auto !important;
    }
    .align-self-lg-start
    {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
                align-self: flex-start !important;
    }
    .align-self-lg-end
    {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
                align-self: flex-end !important;
    }
    .align-self-lg-center
    {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
                align-self: center !important;
    }
    .align-self-lg-baseline
    {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
                align-self: baseline !important;
    }
    .align-self-lg-stretch
    {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
                align-self: stretch !important;
    }
}

@media (min-width: 1200px)
{
    .flex-xl-first
    {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
                order: -1;
    }
    .flex-xl-last
    {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
                order: 1;
    }
    .flex-xl-unordered
    {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
                order: 0;
    }
    .flex-xl-row
    {
                flex-direction: row !important; 

        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
            -ms-flex-direction: row !important;
    }
    .flex-xl-column
    {
                flex-direction: column !important; 

        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
            -ms-flex-direction: column !important;
    }
    .flex-xl-row-reverse
    {
                flex-direction: row-reverse !important; 

        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
            -ms-flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse
    {
                flex-direction: column-reverse !important; 

        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
            -ms-flex-direction: column-reverse !important;
    }
    .flex-xl-wrap
    {
        -webkit-flex-wrap: wrap !important;
            -ms-flex-wrap: wrap !important;
                flex-wrap: wrap !important;
    }
    .flex-xl-nowrap
    {
        -webkit-flex-wrap: nowrap !important;
            -ms-flex-wrap: nowrap !important;
                flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse
    {
        -webkit-flex-wrap: wrap-reverse !important;
            -ms-flex-wrap: wrap-reverse !important;
                flex-wrap: wrap-reverse !important;
    }
    .justify-content-xl-start
    {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
                justify-content: flex-start !important;
    }
    .justify-content-xl-end
    {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
                justify-content: flex-end !important;
    }
    .justify-content-xl-center
    {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
                justify-content: center !important;
    }
    .justify-content-xl-between
    {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
                justify-content: space-between !important;
    }
    .justify-content-xl-around
    {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
                justify-content: space-around !important;
    }
    .align-items-xl-start
    {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
                align-items: flex-start !important;
    }
    .align-items-xl-end
    {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
                align-items: flex-end !important;
    }
    .align-items-xl-center
    {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
                align-items: center !important;
    }
    .align-items-xl-baseline
    {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
                align-items: baseline !important;
    }
    .align-items-xl-stretch
    {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
                align-items: stretch !important;
    }
    .align-content-xl-start
    {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
                align-content: flex-start !important;
    }
    .align-content-xl-end
    {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
                align-content: flex-end !important;
    }
    .align-content-xl-center
    {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
                align-content: center !important;
    }
    .align-content-xl-between
    {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
                align-content: space-between !important;
    }
    .align-content-xl-around
    {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
                align-content: space-around !important;
    }
    .align-content-xl-stretch
    {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
                align-content: stretch !important;
    }
    .align-self-xl-auto
    {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
                align-self: auto !important;
    }
    .align-self-xl-start
    {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
                align-self: flex-start !important;
    }
    .align-self-xl-end
    {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
                align-self: flex-end !important;
    }
    .align-self-xl-center
    {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
                align-self: center !important;
    }
    .align-self-xl-baseline
    {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
                align-self: baseline !important;
    }
    .align-self-xl-stretch
    {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
                align-self: stretch !important;
    }
}

.dropup,
.dropdown
{
    position: relative;
}

.dropdown-toggle::before
{
    display: inline-block;

    padding-right: 1rem; 

    content: url('../images/img/icon-menu.png');
    vertical-align: middle;
}

.dropdown-toggle:focus
{
    outline: 0;
}

.dropup .dropdown-toggle::after
{
    border-top: 0;
    border-bottom: .3em solid;
}

.dropdown-menu
{
    font-size: 1rem;

    position: absolute;
    z-index: 1000;
    top: 100%;
    left: 0;

    display: none;
    float: left;

    width: 100%;
    min-width: 10rem;

    list-style: none;

    text-align: left;

    color: #292b2c;
    background-color: #fff;
    background-clip: padding-box;
}

.dropdown-item
{
    font-weight: normal;
    font-weight: 500;
    line-height: 45px;

    display: block;
    clear: both;

    width: 100%;
    padding: 0;

    -webkit-transition: .5s;
            transition: .5s;
    text-align: center;
    white-space: nowrap;
    text-transform: uppercase;

    color: #292b2c;
    border: 0;
    background: none;
    background-color: #eee;
    /*@include hover-focus {
    color: $dropdown-link-hover-color;
    text-decoration: none;
    background-color: $dropdown-link-hover-bg;
  }*/
}
.dropdown-item:hover
{
    text-decoration: none; 

    background-color: white;
}
.dropdown-item.active,
.dropdown-item:active
{
    text-decoration: none;

    color: #fff;
    background-color: #333;
}
.dropdown-item.disabled,
.dropdown-item:disabled
{
    cursor: not-allowed;

    color: #636c72;
    background-color: transparent;
}

.show > .dropdown-menu
{
    display: block;
}

.show > a
{
    outline: 0;
}

.dropdown-menu-right
{
    right: 0;
    left: auto;
}

.dropdown-menu-left
{
    right: auto;
    left: 0;
}

.dropdown-header
{
    font-size: .875rem;

    display: block;

    margin-bottom: 0;
    padding: .5rem 1.5rem;

    white-space: nowrap; 

    color: #636c72;
}

.dropdown-backdrop
{
    position: fixed;
    z-index: 990; 
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.dropup .dropdown-menu
{
    top: auto;
    bottom: 100%;

    margin-bottom: .125rem;
}

.nav-pills
{
    position: relative;
    z-index: 1;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
}
.nav-pills .nav-link
{
    font-size: 18px;
    font-weight: 500; 

    text-decoration: underline;

    color: black !important;
}
.nav-pills .nav-link.active
{
    color: #275de6 !important;
}
.nav-pills .nav-link.disabled
{
    color: #636c72;
    border-color: transparent; 
    background-color: transparent;
}

.nav-fill .nav-item
{
    text-align: center; 

    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
}

.nav-justified .nav-item
{
    text-align: center; 

    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
}

.tab-content > .tab-pane
{
    display: none;
}

.tab-content > .active
{
    display: block;
}

.navbar
{
    position: relative;
}
@media (min-width: 991px)
{
    .navbar .navbar-collapse
    {
        display: block;
    }
    .navbar .navbar-nav
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        width: 100%; 

        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
    }
    .navbar .nav-item
    {
        position: relative; 

        display: inline-block;
    }
    .navbar .nav-link
    {
        padding-right: .5rem;
        padding-left: .5rem;
    }
    .navbar .navbar-toggler
    {
        display: none;
    }
}

.navbar-toggler
{
    font-size: 1.25rem;
    line-height: 1.5;

    width: 2.5em;
    height: 2em;
    padding: .25rem .75rem;

    border: 1px solid rgba(51, 51, 51, .1);
    -webkit-border-radius: .25rem;
            border-radius: .25rem; 
    background: url('data:image/svg+xml;charset=utf8,%3Csvg viewBox=\'0 0 32 32\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath stroke=\'%23333\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' d=\'M4 8h24M4 16h24M4 24h24\'/%3E%3C/svg%3E') no-repeat center center;
    background-size: 24px 24px;
}

.navbar-nav
{
    display: block;
}

.nav-item
{
    display: block;
}

.nav-link
{
    display: block;

    padding-top: .425rem;
    padding-bottom: .425rem;

    -webkit-transition: .5s;
            transition: .5s;

    color: #333;
}
.nav-link:hover
{
    text-decoration: none; 

    color: #264796;
}

.show > .nav-link,
.active > .nav-link,
.nav-link.show,
.nav-link.active
{
    color: rgba(51, 51, 51, .9);
}

.modal-open
{
    overflow: hidden;
}

.modal-open .modal.show
{
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display:         flex !important;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}

.modal
{
    position: fixed;
    z-index: 1050;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: none;
    overflow: hidden;

    outline: 0;
}
.modal .modal-dialog
{
    -webkit-transition: all .3s ease-out 0s;
            transition: all .3s ease-out 0s;
    -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
            transform: translate(0, -25%);
}
.modal.show .modal-dialog
{
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
}

.modal-open .modal
{
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog
{
    position: relative;

    width: auto;
    margin: 10px;
}

.modal-content{
    position: relative;
    z-index: 1;
}

.modal-dialog:before{
    content: '';
    background: url("../images/modal-bg.png") no-repeat left;
    height: 100%;
    width: 536px;
    background-size: cover;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.modal-backdrop
{
    position: fixed;
    z-index: 1040;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    background-color: #333;
}
.modal-backdrop.fade
{
    opacity: 0;
}
.modal-backdrop.show
{
    opacity: .7 !important;
}

.modal-header
{
    padding: 15px;

    border-bottom: 1px solid #eceeef;
}

.modal-title
{
    font-size: 26px !important;
    line-height: 36px;

    margin-bottom: 0;
}

.modal-form
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.modal-form input[type='text']
{
    min-width: 200px;
}

.close
{
    font-size: 30px !important;

    position: absolute;
    top: 0px;
    right: -47px;
    opacity: 1 !important; 
    color: #275de6 !important;
}

.modal-body
{
    position: relative;

    padding: 15px; 

    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
}

.modal-footer
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    padding: 15px;

    border-top: 1px solid #eceeef; 

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
            justify-content: flex-end;
}
.modal-footer > :not(:first-child)
{
    margin-left: .25rem;
}
.modal-footer > :not(:last-child)
{
    margin-right: .25rem;
}

.modal-scrollbar-measure
{
    position: absolute;
    top: -9999px;

    overflow: scroll; 

    width: 50px;
    height: 50px;
}

@media (min-width: 576px)
{
    .modal-dialog
    {
        overflow: hidden;

        width: 100%; 
        max-width: 768px;
        margin: 0 auto;
        padding: 10px 66px 44px;

        border: 2px solid #275de6;
        -webkit-border-radius: 25px;
                border-radius: 25px;
        background-color: white;
    }
    .modal-sm
    {
        max-width: 300px;
    }
}

@media (min-width: 992px)
{
    .modal-lg
    {
        max-width: 800px;
    }
}

.close
{
    font-size: 1.25rem;
    font-weight: normal;
    line-height: 1;

    float: right;

    opacity: .5; 
    color: #949494;
}
.close:hover
{
    cursor: pointer;
    text-decoration: none;

    opacity: .75;
}

button.close
{
    padding: 0;

    cursor: pointer;

    border: 0;
    background: transparent;

    -webkit-appearance: none;
}

.form-control
{
    font-size: 1rem;
    line-height: 1.25;

    display: block;

    width: 100%;
    padding: .5rem .75rem;

    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
            transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
            transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
            transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; 

    color: #949494;
    border: 1px solid rgba(51, 51, 51, .15);
    -webkit-border-radius: .25rem;
            border-radius: .25rem;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
}
.form-control::-ms-expand
{
    border: 0; 
    background-color: transparent;
}
.form-control:disabled,
.form-control[readonly]
{
    opacity: 1; 
    background-color: #eceeef;
}
.form-control:disabled
{
    cursor: default;
}

input[placeholder]
{
    text-overflow: ellipsis;
}

input::-webkit-input-placeholder
{
    color: #636c72 !important;
}

input::-moz-placeholder
{
    opacity: 1; 
    color: #636c72 !important;
}

input:-ms-input-placeholder
{
    color: #636c72 !important;
}

textarea::-webkit-input-placeholder
{
    color: #636c72 !important;
}

textarea::-moz-placeholder
{
    opacity: 1; 
    color: #636c72 !important;
}

textarea:-ms-input-placeholder
{
    color: #636c72 !important;
}

input:focus::-webkit-input-placeholder
{
    color: transparent !important;
}

input:focus::-moz-placeholder
{
    color: transparent !important;
}

input:focus:-ms-input-placeholder
{
    color: transparent !important;
}

textarea:focus::-webkit-input-placeholder
{
    color: transparent !important;
}

textarea:focus::-moz-placeholder
{
    color: transparent !important;
}

textarea:focus:-ms-input-placeholder
{
    color: transparent !important;
}

select.form-control:not([size]):not([multiple])
{
    height: -webkit-calc(2.25rem + 2px);
    height:         calc(2.25rem + 2px);
}

select.form-control:focus::-ms-value
{
    color: #949494;
    background-color: #fff;
}

.form-control-file,
.form-control-range
{
    display: block;
}

.col-form-label
{
    margin-bottom: 0; 
    padding-top: -webkit-calc(.5rem - 1px * 2);
    padding-top:         calc(.5rem - 1px * 2);
    padding-bottom: -webkit-calc(.5rem - 1px * 2);
    padding-bottom:         calc(.5rem - 1px * 2);
}

.col-form-label-lg
{
    font-size: 1.25rem; 

    padding-top: -webkit-calc(.75rem - 1px * 2);
    padding-top:         calc(.75rem - 1px * 2);
    padding-bottom: -webkit-calc(.75rem - 1px * 2);
    padding-bottom:         calc(.75rem - 1px * 2);
}

.col-form-label-sm
{
    font-size: .875rem; 

    padding-top: -webkit-calc(.25rem - 1px * 2);
    padding-top:         calc(.25rem - 1px * 2);
    padding-bottom: -webkit-calc(.25rem - 1px * 2);
    padding-bottom:         calc(.25rem - 1px * 2);
}

.col-form-legend
{
    font-size: 1rem; 

    margin-bottom: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.form-control-static
{
    line-height: 1.25;

    margin-bottom: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;

    border: solid transparent;
    border-width: 1px 0;
}
.recommendations-items{
    display: flex !important;
    justify-content: center;
}
.recommendations-items .slick-dots{
    width: auto;
}
.recommendations-items .slick-dots:before{
    content: '';
    width: 100%;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    height: 3px;
    background-color: #7d7577;
}
.recommendations-items .slick-dots li{
    position: relative;
    z-index: 1;
    opacity: 0;
}
.recommendations-items .slick-dots li.slick-active{
    opacity: 1;
}
.form-control-static.form-control-sm,
.form-control-static.form-control-lg
{
    padding-right: 0;
    padding-left: 0;
}

.form-control-sm
{
    font-size: .875rem;

    padding: .25rem .5rem;

    -webkit-border-radius: .2rem;
            border-radius: .2rem;
}

select.form-control-sm:not([size]):not([multiple])
{
    height: 1.8125rem;
}

.form-control-lg
{
    font-size: 1.25rem;

    padding: .75rem 1.5rem;

    -webkit-border-radius: .3rem;
            border-radius: .3rem;
}

select.form-control-lg:not([size]):not([multiple])
{
    height: 3.16667rem;
}

.form-group
{
    margin-bottom: 1rem;
}

.form-check
{
    position: relative;

    display: block;
}
.form-check.disabled .form-check-label
{
    cursor: default; 

    color: #636c72;
}

.form-check-label
{
    margin-bottom: 0;
    padding-left: 10px;

    cursor: pointer;
}

.form-check-input
{
    position: absolute;

    margin-top: 10px;
    margin-left: 10px;
}
.form-check-input:only-child
{
    position: static;
}

.form-check-inline
{
    display: inline-block;
}
.form-check-inline .form-check-label
{
    vertical-align: middle;
}
.form-check-inline + .form-check-inline
{
    margin-left: 10px;
}

.form-control-feedback
{
    margin-top: 10px;
}

.form-control-success,
.form-control-warning,
.form-control-danger
{
    padding-right: 2.25rem;

    background-repeat: no-repeat;
    background-position: center right .5625rem;
    background-size: 1.125rem 1.125rem;
}

.form-inline
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.form-inline .form-check
{
    width: 100%;
}
@media (min-width: 576px)
{
    .form-inline label
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        margin-bottom: 0; 

        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
                justify-content: center;
    }
    .form-inline .form-group
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        margin-bottom: 0; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
                align-items: center;
    }
    .form-inline .form-control
    {
        display: inline-block;

        width: auto;

        vertical-align: middle;
    }
    .form-inline .form-control-static
    {
        display: inline-block;
    }
    .form-inline .input-group
    {
        width: auto;
    }
    .form-inline .form-control-label
    {
        margin-bottom: 0;

        vertical-align: middle;
    }
    .form-inline .form-check
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        width: auto;
        margin-top: 0;
        margin-bottom: 0; 

        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
                justify-content: center;
    }
    .form-inline .form-check-label
    {
        padding-left: 0;
    }
    .form-inline .form-check-input
    {
        position: relative;

        margin-top: 0;
        margin-right: 10px;
        margin-left: 0;
    }
    .form-inline .custom-control
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        padding-left: 0; 

        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
                justify-content: center;
    }
    .form-inline .custom-control-indicator
    {
        position: static;

        display: inline-block;

        margin-right: 10px;

        vertical-align: text-bottom;
    }
    .form-inline .has-feedback .form-control-feedback
    {
        top: 0;
    }
}

.transition
{
    -webkit-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
}

.fade
{
    -webkit-transition: opacity .15s linear;
            transition: opacity .15s linear; 

    opacity: 0;
}
.fade.show
{
    opacity: 1;
}

.collapse
{
    display: none;
}
.collapse.show
{
    display: block;
}

.collapsing
{
    position: relative;

    overflow: hidden;

    height: 0;

    -webkit-transition: height .35s ease;
            transition: height .35s ease;
}

/* Contextual backgrounds */
.bg-primary
{
    background-color: #333;
}

.bg-success
{
    background-color: #5cb85c;
}

.bg-info
{
    background-color: #5bc0de;
}

.bg-warning
{
    background-color: #f0ad4e;
}

.bg-danger
{
    background-color: #e31e24;
}

.bg-inverse
{
    background-color: #292b2c;
}

/* float variation */
.float-left
{
    float: left !important;
}

.float-right
{
    float: right !important;
}

.float-none
{
    float: none !important;
}

@media (min-width: 576px)
{
    .float-sm-left
    {
        float: left !important;
    }
    .float-sm-right
    {
        float: right !important;
    }
    .float-sm-none
    {
        float: none !important;
    }
}

@media (min-width: 768px)
{
    .float-md-left
    {
        float: left !important;
    }
    .float-md-right
    {
        float: right !important;
    }
    .float-md-none
    {
        float: none !important;
    }
}

@media (min-width: 992px)
{
    .float-lg-left
    {
        float: left !important;
    }
    .float-lg-right
    {
        float: right !important;
    }
    .float-lg-none
    {
        float: none !important;
    }
}

@media (min-width: 1200px)
{
    .float-xl-left
    {
        float: left !important;
    }
    .float-xl-right
    {
        float: right !important;
    }
    .float-xl-none
    {
        float: none !important;
    }
}

/* Margin and Padding */
.m-0
{
    margin: 0 0 !important;
}

.mt-0
{
    margin-top: 0 !important;
}

.mr-0
{
    margin-right: 0 !important;
}

.mb-0
{
    margin-bottom: 0 !important;
}

.ml-0
{
    margin-left: 0 !important;
}

.mx-0
{
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.my-0
{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.m-1
{
    margin: .25rem .25rem !important;
}

.mt-1
{
    margin-top: .25rem !important;
}

.mr-1
{
    margin-right: .25rem !important;
}

.mb-1
{
    margin-bottom: .25rem !important;
}

.ml-1
{
    margin-left: .25rem !important;
}

.mx-1
{
    margin-right: .25rem !important;
    margin-left: .25rem !important;
}

.my-1
{
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
}

.m-2
{
    margin: .5rem .5rem !important;
}

.mt-2
{
    margin-top: .5rem !important;
}

.mr-2
{
    margin-right: .5rem !important;
}

.mb-2
{
    margin-bottom: .5rem !important;
}

.ml-2
{
    margin-left: .5rem !important;
}

.mx-2
{
    margin-right: .5rem !important;
    margin-left: .5rem !important;
}

.my-2
{
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
}

.m-3
{
    margin: 1rem 1rem !important;
}

.mt-3
{
    margin-top: 1rem !important;
}

.mr-3
{
    margin-right: 1rem !important;
}

.mb-3
{
    margin-bottom: 1rem !important;
}

.ml-3
{
    margin-left: 1rem !important;
}

.mx-3
{
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.my-3
{
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.m-4
{
    margin: 1.5rem 1.5rem !important;
}

.mt-4
{
    margin-top: 1.5rem !important;
}

.mr-4
{
    margin-right: 1.5rem !important;
}

.mb-4
{
    margin-bottom: 1.5rem !important;
}

.ml-4
{
    margin-left: 1.5rem !important;
}

.mx-4
{
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.my-4
{
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.m-5
{
    margin: 3rem 3rem !important;
}

.mt-5
{
    margin-top: 3rem !important;
}

.mr-5
{
    margin-right: 3rem !important;
}

.mb-5
{
    margin-bottom: 3rem !important;
}

.ml-5
{
    margin-left: 3rem !important;
}

.mx-5
{
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

.my-5
{
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.p-0
{
    padding: 0 0 !important;
}

.pt-0
{
    padding-top: 0 !important;
}

.pr-0
{
    padding-right: 0 !important;
}

.pb-0
{
    padding-bottom: 0 !important;
}

.pl-0
{
    padding-left: 0 !important;
}

.px-0
{
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.py-0
{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.p-1
{
    padding: .25rem .25rem !important;
}

.pt-1
{
    padding-top: .25rem !important;
}

.pr-1
{
    padding-right: .25rem !important;
}

.pb-1
{
    padding-bottom: .25rem !important;
}

.pl-1
{
    padding-left: .25rem !important;
}

.px-1
{
    padding-right: .25rem !important;
    padding-left: .25rem !important;
}

.py-1
{
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
}

.p-2
{
    padding: .5rem .5rem !important;
}

.pt-2
{
    padding-top: .5rem !important;
}

.pr-2
{
    padding-right: .5rem !important;
}

.pb-2
{
    padding-bottom: .5rem !important;
}

.pl-2
{
    padding-left: .5rem !important;
}

.px-2
{
    padding-right: .5rem !important;
    padding-left: .5rem !important;
}

.py-2
{
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
}

.p-3
{
    padding: 1rem 1rem !important;
}

.pt-3
{
    padding-top: 1rem !important;
}

.pr-3
{
    padding-right: 1rem !important;
}

.pb-3
{
    padding-bottom: 1rem !important;
}

.pl-3
{
    padding-left: 1rem !important;
}

.px-3
{
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.py-3
{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.p-4
{
    padding: 1.5rem 1.5rem !important;
}

.pt-4
{
    padding-top: 1.5rem !important;
}

.pr-4
{
    padding-right: 1.5rem !important;
}

.pb-4
{
    padding-bottom: 1.5rem !important;
}

.pl-4
{
    padding-left: 1.5rem !important;
}

.px-4
{
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.py-4
{
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.p-5
{
    padding: 3rem 3rem !important;
}

.pt-5
{
    padding-top: 3rem !important;
}

.pr-5
{
    padding-right: 3rem !important;
}

.pb-5
{
    padding-bottom: 3rem !important;
}

.pl-5
{
    padding-left: 3rem !important;
}

.px-5
{
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.py-5
{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.m-auto
{
    margin: auto !important;
}

.mt-auto
{
    margin-top: auto !important;
}

.mr-auto
{
    margin-right: auto !important;
}

.mb-auto
{
    margin-bottom: auto !important;
}

.ml-auto
{
    margin-left: auto !important;
}

.mx-auto
{
    margin-right: auto !important;
    margin-left: auto !important;
}

.my-auto
{
    margin-top: auto !important;
    margin-bottom: auto !important;
}

@media (min-width: 576px)
{
    .m-sm-0
    {
        margin: 0 0 !important;
    }
    .mt-sm-0
    {
        margin-top: 0 !important;
    }
    .mr-sm-0
    {
        margin-right: 0 !important;
    }
    .mb-sm-0
    {
        margin-bottom: 0 !important;
    }
    .ml-sm-0
    {
        margin-left: 0 !important;
    }
    .mx-sm-0
    {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .my-sm-0
    {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .m-sm-1
    {
        margin: .25rem .25rem !important;
    }
    .mt-sm-1
    {
        margin-top: .25rem !important;
    }
    .mr-sm-1
    {
        margin-right: .25rem !important;
    }
    .mb-sm-1
    {
        margin-bottom: .25rem !important;
    }
    .ml-sm-1
    {
        margin-left: .25rem !important;
    }
    .mx-sm-1
    {
        margin-right: .25rem !important;
        margin-left: .25rem !important;
    }
    .my-sm-1
    {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important;
    }
    .m-sm-2
    {
        margin: .5rem .5rem !important;
    }
    .mt-sm-2
    {
        margin-top: .5rem !important;
    }
    .mr-sm-2
    {
        margin-right: .5rem !important;
    }
    .mb-sm-2
    {
        margin-bottom: .5rem !important;
    }
    .ml-sm-2
    {
        margin-left: .5rem !important;
    }
    .mx-sm-2
    {
        margin-right: .5rem !important;
        margin-left: .5rem !important;
    }
    .my-sm-2
    {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important;
    }
    .m-sm-3
    {
        margin: 1rem 1rem !important;
    }
    .mt-sm-3
    {
        margin-top: 1rem !important;
    }
    .mr-sm-3
    {
        margin-right: 1rem !important;
    }
    .mb-sm-3
    {
        margin-bottom: 1rem !important;
    }
    .ml-sm-3
    {
        margin-left: 1rem !important;
    }
    .mx-sm-3
    {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .my-sm-3
    {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .m-sm-4
    {
        margin: 1.5rem 1.5rem !important;
    }
    .mt-sm-4
    {
        margin-top: 1.5rem !important;
    }
    .mr-sm-4
    {
        margin-right: 1.5rem !important;
    }
    .mb-sm-4
    {
        margin-bottom: 1.5rem !important;
    }
    .ml-sm-4
    {
        margin-left: 1.5rem !important;
    }
    .mx-sm-4
    {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .my-sm-4
    {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .m-sm-5
    {
        margin: 3rem 3rem !important;
    }
    .mt-sm-5
    {
        margin-top: 3rem !important;
    }
    .mr-sm-5
    {
        margin-right: 3rem !important;
    }
    .mb-sm-5
    {
        margin-bottom: 3rem !important;
    }
    .ml-sm-5
    {
        margin-left: 3rem !important;
    }
    .mx-sm-5
    {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .my-sm-5
    {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .p-sm-0
    {
        padding: 0 0 !important;
    }
    .pt-sm-0
    {
        padding-top: 0 !important;
    }
    .pr-sm-0
    {
        padding-right: 0 !important;
    }
    .pb-sm-0
    {
        padding-bottom: 0 !important;
    }
    .pl-sm-0
    {
        padding-left: 0 !important;
    }
    .px-sm-0
    {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .py-sm-0
    {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .p-sm-1
    {
        padding: .25rem .25rem !important;
    }
    .pt-sm-1
    {
        padding-top: .25rem !important;
    }
    .pr-sm-1
    {
        padding-right: .25rem !important;
    }
    .pb-sm-1
    {
        padding-bottom: .25rem !important;
    }
    .pl-sm-1
    {
        padding-left: .25rem !important;
    }
    .px-sm-1
    {
        padding-right: .25rem !important;
        padding-left: .25rem !important;
    }
    .py-sm-1
    {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important;
    }
    .p-sm-2
    {
        padding: .5rem .5rem !important;
    }
    .pt-sm-2
    {
        padding-top: .5rem !important;
    }
    .pr-sm-2
    {
        padding-right: .5rem !important;
    }
    .pb-sm-2
    {
        padding-bottom: .5rem !important;
    }
    .pl-sm-2
    {
        padding-left: .5rem !important;
    }
    .px-sm-2
    {
        padding-right: .5rem !important;
        padding-left: .5rem !important;
    }
    .py-sm-2
    {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important;
    }
    .p-sm-3
    {
        padding: 1rem 1rem !important;
    }
    .pt-sm-3
    {
        padding-top: 1rem !important;
    }
    .pr-sm-3
    {
        padding-right: 1rem !important;
    }
    .pb-sm-3
    {
        padding-bottom: 1rem !important;
    }
    .pl-sm-3
    {
        padding-left: 1rem !important;
    }
    .px-sm-3
    {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .py-sm-3
    {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .p-sm-4
    {
        padding: 1.5rem 1.5rem !important;
    }
    .pt-sm-4
    {
        padding-top: 1.5rem !important;
    }
    .pr-sm-4
    {
        padding-right: 1.5rem !important;
    }
    .pb-sm-4
    {
        padding-bottom: 1.5rem !important;
    }
    .pl-sm-4
    {
        padding-left: 1.5rem !important;
    }
    .px-sm-4
    {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .py-sm-4
    {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .p-sm-5
    {
        padding: 3rem 3rem !important;
    }
    .pt-sm-5
    {
        padding-top: 3rem !important;
    }
    .pr-sm-5
    {
        padding-right: 3rem !important;
    }
    .pb-sm-5
    {
        padding-bottom: 3rem !important;
    }
    .pl-sm-5
    {
        padding-left: 3rem !important;
    }
    .px-sm-5
    {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-sm-5
    {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .m-sm-auto
    {
        margin: auto !important;
    }
    .mt-sm-auto
    {
        margin-top: auto !important;
    }
    .mr-sm-auto
    {
        margin-right: auto !important;
    }
    .mb-sm-auto
    {
        margin-bottom: auto !important;
    }
    .ml-sm-auto
    {
        margin-left: auto !important;
    }
    .mx-sm-auto
    {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-sm-auto
    {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
}

@media (min-width: 768px)
{
    .m-md-0
    {
        margin: 0 0 !important;
    }
    .mt-md-0
    {
        margin-top: 0 !important;
    }
    .mr-md-0
    {
        margin-right: 0 !important;
    }
    .mb-md-0
    {
        margin-bottom: 0 !important;
    }
    .ml-md-0
    {
        margin-left: 0 !important;
    }
    .mx-md-0
    {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .my-md-0
    {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .m-md-1
    {
        margin: .25rem .25rem !important;
    }
    .mt-md-1
    {
        margin-top: .25rem !important;
    }
    .mr-md-1
    {
        margin-right: .25rem !important;
    }
    .mb-md-1
    {
        margin-bottom: .25rem !important;
    }
    .ml-md-1
    {
        margin-left: .25rem !important;
    }
    .mx-md-1
    {
        margin-right: .25rem !important;
        margin-left: .25rem !important;
    }
    .my-md-1
    {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important;
    }
    .m-md-2
    {
        margin: .5rem .5rem !important;
    }
    .mt-md-2
    {
        margin-top: .5rem !important;
    }
    .mr-md-2
    {
        margin-right: .5rem !important;
    }
    .mb-md-2
    {
        margin-bottom: .5rem !important;
    }
    .ml-md-2
    {
        margin-left: .5rem !important;
    }
    .mx-md-2
    {
        margin-right: .5rem !important;
        margin-left: .5rem !important;
    }
    .my-md-2
    {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important;
    }
    .m-md-3
    {
        margin: 1rem 1rem !important;
    }
    .mt-md-3
    {
        margin-top: 1rem !important;
    }
    .mr-md-3
    {
        margin-right: 1rem !important;
    }
    .mb-md-3
    {
        margin-bottom: 1rem !important;
    }
    .ml-md-3
    {
        margin-left: 1rem !important;
    }
    .mx-md-3
    {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .my-md-3
    {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .m-md-4
    {
        margin: 1.5rem 1.5rem !important;
    }
    .mt-md-4
    {
        margin-top: 1.5rem !important;
    }
    .mr-md-4
    {
        margin-right: 1.5rem !important;
    }
    .mb-md-4
    {
        margin-bottom: 1.5rem !important;
    }
    .ml-md-4
    {
        margin-left: 1.5rem !important;
    }
    .mx-md-4
    {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .my-md-4
    {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .m-md-5
    {
        margin: 3rem 3rem !important;
    }
    .mt-md-5
    {
        margin-top: 3rem !important;
    }
    .mr-md-5
    {
        margin-right: 3rem !important;
    }
    .mb-md-5
    {
        margin-bottom: 3rem !important;
    }
    .ml-md-5
    {
        margin-left: 3rem !important;
    }
    .mx-md-5
    {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .my-md-5
    {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .p-md-0
    {
        padding: 0 0 !important;
    }
    .pt-md-0
    {
        padding-top: 0 !important;
    }
    .pr-md-0
    {
        padding-right: 0 !important;
    }
    .pb-md-0
    {
        padding-bottom: 0 !important;
    }
    .pl-md-0
    {
        padding-left: 0 !important;
    }
    .px-md-0
    {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .py-md-0
    {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .p-md-1
    {
        padding: .25rem .25rem !important;
    }
    .pt-md-1
    {
        padding-top: .25rem !important;
    }
    .pr-md-1
    {
        padding-right: .25rem !important;
    }
    .pb-md-1
    {
        padding-bottom: .25rem !important;
    }
    .pl-md-1
    {
        padding-left: .25rem !important;
    }
    .px-md-1
    {
        padding-right: .25rem !important;
        padding-left: .25rem !important;
    }
    .py-md-1
    {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important;
    }
    .p-md-2
    {
        padding: .5rem .5rem !important;
    }
    .pt-md-2
    {
        padding-top: .5rem !important;
    }
    .pr-md-2
    {
        padding-right: .5rem !important;
    }
    .pb-md-2
    {
        padding-bottom: .5rem !important;
    }
    .pl-md-2
    {
        padding-left: .5rem !important;
    }
    .px-md-2
    {
        padding-right: .5rem !important;
        padding-left: .5rem !important;
    }
    .py-md-2
    {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important;
    }
    .p-md-3
    {
        padding: 1rem 1rem !important;
    }
    .pt-md-3
    {
        padding-top: 1rem !important;
    }
    .pr-md-3
    {
        padding-right: 1rem !important;
    }
    .pb-md-3
    {
        padding-bottom: 1rem !important;
    }
    .pl-md-3
    {
        padding-left: 1rem !important;
    }
    .px-md-3
    {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .py-md-3
    {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .p-md-4
    {
        padding: 1.5rem 1.5rem !important;
    }
    .pt-md-4
    {
        padding-top: 1.5rem !important;
    }
    .pr-md-4
    {
        padding-right: 1.5rem !important;
    }
    .pb-md-4
    {
        padding-bottom: 1.5rem !important;
    }
    .pl-md-4
    {
        padding-left: 1.5rem !important;
    }
    .px-md-4
    {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .py-md-4
    {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .p-md-5
    {
        padding: 3rem 3rem !important;
    }
    .pt-md-5
    {
        padding-top: 3rem !important;
    }
    .pr-md-5
    {
        padding-right: 3rem !important;
    }
    .pb-md-5
    {
        padding-bottom: 3rem !important;
    }
    .pl-md-5
    {
        padding-left: 3rem !important;
    }
    .px-md-5
    {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-md-5
    {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .m-md-auto
    {
        margin: auto !important;
    }
    .mt-md-auto
    {
        margin-top: auto !important;
    }
    .mr-md-auto
    {
        margin-right: auto !important;
    }
    .mb-md-auto
    {
        margin-bottom: auto !important;
    }
    .ml-md-auto
    {
        margin-left: auto !important;
    }
    .mx-md-auto
    {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-md-auto
    {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
}

@media (min-width: 992px)
{
    .m-lg-0
    {
        margin: 0 0 !important;
    }
    .mt-lg-0
    {
        margin-top: 0 !important;
    }
    .mr-lg-0
    {
        margin-right: 0 !important;
    }
    .mb-lg-0
    {
        margin-bottom: 0 !important;
    }
    .ml-lg-0
    {
        margin-left: 0 !important;
    }
    .mx-lg-0
    {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .my-lg-0
    {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .m-lg-1
    {
        margin: .25rem .25rem !important;
    }
    .mt-lg-1
    {
        margin-top: .25rem !important;
    }
    .mr-lg-1
    {
        margin-right: .25rem !important;
    }
    .mb-lg-1
    {
        margin-bottom: .25rem !important;
    }
    .ml-lg-1
    {
        margin-left: .25rem !important;
    }
    .mx-lg-1
    {
        margin-right: .25rem !important;
        margin-left: .25rem !important;
    }
    .my-lg-1
    {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important;
    }
    .m-lg-2
    {
        margin: .5rem .5rem !important;
    }
    .mt-lg-2
    {
        margin-top: .5rem !important;
    }
    .mr-lg-2
    {
        margin-right: .5rem !important;
    }
    .mb-lg-2
    {
        margin-bottom: .5rem !important;
    }
    .ml-lg-2
    {
        margin-left: .5rem !important;
    }
    .mx-lg-2
    {
        margin-right: .5rem !important;
        margin-left: .5rem !important;
    }
    .my-lg-2
    {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important;
    }
    .m-lg-3
    {
        margin: 1rem 1rem !important;
    }
    .mt-lg-3
    {
        margin-top: 1rem !important;
    }
    .mr-lg-3
    {
        margin-right: 1rem !important;
    }
    .mb-lg-3
    {
        margin-bottom: 1rem !important;
    }
    .ml-lg-3
    {
        margin-left: 1rem !important;
    }
    .mx-lg-3
    {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .my-lg-3
    {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .m-lg-4
    {
        margin: 1.5rem 1.5rem !important;
    }
    .mt-lg-4
    {
        margin-top: 1.5rem !important;
    }
    .mr-lg-4
    {
        margin-right: 1.5rem !important;
    }
    .mb-lg-4
    {
        margin-bottom: 1.5rem !important;
    }
    .ml-lg-4
    {
        margin-left: 1.5rem !important;
    }
    .mx-lg-4
    {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .my-lg-4
    {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .m-lg-5
    {
        margin: 3rem 3rem !important;
    }
    .mt-lg-5
    {
        margin-top: 3rem !important;
    }
    .mr-lg-5
    {
        margin-right: 3rem !important;
    }
    .mb-lg-5
    {
        margin-bottom: 3rem !important;
    }
    .ml-lg-5
    {
        margin-left: 3rem !important;
    }
    .mx-lg-5
    {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .my-lg-5
    {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .p-lg-0
    {
        padding: 0 0 !important;
    }
    .pt-lg-0
    {
        padding-top: 0 !important;
    }
    .pr-lg-0
    {
        padding-right: 0 !important;
    }
    .pb-lg-0
    {
        padding-bottom: 0 !important;
    }
    .pl-lg-0
    {
        padding-left: 0 !important;
    }
    .px-lg-0
    {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .py-lg-0
    {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .p-lg-1
    {
        padding: .25rem .25rem !important;
    }
    .pt-lg-1
    {
        padding-top: .25rem !important;
    }
    .pr-lg-1
    {
        padding-right: .25rem !important;
    }
    .pb-lg-1
    {
        padding-bottom: .25rem !important;
    }
    .pl-lg-1
    {
        padding-left: .25rem !important;
    }
    .px-lg-1
    {
        padding-right: .25rem !important;
        padding-left: .25rem !important;
    }
    .py-lg-1
    {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important;
    }
    .p-lg-2
    {
        padding: .5rem .5rem !important;
    }
    .pt-lg-2
    {
        padding-top: .5rem !important;
    }
    .pr-lg-2
    {
        padding-right: .5rem !important;
    }
    .pb-lg-2
    {
        padding-bottom: .5rem !important;
    }
    .pl-lg-2
    {
        padding-left: .5rem !important;
    }
    .px-lg-2
    {
        padding-right: .5rem !important;
        padding-left: .5rem !important;
    }
    .py-lg-2
    {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important;
    }
    .p-lg-3
    {
        padding: 1rem 1rem !important;
    }
    .pt-lg-3
    {
        padding-top: 1rem !important;
    }
    .pr-lg-3
    {
        padding-right: 1rem !important;
    }
    .pb-lg-3
    {
        padding-bottom: 1rem !important;
    }
    .pl-lg-3
    {
        padding-left: 1rem !important;
    }
    .px-lg-3
    {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .py-lg-3
    {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .p-lg-4
    {
        padding: 1.5rem 1.5rem !important;
    }
    .pt-lg-4
    {
        padding-top: 1.5rem !important;
    }
    .pr-lg-4
    {
        padding-right: 1.5rem !important;
    }
    .pb-lg-4
    {
        padding-bottom: 1.5rem !important;
    }
    .pl-lg-4
    {
        padding-left: 1.5rem !important;
    }
    .px-lg-4
    {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .py-lg-4
    {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .p-lg-5
    {
        padding: 3rem 3rem !important;
    }
    .pt-lg-5
    {
        padding-top: 3rem !important;
    }
    .pr-lg-5
    {
        padding-right: 3rem !important;
    }
    .pb-lg-5
    {
        padding-bottom: 3rem !important;
    }
    .pl-lg-5
    {
        padding-left: 3rem !important;
    }
    .px-lg-5
    {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-lg-5
    {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .m-lg-auto
    {
        margin: auto !important;
    }
    .mt-lg-auto
    {
        margin-top: auto !important;
    }
    .mr-lg-auto
    {
        margin-right: auto !important;
    }
    .mb-lg-auto
    {
        margin-bottom: auto !important;
    }
    .ml-lg-auto
    {
        margin-left: auto !important;
    }
    .mx-lg-auto
    {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-lg-auto
    {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
}

@media (min-width: 1200px)
{
    .m-xl-0
    {
        margin: 0 0 !important;
    }
    .mt-xl-0
    {
        margin-top: 0 !important;
    }
    .mr-xl-0
    {
        margin-right: 0 !important;
    }
    .mb-xl-0
    {
        margin-bottom: 0 !important;
    }
    .ml-xl-0
    {
        margin-left: 0 !important;
    }
    .mx-xl-0
    {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .my-xl-0
    {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .m-xl-1
    {
        margin: .25rem .25rem !important;
    }
    .mt-xl-1
    {
        margin-top: .25rem !important;
    }
    .mr-xl-1
    {
        margin-right: .25rem !important;
    }
    .mb-xl-1
    {
        margin-bottom: .25rem !important;
    }
    .ml-xl-1
    {
        margin-left: .25rem !important;
    }
    .mx-xl-1
    {
        margin-right: .25rem !important;
        margin-left: .25rem !important;
    }
    .my-xl-1
    {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important;
    }
    .m-xl-2
    {
        margin: .5rem .5rem !important;
    }
    .mt-xl-2
    {
        margin-top: .5rem !important;
    }
    .mr-xl-2
    {
        margin-right: .5rem !important;
    }
    .mb-xl-2
    {
        margin-bottom: .5rem !important;
    }
    .ml-xl-2
    {
        margin-left: .5rem !important;
    }
    .mx-xl-2
    {
        margin-right: .5rem !important;
        margin-left: .5rem !important;
    }
    .my-xl-2
    {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important;
    }
    .m-xl-3
    {
        margin: 1rem 1rem !important;
    }
    .mt-xl-3
    {
        margin-top: 1rem !important;
    }
    .mr-xl-3
    {
        margin-right: 1rem !important;
    }
    .mb-xl-3
    {
        margin-bottom: 1rem !important;
    }
    .ml-xl-3
    {
        margin-left: 1rem !important;
    }
    .mx-xl-3
    {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .my-xl-3
    {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .m-xl-4
    {
        margin: 1.5rem 1.5rem !important;
    }
    .mt-xl-4
    {
        margin-top: 1.5rem !important;
    }
    .mr-xl-4
    {
        margin-right: 1.5rem !important;
    }
    .mb-xl-4
    {
        margin-bottom: 1.5rem !important;
    }
    .ml-xl-4
    {
        margin-left: 1.5rem !important;
    }
    .mx-xl-4
    {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .my-xl-4
    {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .m-xl-5
    {
        margin: 3rem 3rem !important;
    }
    .mt-xl-5
    {
        margin-top: 3rem !important;
    }
    .mr-xl-5
    {
        margin-right: 3rem !important;
    }
    .mb-xl-5
    {
        margin-bottom: 3rem !important;
    }
    .ml-xl-5
    {
        margin-left: 3rem !important;
    }
    .mx-xl-5
    {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .my-xl-5
    {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .p-xl-0
    {
        padding: 0 0 !important;
    }
    .pt-xl-0
    {
        padding-top: 0 !important;
    }
    .pr-xl-0
    {
        padding-right: 0 !important;
    }
    .pb-xl-0
    {
        padding-bottom: 0 !important;
    }
    .pl-xl-0
    {
        padding-left: 0 !important;
    }
    .px-xl-0
    {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .py-xl-0
    {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .p-xl-1
    {
        padding: .25rem .25rem !important;
    }
    .pt-xl-1
    {
        padding-top: .25rem !important;
    }
    .pr-xl-1
    {
        padding-right: .25rem !important;
    }
    .pb-xl-1
    {
        padding-bottom: .25rem !important;
    }
    .pl-xl-1
    {
        padding-left: .25rem !important;
    }
    .px-xl-1
    {
        padding-right: .25rem !important;
        padding-left: .25rem !important;
    }
    .py-xl-1
    {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important;
    }
    .p-xl-2
    {
        padding: .5rem .5rem !important;
    }
    .pt-xl-2
    {
        padding-top: .5rem !important;
    }
    .pr-xl-2
    {
        padding-right: .5rem !important;
    }
    .pb-xl-2
    {
        padding-bottom: .5rem !important;
    }
    .pl-xl-2
    {
        padding-left: .5rem !important;
    }
    .px-xl-2
    {
        padding-right: .5rem !important;
        padding-left: .5rem !important;
    }
    .py-xl-2
    {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important;
    }
    .p-xl-3
    {
        padding: 1rem 1rem !important;
    }
    .pt-xl-3
    {
        padding-top: 1rem !important;
    }
    .pr-xl-3
    {
        padding-right: 1rem !important;
    }
    .pb-xl-3
    {
        padding-bottom: 1rem !important;
    }
    .pl-xl-3
    {
        padding-left: 1rem !important;
    }
    .px-xl-3
    {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .py-xl-3
    {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .p-xl-4
    {
        padding: 1.5rem 1.5rem !important;
    }
    .pt-xl-4
    {
        padding-top: 1.5rem !important;
    }
    .pr-xl-4
    {
        padding-right: 1.5rem !important;
    }
    .pb-xl-4
    {
        padding-bottom: 1.5rem !important;
    }
    .pl-xl-4
    {
        padding-left: 1.5rem !important;
    }
    .px-xl-4
    {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .py-xl-4
    {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .p-xl-5
    {
        padding: 3rem 3rem !important;
    }
    .pt-xl-5
    {
        padding-top: 3rem !important;
    }
    .pr-xl-5
    {
        padding-right: 3rem !important;
    }
    .pb-xl-5
    {
        padding-bottom: 3rem !important;
    }
    .pl-xl-5
    {
        padding-left: 3rem !important;
    }
    .px-xl-5
    {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-xl-5
    {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .m-xl-auto
    {
        margin: auto !important;
    }
    .mt-xl-auto
    {
        margin-top: auto !important;
    }
    .mr-xl-auto
    {
        margin-right: auto !important;
    }
    .mb-xl-auto
    {
        margin-bottom: auto !important;
    }
    .ml-xl-auto
    {
        margin-left: auto !important;
    }
    .mx-xl-auto
    {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-xl-auto
    {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
}

/* Text utilities */
.text-justify
{
    text-align: justify !important;
}

.text-nowrap
{
    white-space: nowrap !important;
}

.text-truncate
{
    overflow: hidden;

    white-space: nowrap; 
    text-overflow: ellipsis;
}

.text-uppercase
{
    text-transform: uppercase;
}

.text-left
{
    text-align: left !important;
}

.text-right
{
    text-align: right !important;
}

.text-center
{
    text-align: center !important;
}

@media (min-width: 576px)
{
    .text-sm-left
    {
        text-align: left !important;
    }
    .text-sm-right
    {
        text-align: right !important;
    }
    .text-sm-center
    {
        text-align: center !important;
    }
}

@media (min-width: 768px)
{
    .text-md-left
    {
        text-align: left !important;
    }
    .text-md-right
    {
        text-align: right !important;
    }
    .text-md-center
    {
        text-align: center !important;
    }
}

@media (min-width: 992px)
{
    .text-lg-left
    {
        text-align: left !important;
    }
    .text-lg-right
    {
        text-align: right !important;
    }
    .text-lg-center
    {
        text-align: center !important;
    }
}

@media (min-width: 1200px)
{
    .text-xl-left
    {
        text-align: left !important;
    }
    .text-xl-right
    {
        text-align: right !important;
    }
    .text-xl-center
    {
        text-align: center !important;
    }
}

.text-gray
{
    color: #636c72;
}

.text-primary
{
    color: #333;
}

.text-success
{
    color: #5cb85c;
}

.text-info
{
    color: #5bc0de;
}

.text-warning
{
    color: #f0ad4e;
}

.text-danger
{
    color: #e31e24;
}

.text-white
{
    color: #fff;
}

.text-black
{
    color: #333;
}

.text-red
{
    color: #e31e24;
}

.hidden-xs-up
{
    display: none !important;
}

@media (max-width: 575px)
{
    .hidden-xs-down
    {
        display: none !important;
    }
}

@media (min-width: 576px)
{
    .hidden-sm-up
    {
        display: none !important;
    }
}

@media (max-width: 767px)
{
    .close
    {
        font-size: 30px !important;

        position: absolute;
        top: -35px;
        right: -10px;
        opacity: 1 !important;
        color: #275de6 !important;
    }
    .hidden-sm-down
    {
        display: none !important;
    }
}

@media (min-width: 768px)
{
    .hidden-md-up
    {
        display: none !important;
    }
}

@media (max-width: 991px)
{
    .hidden-md-down
    {
        display: none !important;
    }
}

@media (min-width: 992px)
{
    .hidden-lg-up
    {
        display: none !important;
    }
}

@media (max-width: 1199px)
{
    .hidden-lg-down
    {
        display: none !important;
    }
}

@media (min-width: 1200px)
{
    .hidden-xl-up
    {
        display: none !important;
    }
}

.hidden-xl-down
{
    display: none !important;
}

.visible-print-block
{
    display: none !important;
}
@media print
{
    .visible-print-block
    {
        display: block !important;
    }
}

.visible-print-inline
{
    display: none !important;
}
@media print
{
    .visible-print-inline
    {
        display: inline !important;
    }
}

.visible-print-inline-block
{
    display: none !important;
}
@media print
{
    .visible-print-inline-block
    {
        display: inline-block !important;
    }
}

@media print
{
    .hidden-print
    {
        display: none !important;
    }
}

@font-face
{
    font-family: 'Museo';
    font-weight: 100; 
    font-style: normal;

    src: url('../fonts/MuseoSansCyrl-100/MuseoSansCyrl-100.eot');
    src: url('../fonts/MuseoSansCyrl-100/MuseoSansCyrl-100.eot?#iefix') format('embedded-opentype'), url('../fonts/MuseoSansCyrl-100/MuseoSansCyrl-100.woff') format('woff'), url('../fonts/MuseoSansCyrl-100/MuseoSansCyrl-100.woff2') format('woff2'), url('../fonts/MuseoSansCyrl-100/MuseoSansCyrl-100.ttf') format('truetype');
}

@font-face
{
    font-family: 'Museo';
    font-weight: 300; 
    font-style: normal;

    src: url('../fonts/MuseoSansCyrl-300/MuseoSansCyrl-300.eot');
    src: url('../fonts/MuseoSansCyrl-300/MuseoSansCyrl-300.eot?#iefix') format('embedded-opentype'), url('../fonts/MuseoSansCyrl-300/MuseoSansCyrl-300.woff') format('woff'), url('../fonts/MuseoSansCyrl-300/MuseoSansCyrl-300.woff2') format('woff2'), url('../fonts/MuseoSansCyrl-300/MuseoSansCyrl-300.ttf') format('truetype');
}

@font-face
{
    font-family: 'Museo';
    font-weight: 500; 
    font-style: normal;

    src: url('../fonts/MuseoSansCyrl-500/MuseoSansCyrl-500.eot');
    src: url('../fonts/MuseoSansCyrl-500/MuseoSansCyrl-500.eot?#iefix') format('embedded-opentype'), url('../fonts/MuseoSansCyrl-500/MuseoSansCyrl-500.woff') format('woff'), url('../fonts/MuseoSansCyrl-500/MuseoSansCyrl-500.woff2') format('woff2'), url('../fonts/MuseoSansCyrl-500/MuseoSansCyrl-500.ttf') format('truetype');
}

@font-face
{
    font-family: 'Museo';
    font-weight: 700; 
    font-style: normal;

    src: url('../fonts/MuseoSansCyrl-700/MuseoSansCyrl-700.eot');
    src: url('../fonts/MuseoSansCyrl-700/MuseoSansCyrl-700.eot?#iefix') format('embedded-opentype'), url('../fonts/MuseoSansCyrl-700/MuseoSansCyrl-700.woff') format('woff'), url('../fonts/MuseoSansCyrl-700/MuseoSansCyrl-700.woff2') format('woff2'), url('../fonts/MuseoSansCyrl-700/MuseoSansCyrl-700.ttf') format('truetype');
}

@font-face
{
    font-family: 'Museo';
    font-weight: 900; 
    font-style: normal;

    src: url('../fonts/MuseoSansCyrl-900/MuseoSansCyrl-900.eot');
    src: url('../fonts/MuseoSansCyrl-900/MuseoSansCyrl-900.eot?#iefix') format('embedded-opentype'), url('../fonts/MuseoSansCyrl-900/MuseoSansCyrl-900.woff') format('woff'), url('../fonts/MuseoSansCyrl-900/MuseoSansCyrl-900.woff2') format('woff2'), url('../fonts/MuseoSansCyrl-900/MuseoSansCyrl-900.ttf') format('truetype');
}

@font-face
{
    font-family: 'Museo';
    font-weight: 100; 
    font-style: normal;

    src: url('../fonts/MuseoSansCyrl-100/MuseoSansCyrl-100.eot');
    src: url('../fonts/MuseoSansCyrl-100/MuseoSansCyrl-100.eot?#iefix') format('embedded-opentype'), url('../fonts/MuseoSansCyrl-100/MuseoSansCyrl-100.woff') format('woff'), url('../fonts/MuseoSansCyrl-100/MuseoSansCyrl-100.woff2') format('woff2'), url('../fonts/MuseoSansCyrl-100/MuseoSansCyrl-100.ttf') format('truetype');
}

@font-face
{
    font-family: 'Play';
    font-weight: 700; 
    font-style: normal;

    src: url('../fonts/Play/Play-Bold/Play-Bold.eot');
    src: url('../fonts/Play/Play-Bold/Play-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Play/Play-Bold/Play-Bold.woff') format('woff'), url('../fonts/Play/Play-Bold/Play-Bold.woff2') format('woff2'), url('../fonts/Play/Play-Bold/Play-Bold.ttf') format('truetype');
}

@font-face
{
    font-family: 'Play';
    font-weight: 700; 
    font-style: normal;

    src: url('../fonts/Play/Play-Bold/Play-Bold.eot');
    src: url('../fonts/Play/Play-Bold/Play-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Play/Play-Bold/Play-Bold.woff') format('woff'), url('../fonts/Play/Play-Bold/Play-Bold.woff2') format('woff2'), url('../fonts/Play/Play-Bold/Play-Bold.ttf') format('truetype');
}

@font-face
{
    font-family: 'Play';
    font-weight: 400; 
    font-style: normal;

    src: url('../fonts/Play/Play-Regular/Play-Regular.eot');
    src: url('../fonts/Play/Play-Regular/Play-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Play/Play-Regular/Play-Regular.woff') format('woff'), url('../fonts/Play/Play-Regular/Play-Regular.woff2') format('woff2'), url('../fonts/Play/Play-Regular/Play-Regular.ttf') format('truetype');
}

#header
{
    min-height: 110px; 

    background-image: url('../images/img/header-bg.jpg');
}

.cart-header__container
{
    display: block;

    width: 100%;

    cursor: pointer; 

    border: 2px dashed #d7d7d7;
    -webkit-border-radius: 3px;
            border-radius: 3px;
}
.cart-header__container:hover
{
    background: #d2ddf9;
}

.cart-header__count span
{
    font-size: 2.5rem;
}

.cart-header__container
{
    position: relative;
}

.cart-header__circle
{
    position: absolute;
    top: 11px;
    right: -8px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 22px;
    height: 22px;

    -webkit-border-radius: 50%;
            border-radius: 50%;
    background-color: #264796;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.cart-header__circle div
{
    font-size: .7143rem;

    color: white;
}

.main-menu
{
    height: 50px;

    background-color: #333;
}
.main-menu .row
{
    height: 50px;
}

#search-header
{
    position: relative;
}

.search-header__input
{
    width: 100%;

    color: white; 
    border: none;
    border-bottom: 2px solid #949494;
    outline: none;
    background: transparent;
}

.search-submit__container
{
    font-size: 1.3rem;

    position: absolute;
    top: -5px;
    right: 2px;

    display: block;

    width: 20px;
    height: 20px;

    cursor: pointer; 
    -webkit-transition: .5s;
            transition: .5s;

    color: #949494;
}
.search-submit__container:before
{
    font-family: icomoon;

    content: '\e90f';
}
.search-submit__container:hover
{
    color: white;
}

.search-header__submit
{
    position: absolute;
    top: 0; 

    width: 20px;
    height: 25px;

    cursor: pointer;

    border: none;
    outline: none;
    background: transparent;
}

.phone-link
{
    -webkit-transition: .5s;
            transition: .5s;
}
.phone-link:hover
{
    text-decoration: none; 

    color: #264796;
}

header.fixed
{
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;

    width: 100%;

    background-color: white;
}
header.fixed + .slider-top
{
    margin-top: 127px;
}

.header-top
{
    padding: 12px 0;
}

.logo
{
    width: 196px;
}

.header-top__right
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}

.header-soc
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}

.header-soc__label
{
    margin-right: 10px;
}

.header-phone
{
    font-family: 'Play';
    font-size: 26px;
    font-weight: 700;
    line-height: 32px; 

    color: #275de6;
    text-shadow: 0 0 20px #ff7e23, 0 0 20px rgba(255, 126, 35, .9), 0 0 15px rgba(255, 126, 35, .85);
}

.komplektuyushchiye-soc .header-soc__items
{
    margin-top: 10px;
}

input
{
    outline: none;
}

.header-soc__item{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    background-color: #275de6;
    margin: 0 3px;
}

.header-soc__item:hover{
    background-color: #27aed6;
}

.btn
{
    font-family: 'Play';
    font-size: 17px;
    font-weight: 400;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    height: 42px;
    padding: 0 20px;

    color: white;
    border: none;
    -webkit-border-radius: 25px;
            border-radius: 25px;
    outline: none;
    background-color: #275de6;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.btn:hover
{
    color: white; 
    background-color: #ef7d20;
}

.btn-orange
{
    cursor: pointer; 

    background-color: #ef7d20;
}
.btn-orange:hover
{
    background-color: #275de6;
}

.header-bottom
{
    background-color: #212121;
    -webkit-box-shadow: -.4px 5px 7.5px .5px rgba(0, 0, 0, .23);
            box-shadow: -.4px 5px 7.5px .5px rgba(0, 0, 0, .23);
}

.hamburger
{
    display: none;
}

.header-menu__items
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    padding: 3px 0; 

    list-style: none;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}

.header-menu__link
{
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;

    -webkit-transition: .25s;
            transition: .25s; 

    color: white;
}
.header-menu__link:hover
{
    color: white; 
    text-shadow: 0 0 12.5px rgba(255, 126, 35, .8);
}
.header-soc__items{
    display: flex;
}
.header-soc__items-mobile{
    display: none !important;
}
.header-menu__link.header-blick
{
    color: white; 
    text-shadow: 0 0 20px #ff7e23, 0 0 20px rgba(255, 126, 35, .9), 0 0 15px rgba(255, 126, 35, .85);
}
.nav-pills__max{
    position: relative;
    min-width: 300px;
}
.nav-pills__default{
    border: 1px solid #aeaeae;
    padding: 5px 20px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: space-between;
}
.nav-pills{
    width: 100%;
    border-top: none;
}
.header-menu__link.active
{
    position: relative; 

    color: #ff7e23;
}
.header-menu__link.active:before
{
    position: absolute;
    bottom: -5px;
    left: 0; 

    width: 100%;
    height: 4px;

    content: '';

    background-color: #ff7e23;
}
.header-menu__link.active:after
{
    position: absolute;
    bottom: -3px;
    left: 50%;

    margin-left: -2.5px; 

    content: '';

    border: 5px solid transparent;
    border-bottom: 5px solid #ff7e23;
}

.slider-top__item
{
    position: relative;

    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display:         flex !important;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}

.slider-top__pic
{
    position: relative;
}

.slider-top__play
{
    position: absolute;
    top: 50%;
    left: 37%;
}
.slider-top__play img
{
    max-width: inherit;
}

.slider-top__item-content
{
    width: 60%;
    padding-left: 20px;
}

.slider-top
{
    position: relative;

    padding: 40px 0;
}
.slider-top:before
{
    position: absolute;
    top: 0; 
    left: 0;

    width: 1114px;
    height: 813px;

    content: '';

    background: url('../images/bg-top.png') no-repeat left;
    background-size: cover;
}
.slider-top .container
{
    position: relative;
    z-index: 1;
}

.slider-top__item-title
{
    font-family: 'Play';
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;

    margin-bottom: 20px; 

    color: #275de6;
    text-shadow: 0 0 20px #ff7e23, 0 0 20px rgba(255, 126, 35, .9), 0 0 15px rgba(255, 126, 35, .85);
}

.slider-top__item-table
{
    width: 100%; 
    max-width: 470px;
    padding: 20px 15px;

    border: 1.49px solid #ff7e23;
    -webkit-border-radius: 15px;
            border-radius: 15px;
    background-color: rgba(255, 255, 255, .76);
    -webkit-box-shadow: -.4px 5px 5px rgba(0, 0, 0, .17);
            box-shadow: -.4px 5px 5px rgba(0, 0, 0, .17);
}

.slider-top__item-table_title
{
    font-size: 27px;
    font-weight: 500;

    margin-bottom: 10px; 

    color: black;
}

.slider-top__item-table__flex
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}

.slider-top__item-table-column:nth-child(1)
{
    -webkit-flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
            flex-basis: 60%;
}

.slider-top__item-table-line
{
    font-size: 22px;
    font-weight: 300;
    line-height: 37px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    color: black;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.slider-top__item-table-line:before
{
    width: 13px;
    height: 13px;
    margin-right: 12px; 

    content: '';

    -webkit-border-radius: 50%;
            border-radius: 50%;
    background-color: #ff7e23;
}

.slider-top__form
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-top: 50px;
}

.slider-top__input
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    min-width: 226px;
    height: 40px;
    margin-right: 20px; 
    padding: 0 12px;

    border: 1.49px solid #275de6;
    background-color: white;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.slider-top__input::-webkit-input-placeholder
{
    font-size: 16px;
    font-weight: 400;
    line-height: 54px; 

    color: #9d9d9d;
}
.slider-top__input:-ms-input-placeholder
{
    font-size: 16px;
    font-weight: 400;
    line-height: 54px; 

    color: #9d9d9d;
}
.slider-top__input::placeholder
{
    font-size: 16px;
    font-weight: 400;
    line-height: 54px; 

    color: #9d9d9d;
}

.slider-top__text
{
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;

    margin-top: 20px; 

    color: black;
}

.slider-top__phone
{
    font-family: 'Play';
    font-size: 26px;
    font-weight: 700;
    line-height: 28px; 

    color: #275de6;
    text-shadow: 0 0 20px #ff7e23, 0 0 20px rgba(255, 126, 35, .9), 0 0 15px rgba(255, 126, 35, .85);
}

.mission
{
    position: relative;

    margin-top: 80px; 
    margin-left: 50%;
    padding: 15px;

    -webkit-border-radius: 10px;
            border-radius: 10px;
    background-color: #275de6;
}
.mission:before
{
    position: absolute;
    top: -80px;
    left: -130%;

    width: 594px;
    height: 349px; 

    content: '';

    background: url('../images/bg-mission.png');
}

.mission-title
{
    font-family: 'Play';
    font-size: 32px;
    font-weight: 400;
    line-height: 48px;

    margin-bottom: 4px; 

    color: white;
    text-shadow: 0 0 20px #ff7e23, 0 0 20px rgba(255, 126, 35, .9), 0 0 15px rgba(255, 126, 35, .85);
}

.mission-content
{
    font-size: 22px;
    font-weight: 500; 
    line-height: 30px;

    color: white;
    text-shadow: 0 0 20px #ff7e23, 0 0 20px rgba(255, 126, 35, .9), 0 0 15px rgba(255, 126, 35, .85);
}

.title
{
    font-family: 'Play';
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;

    margin-bottom: 30px; 

    text-align: center;

    color: #275de6;
    text-shadow: 0 0 20px #ff7e23, 0 0 20px rgba(255, 126, 35, .9), 0 0 15px rgba(255, 126, 35, .85);
}

.application-container
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-bottom: 40px; 

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}

.application-text
{
    font-size: 20px;

    margin-right: 10%;

    color: black;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}

.solutions-items__dishes
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-bottom: 60px; 

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
}

.solutions-item__dishes
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
	cursor:pointer;
    margin-bottom: 20px; 

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-flex-basis: 33.3%;
    -ms-flex-preferred-size: 33.3%;
            flex-basis: 33.3%;
}

.solutions-item__dishes-pic
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    position: relative;
    width: 122px;
    height: 68px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}
.solutions-item__dishes-pic img
{
    -webkit-transition: .25s;
            transition: .25s;
}
.solutions-item__dishes-title
{
    font-size: 22px;
    line-height: 28px;

    margin-left: 20px;

    color: black;
}

input[type='text']::-webkit-input-placeholder {
   align-items: center !important;
    line-height: 16px !important;
}

input[type='text']:-moz-placeholder { /* Firefox 18- */
    align-items: center !important;
    line-height: 16px !important;
}

input[type='text']::-moz-placeholder {  /* Firefox 19+ */
    align-items: center !important;
    line-height: 16px !important;
}

input[type='text']:-ms-input-placeholder {
    align-items: center !important;
    line-height: 16px !important;
}

.solutions-items__block
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}

.solutions-item__block
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-top: 14px;
    padding: 22px 20px;

    -webkit-transition: .25s;
            transition: .25s; 

    border: 2.07px solid transparent;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    background-color: #efefef;

    -webkit-flex-basis: 49%;
    -ms-flex-preferred-size: 49%;
            flex-basis: 49%;
}
.solutions-item__block:hover
{
    border: 2.07px solid #949dd4;
}

.solutions-item__block:hover .solutions-item__block-left-absolute{
    opacity: 1;
}

.solutions-item__block-left
{
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.solutions-item__block-left-absolute{
    position: absolute;
    opacity: 0;
    transition: .25s;
}

.solutions-item__block-right
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    padding-left: 10px;

    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
            align-items: flex-start;
}

.solutions
{
    position: relative;

    overflow: hidden;

    padding-bottom: 60px;
}
.solutions .container
{
    position: relative;
    z-index: 1;
}
.solutions:before
{
    position: absolute;
    bottom: -30px;
    left: 0;

    width: 914px;
    height: 897px; 

    content: '';

    background: url('../images/solutions-bg.png') no-repeat left;
    background-size: cover;
}

.solutions-item__block-title
{
    font-family: 'Play';
    font-size: 22px;
    font-weight: 400;
    line-height: 29px; 

    margin-bottom: 10px;

    color: black;
}

.solutions-item__block-massa
{
    font-size: 25px;
    line-height: 29px;

    margin-bottom: 10px;
    padding: 0 3px; 

    color: white;
    background-color: #ff7e23;
}

.solutions-item__block-info
{
    font-size: 17px;
    font-weight: 500;
    line-height: 21px;

    margin-bottom: 10px; 

    color: black;
}
.solutions-item__block-info span
{
    font-weight: 400; 

    color: #275de6;
}

.solutions-item__block-price
{
    font-size: 17px;
    line-height: 21px;

    margin-bottom: 20px; 

    color: black;
}
.solutions-item__block-price span
{
    font-size: 23px;
}

.equipment-block
{
    position: relative;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-top: 10px; 

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}

.equipment-block__item
{
    position: absolute;
}
.equipment-block__item:nth-child(1)
{
    top: 69%;
    left: 26%;
}
.equipment-block__item:nth-child(2)
{
    top: 80%;
    left: 37%;
}
.equipment-block__item:nth-child(3)
{
    top: 5%;
    left: 56%;
}
.equipment-block__item:nth-child(4)
{
    top: 42%;
    left: 68%;
}
.equipment-block__item:nth-child(5)
{
    top: 49%;
    left: 60%;
}
.equipment-block__item:nth-child(6)
{
    top: 76%;
    left: 43%;
}
.equipment-block__item:nth-child(7)
{
    top: 84%;
    left: 57%;
}

.equipment-block__item-2:nth-child(1){
    top: 15%;
    left: 82%;
}

.equipment-block__item-2:nth-child(2){
    top: 18%;
    left: 74%;
}

.equipment-block__item-2:nth-child(3){
    top: 50%;
    left: 53%;
}

.equipment-block__item-2:nth-child(4){
    top: 48%;
    left: 42%;
}

.equipment-block__item-2:nth-child(5){
    top: 88%;
    left: 31%;
}

.equipment-block__item-2:nth-child(6){
    top: 54%;
    left: 18%;
}

.equipment-block__item-2:nth-child(7){
    top: 32%;
    left: 26%;
}

.equipment-block__item-2:nth-child(8){
    top: 38%;
    left: 35%;
}

.equipment-block__item-2:nth-child(9){
    top: 30%;
    left: 66%;
}

.equipment-block__item-2:nth-child(10){
    top: 34%;
    left: 46%;
}

.equipment-block__item-2:nth-child(11){
    top: 16%;
    left: 88%;
}

.equipment-block__item-2:nth-child(12){
    top: 23%;
    left: 82%;
}

.equipment-block__item-icon
{
    position: relative;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 29px;
    height: 29px;

    border: 2.07px solid white;
    -webkit-border-radius: 50%;
            border-radius: 50%; 
    background-color: #ff7e23;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.equipment-block__item-icon:hover + .equipment-block__content
{
    z-index: 1; 

    display: block;
}
.modal-content p{
    text-align: center;
    color: black;
    font-size: 20px;
    line-height: 48px;
}
.modal-content a{
    color: #275de6;
    font-size: 20px;
    line-height: 28px;
    text-decoration: underline;
    display: block;
    text-align: center;
}
.solutions-input{
    width: 100% !important;
    background-color: white;
    border: 0.92px solid #727272 !important;
    margin-bottom: 5px;
    padding: 8px 12px;
}
.equipment-block__item-icon span
{
    width: 11px;
    height: 11px;

    -webkit-border-radius: 50%;
            border-radius: 50%; 
    background-color: white;
}
.header-bottom__complex{
    display: none;
}
.fixed .header-bottom__complex{
    display: block;
    margin-bottom: 0;
}
.fixed .application-container{
    margin-bottom: 0;
}
.equipment-block__item-icon:before
{
    position: absolute;
    top: -3px;
    left: -2px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 30px;
    height: 30px;

    content: '';
   /* -webkit-animation: radial-pulse 1s infinite;
            animation: radial-pulse 1s infinite;*/

    opacity: 1;
    color: gray;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background: transparent;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}

@-webkit-keyframes radial-pulse
{
    0%
    {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 126, 35, .51);
                box-shadow: 0 0 0 0 rgba(255, 126, 35, .51);
    }
    100%
    {
        -webkit-box-shadow: 0 0 0 40px rgba(0, 0, 0, 0);
                box-shadow: 0 0 0 40px rgba(0, 0, 0, 0);
    }
}

@keyframes radial-pulse
{
    0%
    {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 126, 35, .51);
                box-shadow: 0 0 0 0 rgba(255, 126, 35, .51);
    }
    100%
    {
        -webkit-box-shadow: 0 0 0 40px rgba(0, 0, 0, 0);
                box-shadow: 0 0 0 40px rgba(0, 0, 0, 0);
    }
}

.equipment-block__content
{
    position: absolute;
    right: -webkit-calc(100% + 8px);
    right:         calc(100% + 8px);
    bottom: 28px;

    display: none; 

    width: 370px; /* размер окна для 3D*/
    padding: 15px;

    border: 2px solid #ff7e23;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    background-color: white;
}

.equipment-block__content-title
{
    font-size: 22px;
    font-weight: 700;
    line-height: 26px; 

    color: #275de6;
}

.equipment-block__content-description
{
    font-size: 16px;
    font-weight: 400;
    line-height: 20px; 

    color: black;
}

.komplektuyushchiye-container
{
    width: 100%; 
    margin-top: 50px;
    padding: 20px 0;

    background-image: url('../images/komplektuyushchiye-bg.png');
    background-size: contain;
    position: relative;
    background-position: 0px 0px;
    background-repeat: repeat-x;

    animation: animatedBackground 50s linear infinite;
}
@keyframes animatedBackground {
    from { background-position: 0 0; }
    to { background-position: 100% 0; }
}

.komplektuyushchiye-container:before{
    content: 'Brandbook';
    text-shadow: 0 0 10px rgba(39, 93, 230, 0.75);
    color: #ff7e23;
    font-size: 19px;
    font-weight: 600;
    line-height: 40px;
    text-transform: uppercase;
    position: absolute;
    top: 50px;
    left: -44px;
    transform: rotate(-90deg);
    z-index: 1;
}

.komplektuyushchiye-title
{
    font-size: 20px;
    line-height: 20px;

    text-align: center; 

    color: #275de6;
    text-shadow: 0 0 20px #ff7e23, 0 0 20px rgba(255, 126, 35, .9), 0 0 15px rgba(255, 126, 35, .85);
}

.komplektuyushchiye-items
{
    direction: rtl;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}

.komplektuyushchiye-item
{
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.komplektuyushchiye-items .slick-track{
    display: flex !important;
    align-items: center;
}

.sale-container
{
    margin-top: 50px;
    padding-left: 240px;
}

.sale-container__items
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}

.sale-container__item
{
    font-size: 18px;
    line-height: 22px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    padding-right: 10px; 

    color: black;

    -webkit-flex-basis: 33%;
    -ms-flex-preferred-size: 33%;
            flex-basis: 33%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.sale-container__item img
{
    flex-shrink: 0;
    margin-right: 10px;
}

.sale-container__item-pic{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 7px;
}

.sale-container__item-pic img, .conditions-item__pic img, .contact-block__pic img{
    border-radius: 50%;
    box-shadow: 0 0 10px blue;
    transition: .25s;
}

.sale-container__item img, .conditions-item img, .contact-block img{
    border-radius: 50%;
    box-shadow: 0 0 10px blue;
    transition: .25s;
}

.sale-container__item-pic img:hover, .conditions-item__pic img:hover, .contact-block__pic img:hover{
    box-shadow: 0 0 10px #ff7e23;
}



.sale-container__item img:hover, .conditions-item img:hover, .contact-block img:hover{
    border-radius: 50%;
    box-shadow: 0 0 10px #ff7e23;
}

.conditions-item__pic{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-block__pic{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sale-container__item-pic-absolute, .conditions-item__pic-absolute, .contact-block__pic-absolute{
    position: absolute;
    opacity: 0;
    transition: .25s    ;
}

.sale-container__item-pic:hover .sale-container__item-pic-absolute, .conditions-item__pic:hover .conditions-item__pic-absolute, .contact-block__pic:hover .contact-block__pic-absolute{
    opacity: 1;
}

.sale-form
{
    margin-top: 30px;
    padding: 20px 40px;

    background: url(../images/komplektuyushchiye-bg.png) repeat;
    background-size: contain;
}

.sale-form__title
{
    font-family: 'Play';
    font-size: 22px;
    font-weight: 700;
    line-height: 29px;

    margin-bottom: 10px;

    color: black;
}

.sale-form__flex
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}

.sale-block
{
    position: relative;
    overflow: hidden;
}
.sale-block:before
{
    position: absolute;
    bottom: -50px;
    right: 0;

    width: 1920px;
    height: 425px;

    content: '';

    background: url('../images/sale.png') no-repeat right;
    background-size: cover;
}

.sale-form__input
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 20%;
    height: 40px;
    margin-right: 20px;
    padding: 0 12px;

    border: 1.49px solid #275de6;
    background-color: white;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}

.conditions-block
{
    position: relative;

    overflow: hidden; 

    margin-top: 80px;
    padding-bottom: 60px;
}
.conditions-block:before
{
    position: absolute;
    top: 0;
    left: 0;

    width: 1761px;
    height: 486px; 

    content: '';

    background: url('../images/conditions-bg.png');
}
.conditions-block .container
{
    position: relative;
    z-index: 1;
}

.conditions-items
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}

.conditions-item
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    margin-top: 20px; 

    text-align: center;

    -webkit-flex-basis: 23%;
    -ms-flex-preferred-size: 23%;
            flex-basis: 23%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}

.conditions-item__title
{
    font-size: 20px;
    font-weight: 400; 
    line-height: 26px;
}
.conditions-item__title span
{
    color: #275de6;
}

.w-280
{
    font-family: 'Play';

    width: 280px;
    margin: 0 auto; 

    text-align: center;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}

.form-max
{
    position: relative;

    margin-top: 40px; 
    padding: 39px 70px;

    background: url('../images/form-max.jpg') no-repeat left;
    background-size: cover;
}
.form-max .title{
    font-size: 34px;
}

.form-max:before{
    content: url("../images/man-2.png");
    position: absolute;
    bottom: 0;
    right: 10px;
}

.form-max__container
{
    width: 100%; 
    max-width: 501px;
}

input[type='text']
{
    font-family: 'Museo';
    font-size: 16px;
    font-weight: 400; 

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 20%;
    height: 40px;
    padding: 12px;

    border: 1.49px solid #275de6;
    background-color: white;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    transition: .25s;
}
input[type='text']:hover, input[type='text']:focus{
    border: 1.49px solid #ff7e23;
}
input[type='text']::-webkit-input-placeholder
{
    font-size: 16px;
    font-weight: 400;
    line-height: 54px; 

    color: #9d9d9d;
}
input[type='text']:-ms-input-placeholder
{
    font-size: 16px;
    font-weight: 400;
    line-height: 54px; 

    color: #9d9d9d;
}
input[type='text']::placeholder
{
    font-size: 16px;
    font-weight: 400;
    line-height: 54px; 

    color: #9d9d9d;
}

.form-max__line
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 100%;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.form-max__line input
{
    margin-top: 16px;

    -webkit-flex-basis: 48.5%;
    -ms-flex-preferred-size: 48.5%;
            flex-basis: 48.5%;
}

.form-max__line-relative
{
    position: relative;

    -webkit-flex-basis: 48.5%;
    -ms-flex-preferred-size: 48.5%;
            flex-basis: 48.5%;
}
.form-max__line-relative input
{
    width: 100%;
}

textarea
{
    font-family: 'Museo';
    font-size: 16px;
    font-weight: 400;

    width: 100%;
    height: 131px;
    margin-top: 16px; 
    padding: 12px;

    resize: none;

    border: 1.49px solid #275de6;
    background-color: white;
}
textarea::-webkit-input-placeholder
{
    font-size: 16px;
    font-weight: 400; 

    color: #9d9d9d;
}
textarea:-ms-input-placeholder
{
    font-size: 16px;
    font-weight: 400; 

    color: #9d9d9d;
}
textarea::placeholder
{
    font-size: 16px;
    font-weight: 400; 

    color: #9d9d9d;
}

.form-max__icon:hover{
    border: 1.49px solid #275de6    ;
}

.form-max__icon
{
    font-size: 19px;
    line-height: 25px;
    transition: .25;
    position: relative; 

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    height: 40px;
    margin-top: 16px;
    padding: 0 12px;

    color: #ff7e23;
    border: 1.49px solid #ff7e23;
    background-color: white;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.form-max__icon:after
{
    content: '';

    border: 5px solid transparent;
    border-left: 8px solid #ff7e23;
}

.form-max__absolute
{
    position: absolute;
    top: -40px;
    left: 100%;
    display: none;
    width: 498px; 
    margin-left: 34px;
    padding: 19px;

    border: 1.49px solid #275de6;
    background-color: white;
}
.form-max__absolute.active{
    display: block;
}
.form-max__absolute:before
{
    position: absolute;
    top: 59px; 
    right: 100%;

    content: url('../images/ugol.png');
}

.form-max__absolute-title
{
    font-family: 'Play';
    font-size: 22px;
    font-weight: 400;
    line-height: 24px;

    margin-bottom: 10px; 

    color: #275de6;
    text-shadow: 0 0 20px #ff7e23, 0 0 20px rgba(255, 126, 35, .9), 0 0 15px rgba(255, 126, 35, .85);
}

.form-max__absolute-line
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}

.form-max__absolute-item
{
    -webkit-flex-basis: 48.5%;
    -ms-flex-preferred-size: 48.5%;
            flex-basis: 48.5%;
}

.form-max__absolute-label
{
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;

    margin-top: 10px; 
    margin-bottom: 3px;

    color: black;
}

select
{
    font-family: 'Museo';

    position: relative;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 100%;
    height: 34px;
    padding: 0 12px;

    border: 1.49px solid #275de6;
    background-color: white;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.select-relative
{
    position: relative;
}
.select-relative:after
{
    font-size: 12px;

    position: absolute;
    z-index: 1;
    top: 7px;
    right: 8px;

    -webkit-box-sizing: border-box;
            box-sizing: border-box; 
    width: 10%;
    height: 100%;
    padding: 0 8px;

    content: '▼';
    text-align: center;
    pointer-events: none;
}

.form-max__check-container
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}

.form-max__check-item
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}

.form-max__check
{
    position: relative; 

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 35px;
    height: 34px;
    margin-right: 5px;

    border: 1.49px solid #275de6;
    background-color: white;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}
.form-max__check input
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    cursor: pointer;

    opacity: 0;
}
.form-max__check input:checked + span
{
    opacity: 1;
}
.form-max__check span
{
    font-weight: 500;

    opacity: 0;
}
.form-max__check span:before
{
    position: absolute;
    top: 19px; 
    left: 3px;

    width: 13px;
    height: 1.5px;

    content: '';
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);

    background: #275de6;
}
.form-max__check span:after
{
    position: absolute;
    top: 16px; 
    left: 10px;

    width: 22px;
    height: 1.5px;

    content: '';
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);

    background: #275de6;
}

.form-max__check-label
{
    font-weight: 500;
}

.form-max__100 .form-max__absolute-item
{
    margin-top: 10px; 

    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
}

.composition-container
{
    position: relative;

    overflow: hidden;
}
.composition-container:before
{
    position: absolute;
    top: 0;
    left: 0;

    width: 1761px;
    height: 486px;

    content: '';

    background: url(../images/conditions-bg.png);
}

.composition-items
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}

.composition-item
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    text-align: center; 

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-flex-basis: 33.3%;
    -ms-flex-preferred-size: 33.3%;
            flex-basis: 33.3%;
}

.composition-item__pic
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    position: relative;
    height: 231px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}

.composition-item__pic:hover .solutions-absolute{
    opacity: 1;
}

.composition-item__title
{
    font-size: 20px;
    font-weight: 500; 
    line-height: 24px;

    margin-top: -30px;
}

.domestic-equipment
{
    margin-top: 50px;
}

.map-about
{
    position: relative;

    overflow: hidden;

    padding-top: 100px;
    padding-bottom: 10px;
}
.map-about:before
{
    position: absolute;
    top: -30px;
    left: 0;

    width: 100%;
    height: 905px; 

    content: '';

    background: url('../images/map-about.png') no-repeat left;
    background-size: cover;
}

.map-about__container
{
    position: relative;

    margin-top: -70px;
}

.map-about__items
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

.map-about__item
{
    position: absolute;
}

.map-about__item-icon
{
    position: relative;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 29px;
    height: 29px;

    border: 2.07px solid white;
    -webkit-border-radius: 50%;
            border-radius: 50%; 
    background-color: #ff7e23;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.map-about__item-icon:hover + .map-about__item-content
{
    z-index: 1; 

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.map-about__item-icon span
{
    width: 11px;
    height: 11px;

    -webkit-border-radius: 50%;
            border-radius: 50%; 
    background-color: white;
}
.map-about__item-icon:before
{
    position: absolute;
    top: -3px;
    left: -2px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 30px;
    height: 30px;

    content: '';

    opacity: 1;
    color: gray;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background: transparent;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}

.map-about__item-content
{
    position: absolute;
    bottom: -webkit-calc(100% + 20px);
    bottom:         calc(100% + 20px);
    left: -webkit-calc(100% + 30px);
    left:         calc(100% + 30px);

    display: none;

    width: 459px; 
    padding: 15px;

    border: 2px solid #ff7e23;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    background-color: white;
}

.map-about__item-pic
{
    margin-right: 12px; 

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}

.map-about__item-one
{
    top: 420px;
    left: 490px;
}

.map-about__item-two
{
    top: 140px;
    left: 170px;
}

.map-about__item-three
{
    top: 490px;
    left: 700px;
}

.map-about__item-four
{
    top: 240px;
    left: 180px;
}
.map-about__item-5
{
    top: 220px;
    left: 220px;
}

.map-about__item-6
{
    top: 310px;
    left: 250px;
}

.map-about__item-7
{
    top: 430px;
    left: 400px;
}

.map-about__item-8
{
    top: 250px;
    left: 150px;
}

.map-about__item-9
{
    top: 290px;
    left: 310px;
}

.map-about__item-10
{
    top: 550px;
    left: 1015px;
}

.map-about__item-11
{
    top: 470px;
    left: 620px;
}

.recommendations
{
    margin-top: 50px;
}

.recommendations-item__pic
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    overflow: hidden;
    width: 169px;
    height: 218px;
    margin-bottom: 5px; 

    border: 2px solid #ff7e23;
    -webkit-border-radius: 15px;
            border-radius: 15px;
    background-color: #ff7e23;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
    position: relative;
}

.recommendations-item__pic-absolute{
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
}

.recommendations-items .slick-slide:hover .recommendations-item__pic-absolute{
    opacity:1;
}

.recommendations-item__title
{
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;

    margin-bottom: 3px;
}

.recommendations-item__description
{
    font-size: 16px;
    font-weight: 400; 
    line-height: 20px;
}

#hidden-content, #consent
{
    width: 100%;
    max-width: 1200px;
    margin: 0 20px;

    border: 2px solid #ff7e23;
    -webkit-border-radius: 15px;
            border-radius: 15px;
}

.recommendations-hidden__title
{
    font-family: 'Play';
    font-size: 28px;
    font-weight: 400;
    line-height: 20px;

    margin-bottom: 10px; 

    color: #275de6;
}

.recommendations-hidden__description
{
    font-size: 20px;
    line-height: 20px;

    margin-bottom: 8px;

    color: black;
}

.recommendations-hidden__content
{
    font-size: 16px;
    line-height: 20px;
}

.orange-text
{
    color: #ff7e23 !important;
}

.history
{
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;

    position: relative;

    margin-top: 60px;
    padding: 50px 0;

    color: white; 
    background: url('../images/history.jpg') no-repeat right;
    background-size: cover;
}
.history .title
{
    color: white;
}

.history-small__item-video
{
    position: relative;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.history-small__item-video:before
{
    position: absolute; 

    content: url('../images/play.png');
}

.history-small
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    flex-flow: row wrap;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.arrow-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    width: 30px;
    cursor: pointer;
}
.history-small__item
{
    margin-top: 20px;
    margin-right: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex; 
    overflow: hidden;

    border: 2px solid transparent;
    -webkit-border-radius: 25px;
            border-radius: 25px;

    -webkit-flex-basis: 47.5%;
    -ms-flex-preferred-size: 47.5%;
            flex-basis: 47.5%;
}
.history-small__item:nth-child(2n){
    margin-right: 0;
}
.history-small__item:hover
{
    border: 2px solid #ff7e23;
}
.history-small__item img
{
    width: 100%;
}

.history-big
{
    display: block; 
    overflow: hidden;

    border: 2px solid transparent;
    -webkit-border-radius: 25px;
            border-radius: 25px;
}
.history-big img
{
    width: 100%;
}
.history-big:hover
{
    border: 2px solid #ff7e23;
}

.equipment-our
{
    margin-top: 60px;
}
.equipment-our .solutions-item__dishes-title
{
    line-height: 28px;
}
.solutions-item__dishes{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.equipment-our .solutions-item__dishes-pic
{
    height: 100px;
}

.solutions-absolute{
    opacity: 0;
    transition: .25s;
}

.solutions-item__dishes:hover .solutions-absolute{
    opacity: 1;
}

.solutions-absolute{
    position: absolute;
    max-width: 110%;
    width: 110%;
}

.certificate
{
    position: relative; 

    margin-top: 60px;
}
.certificate:before
{
    position: absolute;
    top: -100px;
    right: 0;

    width: 897px;
    height: 955px; 

    content: '';

    background: url('../images/certificate-bg.png');
}

.p-max
{
    font-size: 20px;
    font-weight: 500; 
    line-height: 26px;
}

.certificate-items
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
            align-items: flex-start;
}

.certificate-item
{
    margin-top: 30px; 

    -webkit-flex-basis: 23%;
    -ms-flex-preferred-size: 23%;
            flex-basis: 23%;
}
.certificate-item:hover .certificate-item__pic
{
    -webkit-box-shadow: 0 0 35px rgba(255, 126, 35, .75);
            box-shadow: 0 0 35px rgba(255, 126, 35, .75);
}

.certificate-item__title
{
    font-size: 16px;
    font-weight: 500; 
    line-height: 20px;

    display: block;

    margin-top: 8px;
}

.certificate-item__pic
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 268px;
    height: 365px;

    -webkit-transition: .25s;
            transition: .25s; 

    background: url('../images/certificate-border.png') no-repeat center;
    background-size: cover;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}

.certificate__standart
{
    font-size: 16px;
    font-weight: 500; 
    line-height: 20px;

    margin-top: 20px;
    padding: 15px 20px;

    border: 2px solid #ff7e23;
    -webkit-border-radius: 15px;
            border-radius: 15px;
    background-color: white;

    -webkit-flex-basis: 23%;
    -ms-flex-preferred-size: 23%;
            flex-basis: 23%;
}
.certificate__standart p
{
    margin-top: 8px;
}

.optional-equipment
{
    position: relative;
}
.optional-equipment:before
{
    position: absolute;
    top: 0; 
    right: 0;

    width: 489px;
    height: 377px;

    content: '';

    background: url('../images/optional-equipment__bg.png') no-repeat right;
    background-size: cover;
}

.optional-equipment__items
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}

.optional-equipment__item
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    margin-top: 30px;

    text-align: left; 

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
            align-items: flex-start;
    -webkit-flex-basis: 23.5%;
    -ms-flex-preferred-size: 23.5%;
            flex-basis: 23.5%;
}

.optional-equipment__item-pic:hover .optional-equipment__item-pic-absolute{
    opacity: 1;
}

.optional-equipment__item-pic-absolute{
    position: absolute;
    width: 110%;
    opacity: 0;
    transition: .25s;
    max-width: 110%;
}

.optional-equipment__item-pic
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    height: 150px;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
            justify-content: center;
    position: relative;
}

.optional-equipment__item-title
{
    font-family: 'Play';
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;

    margin-bottom: 6px; 

    color: #ff7e23;
}

.optional-equipment__item-subTitle
{
    font-size: 16px;
    font-weight: 500; 
    line-height: 20px;

    margin-bottom: 2px;

    text-align: left;
}

.optional-equipment__item-description
{
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column; 

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
}

.question-container
{
    position: relative; 

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    overflow: hidden;
            flex-direction: column;

    margin-top: 80px;
    padding: 44px 73px;

    -webkit-border-radius: 25px;
            border-radius: 25px;
    background: url('../images/question-form.png') no-repeat left;
    background-size: cover;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
}
.question-container .title
{
    font-size: 38px;

    text-align: left;
}
.question-container p
{
    font-size: 20px;
    font-weight: 500;

    color: black;
}
.question-container a
{
    font-size: 24px;

    margin: 4px 0;
}

.question-container .header-soc__items a{
    margin: 0 10px;
}

.question-form
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column; 

    width: 100%;
    max-width: 502px;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
}

.form-max__line-max input
{
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
}

.form-max__line-flex
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-top: 16px; 

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.form-max__line-flex input
{
    margin-top: 0;
}

.question-container__absolute
{
    position: absolute;
    right: 30px;
    bottom: 0;
}

.question-container__absolute-name
{
    position: absolute;
    right: 98%;
    bottom: 140px;

    width: 180px;

    text-align: right;
}

.question-container__absolute-title
{
    font-weight: 500;
}

.partners
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    margin-top: 30px;
    padding: 30px 0;

    color: white;
    background: url('../images/partners.png') no-repeat center;
    background-size: cover;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
            align-items: flex-start;
}
.partners .title
{
    margin-bottom: 12px; 

    text-align: left;

    color: white;
}
.partners a
{
    margin-top: 20px;
}

.contact-block
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    overflow: hidden;

    margin-top: 20px; 

    -webkit-border-radius: 25px;
            border-radius: 25px;
}

.contact-block__column
{
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
}

.contact-block__orange
{
    border: 2px solid #ff7e23;
}
.contact-block__orange .contact-block__column:first-child
{
    padding: 21px 16px;

    border-right: 2px solid #ff7e23;
}
.contact-block__orange .contact-block__title
{
    color: #ff7e23;
}

.contact-block__blue
{
            flex-direction: row-reverse; 

    border: 2px solid #275de6;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
}
.contact-block__blue .contact-block__column:first-child
{
    padding: 21px 16px;

    border-left: 2px solid #275de6;
}
.contact-block__blue .contact-block__title
{
    color: #275de6;
}

.contact-block__column > ymaps
{
    height: 100% !important;
}

.contact
{
    margin-top: 40px;
}

.contact-block__title
{
    font-family: 'Play';
    font-size: 20px;
    font-weight: 400;
    line-height: 26px; 

    color: #275de6;
}

.contact-block__line
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-top: 15px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}

.contact-block__pic
{
    width: 61px;
    height: 100%; 
    margin-right: 10px;

    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
            flex-shrink: 0;
}
.contact-block__pic img
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}

.contact-block__text
{
    font-size: 17px;
    line-height: 22px; 

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
}

.contact-block__link
{
    color: #275de6;
}
.contact-block__link:hover
{
    text-decoration: underline;
}

.footer-container
{
    font-size: 14px;
    line-height: 20px; 

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-top: 30px;

    color: #7c7c7c;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}

body.compensate-for-scrollbar
{
    overflow: hidden;
}

.fancybox-active
{
    height: auto;
}

.fancybox-is-hidden
{
    position: absolute !important;
    top: -9999px;
    left: -9999px;

    visibility: hidden; 

    margin: 0;
}

.fancybox-container
{
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji',
    'Segoe UI Emoji', 'Segoe UI Symbol';

    position: fixed;
    z-index: 99992; 
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    -webkit-transform: translateZ(0);
            transform: translateZ(0);

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
}

.fixed .header-top{
    display: none;
}

.fancybox-container *
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage
{
    position: absolute;
    top: 0; 
    right: 0;
    bottom: 0;
    left: 0;
}

.fancybox-outer
{
    overflow-y: auto; 

    -webkit-overflow-scrolling: touch;
}

.fancybox-bg
{
    -webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
            transition-timing-function: cubic-bezier(.47, 0, .74, .71); 
    -webkit-transition-duration: inherit;
            transition-duration: inherit;
    -webkit-transition-property: opacity;
            transition-property: opacity;

    opacity: 0;
    background: #1e1e1e;
}

.fancybox-is-open .fancybox-bg
{
    -webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
            transition-timing-function: cubic-bezier(.22, .61, .36, 1); 

    opacity: .87;
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button
{
    position: absolute;
    z-index: 99997; 

    visibility: hidden;

    -webkit-transition: opacity .25s, visibility 0s linear .25s;
            transition: opacity .25s, visibility 0s linear .25s;

    opacity: 0;

    direction: ltr;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button
{
    visibility: visible; 

    -webkit-transition: opacity .25s, visibility 0s;
            transition: opacity .25s, visibility 0s;

    opacity: 1;
}

.fancybox-infobar
{
    font-size: 13px;
    line-height: 44px;

    top: 0;
    left: 0;

    min-width: 44px;
    height: 44px;
    padding: 0 10px;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; 
    text-align: center;
    pointer-events: none;

    color: #ccc;

    -webkit-font-smoothing: subpixel-antialiased;
    mix-blend-mode: difference;
    -webkit-touch-callout: none;
}

.fancybox-toolbar
{
    top: 0; 
    right: 0;
}

.fancybox-stage
{
    z-index: 99994; 

    overflow: visible;

    -webkit-transform: translate3d(0, 0, 0);

    direction: ltr;
}

.fancybox-is-open .fancybox-stage
{
    overflow: hidden;
}

.fancybox-slide
{
    position: absolute;
    z-index: 99994; 
    top: 0;
    left: 0;

    display: none;
    overflow: auto;

    width: 100%;
    height: 100%;
    padding: 44px;

    -webkit-transition-property: opacity, -webkit-transform;
            transition-property: opacity, -webkit-transform;
            transition-property: transform, opacity;
            transition-property: transform, opacity, -webkit-transform;
    text-align: center;
    white-space: normal;

    outline: none;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
}

.fancybox-slide::before
{
    display: inline-block;

    width: 0; 
    height: 100%;
    margin-right: -.25em;

    content: '';
    vertical-align: middle;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next
{
    display: block;
}

.fancybox-slide--next
{
    z-index: 99995;
}

.fancybox-slide--image
{
    overflow: visible;

    padding: 44px 0;
}

.fancybox-slide--image::before
{
    display: none;
}

.fancybox-slide--html
{
    padding: 6px 6px 0 6px;
}

.fancybox-slide--iframe
{
    padding: 44px 44px 0;
}

.fancybox-content
{
    position: relative;

    display: inline-block;
    overflow: auto;

    max-width: 100%;
    margin: 0 0 6px 0;
    padding: 0;
    padding: 24px;

    text-align: left;
    vertical-align: middle; 

    background: #fff;
}

.fancybox-slide--image .fancybox-content
{
    position: absolute;
    z-index: 99995; 
    top: 0;
    left: 0;

    overflow: visible;

    max-width: none;
    margin: 0;
    padding: 0;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-transition-property: opacity, -webkit-transform;
            transition-property: opacity, -webkit-transform;
            transition-property: transform, opacity;
            transition-property: transform, opacity, -webkit-transform;
    -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
            animation-timing-function: cubic-bezier(.5, 0, .14, 1);

    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

.fancybox-can-zoomOut .fancybox-content
{
    cursor: -webkit-zoom-out;
    cursor:         zoom-out;
}

.fancybox-can-zoomIn .fancybox-content
{
    cursor: -webkit-zoom-in;
    cursor:         zoom-in;
}

.fancybox-can-drag .fancybox-content
{
    cursor: -webkit-grab;
    cursor:         grab;
}

.fancybox-is-dragging .fancybox-content
{
    cursor: -webkit-grabbing;
    cursor:         grabbing;
}

.fancybox-container [data-selectable='true']
{
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%; 
    max-width: none;
    height: 100%;
    max-height: none;
    margin: 0;
    padding: 0;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    border: 0;
    background: transparent;
}

.fancybox-spaceball
{
    z-index: 1;
}

.fancybox-slide--html .fancybox-content
{
    margin-bottom: 6px;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content
{
    overflow: visible;

    width: 100%; 
    height: 100%;
    margin: 0;
    padding: 0;
}

.fancybox-slide--video .fancybox-content
{
    background: #000;
}

.fancybox-slide--map .fancybox-content
{
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content
{
    height: -webkit-calc(100% - 44px);
    height:         calc(100% - 44px);
    margin-bottom: 44px; 

    background: #fff;
}

.fancybox-video,
.fancybox-iframe
{
    overflow: hidden;

    width: 100%; 
    height: 100%;
    margin: 0;
    padding: 0;

    border: 0;
    background: transparent;
}

.fancybox-iframe
{
    vertical-align: top;
}

.fancybox-error
{
    width: 100%; 
    max-width: 400px;
    padding: 40px;

    cursor: default;

    background: #fff;
}

.fancybox-error p
{
    font-size: 16px;
    line-height: 20px;

    margin: 0;
    padding: 0; 

    color: #444;
}

/* Buttons */
.fancybox-button
{
    display: inline-block;

    width: 44px; 
    height: 44px;
    margin: 0;
    padding: 10px;

    cursor: pointer;
    -webkit-transition: color .2s;
            transition: color .2s;
    vertical-align: top;

    border: 0;
    -webkit-border-radius: 0;
            border-radius: 0;
    outline: none;
    background: rgba(30, 30, 30, .6);
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link
{
    color: #ccc;
}

.fancybox-button:focus,
.fancybox-button:hover
{
    color: #fff;
}

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover
{
    cursor: default; 

    color: #888;
}

.fancybox-button svg
{
    position: relative;

    display: block;
    overflow: visible;

    shape-rendering: geometricPrecision;
}

.fancybox-button svg path
{
    fill: transparent;
    stroke: currentColor;
    stroke-linejoin: round;
    stroke-width: 3;
}

.fancybox-button--play svg path:nth-child(2)
{
    display: none;
}

.fancybox-button--pause svg path:nth-child(1)
{
    display: none;
}

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path
{
    fill: currentColor;
}

.fancybox-button--share svg path
{
    stroke-width: 1;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button
{
    position: absolute;
    top: 50%;

    width: 38px; 
    height: 38px;
    padding: 6px;

    opacity: 0;
}

.fancybox-show-nav .fancybox-navigation .fancybox-button
{
    -webkit-transition: opacity .25s, visibility 0s, color .25s;
            transition: opacity .25s, visibility 0s, color .25s;
}

.fancybox-navigation .fancybox-button::after
{
    position: absolute;
    top: -25px; 
    left: -25px;

    padding: 50px;

    content: '';
}

.fancybox-navigation .fancybox-button--arrow_left
{
    left: 6px;
}

.fancybox-navigation .fancybox-button--arrow_right
{
    right: 6px;
}

/* Close button on the top right corner of html content */
.fancybox-close-small
{
    position: absolute;
    z-index: 10; 
    top: 0;
    right: 0;

    width: 44px;
    height: 44px;
    margin: 0;
    padding: 6px;

    cursor: pointer;

    color: #555;
    border: 0;
    -webkit-border-radius: 0;
            border-radius: 0;
    background: transparent;
}

.fancybox-close-small svg
{
    -webkit-transition: stroke .1s;
            transition: stroke .1s; 

    opacity: .8;

    fill: transparent;
    stroke: currentColor;
    stroke-width: 1.5;
}

.fancybox-close-small:focus
{
    outline: none;
}

.fancybox-close-small:hover svg
{
    opacity: 1;
}

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small
{
    top: -44px; 
    right: -12px;

    padding: 5px;

    color: #ccc;
}

.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg,
.fancybox-slide--iframe .fancybox-close-small:hover svg
{
    color: #fff; 
    background: transparent;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small
{
    display: none;
}

/* Caption */
.fancybox-caption
{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;

    right: 0; 
    bottom: 0;
    left: 0;

    padding: 25px 44px 25px 44px;

    color: #fff;
}

.fancybox-caption::before
{
    position: absolute;
    z-index: -1; 
    top: -25px;
    right: 0;
    bottom: 0;
    left: 0;

    display: block;

    content: '';
    pointer-events: none;

    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
    background-repeat: repeat-x;
    background-size: contain;
}

.fancybox-caption::after
{
    position: absolute;
    top: 0; 
    right: 44px;
    left: 44px;

    display: block;

    content: '';

    border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited
{
    text-decoration: none; 

    color: #ccc;
}

.fancybox-caption a:hover
{
    text-decoration: underline; 

    color: #fff;
}

/* Loading indicator */
.fancybox-loading
{
    position: absolute;
    z-index: 99999; 
    top: 50%;
    left: 50%;

    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    padding: 0;

    -webkit-animation: fancybox-rotate .8s infinite linear;
            animation: fancybox-rotate .8s infinite linear;

    opacity: .6;
    border: 6px solid rgba(100, 100, 100, .5);
    border-top-color: #fff;
    -webkit-border-radius: 100%;
            border-radius: 100%;
    background: transparent;
}

@-webkit-keyframes fancybox-rotate
{
    from
    {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    to
    {
        -webkit-transform: rotate(359deg);
                transform: rotate(359deg);
    }
}

@keyframes fancybox-rotate
{
    from
    {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    to
    {
        -webkit-transform: rotate(359deg);
                transform: rotate(359deg);
    }
}

/* Transition effects */
.fancybox-animated
{
    -webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
            transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous
{
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0); 

    opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next
{
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0); 

    opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current
{
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); 

    opacity: 1;
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next
{
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
            transition-timing-function: cubic-bezier(.19, 1, .22, 1); 

    opacity: 0;
}

.fancybox-fx-fade.fancybox-slide--current
{
    opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous
{
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
            transform: scale3d(1.5, 1.5, 1.5); 

    opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next
{
    -webkit-transform: scale3d(.5, .5, .5);
            transform: scale3d(.5, .5, .5); 

    opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current
{
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); 

    opacity: 1;
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous
{
    -webkit-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
            transform: rotate(-360deg); 

    opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next
{
    -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
            transform: rotate(360deg); 

    opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current
{
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg); 

    opacity: 1;
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous
{
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
            transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); 

    opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next
{
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
            transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); 

    opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current
{
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
            transform: scale3d(1, 1, 1) translate3d(0, 0, 0); 

    opacity: 1;
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous
{
    -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
            transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next
{
    -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
            transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current
{
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1);
}

/* Share */
.fancybox-share
{
    max-width: 90%;
    padding: 30px;

    text-align: center; 

    -webkit-border-radius: 3px;
            border-radius: 3px;
    background: #f4f4f4;
}

.fancybox-share h1
{
    font-size: 35px;
    font-weight: 700;

    margin: 0 0 20px 0; 

    color: #222;
}

.fancybox-share p
{
    margin: 0;
    padding: 0;
}

.fancybox-share__button
{
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;

    display: inline-block;

    min-width: 130px;
    margin: 0 5px 10px 5px;
    padding: 0 15px;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-transition: all .2s;
            transition: all .2s;
    white-space: nowrap; 
    text-decoration: none;

    border: 0;
    -webkit-border-radius: 3px;
            border-radius: 3px;
}

.fancybox-share__button:visited,
.fancybox-share__button:link
{
    color: #fff;
}

.fancybox-share__button:hover
{
    text-decoration: none;
}

.fancybox-share__button--fb
{
    background: #3b5998;
}

.fancybox-share__button--fb:hover
{
    background: #344e86;
}

.fancybox-share__button--pt
{
    background: #bd081d;
}

.fancybox-share__button--pt:hover
{
    background: #aa0719;
}

.fancybox-share__button--tw
{
    background: #1da1f2;
}

.fancybox-share__button--tw:hover
{
    background: #0d95e8;
}

.fancybox-share__button svg
{
    position: relative;
    top: -1px;

    width: 25px; 
    height: 25px;
    margin-right: 7px;

    vertical-align: middle;
}

.fancybox-share__button svg path
{
    fill: #fff;
}

.fancybox-share__input
{
    font-size: 14px;

    width: 100%; 
    margin: 10px 0 0 0;
    padding: 10px 15px;

    color: #5d5b5b;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    -webkit-border-radius: 0;
            border-radius: 0;
    outline: none;
    background: transparent;
}

/* Thumbs */
.fancybox-thumbs
{
    position: absolute;
    z-index: 99995; 
    top: 0;
    right: 0;
    bottom: 0;

    display: none;

    width: 212px;
    margin: 0;
    padding: 2px 2px 4px 2px;

    background: #fff;

    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-tap-highlight-color: transparent;
}

.fancybox-thumbs-x
{
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs
{
    display: block;
}

.fancybox-show-thumbs .fancybox-inner
{
    right: 212px;
}

.fancybox-thumbs > ul
{
    font-size: 0;

    position: absolute;
    position: relative;

    overflow-x: hidden;
    overflow-y: auto;

    width: 100%; 
    height: 100%;
    margin: 0;
    padding: 0;

    list-style: none;

    white-space: nowrap;
}

.fancybox-thumbs-x > ul
{
    overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar
{
    width: 7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track
{
    -webkit-border-radius: 10px;
            border-radius: 10px;
    background: #fff;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
            box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb
{
    -webkit-border-radius: 10px;
            border-radius: 10px; 
    background: #2a2a2a;
}

.fancybox-thumbs > ul > li
{
    position: relative;

    float: left;
    overflow: hidden;

    width: 100px; 
    max-width: -webkit-calc(50% - 4px);
    max-width:         calc(50% - 4px);
    height: 75px;
    max-height: -webkit-calc(100% - 8px);
    max-height:         calc(100% - 8px);
    margin: 2px;
    padding: 0;

    cursor: pointer;

    outline: none;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
}

.fancybox-thumbs-loading
{
    background: rgba(0, 0, 0, .1);
}

.fancybox-thumbs > ul > li
{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.fancybox-thumbs > ul > li:before
{
    position: absolute;
    z-index: 99991; 
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    content: '';
    -webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
            transition: all .2s cubic-bezier(.25, .46, .45, .94);

    opacity: 0;
    border: 4px solid #4ea7f9;
}

.fancybox-thumbs .fancybox-thumbs-active:before
{
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px)
{
    .fancybox-thumbs
    {
        width: 110px;
    }
    .fancybox-show-thumbs .fancybox-inner
    {
        right: 110px;
    }
    .fancybox-thumbs > ul > li
    {
        max-width: -webkit-calc(100% - 10px);
        max-width:         calc(100% - 10px);
    }
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;

    margin-right: auto; 
    margin-left: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table; 

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none; 
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden
{
    display: none;
}

.slick-arrow
{
    position: absolute;
    top: 50%;

    margin-top: -20px;

    cursor: pointer;
}
.slick-arrow:before
{
    content: url('../images/arrow.png');
}
.slick-arrow:hover:before
{
    content: url('../images/arrow-hover.png');
}

.slick-prev
{
    left: -50px;
}

.slick-next
{
    right: -50px;

    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -40px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 100%; 
    margin: 0;
    padding: 0;

    list-style: none;

    text-align: center;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.slick-dots li
{
    width: 16px;
    height: 16px;
    margin: 0 10px; 

    border: 2px solid #275de6;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background-color: transparent;
}
.slick-dots li button
{
    display: none;
}
.slick-dots li:before
{
    content: none !important;
}
.slick-dots li.slick-active
{
    width: 16px;
    height: 16px;

    border: 2px solid #275de6; 
    background-color: #275de6;
}
.slick-dots li:hover
{
    background-color: #31c6f0;
}

#footer
{
    background-color: #f5f5f5;
}

@media (max-width: 1200px)
{
    .sale-block:before
    {
        display: none;
    }
    .form-max:before{
        display: none;
    }
    .question-container__absolute-name
    {
        display: none;
    }
    .form-max__absolute
    {
        left: 75%;

        width: 460px;
    }
    .container
    {
        width: 100%;
        padding: 0 10px;
    }
    .slider-top__item
    {
                flex-direction: column; 

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
    }
    .slider-top__pic
    {
        margin-top: 30px;
    }
    .slider-top__pic > img
    {
        display: none;
    }
    .slider-top__play
    {
        position: relative;
        top: auto;
        left: auto;
    }
    .slider-top
    {
        overflow: hidden;
    }
    .mission
    {
        margin-top: 40px; 
        margin-left: 0;
    }
    .mission:before
    {
        display: none;
    }
}

@media (max-width: 991px)
{
    .header-soc__items-mobile {
        display: flex !important;
        justify-content: center;
        margin-top: 20px;
    }
    .contact-block
    {
                flex-direction: column !important; 

        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
            -ms-flex-direction: column !important;
    }
    .contact-block .contact-block__column:nth-child(2)
    {
        height: 300px;
    }
    .contact-block__blue .contact-block__column:first-child
    {
        border-bottom: 2px solid #275de6;
        border-left: none;
    }
    .contact-block__orange .contact-block__column
    {
        border-right: none; 
        border-bottom: 2px solid #ff7e23;
    }
    .question-container
    {
        margin-top: 40px;
    }
    .question-container
    {
        padding: 20px;
    }
    .question-container__absolute
    {
        display: none;
    }
    .form-max__line-flex .header-soc__items
    {
        margin-top: 20px;
    }
    .question-form
    {
        max-width: 100%;
    }
    .sale-container
    {
        padding-left: 0;
    }
    .equipment-block__item
    {
        position: relative;
        top: auto !important;
        left: auto !important;

        margin-top: 20px;
    }
    .map-about__item-icon
    {
        display: none;
    }
    .map-about__items
    {
        position: relative;
    }

    .map-about__item-content
    {
        position: relative;
        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        left: auto !important;

        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        width: 100%;
    }
    .map-about
    {
        padding-top: 40px;
    }
    .map-about__item
    {
        position: relative;
        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        left: auto !important;

        margin-top: 20px;
    }
    .sale-container__items
    {
                flex-direction: column;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
                align-items: flex-start;
    }
    .sale-form
    {
        padding: 15px;
    }
    .sale-form__flex
    {
                flex-direction: column; 

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
    }
    .sale-form__flex input
    {
        width: 100%;
        margin-right: 0; 
        margin-bottom: 10px;
    }
    .form-max
    {
        padding: 15px;
    }
    .form-max__line-relative
    {
        display: none;
    }
    .equipment-block__item
    {
        position: relative;
        top: auto !important;
        left: auto !important;

        margin-top: 20px;
    }
    .form-max__line
    {
                flex-direction: column; 

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
    }
    .form-max__line input
    {
        width: 100%;
        padding: 8px 12px;
    }
    .equipment-block__item-icon
    {
        display: none;
    }
    .equipment-block
    {
                flex-direction: column; 

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
    }
    .nav-pills
    {
        justify-content: center;
        width: 100%;
        margin-top: 20px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
    }
    #hidden-content, #consent{
        width: auto;
    }
    .solutions-item__block
    {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
                flex-basis: 100%;
    }
    .equipment-block__content
    {
        position: relative;
        right: auto;
        bottom: auto;
        left: auto;

        display: block; 

        width: 100%;
    }
    .solutions-items__dishes
    {
        margin-bottom: 20px;
    }
    .solutions-item__dishes
    {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
                flex-basis: 50%;
    }
    .slider-top__item-content
    {
        width: 100%;
        padding-left: 0;
    }
    .hamburger
    {
        display: block;

        margin-left: 30px;
    }
    .hamburger .line
    {
        display: block;

        width: 30px;
        height: 3px;
        margin: 4px auto;

        -webkit-transition: all .3s ease-in-out;
                transition: all .3s ease-in-out; 

        background-color: black;
    }
    .hamburger:hover
    {
        cursor: pointer;
    }
    .header-soc
    {
        display: none;
    }
    .komplektuyushchiye-soc
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
    }
    .header-top
    {
        position: relative;
        z-index: 1;

        background-color: white;
        -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, .22);
                box-shadow: 1px 1px 8px rgba(0, 0, 0, .22);
    }
    .header-top .btn
    {
        display: none;
    }
    .header-bottom
    {
        position: fixed;
        top: -100vh; 
        left: 0;

        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        width: 100%;
        height: -webkit-calc(100vh - 60px);
        height:         calc(100vh - 60px);

        -webkit-transition: .25s;
                transition: .25s;

        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
                align-items: center;
    }
    header.active .header-bottom
    {
        z-index: 2; 
        top: 60px;
    }
    header.active .line:nth-child(2)
    {
        opacity: 0;
    }
    header.active .line:nth-child(1)
    {
        -webkit-transform: translateY(7px) rotate(45deg);
            -ms-transform: translateY(7px) rotate(45deg);
                transform: translateY(7px) rotate(45deg);
    }
    header.active .line:nth-child(3)
    {
        -webkit-transform: translateY(-7px) rotate(-45deg);
    }
    .header-menu__items
    {
                flex-direction: column;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
                justify-content: center;
    }
    .header-menu__link
    {
        display: block; 

        margin: 5px 0;
    }
    .logo
    {
        width: 96px;
    }
    .header-phone
    {
        font-size: 18px;
    }
    .composition-item
    {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
                flex-basis: 50%;
    }
    .history-small
    {
        margin-bottom: 20px;
    }
    .certificate-item
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
                flex-direction: column;

        padding: 0 20px; 

        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
                flex-basis: 50%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
                align-items: center;
    }
    .certificate__standart
    {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
                flex-basis: 50%;
    }
}

@media (max-width: 767px)
{
    .nav-pills__max{
        margin-top: 20px;
        width: 100%;
    }
    .header-soc__item{
        margin: 0 10px !important;
    }
    .modal-content .modal-form{
        flex-direction: column;
    }
    .modal-content .modal-form input{
        margin-bottom: 10px;
        width: 100%;
    }
    .modal-dialog{
        background: white;
        width: 100%;
        padding: 40px 20px 20px;
    }
    .komplektuyushchiye-container:before{
        display: none;
    }
    .optional-equipment__item
    {
        text-align: center; 

        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
                flex-basis: 100%;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
                align-items: center;
    }
    .question-container .title
    {
        font-size: 30px;
    }
    .certificate-item
    {
        text-align: center; 

        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
                flex-basis: 100%;
    }
    .solutions-item__dishes
    {
        flex-direction: column;
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
                flex-basis: 50%;
        padding-right: 5px;
    }
    .solutions-item__dishes-title{
        font-size: 20px;
        margin-left: 0;
        margin-top: 10px;
        text-align: center;
    }
    .sale-container__item img{
        flex-shrink: 0;
    }
    .certificate__standart
    {
        text-align: center;

        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
                flex-basis: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
                justify-content: center;
    }
    .footer-container
    {
                flex-direction: column;

        text-align: center; 

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
    }
    .copy
    {
        margin: 12px 0;
    }
    .composition-item
    {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
                flex-basis: 50%;
    }
    .application-container
    {
                flex-direction: column; 

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
    }
    .komplektuyushchiye-container
    {
        padding: 20px 10px;
    }
    .komplektuyushchiye-item
    {
        -webkit-flex-basis: 49%;
        -ms-flex-preferred-size: 49%;
                flex-basis: 49%;
    }
    .title
    {
        font-size: 30px;
        line-height: 30px;
    }
    .solutions-item__block-left
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
                align-items: center;
    }
    .solutions-item__block-right
    {
        padding-left: 0;
    }
    .solutions-item__block
    {
                flex-direction: column; 

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
    }
    .slider-top__item-title
    {
        font-size: 26px;
        line-height: 36px;

        margin-bottom: 20px;
    }
    .slider-top__item-table__flex
    {
                flex-direction: column; 

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
    }
    .slider-top__form
    {
                flex-direction: column;

        margin-top: 20px; 

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
    }
    .slider-top__input
    {
        width: 100% !important;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .btn
    {
        text-align: center;

        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
                justify-content: center;
    }
    .title
    {
        text-align: center !important;
    }
    .conditions-item
    {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
                flex-basis: 100%;
    }
}

@media (max-width: 350px)
{
    .header-phone
    {
        font-size: 18px;
    }
    .hamburger
    {
        margin-left: 10px;
    }
    .logo
    {
        width: 80px;
    }
}

@media(max-width: 1600px)  {
    .sale-container{
        padding-left: 0;
    }
}

/* custom */

.modal .modal-dialog{
    transform: none;
}

.modal_thanks{
    background: none;
}

.fancybox-close-small{
    display: none;
}

/* обводка */ 
input, textarea  {
outline: 0!important;
outline-color: transparent!important;
outline-width: 0!important;
outline-style: none!important;
box-shadow: 0 0 0 0 rgba(0,123,255,0)!important;
} 

/** new **/
.sale-container__item img{
    flex-shrink: 0;
    margin-right: 10px;
}

.composition-item__pic, .solutions-item__dishes-pic, .optional-equipment__item-pic{
    position: relative;
}

.solutions-absolute, .optional-equipment__item-pic-absolute{
    width: 110%;
    max-width: 110%;
    left: auto;
}

.form-max__icon{
    transition: .25s;
}

.form-max__icon:hover{
    border: 1.49px solid #275de6;
    color: #275de6;
}

.equipment-block__content.active{
    display: block;
}

