

/* Start:/local/templates/it_jet_pro/js/slick/slick.css?16160525881776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: 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);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: 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;
}

/* End */


/* Start:/local/templates/it_jet_pro/css/main.css?1680504874425986*/
@font-face {
    font-family: Gotham;
    font-weight: 100;
    font-style: normal;
    src: url(../fonts/GothamProLight.eot);
    src: url(../fonts/GothamProLight.eot#iefix) format("embedded-opentype"), url(../fonts/GothamProLight.woff) format("woff"), url(../fonts/GothamProLight.ttf) format("truetype")
}

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

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

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

/*REFACTORING*/


/*наведение вверх*/
.c-block-accent-up {
    transform: translateY(0);
    box-shadow: 0 5px 10px 0 rgba(179, 179, 179, .15);
    transition: box-shadow .3s ease, transform .3s ease;
    position: relative;
}

.c-block-accent-up:hover,
.c-block-accent-up:focus {
    box-shadow: 0 15px 25px 0 rgba(0, 186, 239, .15);
    transform: translateY(-10px);
}

.c-block-accent-up_start-none {
    box-shadow: 0px 0px 0px 0px rgba(179, 179, 179, .15);
}

/*футер*/
.c-block-accent-up__controls {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translateY(0);
    transition: transform .3s ease;
}

.c-block-accent-up:hover .c-block-accent-up__controls,
.c-block-accent-up:focus .c-block-accent-up__controls {
    transform: translateY(22px);
}

.c-block-accent-up__controls_fade-in {
    opacity: 0;
    transition: transform .3s ease, opacity .3s ease;
}

.c-block-accent-up:hover .c-block-accent-up__controls_fade-in,
.c-block-accent-up:focus .c-block-accent-up__controls_fade-in {
    opacity: 1;
}

.c-block-accent_fixed {
    transform: translateY(0) !important;
}


/*carousel dots*/
.owl-dots_primary {
    text-align: center;
    position: relative;
    margin-top: 30px;
}

.owl-dots_primary .owl-dot {
    /*
  display: inline-block;
  border: 2px solid #00aeff;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0 4px !important;
  */
}

.owl-dots_primary .owl-dot.active {
    background: #00aeff;
}

/*center element in block*/
.u-centered {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto !important;
    max-width: 100%;
    width: auto !important;
}

/*section*/
.c-section {
    background: #fff;
    position: relative;
    z-index: 1;
}

.c-section_decored {
    position: relative;
}

.c-section__decor {
    height: 50%;
    position: absolute;
    left: 0;
    right: 0;
}

/*.c-section__decor_sm {
  height:  ;
}*/

.c-section__decor_top {
    top: 0;
}

.c-section__decor_bottom {
    bottom: 0;
}

.c-section_total {
    z-index: 2;
}

.c-section_total .c-section__decor {
    height: 65px;
}

.c-section_md,
.c-section_md_fixed {
    padding-top: 40px;
    padding-bottom: 40px;
}

.c-section_lg,
.c-section_lg_fixed {
    padding-top: 60px;
    padding-bottom: 60px;
}

@media (min-width: 992px) {

    .c-section_md {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .c-section.c-section_lg {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

/*list*/
.c-ul {
    padding-left: 15px;
}

.c-ul li + li {
    margin-top: 0.7em;
}

/*REFACTORING END*/


html {
    font-family: Gotham, sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, footer, header, nav, section {
    display: block
}

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

figcaption, figure, main {
    display: block
}

figure {
    margin: 1em 40px
}

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

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

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

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

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

b, strong {
    font-weight: inherit
}

b, strong {
    font-weight: bolder
}

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

dfn {
    font-style: italic
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio, video {
    display: inline-block
}

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

img {
    border-style: none
}

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

button, input, optgroup, select, textarea {
    font-family: Gotham, sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

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

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

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

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

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

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] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

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

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

details, menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

@media print {
    *, ::after, ::before, blockquote::first-letter, blockquote::first-line, div::first-letter, div::first-line, li::first-letter, li::first-line, p::first-letter, p::first-line {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

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

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

    pre {
        white-space: pre-wrap !important
    }

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

    thead {
        display: table-header-group
    }

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

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

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

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

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

    .table-bordered td, .table-bordered th {
        border: 1px solid #ddd !important
    }
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

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

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

html {
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: Gotham;
    /*font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;*/
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #292b2c;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title], abbr[title] {
    cursor: help
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

a {
    color: #0275d8;
    text-decoration: none
}

a:focus, a:hover {
    color: #014c8c;
    text-decoration: underline
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle
}

[role=button] {
    cursor: pointer
}

[role=button], a, area, button, input, label, select, summary, textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

table {
    border-collapse: collapse;
    background-color: transparent
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #636c72;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: left
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button, input, select, textarea {
    line-height: inherit
}

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

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    resize: vertical
}

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

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit
}

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

output {
    display: inline-block
}

[hidden] {
    display: none !important
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: Gotham;
    font-weight: 500;
    line-height: 1.1;
    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
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.1
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.1
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.1
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.1
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.small, small {
    font-size: 80%;
    font-weight: 400
}

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

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

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

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: 5px
}

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

.blockquote {
    padding: .5rem 1rem;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    border-left: .25rem solid #eceeef
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #636c72
}

.blockquote-footer::before {
    content: "\2014 \00A0"
}

.blockquote-reverse {
    padding-right: 1rem;
    padding-left: 0;
    text-align: right;
    border-right: .25rem solid #eceeef;
    border-left: 0
}

.blockquote-reverse .blockquote-footer::before {
    content: ""
}

.blockquote-reverse .blockquote-footer::after {
    content: "\00A0 \2014"
}

.img-fluid {
    max-width: 100%;
    height: auto
}

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

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #636c72
}

code, kbd, pre, samp {
    /*
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
  */
    font-family: Gotham;
}

code {
    padding: .2rem .4rem;
    font-size: 90%;
    color: #bd4147;
    background-color: #f7f7f9;
    -webkit-border-radius: .25rem;
    border-radius: .25rem
}

a > code {
    padding: 0;
    color: inherit;
    background-color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 90%;
    color: #fff;
    background-color: #292b2c;
    -webkit-border-radius: .2rem;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 90%;
    color: #292b2c
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0
}

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

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

@media (min-width: 576px) {
    .container {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 766px) {
    .container {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .container {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .container {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 576px) {
    .container {
        width: 540px;
        max-width: 100%
    }
}

@media (min-width: 766px) {
    .container {
        width: 720px;
        max-width: 100%
    }
}

@media (min-width: 992px) {
    .container {
        width: 960px;
        max-width: 100%
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1140px;
        max-width: 100%
    }
}

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

@media (min-width: 576px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 766px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px
    }
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 576px) {
    .row {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 766px) {
    .row {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 992px) {
    .row {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 1200px) {
    .row {
        margin-right: -15px;
        margin-left: -15px
    }
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters > .col, .no-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0
}

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

@media (min-width: 576px) {
    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 766px) {
    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9 {
        padding-right: 15px;
        padding-left: 15px
    }
}

.col {
    -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;
    max-width: 100%
}

.col-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.pull-0 {
    right: auto
}

.pull-1 {
    right: 8.333333%
}

.pull-2 {
    right: 16.666667%
}

.pull-3 {
    right: 25%
}

.pull-4 {
    right: 33.333333%
}

.pull-5 {
    right: 41.666667%
}

.pull-6 {
    right: 50%
}

.pull-7 {
    right: 58.333333%
}

.pull-8 {
    right: 66.666667%
}

.pull-9 {
    right: 75%
}

.pull-10 {
    right: 83.333333%
}

.pull-11 {
    right: 91.666667%
}

.pull-12 {
    right: 100%
}

.push-0 {
    left: auto
}

.push-1 {
    left: 8.333333%
}

.push-2 {
    left: 16.666667%
}

.push-3 {
    left: 25%
}

.push-4 {
    left: 33.333333%
}

.push-5 {
    left: 41.666667%
}

.push-6 {
    left: 50%
}

.push-7 {
    left: 58.333333%
}

.push-8 {
    left: 66.666667%
}

.push-9 {
    left: 75%
}

.push-10 {
    left: 83.333333%
}

.push-11 {
    left: 91.666667%
}

.push-12 {
    left: 100%
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

@media (min-width: 576px) {
    .col-sm {
        -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;
        max-width: 100%
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .pull-sm-0 {
        right: auto
    }

    .pull-sm-1 {
        right: 8.333333%
    }

    .pull-sm-2 {
        right: 16.666667%
    }

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

    .pull-sm-4 {
        right: 33.333333%
    }

    .pull-sm-5 {
        right: 41.666667%
    }

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

    .pull-sm-7 {
        right: 58.333333%
    }

    .pull-sm-8 {
        right: 66.666667%
    }

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

    .pull-sm-10 {
        right: 83.333333%
    }

    .pull-sm-11 {
        right: 91.666667%
    }

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

    .push-sm-0 {
        left: auto
    }

    .push-sm-1 {
        left: 8.333333%
    }

    .push-sm-2 {
        left: 16.666667%
    }

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

    .push-sm-4 {
        left: 33.333333%
    }

    .push-sm-5 {
        left: 41.666667%
    }

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

    .push-sm-7 {
        left: 58.333333%
    }

    .push-sm-8 {
        left: 66.666667%
    }

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

    .push-sm-10 {
        left: 83.333333%
    }

    .push-sm-11 {
        left: 91.666667%
    }

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

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.333333%
    }

    .offset-sm-2 {
        margin-left: 16.666667%
    }

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

    .offset-sm-4 {
        margin-left: 33.333333%
    }

    .offset-sm-5 {
        margin-left: 41.666667%
    }

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

    .offset-sm-7 {
        margin-left: 58.333333%
    }

    .offset-sm-8 {
        margin-left: 66.666667%
    }

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

    .offset-sm-10 {
        margin-left: 83.333333%
    }

    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 766px) {
    .col-md {
        -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;
        max-width: 100%
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .pull-md-0 {
        right: auto
    }

    .pull-md-1 {
        right: 8.333333%
    }

    .pull-md-2 {
        right: 16.666667%
    }

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

    .pull-md-4 {
        right: 33.333333%
    }

    .pull-md-5 {
        right: 41.666667%
    }

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

    .pull-md-7 {
        right: 58.333333%
    }

    .pull-md-8 {
        right: 66.666667%
    }

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

    .pull-md-10 {
        right: 83.333333%
    }

    .pull-md-11 {
        right: 91.666667%
    }

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

    .push-md-0 {
        left: auto
    }

    .push-md-1 {
        left: 8.333333%
    }

    .push-md-2 {
        left: 16.666667%
    }

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

    .push-md-4 {
        left: 33.333333%
    }

    .push-md-5 {
        left: 41.666667%
    }

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

    .push-md-7 {
        left: 58.333333%
    }

    .push-md-8 {
        left: 66.666667%
    }

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

    .push-md-10 {
        left: 83.333333%
    }

    .push-md-11 {
        left: 91.666667%
    }

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

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.333333%
    }

    .offset-md-2 {
        margin-left: 16.666667%
    }

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

    .offset-md-4 {
        margin-left: 33.333333%
    }

    .offset-md-5 {
        margin-left: 41.666667%
    }

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

    .offset-md-7 {
        margin-left: 58.333333%
    }

    .offset-md-8 {
        margin-left: 66.666667%
    }

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

    .offset-md-10 {
        margin-left: 83.333333%
    }

    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        -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;
        max-width: 100%
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .pull-lg-0 {
        right: auto
    }

    .pull-lg-1 {
        right: 8.333333%
    }

    .pull-lg-2 {
        right: 16.666667%
    }

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

    .pull-lg-4 {
        right: 33.333333%
    }

    .pull-lg-5 {
        right: 41.666667%
    }

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

    .pull-lg-7 {
        right: 58.333333%
    }

    .pull-lg-8 {
        right: 66.666667%
    }

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

    .pull-lg-10 {
        right: 83.333333%
    }

    .pull-lg-11 {
        right: 91.666667%
    }

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

    .push-lg-0 {
        left: auto
    }

    .push-lg-1 {
        left: 8.333333%
    }

    .push-lg-2 {
        left: 16.666667%
    }

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

    .push-lg-4 {
        left: 33.333333%
    }

    .push-lg-5 {
        left: 41.666667%
    }

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

    .push-lg-7 {
        left: 58.333333%
    }

    .push-lg-8 {
        left: 66.666667%
    }

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

    .push-lg-10 {
        left: 83.333333%
    }

    .push-lg-11 {
        left: 91.666667%
    }

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

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.333333%
    }

    .offset-lg-2 {
        margin-left: 16.666667%
    }

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

    .offset-lg-4 {
        margin-left: 33.333333%
    }

    .offset-lg-5 {
        margin-left: 41.666667%
    }

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

    .offset-lg-7 {
        margin-left: 58.333333%
    }

    .offset-lg-8 {
        margin-left: 66.666667%
    }

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

    .offset-lg-10 {
        margin-left: 83.333333%
    }

    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -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;
        max-width: 100%
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .pull-xl-0 {
        right: auto
    }

    .pull-xl-1 {
        right: 8.333333%
    }

    .pull-xl-2 {
        right: 16.666667%
    }

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

    .pull-xl-4 {
        right: 33.333333%
    }

    .pull-xl-5 {
        right: 41.666667%
    }

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

    .pull-xl-7 {
        right: 58.333333%
    }

    .pull-xl-8 {
        right: 66.666667%
    }

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

    .pull-xl-10 {
        right: 83.333333%
    }

    .pull-xl-11 {
        right: 91.666667%
    }

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

    .push-xl-0 {
        left: auto
    }

    .push-xl-1 {
        left: 8.333333%
    }

    .push-xl-2 {
        left: 16.666667%
    }

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

    .push-xl-4 {
        left: 33.333333%
    }

    .push-xl-5 {
        left: 41.666667%
    }

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

    .push-xl-7 {
        left: 58.333333%
    }

    .push-xl-8 {
        left: 66.666667%
    }

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

    .push-xl-10 {
        left: 83.333333%
    }

    .push-xl-11 {
        left: 91.666667%
    }

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

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.333333%
    }

    .offset-xl-2 {
        margin-left: 16.666667%
    }

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

    .offset-xl-4 {
        margin-left: 33.333333%
    }

    .offset-xl-5 {
        margin-left: 41.666667%
    }

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

    .offset-xl-7 {
        margin-left: 58.333333%
    }

    .offset-xl-8 {
        margin-left: 66.666667%
    }

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

    .offset-xl-10 {
        margin-left: 83.333333%
    }

    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem
}

.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #eceeef
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #eceeef
}

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

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

.table-sm td, .table-sm th {
    padding: .3rem
}

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

.table-bordered td, .table-bordered th {
    border: 1px solid #eceeef
}

.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 2px
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-active, .table-active > td, .table-active > th {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, .075)
}

.table-success, .table-success > td, .table-success > th {
    background-color: #dff0d8
}

.table-hover .table-success:hover {
    background-color: #d0e9c6
}

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

.table-info, .table-info > td, .table-info > th {
    background-color: #d9edf7
}

.table-hover .table-info:hover {
    background-color: #c4e3f3
}

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

.table-warning, .table-warning > td, .table-warning > th {
    background-color: #fcf8e3
}

.table-hover .table-warning:hover {
    background-color: #faf2cc
}

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

.table-danger, .table-danger > td, .table-danger > th {
    background-color: #f2dede
}

.table-hover .table-danger:hover {
    background-color: #ebcccc
}

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

.thead-inverse th {
    color: #fff;
    background-color: #292b2c
}

.thead-default th {
    color: #464a4c;
    background-color: #eceeef
}

.table-inverse {
    color: #fff;
    background-color: #292b2c
}

.table-inverse td, .table-inverse th, .table-inverse thead th {
    border-color: #fff
}

.table-inverse.table-bordered {
    border: 0
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

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

.form-control {
    display: block;
    width: 100%;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #464a4c;
    background-color: #fff;
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
    -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;
    -o-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;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #464a4c;
    background-color: #fff;
    border-color: #5cb3fd;
    outline: 0
}

.form-control::-webkit-input-placeholder {
    color: #636c72;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #636c72;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #636c72;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #636c72;
    opacity: 1
}

.form-control::placeholder {
    color: #636c72;
    opacity: 1
}

.form-control:disabled, .form-control[readonly] {
    background-color: #eceeef;
    opacity: 1
}

.form-control:disabled {
    cursor: not-allowed
}

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: #464a4c;
    background-color: #fff
}

.form-control-file, .form-control-range {
    display: block
}

.col-form-label {
    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);
    margin-bottom: 0
}

.col-form-label-lg {
    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);
    font-size: 1.25rem
}

.col-form-label-sm {
    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);
    font-size: .875rem
}

.col-form-legend {
    padding-top: .5rem;
    padding-bottom: .5rem;
    margin-bottom: 0;
    font-size: 1rem
}

.form-control-static {
    padding-top: .5rem;
    padding-bottom: .5rem;
    margin-bottom: 0;
    line-height: 1.25;
    border: solid transparent;
    border-width: 1px 0
}

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

.form-control-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    -webkit-border-radius: .2rem;
    border-radius: .2rem
}

.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]), .input-group-sm > select.input-group-addon:not([size]):not([multiple]), select.form-control-sm:not([size]):not([multiple]) {
    height: 1.8125rem
}

.form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    -webkit-border-radius: .3rem;
    border-radius: .3rem
}

.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]), .input-group-lg > select.input-group-addon:not([size]):not([multiple]), select.form-control-lg:not([size]):not([multiple]) {
    height: 3.166667rem
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-check {
    position: relative;
    display: block;
    margin-bottom: .5rem
}

.form-check.disabled .form-check-label {
    color: #636c72;
    cursor: not-allowed
}

.form-check-label {
    padding-left: 1.25rem;
    margin-bottom: 0;
    cursor: pointer
}

.form-check-input {
    position: absolute;
    margin-top: .25rem;
    margin-left: -1.25rem
}

.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: .75rem
}

.form-control-feedback {
    margin-top: .25rem
}

.form-control-danger, .form-control-success, .form-control-warning {
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: center right .5625rem;
    -webkit-background-size: 1.125rem 1.125rem;
    background-size: 1.125rem 1.125rem
}

.has-success .col-form-label, .has-success .custom-control, .has-success .form-check-label, .has-success .form-control-feedback, .has-success .form-control-label {
    color: #5cb85c
}

.has-success .form-control {
    border-color: #5cb85c
}

.has-success .input-group-addon {
    color: #5cb85c;
    border-color: #5cb85c;
    background-color: #eaf6ea
}

.has-success .form-control-success {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E")
}

.has-warning .col-form-label, .has-warning .custom-control, .has-warning .form-check-label, .has-warning .form-control-feedback, .has-warning .form-control-label {
    color: #f0ad4e
}

.has-warning .form-control {
    border-color: #f0ad4e
}

.has-warning .input-group-addon {
    color: #f0ad4e;
    border-color: #f0ad4e;
    background-color: #fff
}

.has-warning .form-control-warning {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E")
}

.has-danger .col-form-label, .has-danger .custom-control, .has-danger .form-check-label, .has-danger .form-control-feedback, .has-danger .form-control-label {
    color: #d9534f
}

.has-danger .form-control {
    border-color: #d9534f
}

.has-danger .input-group-addon {
    color: #d9534f;
    border-color: #d9534f;
    background-color: #fdf7f7
}

.has-danger .form-control-danger {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E")
}

.form-inline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    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;
        -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;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }

    .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;
        -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;
        width: auto;
        margin-top: 0;
        margin-bottom: 0
    }

    .form-inline .form-check-label {
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        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;
        padding-left: 0
    }

    .form-inline .custom-control-indicator {
        position: static;
        display: inline-block;
        margin-right: .25rem;
        vertical-align: text-bottom
    }

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

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem 1rem;
    font-size: 1rem;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.btn:focus, .btn:hover {
    text-decoration: none
}

.btn.focus, .btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 2px rgba(2, 117, 216, .25);
    box-shadow: 0 0 0 2px rgba(2, 117, 216, .25)
}

.btn.disabled, .btn:disabled {
    cursor: not-allowed;
    opacity: .65
}

.btn.active, .btn:active {
    background-image: none
}

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

.btn-primary {
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8
}

.btn-primary:hover {
    color: #fff;
    background-color: #025aa5;
    border-color: #01549b
}

.btn-primary.focus, .btn-primary:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(2, 117, 216, .5);
    box-shadow: 0 0 0 2px rgba(2, 117, 216, .5)
}

.btn-primary.disabled, .btn-primary:disabled {
    background-color: #0275d8;
    border-color: #0275d8
}

.btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #025aa5;
    background-image: none;
    border-color: #01549b
}

.btn-secondary {
    color: #292b2c;
    background-color: #fff;
    border-color: #ccc
}

.btn-secondary:hover {
    color: #292b2c;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-secondary.focus, .btn-secondary:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(204, 204, 204, .5);
    box-shadow: 0 0 0 2px rgba(204, 204, 204, .5)
}

.btn-secondary.disabled, .btn-secondary:disabled {
    background-color: #fff;
    border-color: #ccc
}

.btn-secondary.active, .btn-secondary:active, .show > .btn-secondary.dropdown-toggle {
    color: #292b2c;
    background-color: #e6e6e6;
    background-image: none;
    border-color: #adadad
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de
}

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

.btn-info.focus, .btn-info:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(91, 192, 222, .5);
    box-shadow: 0 0 0 2px rgba(91, 192, 222, .5)
}

.btn-info.disabled, .btn-info:disabled {
    background-color: #5bc0de;
    border-color: #5bc0de
}

.btn-info.active, .btn-info:active, .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    background-image: none;
    border-color: #2aabd2
}

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

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

.btn-success.focus, .btn-success:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(92, 184, 92, .5);
    box-shadow: 0 0 0 2px rgba(92, 184, 92, .5)
}

.btn-success.disabled, .btn-success:disabled {
    background-color: #5cb85c;
    border-color: #5cb85c
}

.btn-success.active, .btn-success:active, .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    background-image: none;
    border-color: #419641
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e
}

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

.btn-warning.focus, .btn-warning:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(240, 173, 78, .5);
    box-shadow: 0 0 0 2px rgba(240, 173, 78, .5)
}

.btn-warning.disabled, .btn-warning:disabled {
    background-color: #f0ad4e;
    border-color: #f0ad4e
}

.btn-warning.active, .btn-warning:active, .show > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    background-image: none;
    border-color: #eb9316
}

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

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

.btn-danger.focus, .btn-danger:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(217, 83, 79, .5);
    box-shadow: 0 0 0 2px rgba(217, 83, 79, .5)
}

.btn-danger.disabled, .btn-danger:disabled {
    background-color: #d9534f;
    border-color: #d9534f
}

.btn-danger.active, .btn-danger:active, .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    background-image: none;
    border-color: #c12e2a
}

.btn-outline-primary {
    color: #0275d8;
    background-image: none;
    background-color: transparent;
    border-color: #0275d8
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8
}

.btn-outline-primary.focus, .btn-outline-primary:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(2, 117, 216, .5);
    box-shadow: 0 0 0 2px rgba(2, 117, 216, .5)
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #0275d8;
    background-color: transparent
}

.btn-outline-primary.active, .btn-outline-primary:active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8
}

.btn-outline-secondary {
    color: #ccc;
    background-image: none;
    background-color: transparent;
    border-color: #ccc
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc
}

.btn-outline-secondary.focus, .btn-outline-secondary:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(204, 204, 204, .5);
    box-shadow: 0 0 0 2px rgba(204, 204, 204, .5)
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #ccc;
    background-color: transparent
}

.btn-outline-secondary.active, .btn-outline-secondary:active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc
}

.btn-outline-info {
    color: #5bc0de;
    background-image: none;
    background-color: transparent;
    border-color: #5bc0de
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de
}

.btn-outline-info.focus, .btn-outline-info:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(91, 192, 222, .5);
    box-shadow: 0 0 0 2px rgba(91, 192, 222, .5)
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #5bc0de;
    background-color: transparent
}

.btn-outline-info.active, .btn-outline-info:active, .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de
}

.btn-outline-success {
    color: #5cb85c;
    background-image: none;
    background-color: transparent;
    border-color: #5cb85c
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c
}

.btn-outline-success.focus, .btn-outline-success:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(92, 184, 92, .5);
    box-shadow: 0 0 0 2px rgba(92, 184, 92, .5)
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #5cb85c;
    background-color: transparent
}

.btn-outline-success.active, .btn-outline-success:active, .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c
}

.btn-outline-warning {
    color: #f0ad4e;
    background-image: none;
    background-color: transparent;
    border-color: #f0ad4e
}

.btn-outline-warning:hover {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e
}

.btn-outline-warning.focus, .btn-outline-warning:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(240, 173, 78, .5);
    box-shadow: 0 0 0 2px rgba(240, 173, 78, .5)
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #f0ad4e;
    background-color: transparent
}

.btn-outline-warning.active, .btn-outline-warning:active, .show > .btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e
}

.btn-outline-danger {
    color: #d9534f;
    background-image: none;
    background-color: transparent;
    border-color: #d9534f
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f
}

.btn-outline-danger.focus, .btn-outline-danger:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(217, 83, 79, .5);
    box-shadow: 0 0 0 2px rgba(217, 83, 79, .5)
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #d9534f;
    background-color: transparent
}

.btn-outline-danger.active, .btn-outline-danger:active, .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f
}

.btn-link {
    font-weight: 400;
    color: #0275d8;
    -webkit-border-radius: 0;
    border-radius: 0
}

.btn-link, .btn-link.active, .btn-link:active, .btn-link:disabled {
    background-color: transparent
}

.btn-link, .btn-link:active, .btn-link:focus {
    border-color: transparent
}

.btn-link:hover {
    border-color: transparent
}

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

.btn-link:disabled {
    color: #636c72
}

.btn-link:disabled:focus, .btn-link:disabled:hover {
    text-decoration: none
}

.btn-group-lg > .btn, .btn-lg {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    -webkit-border-radius: .3rem;
    border-radius: .3rem
}

.btn-group-sm > .btn, .btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    -webkit-border-radius: .2rem;
    border-radius: .2rem
}

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

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

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

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

.fade.show {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.show {
    display: block
}

tr.collapse.show {
    display: table-row
}

tbody.collapse.show {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    -o-transition: height .35s ease;
    transition: height .35s ease
}

.dropdown, .dropup {
    position: relative
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent
}

.dropdown-toggle:focus {
    outline: 0
}

.dropup .dropdown-toggle::after {
    border-top: 0;
    border-bottom: .3em solid
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #292b2c;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    -webkit-border-radius: .25rem;
    border-radius: .25rem
}

.dropdown-divider {
    height: 1px;
    margin: .5rem 0;
    overflow: hidden;
    background-color: #eceeef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 3px 1.5rem;
    clear: both;
    font-weight: 400;
    color: #292b2c;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #1d1e1f;
    text-decoration: none;
    background-color: #f7f7f9
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0275d8
}

.dropdown-item.disabled, .dropdown-item:disabled {
    color: #636c72;
    cursor: not-allowed;
    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 {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #636c72;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: .125rem
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical > .btn, .btn-group > .btn {
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

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

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

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

.btn-toolbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

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

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

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

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

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

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

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

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

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

.btn + .dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn + .dropdown-toggle-split::after {
    margin-left: 0
}

.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
    padding-right: 1.125rem;
    padding-left: 1.125rem
}

.btn-group-vertical {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-group-vertical .btn, .btn-group-vertical .btn-group {
    width: 100%
}

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

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

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

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

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

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

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

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

.input-group {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.input-group .form-control:active, .input-group .form-control:focus, .input-group .form-control:hover {
    z-index: 3
}

.input-group .form-control, .input-group-addon, .input-group-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

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

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

.input-group-addon {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    color: #464a4c;
    text-align: center;
    background-color: #eceeef;
    border: 1px solid rgba(0, 0, 0, .15);
    -webkit-border-radius: .25rem;
    border-radius: .25rem
}

.input-group-addon.form-control-sm, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    -webkit-border-radius: .2rem;
    border-radius: .2rem
}

.input-group-addon.form-control-lg, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    -webkit-border-radius: .3rem;
    border-radius: .3rem
}

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

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

.input-group-addon:not(:last-child) {
    border-right: 0
}

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

.form-control + .input-group-addon:not(:first-child) {
    border-left: 0
}

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

.input-group-btn > .btn {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%
}

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

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

.input-group-btn:not(:last-child) > .btn, .input-group-btn:not(:last-child) > .btn-group {
    margin-right: -1px
}

.input-group-btn:not(:first-child) > .btn, .input-group-btn:not(:first-child) > .btn-group {
    z-index: 2;
    margin-left: -1px
}

.input-group-btn:not(:first-child) > .btn-group:active, .input-group-btn:not(:first-child) > .btn-group:focus, .input-group-btn:not(:first-child) > .btn-group:hover, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:hover {
    z-index: 3
}

.custom-control {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    margin-right: 1rem;
    cursor: pointer
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-control-input:checked ~ .custom-control-indicator {
    color: #fff;
    background-color: #0275d8
}

.custom-control-input:focus ~ .custom-control-indicator {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 3px #0275d8;
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #0275d8
}

.custom-control-input:active ~ .custom-control-indicator {
    color: #fff;
    background-color: #8fcafe
}

.custom-control-input:disabled ~ .custom-control-indicator {
    cursor: not-allowed;
    background-color: #eceeef
}

.custom-control-input:disabled ~ .custom-control-description {
    color: #636c72;
    cursor: not-allowed
}

.custom-control-indicator {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #ddd;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 50% 50%;
    background-size: 50% 50%
}

.custom-checkbox .custom-control-indicator {
    -webkit-border-radius: .25rem;
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
    background-color: #0275d8;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-indicator {
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-controls-stacked {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.custom-controls-stacked .custom-control {
    margin-bottom: .25rem
}

.custom-controls-stacked .custom-control + .custom-control {
    margin-left: 0
}

.custom-select {
    display: inline-block;
    max-width: 100%;
    height: -webkit-calc(2.25rem + 2px);
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.25;
    color: #464a4c;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    -webkit-background-size: 8px 10px;
    background-size: 8px 10px;
    border: 1px solid rgba(0, 0, 0, .15);
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
    -moz-appearance: none;
    -webkit-appearance: none
}

.custom-select:focus {
    border-color: #5cb3fd;
    outline: 0
}

.custom-select:focus::-ms-value {
    color: #464a4c;
    background-color: #fff
}

.custom-select:disabled {
    color: #636c72;
    cursor: not-allowed;
    background-color: #eceeef
}

.custom-select::-ms-expand {
    opacity: 0
}

.custom-select-sm {
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 75%
}

.custom-file {
    position: relative;
    display: inline-block;
    max-width: 100%;
    height: 2.5rem;
    margin-bottom: 0;
    cursor: pointer
}

.custom-file-input {
    min-width: 14rem;
    max-width: 100%;
    height: 2.5rem;
    margin: 0;
    opacity: 0
}

.custom-file-control {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    height: 2.5rem;
    padding: .5rem 1rem;
    line-height: 1.5;
    color: #464a4c;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    -webkit-border-radius: .25rem;
    border-radius: .25rem
}

.custom-file-control:lang(en)::after {
    content: "Choose file..."
}

.custom-file-control::before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 6;
    display: block;
    height: 2.5rem;
    padding: .5rem 1rem;
    line-height: 1.5;
    color: #464a4c;
    background-color: #eceeef;
    border: 1px solid rgba(0, 0, 0, .15);
    -webkit-border-radius: 0 .25rem .25rem 0;
    border-radius: 0 .25rem .25rem 0
}

.custom-file-control:lang(en)::before {
    content: "Browse"
}

.nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5em 1em
}

.nav-link:focus, .nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #636c72;
    cursor: not-allowed
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    -webkit-border-top-right-radius: .25rem;
    border-top-right-radius: .25rem;
    -webkit-border-top-left-radius: .25rem;
    border-top-left-radius: .25rem
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #eceeef #eceeef #ddd
}

.nav-tabs .nav-link.disabled {
    color: #636c72;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #464a4c;
    background-color: #fff;
    border-color: #ddd #ddd #fff
}

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

.nav-pills .nav-link {
    -webkit-border-radius: .25rem;
    border-radius: .25rem
}

.nav-pills .nav-item.show .nav-link, .nav-pills .nav-link.active {
    color: #fff;
    cursor: default;
    background-color: #0275d8
}

.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    text-align: center
}

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

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

.navbar {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: .5rem 1rem
}

.navbar-brand {
    display: inline-block;
    padding-top: .25rem;
    padding-bottom: .25rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-text {
    display: inline-block;
    padding-top: .425rem;
    padding-bottom: .425rem
}

.navbar-toggler {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: 0 0;
    border: 1px solid transparent;
    -webkit-border-radius: .25rem;
    border-radius: .25rem
}

.navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%
}

.navbar-toggler-left {
    position: absolute;
    left: 1rem
}

.navbar-toggler-right {
    position: absolute;
    right: 1rem
}

@media (max-width: 575px) {
    .navbar-toggleable .navbar-nav .dropdown-menu {
        position: static;
        float: none
    }

    .navbar-toggleable > .container {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 576px) {
    .navbar-toggleable {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .navbar-toggleable .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-toggleable .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-toggleable > .container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .navbar-toggleable .navbar-collapse {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        width: 100%
    }

    .navbar-toggleable .navbar-toggler {
        display: none
    }
}

@media (max-width: 766px) {
    .navbar-toggleable-sm .navbar-nav .dropdown-menu {
        position: static;
        float: none
    }

    .navbar-toggleable-sm > .container {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 766px) {
    .navbar-toggleable-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .navbar-toggleable-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-toggleable-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-toggleable-sm > .container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .navbar-toggleable-sm .navbar-collapse {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        width: 100%
    }

    .navbar-toggleable-sm .navbar-toggler {
        display: none
    }
}

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

    .navbar-toggleable-md .navbar-nav .dropdown-menu {
        position: static;
        float: none
    }

    .navbar-toggleable-md > .container {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 992px) {
    .navbar-toggleable-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .navbar-toggleable-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-toggleable-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-toggleable-md > .container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .navbar-toggleable-md .navbar-collapse {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        width: 100%
    }

    .navbar-toggleable-md .navbar-toggler {
        display: none
    }
}

@media (max-width: 1199px) {
    .navbar-toggleable-lg .navbar-nav .dropdown-menu {
        position: static;
        float: none
    }

    .navbar-toggleable-lg > .container {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 1200px) {
    .navbar-toggleable-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .navbar-toggleable-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-toggleable-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-toggleable-lg > .container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .navbar-toggleable-lg .navbar-collapse {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        width: 100%
    }

    .navbar-toggleable-lg .navbar-toggler {
        display: none
    }
}

.navbar-toggleable-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggleable-xl .navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-toggleable-xl > .container {
    padding-right: 0;
    padding-left: 0
}

.navbar-toggleable-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-toggleable-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-toggleable-xl > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggleable-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%
}

.navbar-toggleable-xl .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand, .navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover, .navbar-light .navbar-toggler:focus, .navbar-light .navbar-toggler:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.open, .navbar-light .navbar-nav .open > .nav-link {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-toggler {
    color: #fff
}

.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-toggler:focus, .navbar-inverse .navbar-toggler:hover {
    color: #fff
}

.navbar-inverse .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .5)
}

.navbar-inverse .navbar-nav .nav-link:focus, .navbar-inverse .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, .75)
}

.navbar-inverse .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}

.navbar-inverse .navbar-nav .active > .nav-link, .navbar-inverse .navbar-nav .nav-link.active, .navbar-inverse .navbar-nav .nav-link.open, .navbar-inverse .navbar-nav .open > .nav-link {
    color: #fff
}

.navbar-inverse .navbar-toggler {
    border-color: rgba(255, 255, 255, .1)
}

.navbar-inverse .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")
}

.navbar-inverse .navbar-text {
    color: rgba(255, 255, 255, .5)
}

.card {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
    -webkit-border-radius: .25rem;
    border-radius: .25rem
}

.card-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link + .card-link {
    margin-left: 1.25rem
}

.card > .list-group:first-child .list-group-item:first-child {
    -webkit-border-top-right-radius: .25rem;
    border-top-right-radius: .25rem;
    -webkit-border-top-left-radius: .25rem;
    border-top-left-radius: .25rem
}

.card > .list-group:last-child .list-group-item:last-child {
    -webkit-border-bottom-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    -webkit-border-bottom-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #f7f7f9;
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    -webkit-border-radius: -webkit-calc(.25rem - 1px) -webkit-calc(.25rem - 1px) 0 0;
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: #f7f7f9;
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    -webkit-border-radius: 0 0 -webkit-calc(.25rem - 1px) -webkit-calc(.25rem - 1px);
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-primary {
    background-color: #0275d8;
    border-color: #0275d8
}

.card-primary .card-footer, .card-primary .card-header {
    background-color: transparent
}

.card-success {
    background-color: #5cb85c;
    border-color: #5cb85c
}

.card-success .card-footer, .card-success .card-header {
    background-color: transparent
}

.card-info {
    background-color: #5bc0de;
    border-color: #5bc0de
}

.card-info .card-footer, .card-info .card-header {
    background-color: transparent
}

.card-warning {
    background-color: #f0ad4e;
    border-color: #f0ad4e
}

.card-warning .card-footer, .card-warning .card-header {
    background-color: transparent
}

.card-danger {
    background-color: #d9534f;
    border-color: #d9534f
}

.card-danger .card-footer, .card-danger .card-header {
    background-color: transparent
}

.card-outline-primary {
    background-color: transparent;
    border-color: #0275d8
}

.card-outline-secondary {
    background-color: transparent;
    border-color: #ccc
}

.card-outline-info {
    background-color: transparent;
    border-color: #5bc0de
}

.card-outline-success {
    background-color: transparent;
    border-color: #5cb85c
}

.card-outline-warning {
    background-color: transparent;
    border-color: #f0ad4e
}

.card-outline-danger {
    background-color: transparent;
    border-color: #d9534f
}

.card-inverse {
    color: rgba(255, 255, 255, .65)
}

.card-inverse .card-footer, .card-inverse .card-header {
    background-color: transparent;
    border-color: rgba(255, 255, 255, .2)
}

.card-inverse .card-blockquote, .card-inverse .card-footer, .card-inverse .card-header, .card-inverse .card-title {
    color: #fff
}

.card-inverse .card-blockquote .blockquote-footer, .card-inverse .card-link, .card-inverse .card-subtitle, .card-inverse .card-text {
    color: rgba(255, 255, 255, .65)
}

.card-inverse .card-link:focus, .card-inverse .card-link:hover {
    color: #fff
}

.card-blockquote {
    padding: 0;
    margin-bottom: 0;
    border-left: 0
}

.card-img {
    -webkit-border-radius: -webkit-calc(.25rem - 1px);
    border-radius: calc(.25rem - 1px)
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img-top {
    -webkit-border-top-right-radius: -webkit-calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
    -webkit-border-top-left-radius: -webkit-calc(.25rem - 1px);
    border-top-left-radius: calc(.25rem - 1px)
}

.card-img-bottom {
    -webkit-border-bottom-right-radius: -webkit-calc(.25rem - 1px);
    border-bottom-right-radius: calc(.25rem - 1px);
    -webkit-border-bottom-left-radius: -webkit-calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

@media (min-width: 576px) {
    .card-deck {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row wrap
    }

    .card-deck .card {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .card-deck .card:not(:first-child) {
        margin-left: 15px
    }

    .card-deck .card:not(:last-child) {
        margin-right: 15px
    }
}

@media (min-width: 576px) {
    .card-group {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row wrap
    }

    .card-group .card {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .card-group .card + .card {
        margin-left: 0;
        border-left: 0
    }

    .card-group .card:first-child {
        -webkit-border-bottom-right-radius: 0;
        border-bottom-right-radius: 0;
        -webkit-border-top-right-radius: 0;
        border-top-right-radius: 0
    }

    .card-group .card:first-child .card-img-top {
        -webkit-border-top-right-radius: 0;
        border-top-right-radius: 0
    }

    .card-group .card:first-child .card-img-bottom {
        -webkit-border-bottom-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group .card:last-child {
        -webkit-border-bottom-left-radius: 0;
        border-bottom-left-radius: 0;
        -webkit-border-top-left-radius: 0;
        border-top-left-radius: 0
    }

    .card-group .card:last-child .card-img-top {
        -webkit-border-top-left-radius: 0;
        border-top-left-radius: 0
    }

    .card-group .card:last-child .card-img-bottom {
        -webkit-border-bottom-left-radius: 0;
        border-bottom-left-radius: 0
    }

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

    .card-group .card:not(:first-child):not(:last-child) .card-img-bottom, .card-group .card:not(:first-child):not(:last-child) .card-img-top {
        -webkit-border-radius: 0;
        border-radius: 0
    }
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem
    }

    .card-columns .card {
        display: inline-block;
        width: 100%;
        margin-bottom: .75rem
    }
}

.breadcrumb {
    padding: .75rem 0rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #eceeef;
    -webkit-border-radius: .25rem;
    border-radius: .25rem
}

.breadcrumb::after {
    display: block;
    content: "";
    clear: both
}

.breadcrumb-item {
    float: left
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #636c72;
    content: "/"
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none
}

.breadcrumb-item.active {
    color: #636c72
}

.pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    -webkit-border-radius: .25rem;
    border-radius: .25rem
}

.page-item:first-child .page-link {
    margin-left: 0;
    -webkit-border-bottom-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    -webkit-border-top-left-radius: .25rem;
    border-top-left-radius: .25rem
}

.page-item:last-child .page-link {
    -webkit-border-bottom-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    -webkit-border-top-right-radius: .25rem;
    border-top-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 2;
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8
}

.page-item.disabled .page-link {
    color: #636c72;
    pointer-events: none;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #0275d8;
    background-color: #fff;
    border: 1px solid #ddd
}

.page-link:focus, .page-link:hover {
    color: #014c8c;
    text-decoration: none;
    background-color: #eceeef;
    border-color: #ddd
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem
}

.pagination-lg .page-item:first-child .page-link {
    -webkit-border-bottom-left-radius: .3rem;
    border-bottom-left-radius: .3rem;
    -webkit-border-top-left-radius: .3rem;
    border-top-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    -webkit-border-bottom-right-radius: .3rem;
    border-bottom-right-radius: .3rem;
    -webkit-border-top-right-radius: .3rem;
    border-top-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem
}

.pagination-sm .page-item:first-child .page-link {
    -webkit-border-bottom-left-radius: .2rem;
    border-bottom-left-radius: .2rem;
    -webkit-border-top-left-radius: .2rem;
    border-top-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    -webkit-border-bottom-right-radius: .2rem;
    border-bottom-right-radius: .2rem;
    -webkit-border-top-right-radius: .2rem;
    border-top-right-radius: .2rem
}

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

.badge:empty {
    display: none
}

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

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

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    -webkit-border-radius: 10rem;
    border-radius: 10rem
}

.badge-default {
    background-color: #636c72
}

.badge-default[href]:focus, .badge-default[href]:hover {
    background-color: #4b5257
}

.badge-primary {
    background-color: #0275d8
}

.badge-primary[href]:focus, .badge-primary[href]:hover {
    background-color: #025aa5
}

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

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

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

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

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

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

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

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

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #eceeef;
    -webkit-border-radius: .3rem;
    border-radius: .3rem
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-hr {
    border-top-color: #d0d5d8
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}

.alert {
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    -webkit-border-radius: .25rem;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible .close {
    position: relative;
    top: -.75rem;
    right: -1.25rem;
    padding: .75rem 1.25rem;
    color: inherit
}

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    font-size: .75rem;
    line-height: 1rem;
    text-align: center;
    background-color: #eceeef;
    -webkit-border-radius: .25rem;
    border-radius: .25rem
}

.progress-bar {
    height: 1rem;
    color: #fff;
    background-color: #0275d8
}

.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size: 1rem 1rem;
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

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

.media-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%
}

.list-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #464a4c;
    text-align: inherit
}

.list-group-item-action .list-group-item-heading {
    color: #292b2c
}

.list-group-item-action:focus, .list-group-item-action:hover {
    color: #464a4c;
    text-decoration: none;
    background-color: #f7f7f9
}

.list-group-item-action:active {
    color: #292b2c;
    background-color: #eceeef
}

.list-group-item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    -webkit-border-top-right-radius: .25rem;
    border-top-right-radius: .25rem;
    -webkit-border-top-left-radius: .25rem;
    border-top-left-radius: .25rem
}

.list-group-item:last-child {
    margin-bottom: 0;
    -webkit-border-bottom-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    -webkit-border-bottom-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.list-group-item:focus, .list-group-item:hover {
    text-decoration: none
}

.list-group-item.disabled, .list-group-item:disabled {
    color: #636c72;
    cursor: not-allowed;
    background-color: #fff
}

.list-group-item.disabled .list-group-item-heading, .list-group-item:disabled .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text, .list-group-item:disabled .list-group-item-text {
    color: #636c72
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8
}

.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active .list-group-item-heading > small {
    color: inherit
}

.list-group-item.active .list-group-item-text {
    color: #daeeff
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success, button.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active, button.list-group-item-success.active {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info, button.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active, button.list-group-item-info.active {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning, button.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active, button.list-group-item-warning.active {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger, button.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active, button.list-group-item-danger.active {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

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

.embed-responsive::before {
    display: block;
    content: ""
}

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

.embed-responsive-21by9::before {
    padding-top: 42.857143%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

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

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

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

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -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;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    -webkit-border-radius: .3rem;
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    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;
    padding: 15px;
    border-bottom: 1px solid #eceeef
}

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

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 15px
}

.modal-footer {
    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: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 15px;
    border-top: 1px solid #eceeef
}

.modal-footer > :not(:first-child) {
    margin-left: .25rem
}

.modal-footer > :not(:last-child) {
    margin-right: .25rem
}

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

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 30px auto
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    /*
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  */
    font-family: Gotham;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip.bs-tether-element-attached-bottom, .tooltip.tooltip-top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.bs-tether-element-attached-bottom .tooltip-inner::before, .tooltip.tooltip-top .tooltip-inner::before {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    content: "";
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.bs-tether-element-attached-left, .tooltip.tooltip-right {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.bs-tether-element-attached-left .tooltip-inner::before, .tooltip.tooltip-right .tooltip-inner::before {
    top: 50%;
    left: 0;
    margin-top: -5px;
    content: "";
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.bs-tether-element-attached-top, .tooltip.tooltip-bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.bs-tether-element-attached-top .tooltip-inner::before, .tooltip.tooltip-bottom .tooltip-inner::before {
    top: 0;
    left: 50%;
    margin-left: -5px;
    content: "";
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bs-tether-element-attached-right, .tooltip.tooltip-left {
    padding: 0 5px;
    margin-left: -3px
}

.tooltip.bs-tether-element-attached-right .tooltip-inner::before, .tooltip.tooltip-left .tooltip-inner::before {
    top: 50%;
    right: 0;
    margin-top: -5px;
    content: "";
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    -webkit-border-radius: .25rem;
    border-radius: .25rem
}

.tooltip-inner::before {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    padding: 1px;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    -webkit-border-radius: .3rem;
    border-radius: .3rem
}

.popover.bs-tether-element-attached-bottom, .popover.popover-top {
    margin-top: -10px
}

.popover.bs-tether-element-attached-bottom::after, .popover.bs-tether-element-attached-bottom::before, .popover.popover-top::after, .popover.popover-top::before {
    left: 50%;
    border-bottom-width: 0
}

.popover.bs-tether-element-attached-bottom::before, .popover.popover-top::before {
    bottom: -11px;
    margin-left: -11px;
    border-top-color: rgba(0, 0, 0, .25)
}

.popover.bs-tether-element-attached-bottom::after, .popover.popover-top::after {
    bottom: -10px;
    margin-left: -10px;
    border-top-color: #fff
}

.popover.bs-tether-element-attached-left, .popover.popover-right {
    margin-left: 10px
}

.popover.bs-tether-element-attached-left::after, .popover.bs-tether-element-attached-left::before, .popover.popover-right::after, .popover.popover-right::before {
    top: 50%;
    border-left-width: 0
}

.popover.bs-tether-element-attached-left::before, .popover.popover-right::before {
    left: -11px;
    margin-top: -11px;
    border-right-color: rgba(0, 0, 0, .25)
}

.popover.bs-tether-element-attached-left::after, .popover.popover-right::after {
    left: -10px;
    margin-top: -10px;
    border-right-color: #fff
}

.popover.bs-tether-element-attached-top, .popover.popover-bottom {
    margin-top: 10px
}

.popover.bs-tether-element-attached-top::after, .popover.bs-tether-element-attached-top::before, .popover.popover-bottom::after, .popover.popover-bottom::before {
    left: 50%;
    border-top-width: 0
}

.popover.bs-tether-element-attached-top::before, .popover.popover-bottom::before {
    top: -11px;
    margin-left: -11px;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.popover.bs-tether-element-attached-top::after, .popover.popover-bottom::after {
    top: -10px;
    margin-left: -10px;
    border-bottom-color: #f7f7f7
}

.popover.bs-tether-element-attached-top .popover-title::before, .popover.popover-bottom .popover-title::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 20px;
    margin-left: -10px;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.popover.bs-tether-element-attached-right, .popover.popover-left {
    margin-left: -10px
}

.popover.bs-tether-element-attached-right::after, .popover.bs-tether-element-attached-right::before, .popover.popover-left::after, .popover.popover-left::before {
    top: 50%;
    border-right-width: 0
}

.popover.bs-tether-element-attached-right::before, .popover.popover-left::before {
    right: -11px;
    margin-top: -11px;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.bs-tether-element-attached-right::after, .popover.popover-left::after {
    right: -10px;
    margin-top: -10px;
    border-left-color: #fff
}

.popover-title {
    padding: 8px 14px;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    -webkit-border-top-right-radius: -webkit-calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
    -webkit-border-top-left-radius: -webkit-calc(.3rem - 1px);
    border-top-left-radius: calc(.3rem - 1px)
}

.popover-title:empty {
    display: none
}

.popover-content {
    padding: 9px 14px
}

.popover::after, .popover::before {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover::before {
    content: "";
    border-width: 11px
}

.popover::after {
    content: "";
    border-width: 10px
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-item {
    position: relative;
    display: none;
    width: 100%
}

@media (-webkit-transform-3d) {
    .carousel-item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        -o-transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }
}

@supports ((-webkit-transform:translate3d(0,0,0)) or (transform:translate3d(0,0,0))) {
    .carousel-item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        -o-transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.carousel-item-next, .carousel-item-prev {
    position: absolute;
    top: 0
}

@media (-webkit-transform-3d) {
    .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    .active.carousel-item-right, .carousel-item-next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    .active.carousel-item-left, .carousel-item-prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@supports ((-webkit-transform:translate3d(0,0,0)) or (transform:translate3d(0,0,0))) {
    .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    .active.carousel-item-right, .carousel-item-next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    .active.carousel-item-left, .carousel-item-prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    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;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    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;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    max-width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, .5)
}

.carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators .active {
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-faded {
    background-color: #f7f7f7
}

.bg-primary {
    background-color: #0275d8 !important
}

a.bg-primary:focus, a.bg-primary:hover {
    background-color: #025aa5 !important
}

.bg-success {
    background-color: #5cb85c !important
}

a.bg-success:focus, a.bg-success:hover {
    background-color: #449d44 !important
}

.bg-info {
    background-color: #5bc0de !important
}

a.bg-info:focus, a.bg-info:hover {
    background-color: #31b0d5 !important
}

.bg-warning {
    background-color: #f0ad4e !important
}

a.bg-warning:focus, a.bg-warning:hover {
    background-color: #ec971f !important
}

.bg-danger {
    background-color: #d9534f !important
}

a.bg-danger:focus, a.bg-danger:hover {
    background-color: #c9302c !important
}

.bg-inverse {
    background-color: #292b2c !important
}

a.bg-inverse:focus, a.bg-inverse:hover {
    background-color: #101112 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.rounded {
    -webkit-border-radius: .25rem;
    border-radius: .25rem
}

.rounded-top {
    -webkit-border-top-right-radius: .25rem;
    border-top-right-radius: .25rem;
    -webkit-border-top-left-radius: .25rem;
    border-top-left-radius: .25rem
}

.rounded-right {
    -webkit-border-bottom-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    -webkit-border-top-right-radius: .25rem;
    border-top-right-radius: .25rem
}

.rounded-bottom {
    -webkit-border-bottom-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    -webkit-border-bottom-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.rounded-left {
    -webkit-border-bottom-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    -webkit-border-top-left-radius: .25rem;
    border-top-left-radius: .25rem
}

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

.rounded-0 {
    -webkit-border-radius: 0;
    border-radius: 0
}

.clearfix::after {
    display: block;
    content: "";
    clear: both
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

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

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 766px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

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

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

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

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

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

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

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

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !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 {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    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 {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        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: 766px) {
    .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 {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        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 {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        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 {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        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
    }
}

.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: 766px) {
    .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
    }
}

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

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

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1030
}

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

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

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

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.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: 766px) {
    .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-justify {
    text-align: justify !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.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: 766px) {
    .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-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-normal {
    font-weight: 400
}

.font-weight-bold {
    font-weight: 700
}

.font-italic {
    font-style: italic
}

.text-white {
    color: #fff !important
}

.text-muted {
    color: #636c72 !important
}

a.text-muted:focus, a.text-muted:hover {
    color: #4b5257 !important
}

.text-primary {
    color: #0275d8 !important
}

a.text-primary:focus, a.text-primary:hover {
    color: #025aa5 !important
}

.text-success {
    color: #5cb85c !important
}

a.text-success:focus, a.text-success:hover {
    color: #449d44 !important
}

.text-info {
    color: #5bc0de !important
}

a.text-info:focus, a.text-info:hover {
    color: #31b0d5 !important
}

.text-warning {
    color: #f0ad4e !important
}

a.text-warning:focus, a.text-warning:hover {
    color: #ec971f !important
}

.text-danger {
    color: #d9534f !important
}

a.text-danger:focus, a.text-danger:hover {
    color: #c9302c !important
}

.text-gray-dark {
    color: #292b2c !important
}

a.text-gray-dark:focus, a.text-gray-dark:hover {
    color: #101112 !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.invisible {
    visibility: hidden !important
}

.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: 766px) {
    .hidden-sm-down {
        display: none !important
    }
}

@media (min-width: 766px) {
    .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
    }

    /*
  .container {
    width: 1110px;
  }
  */
}

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

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
    padding: 15px 15px;
    display: inline-block;
    cursor: pointer;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, -webkit-filter;
    -o-transition-property: opacity, filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible
}

.hamburger:hover {
    opacity: .7
}

.slide_content .main_slider__btn {
    width: 100% !important;
    max-width: 255px !important;
}

.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px
}

.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
    width: 40px;
    height: 4px;
    background-color: #000;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease
}

.hamburger-inner::after, .hamburger-inner::before {
    content: "";
    display: block
}

.hamburger-inner::before {
    top: -10px
}

.hamburger-inner::after {
    bottom: -10px
}

.hamburger--emphatic {
    overflow: hidden
}

.hamburger--emphatic .hamburger-inner {
    -webkit-transition: background-color 125ms 175ms ease-in;
    -o-transition: background-color 125ms 175ms ease-in;
    transition: background-color 125ms 175ms ease-in
}

.hamburger--emphatic .hamburger-inner::before {
    left: 0;
    -webkit-transition: top 50ms 125ms linear, left 125ms 175ms ease-in, -webkit-transform 125ms cubic-bezier(.6, .04, .98, .335);
    transition: top 50ms 125ms linear, left 125ms 175ms ease-in, -webkit-transform 125ms cubic-bezier(.6, .04, .98, .335);
    -o-transition: transform 125ms cubic-bezier(.6, .04, .98, .335), top 50ms 125ms linear, left 125ms 175ms ease-in;
    transition: transform 125ms cubic-bezier(.6, .04, .98, .335), top 50ms 125ms linear, left 125ms 175ms ease-in;
    transition: transform 125ms cubic-bezier(.6, .04, .98, .335), top 50ms 125ms linear, left 125ms 175ms ease-in, -webkit-transform 125ms cubic-bezier(.6, .04, .98, .335)
}

.hamburger--emphatic .hamburger-inner::after {
    top: 10px;
    right: 0;
    -webkit-transition: top 50ms 125ms linear, right 125ms 175ms ease-in, -webkit-transform 125ms cubic-bezier(.6, .04, .98, .335);
    transition: top 50ms 125ms linear, right 125ms 175ms ease-in, -webkit-transform 125ms cubic-bezier(.6, .04, .98, .335);
    -o-transition: transform 125ms cubic-bezier(.6, .04, .98, .335), top 50ms 125ms linear, right 125ms 175ms ease-in;
    transition: transform 125ms cubic-bezier(.6, .04, .98, .335), top 50ms 125ms linear, right 125ms 175ms ease-in;
    transition: transform 125ms cubic-bezier(.6, .04, .98, .335), top 50ms 125ms linear, right 125ms 175ms ease-in, -webkit-transform 125ms cubic-bezier(.6, .04, .98, .335)
}

.hamburger--emphatic.is-active .hamburger-inner {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    background-color: transparent
}

.hamburger--emphatic.is-active .hamburger-inner::before {
    left: -80px;
    top: -80px;
    -webkit-transform: translate3d(80px, 80px, 0) rotate(45deg);
    transform: translate3d(80px, 80px, 0) rotate(45deg);
    -webkit-transition: left 125ms ease-out, top 50ms 125ms linear, -webkit-transform 125ms 175ms cubic-bezier(.075, .82, .165, 1);
    transition: left 125ms ease-out, top 50ms 125ms linear, -webkit-transform 125ms 175ms cubic-bezier(.075, .82, .165, 1);
    -o-transition: left 125ms ease-out, top 50ms 125ms linear, transform 125ms 175ms cubic-bezier(.075, .82, .165, 1);
    transition: left 125ms ease-out, top 50ms 125ms linear, transform 125ms 175ms cubic-bezier(.075, .82, .165, 1);
    transition: left 125ms ease-out, top 50ms 125ms linear, transform 125ms 175ms cubic-bezier(.075, .82, .165, 1), -webkit-transform 125ms 175ms cubic-bezier(.075, .82, .165, 1)
}

.hamburger--emphatic.is-active .hamburger-inner::after {
    right: -80px;
    top: -80px;
    -webkit-transform: translate3d(-80px, 80px, 0) rotate(-45deg);
    transform: translate3d(-80px, 80px, 0) rotate(-45deg);
    -webkit-transition: right 125ms ease-out, top 50ms 125ms linear, -webkit-transform 125ms 175ms cubic-bezier(.075, .82, .165, 1);
    transition: right 125ms ease-out, top 50ms 125ms linear, -webkit-transform 125ms 175ms cubic-bezier(.075, .82, .165, 1);
    -o-transition: right 125ms ease-out, top 50ms 125ms linear, transform 125ms 175ms cubic-bezier(.075, .82, .165, 1);
    transition: right 125ms ease-out, top 50ms 125ms linear, transform 125ms 175ms cubic-bezier(.075, .82, .165, 1);
    transition: right 125ms ease-out, top 50ms 125ms linear, transform 125ms 175ms cubic-bezier(.075, .82, .165, 1), -webkit-transform 125ms 175ms cubic-bezier(.075, .82, .165, 1)
}

.hamburger--emphatic-r {
    overflow: hidden
}

.hamburger--emphatic-r .hamburger-inner {
    -webkit-transition: background-color 125ms 175ms ease-in;
    -o-transition: background-color 125ms 175ms ease-in;
    transition: background-color 125ms 175ms ease-in
}

.hamburger--emphatic-r .hamburger-inner::before {
    left: 0;
    -webkit-transition: top 50ms 125ms linear, left 125ms 175ms ease-in, -webkit-transform 125ms cubic-bezier(.6, .04, .98, .335);
    transition: top 50ms 125ms linear, left 125ms 175ms ease-in, -webkit-transform 125ms cubic-bezier(.6, .04, .98, .335);
    -o-transition: transform 125ms cubic-bezier(.6, .04, .98, .335), top 50ms 125ms linear, left 125ms 175ms ease-in;
    transition: transform 125ms cubic-bezier(.6, .04, .98, .335), top 50ms 125ms linear, left 125ms 175ms ease-in;
    transition: transform 125ms cubic-bezier(.6, .04, .98, .335), top 50ms 125ms linear, left 125ms 175ms ease-in, -webkit-transform 125ms cubic-bezier(.6, .04, .98, .335)
}

.hamburger--emphatic-r .hamburger-inner::after {
    top: 10px;
    right: 0;
    -webkit-transition: top 50ms 125ms linear, right 125ms 175ms ease-in, -webkit-transform 125ms cubic-bezier(.6, .04, .98, .335);
    transition: top 50ms 125ms linear, right 125ms 175ms ease-in, -webkit-transform 125ms cubic-bezier(.6, .04, .98, .335);
    -o-transition: transform 125ms cubic-bezier(.6, .04, .98, .335), top 50ms 125ms linear, right 125ms 175ms ease-in;
    transition: transform 125ms cubic-bezier(.6, .04, .98, .335), top 50ms 125ms linear, right 125ms 175ms ease-in;
    transition: transform 125ms cubic-bezier(.6, .04, .98, .335), top 50ms 125ms linear, right 125ms 175ms ease-in, -webkit-transform 125ms cubic-bezier(.6, .04, .98, .335)
}

.hamburger--emphatic-r.is-active .hamburger-inner {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    background-color: transparent
}

.hamburger--emphatic-r.is-active .hamburger-inner::before {
    left: -80px;
    top: 80px;
    -webkit-transform: translate3d(80px, -80px, 0) rotate(-45deg);
    transform: translate3d(80px, -80px, 0) rotate(-45deg);
    -webkit-transition: left 125ms ease-out, top 50ms 125ms linear, -webkit-transform 125ms 175ms cubic-bezier(.075, .82, .165, 1);
    transition: left 125ms ease-out, top 50ms 125ms linear, -webkit-transform 125ms 175ms cubic-bezier(.075, .82, .165, 1);
    -o-transition: left 125ms ease-out, top 50ms 125ms linear, transform 125ms 175ms cubic-bezier(.075, .82, .165, 1);
    transition: left 125ms ease-out, top 50ms 125ms linear, transform 125ms 175ms cubic-bezier(.075, .82, .165, 1);
    transition: left 125ms ease-out, top 50ms 125ms linear, transform 125ms 175ms cubic-bezier(.075, .82, .165, 1), -webkit-transform 125ms 175ms cubic-bezier(.075, .82, .165, 1)
}

.hamburger--emphatic-r.is-active .hamburger-inner::after {
    right: -80px;
    top: 80px;
    -webkit-transform: translate3d(-80px, -80px, 0) rotate(45deg);
    transform: translate3d(-80px, -80px, 0) rotate(45deg);
    -webkit-transition: right 125ms ease-out, top 50ms 125ms linear, -webkit-transform 125ms 175ms cubic-bezier(.075, .82, .165, 1);
    transition: right 125ms ease-out, top 50ms 125ms linear, -webkit-transform 125ms 175ms cubic-bezier(.075, .82, .165, 1);
    -o-transition: right 125ms ease-out, top 50ms 125ms linear, transform 125ms 175ms cubic-bezier(.075, .82, .165, 1);
    transition: right 125ms ease-out, top 50ms 125ms linear, transform 125ms 175ms cubic-bezier(.075, .82, .165, 1);
    transition: right 125ms ease-out, top 50ms 125ms linear, transform 125ms 175ms cubic-bezier(.075, .82, .165, 1), -webkit-transform 125ms 175ms cubic-bezier(.075, .82, .165, 1)
}

.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(../images/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform .1s ease;
    transition: -webkit-transform .1s ease;
    -o-transition: transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease, -webkit-transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.parallax-viewport {
    position: relative;
    overflow: hidden
}

.parallax-layer {
    position: absolute
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: FontAwesome;
    src: url(../fonts/fontawesome-webfont_1.eot);
    src: url(../fonts/fontawesome-webfont.eot#iefix&v=4.7.0) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff2) format("woff2"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul > li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    -webkit-border-radius: .1em;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-close:before, .fa-remove:before, .fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-cog:before, .fa-gear:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-repeat:before, .fa-rotate-right:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-image:before, .fa-photo:before, .fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-exclamation-triangle:before, .fa-warning:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-cogs:before, .fa-gears:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before, .fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before, .fa-users:before {
    content: "\f0c0"
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-floppy-o:before, .fa-save:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-sort:before, .fa-unsorted:before {
    content: "\f0dc"
}

.fa-sort-desc:before, .fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-asc:before, .fa-sort-up:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"
}

.fa-gavel:before, .fa-legal:before {
    content: "\f0e3"
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-bolt:before, .fa-flash:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-clipboard:before, .fa-paste:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-chain-broken:before, .fa-unlink:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-caret-square-o-down:before, .fa-toggle-down:before {
    content: "\f150"
}

.fa-caret-square-o-up:before, .fa-toggle-up:before {
    content: "\f151"
}

.fa-caret-square-o-right:before, .fa-toggle-right:before {
    content: "\f152"
}

.fa-eur:before, .fa-euro:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155"
}

.fa-inr:before, .fa-rupee:before {
    content: "\f156"
}

.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
    content: "\f157"
}

.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
    content: "\f158"
}

.fa-krw:before, .fa-won:before {
    content: "\f159"
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-caret-square-o-left:before, .fa-toggle-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-try:before, .fa-turkish-lira:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-bank:before, .fa-institution:before, .fa-university:before {
    content: "\f19c"
}

.fa-graduation-cap:before, .fa-mortar-board:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9"
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
    content: "\f1c5"
}

.fa-file-archive-o:before, .fa-file-zip-o:before {
    content: "\f1c6"
}

.fa-file-audio-o:before, .fa-file-sound-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before, .fa-rebel:before, .fa-resistance:before {
    content: "\f1d0"
}

.fa-empire:before, .fa-ge:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before, .fa-y-combinator-square:before, .fa-yc-square:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"
}

.fa-paper-plane:before, .fa-send:before {
    content: "\f1d8"
}

.fa-paper-plane-o:before, .fa-send-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-futbol-o:before, .fa-soccer-ball-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-ils:before, .fa-shekel:before, .fa-sheqel:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before, .fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-bed:before, .fa-hotel:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-y-combinator:before, .fa-yc:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before, .fa-battery-full:before, .fa-battery:before {
    content: "\f240"
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-paper-o:before, .fa-hand-stop-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-television:before, .fa-tv:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}


.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-american-sign-language-interpreting:before, .fa-asl-interpreting:before {
    content: "\f2a3"
}

.fa-deaf:before, .fa-deafness:before, .fa-hard-of-hearing:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-sign-language:before, .fa-signing:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before, .fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-address-card:before, .fa-vcard:before {
    content: "\f2bb"
}

.fa-address-card-o:before, .fa-vcard-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before, .fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before, .fa-thermometer-full:before, .fa-thermometer:before {
    content: "\f2c7"
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bath:before, .fa-bathtub:before, .fa-s15:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before, .fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

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

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

::-webkit-input-placeholder {
    color: #666;
    opacity: 1
}

:-moz-placeholder {
    color: #666;
    opacity: 1
}

::-moz-placeholder {
    color: #666;
    opacity: 1
}

:-ms-input-placeholder {
    color: #666;
    opacity: 1
}

body input:focus:required:invalid, body textarea:focus:required:invalid {
    color: #666
}

body input:required:valid, body textarea:required:valid {
    color: #666
}

body, html {
    height: 100%
}

body {
    font-size: 16px;
    min-width: 320px;
    position: relative;
    line-height: 1.75;
    font-family: Gotham, sans-serif;
    overflow-x: hidden;
    opacity: 1
}

h1 {
    text-transform: none;
    /*text-transform: uppercase;*/
    font-weight: 700;
    font-size: 30px;
    color: #333333;
}

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

a {
/*    font-size: 14px;*/
    color: #7e8e9e;
    /*font-weight: 200;*/
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

a:hover {
    color: #00aeff
}

.b_btn {
    display: inline-block;
    outline: 0 !important;
    padding: 5px 15px;
    text-transform: none;
    /*text-transform: uppercase;*/
    font-weight: 600;
    color: #fff;
    background-color: #00aeff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: none;
    text-decoration: none !important;
    letter-spacing: 1px;
    cursor: pointer;
}

.ticket_form_wrap1 {
    overflow: hidden;
}

.b_btn:hover {
    background-color: #00a1ff;
    /*
  -webkit-box-shadow: 0 0 10px rgba(0, 186, 239, .7);
  box-shadow: 0 0 10px rgba(0, 186, 239, .7)
  */
}

.b_btn:focus,
.b_btn:active {
    background-color: #0091ff;
    /*
  -webkit-box-shadow: 0 0 10px rgba(0, 186, 239, .7);
  box-shadow: 0 0 10px rgba(0, 186, 239, .7)
  */
}

h2 {
    text-transform: none;
    /*text-transform: uppercase;*/
    color: #2770aa;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 30px
}

section {
    padding-bottom: 50px
}

.bg-white {
    background-color: #fff;
    position: relative;
    z-index: 2
}

header ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

header ul li {
    display: inline-block
}

/*header .top_line {*/
/*    background-color: #f5fafb;*/
/*    position: relative;*/
/*    z-index: 20;*/
/*}*/

/*header .top_line .links_block {*/
/*    padding: 5px 0;*/
/*}*/

/*header .links_block ul {*/
/*    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*!*/
/*    margin-left: -15px;*/
/*    margin-right: -15px;*/
/*}*/

/*header .links_block li {*/
/*    padding-left: 15px;*/
/*    padding-right: 15px;*/
/*}*/

/*header .links_block .tel_link {*/
/*    font-size: 12px;*/
/*    white-space: nowrap;*/
/*}*/

/*header .links_block a {*/
/*    !*text-decoration: underline*!*/
/*    text-decoration: none;*/
/*    white-space: nowrap;*/
/*}*/

/*header .top_auth_block {*/
/*    text-align: right;*/
/*    padding: 5px 0;*/
/*    background-color: #f5fafb;*/
/*    position: relative;*/
/*    z-index: 101;*/
/*}*/

/*header .auth_wrap {*/
/*    position: relative;*/
/*    height: 100%;*/
/*}*/

/*header .inner_auth_form {*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    transform: translateY(-100%);*/
/*    margin-top: -10px;*/
/*    z-index: 100;*/
/*    visibility: hidden;*/
/*    transition: all .5s ease*/
/*}*/

/*header .inner_auth_form.active {*/
/*    visibility: visible;*/
/*    transform: translateY(0);*/
/*}*/

/*header .inner_auth_form input[type="submit"] {*/
/*    padding: 5px 25px;*/
/*    width: auto;*/
/*    color: #fff;*/
/*    font-size: 11px;*/
/*}*/

/*header .top_auth_block a {*/
/*    !*text-transform: uppercase;*!*/
/*    text-transform: none;*/
/*    font-size: 12px*/
/*}*/

/*header .top_auth_block li {*/
/*    padding: 0 5px;*/
/*}*/

/*header .top_auth_block li:last-child {*/
/*    padding-right: 0;*/
/*}*/

/*header .top_auth_block .b_btn {*/
/*    position: relative;*/
/*    font-size: 12px;*/
/*    font-weight: 400;*/
/*    line-height: 1.3;*/
/*    color: #fff !important;*/
/*    !*margin-left: 5px*!*/
/*}*/

/*header .logo {*/
/*    !*margin-top: 10px;*!*/
/*    !*position: relative;*!*/
/*    !*z-index: 1*!*/
/*    position: absolute;*/
/*    top: -27px;*/
/*    z-index: 4;*/
/*}*/

/*header .logo img {*/
/*    height: 41px !important;*/
/*    width: 153px !important*/
/*}*/

/*header .top_menu_wrap {*/
/*    position: relative;*/
/*    !*height: 59px;*!*/
/*    height: auto;*/
/*}*/

/*header .main_menu {*/
/*    position: relative;*/
/*    margin-top: 40px;*/
/*    text-align: right;*/
/*    margin-bottom: -1px;*/
/*    z-index: 3;*/
/*}*/

/*header .main_menu .nav_bar {*/
/*    display: block;*/
/*    width: 100%;*/
/*    background: #fff;*/
/*    font-size: 0;*/
/*}*/

/*header .main_menu .nav_bar > li {*/
/*    display: inline-block;*/
/*    margin-left: 30px;*/
/*}*/

/*header .main_menu .nav_bar > li:first-child {*/
/*    margin-left: 0;*/
/*}*/

/*header .main_menu .nav_bar > li.lvl_one a {*/
/*    text-decoration: none;*/
/*    !*text-transform: uppercase;*!*/
/*    text-transform: none;*/
/*    position: relative;*/
/*    display: block;*/
/*    font-weight: 400;*/
/*    font-size: 12px;*/
/*}*/

/*header .main_menu .nav_bar li.lvl_one a::before {*/
/*    content: "";*/
/*    display: block;*/
/*    height: 2px;*/
/*    width: 100%;*/
/*    background-color: #00aeff;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    opacity: 0;*/
/*    -webkit-transform: scale(0);*/
/*    -ms-transform: scale(0);*/
/*    transform: scale(0);*/
/*    -webkit-transition: all .25s ease;*/
/*    -o-transition: all .25s ease;*/
/*    transition: all .25s ease*/
/*}*/

/*header .main_menu .nav_bar li.lvl_one:hover > a::before {*/
/*    opacity: 1;*/
/*    -webkit-transform: scale(1);*/
/*    -ms-transform: scale(1);*/
/*    transform: scale(1)*/
/*}*/

/*header .main_menu .nav_bar > li.lvl_one.drop_down {*/
/*    position: relative;*/
/*}*/

/*header .main_menu .nav_bar > li.drop_down .drop_down_content {*/
/*    position: absolute;*/
/*    width: 635px;*/
/*    top: 100%;*/
/*    left: 50%;*/
/*    transform: translateX(-50%);*/
/*    -webkit-transform: translateX(-50%);*/
/*    z-index: 999;*/
/*    -webkit-border-bottom-left-radius: 10px;*/
/*    border-bottom-left-radius: 10px;*/
/*    -webkit-border-bottom-right-radius: 10px;*/
/*    border-bottom-right-radius: 10px;*/
/*    -webkit-transition: all .25s ease;*/
/*    -o-transition: all .25s ease;*/
/*    transition: all .25s ease;*/
/*    opacity: 0;*/
/*    visibility: hidden;*/
/*    padding-top: 16px;*/
/*}*/

/*header .main_menu .nav_bar > li.drop_down .drop_down_content::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    display: block;*/
/*    height: 12px;*/
/*    width: 26px;*/
/*    padding: 0;*/
/*    margin: 0;*/
/*    border-style: solid;*/
/*    border-width: 0 13px 12px 13px;*/
/*    border-color: transparent transparent #ffffff transparent;*/
/*    top: 4px;*/
/*    left: 50%;*/
/*    transform: translateX(-50%);*/
/*    -webkit-transform: translateX(-50%);*/


/*}*/

/*header .main_menu .nav_bar > li.drop_down .drop_down_content .drop_down_content__wrapper {*/
/*    -webkit-box-shadow: 0 5px 15px rgba(141, 173, 182, .2);*/
/*    box-shadow: 0 5px 15px rgba(141, 173, 182, .2);*/
/*    background: #fff;*/
/*    padding: 25px 20px 20px 80px;*/
/*}*/

/*header .main_menu .nav_bar > li.drop_down .drop_down_content h3 {*/
/*    font-size: 12px !important;*/
/*    font-weight: 700 !important;*/
/*    text-transform: uppercase !important;*/
/*    color: #333 !important;*/
/*    margin-bottom: 20px !important;*/
/*    text-align: left !important;*/
/*}*/

/*header .main_menu .nav_bar > li.drop_down .drop_down_content {*/
/*    text-align: left;*/
/*}*/

/*header .main_menu .nav_bar > li.drop_down .drop_down_content ul {*/
/*    margin-bottom: 10px;*/
/*    display: block;*/
/*}*/

/*header .main_menu .nav_bar > li.drop_down .drop_down_content ul li {*/
/*    margin-bottom: 10px;*/
/*    display: block;*/
/*}*/

/*header .main_menu .nav_bar > li.drop_down .drop_down_content ul a {*/
/*    font-size: 12px;*/
/*    text-transform: none;*/
/*    display: block;*/
/*    line-height: 1.3;*/
/*}*/

/*header .main_menu .nav_bar > li.drop_down .drop_down_content ul a:hover {*/
/*    !*text-decoration: underline;*!*/
/*    text-decoration: none;*/
/*}*/

/*header .main_menu .nav_bar > li.drop_down:hover .drop_down_content {*/
/*    visibility: visible;*/
/*    opacity: 1;*/
/*    border-radius: 5px;*/
/*}*/

/*header .main_menu {*/
/*text-align: right;*/
/*margin-top: 30px*/
/*}*/

/*header .main_menu ul ul {*/
/*margin: 0;*/
/*padding: 25px 20px 20px 20px;*/
/*position: absolute;*/
/*width: 220px;*/
/*left: 50%;*/
/*margin-left: -110px;*/
/*z-index: 9999;*/
/*display: none;*/
/*-webkit-border-bottom-left-radius: 10px;*/
/*border-bottom-left-radius: 10px;*/
/*-webkit-border-bottom-right-radius: 10px;*/
/*border-bottom-right-radius: 10px;*/
/*-webkit-box-shadow: 0 5px 15px rgba(141, 173, 182, .2);*/
/*box-shadow: 0 5px 15px rgba(141, 173, 182, .2);*/
/*-webkit-transition: all .25s ease;*/
/*-o-transition: all .25s ease;*/
/*transition: all .25s ease;*/
/*background: #fff*/
/*}*/

/*header .main_menu ul ul li {*/
/*display: block;*/
/*text-align: left;*/
/*margin-left: 0;*/
/*margin-bottom: 15px*/
/*}*/

/*header .main_menu ul ul li:before {*/
/*display: none*/
/*}*/

/*header .main_menu ul ul li a {*/
/*color: #7e8e9e;*/
/*text-transform: none;*/
/*display: inline-block;*/
/*line-height: 1.2;*/
/*font-size: 14px*/
/*}*/

/*header .main_menu ul ul li:hover a {*/
/*color: #465f77*/
/*}*/

/*header .main_menu ul li {*/
/*display: inline-block;*/
/*position: relative;*/
/*bottom: 0;*/
/*margin-left: 15px;*/
/*-webkit-transition: all .25s ease;*/
/*-o-transition: all .25s ease;*/
/*transition: all .25s ease;*/
/*line-height: 1.3*/
/*}*/

/*header .main_menu ul li span {*/
/*position: relative;*/
/*bottom: 0;*/
/*-webkit-transition: all .25s ease;*/
/*-o-transition: all .25s ease;*/
/*transition: all .25s ease;*/
/*display: inline-block*/
/*}*/

/*header .main_menu ul li:first-child {*/
/*margin-left: 0*/
/*}*/

/*header .main_menu ul li:before {*/
/*content: "";*/
/*display: block;*/
/*height: 2px;*/
/*width: 100%;*/
/*background-color: #00aeff;*/
/*position: absolute;*/
/*left: 0;*/
/*bottom: 0;*/
/*opacity: 0;*/
/*-webkit-transform: scale(0);*/
/*-ms-transform: scale(0);*/
/*transform: scale(0);*/
/*-webkit-transition: all .25s ease;*/
/*-o-transition: all .25s ease;*/
/*transition: all .25s ease*/
/*}*/

/*header .main_menu ul li a {*/
/*text-transform: uppercase;*/
/*text-decoration: none*/
/*}*/

/*header .main_menu ul li:hover span {*/
/*bottom: 5px*/
/*}*/

/*header .main_menu ul li:hover a {*/
/*color: #00aeff*/
/*}*/

/*header .main_menu ul li:hover ul {*/
/*display: block*/
/*}*/

/*header .main_menu ul li:hover:before {*/
/*opacity: 1;*/
/*-webkit-transform: scale(1);*/
/*-ms-transform: scale(1);*/
/*transform: scale(1)*/
/*}*/

/*header .hamburger {*/
/*    padding-bottom: 0;*/
/*    margin-top: 3px;*/
/*    position: absolute;*/
/*    z-index: 11;*/
/*}*/

/*header .hamburger .hamburger-inner, header .hamburger .hamburger-inner::after, header .hamburger .hamburger-inner::before {*/
/*    background-color: #276faa*/
/*}*/

/*header #mobile_menu {*/
/*    display: block;*/
/*    width: 100%;*/
/*    position: relative*/
/*}*/

/*header #mobile_menu ul {*/
/*    -webkit-border-bottom-left-radius: 10px;*/
/*    border-bottom-left-radius: 10px;*/
/*    -webkit-border-bottom-right-radius: 10px;*/
/*    border-bottom-right-radius: 10px;*/
/*    -webkit-box-shadow: 0 5px 15px rgba(141, 173, 182, .2);*/
/*    box-shadow: 0 5px 15px rgba(141, 173, 182, .2);*/
/*    padding-top: 110px;*/
/*    padding-bottom: 30px;*/
/*    position: absolute;*/
/*    top: -66px;*/
/*    background: #fff;*/
/*    z-index: 10;*/
/*    width: 100%;*/
/*    display: none*/
/*}*/

@media (min-width: 640px) {

    /*
  header #mobile_menu ul {
    padding-top: 80px;
  }
  */
}

/*header #mobile_menu ul li {*/
/*    display: block;*/
/*    width: 100%;*/
/*    text-align: center;*/
/*    text-transform: uppercase;*/
/*    margin-bottom: 20px*/
/*}*/

/*
.news-slider__slider .owl-prev.disabled, .news-slider__slider .owl-next.disabled {
  opacity: 1;
}
*/

.owl-carousel .owl-nav .owl-next {
    font-size: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    display: none;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: -60px;
    top: 50%;
    margin-top: -30px;
    background-color: rgba(255, 255, 255, .5);
    z-index: 9;
}

.owl-carousel .owl-nav .owl-next.active {
    display: flex !important;
}

.owl-carousel .owl-nav .owl-next::after {
    content: '\f061';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    color: #d1d9df;
}

.owl-carousel .owl-nav .owl-prev {
    font-size: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    display: none;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: -60px;
    top: 50%;
    margin-top: -30px;
    background-color: rgba(255, 255, 255, .5);
    z-index: 9;
}

.owl-carousel .owl-nav .owl-prev.active {
    display: flex !important;
}

.owl-carousel .owl-nav .owl-prev::after {
    content: '\f060';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    color: #d1d9df;
}

.owl-carousel .owl-nav .owl-next:hover,
.owl-carousel .owl-nav .owl-prev:hover {
    background-color: #ffffff;
}

.owl-carousel .owl-nav .owl-next:hover::after,
.owl-carousel .owl-nav .owl-prev:hover::after {
    color: #333;
}

.main_slider {
    /*background: url(/local/templates/it_jet_pro/css/../img/main_slider_bg.png) no-repeat center;*/
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden
}

.main_slider .item {
    position: relative;
    overflow: hidden;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 490px !important;
}

/*
.main_slider .item .item_bg_1, .main_slider .item .item_bg_2, .main_slider .item .item_bg_3 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5
}
*/

.main_slider .item .slide_content {
    position: relative;
    z-index: 9;
    max-width: 445px;
}

.main_slider .item .image_container img {
    width: 100%
}

.main_slider .item .row {
    height: 500px
}
/*КОСТЫЛЬ*/
.case-detail .main_slider .item .row {
    height: auto;
}

.main_slider h2 {
    color: #333;
    /*text-transform: uppercase;*/
    text-transform: none;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 40px;
}

.main_slider .slide_text {
    line-height: 20px;
    font-size: 14px;
    color: #7e8e9e;
    margin-bottom: 30px
}

.main_slider .slide_text p {
    margin-bottom: 5px;
}

.main_slider .slide_text ul,
.main_slider .slide_text ol {
    margin: 0;
    padding: 0 0 0 15px;
}

.main_slider .slide_text ul li,
.main_slider .slide_text ol li {
    margin-bottom: 5px;
}

.main_slider .b_btn {
    color: #fff !important;
    padding: 5px 50px
}

.main_slider .owl-dots .owl-dot {
    /*display: block;*/
    display: inline-block;
    width: 64px;
    height: 3px;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-bottom: 0;
    background-color: #c4c8cb;
}

.main_slider .owl-dots {
    font-size: 0;
}

.main_slider .owl-dots .owl-dot.active {
    background: #7e8e9e
}

.dots_container {
    position: absolute;
    /*
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
  */
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.how_we_are_working {
    padding-top: 30px
}

/*
.how_we_are_working h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  color: #575757
}*/

.page__p-advantages {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
}

.p-advantages {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    margin: 0;
    flex-wrap: wrap;
    background-image: url(../images/kr-line.png);
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 48px 0;
}

.p-advantages__item {
    padding-left: 15px;
    padding-right: 15px;
    width: 25%;
    cursor: pointer;
}

.p-advantages__wp {
    display: block;
    padding-left: 30px;
    padding-right: 30px;
    height: 108px;
    background-color: #ffffff;
    border-radius: 5px;
    position: relative;
}

.p-advantages__wrapper {
    position: relative;
    z-index: 2;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    padding-top: 40px;
}

.p-advantages__count {
    position: absolute;
    display: block;
    left: 8px;
    top: 10px;
    z-index: 1;
    font-size: 70px;
    line-height: 70px;
    color: #7e8e9e;
    opacity: .15;
    font-weight: 700;
}

.p-advantages__item:hover {
    -webkit-box-shadow: 0px 10px 30px 0px rgba(73, 146, 185, 0.15);
    -moz-box-shadow: 0px 10px 30px 0px rgba(73, 146, 185, 0.15);
    box-shadow: 0px 10px 30px 0px rgba(73, 146, 185, 0.15);
}

.p-advantages__item:hover .p-advantages__count {
    color: #00aeff;
    opacity: .15;
}

.services_item_descr {
    position: relative;
}

.services_item_descr h2 {
    font-size: 30px;
    color: #333333;
    font-weight: 700;
    margin-bottom: 20px;
}

.how_we_are_working .item_working {
    margin-right: -30px;
    margin-left: -30px;
    margin-bottom: 30px
}

.how_we_are_working .item_working svg {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    margin-bottom: 10px;
    width: 100%
}

.how_we_are_working .item_working .icon_work_elem {
    fill: #00aeff;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.how_we_are_working .item_working:hover h3 {
    color: #f6d667
}

.how_we_are_working .item_working:hover svg {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.how_we_are_working .item_working:hover .icon_work_elem {
    fill: #f6d667
}

.how_we_are_working h3 {
    color: #325c7e;
    text-transform: none;
    /*text-transform: uppercase;*/
    text-align: center;
    /*font-size: 13px;*/
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    font-size: 14px;
    line-height: 1.2;
}

.how_we_are_working span.working_arrow {
    background: #e4e4e4;
    display: block;
    width: 80%;
    height: 2px;
    margin: 0 auto;
    position: relative
}

.how_we_are_working span.working_arrow:after, .how_we_are_working span.working_arrow:before {
    content: "";
    display: block;
    width: 5px;
    height: 2px;
    background: #e4e4e4;
    position: absolute;
    right: 0
}

.how_we_are_working span.working_arrow:after {
    top: 2px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.how_we_are_working span.working_arrow:before {
    bottom: 2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

section#advantages_card .owl-dots, section.news .owl-dots, section.services .owl-dots, section.achievement .owl-dots, section.how_we_are_working .owl-dots, section.about-devis .owl-dots {
    text-align: center;
    position: relative;
    margin-top: -20px;
    margin-bottom: 20px;
    font-size: 0;
    width: 350px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

section.about-devis .owl-dots .owl-dot,
section.how_we_are_working .owl-dots .owl-dot,
section#advantages_card .owl-dots .owl-dot,
section.news .owl-dots .owl-dot,
section.services .owl-dots .owl-dot,
section.achievement .owl-dots .owl-dot {
    display: block;
    height: 3px;
    width: 100%;
    margin: 0;
    background: #d1d9df;
    border-radius: 0;
}

section.about-devis .owl-dots .owl-dot:last-child,
section.how_we_are_working .owl-dots .owl-dot:last-child,
section#advantages_card .owl-dots .owl-dot:last-child,
section.news .owl-dots .owl-dot:last-child,
section.services .owl-dots .owl-dot:last-child,
section.achievement .owl-dots .owl-dot:last-child {
    margin-right: 0
}

section.about-devis .owl-dots .owl-dot.active,
section.how_we_are_working .owl-dots .owl-dot.active,
section#advantages_card .owl-dots .owl-dot.active,
section.news .owl-dots .owl-dot.active,
section.services .owl-dots .owl-dot.active,
section.achievement .owl-dots .owl-dot.active {
    background: #7e8e9e
}

section.services img {
    width: 100%
}

section.services p.services_preview_text {
    line-height: 20px;
    font-size: 14px;
    color: #7e8e9e;
    margin-bottom: 43px
}

section.services .show_more_services {
    text-transform: none;
    /*text-transform: uppercase;*/
    font-weight: normal;
    color: #7e8e9e;
    font-size: 14px;
    text-decoration: none;
    width: 160px;
    height: 36px;
    line-height: 34px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #c5cfd6;
    display: block;
    position: absolute;
    right: 0;
    top: -1px;
}

section.services .show_more_services .fa {
    font-size: 19px;
    position: relative;
    top: 1px;
    left: 10px;
    font-weight: 700
}

section.services .show_more_services:hover {
    color: #fff;
    background-color: #c5cfd6;
}

section.services .show_more_services:focus,
section.services .show_more_services:active {
    color: #fff;
    background-color: #c5cfd6;
}

section.services .show_more_services {
    position: static !important;
}

section.services .services_item_descr-index .show_more_services {
    position: absolute !important;
}

section.services .card_item-wp {
    position: relative;
    z-index: 2;
}

section.services .card_item_wrapper_slide {
    display: block;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

section.services .card_item__textprop {
    font-size: 70px;
    line-height: 70px;
    display: block;
    color: #ffffff;
    text-shadow: 0px 0px 3px rgba(126, 142, 158, .2);
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: 1;
    width: 107%;
    font-weight: 700;
}

section.services .card_item {
    position: relative;
    text-align: left;
    padding: 30px;
    -webkit-border-radius: 12px;
    /*border-radius: 12px;*/
    background-color: #fff;
    /*
  -webkit-box-shadow: 0 5px 10px 0 rgba(179, 179, 179, .25);
  box-shadow: 0 5px 10px 0 rgba(179, 179, 179, .25);
  */
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    margin-bottom: 50px;
    bottom: 0;
    width: 100%;
    overflow: hidden;
}

section.services .card_item .card_img {
    margin-bottom: 20px
}

section.services .card_item .card_name h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    color: #333;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    margin-bottom: 15px;
}

section.services .card_item .card_name a:hover {
    text-decoration: none;
}

section.services .card_item .card_text {
    line-height: 18px;
    font-size: 14px;
    color: #7e8e9e;
    margin-bottom: 15px;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

/*old*/
section.services .card_item .b_btn {
    position: absolute;
    bottom: 0;
    opacity: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 90%;
    padding: 7px;
    color: #fff !important;
    -webkit-transition: bottom .5s, opacity .5s ease;
    -o-transition: bottom .5s, opacity .5s ease;
    transition: bottom .5s, opacity .5s ease
}

section.services .card_item__controls {
    /*
  position: absolute;
  */
    bottom: 0;
    opacity: 0;
    left: 0;
    right: 0;
    /*padding: 0 15px;*/
    padding: 0;
    -webkit-transition: transform .3s, opacity .5s ease;
    -o-transition: transform .3s, opacity .5s ease;
    transition: transform .3s, opacity .5s ease;
    transform: translateY(0);
}

.card_item__btn {
    width: 100%;
}

section.services .card_item.animated {
    display: none
}

section.services .card_item:hover {
    background-color: #fff;
    -webkit-box-shadow: 0px 20px 30px 0px rgba(73, 146, 185, 0.15);
    -moz-box-shadow: 0px 20px 30px 0px rgba(73, 146, 185, 0.15);
    box-shadow: 0px 20px 30px 0px rgba(73, 146, 185, 0.15);
    /*bottom: 16px*/
}

section.services .card_item:hover .card_item__textprop {
    text-shadow: 0px 0px 3px rgba(0, 174, 255, .2);
}

/*old*/
section.services .card_item:hover .b_btn {
    bottom: -18px;
    opacity: 1
}


section.services .card_item:hover .card_item__controls {
    /*transform: translateY(18px);*/
    opacity: 1;
}

section.services .card_item:hover .card_name h3 {
    color: #333
}

section.services .card_item:hover .card_text {
    color: #737373
}

section.services .hide_cards .card_item {
    display: none
}

section.news {
    /*position: relative;*/
    /*z-index: 2;*/
    background: #fff;
    margin-bottom: 0;
    padding-bottom: 40px
}

section.news img {
    width: 100%;
    display: block;
    margin-bottom: 0;

}

.news-wrapper-right-bar {
    padding-top: 20px;
    padding-right: 20px;
}

.news-wrapper-right-bar h2 {
    margin-bottom: 5px;
}

.news-read-news-wrapper {
    display: block;
    position: relative;
    text-decoration: none;
}

.news-read-news-wrapper::after {
    content: '';
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #00aeff;
    opacity: .3;
    display: none;
}

.news-read-news-wrapper:hover {
    text-decoration: none !important;
}

.news-read-news-wrapper:hover::after {
    display: block;
}

.news-read-news-wrapper:hover .news-btn-read-news {
    display: block;
}

section.news .news_header h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
}

section.news .news_header a {
    color: #325c7e;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

section.news .news_header a:hover {
    color: #00aeff
}

section.news .news_block {
    background: #dff8ff;
    padding-top: 35px;
    padding-bottom: 30px;
    -webkit-border-radius: 10px;
    border-radius: 10px
}

section.news .news_block h2 {
    text-align: center
}

section.news .news_block h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 30px
}

section.news .news_block .news_img {
    margin-bottom: 30px
}

section.news .news_block .date_news {
    display: inline-block;
    background: #f6fdff;
    font-size: 10px;
    color: #c1c1c1;
    padding: 7px 10px;
    -webkit-border-radius: 15px;
    border-radius: 15px
}

section.news .news_block .text_news {
    color: #64758e;
    font-size: 14px;
    line-height: 1.3
}

section.news .news_block .owl-next, section.news .news_block .owl-prev {
    opacity: .6;
    background-color: #e6faff;
    -webkit-box-shadow: 0 5px 25px 0 rgba(102, 207, 237, .3);
    box-shadow: 0 5px 25px 0 rgba(102, 207, 237, .3);
    text-align: center;
    vertical-align: middle;
    padding: 19px 32px;
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -36px
}

section.news .news_block .owl-next .fa, section.news .news_block .owl-prev .fa {
    font-size: 30px;
    color: #2770aa
}

section.news .news_block .owl-prev {
    left: -120px
}

section.news .news_block .owl-next {
    right: -120px
}

section.news .news_block:hover .text_news {
    color: #575757
}

section.news .owl-dots {
    margin-top: 0;
    margin-bottom: -20px;
    display: none
}

section.about_us {
    /*position: relative;*/
    /*z-index: 2;*/
    background: #fff;
    margin-bottom: 0;
    padding-bottom: 40px;
    padding-top: 50px
}

section.about_us .about_us_wrap {
    position: relative;
    padding-bottom: 108px
}

section.about_us .about_us_wrap .bg_left, section.about_us .about_us_wrap .bg_right {
    position: absolute;
    bottom: 0;
    width: 350px
}

section.about_us .about_us_wrap .bg_left img, section.about_us .about_us_wrap .bg_right img {
    width: 100%
}

section.about_us .about_us_wrap .bg_left {
    left: -30px
}

section.about_us .about_us_wrap .bg_right {
    /*right: 0*/
    right: -5px;
    bottom: 15px;
    width: 380px;
}

section.about_us .about_us_text {
    color: #64758e;
    line-height: 18px;
    font-size: 14px;
}

section.about_us .about_us_text strong {
    text-transform: none;
    /*text-transform: uppercase*/
}

section.about_us .about_us_more {
    margin-top: 42px
}

section.about_us .about_us_more .b_btn {
    width: 100%;
    background: #f6d667;
    text-align: center;
    padding: 8px 50px
}

section.about_us .about_us_more .b_btn:hover {
    color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(246, 214, 103, .7);
    box-shadow: 0 0 10px rgba(246, 214, 103, .7)
}

section.partners {
    background: #f5fafb;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0;
    position: relative;
    z-index: 2
}

/*
section.partners h2 {
  color: #fff
}*/

section.question_form {
    position: relative;
    z-index: 0;
    margin-bottom: 0;
    background: 0 0 !important;
    /*padding-top: 90px;*/
}

/*
section.question_form .tween_content {
  position: absolute;
  width: 100%;
  bottom: 0
}
*/

section.question_form .question_form_inner {
    /*
  background: url(/local/templates/it_jet_pro/css/../img/pattern.png);
  padding-top: 150px;
  padding-bottom: 150px;
  margin-bottom: 0;
  z-index: 2
  */
    position: relative;
}

section.question_form .question_form_inner::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 164px;
    background-color: #f5fafb;
    z-index: -1;
}

/*
.scrollmagic-pin-spacer{
  min-height: 100vh;
}
*/
/*
section.question_form .question_form_inner:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #00aeff;
  opacity: .9;
  position: absolute;
  top: 0;
  left: 0
}
*/
section.question_form .question_form__in_wrapp {
    background-image: url(../images/lep-form.png);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: left center;
    border-radius: 5px;
    overflow: hidden;
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative;
    box-shadow: 0 10px 25px 0 rgba(0, 186, 239, .3);
}

section.question_form .question_form__in_wrapp::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    z-index: -1;
}

/*
section.question_form form:hover input, section.question_form form:hover textarea {
  border-color: #fff
}

section.question_form form:hover .b_btn {
  background-color: #fff;
  color: #00a1ff
}

section.question_form form:focus .b_btn,
section.question_form form:active .b_btn {
  background-color: #fff;
  color: #0091ff
}
*/

.question_form__left {
    padding-left: 95px;
    max-width: 80%;
    width: 100%;
}

.question_form__right {
    max-width: 255px;
    display: block;
    width: 100%;
    /*
  margin-left: auto;
  margin-right: auto;
  */
}

section.question_form h2 {
    margin-bottom: 0;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3;
}

section.question_form .question_title {
    display: block;
    text-transform: none;
    /*text-transform: uppercase;*/
    color: #fff;
    line-height: 1.3;
    /*margin-bottom: 35px*/
    font-size: 40px;
    font-weight: normal;
}

section.question_form form {
    width: 100%;
    /*
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #00aeff;
  -webkit-box-shadow: 0 10px 40px 0 rgba(1, 146, 187, .25);
  box-shadow: 0 10px 40px 0 rgba(1, 146, 187, .25);
  padding-top: 40px;
  padding-bottom: 40px
  */
}

section.question_form input {
    width: 100%;
    border: 1px solid #cbd2d8;
    background-color: transparent;
    padding: 0 20px;
    height: 36px;
    line-height: 34px;
    outline: 0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 20px;
    color: #333;
    font-size: 12px;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

section.question_form inpuT:focus {
    border: 1px solid #7e8e9e;
}

section.question_form textarea {
    margin-bottom: 18px;
    outline: 0;
    width: 100%;
    border: 1px solid #cbd2d8;
    background-color: transparent;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    height: 120px;
    resize: none;
    color: #333;
    padding: 5px 20px;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    font-size: 12px;
}

section.question_form ::-webkit-input-placeholder {
    color: rgba(126, 142, 158, .5);
    opacity: 1
}

section.question_form :-moz-placeholder {
    color: rgba(126, 142, 158, .5);
    opacity: 1
}

section.question_form ::-moz-placeholder {
    color: rgba(126, 142, 158, .5);
    opacity: 1
}

section.question_form :-ms-input-placeholder {
    color: rgba(126, 142, 158, .5);
}

section.question_form .b_btn {
    background-color: #00aeff;
    /*
  -webkit-box-shadow: 0 10px 40px 0 rgba(1, 146, 187, .35);
  box-shadow: 0 10px 40px 0 rgba(1, 146, 187, .35);
  */
    color: #f8f8f8;
    font-size: 14px;
    letter-spacing: 0;
    width: 100%;
    padding: 0 10px;
    height: 36px;
    line-height: 36px;
    cursor: pointer;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    border-radius: 5px;
}

.c-input__wrapper {
    position: relative;
}

.c-input__plactive {
    position: absolute;
    z-index: 1;
    left: 15px;
    top: -9px;
    background-color: #ffffff;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
    font-size: 10px;
    color: #7e8e9e;
    font-weight: normal;
    display: none;
}

.question_form__pol {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 10px;
    color: #7e8e9e;
    line-height: 1.3;
    margin: 10px 0 0 0;
    padding: 0;
}

ul.breadcrumb {
    background: 0 0;
    list-style: none;
    display: inline-block;
    position: relative;
    z-index: 2;
    background: #fff
}

ul.breadcrumb li {
    float: left;
    margin-bottom: 5px
}

ul.breadcrumb li a {
    text-decoration: none !important
}

ul.breadcrumb li a:hover span.breadcrumb_link {
    background-color: #00aeff;
    color: #fff
}

ul.breadcrumb li a:hover span.breadcrumb_link:before {
    border-left-color: transparent;
    border-right-color: #00aeff;
    border-top-color: #00aeff;
    border-bottom-color: #00aeff
}

ul.breadcrumb li a:hover span.breadcrumb_link:after {
    left: 100%;
    border-color: transparent;
    border-left-color: #00aeff
}

ul.breadcrumb li:first-child span.breadcrumb_link {
    padding-left: 15px;
    -webkit-border-radius: 12px 0 0 12px;
    border-radius: 12px 0 0 12px
}

ul.breadcrumb li:first-child span.breadcrumb_link:before {
    border: none
}

ul.breadcrumb span.breadcrumb_link {
    white-space: nowrap;
    font-family: Gotham, sans-serif;
    font-weight: 400;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    color: #c1c1c1;
    display: block;
    background: #f8f8f8;
    text-decoration: none !important;
    position: relative;
    font-size: 12px;
    padding: 1px 8px;
    text-align: center;
    margin-right: 15px;
    height: 22px
}

ul.breadcrumb span.breadcrumb_link:after, ul.breadcrumb span.breadcrumb_link:before {
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    content: "";
    position: absolute;
    top: 0;
    border: 0 solid #f8f8f8;
    border-width: 11px 10px;
    width: 0;
    height: 0
}

ul.breadcrumb span.breadcrumb_link:before {
    left: -12px;
    border-left-color: transparent
}

ul.breadcrumb span.breadcrumb_link:after {
    left: 100%;
    border-color: transparent;
    border-left-color: #f8f8f8
}

section.news {
    padding-top: 42px
}

.komy-nyzna-avt {
    position: relative;
}

.komy-nyzna-avt::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 94px;
    z-index: -1;
    background-color: #f5fafb;
}

section.news .news_filter_tags {
    /*-webkit-border-radius: 10px;*/
    /*border-radius: 10px;*/
    /*background-color: #fff;*/
    /*-webkit-box-shadow: 0 5px 10px 0 rgba(179, 179, 179, .25);*/
    /*box-shadow: 0 5px 10px 0 rgba(179, 179, 179, .25);*/
    /*padding: 20px 15px;*/
    margin-bottom: 30px;
    border-top: 1px solid #d8dde2;
}

section.news #infinity-next-page {
    text-align: center
}

section.news .show_more_news,
section.services .show_more_news {
    display: inline-block;
    text-align: center;
    color: #c1c1c1;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

section.news .show_more_news:hover,
section.services .show_more_news:hover {
    color: #00aeff
}

section.news .show_more_news .fa {
    font-weight: 700;
    font-size: 20px
}

section.news .tags_item {
    /*
  display: inline-block;
  background-color: #f8f8f8;
  text-decoration: none;
  padding: 8px 15px;
  font-size: 12px;
  line-height: 1;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  margin-right: 3px;
  margin-bottom: 5px;
  color: #c1c1c1;
  */
    text-decoration: none !important
}

section.news .news_lists_tags {
    font-size: 0;
}

section.news .news_lists_tags .tags_item {
    border-radius: 4px;
    border: 1px solid #e5e8ec;
    line-height: 13px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 12px;
    color: #7e8e9e;
}

section.news .tags_item.active, section.news .tags_item:hover {
    background-color: #00aeff;
    color: #fff;
    border-color: #00aeff;
}

/*
section.news h2 {
  margin-bottom: 15px
}*/

section.news h2 a {
    font-weight: 700;
    text-transform: none;
    font-size: 18px;
    text-decoration: none;
    line-height: 1.2;
    display: inline-block;
    color: #333333;
}

section.news h2 a:hover {
    color: #333333 !important;
    text-decoration: none !important;
}

section.news h2 a:hover {
    color: #00aeff
}

section.news p {
    color: #64758e;
    font-size: 12px;
    line-height: 1.3
}

section.news .news_list_block {
    padding: 0;
    margin-bottom: 36px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(73, 146, 185, 0.15);
    box-shadow: 0 0 10px rgba(73, 146, 185, 0.15);
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

section.news .news_list_block:hover {
    -webkit-box-shadow: 0 20px 30px rgba(73, 146, 185, 0.15);
    box-shadow: 0 20px 30px rgba(73, 146, 185, 0.15);
}

section.news .news_list_block .min-height {
    min-height: 200px;
}

section.news .news_list_block .bg-cover {
    background: center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 200px;
    position: relative;
}

section.news .news_list_block .bg-cover > img {
    display: none;
    width: 100%;
}

section.news .news_list_block .bg-cover .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 174, 255, 0);
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

section.news .news_list_block:hover .bg-cover .overlay {
    background: rgba(0, 174, 255, 0.3);
}

section.news .news_list_block .bg-cover .overlay .center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -o-transition: all .25s ease;
    transition: all .25s ease;
    color: #fff;
    opacity: 0;
    text-align: center;
}

section.news .news_list_block:hover .bg-cover .overlay .center {
    opacity: 1;
}

section.news .news_list_block .bg-cover .overlay .center img {
    width: 30px;
    height: 30px;
    display: inline;
}

section.news .news_list_block .full-link {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}

section.news .news_list_block .news_lists_tags {
    position: relative;
    z-index: 3;
}

@media (max-width: 576px) {
    section.news .news_list_block .min-height {
        min-height: auto;
    }

    section.news .news_list_block .bg-cover {
        background: none !important;
        min-height: auto;
    }

    section.news .news_list_block .bg-cover img {
        display: block;
        width: 100%;
    }
}

/*
section.news .news_list_block:hover {
  -webkit-box-shadow: 0 15px 25px 0 rgba(0, 186, 239, .4);
  box-shadow: 0 15px 25px 0 rgba(0, 186, 239, .4)
}
*/

section.news .news_date_time {
    font-size: 12px;
    background-color: transparent;
    padding: 0;
    color: #7e8e9e;
    margin-bottom: 5px;
}

section.news .news_date_time:hover {
    background-color: transparent !important;
    color: #7e8e9e !important;
}

section.news .news-wrapper-right-bar > p {
    margin-bottom: 10px;
}

section.news a.detail_news {
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none
}

section.news a.detail_news .fa {
    font-size: 17px;
    margin-left: 10px;
    font-weight: 900
}

section.news p.anons_news {
    margin: 30px 0;
    font-size: 16px;
    line-height: 1.6;
}

section.news .detail_img {
    margin-bottom: 30px
}

.back_link {
    text-transform: uppercase;
    font-weight: 800;
    text-decoration: none !important
}

.back_link .fa {
    margin-right: 10px;
    font-weight: 700;
    font-size: 16px
}

section#about_us {
    background: #fff
}

section#about_us .header_about {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e8f7fe));
    background-image: -webkit-linear-gradient(top, #fff 0, #e8f7fe 100%);
    background-image: -o-linear-gradient(top, #fff 0, #e8f7fe 100%);
    background-image: linear-gradient(to bottom, #fff 0, #e8f7fe 100%);
    padding-top: 80px;
    padding-bottom: 80px;
    margin-bottom: 90px
}

section#about_us h1 {
    font-size: 40px;
    margin-bottom: 50px
}

section#about_us .sub_header {
    display: inline-block;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 800;
    color: #2770aa
}

section#about_us .about_preview_text {
    line-height: 1.3;
    text-align: center;
    color: #64758e;
    font-size: 16px;
    margin-bottom: 90px
}

section#about_us .card_box {
    margin-bottom: 30px
}

section#about_us .card_box .card_item {
    text-align: center;
    position: relative;
    padding-top: 60px;
    height: 285px;
    margin-bottom: 30px;
    cursor: pointer
}

section#about_us .card_box .card_item h4 {
    /*text-transform: uppercase;*/
    color: #325c7e;
    font-weight: 600;
    margin-bottom: 26px;
    font-size: 18px;
    margin-top: 36px;
}

section#about_us .card_box .card_item svg {
    max-width: 160px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

section#about_us .card_box .card_item svg .icon_work_elem {
    fill: #f6d667
}

section#about_us .card_box .card_item:hover svg {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    opacity: 0;
    visibility: hidden
}

section#about_us .card_box .card_item:hover .card_content {
    background: #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 15px 25px 0 rgba(0, 186, 239, .4);
    box-shadow: 0 15px 25px 0 rgba(0, 186, 239, .4)
}

section#about_us .card_box .card_item:hover .card_content p {
    opacity: 1;
    visibility: visible;
    top: 0
}

section#about_us .card_box .card_content {
    background: rgba(255, 255, 255, 0);
    padding-right: 15px;
    padding-left: 15px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 186, 239, 0);
    box-shadow: 0 0 0 0 rgba(0, 186, 239, 0);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

section#about_us .card_box .card_content p {
    position: relative;
    top: 20px;
    line-height: 1.3;
    color: #64758e;
    font-size: 12px;
    margin-bottom: 10px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

section#advantages_card {
    position: relative;
    z-index: 2;
    background: #fff;
    margin-bottom: 0
}

section#advantages_card span.sub_header2 {
    display: block;
    color: #64758e;
    line-height: 1.3;
    font-size: 14px;
    margin-bottom: 50px
}

section#advantages_card .advantages_card {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    text-align: center
}

section#advantages_card .advantages_card img {
    max-width: 225px;
    width: 100%;
    margin-bottom: 20px;
    display: inline-block
}

section#advantages_card .advantages_card h4 {
    font-weight: 800;
    color: #325c7e;
    font-size: 18px
}

section#advantages_card .advantages_card .advantages_card_front {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 50px;
    padding-top: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 10px 0 rgba(179, 179, 179, .25);
    box-shadow: 0 5px 10px 0 rgba(179, 179, 179, .25);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: Scale(1);
    -ms-transform: Scale(1);
    transform: Scale(1);
    opacity: 1
}

section#advantages_card .advantages_card .advantages_card_content {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
    color: #7e8e9e;
    line-height: 1.3;
    font-size: 12px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transform: Scale(.6);
    -ms-transform: Scale(.6);
    transform: Scale(.6);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-box-shadow: 0 15px 25px 0 rgba(0, 186, 239, 0);
    box-shadow: 0 15px 25px 0 rgba(0, 186, 239, 0)
}

section#advantages_card .advantages_card .advantages_card_content .advantages_card__title {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 12px;
    margin-bottom: 20px;
}

/*
section#advantages_card .advantages_card .advantages_card_content p {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-right: 10px;
  padding-left: 10px
}*/

section#advantages_card .advantages_card .advantages_card_content .advantages_card__desc {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-right: 10px;
    padding-left: 10px
}

section#advantages_card .advantages_card:hover .advantages_card_front {
    -webkit-box-shadow: 0 5px 10px 0 rgba(179, 179, 179, 0);
    box-shadow: 0 5px 10px 0 rgba(179, 179, 179, 0);
    -webkit-transform: Scale(1.2);
    -ms-transform: Scale(1.2);
    transform: Scale(1.2);
    opacity: 0
}

section#advantages_card .advantages_card:hover .advantages_card_content {
    -webkit-box-shadow: 0 15px 25px 0 rgba(0, 186, 239, .4);
    box-shadow: 0 15px 25px 0 rgba(0, 186, 239, .4);
    opacity: 1;
    -webkit-transform: Scale(1);
    -ms-transform: Scale(1);
    transform: Scale(1)
}

section#advantages_card .blue_card {
    background-image: url(../images/card_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 15px 25px 0 rgba(0, 186, 239, .4);
    box-shadow: 0 15px 25px 0 rgba(0, 186, 239, .4)
}

section#advantages_card .blue_card h4 {
    color: #fff;
    line-height: 1.6;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: 200;
    text-transform: none;
    /*text-transform: uppercase;*/
    font-size: 13px;
    text-align: center;
    padding-right: 15px;
    padding-left: 15px
}

section#advantages_card .blue_card h4 strong {
    font-weight: 800;
    font-size: 18px
}

section#advantages_card .blue_card .advantages_card_front {
    opacity: 1 !important;
    background-color: transparent;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important
}

p.about_us_text2 {
    text-transform: uppercase;
    color: #f6d667;
    margin-top: 50px;
    margin-bottom: 40px;
    font-weight: 800
}

section#contacts {
    position: relative;
    z-index: 2;
    background-color: #fff;
    min-height: 100vh;
}

section#contacts h1 {
    margin-bottom: 40px;
}

section#contacts .contacts_btn {
    margin-bottom: 50px
}

section#contacts .map-container {
    background: #0ff;
}

section#contacts .map-container .location-map {
    opacity: 0.86;
}

section#contacts .contacts_btn .b_btn {
    font-weight: 400;
    color: #737373;
    background: #e4e4e4
}

section#contacts .contacts_btn .b_btn.active {
    background: #00aeff;
    color: #fff
}

section#contacts .contacts_btn .b_btn:first-child {
    margin-right: 10px
}

section#contacts .fa {
    color: #00aeff
}

section#contacts p {
    line-height: 1.6;
    color: #64758e;
    font-size: 16px;
    margin: 20px 20px;
    text-align: left
}

section#contacts p > a {
    font-size: 16px;
}

article h1 {
    margin-bottom: 50px
}

article h2 {
    text-align: center;
    font-size: 18px;
    text-transform: none;
    margin-top: 50px
}

article h3 {
    font-size: 14px;
    color: #575757;
    font-weight: 800
}

article ul {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 30px
}

article ul.number_list {
    list-style-type: decimal
}

article ul ul {
    margin-bottom: 15px;
    margin-top: 10px;
    list-style-type: disc
}

article ul li {
    margin-bottom: 10px;
    color: #575757
}

article p {
    color: #575757;
    font-size: 14px;
    line-height: 1.3
}

article .back_link {
    margin-top: 30px;
    display: inline-block;
    margin-bottom: 90px
}

article .article_img {
    margin-bottom: 30px
}

article .article_img img {
    width: 100%
}

article .article_anons {
    margin-bottom: 30px
}

article .article_anons p {
    color: #2770aa;
    line-height: 1.3;
    font-size: 14px
}

.table_head {
    text-align: center;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    background: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    position: relative;
    z-index: 2;
    padding-right: 15px;
    padding-left: 15px
}

.table_head .col {
    color: #737373;
    font-size: 13px
}

.table_head .red_col {
    text-transform: uppercase;
    color: #e56b62
}

.table_body {
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    margin-right: 15px;
    margin-left: 15px;
    position: relative;
    z-index: 1;
    top: -5px;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 30px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 50px
}

.table_body .col {
    text-transform: uppercase;
    font-weight: 200;
    color: #2770aa
}

.table_body .red_col {
    font-weight: 800;
    color: #e56b62
}

.table_body .row {
    padding-top: 10px;
    padding-bottom: 10px
}

.tarif_card {
    background: #fff;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    text-align: center;
    padding: 20px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-top: 30px;
    margin-bottom: 30px
}

.tarif_card h4 {
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    color: #e56b62;
    font-size: 16px
}

.tarif_card p {
    font-size: 14px;
    color: #575757;
    line-height: 1.3
}

section.user_profile {
    margin-top: 50px;
}

section.user_profile h1 {
    margin-bottom: 50px;
}

section.user_profile h3 {
    text-align: center;
    text-transform: uppercase;
    color: #2770aa;
    font-weight: 800;
    font-size: 1.4rem;
}

p.form_text {
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    color: #7e8e9e;
    font-weight: 200;
    margin-bottom: 30px;
}

.form {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    opacity: 0.969;
    box-shadow: 0px 15px 25px 0px rgba(141, 173, 182, 0.2);
    padding-top: 30px;
    padding-bottom: 30px;
}

.form .captcha_box {
    margin-bottom: 30px;
}

.form .captcha_box input {
    margin-bottom: 0;
}

.form input {
    width: 100%;
    margin-bottom: 20px;
    outline: none;
    border: none;
    border-bottom: 1px solid #c1c1c1;
    padding: 0px 15px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
}

.form input[type="submit"] {
    padding: 10px 5px;
    border-radius: 20px;
    background-color: #00aeff;
    text-transform: uppercase;
    font-weight: 200;
}

.form input[type="submit"]:hover {
    background-color: #00a1ff;
    /*
  -webkit-box-shadow: 0 0 10px rgba(0, 186, 239, .7);
  box-shadow: 0 0 10px rgba(0, 186, 239, .7);
  */
    cursor: pointer;
}

.form input[type="submit"]:focus,
.form input[type="submit"]:active {
    background-color: #0091ff;
    /*
  -webkit-box-shadow: 0 0 10px rgba(0, 186, 239, .7);
  box-shadow: 0 0 10px rgba(0, 186, 239, .7);
  */
    cursor: pointer;
}

.form img {
    width: 100%;
}

.form .alert {
    text-align: center;
    color: #e60d00;
}

.form .form-control::-webkit-input-placeholder {
    color: #c1c1c1;
    opacity: 1
}

.form .form-control::-moz-placeholder {
    color: #c1c1c1;
    opacity: 1
}

.form .form-control:-ms-input-placeholder {
    color: #c1c1c1;
    opacity: 1
}

.form .form-control::-ms-input-placeholder {
    color: #c1c1c1;
    opacity: 1
}

.form .form-control::placeholder {
    color: #c1c1c1;
    opacity: 1
}

section#bonuses {
    position: relative;
    z-index: 2;
}

section#bonuses .header_bonuses h1 {
    font-size: 34px;
    margin-top: 65px;
    margin-bottom: 35px
}

section#bonuses .header_bonuses .sub_header {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1.3;
    color: #2770aa;
    padding-right: 35px;
    position: relative;
    z-index: 2;
    display: inline-block
}

section#bonuses .header_bonuses img {
    position: relative;
    top: -15%;
    margin-left: -80px;
    width: 120%;
    z-index: 1
}

section.bonuses_list .bonuses_item {
    cursor: pointer;
    padding: 20px 15px;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-box-shadow: 0 5px 10px 0 rgba(179, 179, 179, 0);
    box-shadow: 0 5px 10px 0 rgba(179, 179, 179, 0)
}

section.bonuses_list .bonuses_item:hover {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 10px 0 rgba(179, 179, 179, .25);
    box-shadow: 0 5px 10px 0 rgba(179, 179, 179, .25)
}

section.bonuses_list .bonuses_item:hover .bonuses_item_img img .icon_work_elem, section.bonuses_list .bonuses_item:hover .bonuses_item_img svg .icon_work_elem {
    fill: #f6d667
}

section.bonuses_list .bonuses_item .bonuses_item_img {
    text-align: center
}

section.bonuses_list .bonuses_item .bonuses_item_img img, section.bonuses_list .bonuses_item .bonuses_item_img svg {
    max-width: 65px
}

section.bonuses_list .bonuses_item .bonuses_item_img img .icon_work_elem, section.bonuses_list .bonuses_item .bonuses_item_img svg .icon_work_elem {
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    fill: #00aeff
}

section.bonuses_list .bonuses_item .bonuses_item_img img .st1, section.bonuses_list .bonuses_item .bonuses_item_img svg .st1 {
    fill: #6fc9d8
}

section.bonuses_list .bonuses_item .bonuses_item_img img .st2, section.bonuses_list .bonuses_item .bonuses_item_img svg .st2 {
    fill: #146784
}

section.bonuses_list .bonuses_item .bonuses_item_name {
    font-size: 13px;
    color: #737373;
    line-height: 1.3;
    margin-left: -15px
}

section.bonuses_list p.bonuses_list_text {
    text-align: center;
    color: #2770aa;
    line-height: 1.3;
    margin-top: 80px;
    margin-bottom: 30px
}

section.bonuses_clients_info {
    margin-bottom: 0;
    position: relative;
    z-index: 2;
    background-color: #fff;
}

section.bonuses_clients_info .bonuses_clients_info_header {
    background: url(../images/bonuses_info_bg.jpg);
    padding: 50px 183px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    text-align: center;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: 0 15px 25px 0 rgba(0, 186, 239, .4);
    box-shadow: 0 15px 25px 0 rgba(0, 186, 239, .4);
    margin-bottom: -40px
}

section.bonuses_clients_info .bonuses_clients_info_header h2 {
    color: #fff;
    font-weight: 400;
    line-height: 2.2;
    font-size: 20px;
    padding: 0;
    margin: 0
}

section.bonuses_clients_info .bonuses_info_list_wrap {
    background-color: #fffde8;
    background-image: url(../images/pattern2.png);
    padding-top: 120px;
    padding-bottom: 40px
}

section.bonuses_clients_info .bonuses_info_list_wrap h2 {
    margin-bottom: 80px
}

section.bonuses_clients_info .bonuses_info_list_wrap .bonuses_info_list {
    margin: 0;
    padding: 0;
    list-style-type: none
}

section.bonuses_clients_info .bonuses_info_list_wrap .bonuses_info_list li {
    position: relative;
    margin-bottom: 40px;
    text-transform: uppercase;
    color: #737373;
    font-size: 18px;
    padding-left: 30px
}

section.bonuses_clients_info .bonuses_info_list_wrap .bonuses_info_list li:before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #f6d667;
    position: absolute;
    left: 0;
    top: 7px
}

.bonuses_card_slider {
    position: relative;
    z-index: 2;
    background: #fff;
    /*padding-bottom: 40px;*/
    padding-top: 60px
}

.bonus_card_slider .bonus_card_item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin: 15px 15px 40px 15px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 15px 25px 0 rgba(0, 186, 239, .4);
    box-shadow: 0 15px 25px 0 rgba(0, 186, 239, .4)
}

.bonus_card_slider .bonus_card_item img {
    width: 100%
}

.bonus_card_slider .bonus_card_item:hover .bonus_card_item_text_wrap {
    opacity: 1
}

.bonus_card_slider .bonus_card_item:hover .bonus_card_item_text {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.bonus_card_slider .owl-next, .bonus_card_slider .owl-prev {
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    background: #00aeff;
    opacity: .3;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.bonus_card_slider .owl-next .fa, .bonus_card_slider .owl-prev .fa {
    color: #fff;
    font-size: 32px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: 400
}

.bonus_card_slider .owl-next:hover, .bonus_card_slider .owl-prev:hover {
    opacity: .8
}

.bonus_card_slider .owl-next {
    right: -70px
}

.bonus_card_slider .owl-next .fa {
    right: 50%;
    margin-right: -7px
}

.bonus_card_slider .owl-prev {
    left: -70px
}

.bonus_card_slider .owl-prev .fa {
    left: 50%;
    margin-left: -7px
}

.bonus_card_slider .bonus_card_item_text_wrap {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .9);
    opacity: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.bonus_card_slider .bonus_card_item_text {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    transform: translateY(-10%);
    display: inline-block;
    color: #64758e;
    font-size: 12px;
    line-height: 1.3;
    padding: 20px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s
}

.bonus_card_slider .owl-dots {
    text-align: center;
    position: relative;
    margin-top: -10px;
    margin-bottom: 20px
}

.bonus_card_slider .owl-dots .owl-dot {
    display: inline-block;
    border: 1px solid #00aeff;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 7px
}

.bonus_card_slider .owl-dots .owl-dot:last-child {
    margin-right: 0
}

.bonus_card_slider .owl-dots .owl-dot.active {
    background: #00aeff
}

.bonuses_card_other_info {
    margin-top: 30px
}

.bonuses_card_other_info p {
    color: #c1c1c1;
    font-size: 11px;
    line-height: 1.3;
    font-weight: 200
}


footer {
    padding-top: 49px
}

footer svg {
    width: 100%;
    margin-bottom: 40px
}

/*footer .menu_link {*/
/*    text-transform: uppercase;*/
/*    color: #2770aa;*/
/*    text-decoration: none;*/
/*    font-weight: 400;*/
/*    display: block;*/
/*    margin-bottom: 10px*/
/*}*/

/*footer .menu_link:hover {*/
/*    color: #00aeff*/
/*}*/

footer ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    /*margin-bottom: 40px*/
}

/*footer ul li {
  display: block;
  line-height: 1.3;
  margin-bottom: 5px
}*/

/*footer > .container > .row > .col-lg-12 {*/
/*    position: relative;*/
/*}*/

/*footer > .container > .row > .col-lg-12::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: 15px;*/
/*    right: 15px;*/
/*    top: 0;*/
/*    width: auto;*/
/*    height: 1px;*/
/*    background-color: #d8dde2;*/
/*    display: block;*/
/*}*/

/*footer .socials-list__item {*/
/*    margin-right: 20px;*/
/*}*/

/*footer .socialnet_link {*/
/*    width: 100%;*/
/*    display: -webkit-box;*/
/*    display: -webkit-flex;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    justify-content: flex-start;*/
/*    margin-bottom: 0;*/
/*}*/

/*footer .socialnet_link a {*/
/*    display: inline-block;*/
/*    font-size: 18px;*/
/*    color: #7e8e9e;*/
/*}*/

/*footer .socials-list__item:last-child {*/
/*    margin-right: 0;*/
/*}*/

/*footer .franchaising_1c {*/
/*    max-width: 44px;*/
/*    width: 100%;*/
/*    height: auto;*/
/*}*/

.f-line__left {

}

.f-line__right {

}

.f-line__left-top {
    display: flex;
    max-width: 380px;
    margin-bottom: 18px;
}

.f-line__addr {
    width: 50%;
    font-size: 12px;
    line-height: 20px;
    color: #7e8e9e;
}

.f-line__call {
    width: 50%;
    font-size: 12px;
    line-height: 20px;
    color: #7e8e9e;
}

.f-line__copy {
    display: block;
    text-align: right;
    font-size: 12px;
    line-height: 20px;
    color: #7e8e9e;
    margin-bottom: 30px;
}

.footer__f-logo {
    display: block;
    width: 100%;
    margin-top: 72px;
}

.f-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
}

.f-logo svg {
    display: block;
    margin: 0;
    padding: 0;
    max-width: 160px;
    height: auto;
    width: 100%;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50% {
        opacity: .8
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50% {
        opacity: .8
    }
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
        height: 50%
    }
    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    from {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
        height: 50%
    }
    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

/*section achievement*/
.achievement {
    padding: 60px 0 60px;
    z-index: 2;
    position: relative;
    background-color: #f5fafb;
}

.achievement h2 {
    /*color: #3c5262;*/
    /*font-weight: normal;*/
    /*font-size: 22px;*/
    /*margin-bottom: 60px;*/
}

.owl-carousel.achievement-slider {
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
}

.achievement-slider-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 15px;
    padding-right: 15px;
}

.owl-item, .achievement-slider-item, .owl-stage {
    min-height: 100px;

}

.achievement-slider-item img {
    max-width: 100%;
    max-height: 100px;
    width: auto !important;
}

section.achievement .owl-dots {
    position: initial;
    text-align: center;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 350px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/*.achievement .owl-dots .owl-dot{
  display: inline-block;
  margin: 0 10px;
}
.achievement .owl-dots .owl-dot span{
  display: block;
  width: 10px;
  height: 10px;
  background-color: transparent;
  border: 1px solid #aaa;
  border-radius: 50%;
}
.achievement .owl-dots .owl-dot.active span{
  background-color: #aaa;
}*/
/*end section achievement*/


/*todo media*/
@media only screen and (max-width: 1200px) {
    .main_slider .item .row {
        height: 400px
    }

    .how_we_are_working h3 {
        font-size: 11px
    }

    section.news .news_block .owl-prev {
        left: -100px
    }

    section.news .news_block .owl-next {
        right: -100px
    }

    section.about_us .about_us_wrap {
        padding-bottom: 60px
    }

    section.about_us .about_us_wrap .bg_left, section.about_us .about_us_wrap .bg_right {
        width: 250px
    }

    section.about_us .about_us_more {
        margin-top: 50px
    }

    section#about_us .card_box .card_item {
        height: 325px
    }

    section.bonuses_clients_info .bonuses_clients_info_header {
        padding: 50px 123px
    }
}

@media only screen and (max-width: 992px) {
    .main_slider h2 {
        font-size: 35px
    }

    .how_we_are_working .item_working {
        /*    margin-right: -50px;
        margin-left: -50px*/
        margin-right: 0;
        margin-left: 0;
    }

    .how_we_are_working span.working_arrow {
        width: 30%
    }

    .how_we_are_working h3 {
        font-size: 13px
    }

    section.services p.services_preview_text {
        margin-bottom: 30px
    }

    section.services .services_item_descr {
        margin-bottom: 60px
    }

    section.news .news_block .owl-prev {
        left: -90px
    }

    section.news .news_block .owl-next {
        right: -90px
    }

    section.about_us .about_us_wrap {
        padding-bottom: 80px
    }

    section.about_us .about_us_wrap .bg_left, section.about_us .about_us_wrap .bg_right {
        width: 200px
    }

    section.about_us .about_us_more {
        margin-top: 30px
    }

    section#about_us .card_box .card_item {
        height: 420px
    }

    section.about_us h2 {
        font-size: 20px
    }

    .ticket_form_wrap2 {
        overflow-x: scroll;
    }

    section#bonuses .header_bonuses h1 {
        margin-top: 10px
    }

    section#bonuses .header_bonuses img {
        width: 180%;
        margin-left: -190px
    }

    section.bonuses_clients_info .bonuses_clients_info_header {
        padding: 50px 80px
    }
}

@media only screen and (max-width: 767px) {
    /*
  header .logo{
    top: 5px;
  }
  */
    header .hamburger {
        right: 0;
    }

    ul.breadcrumb {
        display: none
    }

    .main_slider h2 {
        font-size: 20px
    }

    .main_slider .item .slide_content {
        max-width: 314px;
        margin-left: 0 !important;
    }

    .p-advantages__item {
        margin-bottom: 0;
    }

    .main_slider .item .row {
        height: 250px
    }

    .how_we_are_working .item_working {
        margin-right: 0;
        margin-left: 0
    }

    .how_we_are_working h3 {
        font-size: 11px
    }

    section.about_us .about_us_wrap {
        padding-bottom: 10px;
        background: 0 0
    }

    section.about_us .about_us_wrap .bg_left, section.about_us .about_us_wrap .bg_right {
        display: none
    }

    section.about_us .about_us_more {
        margin-top: 30px
    }

    /*
  section.news .tags_item {
    font-size: 10px;
    padding: 8px 10px
  }
  */
    section#about_us .card_box .card_item {
        height: 250px
    }

    section#contacts p {
        margin-bottom: 10px;
        margin-top: 10px
    }

    section#contacts #map {
        position: relative;
        margin-top: 40px;
        opacity: .95;
    }

    section#bonuses .header_bonuses h1 {
        margin-top: 20px;
        margin-bottom: 10px
    }

    section#bonuses .header_bonuses .sub_header {
        font-size: 16px;
        padding-right: 0
    }

    section#bonuses .header_bonuses img {
        top: 0;
        margin-left: -90px
    }

    section.bonuses_clients_info .bonuses_clients_info_header {
        padding: 50px 20px
    }
}

@media only screen and (max-width: 576px) {
    header .top_auth_block {
        text-align: center
    }

    .form img {
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .main_slider h2 {
        font-size: 28px
    }

    .main_slider .item .slide_content {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    /*.main_slider .item {*/
    /*    text-align: center*/
    /*}*/

    .main_slider .item .row {
        height: auto
    }

    .dots_container {
        left: 15px;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    section.services .card_item.animated {
        display: block !important
    }

    section.services .services_preview_text, section.services h2 {
        text-align: center
    }

    section.news .news_block h3 {
        font-size: 14px
    }

    section.news .news_block .date_news {
        margin-left: -15px
    }

    section.news .owl-nav {
        display: none
    }

    section.news .owl-dots {
        display: block
    }

    section.news .news_list_block img {
        margin-bottom: 15px
    }

    section.news .news_lists_tags {
        margin-top: 15px
    }

    section.question_form .tween_content {
        position: relative;
        bottom: auto
    }

    .scrollmagic-pin-spacer {
        padding: 0 !important
    }

    .question_form {
        position: relative !important;
        top: 0 !important
    }

    section#about_us .card_box .card_item {
        height: 310px
    }

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

    .table_head .col {
        font-size: 10px;
        line-height: 1.3
    }

    .table_body {
        padding-top: 20px;
        padding-bottom: 15px;
        margin-right: 0;
        margin-left: 0
    }

    .table_body .col {
        font-size: 10px
    }

    section.bonuses_clients_info .bonuses_clients_info_header h2 {
        font-size: 16px
    }

    section.bonuses_clients_info .bonuses_info_list_wrap .bonuses_info_list li {
        font-size: 13px
    }

}

@media only screen and (max-height: 730px) {
    .scrollmagic-pin-spacer {
        padding: 0 !important
    }

    .question_form {
        position: relative !important;
        top: 0 !important
    }

    section.question_form .tween_content {
        position: relative !important
    }
}


/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

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

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    /*
  font-family: Arial, Baskerville, monospace;
  */
    font-family: Gotham;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
     * Remove all paddings around the image on small screen
     */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

@media (min-width: 768px) {

    section.partners {
        padding-top: 50px;
    }
}

@media (min-width: 992px) {

    section.partners {
        padding-top: 70px;
    }
}

.promo-breacrumbs .breadcrumb {
    /*margin-bottom: 0;*/
    /*background-color: transparent;*/
    display: block !important;
}

.c-form__result .errortext {
    margin-bottom: 1rem;
}

/*inputs*/
.c-input_phone {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
}

.c-input {
    display: block;
    width: 100%;
    outline: 0;
    font-family: Gotham;
}

.c-input_default {
    border: 1px solid rgba(126, 142, 158, .4);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 5px;
    /*color: rgb(126,142,158);*/
    color: #333;
    font-weight: 700;
}

.c-input_default:hover {
    border-color: rgba(126, 142, 158, .7);
}

.c-input_default:focus {
    border-color: rgba(126, 142, 158, 1);
}

.c-input_default.c-input_error {
    /*color: #ff6959;*/
    border-color: rgba(255, 105, 89, .4);
}

.c-input_default.c-input_error:hover {
    border-color: rgba(255, 105, 89, .7);
}

.c-input_default.c-input_error:focus {
    border-color: rgba(255, 105, 89, .4);
}

/*.c-input_default {
  border: 1px solid #dddddd;
  border-radius: 25px;
  color: #737373;
}*/
/*
.c-input_default::-webkit-input-placeholder {
  color: #737373;
}

.c-input_default::-moz-placeholder {
  color: #737373;
}

.c-input_default:-moz-placeholder {
  color: #737373;
}

.c-input_default:-ms-input-placeholder {
  color: #737373;
}*/

/*.c-input_md {
  height: 44px;
  padding: 0 25px;
  font-size: 14px;
}

.c-input_sm {
  height: 30px;
  padding: 0 12px;
  font-size: 14px;
}*/

.c-input_md {
    height: 36px;
    font-size: 14px;
}

.c-input_md.c-input_default {
    padding: 0 20px;
}

.c-input_md.c-input_default.c-input_multiline {
    padding: 10px 20px;
    height: 100px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

/*input secondary*/

.c-input_secondary {
    border-radius: 3px;
}

/*input group*/

.input-group_default .input-group__input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group_default .input-group__btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/*buttons*/
.c-btn {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    padding: 4px 8px;
    text-align: center;
    outline: 0 !important;
    font-size: 14px;
    font-family: Gotham;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis
}

.c-btn_disabled {
    opacity: .7;
    cursor: default !important
}

.c-btn_width_sm {
    width: 220px !important;
}

.c-btn_width_md {
    width: 250px !important;
}

.c-btn_full {
    width: 100%;
}

.c-btn_xs {
    height: 24px;
    line-height: 22px;
    padding: 0 8px;
}

.c-btn_sm {
    height: 36px;
    padding: 0 8px;
    line-height: 34px;
}

.c-btn_lg,
.c-btn_md {
    padding: 0 20px;
    height: 44px;
    line-height: 42px
}

.c-btn_lg {
    text-transform: uppercase;
    font-weight: 700
}

.c-btn_default {
    text-decoration: none;
    border: 1px solid;
    border-radius: 5px;
    text-transform: none;
    /*text-transform: uppercase;*/
    /*font-weight: 700;*/
    /*font-weight: 600;*/
    /*letter-spacing: 1.4px;*/
    -webkit-transition: background-color .3s, border-color .3s;
    transition: background-color .3s, border-color .3s
}

.c-btn_default.c-btn_md,
.c-btn_default.c-btn_lg {
    /*
  font-weight: 600;
  letter-spacing: 1.4px;
  */
}

.c-decor-block__btn {
    max-width: 255px;
    width: 100%;
}

.c-btn_default.c-btn_primary {
    background: #00aeff;
    color: #fff;
    display: inline-block;
    padding: 0 26px;
    height: 36px;
    border: 1px solid #00aeff;
    text-align: center;
    line-height: 34px;
    width: auto;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0;
}

.c-btn_default.c-btn_primary:focus,
.c-btn_default.c-btn_primary:active {
    background-color: #0091ff;
    border-color: #0091ff;
    text-decoration: none;
}

.c-btn_default.c-btn_primary:hover {
    background-color: #00a1ff;
    border-color: #00a1ff;
    text-decoration: none;
}

.c-btn_default.c-btn_primary.c-btn_disabled {
    background-color: #00aeff !important;
    border-color: #00aeff !important
}

/*secondary*/
.c-btn_default.c-btn_secondary {
    background: #fff;
    border-color: #fff;
    color: #325c7e
}

.c-btn_default.c-btn_secondary:focus,
.c-btn_default.c-btn_secondary:hover {
    background-color: #f2f2f2;
    border-color: #f2f2f2;
    text-decoration: none;
}

.c-btn_default.c-btn_secondary.c-btn_disabled {
    background-color: #fff !important;
    border-color: #fff !important
}


.c-btn_accent {
    /*  text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.4px;
    box-shadow: 0 10px 30px 0 rgba(0, 168, 255, .3);*/
    width: 100%;
    -webkit-transition: background-color .3s, border-color .3s, box-shadow .3s, -webkit-transform .3s;
    transition: background-color .3s, border-color .3s, transform .3s, box-shadow .3s;
    transition: background-color .3s, border-color .3s, transform .3s, box-shadow .3s, -webkit-transform .3s
}

.c-btn_accent:focus,
.c-btn_accent:active {
    /*
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  box-shadow: 0 10px 20px 0 rgba(0, 168, 255, .3);
  */
    background-color: #0091ff;
    border-color: #0091ff
}

.c-btn_accent:hover {
    /*
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  box-shadow: 0 10px 20px 0 rgba(0, 168, 255, .3);
  */
    background-color: #00a1ff;
    border-color: #00a1ff
}

.c-btn_link {
    background: none;
    padding: 0;
    border: 0;
    line-height: inherit;
}

.c-btn_link.c-btn_primary {
    color: #00aeff;
    text-decoration: underline;
}

.c-btn_link.c-btn_primary:hover,
.c-btn_link.c-btn_primary:focus {
    color: #737373;
    text-decoration: none;
}

.c-btn_link.c-btn_text {
    color: #737373;
    text-decoration: underline;
}

.c-btn_link.c-btn_text:hover,
.c-btn_link.c-btn_text:focus {
    color: #00aeff;
    text-decoration: none;
}

.c-btn_link.c-btn_tertiary {
    color: #7e8e9e;
    text-decoration: underline;
}

.c-btn_link.c-btn_tertiary:hover,
.c-btn_link.c-btn_tertiary:focus {
    color: #00aeff;
    text-decoration: none;
}

.c-btn_ghost {
    text-decoration: none;
    border: 1px solid;
    background-color: transparent;
    border-radius: 5px;
    /*text-transform: uppercase;*/
    -webkit-transition: background-color .3s, border-color .3s, color .3s;
    transition: background-color .3s, border-color .3s, color .3s
}

.c-btn_ghost:hover,
.c-btn_ghost:focus {
    text-decoration: none;
}

.c-btn_ghost.c-btn_quarternary {
    color: #7e8e9e;
    border-color: #cbd2d8;
}

.c-btn_ghost.c-btn_quarternary:hover,
.c-btn_ghost.c-btn_quarternary:focus {
    color: #7e8e9e;
    border-color: #7e8e9e;
}

.c-btn_ghost.c-btn_tertiary {
    color: #999999;
    border-color: #999999;
}

.c-btn_ghost.c-btn_tertiary:hover,
.c-btn_ghost.c-btn_tertiary:focus {
    background-color: #f2f2f2;
    color: #222;
}

/*about*/
.wejetgroop {
    padding-bottom: 40px;
}

.wejetgroop__wrapper {

}

.wejetgroop__left {
    width: 100%;
}

.wejetgroop__right {
    width: 100%;
    position: relative;
    padding-top: 17px;
}

.wejetgroop__title {
    font-size: 30px;
    font-weight: 700;
    color: #333333;
    display: block;
    width: 100%;
}

.wejetgroop__subtitle {
    display: block;
    width: 100%;
    margin: 2px 0 0 0;
    font-size: 18px;
    line-height: 22px;
    color: #00aeff;
}

.wejetgroop__description {
    display: block;
    width: 100%;
    margin: 22px 0 0 0;
    color: #7e8e9e;
    font-size: 14px;
    line-height: 20px;
}

.wejetgroop__btnarea {
    margin-top: 35px;
}

.wejetgroop__btnarea .c-btn {
    max-width: 255px;
    display: block;
    width: 100%;
}

.wejetgroop__vertical-img {
    max-width: 255px;
    width: 100%;
    height: 384px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    border-radius: 5px;
    -webkit-box-shadow: 0px 20px 30px 0px rgba(73, 146, 185, .2);
    -moz-box-shadow: 0px 20px 30px 0px rgba(73, 146, 185, .2);
    box-shadow: 0px 20px 30px 0px rgba(73, 146, 185, .2);
}

.wejetgroop__vertical-img-wrapper {
    max-width: 255px;
    width: 100%;
    height: 384px;
}

.wejetgroop__horizontal-img {
    max-width: 255px;
    width: 100%;
    height: 170px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    border-radius: 5px;
    -webkit-box-shadow: 0px 20px 30px 0px rgba(73, 146, 185, .2);
    -moz-box-shadow: 0px 20px 30px 0px rgba(73, 146, 185, .2);
    box-shadow: 0px 20px 30px 0px rgba(73, 146, 185, .2);
}

.wejetgroop__horizontal-img-wrapper {
    position: absolute;
    bottom: 23px;
    left: 190px;
    height: 170px;
    max-width: 255px;
    width: 100%;
}

/*decor*/

.c-decor-block {
    background: #00c9e4;
    color: #fff;
    border-radius: 5px;
    overflow: hidden;
    /*background-position: right -305px bottom;*/
    -webkit-background-size: cover;
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    background-image: url('../images/wejet-bg.png');
    padding: 48px 15px;
    box-shadow: 0 10px 25px 0 rgba(0, 186, 239, .3);
    margin-bottom: 30px;
}

.c-decor-block__main {
    font-size: 20px;
    line-height: 28px;
    text-transform: none;
    /*text-transform: uppercase;*/
}

.c-decor-block__main p:last-child {
    margin-bottom: 0;
}

.c-decor-block__aside {
    margin-top: 30px;
}

@media (min-width: 768px) {

    .c-decor-block {
        margin-bottom: 106px;
        /*81*/
    }

    .c-decor-block__aside {
        text-align: right;
        margin-top: 0;
    }
}

@media (min-width: 992px) {

    .c-decor-block {
        background-position: right 0 center;
        padding-left: 0;
        padding-right: 0;
    }

    .c-decor-block__main {
        font-size: 24px;
        line-height: 36px;
    }
}

@media (min-width: 1200px) {
    .c-decor-block__main {
        font-size: 40px;
        line-height: 47px;
    }
}

/*section title*/

.section-title {
    text-transform: none;
    /*text-transform: uppercase;*/
    text-align: left;
    font-size: 30px;
    font-weight: 700;
    color: #333;
    margin-bottom: 50px;
}

.section-title_secondary {
    color: #fff;
}

@media (min-width: 992px) {

    .section-title {
        font-size: 24px;
    }
}

@media (min-width: 1200px) {

    .section-title {
        font-size: 30px;
    }
}

.bottom-menu {
    line-height: 1.2;
}

.white-footer-line {
    padding-top: 27px;
    background-color: #f5fafb;
}

.bottom-menu__item_main > .bottom-menu__link {
    text-transform: uppercase;
    color: #333;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.2;
}

.bottom-menu__item_main > .bottom-menu__link:hover,
.bottom-menu__item_main > .bottom-menu__link:focus {
    text-decoration: none;
    color: #00aeff;
}

.bottom-menu__item_active > .bottom-menu__link {
    color: #00aeff;
}

.bottom-menu__item {
    margin-bottom: 20px;
}

.bottom-menu__menu_inner {
    margin-top: 20px;
}

.bottom-menu__menu_inner .bottom-menu__item {
    margin-bottom: 8px;
}

.bottom-menu__menu_inner .bottom-menu__item .bottom-menu__link {
    font-size: 12px;
    color: #7e8e9e;
    text-decoration: none;
}

.bottom-menu__menu_inner .bottom-menu__item .bottom-menu__link:hover,
.bottom-menu__menu_inner .bottom-menu__item .bottom-menu__link:focus {
    text-decoration: none;
    color: #00aeff;
}

.bottom-menu__menu_inner .bottom-menu__item_active > .bottom-menu__link {
    color: #00aeff;
}

.c-btn_full {
    width: 100%;
}

@media (min-width: 640px) {

    .main_slider__btn {
        max-width: 255px;
    }
}

.main_slider .owl-stage {
    display: flex;
}

.main_slider .owl-item {
    flex: 0 0 auto;
    max-width: 100%;
}

.main_slider .owl-item .item,
.main_slider .owl-item .container,
.main_slider .owl-item .row {
    height: 100%;
}

/*page header*/

.page-header {
    background: linear-gradient(to bottom, #fff 20%, transparent 100%), linear-gradient(to left, #e8f7fe 50%, #fff 54%);
    margin-bottom: 95px;
}

.page-header__main {
    padding-top: 40px;
}

.page-header__title {
    font-size: 24px;
    line-height: 1.2;
    font-weight: bold;
    color: #2770aa;
    text-transform: none;
    /*text-transform: uppercase;*/
    margin-bottom: 18px;
}

.page-header__subtitle {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
    color: #2770aa;
    text-transform: none;
    /*text-transform: uppercase;*/
    margin-bottom: 42px;
}

.page-header__body {
    font-size: 14px;
    line-height: 1.3;
    color: #737373;
    max-width: 540px;
}

.page-header__body p {
    font-size: inherit;
    line-height: inherit;
}

.page-header__body p:last-child {
    margin-bottom: 0;
}

.page-header__thumb {
    position: relative;
    /*height: 100%;*/
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
}

.page-header__img {
    display: block;
    max-width: 100%;
    margin-left: auto;
    height: auto;
}

.page-header__decor {
    display: block;
    max-width: 100%;
    height: auto;
    position: absolute;
    right: 0;
    top: 0;
}

@media (min-width: 768px) {

    .page-header__title {
        font-size: 40px;
    }

    .page-header__subtitle {
        font-size: 24px;
    }

    .page-header__thumb {
        max-width: 445px;
        margin-right: 0;
    }
}

.page-header_blank {
    background-image: none;
}


@media (min-width: 1200px) {

    section#about_us .card_box .card_content p {
        font-size: 14px;
    }

    section#advantages_card .blue_card h4 {
        font-size: 20px;
    }

    section#advantages_card .blue_card h4 strong {
        font-size: inherit;
        /*letter-spacing: 1.6px;*/
    }
}

.block-title {
    font-size: 18px;
    font-weight: 600;
    color: #325c7e;
    line-height: 1.2;
}

.achievement-inner {
    position: relative;
    z-index: 2;
    background: #fff;
    padding-top: 15px;
    padding-bottom: 85px;
}

@media (min-width: 1200px) {

    section#advantages_card .advantages_card .advantages_card_content {
        font-size: 14px;
    }

    section#advantages_card .advantages_card .advantages_card_content .advantages_card__desc {
        position: static;
        transform: none;
    }
}

/*edits*/

.main_slider {
    padding-top: 50px;
}

@media (min-width: 576px) {

    .main_slider {
        padding-top: 0;
    }
}

@media (min-width: 768px) {

    .how_we_are_working {
        padding-top: 60px;
        padding-bottom: 74px;
    }

    section.services {
        padding-top: 74px;
        background-color: #f5fafb;
    }
}

@media (min-width: 992px) {

    .how_we_are_working {
        /*padding-top: 90px;*/
        padding-top: 94px;
    }

    section.partners {
        padding-top: 137px;
        padding-bottom: 30px;
    }

    .achievement {
        padding-top: 72px;
        padding-bottom: 72px;
    }

    section.services {
        padding-bottom: 78px;
    }

    section.about_us {
        padding-top: 30px;
    }

    /*  section#about_us {
          margin-bottom: 70px;
      }*/
}

section.about_us {
    position: relative;
    z-index: 2;
}

.card_box_secondary {
    margin-bottom: -30px !important;
}


@media (min-width: 768px) and (max-width: 1199px) {

    .card_box_secondary .card_item {
        height: 325px !important;
    }
}


/*cards list*/
.cards-list__item {
    margin-bottom: 20px;
}

.cards-list__inner {
    border-radius: 10px;
    height: 100%;
    position: relative;
    line-height: 1.2;
    padding: 25px 15px 45px;
    -webkit-box-shadow: 0 5px 20px 0 rgba(179, 179, 179, .15);
    box-shadow: 0 5px 20px 0 rgba(179, 179, 179, .15);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /*  -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
      justify-content: center; */
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cards-list__bg-icon {
    width: 96px;
    height: 96px;
    opacity: 0;
    background: #00aeff;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -48px 0 0 -48px;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.cards-list__bg-icon,
.cards-list__bg-icon.fa {
    font-size: 60px;
    line-height: 96px;
}

.cards-list__inner:hover .cards-list__bg-icon,
.cards-list__inner:focus .cards-list__bg-icon {
    opacity: .15;
}

.cards-list__title {
    width: 100%;
    max-width: 350px;
    border-bottom: 1px solid #d7d7d7;
    margin: 0 auto;
    /*line-height: 1.3;*/
    position: relative;
    padding-bottom: 18px;
}

.cards-list__body {
    max-width: 350px;
    margin: 0 auto;
    font-size: 14px;
    color: #737373;
    position: relative;
    padding: 22px 15px 0;
}

.cards-list__body ul {
    padding-left: 10px;
    margin-bottom: 0;
}

.cards-list__body ul li + li {
    margin-top: 6px;
}

.cards-list__controls {
    /*max-width: 350px;*/
    /*margin: 0 auto;*/
    text-align: center;
    opacity: 0;
    -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, -webkit-transform .3s ease;
    -o-transition: transform .3s ease, opacity .3s ease;
    transition: transform .3s ease, opacity .3s ease;
    transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease;
}

.cards-list__btn {
    max-width: 350px;
}

.cards-list__inner:hover .cards-list__controls,
.cards-list__inner:focus .cards-list__controls {
    opacity: 1;
}

@media (max-width: 767px) {

    section.services {
        background-color: #f5fafb;
    }

    section.question_form h2, section.question_form .question_title,
    .c-decor-block__main {
        font-size: 28px;
    }

    .cards-list__body {
        padding-bottom: 20px;
    }

    .main_slider .dots_container {
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }

    .main_slider .item .slide_content {
        margin-left: auto;
        margin-right: auto;
    }

    .cards-list__controls {
        opacity: 1;
        position: static;
        padding-left: 10px;
        padding-right: 10px;
        margin-top: auto;
    }
}

@media (min-width: 768px) {

    .cards-list__title {
        font-size: 40px;
    }

    .cards-list__inner {
        display: block;
    }

    /*
    .erp-upgrade {
      padding-bottom: 120px;
    }*/
}

@media (min-width: 992px) {

    .cards-list {
        margin-bottom: -20px;
    }

    .erp-upgrade {
        padding-bottom: 100px;
    }
}


/*stages list*/

.stages-list__inner {
    height: 100%;
    border-radius: 10px;
    line-height: 1.2;
    background: #fff;
    min-height: 294px;
    padding: 15px;
}

.stages-list__inner:hover .stages-list__title,
.stages-list__inner:focus .stages-list__title {
    color: #00aeff;
}

.stages-list__title,
.stages-list__subtitle {
    text-align: left;
}

.stages-list__title {
    margin: 0 0 16px;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
}

.stages-list__subtitle {
    font-size: 18px;
    text-transform: none;
    color: #325c7e;
    margin: 0;
}

@media (min-width: 640px) {

    .stages-list:last-child {
        margin-bottom: -30px;
    }

    .stages-list__item {
        margin-bottom: 30px;
    }
}

@media (min-width: 768px) {

    .stages-list__inner {
        padding-top: 20px;
    }

    .stages-list__title {
        font-size: 40px;
    }

    /*
    .stages-list__subtitle {
      font-size: 18px;
    }*/
}

.erp-stages {
    background: #f8f8f8;
    padding-top: 50px;
}

.c-section__aside .section-title {
    margin-bottom: 25px;
}

.c-section__intro {
    font-size: 14px;
    line-height: 1.3;
    color: #737373;
    margin-bottom: 50px;
}

@media (min-width: 992px) {

    .erp-stages {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .c-section__aside .section-title {
        text-align: left;
    }
}

/*front card*/

.front-card {
    background: #00aeff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url(../images/card_bg.jpg);
    color: #fff;
    text-align: center;
    padding: 30px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.front-card__body {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

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

.front-card__title b {
    display: block;
}

.front-card__ctrl {
    width: 100%;
    margin-top: 20px;
}

@media (min-width: 768px) {

    .front-card {
        padding-left: 20px;
        padding-right: 20px;
    }

    .front-card__title {
        font-size: 20px;
        line-height: 1.7;
    }
}

/*bonuses*/

.bonuses-list__inner {
    min-height: auto;
}

.bonuses-list__icons {
    font-size: 24px;
    margin-bottom: 8px;
}

.bonuses-list__icon {
    color: #a9ebfe;
}

.bonuses-list__icon_active {
    color: #00aeff;
}

.fa.bonuses-list__icon_activating {
    opacity: 0;
    transform: scale(0);
    transition: opacity 1s ease, transform .5s ease;
}

.bonuses-list__icon_activating.animate {
    opacity: 1;
    transform: scale(1);
    color: #00aeff;
}

.bonuses-list__icons_fade .bonuses-list__icon {
    color: #00aeff;
}

.fa.bonuses-list__icon_fading {
    transition: color 2s ease;
}

.bonuses-list__icon_fading.animate {
    color: #a9ebfe;
}

.bonuses-list__title {
    color: #00aeff;
    font-size: 50px;
    font-weight: bold;
    line-height: 1.2;
}

@media (min-width: 768px) {

    .bonuses-list__inner {
        padding: 30px;
    }

    .bonuses-list__icons {
        font-size: 30px;
    }
}

.erp-changes {
    padding: 50px 0;
}

.bonuses-list__controls {
    text-align: center;
    line-height: 1.2;
}

@media (min-width: 768px) {

    .bonuses-list__title {
        font-size: 70px;
    }
}

@media (min-width: 992px) {

    .erp-changes {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

/*advantage-card*/

.advantage-card {
    padding: 10px;
    position: relative;
    min-height: 295px;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 30px;
}

.advantage-card__title {
    margin-bottom: 20px;
}

.advantage-card__title:last-child {
    margin-bottom: 0;
}

.advantage-card__back {
    padding: 20px 15px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    transform: scale(0);
    transition: transform .3s ease, opacity .3s ease;
    opacity: 0;
    backface-visibility: hidden;
    overflow: hidden;
}

.advantage-card__thumb {
    height: 160px;
    position: relative;
    display: block;
    margin: 0 auto 25px;
}

.advantage-card__desc {
    font-size: 14px;
    line-height: 1.3;
    color: #737373;
}

.advantage-card:hover .advantage-card__back,
.advantage-card:focus .advantage-card__back {
    transform: scale(1);
    opacity: 1;
}

.c-section__footer {
    text-align: center;
    margin-top: 20px;
}

.c-section__btn {
    max-width: 350px;
}

.erp-examples {
    padding-top: 50px;
}

/*@media (min-width: 768px) {

  .erp-examples {
    padding-top: 100px;
  }
}*/

.table-wrap {
    overflow-x: auto;
}

/*modal*/
.mfp-bg.mfp-bg_light {
    background: #fff !important;
    opacity: 0.7 !important;
}

.c-modal {
    width: 90%;
    background: #fff;
    padding: 35px 10px 30px;
    max-width: 730px;
    margin: 0 auto;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 15px 25px 0 rgba(0, 186, 239, .15);
}

.c-modal .mfp-close {
    color: #ccc !important;
    /*font-size: 16px !important;*/
}

.c-modal__title {
    margin-bottom: 6px;
}

.c-modal__desc {
    color: #737373;
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 25px;
}

@media (min-width: 768px) {

    .c-modal {
        padding-top: 45px;
        padding-left: 95px;
        padding-right: 95px;
        padding-bottom: 50px;
    }
}

.erp-table {
    border-radius: 5px;
    /*overflow: hidden;*/
    border: 1px solid #ddd;
    color: #737373;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.3;
}

.erp-table tr + tr td {
    border-top: 1px solid #ddd;
}

.erp-table td {
    background: #ffffff;
    padding: 7px 15px;
}

.erp-table td:nth-child(1) {
    /*padding-right: 0;*/
}

.erp-table td:nth-child(2) {
    font-weight: bold;
    min-width: 95px;
    text-align: right;
    /*padding-left: 0;*/
}

.erp-table .erp-table__title {
    background: #e9f7fc;
    color: #325c7e;
}

@media (min-width: 992px) {

    .erp-examples {
        padding-bottom: 100px;
    }
}

/*news slider*/
.news-slider {
    margin-top: -20px;
    margin-left: -15px;
    margin-right: -15px;
}

.news-slider__slider.owl-loaded .owl-dots.disabled {
    display: none;
}

.news-slider__slider.owl-loaded .owl-dots {
    display: flex;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 350px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.news-slider__slider {
    position: relative;
    padding-bottom: 36px;
}

.news-slider__slider .owl-stage {
    display: flex;
}

.news-slider__slider .owl-item {
    flex: 0 0 auto;
    max-width: 100%;
}

.news-slider__slider .owl-item .news-slider__item,
.news-slider__slider .owl-item .news-item {
    height: 100%;
}

.news-slider__slider .owl-prev,
.news-slider__slider .owl-next,
.news-slider__slider .owl-dots {
    position: absolute !important;
    bottom: 0;
}

.news-slider__slider .owl-dots {
    left: 15px;
    right: 15px;
    margin: 0 !important;
    padding-bottom: 16px;
}

.news-slider__slider .owl-prev,
.news-slider__slider .owl-next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    /*box-shadow: 0 0 15px 0 rgba(0, 201, 228, .15);*/
    cursor: pointer;
    z-index: 1;
    /*background: #dff8ff;*/
    text-align: center;
    /*color: #00aeff;*/
    font-size: 30px;
}

.news-slider__slider .owl-prev {
    left: 15px;
}

.news-slider__slider .owl-next {
    right: 15px;
}

.news-slider__slider .owl-prev.disabled,
.news-slider__slider .owl-next.disabled {
    opacity: 1;
}

.news-slider__item {
    padding: 20px 15px 50px;
    /*padding: 20px 0 25px;*/
}

.news-item {
    background-color: #ffffff;
    border-radius: 5px;
    overflow: hidden;
    padding: 0 0 25px;
    transform: translateY(0);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(73, 146, 185, 0.15);
    -moz-box-shadow: 0px 0px 10px 0px rgba(73, 146, 185, 0.15);
    box-shadow: 0px 0px 10px 0px rgba(73, 146, 185, 0.15);
    transition: box-shadow .3s ease, transform .3s ease;
}

.news-item:hover,
.news-item:focus {
    transform: translateY(-5px);
    -webkit-box-shadow: 0px 20px 30px 0px rgba(73, 146, 185, 0.15);
    -moz-box-shadow: 0px 20px 30px 0px rgba(73, 146, 185, 0.15);
    box-shadow: 0px 20px 30px 0px rgba(73, 146, 185, 0.15);
}

.news-item:hover:hover .news-item__thumb-inner::after {
    display: block !important;
}

.news-item:hover:hover .news-item__thumb-reed {
    display: block !important;
}

section.news .wrapper__news-top {
    position: relative;
}

section.news .show_more_news,
section.cases .show_more_news,
section.services .show_more_news {
    text-transform: none;
    /* text-transform: uppercase; */
    font-weight: normal;
    color: #7e8e9e;
    font-size: 14px;
    text-decoration: none;
    width: 160px;
    height: 36px;
    line-height: 34px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #c5cfd6;
    /*display: block;*/
    /*position: absolute;*/
    /*right: 0;*/
    /*top: -1px;*/
}

section.news .show_more_news br, section.news .show_more_news i, section.services .show_more_news i, section.cases .show_more_news i {
    display: none;
}

section.news .show_more_news:hover,
section.cases .show_more_news:hover,
section.services .show_more_news:hover {
    text-decoration: none;
    background-color: #c5cfd6;
    color: #ffffff;
}

.news-item__thumb {
    height: 235px;
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 16px;
}

.news-item__thumb-inner {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
}

.news-item__thumb-inner::after {
    content: '';
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #00aeff;
    opacity: .3;
    display: none;
}

.news-item__thumb-reed {
    z-index: 3;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color: #ffffff;
    font-size: 14px;
    display: none;
}

.news-item__thumb-reed .news-item__thumb-lineicon {
    display: block;
    width: 100%;
    margin-bottom: 4px;
}

.news-item__thumb-reed .news-item__thumb-rou {
    display: flex;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: rgba(255, 255, 255, .35);
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

.news-item__thumb-reed .fa {
    color: #ffffff;
    font-size: 14px;
    line-height: 14px;
    display: block;
}

.news-item__thumb-reed span {
    text-align: center;
    display: inline-block;
    border-bottom: 1px solid #6c818c;
    line-height: 16px;
}

/*
.news-item__thumb:before {
  content: '';
  display: block;
  padding-bottom: 66.67%;
}
*/

.news-item__body {
    padding: 0 20px;
}

.news-item__title {
    color: #333;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
}

.news-item__link {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.news-item__link:hover {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.news-item__link:hover,
.news-item__link:focus {
    text-decoration: none;
}

.news-item__date {
    font-size: 12px;
    color: #7e8e9e;
    margin-top: 8px;
}

@media (min-width: 640px) {

    .news-slider__slider {
        padding-bottom: 38px;
    }
}

/*mobile slider fix*/

/*.c-block-accent {
  padding: 20px 15px 25px;
}*/

@media (max-width: 575px) {

    .owl-carousel .advantage-card {
        margin-bottom: 0;
    }

    .owl-carousel_shadowed .owl-stage-outer {
        margin-top: -20px;
        margin-bottom: -25px;
    }

    .owl-carousel_shadowed .shadow-item-wrap {
        padding-top: 20px;
        padding-bottom: 25px;
    }
}

.erp-tasks {
    padding-top: 50px;
}

@media (min-width: 992px) {

    .erp-tasks {
        padding-top: 0;
    }
}

/*search form*/
.search-form {
    margin-bottom: 38px;
}

.search-form .input-group__addon {
    min-width: 114px;
}

@media (min-width: 640px) {

    .search-form {
        margin-bottom: 45px;
    }
}

@media (min-width: 768px) {

    .search-form .input-group__addon {
        min-width: 150px;
    }
}

@media (min-width: 992px) {

    .search-form .input-group__addon {
        min-width: 160px;
    }
}

/*products catalog*/

@media (max-width: 767px) {

    .products-catalog__item {
        margin-bottom: 10px;
    }
}

.products-catalog__block {
    margin-top: 10px;
    margin-bottom: 30px;
}

.products-catalog__block .c-decor-block {
    margin: 0;
}

@media (min-width: 768px) {

    .products-catalog__block {
        margin-top: 60px;
    }
}

@media (max-width: 1199px) {
    section.question_form .question_title,
    section.question_form h2 {
        font-size: 36px;
    }

    .wejetgroop__horizontal-img-wrapper {
        left: auto;
        right: 0;
    }

    section.question_form .question_form__in_wrapp {
        background-position: -8em center;
    }

    .news-item__thumb {
        height: auto;
        padding-top: 66%;
    }
}

@media (max-width: 991px) {
    .p-advantages {
        background-image: none;
    }

    .p-advantages .owl-stage {
        background-image: url(../images/kr-line.png);
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-background-size: contain;
        background-size: contain;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    section.how_we_are_working {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    section.how_we_are_working .owl-stage-outer {
        margin-bottom: 37px;
    }

    .p-advantages__item {
        width: 100%;
    }

    section.services {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .c-decor-block {
        margin-bottom: 60px;
    }

    .wejetgroop {
        padding-bottom: 60px;
    }

    .achievement {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    section.news {
        padding-top: 40px;
    }

    section.partners {
        padding-top: 60px;
    }

    section.question_form .question_form__in_wrapp {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    section.news {
        padding-bottom: 30px;
    }

    .footer__f-logo {
        margin-top: 60px;
    }

    footer {
        padding-top: 0;
    }

    .wejetgroop__vertical-img-wrapper {
        margin-left: 0;
        margin-right: 0;
    }

    .wejetgroop__horizontal-img-wrapper {
        right: 0;
        left: auto;
        /*
    left: 50%;
    margin-left: -127.5px;
    */
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
    }

    .wejetgroop__right {
        padding-top: 46px;
        display: block;
        width: 100%;
    }

    .wejetgroop__right-wrapper {
        display: block;
        max-width: 360px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        position: relative;
    }

    .wejetgroop__horizontal-img-wrapper {
        /*position: static;*/
    }

    .wejetgroop__vertical-img-wrapper #scene-1 {
        /*
    position: relative;
    left: -43px;
    */
    }

    .wejetgroop__horizontal-img-wrapper #scene-2 {
        /*
    position: relative;
    right: -43px;
    */
    }

    .question_form__left {
        padding-left: 0;
        width: 100%;
        max-width: none;
        margin-bottom: 30px;
    }

    .question_form__right {
        margin-left: auto;
        margin-right: auto;
    }

    section.question_form .question_form__in_wrapp {
        background-image: none;
    }

    section.question_form h2,
    section.question_form .question_title {
        display: block;
        width: 100%;
        text-align: center;
        color: #333333;
    }

    .wejetgroop__left {
        text-align: center;
    }

    .wejetgroop__btnarea .c-btn {
        margin-left: auto;
        margin-right: auto;
    }

    section.question_form {
        padding-bottom: 0;
    }

    section.question_form .question_title, section.question_form h2 {
        font-size: 28px;
    }

    .p-advantages__item:hover {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
}

@media (max-width: 767px) {
    .main_slider .item {
        height: 288px !important;
    }

    .p-advantages {
        flex-wrap: wrap;
    }

    .p-advantages__item {
        /*
    width: 50%;
    margin-bottom: 30px;*/
    }

    .p-advantages {
        padding-bottom: 0;
        padding-top: 10px;
    }

    .section-title {
        margin-bottom: 20px;
    }

    .how_we_are_working {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    section.services {
        padding-top: 50px;
        padding-bottom: 30px;
    }

    section.services .services_item_descr {
        margin-bottom: 15px;
    }

    .c-decor-block__aside {
        margin-top: 0;
    }

    .c-decor-block__aside {
        text-align: right;
    }
}

@media (max-width: 766px) {
    /*header .top_menu_wrap {*/
    /*    height: 59px;*/
    /*}*/
    header .logo {
        top: 10px;
    }

    .hidden-md-up {
        display: block !important;
    }
}

@media (max-width: 765px) {
    .links_block {
        display: none !important;
    }

    .top_line .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    header .links_block ul {
        justify-content: space-between;
    }

    header .top_auth_block ul {
        display: flex;
        justify-content: flex-end;
    }

    .c-decor-block {
        text-align: center;
    }

    .c-decor-block__aside {
        margin-top: 10px;
        text-align: center;
    }

    .wejetgroop__right {
        display: none;
    }

    /*
  section.question_form h2, section.question_form .question_title {
    font-size: 20px;
  }
  */
    .wejetgroop__title,
    .services_item_descr h2,
    .section-title {
        font-size: 20px;
    }

    .wejetgroop__subtitle {
        font-size: 16px;
    }

    section.news .show_more_news,
    section.services .show_more_services {
        width: 110px;
        top: -8px;
    }

    .f-line__left-top {
        max-width: none;
        width: 100%;
        margin-bottom: 14px;
    }

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

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

    footer .franchaising_1c {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .footer__f-logo {
        margin-top: 30px;
    }

    .bottom-menu {
        margin-top: 30px;
    }

    .p-advantages {
        padding-left: 15px;
        padding-right: 15px;
    }

    .main_slider {
        padding-top: 0;
    }
}

@media (max-width: 576px) {
    .main_slider h2 {
        font-size: 20px;
    }
}

@media (max-width: 599px) {
    .news-slider__item {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    /*
  .news-slider__slider {
    max-width: 300px !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .news-slider__slider.owl-loaded .owl-dots {
    width: 350px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    -webkit-transform: translateX(-50%) !important;
  }
  */
}

@media (min-width: 766px) {
    .helper-show-footer {
        display: none !important;
    }
}

@media (max-width: 472px) {
    .p-advantages__item {
        width: 100%;
    }

    .p-advantages__item:hover {
        /*margin-bottom: 15px;*/
    }

    section.about-devis .owl-dots,
    section.how_we_are_working .owl-dots, section#advantages_card .owl-dots, section.news .owl-dots, section.services .owl-dots, section.achievement .owl-dots {
        width: auto;
        max-width: 350px;
        padding: 0 15px;
    }

    .news-slider__slider.owl-loaded .owl-dots {
        width: auto;
    }

    section.question_form h2, section.question_form .question_title, .c-decor-block__main {
        font-size: 28px !important;
    }
}

@media (max-width: 406px) {
    section.question_form h2, section.question_form .question_title, .c-decor-block__main {
        font-size: 20px !important;
    }
}

@media (max-width: 350px) {
    /*
  .main_slider .item {
    height: 345px !important;
  }
  */
}

/*
@media(max-width: 380px) {
  .news-slider__slider {
    max-width: none !important;
    display: block !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .news-slider__slider.owl-loaded .owl-dots {
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    transform: none !important;
    -webkit-transform: none !important;
  }
}
*/
section.services .owl-carousel .owl-nav .owl-prev {
    margin-top: -50px;
}

section.services .owl-carousel .owl-nav .owl-next {
    margin-top: -50px;
}

section.news .owl-carousel .owl-nav .owl-prev {
    margin-top: -55px;
}

section.news .owl-carousel .owl-nav .owl-next {
    margin-top: -55px;
}

@media (max-width: 575px) {
    .bottom-menu__menu.d-sm-none.col-12.d-xl-block.d-lg-block.d-md-block.col-md-3.col-lg-3 {
        display: none !important;
    }
}

/*rpa*/

/*text*/
.c-text {
    color: #7e8e9e;
}

.c-text p:last-child,
.c-text ul:last-child {
    margin-bottom: 0 !important;
}

.c-text_xs {
    font-size: 12px;
    line-height: 14px;
}

.c-text_sm {
    font-size: 14px;
    line-height: 17px;
}

.c-text_md {
    font-size: 14px;
    line-height: 20px;
}

.c-text_lg {
    font-size: 16px;
    line-height: 20px;
}

/*card title*/
.c-title {
    font-weight: 700;
    color: #333;
}

.c-title_sm {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.c-title_md_fluid {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 20px;
}

@media (min-width: 768px) {

    .c-title_md_fluid {
        font-size: 18px;
    }
}

.c-title_md {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
}

.c-title_lg {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 40px;
}

.c-title_xl {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 20px;
}

.c-title_accent {
    color: #00aeff;
    font-weight: 400;
}

/*utility-классы с отступами. Не переопределяем бутстраповские в целях совместимости со старым дизайном*/
.u-mt-2 {
    margin-top: 20px !important;
}

.u-mt-4 {
    margin-top: 40px !important;
}

.u-mb-1 {
    margin-bottom: 10px !important;
}

.u-mb-2 {
    margin-bottom: 20px !important;
}

.u-mb-3 {
    margin-bottom: 30px !important;
}

.u-mb-4 {
    margin-bottom: 40px !important;
}

.u-mb-5 {
    margin-bottom: 50px !important;
}

.u-pb-5 {
    padding-bottom: 50px !important;
}

/*bg*/
.u-bg-color-primary {
    background-color: #00aeff !important;
    color: #fff;
}

.u-bg-color-secondary {
    background-color: #00cae5 !important;
    color: #fff;
}

.u-bg-color-tertiary {
    background-color: #f5fafb !important;
}

.u-bg-color-white {
    background-color: #fff !important;
}

/*other*/
.c-btn.nav-btn {
    width: 350px;
}

.numbered-list__list {
    margin-bottom: -30px;
}

.numbered-list__item {
    margin-bottom: 30px;
}

@media (min-width: 1200px) {

    .c-decor-block_secondary .c-decor-block__main {
        font-size: 32px;
        line-height: 1;
    }
}

/*comp list*/

.comp-list {

}

.comp-list__list {
    margin-bottom: -30px;
}

.comp-list__item {
    margin-bottom: 30px;
}

.comp-list__item .comp-item {
    height: 100%;
}

.comp-item {
    background: #fff;
    padding: 25px 30px 30px;
    border-radius: 5px;
}

.comp-item__title {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 18px;
}

.comp-item .section-title {
    line-height: 1.2;
    margin-bottom: 10px;
}

.comp-item__controls {
    margin-top: 25px;
    text-align: center;
}

.comp-item__controls .c-btn {
    width: 350px;
}

.comp-item_total {
    /*box-shadow: 0px 20px 30px 0px rgb(73 146 185 / 15%);*/
    box-shadow: 0 10px 30px rgba(141, 173, 182, .2);
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {

    .comp-item_total {
        padding-left: 95px;
        padding-right: 95px;
    }
}


@media (min-width: 992px) {

    .comp-item .section-title_smaller {
        font-size: 20px;
    }
}

/*news item secondary*/

.news-item_secondary .news-item__thumb {
    background: #f5fafb;
    height: 110px;
    padding: 0;
}

.news-item_secondary .news-item__thumb-inner {
    background-size: contain;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    width: 50%;
    margin: auto;
}

.news-item_secondary .news-item__thumb-inner:after {
    content: none;
}

.news-item_secondary .news-item__desc {
    margin-top: 15px;
}

.news-item_secondary:hover,
.news-item_secondary:focus {
    transform: translateY(0);
}

/*card item*/
.card-item {
    border-radius: 5px;
    padding: 25px;
    background: #fff;
}

.card-item__subtitle {
    margin-top: 5px;
    margin-bottom: 12px;
}

/*card item accent*/
.card-item_accent {
    box-shadow: 0px 0px 15px 0px rgba(73, 146, 185, 0.15);
    transition: box-shadow .3s ease;
}

.card-item_accent:hover,
.card-item_accent:focus {
    box-shadow: 0px 20px 30px 0px rgba(73, 146, 185, 0.15);
}

/*accent darker*/
.card-item_accent_darker:hover,
.card-item_accent_darker:focus {
    box-shadow: 0px 0px 30px 0px rgba(21, 66, 114, .3);
}

.card-item_accent-start-none {
    box-shadow: 0px 0px 0px 0px rgba(73, 146, 185, 0.15);
}

/*card item underlay*/
.card-item_underlay {
    position: relative;
}

.card-item_underlay .card-item__body {
    position: relative;
    z-index: 2;
}

.card-item__underlay {
    display: block;
    position: absolute;
    z-index: 1;
    font-size: 70px;
    font-weight: 700;
    line-height: 1;
    user-select: none;
}

.card-item_underlay .c-ul li + li {
    margin-top: 0.36em;
}

.card-item_underlay-text {
    padding-bottom: 50px;
}

.card-item_underlay-text .card-item__underlay {
    color: #ffffff;
    text-shadow: 0px 0px 3px rgba(126, 142, 158, .2);
    bottom: 0;
    left: 0;
    right: 0;
}

.card-item_underlay-text:hover .card-item__underlay,
.card-item_underlay-text:focus .card-item__underlay {
    text-shadow: 0px 0px 3px rgb(0, 174, 255, .2)
}

.card-item_underlay-count {
    padding-top: 35px;
}

.card-item_underlay-count .card-item__underlay {
    left: 6px;
    top: 0;
    color: #7e8e9e;
    opacity: .15;
}

.card-item_underlay-count:hover .card-item__underlay,
.card-item_underlay-count:focus .card-item__underlay {
    color: #00aeff;
}

/*lg*/
.card-item_lg {
    padding: 36px;
}

/*cards slider*/
/*.cards-slider__slider {
  width:  a;
}*/

.cards-slider .owl-dots_primary {

}

.cards-slider__slider {
    margin-left: -15px;
    margin-right: -15px;
    width: auto !important;
}

.cards-slider__item {
    padding: 0 15px 50px;
}

/*в состоянии выключенного слайдера*/
.cards-slider__slider.row {
    margin-bottom: -30px;
}

.cards-slider__slider.row .cards-slider__item {
    margin-bottom: 30px;
    padding-bottom: 0;
}

/*figure*/

.c-figure {
    text-align: center;
    margin-bottom: 45px;
}

.c-figure__img {
    box-shadow: 0px 20px 30px 0px rgba(73, 146, 185, 0.15);
    overflow: hidden;
    border-radius: 5px;
    max-width: 100%;
    height: auto;
}

.c-figure__caption {
    display: block;
    margin-top: 18px;
}

/*owl dots secondary*/
.owl-dots_secondary {
    width: 350px;
    max-width: 80%;
    margin: 0 auto;
    display: flex;
}

.owl-dots_secondary .owl-dot {
    display: inline-block;
    border: 0;
    width: 30px;
    height: 3px;
    border-radius: 0;
    margin: 0 !important;
    background: #c4c8cb;
    flex: 1 0 0;
}

.owl-dots_secondary .owl-dot.active {
    background: #7e8e9e;
}

/*modal*/
.c-modal {
    /*// display: none;*/
    width: 90%;
    max-width: 534px;
    background: #fff;
    border: 1px solid #F3F3F3;
    border-radius: 20px;
    position: relative;
    box-sizing: border-box;
    font-family: $ brand-font;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    padding: 45px 20px 56px;
    margin: 0 auto;
}

.c-modal_active {
    display: block;
}

.c-modal__body {
    margin: 0 auto;
    max-width: 346px;
}

.c-modal__title,
.c-modal__title.c-title {
    margin-bottom: 30px;
}

.c-modal__desc {
    margin-bottom: 30px;
}

.c-label {
    display: inline-block;
    font-size: 14px;
    line-height: 1.2;
    font-weight: bold;
    color: #476FA7;
    margin-bottom: 10px;
}

.c-field {
    text-align: left;
    margin-bottom: 30px;
}

.animated-input {
    position: relative;
}

.animated-input .c-input-label {
    cursor: default;
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    backface-visibility: hidden;
    /*overflow: hidden;*/
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 1;
    will-change: transform; /* убирает смазывание текста при анимации в хроме */

    font-size: 12px;
    font-weight: 400;
    transition: all .3s ease;
}

.animated-input_active .c-input-label {
    line-height: 1;
    font-size: 10px;
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
    /*text-shadow: 6px 0 0 #fff, -6px 0 0 #fff, 0 6px 0 #fff, 0 -6px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;*/
}


.services-tabs {
    border-bottom: 1px solid #d8dde2;
}

.services-tabs .nav-item .nav-link {
    padding: 10px 0;
    margin-right: 30px;
}

.services-tabs .nav-item .nav-link {
    border: none !important;
    color: #7e8e9e;
}

.services-tabs .nav-item .nav-link.active {
    background: none;
    border-bottom: 2px solid #61acfc !important;
}

.services-tabs .nav-item .nav-link h3 {
    font-size: 18px;
}

.services-tabs .nav-item .nav-link.active h3 {
    font-weight: bold;
    color: #000;
}

/*section.services .card_item {
  min-height: 300px;
}*/
section.services .card_item .card_name,
section.services .card_item .card_text {
    position: relative;
    z-index: 1;
}

section.services .card_item .b_btn {
    position: relative;
    left: 0;
    bottom: -18px;
    z-index: 1;
    transform: none;
    width: auto;
    padding: 7px 15px;
}

section.services .card_item:hover .b_btn {
    bottom: 0;
}

section.services .card_item .ghost {
    display: none;
    /*position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  font-size: 50px;
  font-weight: bold;
  line-height: 50px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: -1px -1px 0 #828d9c, 1px -1px 0 #828d9c, -1px 1px 0 #828d9c, 1px 1px 0 #828d9c;
  opacity: 0.2;*/
}

section.services .show_more_news {
    display: block;
    margin: 0 auto;
    min-width: 33%;
}


/*cases*/
section.cases {
    position: relative;
    /*Detail*/
}

section.cases.bg-gray {
    padding: 60px 0;
    background: #f3fafb;
}

section.cases.bg-gray:before {
    display: block;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 356px;
    background: #fff;
}

@media (max-width: 1200px) {
    section.cases.bg-gray:before {
        height: 323px;
    }
}

@media (max-width: 960px) {
    section.cases.bg-gray:before {
        height: 344px;
    }
}

@media (max-width: 768px) {
    section.cases.bg-gray:before {
        height: 446px;
    }
}

@media (max-width: 576px) {
    section.cases.bg-gray:before {
        height: 380px;
    }
}

section.cases .tags-border {
    padding: 0 10px;
    border-radius: 4px;
    border: 1px solid #e5e8ec !important;
    margin: 0 10px 10px 0;
}

section.cases .tags-border.active {
    background-color: #00aeff;
    color: #fff;
    border-color: #00aeff;
}

section.cases .case-item {
    padding: 0;
    margin-bottom: 36px;
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

section.cases .case-item .case-logo {
    background: #ddf0f3;
}

section.cases .case-item .case-logo .embed-responsive {
    position: relative;
}

section.cases .case-item .case-logo .embed-responsive img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.3;
    transition: 0.3s;
    max-width: 60%;
    max-height: 60%;
    width: auto;
}

section.cases .case-item .content p {
    color: #7e8e9e;
    line-height: 100%;
}

section.cases .case-item .content .nav-link {
    position: relative;
    z-index: 3;
}

section.cases .case-item .full-link {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}

section.cases .case-item:hover {
    box-shadow: 0 20px 30px rgba(73, 146, 185, 0.15);
}

section.cases .case-item:hover .case-logo .embed-responsive img {
    opacity: 1;
}

section.cases .show_more_news {
    right: auto;
    left: 50%;
    margin-left: -80px;
}

section.cases .main_slider .item.case-item-bg {
    background-position: center bottom;
    overflow: visible;
}

section.cases .main_slider .item.case-item-bg .logo-img {
    width: 120px;
}

section.cases .case-container .text-lightgray {
    color: #788fa0;
}

section.cases .case-container .bg-lightgray {
    background: #f5fafb;
}

section.cases .case-container ul.list-unstyled li a {
    color: #00afff;
    text-decoration: underline;
    font-size: 16px;
}

/*footer new*/
.c-logo {
    display: inline-block;
    max-width: 100%;
}

.c-logo__img {
    vertical-align: middle;
}

/*.c-footer {*/

/*}*/

/*.c-footer .c-logo {*/
/*    width: 160px;*/
/*}*/

/*.c-footer__body {*/
/*    padding: 50px 0 30px;*/
/*    border-top: 1px solid #d8dde2;*/
/*}*/

/*.c-footer__bottom {*/
/*    font-size: 12px;*/
/*    color: #7e8e9e;*/
/*    line-height: 20px;*/
/*    border-top: 1px solid #d8dde2;*/
/*    padding: 28px 0 30px;*/
/*}*/

/*.c-footer__contact {*/
/*    margin-bottom: 12px;*/
/*}*/

/*.c-footer__brands {*/
/*    display: flex;*/
/*}*/

/*.c-footer .brand-item {*/
/*    max-width: 44px;*/
/*    margin-right: 2em;*/
/*    width: 100%;*/
/*}*/

/*.c-footer .brand-item img {*/
/*    max-height: 32px;*/
/*}*/


/*@media (min-width: 576px) {*/

/*    .c-footer__body {*/
/*        padding-bottom: 70px;*/
/*    }*/
/*}*/

/*SITES PAGE*/
.devices-banner {
    position: relative;
    z-index: 2;
}
/*
.devices-banner__inner {
    overflow: hidden;
}*/

.devices-banner__main {
    padding-top: 20px;
    padding-bottom: 45px;
    order: 1;
}

.devices-banner__aside {
    padding-top: 35px;
}

.devices-banner__title {
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 10px;
    color: #333;
}

.devices-banner__controls {
    margin-top: 20px;
}

.devices-banner__img {
    height: 220px;
}

.coa-section__main {
    padding-top: 45px;
    padding-bottom: 45px;
}

@media (max-width: 765px) {

    .devices-banner__title {
        font-size: 30px;
        line-height: 36px;
    }

    .devices-banner__desc {
        font-size: 14px;
    }

    .devices-banner__footer .coa-card {
        position: relative;
        margin-left: -15px;
        margin-right: -15px;
        z-index: 2;
        border-radius: 0;
    }
}

@media (min-width: 766px) {

    .devices-banner__main {
        order: 0;
    }

    .devices-banner__footer .coa-card {
        position: absolute;
        bottom: -20px;
        left: 15px;
        right: 15px;
        z-index: 2;
    }
}

@media (min-width: 992px) {

    .devices-banner__main {
        padding-bottom: 100px;
    }

    .devices-banner__inner {
        padding-bottom: 70px;
    }

    .devices-banner__img {
        position: absolute;
        width: 792px;
        left: -45px;
        bottom: -125px;
        z-index: 1;
        height: 481px;
    }

    .devices-banner__footer .coa-card {
        position: absolute;
        bottom: -20px;
        left: 15px;
        right: 15px;
        z-index: 2;
    }
}

@media (min-width: 1200px) {

    .devices-banner__inner {
        padding-top: 35px;
    }
}

.cards-list.cards-list_regular {
    margin-bottom: 30px;
}

.cards-list_regular .cards-list__list {
    margin-bottom: -20px;
}

.cards-list_regular .cards-list__item {
    margin-bottom: 20px;
}

.cards-list_regular .cards-list__item .card-item {
    height: 100%;
}

/*services-cards*/
.services-cards__list {
    margin-bottom: -20px;
}

.services-cards__item {
    margin-bottom: 20px;
}

.services-cards__item .service-card {
    height: 100%;
}

/*service-card*/
.service-card {
    display: block;
    background: #f9fafb;
    padding: 25px 25px;
    border-radius: 10px;
}

@media (min-width: 1200px) {

    .service-card {
        padding-left: 78px;
        padding-right: 78px;
    }
}

.calc-section .c-section__head {
    margin-bottom: 65px;
}

.calc-section .c-section__title {
    color: inherit;
    font-weight: normal;
}

@media (min-width: 768px) {

    .calc-section {
        position: relative;
        z-index: 2;
        padding-bottom: 300px;
    }

    .c-section.calc-section-after {
        padding-top: 280px;
    }

    .calc-section__footer {
        position: absolute;
        z-index: 1;
        bottom: -176px;
        left: 0;
        right: 0;
    }
}

/*stages list*/
.stages-list__list[data-slider-list] {
    margin-left: -15px;
    margin-right: -15px;
}

.stages-list[data-slider] .stages-list__item {
    padding: 0 15px 50px;
    margin: 0;
}

/*stage item*/
.stage-item__count {
    font-size: 70px;
    font-weight: 700;
    line-height: 1;
    color: #00a1ff;
    opacity: 0.2;
    margin-bottom: 30px;
    position: relative;
}

.stage-item__count:after {
    position: absolute;
    content: '';
    height: 3px;
    background: #00a1ff;
    top: 50%;
    margin-top: -2px;
    left: 100px;
    right: -15px;
}

/*skills list*/
.skills-list__list {
    margin-bottom: -20px;
}

.skills-list__item {
    margin-bottom: 20px;
}

.skills-list__item .skill-item {
    height: 100%;
}

/*skill item*/
.skill-item {
    display: block;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.skill-item__img {
    max-width: 100%;
    height: auto;
}

@media (min-width: 992px) {

    .skills-list .skills-list__item {
        max-width: 20%;
        flex-basis: 20%;
    }
}

/*coa card*/
.coa-card {
    /*background: #71c8e2;*/
    background: #00c9e4;
    color: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 75px 24px;
    box-shadow: 0 25px 50px 0 rgba(0, 186, 239, .2);
}

.coa-card .c-title {
    color: inherit;
}

.coa-card__desc {
    font-size: 30px;
    line-height: 40px;
}

.coa-card__footer {
    margin-top: 40px;
}

@media (min-width: 992px) {

    .coa-card {
        padding-left: 65px;
        padding-right: 65px;
    }

    .coa-card__footer {
        margin-top: 20px;
    }
}

.devices-banner__img {
    height: auto;
    display: inline-block;
    position: relative;
}

.devices-banner__img-inner {
    height: 220px;
}

.slider__top_list_mobile {
    position: absolute;
    top: 31.8%;
    left: 7.6%;
    width: 18%;
    height: 61.4%;
    z-index: -1;
    border-radius: 10px;
    overflow: hidden;
}

.slider__top_list {
    position: absolute;
    top: 3.8%;
    left: 18%;
    width: 73%;
    height: 77%;
    z-index: -2;
    overflow: hidden;
}

@media (min-width: 992px) {

    .devices-banner__img {
        position: absolute;
    }

    .devices-banner__img-inner {
        height: 481px;
    }
}

/*no gutter*/
.row_no_gutter {
    margin: 0;
    padding: 0;
}

.row_no_gutter > * {
    padding: 0;
}

.u-overflow-hidden {
    overflow: hidden;
}

.c-product {
    position: relative;
    max-height: 100%;
}

.c-product__inner {
    padding: 24px 24px 15px;
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    border: 2px solid #F5FAFB;
    background: #fff;
    position: relative;
    transition: border-color .15s ease;
}

.c-product__inner:before {
    content: '';
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 20px 40px rgba(101, 145, 182, 0.15);
    position: absolute;
    top: -6px;
    left: -6px;
    right: -6px;
    bottom: -15px;
    z-index: -1;
    opacity: 0;
    transition: opacity .15s ease;
}

.c-product__footer {
    display: none;
    padding-top: 15px;
}

.c-product__footer .c-btn_default.c-btn {
    width: 100%;
}

.c-product__with-btn {
    z-index: 1;
}

.c-product__with-btn .c-product__inner {
    border-color: transparent;
}

.c-product__with-btn .c-product__inner:before {
    opacity: 1;
}

.c-product__with-btn .c-product__footer {
    display: block;
}

.c-product__img {
    max-width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: 24px;
}

.c-product__img:before {
    content: '';
    display: block;
    padding-top: 71.95%;
}

.c-product__price {
    /*margin-top: auto;*/
    font-weight: 700;
    font-size: 20px;
}

.c-product__title {
    font-size: 14px;
    line-height: 19px;
    height: 5.5em;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
}

.c-product__title a {
    color: inherit;
    font-size: inherit;
}

.c-price__currency {
    font-size: 12px;
}

.c-catalog-section {
    margin-bottom: 40px;
}

.c-catalog-section__body_closed {
    /*height: 666px;*/
    overflow: hidden;
}

.c-catalog-section__body.c-unfold {
    margin: -10px -30px 0;
    padding: 10px 30px 0;
}

.c-catalog-section__item {
    margin-bottom: 30px;
}

.c-curtain__body {
    overflow: hidden;
    position: relative;
    transition: max-height .5s ease-in;
}

.c-curtain__footer {
    position: relative;
}

.c-curtain__layer {
    position: absolute;
    width: 100%;
    z-index: 1;
    bottom: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 65.62%);
    opacity: 1;
    transition: opacity .2s ease-in;
}

.c-curtain__btn {
    cursor: pointer;
    position: relative;
    z-index: 2;
    color: #00AEFF;
    font-weight: 700;
    font-size: 14px;
}

.c-curtain__btn-inner {
    display: inline-flex;
    align-items: center;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.c-curtain__btn-text {
    margin-right: 16px;
    text-transform: uppercase;
}

.c-curtain__btn-icon {
    stroke: #00AEFF;
    fill: none;
}

.c-curtain__btn-icon_opened {
    transform: rotate(180deg);
}


.question_form1 {
    color: #fff;
    width: 100%;
    bottom: 0;
    background-size: cover;
    background: #00AEFF url(../images/form-tertiary-bg.png) no-repeat center;
    padding: 30px 40px 30px;
    margin-bottom: 0;
    box-shadow: 0px 20px 40px rgba(0, 174, 255, 0.25);
    border-radius: 5px;
    z-index: 2
}


.question_form1 .question_form__title {
    font-weight: 700;
    color: inherit;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 12px;
}

.question_form1 .question_title {
    display: block;
    text-transform: none;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    margin-bottom: 12px;
}

.question_form1 .c-btn_default.c-btn_secondary {
    font-weight: 700;
    color: #00aeff;
}

.question_form1 form {
    width: 100%;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: transparent;
}

.question_form1 input {
    width: 100%;
    border: 2px solid #F5FAFB;
    border-radius: 5px;
    background-color: transparent;
    padding: 5px 20px;
    outline: 0;
    font-size: 12px;
    margin-bottom: 18px;
    color: inherit;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.question_form1 textarea {
    margin-bottom: 18px;
    outline: 0;
    width: 100%;
    border-width: 1px;
    border-color: #1ecafb;
    border-style: solid;
    background-color: #0dc2f6;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    height: 120px;
    resize: none;
    color: inherit;
    padding: 5px 20px;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

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

.question_form1 :-moz-placeholder {
    color: inherit;
    opacity: 1
}

.question_form1 ::-moz-placeholder {
    color: inherit;
    opacity: 1
}

.question_form1 :-ms-input-placeholder {
    color: inherit;
}


.question_form1 .question_form__pol {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 10px;
    color: inherit;
    line-height: 1.3;
    margin: 10px 0 0 0;
    padding: 0;
}

.question_form1__left-side {
    max-width: 100%;
    width: 100%;
}


@media (min-width: 640px) {
    .question_form1 {
        padding: 70px 95px 60px;
    }

    .question_form1 .question_title {
        text-align: left;
        margin-bottom: 35px;
        font-size: 18px;
        line-height: 22px;
    }

    .question_form1 .question_form__title {
        text-align: left;
        font-size: 40px;
        line-height: 48px;
        margin-bottom: 32px;
    }

    .question_form1__left-side {
        max-width: 90%;
    }
}

/* DEBUG FOOTER/HEADER */
.c-footer svg {
    margin-bottom: auto;
    width: auto;
}

/*.c-footer_debug */
.c-footer__top {
    padding-top: 44px;
    padding-bottom: 44px;
}

/*.c-footer_debug */
.c-footer__bottom {
    background-color: #363636;
    padding-top: 38px;
    padding-bottom: 38px;
    font-size: 12px;
    line-height: 16px;
    color: #B1B4B9;
}

/*.c-footer_debug */
.c-footer__logo {
    margin-bottom: 44px;
}

.c-footer .c-logo {
    width: 105px;
}

/*.c-footer_debug */
.c-footer__menu {
    margin-bottom: 44px;
}

/*.c-footer_debug */
.c-footer__contacts {
    margin-bottom: 44px;
}

/*.c-footer_debug */
.c-footer__feedback .c-btn {
    margin-bottom: 30px;
}

/*.c-footer_debug */
.c-social {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

/*.c-footer_debug */
.c-social__item {
    padding-right: 10px;
    padding-left: 10px;
}

/*.c-footer_debug */
.c-social__link:hover .c-social__icon,
    /*.c-footer_debug */
.c-social__link:focus .c-social__icon {
    fill: #00AEFF;
    stroke: #FFFFFF;
}

/*.c-footer_debug */
.c-social__icon {
    width: 28px;
    height: 28px;
    color: #E0E0E0;
    fill: transparent;
    stroke: currentColor;
    transition: fill, stroke .6s ease;
}


/*.c-footer_debug */
.c-bottom-navigation {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #828D9C;
}

/*.c-footer_debug */
.c-bottom-navigation__list {

}

/*.c-footer_debug */
.c-bottom-navigation__item:not(:last-child) {
    margin-bottom: 20px;
}

/*.c-footer_debug */
a.c-bottom-navigation__link {
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
}

.c-bottom-navigation__link_active {
    color: #00aeff;
}

/*.c-footer_debug */
.c-contacts {
    font-size: 12px;
    line-height: 16px;
    color: #828D9C;
}

/*.c-footer_debug */
a.c-contacts__link {
    font-size: inherit;
    line-height: inherit;
    text-decoration: none;
    display: flex;
}

/*.c-footer_debug */

.c-footer .c-contacts .c-contact__icon {
    margin-right: 12px;
    width: 16px;
    height: 16px;
    fill: currentColor;
}

/*.c-footer_debug */
.c-footer__location {
    display: flex;
}

/*.c-footer_debug */
.c-footer__location-icon {
    margin-right: 10px;
    fill: currentColor;
}

/*.c-footer_debug */
a.c-footer__policy {
    text-decoration: underline;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

/*.c-footer_debug */
a.c-footer__policy:hover {
    color: #00aeff;
}

/*.c-footer_debug */
.c-footer__brands {
    margin-bottom: 15px;
}

/*.c-footer_debug */
.c-footer__address {
    margin-bottom: 20px;
}

/*.c-footer_debug */
.footer-links__item + .footer-links__item {
    margin-top: 20px;
}

.c-footer .footer-brands {
    margin-left: -13px;
    margin-right: -13px;
}

.c-footer .brand-item {
    max-width: none;
    width: auto;
    margin: 0;
    padding-left: 13px;
    padding-right: 13px;
}

.c-footer .brand-item__img {
    max-width: 140px;
    /*max-height: none;*/
}

/*.c-footer_debug */
.c-footer__feedback .c-btn {
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media (min-width: 766px) {

    /*.c-footer_debug */
    .c-logo {
        width: 125px;
    }

    /*.c-footer_debug */
    .c-footer__bottom {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    /*.c-footer_debug */
/*    .footer-brands {
        margin-top: 10px;
    }*/

    /*.c-footer_debug */
    .c-footer__feedback .c-btn {
        padding-left: 10px;
        padding-right: 10px;
    }

    /*.c-footer_debug */
/*    .c-footer__location {
        margin-left: 17px
    }*/

    /*.c-footer_debug */
    .footer-links {
        position: relative;
        padding-right: 66px;
    }

    .c-footer__iso {
        position: absolute;
        width: 46px;
        height: 46px;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
    }

    .footer-links__item + .footer-links__item {
        margin-top: 0;
    }

    /*.c-footer_debug */
    .footer-links {
        margin-bottom: -8px;
    }

    .footer-links__item {
        margin-bottom: 8px;
    }
}

@media (min-width: 992px) {

    /*.c-footer_debug */
    .c-footer__bottom {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}


/*HEADER DEBUG*/

/*reset*/
/*.c-header_debug*/
.c-logo {
    display: block;
    max-width: 100%;
}

.c-header li {
    display: block;
}


/*header*/
.c-header {
    position: fixed;
    z-index: 10;
    width: 100%;
    border-bottom: 2px solid #F5FAFB;
}

/*.c-header_debug*/
.c-header__bg {
    background: #FFFFFF;
    position: absolute;
    width: 100%;
    height: 100%;
}


/*.c-header_debug*/
.c-header__menu {
    line-height: 22px;
}

/*.c-header_debug*/
.c-mobile-menu {
    box-shadow: 0px 10px 20px rgb(101 145 182 / 25%);
}

/*.c-header_debug*/
.c-mobile-menu .c-mobile-menu__bg {
    background: #FFFFFF;
    padding-top: 15px;
    padding-bottom: 15px;
}

/*.c-header_debug*/
.c-mobile-menu {
    position: absolute;
    z-index: 11;
    width: 100%;
}

/*.c-header_debug*/
.c-mobile-menu .c-header__menu {
    margin-bottom: 45px;
}

@supports (backdrop-filter: blur(5px)) {
    .c-header {
        backdrop-filter: blur(5px);
    }

    /*.c-header_debug*/
    .c-header__bg {
        opacity: .8;
    }
}


/*contacts*/
/*.c-header_debug*/
.c-contacts a.c-contacts__link {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    text-decoration: none;
    display: flex;
}

/*.c-header_debug*/
.c-contacts a.c-contacts__link:hover, /*.c-header_debug*/
.c-contacts a.c-contacts__link:focus {
    color: #00AEFF;
}

/*.c-header_debug*/
.c-contacts .c-contact__icon {
    margin-right: 12px;
    width: 16px;
    height: 16px;
    fill: #00AEFF;
}

/*.c-header_debug*/
.c-contacts.c-contacts_default {
    font-size: 12px;
    line-height: 16px;
    color: #828D9C;
}

/*.c-header_debug*/
.c-contacts.c-contacts_default .c-contacts__item:not(:last-child) {
    margin-bottom: 20px;
}

/*.c-header_debug*/
.c-contacts.c-contacts_min .c-contacts__list {
    display: flex;
    margin-left: -12px;
    margin-right: -12px;
}

/*.c-header_debug*/
.c-contacts.c-contacts_min .c-contacts__item {
    padding-right: 12px;
    padding-left: 12px;
    position: relative;
    z-index: 99;
}

/*.c-header_debug*/
.c-contacts.c-contacts_min .c-contact__icon {
    margin-right: 0;
    transition: transform .1s ease-in;
}

/*.c-header_debug*/
.c-contacts.c-contacts_min a.c-contacts__link:hover .c-contact__icon, /*.c-header_debug*/
.c-contacts a.c-contacts__link:focus .c-contact__icon {
    transform: scale(1.3);
}


/*navigation*/
/*.c-header_debug*/
.c-top-navigation__link {
    color: inherit;
    font-size: inherit;
    text-decoration: none;
    display: block;
}

/*.c-header_debug*/
.c-top-navigation__link.c-top-navigation__link_active {
    color: #00aeff;
}

/*.c-header_debug*/
.c-top-navigation__link:hover, /*.c-header_debug*/
.c-top-navigation__link:focus {
    text-decoration: none;
    color: #00AEFF;

}

/*.c-header_debug*/
.c-top-navigation_mobile {
    font-size: 18px;
    font-weight: 700;
}

/*.c-header_debug*/
.c-top-navigation_mobile .c-top-navigation__item + .c-top-navigation__item {
    margin-top: 28px;
}

/*.c-header_debug*/
.c-top-navigation_desktop {
    display: flex;
    margin-left: -11px;
    margin-right: -11px;
    font-size: 12px;
    font-weight: 600;
    flex-wrap: wrap;
}

/*.c-header_debug*/
.c-top-navigation_desktop .c-top-navigation__item {
    padding-left: 11px;
    padding-right: 11px;
}

/*.c-header_debug*/
.c-top-navigation_desktop .c-top-navigation__item .c-top-navigation__link {
    position: relative;
    padding-top: 12px;
    padding-bottom: 12px;
    display: block;
}

/*.c-header_debug*/
.c-top-navigation_desktop .c-top-navigation__item .c-top-navigation__link:after {
    content: '';
    opacity: 0;
    transition: opacity .2s ease-in;
    border-bottom: 2px solid #00AEFF;
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
}

/*.c-header_debug*/
.c-top-navigation_desktop .c-top-navigation__item .c-top-navigation__link:hover.c-top-navigation__link:after, /*.c-header_debug*/
.c-top-navigation_desktop .c-top-navigation__item .c-top-navigation__link:focus.c-top-navigation__link:after {
    opacity: 1;
}


/**/

/*.c-header_debug*/
.c-header__logo {
    width: 82px;
    display: block;
}

/*.c-header_debug*/
a.c-btn_header {
    border: 2px solid #00AEFF;
    color: #00AEFF;
    text-decoration: none;
}

/*.c-header_debug*/
.c-btn_header:hover, /*.c-header_debug*/
.c-btn_header:focus {
    border: 2px solid #00AEFF;
    color: #FFFFFF;
    background: #00AEFF;
}

/*.c-header_debug*/
.c-header__btn {
    width: 122px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: normal;
    padding: 0 5px;
    font-weight: 500;
}

/*.c-header_debug*/
.c-header__item {
    padding-left: 15px;
    padding-right: 15px;
}

/*.c-header_debug*/
.c-header__right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: -15px;
    margin-left: -15px;
}

/*.c-header_debug*/
.c-header__close {
    border: none;
    outline: none;
    background: none;
    display: flex;
    cursor: pointer;
}

/*.c-header_debug*/
.c-header__wrap {
    padding-top: 12px;
    padding-bottom: 12px;
}

/*.c-header_debug*/
.c-link-dropdown__wrap:before {
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #FFFFFF transparent transparent;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    position: absolute;
    top: 0;
    transform: rotate(90deg);
}

/*.c-header_debug*/
.c-link-dropdown__wrap {
    display: flex;
    align-items: center;
    flex-direction: column;
    background: #ffffff;
    padding-top: 65px;
    padding-bottom: 65px;
    margin-top: 12px;
    box-shadow: 0px 10px 20px rgb(101 145 182 / 25%);
}

/*.c-header_debug*/
.c-link-dropdown {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 328px;
    transition: .3s ease-in;
}

/*.c-header_debug*/
.c-link-dropdown.c-link-dropdown_hidden {
    opacity: 0;
    pointer-events: none;
    transform: translateX(-50%) scale(0.95);
}

/*.c-header_debug*/
.c-link-dropdown .c-link-dropdown__link {
    font-weight: 700;
    font-size: 22px;
    line-height: 125%;
    text-align: center;
    color: #363636;
    margin-bottom: 14px;
    text-decoration: none;
    display: block;
}

/*.c-header_debug*/
.c-link-dropdown .c-link-dropdown__copy {
    outline: none;
    border: none;
    background: none;
    font-size: 12px;
    line-height: 125%;
    text-align: center;
    color: #00AEFF;
    cursor: pointer;
}

@media (min-width: 766px) {
    /*.c-header_debug*/
    .c-header__item {
        padding-left: 24px;
        padding-right: 24px;
    }

    /*.c-header_debug*/
    .c-header__right {
        margin-right: -24px;
        margin-left: -24px;
    }

    /*.c-header_debug*/
    .c-header__logo {
        width: 128px;
        margin-top: -14px;
    }

    /*.c-header_debug*/
    .c-header__btn {
        width: 152px;
        height: 30px;
    }

    /*.c-header_debug*/
    .c-header__wrap {
        padding-top: 24px;
        padding-bottom: 24px;
    }
}

@media (min-width: 992px) {

    /*.c-header_debug*/
    .c-header__wrap {
        padding-top: 0;
        padding-bottom: 0;
    }

}

@media (min-width: 1200px) {
    /*.c-header_debug*/
    .c-top-navigation_desktop .c-top-navigation__item .c-top-navigation__link {
        padding-top: 32px;
        padding-bottom: 32px;
    }
}

.c-content_spacer {
    padding-top: 50px;
}

@media (min-width: 766px) {

    .c-content_spacer {
        padding-top: 78px;
    }
}

@media (min-width: 992px) {

    .c-content_spacer {
        padding-top: 92px;
    }
}

@media (min-width: 1200px) {

    .c-content_spacer {
        padding-top: 86px;
    }
}

.rf-breadcrumbs {
}
.rf-breadcrumbs .rf-breadcrumbs__list{
    margin: 0 0 20px;
    padding: 10px 0 0;
    line-height: 1.2;
}
.rf-breadcrumbs .rf-breadcrumbs__item + .rf-breadcrumbs__item:before {
    content: '/';
    margin-left: 12px;
    margin-right: 12px;
    color: #E0E0E0;
}
.rf-breadcrumbs .rf-breadcrumbs__item {
    display: inline;
    word-break: break-word;
    color: #C0CBD7;
    font-size: 12px;
    line-height: 15px;
}
.rf-breadcrumbs .rf-breadcrumbs__link {
    text-decoration: none;
    color: inherit;
    transition: text-shadow .1s ease;
    font-size: inherit;
    line-height: inherit;
}
.rf-breadcrumbs .rf-breadcrumbs__link:hover, .rf-breadcrumbs__link:focus {
    color: #828D9C;
    text-decoration: none;
}
.rf-breadcrumbs .breadcrumbs__item:last-child .breadcrumbs__link {
    pointer-events: none;
    cursor: default;
}


.main_slider_cases.main_slider .item {
    height: auto;
}

.c-img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}

.c-img_accent {
    box-shadow: 0px 20px 40px rgba(101, 145, 182, 0.15);
}

/*header v2*/
.c-header__right_v2 {
    margin-left: -15px;
    margin-right: -15px;
}

.c-header__right_v2 .c-header__item {
    padding-left: 15px;
    padding-right: 15px;
}

.c-header__right_v2 .c-header__menu {
    flex: 1 0 1%;
    min-width: 0;
}

.c-header__right_v2 .c-header__close {
    padding: 5px 0;
    width: 26px;
    outline: 0;
}

@media (max-width: 991px) {
    
    .c-header__logo-col,
    .c-header__nav-col {
        padding-left: 15px;
        padding-right: 15px;
    }

    .c-header__nav-col {
        flex: 1 0 1%;
        min-width: 0;
    }

    .c-header_v2 .c-mobile-menu .container {
        width: 100%;
    }
}

@media (min-width: 992px) {

    .c-header__callback {
        order: 1;
    }

    .c-header_v2 .c-mobile-menu__bg {
        padding-top: 55px;
        padding-bottom: 55px;
    }
}

.form-links {
    margin: 10px 0 20px;
}
/* End */


/* Start:/local/templates/it_jet_pro/css/refactoring.css?168545208654357*/
/*Refactoring styles*/

/**
* Все новые классы имеют префикс rf-
*/

/****************************************************************************/
/* BUTTONS */
/****************************************************************************/

.rf-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.rf-btn .c-btn__icon {
	fill: currentColor;
}

.rf-btn .c-btn__icon_auto {
	width: auto !important;
	height: auto !important;
}


/*Sizes*/

.rf-btn_md {
	border-width: 2px;
	height: 36px;
	line-height: 32px;
	font-weight: 400;
	font-size: 13px;
	padding: 0 10px;
}

.rf-btn_md .c-btn__icon {
	width: 16px;
	height: 16px;
	margin-left: 10px;
}

.rf-btn_md.rf-btn_icon-before .c-btn__icon {
	margin-left: 0;
	margin-right: 10px;
}

.rf-btn_lg {
	border-width: 2px;
	height: 50px;
	line-height: 46px;
	font-weight: 400;
	font-size: 13px;
	padding: 0 10px;
}

.rf-btn_lg-thin {
	border-width: 1px;
	height: 50px;
	line-height: 140%;
	font-weight: 400;
	font-size: 16px;
	padding: 0 50px 0 15px;
}

.rf-btn_lg .c-btn__icon {
	width: 20px;
	height: 20px;
	margin-left: 10px;
}

.rf-btn_lg.rf-btn_icon-before .c-btn__icon {
	margin-left: 0;
	margin-right: 10px;
}

.c-btn_link .c-btn__icon,
.rf-btn_link .c-btn__icon {
	width: 20px;
	height: 20px;
	margin-left: 12px;
}

.c-btn_link.rf-btn_icon-before .c-btn__icon,
.rf-btn_link.rf-btn_icon-before .c-btn__icon {
	margin-left: 0;
	margin-right: 12px;
}

.rf-btn_width_md {
	width: 212px;
}

.rf-btn_width_lg {
	width: 254px;
}

.rf-lg_label .c-input-label {
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	margin-bottom: 5px;
	display: block;
}

/*Styles*/

.c-btn_default.rf-btn:hover,
.c-btn_default.rf-btn:focus {
	text-decoration: none;
}

.c-btn_default.rf-btn_primary {
	background: #00aeff;
	border-color: #00aeff;
	color: #fff;
}

.c-btn_default.rf-btn_primary:hover,
.c-btn_default.rf-btn_primary:focus {
	background-color: #009cf8;
	border-color: #009cf8;
	color: #fff;
}

.c-btn_default.rf-btn_primary:active {
	background-color: #0084e8;
	border-color: #0084e8;
}

.c-btn_default.rf-btn_quarternary {
    background-color: #828d9c;
    border-color: #828d9c;
    color: #fff;
}



.c-btn_default.rf-btn_quarternary:hover, 
.c-btn_default.rf-btn_quarternary:focus {
    background-color: #6f7886;
    border-color: #6f7886;
    color: #fff;
}

.c-btn_default.rf-btn_quarternary:active {
    background-color: #616b79;
    border-color: #616b79;
}

.c-btn_default.rf-btn_light-primary {
	background: #fff;
	border-color: #fff;
	color: #00aeff;
}

.c-btn_default.rf-btn_light-secondary {
	background: #fff;
	border-color: #fff;
	color: #00cae5;
}

.rf-btn_ghost {
	border-style: solid;
	border-radius: 5px;
	transition: background-color .15s ease, color .15s ease;
}

.rf-btn_ghost.rf-btn:hover,
.rf-btn_ghost.rf-btn:focus {
	text-decoration: none;
}

.rf-btn_ghost.rf-btn_light {
	background: none;
	border-color: #fff;
	color: #fff;
}

.rf-btn_ghost.rf-btn_light:hover,
.rf-btn_ghost.rf-btn_light:focus {
	background-color: #fff;
	border-color: #fff;
	color: #00aeff;
}

.rf-btn_ghost.rf-btn_primary {
	background: none;
	border-color: #00aeff;
	color: #00aeff;
}

.rf-btn_ghost.rf-btn_primary:hover,
.rf-btn_ghost.rf-btn_primary:focus {
	background-color: transparent;
	border-color: #009cf8;
	color: #009cf8;
}

.rf-btn_ghost.rf-btn_primary:active {
	border-color: #0084e8;
	color: #0084e8;
}

.rf-btn_ghost.rf-btn_quarternary {
	background: none;
	border-color: #828d9c;
	color: #828d9c;
}

.rf-btn_ghost.rf-btn_quarternary:hover,
.rf-btn_ghost.rf-btn_quarternary:focus {
	background-color: transparent;
	border-color: #00aeff;
	color: #00aeff;
}

.rf-btn_ghost.rf-btn_platin {
	background: none;
	border-color: #E0E0E0;
	color: #363636;
}

.rf-btn_ghost.rf-btn_platin:hover,
.rf-btn_ghost.rf-btn_platin:focus {
	background-color: transparent;
	border-color: #0094FF;
	color: #363636;
}

.rf-btn_link {
	text-decoration: underline;
    background: none;
    padding: 0;
    border: 0;
    line-height: inherit;
}

.rf-btn_link_secondary {
	text-decoration: none;
}

.rf-btn_link_secondary:hover,
.rf-btn_link_secondary:focus {
	text-decoration: none;
}

.rf-btn_link.rf-btn_primary {
	color: #00aeff;
}

.c-btn_link.rf-btn_primary:hover,
.c-btn_link.rf-btn_primary:focus,
.rf-btn_link.rf-btn_primary:hover,
.rf-btn_link.rf-btn_primary:focus {
	color: #009cf8; 
}

.c-btn_link.rf-btn_primary:active,
.rf-btn_link.rf-btn_primary:active {
	color: #0084e8;
}

.c-btn_link.rf-btn_light,
.rf-btn_link.rf-btn_light {
	color: #fff;
}

.c-btn_link.rf-btn_light:hover,
.c-btn_link.rf-btn_light:focus,
.rf-btn_link.rf-btn_light:hover,
.rf-btn_link.rf-btn_light:focus {
	color: #f5fafb;
}

.c-btn_link.rf-btn_quarternary,
.rf-btn_link.rf-btn_quarternary {
	color: #828d9c;
}

.c-btn_link.rf-btn_quarternary:hover,
.c-btn_link.rf-btn_quarternary:focus,
.rf-btn_link.rf-btn_quarternary:hover,
.rf-btn_link.rf-btn_quarternary:focus {
	color: #363636;
}

.rf-btn_link.rf-btn_coa {
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: .11em;	
}

.rf-btn_link_accent {
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 700;
}

.rf-btn_link_accent .с-btn__icon {
	margin-left: 16px;
	width: 16px;
	height: 16px;
	stroke-width: 2px;
}


/*accent*/

.rf-btn_accent {
	box-shadow: 0px 20px 30px rgba(255, 255, 255, 0.35);
	transition: box-shadow .15s ease;
}

.rf-btn_accent:hover,
.rf-btn_accent:focus {
	box-shadow: 0px 20px 35px rgba(255, 255, 255, 0.55);
}

.rf-btn_accent:active {
	box-shadow: 0px 20px 35px rgba(255, 255, 255, 0.7);
}


/****************************************************************************/
/* TAGS */
/****************************************************************************/

.rf-tag {
    cursor: default;
    display: inline-flex;
    vertical-align: middle;
    text-align: center;
    outline: none;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    background: none;
    border: none;
    text-decoration: none;
    margin: 0;
    align-items: center;
    line-height: normal;
    transition: background-color .1s ease-in, border-color .2s ease-in;
}

.rf-tag_default {
	border: 1px solid;
}

.rf-tag_default:hover, 
.rf-tag_default:focus {
    text-decoration: none;
    outline: 0;
}

.rf-tag_default.rf-tag_md {
    font-weight: 400;
    font-size: 11px;   
    border-radius: 5px;    	
}

.rf-tag_default.rf-tag_lg {
	font-weight: 400;
	font-size: 15px;
	border-radius: 10px;
}

/* COLORS */
.rf-tag_secondary {
    color: #828D9C;
    border-color: #E0E0E0;
}

.rf-tag_primary {
    color: #00AEFF;
    border-color: #00AEFF;
}

.rf-tag_light {
	color: #fff;
	border-color: #fff;
}

/* SIZES */
.rf-tag_md {
    padding: 0 10px;
    height: 26px;
}

.rf-tag_lg {
    padding: 0 16px;
    height: 50px;
}


/* TAG ICON */
.rf-tag_icon .rf-tag__icon {
    width: 8px;
    height: 8px;
    margin-left: 8px;
    margin-right: 0;
    fill: currentColor;
    transition: transform .2s ease-in;
}


/* EVENTS */
.rf-tag_events {
    cursor: pointer;
}

.rf-tag_events.rf-tag_icon .rf-tag__icon:hover {
    transform: rotate(-90deg);
}

.rf-tag_secondary.rf-tag_events:hover, 
.rf-tag_secondary.rf-tag_events:focus {
    border-color: #828D9C;
    color: #828D9C;
}

.rf-tag_primary.rf-tag_events:hover, 
.rf-tag_primary.rf-tag_events:focus {
    border-color: #009CF8;
    color: #009CF8;
}

.rf-tag_primary.rf-tag_events.rf-tag_active {
    color: #FFFFFF;
    background-color: #00AEFF;
}

.rf-tag_light.rf-tag_events:hover,
.rf-tag_light.rf-tag_events:focus {
	border-color: #f5fafb;
	color: #f5fafb;
}

.rf-tag_light.rf-tag_events.rf-tag_active {
	border-color: #fff;
	color: #00aeff;
	background-color: #fff;
}


/* TAGS MARKUP */
.rf-taglist {
	padding: 0;
    margin-right: -5px;
    margin-left: -5px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
    margin-bottom: 10px;
}

.rf-taglist__item {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}


/*SECTIONS*/

.rf-section {
	padding: 0;
}

.rf-section_md {
	padding: 30px 0;
}

.rf-section_lg {
	padding: 45px 0;
}

.rf-section_xl {
    padding: 80px 0;
}

.rf-section__head {
	margin-bottom: 20px;
}

.rf-section__controls {
	margin-top: 25px;
}

.rf-section__desc {
	margin-bottom: 30px;
}

.rf-section__desc,
.rf-section__desc.rf-text {
	line-height: 1.5;
}

@media (min-width: 768px) {

	.rf-section__controls {
		margin-top: 55px;
	}
}

@media (min-width: 992px) {

	.rf-section_md {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.rf-section_lg {
		padding-top: 75px;
		padding-bottom: 75px;
	}

    .rf-section_xl {
        padding-top: 120px;
        padding-bottom: 120px;
    }

	.rf-section__head {
		margin-bottom: 40px;
	}

	.rf-section_waves {
		background-image: url('../fonts/graphics_waves.svg');
	    background-repeat: no-repeat;
	    background-position: 28% bottom;
	}
}


/*TITLES*/
.rf-title {
	color: inherit;
	font-weight: 700;
	line-height: 1.2;
}

.rf-title_xs {
	font-size: 14px;
}

.rf-title_sm {
	font-size: 16px;
}

.rf-title_md {
	font-size: 24px;
	/*margin-bottom: 20px;*/
}

.rf-title_lg {
	font-size: 28px;
}

@media (min-width: 992px) {

	.rf-title_xs {
		font-size: 16px;
	}

	.rf-title_sm {
		font-size: 20px;
	}

	.rf-title_md {
		font-size: 30px;
		/*margin-bottom: 35px;*/
	}

	.rf-title_lg {
		font-size: 40px;
	}
}

/*CARD TITLES*/
.rf-card-title {
	color: inherit;
    font-weight: 700;
    line-height: 1.2;
}

.rf-card-title_sm {
	font-size: 14px;
}

.rf-card-title_md {
    font-size: 16px;
}

@media (min-width: 992px) {

	.rf-card-title_sm {
		font-size: 16px;
	}

    .rf-card-title_md {
        font-size: 18px;
    }
}

/*TEXT*/
.rf-text {
    line-height: 1.3;
}

.rf-text_sm {
	font-size: 11px;
}

.rf-text_md,
.rf-text_md_secondary {
    font-size: 12px;
}

.rf-text_lg {
	font-size: 14px;
}

@media (min-width: 992px) {

	.rf-text_sm {
		font-size: 12px;
	}

    .rf-text_md {
        font-size: 14px;
    }

    .rf-text_md_secondary {
    	font-size: 16px;
    }

    .rf-text_lg {
    	font-size: 16px;
    }
}


/*CARDS LIST*/
.rf-cards-list {

}

.rf-cards-list__item .rf-card-item {
	height: 100%;
}


/*CARD*/
.rf-card-item {
	display: block;
	text-decoration: none;
	color: inherit;
	padding: 16px;
	border-radius: 5px;
}

.rf-card-item_events:hover,
.rf-card-item_events:focus {
	text-decoration: none;
	color: inherit;
}

.rf-card-item_default {
	border: 2px solid #f5fafb;
	transition: border-color .15s ease, box-shadow .15s ease;
}

.rf-card-item_default.rf-card-item_light {
	background-color: #fff;
}

.rf-card-item_default.rf-card-item_light.rf-card-item_events:hover,
.rf-card-item_default.rf-card-item_light.rf-card-item_events:focus {
	border-color: #fff;
	box-shadow: 0px 20px 40px rgba(101, 145, 182, 0.15);
	text-decoration: none;
}

.rf-card-item_default.rf-card-item_tertiary {
    background-color: #f5fafb;
}

.rf-card-item_default.rf-card-item_tertiary.rf-card-item_events:hover,
.rf-card-item_default.rf-card-item_tertiary.rf-card-item_events:focus {
    background-color: #fff;
	border-color: #fff;
    box-shadow: 0px 20px 40px rgba(101, 145, 182, 0.15);
    text-decoration: none;
}

.rf-card-item_ghost {
	border: 2px solid;
	transition: background-color .15s ease, box-shadow .15s ease;
}

.rf-card-item_ghost.rf-card-item_light {
	border-color: #fff;
}

.rf-card-item_ghost.rf-card-item_light.rf-card-item_events:hover,
.rf-card-item_ghost.rf-card-item_light.rf-card-item_events:focus {
	background-color: #fff;
	box-shadow: 0px 20px 40px rgba(101, 145, 182, 0.15);
	text-decoration: none;
}

.rf-card-item_ghost.rf-card-item_tertiary {
    border-color: #f5fafb;
}

.rf-card-item_ghost.rf-card-item_tertiary.rf-card-item_border_shadow {
	border: 0 !important;
	box-shadow: inset -2px 0 0 0 #f5fafb, inset 0 -2px 0 0 #f5fafb, -2px -2px 0 0 #f5fafb, -2px 0 0 0 #f5fafb, 0 -2px 0 0 #f5fafb;
}

/*.rf-card-item_ghost.rf-card-item_tertiary.rf-card-item_events:hover,
.rf-card-item_ghost.rf-card-item_tertiary.rf-card-item_events:focus {
	
}*/

.rf-card-item.rf-underlay {
  overflow: hidden;
}

.rf-card-item_sm.rf-underlay .rf-underlay__decor {
  width: 150px;
  right: -20px;
  bottom: -12px;
}

.rf-cards-list_sm .rf-cards-list__list {
	margin-bottom: -15px;
}

.rf-cards-list_sm .rf-cards-list__item {
	margin-bottom: 15px;
}

.rf-cards-list_md .rf-cards-list__list {
  margin-bottom: -30px;
}

.rf-cards-list_md .rf-cards-list__item {
  margin-bottom: 30px;
}

.rf-card-item__date {
	margin-bottom: 10px;
	color: #c0cbd7;
}

.rf-card-item__title {
	margin-bottom: 8px;
	transition: color .15s ease;
}

.rf-card-item__desc {
	transition: color .15s ease;
}

/*thumb sm*/
.rf-card-item__thumb_sm {
	margin-bottom: 15px;
	height: 80px;
	position: relative;
}

.rf-card-item__thumb_sm .rf-card-item__img {
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto 0;
	width: auto;
	height: auto;
}

.rf-card-item__img_bg {
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.owl-item .rf-card-item__thumb_sm .rf-card-item__img {
	width: auto;
}


/*thumb md*/
.rf-card-item__thumb_md {
	margin-bottom: 15px;
	position: relative;
	max-width: 200px;
}

.rf-card-item__thumb_md:before {
	content: '';
	display: block;
	padding-top: 100%;
}

.rf-card-item__thumb_md .rf-card-item__img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 5px;
}

.rf-card-item__controls {
	padding-top: 10px;
}

/*Columns*/
.rf-card-item_columns .rf-card-item__title {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.rf-card-item_columns .rf-card-item__desc {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.rf-card-item_columns {
	display: flex;
	flex-direction: column;
}

.rf-card-item_columns .rf-card-item__main {
	flex: 1 0 1%;
	display: flex;
	flex-direction: column;
}

.rf-card-item_columns .rf-card-item__controls {
	margin-top: auto;
}

@media (min-width: 992px) {

	.rf-card-item {
		padding: 30px;
	}

	.rf-card-item__title {
		margin-bottom: 12px;
	}

	.rf-card-item__thumb_sm {
		margin-bottom: 24px;
	}

	.rf-card-item_columns {
		flex-direction: row;
	}

	.rf-card-item_columns .rf-card-item__aside {
		flex: 0 0 200px;
	}

	.rf-card-item_columns .rf-card-item__thumb {
		margin-bottom: 0;
	}

	.rf-card-item_columns .rf-card-item__main {
		padding-left: 24px;
	}

	.rf-card-item_sm {
		padding: 20px 22px;
	}

	.rf-card-item_sm .rf-card-item__desc {
		line-height: 21px;
	}
}


/*UTILITY*/
/*если нужно выбить из контейнера блок*/
.rf-fullwidth {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}


/*OTHER*/

/*EXPERTISES SLIDER*/
.rf-cards-slider .owl-stage {
	display: flex;
	flex: 1 0 auto;
}

.rf-cards-slider .owl-carousel .rf-cards-list__item,
.rf-cards-slider .owl-carousel .rf-cards-slider__item {
	height: 100%;
}

.rf-cards-slider .owl-carousel .rf-card-item {
	height: 100%;
	width: 256px;
}

@media (min-width: 766px) {

	.rf-cards-slider .owl-carousel .rf-card-item {
		width: 100%;
	}
}

.rf-slider-visible .owl-stage-outer {
	overflow: visible !important;
}

.rf-slider-visible .owl-item {
	opacity: 0.5;
}

.rf-slider-visible .owl-item.active {
	opacity: 1;
}

.rf-slider-visible_right {
	clip-path: inset(-100vw 0 -100vw -100vw);
}

.rf-slider-visible_left {
	clip-path: inset(-100vw -100vw -100vw 0);
}

@media (min-width: 992px) {
	
	.rf-slider-visible_lg_right {
		clip-path: inset(-100vw 0 -100vw -100vw);
	}

	.rf-slider-visible_lg_left {
		clip-path: inset(-100vw -100vw -100vw 0);
	}
}

.rf-slider-footer {
	margin-top: 30px;
	text-align: center;
}


/*Slider controls*/
.rf-slider-controls {
	display: inline-flex;
	color: #e0e0e0;
	align-items: center;
	text-align: left;
}

.rf-slider-controls .owl-prev,
.rf-slider-controls .owl-next {
	display: inline-block;
	flex: 0 0 auto;
	cursor: pointer;
	width: 15px;
	height: 28px;
}

.rf-slider-controls .owl-prev {
	margin-right: 36px;
}

.rf-slider-controls .owl-next {
	margin-left: 36px;
}

.rf-slider-controls .owl-prev:hover,
.rf-slider-controls .owl-prev:focus,
.rf-slider-controls .owl-next:hover,
.rf-slider-controls .owl-next:focus {
	color: #00aeff;
}

.rf-slider-controls .owl-icon {
	width: 100%;
	height: 100%;
	fill: currentColor;
}

.rf-slider-controls__dots {
	width: 90px;
	height: 2px;
	background: #e0e0e0;
	border-radius: 3px;
	overflow: hidden;
	display: flex;
}

.rf-slider-controls__dots .owl-dot {
	height: 100%;
	flex: 1 0 auto;
	cursor: pointer;
}

.rf-slider-controls__dots .owl-dot.active {
	background-color: #00aeff;
}

.rf-slider-controls__current,
.rf-slider-controls__total {
	font-size: 15px;
	color: #828d9c;
	width: 32px;
	user-select: none;
}

.rf-slider-controls__total {
	text-align: right;
}

/*no dots*/
.rf-slider-controls_no_dots .owl-prev {
	margin-right: 20px;
}

.rf-slider-controls_no_dots .owl-next {
	margin-left: 20px;
}

/*CASES BLOCK*/

/*фикс бага под сафари*/
@media (min-width: 992px) {
	
	.rf-cases-block__aside {
		position: relative;
		z-index: 2;
	}

	.rf-cases-block__aside:before {
		position: absolute;
		content: '';
		top: 0;
		right: 0;
		bottom: 0;
		z-index: -1;
		width: 100vw;
	}

	.rf-cases-block__main {
		position: relative;
		z-index: 1;
	}
}

/*BANNER*/
.rf-banner {
	display: block;
	position: relative;
	height: 750px;
	padding: 100px 0 250px;
	/*overflow: hidden;*/
}

.rf-banner__bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #f5fafb;
}

.rf-banner__img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	/*opacity: 0.5;*/
	/*transition: opacity .15s ease;*/
}

@media (max-width: 767px) {

	.rf-banner__bg_overlay:after {
		position: absolute;
		content: '';
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: rgba(255,255,255, .75);
	}
}

.rf-banner__graphics {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.rf-banner__body {
	position: relative;
	z-index: 1;
	height: 100%;
	/*padding: 50px 0 250px;*/
}

.rf-banner__title {
	margin-bottom: 20px;
}

.rf-banner__intro {
	color: #828d9c;
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 1.5;
}

.rf-banner__desc .rf-list > li {
	margin-bottom: 10px;
}

.rf-banner__controls {
	margin-top: 20px;
}

.rf-banner__controls-list {
	margin-bottom: -10px;
}

.rf-banner__ctrl {
	margin-bottom: 10px;
}

.rf-banner__footer {
	position: absolute;
	bottom: -200px;
	left: 0;
	right: 0;
	z-index: 1;
}

.rf-section.rf-banner-after {
	padding-top: 225px;
}

.rf-banner_default {
	padding-top: 65px;
	padding-bottom: 65px;
	display: flex;
	align-items: center;
}

.c-content_no_spacer .rf-banner_default {
	padding-top: 115px;
}

.rf-banner_default_regular .rf-banner__body {
	padding-left: 0;
	padding-right: 0;
}

.rf-banner_default_regular {
	display: block;
}

.rf-banner_default_regular .rf-banner__item {
    display: flex;
    height: 100%;
    justify-content: center;
    flex-direction: column;	
}

@media (min-width: 576px) {

	.rf-banner__footer {
		bottom: -100px;
	}

	.rf-section.rf-banner-after {
		padding-top: 120px;
	}
}

@media (max-width: 575px) {

	.rf-banner_default_regular .rf-banner__controls .c-btn {
		width: 290px;
	}
}

@media (max-width: 767px) {

	.rf-banner_default_regular .rf-banner_item_sm_between {
		display: block;
	}

	.rf-banner_item_sm_between .container {
		height: 100%;
	}

	.rf-banner_item_sm_between .rf-banner__controls {
		margin-top: auto;
		padding-top: 20px;
		text-align: center;
	}

	.rf-banner_item_sm_between .rf-banner__body > .row {
		height: 100%;
	}

	.rf-banner_item_sm_between .rf-banner__body-inner {
		display: flex;
		flex-direction: column;
	}

	.rf-banner_item_desc_bottom .rf-banner__body-inner > .row:first-child {
		flex: 1 0 auto;
	}

	.rf-banner_item_desc_bottom .rf-banner__workspace {
		display: flex;
		flex-direction: column;
	}

	.rf-banner_item_desc_bottom .rf-banner__intro {
		margin-top: auto;
	}
}

@media (min-width: 766px) {

	.rf-banner {
		padding-top: 195px;
	}

	.rf-banner__body {
		padding-left: 30px;
		padding-right: 30px;
	}

	.rf-banner_index .rf-banner__title {
		margin-bottom: 45px;
	}

	.rf-banner__intro {
		margin-bottom: 45px;
	}

	.rf-banner__desc .rf-list > li {
		margin-bottom: 20px;
	}

	.rf-banner__footer {
		bottom: -120px;
	}

	.rf-section.rf-banner-after {
		padding-top: 140px;
	}

	.rf-banner_default {
		padding-top: 120px;
		padding-bottom: 120px;
	}

	.c-content_no_spacer .rf-banner_default {
		padding-top: 198px;
	}
}

@media (min-width: 992px) {

	.rf-banner {
		height: 745px;
		padding-top: 224px;
	}

	.rf-banner__body {
		padding-left: 65px;
		padding-right: 65px;
	}

	.rf-banner__intro {
		margin-bottom: 60px;
	}

	.rf-banner__controls {
		margin-top: 40px;
	}

	.c-content_no_spacer .rf-banner_default {
		padding-top: 212px;
	}
}

@media (min-width: 1200px) {

	.c-content_no_spacer .rf-banner_default {
		padding-top: 206px;
	}	
}

/*SERVICE ITEMS*/
.rf-services-list_index .rf-services-list__list {
	margin-bottom: -15px;
}

.rf-services-list_index .rf-services-list__item {
	margin-bottom: 15px;
}

.rf-service-item_link {
	display: block;
	text-decoration: none;
	display: flex;
	align-items: center;
	color: inherit;
	transition: color .15s ease;
}

.rf-service-item_link .rf-service-item__thumb {
	background: rgba(255, 255, 255, 0.65);
	border-radius: 5px;
	box-shadow: 0px 10px 20px rgba(101, 145, 182, 0.15);
	backdrop-filter: blur(5px);
	width: 50px;
	height: 50px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.rf-service-item_link .rf-service-item__body {
	padding-left: 18px;
	flex: 1 0 1%;
}

.rf-service-item_link .rf-service-item__title {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
	color: inherit;
}

.rf-service-item_link:hover,
.rf-service-item_link:focus {
	text-decoration: none;
	color: inherit;
}

.rf-service-item_link.rf-service-item_events:hover,
.rf-service-item_link.rf-service-item_events:focus {
	outline: 0;
	color: #00aeff;
}

@media (min-width: 766px) {
	
	.rf-services-list_index .rf-services-list__list {
		margin-bottom: -15px;
	}

	.rf-services-list_index .rf-services-list__item {
		margin-bottom: 15px;
	}
}

@media (min-width: 992px) {

	.rf-service-item_link .rf-service-item__title {
		font-size: 20px;
	}
}

/*COA PLATE*/

.rf-coa-plate {
	background: rgba(255, 255, 255, 0.65);
	box-shadow: 0px 20px 40px rgba(101, 145, 182, 0.15);
	backdrop-filter: blur(5px);
	border-radius: 5px;
	padding: 20px 18px 24px;
}

.rf-coa-plate__aside {
	margin-bottom: 25px;
}

@media (min-width: 766px) {

	.rf-coa-plate {
		padding: 30px;
	}
}

@media (min-width: 992px) {

	.rf-coa-plate {
		padding: 60px 65px;
	}
}


/*TEASERS LIST*/
.rf-teasers-list {

}

.rf-teasers-list_sm .rf-teasers-list__list {
	margin-bottom: -20px;
}

.rf-teasers-list_sm .rf-teasers-list__item {
	margin-bottom: 20px;
}

.rf-teasers-list_md .rf-teasers-list__list {
	margin-bottom: -30px;
}

.rf-teasers-list_md .rf-teasers-list__item {
	margin-bottom: 30px;
}

.rf-teasers-list__item .rf-teaser-item {
	height: 100%;
}

.rf-teaser-item {

}

.rf-teaser-item__value {
	font-size: 40px;
	font-weight: 700;
	line-height: 1;
	color: #00aeff;
	margin-bottom: 10px;
}

@supports (-webkit-text-stroke: 1px #00aeff) {

	.rf-teaser-item__value {
		color: transparent;
		-webkit-text-stroke: 1px #00aeff;
		text-stroke: 1px #00aeff;
	}
}

@media (min-width: 766px) {

	.rf-teaser-item__value {
		font-size: 60px;
	}
}

/*COWORKING LINK*/
.rf-coworking-notice {
	text-align: center;
	margin-bottom: 45px;
}

.rf-coworking-link {
	display: inline-flex;
	align-items: center;
	flex-direction: column;
}

.rf-coworking-link__icon {
	fill: #00aeff;
	display: block;
	margin-top: 10px;
}

@media (min-width: 992px) {

	.rf-coworking-notice {
		margin-bottom: 95px;
	}

	.rf-coworking-link {
		flex-direction: row;
	}

	.rf-coworking-link__icon {
		margin-top: 0;
		margin-left: 15px;
	}
}




/*TABS*/

/*vertical*/
.c-tabs_vertical .c-tabs__tablist {
    list-style: none;
    padding: 0;
    margin: 0;
}

.c-tabs_vertical .c-tabs__section {
    box-shadow: 0px 20px 40px rgba(101, 145, 182, 0.15);
    background: #fff;
    border-radius: 5px;
    padding: 35px 40px;
}

.c-tabs_vertical .c-tabs__tab + .c-tabs__tab {
    margin-top: 20px;
}

@media (min-width: 766px) {

    .c-tabs_vertical .c-tabs__tab + .c-tabs__tab {
        margin-top: 32px;
    }

    .c-tabs_vertical .c-tabs__section {
        min-height: 100%;
    }
}


/*TAB*/

.c-tab {

}

/*tab panel*/

.c-tab_panel {
    display: block;
    border: 2px solid #f5fafb;
    border-radius: 5px;
    padding: 20px;
    color: #828d9c;
    background: #fff;
    cursor: pointer;
    text-decoration: none;
    transition: box-shadow .15s ease;
    position: relative;
}

.c-tab_panel .c-tab__thumb {
    width: 26px;
    height: 26px;
    margin-bottom: 12px;
}

.c-tab_panel .c-tab__thumb svg {
    fill: currentColor;
    max-width: 100%;
    max-height: 100%;
}

.c-tab_panel .c-tab__text {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
    transition: color .15s ease;
}

.c-tab_panel .c-tab__icon {
    stroke: #f2f2f2;
    width: 8px;
    height: 16px;
    position: absolute;
    right: 15px;
    top: 40px;
    transform: rotate(90deg);
    transition: stroke .15s ease;
}

/*events*/

.c-tab_panel.c-tab_events:hover,
.c-tab_panel.c-tab_events:focus {
    color: #00aeff;
    text-decoration: none;
}

.c-tab_panel.c-tab_events:hover .c-tab__icon,
.c-tab_panel.c-tab_events:focus .c-tab__icon{
    stroke: currentColor;
}

/*active*/

.c-tab_panel.c-tab_active {
    color: #00aeff;
    border-color: transparent;
    box-shadow: 0px 20px 40px rgba(101, 145, 182, 0.15);
}

.c-tab_panel.c-tab_active .c-tab__icon {
    stroke: currentColor;
    transform: rotate(270deg);
}

.c-tab_panel.c-tab_active .c-tab__content {
    padding: 15px 0 0;
    margin-top: 15px;
    position: relative;
}

.c-tab_panel.c-tab_active .c-tab__content:before {
    position: absolute;
    content: '';
    position: absolute;
    top: 0;
    left: -20px;
    right: -20px;
    border-top: 2px solid #f5fafb;
}

@media (min-width: 766px) {

    .c-tab_panel {
        display: flex;
        align-items: center;
    }

    .c-tab_panel .c-tab__thumb {
        margin-bottom: 0;
        display: flex;
        align-items: center;
    }

    .c-tab_panel.c-tab_icon .c-tab__text {
        padding-left: 24px;
    }

    .c-tab_md {
    	min-height: 82px;
    }

    .c-tab_panel.c-tab_lg {
        min-height: 120px;
    }

    .c-tab_panel .c-tab__icon {
        right: 28px;
        top: 50%;
        margin-top: -8px;
        transform: rotate(0deg);
    }

    .c-tab_panel.c-tab_active .c-tab__icon {
        transform: rotate(0deg);
    }
}

@media (min-width: 1200px) {

    .c-tab_panel {
        padding-left: 40px;
        padding-right: 40px;
    }

    .c-tab_panel .c-tab__thumb {
        width: 34px;
        height: 34px;
    }

    .c-tab_panel .c-tab__text {
        font-size: 20px;
        line-height: 1.4;
    }
}


/**
* SVG icon
*/

.svg-ico {
    display: inline-block;
    vertical-align: middle;
    fill: currentColor;
    stroke: currentColor;
}

.svg-ico_no-fill {
    fill: none !important;
}

.svg-ico_no-stroke {
    stroke: none !important;
}


/**
* UL/OL lists
*/

.rf-list {
    counter-reset: counter;
    list-style: none;
    padding: 0;
}

.rf-list_numeric > li:before {
    counter-increment: counter;
    font-weight: 900;
    content: counter(counter);
    color: #00AEFF;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

.rf-list_marker > li,
.rf-list_numeric > li {
    position: relative;
    padding-left: 40px;
    line-height: 1.4;
}

.rf-list_marker > li::before {
    content: '';
    background-color: #00AEFF;
    display: inline-block;
    vertical-align: top;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    top: 0.4em;
    left: 0;
}

.rf-color-primary {
	color: #00AEFF;
}

.rf-head-block {
	position: relative;
}

.rf-head-block .rf-breadcrumbs-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

/*ERP PAGE*/

.rf-text-stroke {
    font-weight: 700;
    line-height: 1.2;
}

.rf-text-stroke_xl {
    font-size: 60px;
}


.rf-text-stroke_xxl {
    font-size: 64px;
}


.rf-text-stroke_primary {
    color: #00aeff;
}

.rf-text-stroke_quarternary {
    color: #828d9c;
}

@media (min-width: 576px) {

    .rf-text-stroke_xl {
        font-size: 68px;
    }

    .rf-text-stroke_xxl {
        font-size: 96px;
    }
}

@supports (-webkit-text-stroke: 1px #00aeff) {

    .rf-text-stroke {
        -webkit-text-stroke-width: 1px;
        text-stroke-width: 1px;
    }

    .rf-text-stroke_primary {
        -webkit-text-stroke-color: #00aeff;
        text-stroke-color: #00aeff;
    }

    .rf-text-stroke_quarternary {
        -webkit-text-stroke-color: #828D9C;
        text-stroke-color: #828D9C;
    }

    .rf-text-stroke_default {
        color: #fff;
    }
    .rf-text-stroke_default-tertiary {
        color: #f5fafb;
    }

    .rf-text-stroke_ghost {
        color: transparent;
    }

}


/*-------------------------------------------------------------------------------------------*/

.rf-card-wrap {
    position: relative;
    height: 100%;
}

.rf-card-wrap__body {
    height: 100%;
}


.rf-card-wrap_lg {
    padding-top: 40px;
}

.rf-card-wrap_lg .rf-card-wrap__body {
    padding-top: 56px;
    padding-bottom: 50px;
}


.rf-card-wrap_md {
    padding-top: 77px;
}

.rf-card-wrap_md .rf-card-wrap__img {
    width: 100%;
    height: 160px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    box-shadow: 0px 10px 20px rgba(101, 145, 182, 0.15);
}

.rf-card-wrap_md .rf-card-wrap__body {
    padding-top: 105px;
}

.rf-card-wrap .rf-card-wrap__footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    transform: translateY(50%);
}

.rf-card-wrap .rf-card-wrap__header {
    position: absolute;
    width: 100%;
    padding-left: 17px;
    padding-right: 17px;
    top: 0;
}

.rf-card-wrap:hover .rf-card-item {
    border-color: #fff;
    box-shadow: 0px 20px 40px rgba(101, 145, 182, 0.15);
}

.rf-card-wrap:hover .rf-card-item_tertiary {
    background-color: #fff;
}

.rf-card-wrap .rf-card-wrap__header .c-btn {
    line-height: 1.3;
    opacity: 0;
    bottom: -18px;
    transform: translateY(18px);
    transition: transform .15s ease-in, opacity .15s ease-in, background-color .3s, border-color .3s;
}

.rf-card-wrap:hover .rf-card-wrap__header .c-btn {
    opacity: 1;
    transform: translateY(0);
}


@media (min-width: 576px) {
    
    .rf-card-wrap.rf-card-wrap_lg .rf-card-wrap__body {
        padding-bottom: 38px;
    }


    .rf-card-wrap.rf-card-wrap_md {
        padding-top: 112px;
    }

    .rf-card-wrap .rf-card-wrap__header {
        padding-left: 30px;
        padding-right: 30px;
    }

    .rf-card-wrap_md .rf-card-wrap__img {
        height: 192px;
    }

    .rf-card-wrap.rf-card-wrap_md .rf-card-wrap__body {
        padding-top: 100px;
    }


    .rf-card-wrap.rf-card-wrap_lg {
        padding-top: 60px;
    }

    .rf-card-wrap.rf-card-wrap_lg .rf-card-wrap__body {
        padding-top: 78px;
        padding-bottom: 50px;
    }

    .rf-text-stroke_xxl {
        font-size: 96px;
    }
}

/*-------------------------------------------------------------------------------------------*/


.teaser-value {
    display: flex;
    align-items: center;
    margin-bottom: 26px;
}

.teaser-value .teaser-value__icon,
.teaser-value svg {
    fill: #00aeff;
}

.teaser-value .teaser-value__img {
    background-color: #fff;
    margin-right: 16px;
    width: 62px;
    height: 62px;
    flex: 0 0 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 10px 20px rgba(101, 145, 182, 0.15);
    border-radius: 5px;
}

.teaser-value__content {
    flex: 1 0 1%;
}

/*-------------------------------------------------------------------------------------------*/


.rf-card-wrap .rf-list:last-child {
    margin-bottom: 0;
}

.rf-card-wrap .rf-list > li + li {
    margin-top: 15px;
}

.rf-list_marker.rf-list_primary > li:before {
    background-color: #00aeff;
}

.rf-list_numeric.rf-list_primary > li:before {
    color: #00aeff;
}

.rf-list_marker.rf-list_quarternary > li:before {
    background-color: #828d9c;
}

.rf-list_numeric.rf-list_quarternary > li:before {
    color: #828d9c;
}


/*-------------------------------------------------------------------------------------------*/

.rf-cards-list_erp .rf-cards-list__list {
    margin-bottom: -20px;
}

.rf-cards-list_erp .rf-cards-list__item {
    margin-bottom: 20px;
}

/*-------------------------------------------------------------------------------------------*/

.rf-color-quarternary {
    color: #828d9c;
}

.capability-section {
	position: relative;
}

.capability-section__decor {
	position: absolute;
	bottom: 0;
	left: 0;
    pointer-events: none;
    user-select: none;
}

@media (min-width: 768px) {

	.capability-section__decor {
	    left: 50%;
	    margin-left: -42%;
	}
}

.rf-underlay {
  position: relative;
}

.rf-underlay__inner {
  position: relative;
  z-index: 2;
}

.rf-underlay__decor {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  user-select: none;
}

@media (min-width: 1200px) {

	.col-xl-2-5 {
		flex: 0 0 20%;
		max-width: 20%;
	}
}

/*NEW*/
/**/
.u-bg-color-secondary .rf-card-item_ghost.rf-card-item_events:hover,
.u-bg-color-secondary .rf-card-item_ghost.rf-card-item_events:focus {
  color: #363636;
}

.u-bg-color-secondary .rf-card-item_ghost.rf-card-item_events:hover .rf-card-item__desc,
.u-bg-color-secondary .rf-card-item_ghost.rf-card-item_events:focus .rf-card-item__desc {
  color: #828d9c;
}

.u-bg-color-secondary .rf-slider-controls__current, 
.u-bg-color-secondary .rf-slider-controls__total {
  color: #fff;
}

.rf-card-item_bare {
	min-height: 130px;
}

.rf-teasers-list_cards {
  color: #828d9c;
}

.rf-teaser-item_card .teaser-value__icon,
.rf-teaser-item_card .teaser-value svg {
  fill: currentColor;
}

.rf-teaser-item_card .rf-teaser-item__title {
  font-weight: 700;
}

.rf-teaser-item_card.rf-card-item_events:hover,
.rf-teaser-item_card.rf-card-item_events:focus {
  color: #00aeff;
}



.rf-slider-clients .owl-item{
    transition: opacity, .1s ease-in, filter .1s ease-in;
}
.rf-slider-clients .owl-item{
    filter: grayscale(1);
    opacity: .1;
}
.rf-slider-clients .owl-item.active{
    filter: grayscale(0);
    opacity: 1;
}
@media (min-width: 766px) {
    .rf-slider-clients .owl-item.active{
        opacity: .3;
        filter: grayscale(1);
    }

    .rf-slider-clients .owl-item{
        filter: grayscale(1);
    }

    .rf-slider-clients .owl-item:hover{
        filter: grayscale(0);
        opacity: 1;
    }
}


.rf-slider-clients .owl-stage-outer {
    overflow: visible !important;
}
.rf-slider-clients .owl-stage{
    align-items: center;
}

.rf-slider-clients .rf-slider-controls.rf-slider-controls__md .owl-prev{
    margin-right: 24px;
}

.rf-slider-clients .rf-slider-controls.rf-slider-controls__md .owl-next{
    margin-left: 24px;
}

.rf-slider-steps .rf-text-stroke{
    font-size: 70px;
}

@media (min-width: 766px) {

    .rf-slider-steps .rf-text-stroke{
        font-size: 80px;
    }

}

/*new*/

.rf-cards-slider_clients .owl-item img {
    width: auto !important;
    max-width: 100%;
    margin: 0 auto;
}

.rf-cards-slider_steps .owl-item > div {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.rf-cards-slider_steps .rf-card-item {
    height: auto !important;
    flex: 1 0 auto;
}

.rf-cards-slider_steps .rf-text-stroke {
    padding-left: 20px;
    position: relative;
}

/*картинка 12px - 1px*/
.rf-cards-slider_steps .rf-text-stroke:before {
    content: '';
    position: absolute;
    top: .97em;
    left: 0;
    right: -30px;
    height: 1px;
    background-image: url("../fonts/line.svg");
    background-repeat: repeat-x;
    z-index: -1;
}
.rf-section_overlap{
    position: relative;
}

.rf-section_overlap.rf-section_md{
    padding-bottom: 218px;
}

.rf-section_overlap__footer{
    position: absolute;
    z-index: 1;
    bottom: -176px;
    left: 0;
    right: 0;
}

.rf-section.rf-section_overlap_after {
    padding-top: 234px;
}

@media (max-width: 639px) {

    .rf-cards-slider_steps .rf-card-item {
        width: 100% !important;
    }
}

@media (min-width: 766px) {

    .rf-section_overlap__footer{
        bottom: -154px;
    }

    .rf-section_overlap .rf-contacts-form{
        /*padding: 40px 30px 40px;*/
    }

    .rf-section.rf-section_overlap_after {
        padding-top: 264px;
    }
}

@media (min-width: 992px) {

    .rf-cards-slider_steps .rf-text-stroke {
        padding-left: 30px;
    }

    .rf-section_overlap .rf-section_md{
        padding-bottom: 258px;
    }
}

/*banner*/
.rf-banner .rf-breadcrumbs-container,
.rf-head-block .rf-breadcrumbs-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.c-content_no_spacer .rf-banner .rf-breadcrumbs-container,
.c-content_no_spacer .rf-head-block .rf-breadcrumbs-container {
    top: 60px;
}

@media (min-width: 766px) {

    .c-content_no_spacer .rf-banner .rf-breadcrumbs-container,
    .c-content_no_spacer .rf-head-block .rf-breadcrumbs-container {
        top: 88px;
    }
}

@media (min-width: 992px) {

    .c-content_no_spacer .rf-banner .rf-breadcrumbs-container,
    .c-content_no_spacer .rf-head-block .rf-breadcrumbs-container {
        top: 102px;
    }
}

@media (min-width: 1200px) {

    .c-content_no_spacer .rf-banner .rf-breadcrumbs-container,
    .c-content_no_spacer .rf-head-block .rf-breadcrumbs-container {
        top: 96px;
    }
}

/*INPUT*/
.rf-input {
	display: block;
    border: none;
    outline: none;
    width: 100%;
}

.rf-input_default {
    border-radius: 5px;
    border: 1px solid transparent;
    outline: 0;
    transition: box-shadow .15s ease, border-color .15s ease;
}

.rf-input_default.rf-input_primary {
    background: #fff;
    color: #828d9c;
    border-color: #e0e0e0;	
}

.rf-input_default.rf-input_primary:focus {
	color: #363636;
	outline: 0;
	border-color: #00aeff;
    box-shadow: 0 0 0px 1px #00aeff inset;
}

.rf-input_default.rf-input_primary:disabled,
.rf-input_default.rf-input_primary.rf-input_disabled {
	background-color: #f5fafb;
	border-color: #e8edee;
	box-shadow: 0 0 0px 1px #e8edee inset;
	color: #c0cbd7;
}

.rf-input_default.rf-input_error {
	color: #f5fafb;
	border-color: #f5fafb;
	box-shadow: 0 0 0px 1px #f5fafb inset;
}

.rf-input_area {
    padding: 7px 14px;
}

.rf-input_md {
    height: 36px;
    padding-left: 14px;
    padding-right: 14px;
}

.rf-input_md.rf-input_area {
	height: 110px;
}

.rf-input_lg {
    height: 50px;
    padding-left: 22px;
    padding-right: 22px;
}


/*1c */
.rf-card-item_functions {
	min-height: 130px;
}

.rf-card-item_functions .rf-text-stroke {
    right: 15px;
    top: 8px;
    font-size: 100px;
}

@media (min-width: 1200px) {

    .rf-card-item_functions .rf-text-stroke {
        top: -8px;
        font-size: 150px;
    }
}

.rf-text-stroke.rf-text-stroke_tertiary {
    -webkit-text-stroke-color: #F5FAFB;
    text-stroke-color: #F5FAFB;
}

.rf-text-stroke.rf-text-stroke_bold {
    -webkit-text-stroke-width: 2px;
    text-stroke-width: 2px;
}

.decor-rhombus{
    position: absolute;
    right: -166px;
    top: -112px;
    width: 430px;
}

@media (min-width: 640px){

    .decor-rhombus{
        top: 0;
        right: -366px;
        width: 650px;
    }
}
@media (min-width: 766px){

    .decor-rhombus{
        right: -326px;
        width: 903px;
    }
}

.rf-card-item_img {
    padding: 28px 26px;
}

.rf-card-item_img .rf-card-item__img {
    width: 100%;
    margin-bottom: 16px;
    border-radius: 5px;
}

.c-roller_rolling .c-roller__body:before {
	content:'';
	position: absolute;
	height: 40px;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to top, #fff, rgba(255,255,255,.7));
	z-index: 1;
}

.c-roller__body {
	max-height: 300px;
	overflow: hidden;
	position: relative;
	transition: max-height .15s ease;
}

.c-roller__footer {
	text-align: center;
	margin-top: 20px;
}

.c-roller .c-catalog-section {
	margin: 0;
}

.products-unfold-erp[data-state="unfolded"] .c-roller__body {
	overflow: visible;
}

@media (min-width: 992px) {

	.products-unfold .c-roller__body {
		max-height: none;
		overflow: visible;
	}
}

/*select*/
.c-select-custom {
  display: inline-block;
  max-width: 100%;
  font-size: 12px;
  position: relative;
}

.c-select-custom__toggle {
  width: 100%;
  vertical-align: top;
  margin: 0;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: inline-block;
  max-width: 100%;
}

.c-select-custom__popup {
  display: none;
  position: absolute;
  top: 100%;
  z-index: 2;
}

.c-select-custom__item {
  white-space: nowrap;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.c-select-custom_expanded .c-select-custom__popup {
  display: block;
}

/**
* Default
*/
.rf-select-custom_default {
  display: block;
}

.rf-select-custom_default .rf-input_default {
	padding-right: 50px;
	position: relative;
}

.rf-select-custom_default .c-select-custom__icon {
    position: absolute;
    width: 36px;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0 12px;
    max-height: none;
    text-align: center;
    stroke: #e0e0e0;
}

.rf-select-custom_default .c-select-custom__popup {
	left: 0;
	right: 0;
}

.rf-select-custom_default .c-select-custom__menu {
	background: #fff;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	list-style: none;
	margin: 0;
	box-shadow: 0 0 40px 0 rgba(101,145,182, .15);
	padding: 8px 0;
}

.rf-select-custom_default .c-select-custom__item {
	font-weight: 400;
	font-size: 12px;
	line-height: 22px;
	padding: 0 14px;
}

.rf-select-custom_default .c-select-custom__item + .c-select-custom__item {
	margin-top: 4px;
}

.rf-select-custom_default .c-select-custom__item:hover,
.rf-select-custom_default .c-select-custom__item:focus,
.rf-select-custom_default .c-select-custom__item_active {
	color: #00aeff;
}

.rf-select-custom_default.rf-select-custom_lg .c-select-custom__menu {
	padding: 10px 0 20px;
}

.rf-select-custom_default.rf-select-custom_lg .c-select-custom__item {
	padding-left: 20px;
	padding-right: 20px;
}

.rf-select-custom_default.rf-select-custom_lg .c-select-custom__item + .c-select-custom__item {
	margin-top: 10px;
}

.rf-select-custom_default.c-select-custom_expanded {
	box-shadow: 0 0 40px 0 rgba(101,145,182, .15);
}

.rf-select-custom_default.c-select-custom_expanded .rf-input_default {
	box-shadow: none;
	border-color: transparent;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	z-index: 3;
}

.rf-select-custom_default .rf-input_default.rf-input_primary:focus {
	box-shadow: none;
	border-color: transparent;
}

/*select secondary*/
.rf-select-custom_secondary {
	display: block;
	text-align: left;
}

.rf-select-custom_secondary .c-select-custom__toggle {
	position: relative;
	padding-right: 50px;
	font-size: 13px;
	font-weight: 600;
	border-color: #828d9c !important;
}

.rf-select-custom_secondary .c-select-custom__toggle.rf-btn_platin {
	position: relative;
	padding-right: 50px;
	font-size: 16px;
	font-weight: 400;
	border-color: #E0E0E0 !important;
	text-align: start;
}

.rf-select-custom_secondary .c-select-custom__icon {
    position: absolute;
    width: 36px;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0 12px;
    max-height: none;
    text-align: center;
    stroke: #828d9c;
    stroke-width: 2px;
}

.rf-select-custom_secondary .c-select-custom__popup {
	left: 0;
	right: 0;
	margin-top: -2px;
}

.rf-select-custom_secondary .c-select-custom__menu {
	background: #fff;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	border: 2px solid #828d9c;
	border-top: 0;
}

.rf-select-custom_secondary .c-select-custom__item {
	font-weight: 600;
	font-size: 13px;
	line-height: 1.2;
	padding: 8px 14px;
	color: #828d9c;
}

.rf-select-custom_secondary.rf-select_order .c-select-custom__menu {
	background: #fff;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	border: 1px solid #E0E0E0;
	border-top: 0;
}

.rf-select-custom_secondary.rf-select_order .c-select-custom__item {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.2;
	padding: 8px 14px;
	color: #828d9c;
}

.rf-select-custom_secondary .c-select-custom__item:hover,
.rf-select-custom_secondary .c-select-custom__item:focus,
.rf-select-custom_secondary .c-select-custom__item_active {
	color: #00aeff;
}

.rf-select-custom_secondary.c-select-custom_expanded .c-select-custom__toggle {
	box-shadow: none;
	border-bottom-color: transparent !important;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	z-index: 3;
}

.rf-select-custom_order {

}


/*tablist default*/
.rf-tablist_default {
	margin-bottom: 30px;
    /*border-bottom: 2px solid #e0e0e0;*/
}

.rf-tablist_default .rf-tablist__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    margin-left: -20px;
    margin-right: -20px;
}

.rf-tablist_default .rf-tablist__item {
    margin: 0;
    padding: 0 20px;
}

/*tab default*/
.rf-tab_default {
    display: block;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background: 0;
    border: 0;
    border-bottom: 2px solid transparent;
    padding: 0 0 10px;
    margin-bottom: -2px;
    outline: 0 !important;
    color: #828d9c;
}

.rf-tab_default.rf-tab_events {
    cursor: pointer;
    transition: color .15s ease, border-color .15s ease;
}

.rf-tab_default.rf-tab_events:hover,
.rf-tab_default.rf-tab_events:focus {
    color: #00aeff;
    border-bottom-color: #00aeff;
}

.rf-tab_default.rf-tab_active {
    color: #00aeff;
    border-bottom-color: #00aeff;
}

@media (max-width: 991px) {

	.rf-tablist_default .rf-tablist__list {
		display: none;
	}
}

@media (min-width: 992px) {

	.rf-tablist_default {
		border-bottom: 2px solid #e0e0e0;
	}
}

/*section overlap*/
.rf-section_overlap.rf-section_last {
    margin-bottom: 236px;
}

@media (min-width: 766px){

	.rf-section_overlap.rf-section_md {
		padding-bottom: 256px;
	}

    .rf-section_overlap.rf-section_last {
        margin-bottom: 272px;
    }
}

/*quote*/
.rf-quote {
    font-size: 16px;
    padding: 12px 18px;
    line-height: 24px;
    background-color: #f5fafb;
    color: #00aeff;
    border-left: 2px solid #00aeff;
    margin: 0;
}

@media (min-width: 766px) {
	
    .rf-quote {
        padding: 38px 50px;
        font-size: 26px;
        line-height: 39px;

    }
}

/*ctrl*/
.rf-ctrl {
    margin-bottom: 10px;
    text-align: left;
    display: inline-block;    
}

.rf-ctrl:last-child {
    margin-bottom: 0;
}

.rf-ctrl__title {
    font-size: inherit;
    display: block;
    position: relative;
    display: flex;
    align-items: center;    
}

.rf-ctrl_decor {
    
}

.rf-ctrl_decor .rf-ctrl__input {
    margin: 0;
}

.rf-ctrl_decor .rf-ctrl__title:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: 0;
    left: 0;
    color: inherit;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: 2px solid #828d9c;
    border-radius: 5px;
}

.rf-ctrl_decor .rf-ctrl__title:after {
    content: '';
    position: absolute;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;    
}

.rf-ctrl_decor.rf-ctrl_md .rf-ctrl__title {
    font-size: 12px;
    line-height: 1.2;
    padding-left: 46px;
    min-height: 26px;
}

.rf-ctrl_decor.rf-ctrl_md .rf-ctrl__title:before {
    width: 26px;
    height: 26px;
}

.rf-ctrl_decor.rf-ctrl_md .rf-ctrl__title:after {
    width: 26px;
    height: 20px;
    top: 0;
    left: 6px;
}

.rf-ctrl_decor.rf-ctrl_checkbox .rf-ctrl__input:checked + .rf-ctrl__title:after {
    background-image: url("data:image/svg+xml,%3Csvg width='31' height='27' viewBox='0 0 31 27' fill='none'  xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 13.649 10.574 25 30 1' stroke='%23fff' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}

@media (min-width: 992px) {

    .rf-ctrl_decor.rf-ctrl_md .rf-ctrl__title:before {
        width: 32px;
        height: 32px;
    }

    .rf-ctrl_decor.rf-ctrl_md .rf-ctrl__title:after {
        width: 32px;
        height: 26px;
    }
}

/*COLS*/
@media (min-width: 992px) {

    .col-lg-20p {
        flex: 0 0 20%;
        max-width: 20%;
    }
}


/*steps*/
.rf-steps-list__list {
    margin-bottom: -30px;
}

.rf-steps-list__item {
    margin-bottom: 30px;
}

.rf-step-item_default {
    display: flex;
    position: relative;
}

.rf-step-item_default .teaser-value {
    flex: 0 0 auto;
    margin-bottom: 0;
}

.rf-step-item_default .teaser-value__img {
    position: relative;
}

.rf-step-item_default:before {
    position: absolute;
    content: '';
    background-image: url('../fonts/line_vertical.svg');
    background-repeat: repeat-y;
    top: 62px;
    bottom: -30px;
    width: 3px;
    left: 31px;
    margin-left: -1px;
}

.rf-steps-list__item:last-child .rf-step-item_default:before,
.rf-steps-list__item:last-child .rf-step-item_default .teaser-value:before {
    display: none;
}

.rf-step-item_default .rf-step-item__main {
    flex: 1 0 1%;
}

.rf-step-item_default .rf-step-item__title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
}

.rf-step-item_default .rf-step-item__marker {
    color: #00aeff;
}

.rf-step-item_default .rf-step-item__desc {
    font-size: 12px;
    line-height: 1.5;
    color: #828d9c;
    margin-top: 8px;
}

@media (min-width: 992px) {

    .rf-step-item_default {
        flex-direction: column;
    }

    .rf-step-item_default:before {
        display: none;
    }

    .rf-step-item_default .teaser-value {
        margin-bottom: 28px;
        position: relative
    }

    .rf-step-item_default .teaser-value:before {
        position: absolute;
        content: '';
        background-image: url('../fonts/line_1.svg');
        background-repeat: repeat-x;
        left: 62px;
        top: 50%;
        right: -30px;
        margin-top: -1px;
        height: 3px;
    }

    .rf-step-item_default .rf-step-item__desc {
        font-size: 14px;
        margin-top: 10px;
    }
}

.rf-line-height-lg {
	line-height: 1.5;
}
/* End */


/* Start:/local/templates/it_jet_pro/components/bitrix/menu/top-menu.v2/style.css?16673047672152*/
.c-top-navigation_desktop .c-top-navigation__item {
	position: relative;
}

@media (min-width: 992px) {

	.c-top-navigation_desktop {
		justify-content: center;
	}
}

@media (min-width: 1200px) {

	.c-top-navigation_desktop {
		margin-left: -20px;
		margin-right: -20px;
	}

	.c-top-navigation_desktop .c-top-navigation__item {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.rf-dropdown-menu_regular {
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
	z-index: 9;

	background: #f5fafb;
	padding: 100px 0;
	box-shadow: 0px 20px 40px rgba(101, 145, 182, 0.15);
}

.rf-dropdown-menu_regular.rf-dropdown-menu_visible {
	display: block;
}

.dropdown-groups {
	margin-bottom: -20px;
}

.dropdown-groups__item {
	margin-bottom: 20px;
}

.dropdown-groups__item .dropdown-group {
	height: 100%;
}

.dropdown-group_events:hover .dropdown-group__title,
.dropdown-group_events:focus .dropdown-group__title {
	color: #00aeff;;
}

.dropdown-group__title {
	color: #828d9c;
	font-weight: 100;
	font-size: 18px;
	margin-bottom: 10px;
	transition: color .15s ease;
}

.group-menu {
	list-style: none;	
}

.group-menu__item  + .group-menu__item {
	margin-top: 10px;
}

.group-menu__link {
	display: block;
	display: flex;
	align-items: center;
	color: #363636;
	line-height: 1.4;
	font-weight: 600;
	text-decoration: none;
	transition: color .15s ease;
}

.group-menu__icon {
	fill: #828d9c;
	width: 14px;
	height: 14px;
	margin-right: 18px;
	transition: fill .15s ease;
}

.group-menu__item_active .group-menu__link,
.group-menu__link:hover,
.group-menu__link:focus {
	color: #00aeff;
	text-decoration: none;
}

.group-menu__item_active .group-menu__icon,
.group-menu__link:hover .group-menu__icon,
.group-menu__link:focus .group-menu__icon {
	fill: #00aeff;
}

@media (min-width: 992px) {

	.dropdown-groups {
		margin-bottom: -60px;
	}

	.dropdown-groups__item {
		margin-bottom: 60px;
	}

	.dropdown-group__title {
		font-size: 28px;
		margin-bottom: 25px;
	}

	.group-menu__item  + .group-menu__item {
		margin-top: 18px;
	}
}
/* End */


/* Start:/local/templates/it_jet_pro/components/bitrix/menu/top-menu_full/style.css?16692704803515*/
.c-top-navigation_full .c-top-navigation__link {
	display: block;
	display: flex;
	align-items: center;
	text-decoration: none;
	color: #000;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.2;
	padding: 8px 0;
}

.c-top-navigation__link .c-top-navigation__icon {
	width: 14px;
	height: 14px;
	margin-left: 15px;
	fill: #828d9c;
}

.c-top-navigation_full .rf-dropdown-menu_inner {
	display: none;
	margin-left: -15px;
	margin-right: -15px;
}

.c-top-navigation_full .item-parent_opened > .js-menu {
	display: block;
}

.c-top-navigation_full .item-parent_opened .c-top-navigation__link,
.c-top-navigation_full .js-menu__item_hovered .c-top-navigation__link,
.c-top-navigation_full .c-top-navigation__link_active,
.c-top-navigation_full .c-top-navigation__link:hover,
.c-top-navigation_full .c-top-navigation__link:focus {
	color: #00aeff;
}

.c-top-navigation_full .item-parent_opened .c-top-navigation__icon,
.c-top-navigation_full .js-menu__item_hovered .c-top-navigation__icon,
.c-top-navigation_full .c-top-navigation__link_active .c-top-navigation__icon,
.c-top-navigation_full .c-top-navigation__link:hover .c-top-navigation__icon,
.c-top-navigation_full .c-top-navigation__link:focus .c-top-navigation__icon {
	fill: #00aeff;
}

.rf-dropdown-menu_inner {
	background: #f5fafb;
	padding: 15px;
}

.c-contacts_head {
	color: #363636;
	font-size: 16px;
}

.c-contacts_head .c-contacts__item + .c-contacts__item {
	margin-top: 30px;
}

.c-contacts_head .c-contacts__item .c-contacts__link {
	display: inline-flex;
}

.c-contacts_head .c-contact__icon {
	fill: #828d9c;
}

@media (min-width: 992px) {

	.c-top-navigation_full {
		width: 350px;
	}

	.c-top-navigation_full .c-top-navigation__item {
		position: relative;
	}

	.c-top-navigation_full .c-top-navigation__link {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.c-top-navigation_full .rf-dropdown-menu_inner {
		position: absolute;
		top: 0;
		left: 100%;
		z-index: 1;
		padding: 70px 30px;
	}

	.c-top-navigation_full .rf-dropdown-menu_inner:before {
		position: absolute;
		content: '';
		height: 100%;
		top: 0;
		left: 100%;
		width: 50vw;
		background-color: #f5fafb;
	}

	.c-top-navigation_full .rf-dropdown-menu_visible {
		display: block;
	}

	.c-top-navigation_full .rf-dropdown-menu__list {
		display: flex;
		justify-content: space-between;
		height: 100%;
	}

	.c-top-navigation_full .rf-dropdown-menu__main {
		width: 340px;
		flex: 0 0 auto;
		padding-right: 20px;
		overflow: auto;
	}

	.c-top-navigation_full .dropdown-groups__item:last-child {
		margin-bottom: 0;
	}

	.c-top-navigation_full .rf-dropdown-menu__aside {
		width: 200px;
		padding-left: 20px;
		flex: 0 0 auto;
		border-left: 2px solid #e3eef0;
	}

	/*scroll*/
	.c-top-navigation_scroll .rf-dropdown-menu__main {
		width: auto;
		flex: 1 0 1%;
		min-width: 0;
		overflow: hidden;
		padding-right: 30px;
	}

	.c-top-navigation_scroll .rf-dropdown-menu__main .mb-track-x {
		display: none;
	}
}

@media (min-width: 1200px) {

	.c-top-navigation_full .rf-dropdown-menu_inner {
		padding-left: 94px;
	}

	.c-top-navigation_full .rf-dropdown-menu__aside {
		width: 255px;
		padding-left: 56px;
	}
}

.c-top-navigation .mb-track-y {
	width: 6px;
	height: 100%;
	background: #edf1f2;
	border-radius: 100px;
	top: 0;
	bottom: 0;
}

.c-top-navigation .mb-bar {
	background: #dbe2ea;
	border-radius: 100px;
}
/* End */


/* Start:/local/templates/it_jet_pro/css/minibar.min.css?16020291083207*/
/*!
 * MiniBar 0.5.0
 * http://mobius.ovh/
 *
 * Released under the MIT license
 */.mb-bar,.mb-track{border-radius:5px;position:absolute}.mb-bar,.mb-button,.mb-buttons,.mb-track{position:absolute}.mb-container{overflow:hidden;height:100%;width:100%}.mb-container:hover.mb-scroll-x>.mb-buttons-x,.mb-container:hover.mb-scroll-x>.mb-buttons-x>.mb-track-x,.mb-container:hover.mb-scroll-x>.mb-track-x,.mb-container:hover.mb-scroll-y>.mb-buttons-y,.mb-container:hover.mb-scroll-y>.mb-buttons-y>.mb-track-y,.mb-container:hover.mb-scroll-y>.mb-track-y,.mb-visible.mb-scroll-x>.mb-buttons-x,.mb-visible.mb-scroll-x>.mb-buttons-x>.mb-track-x,.mb-visible.mb-scroll-x>.mb-track-x,.mb-visible.mb-scroll-y>.mb-buttons-y,.mb-visible.mb-scroll-y>.mb-buttons-y>.mb-track-y,.mb-visible.mb-scroll-y>.mb-track-y{opacity:1}.mb-content{overflow:auto;height:100%;width:auto;box-sizing:content-box}.mb-track{-webkit-transition:opacity 250ms;transition:opacity 250ms}.mb-bar{background-color:rgba(0,0,0,.2);z-index:10;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.mb-track-x{left:5px;bottom:5px;width:calc(100% - 10px);height:10px;opacity:0}.mb-buttons-y .mb-increase,.mb-track-y .mb-increase{bottom:0}.mb-track-x .mb-bar{left:0;top:0;height:100%;min-width:10px}.mb-track-y{right:5px;top:5px;height:calc(100% - 10px);width:10px;opacity:0}.mb-buttons-x .mb-increase,.mb-buttons-y,.mb-track-x .mb-increase{right:0}.mb-track-y .mb-bar{right:0;top:0;width:100%;min-height:10px}.mb-progress{overflow:hidden}.mb-progress .mb-bar{min-height:0}.mb-buttons-x{height:16px;width:100%;bottom:0;left:0;opacity:0}.mb-buttons-x .mb-decrease{left:0}.mb-buttons-x .mb-decrease::before{-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.mb-buttons-x .mb-increase::before{left:-1px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.mb-buttons-y{width:16px;height:100%;top:0;opacity:0}.mb-buttons-y .mb-decrease{top:0}.mb-buttons-y .mb-increase::before{top:5px;-webkit-transform:rotate(135deg);transform:rotate(135deg)}.mb-nav .mb-bar{border-radius:0;background-color:#969696}.mb-nav .mb-bar:hover{background-color:#a3a3a3}.mb-nav .mb-track{border-radius:0;background-color:#d6d6d6}.mb-nav .mb-track-x{left:16px;height:16px;width:calc(100% - 32px)}.mb-nav .mb-track-y{top:16px;width:16px;height:calc(100% - 32px)}.mb-button{border:none;width:16px;height:16px;padding:0;background-color:#969696;cursor:pointer}.mb-button:hover{background-color:#a3a3a3}.mb-button::before{border-style:solid;border-width:2px 2px 0 0;border-color:#fff;content:"";display:inline-block;height:3px;width:3px;left:0;top:6px;position:relative;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);vertical-align:top}.mb-track-x .mb-decrease{left:0}.mb-track-y .mb-decrease{top:0}.mb-scroll-x .mb-buttons-y{height:calc(100% - 16px)}.mb-scroll-x .mb-buttons-y::before{position:absolute;left:0;bottom:-16px;width:100%;height:100%;content:"";background-color:#fff;z-index:0}.mb-scroll-y .mb-buttons-x{width:calc(100% - 16px)}.mb-wrapper{width:100%;height:100%;padding:10px 0 10px 10px;box-sizing:border-box;background-color:#2E222D}.mb-textarea .mb-content{border:none;width:100%;height:100%;margin:0}.mb-textarea .mb-track-x{display:none}

/* End */


/* Start:/local/templates/it_jet_pro/styles.css?16541620945235*/
.question_form_wrap .errortext{
	font-weight: 800;
	color: #015297 !important;
	font-size: 14px;
	line-height: 1.3;
	display: block;
}
.question_form_wrap .form_success_msg{
	border-radius: 10px;
	background-color: rgb(0, 186, 239);
	box-shadow: 0px 10px 40px 0px rgba(1, 146, 187, 0.25);
	text-align: center;
	padding: 70px 20px;
	position: relative;
	top: 30%;
}
.question_form_wrap .form_success_msg h4{
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 800;
	letter-spacing: 1px;
}
.question_form_wrap .form_success_msg p{
	color: #fff;
	text-align: center;
	font-weight: 200;
}
section.bonuses_clients_info{
	padding-bottom: 0 !important;
}

/* О нас */
.about-banner-top {
	position: relative;
	width: 100%;
	background-color: transparent;
	padding-bottom: 35px;
}
.about-banner-top__bg {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
	z-index: -1;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
}
.about-banner-top__left {
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	max-width: 600px;
	width: 100%;
	margin-top: 85px;
	position: relative;
	padding-left: 282px;
	margin-bottom: 138px;
}
.about-banner-top__title-sub .slick-slide {
	outline: none !important;
}
.about-banner-top__title {
	font-size: 40px;
	color: #333333;
	font-weight: 700;
	line-height: 1.1;
	display: block;
	text-align: left;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.about-banner-top__title-sub {
	display: inline-block;
	text-align: left;
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
	top: -1px;
}
.about-banner-top__title-sub__item {
	font-weight: 700;
	color: #333333;
	line-height: 1.1;
	font-size: 40px;
	margin: 0;
	padding: 0;
}
.about-banner-top__title-sub .about-banner-top__title-sub__item:nth-child(1) {
	opacity: .3;
}
.about-banner-top__title-sub .about-banner-top__title-sub__item:nth-child(2) {
	opacity: .2;
}
.about-banner-top__title-sub .about-banner-top__title-sub__item:nth-child(3) {
	opacity: .1;
}
.bg-transparent ul.breadcrumb {
	background-color: transparent;
}
.about-description {
	padding-top: 90px;
	padding-bottom: 72px;
}
.about-description__text {
	font-size: 14px;
	line-height: 20px;
	color: #7e8e9e;
	display: block;
	max-width: 534px;
	width: 100%;
	text-align: left;
}
.about-devis {
	padding-bottom: 97px;
}
.about-devis__wrapper {
	width: auto;
	margin-left: -15px;
	margin-right: -15px;
	display: flex;
	justify-content: space-between;
}
.about-devis__item {
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	width: 33.33%;
}
.about-devis__item-block {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 35px;
	padding-bottom: 30px;
	background-color: #ffffff;
	height: 100%;
	position: relative;
	border-radius: 10px;
	cursor: pointer;
}
.about-devis__item-count {
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 1;
	color: #7e8e9e;
	line-height: 100%;
	font-size: 70px;
	font-weight: 700;
	opacity: .15;
}
.about-devis__item__wp {
	position: relative;
	z-index: 2;
}
.about-devis__title {
	display: block;
	font-size: 18px;
	font-weight: 700;
	color: #333333;
	margin-bottom: 16px;
}
.about-devis__description {
	display: block;
	font-size: 14px;
	padding: 0;
	margin: 0;
	color: #64758e;
}
.about-devis__item-block:hover {
	-webkit-box-shadow: 0px 10px 30px 0px rgba(73,146,185,0.15);
	-moz-box-shadow: 0px 10px 30px 0px rgba(73,146,185,0.15);
	box-shadow: 0px 10px 30px 0px rgba(73,146,185,0.15);
}
.about-devis__item-block:hover .about-devis__item-count {
	color: #00aeff;
}
.about_preim {
	background-color: #f5fafb;
	padding-top: 75px;
}
.about-slider-wrapper {
	margin-top: 38px;
}
.news-tags-new {

}
.news-tags-new__title {
	display: block;
	margin-bottom: 20px;
	width: 100%;
	font-size: 18px;
	color: #333333;
	font-weight: 700;
}
.news-tags-new__list {
	font-size: 0;
	padding: 0;
	list-style: none;
	width: 100%;
}
.news-tags-new__item {
	display: inline-block;
}
.news-tags-new__link {
	display: block;
	border-radius: 4px;
	border: 1px solid #e5e8ec;
	line-height: 13px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	color: #7e8e9e;
}
.news-tags-new__link:hover {
	text-decoration: none;
	background-color: #00aeff;
	color: #fff;
	border-color: #00aeff;
}
.about-banner-top__title-sub__item.slick-active {
	opacity: .3 !important;
}
.about-banner-top__title-sub__item.slick-current.slick-active {
	opacity: 1 !important;
}

@media(max-width: 1199px) {

}
@media(max-width: 991px) {
	.about-devis__wrapper {
		display: block;
	}
	.about-devis__item {
		width: 100%;
		margin-bottom: 30px;
	}
	section.about-devis .owl-stage-outer {
		margin-bottom: 19px !important;
	}
	section.about-devis .owl-stage-outer {
		margin-bottom: 37px;
	}
	/*
	.about-devis__item-block:hover {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	*/
	.about-devis {
		padding-bottom: 30px;
	}
}
@media(max-width: 767px) {
	.about-banner-top__title-sub__item,
	.about-banner-top__title {
		font-size: 20px;
	}
	.about-banner-top__left {
		max-width: 298px;
	}
}

/* End */
/* /local/templates/it_jet_pro/js/slick/slick.css?16160525881776 */
/* /local/templates/it_jet_pro/css/main.css?1680504874425986 */
/* /local/templates/it_jet_pro/css/refactoring.css?168545208654357 */
/* /local/templates/it_jet_pro/components/bitrix/menu/top-menu.v2/style.css?16673047672152 */
/* /local/templates/it_jet_pro/components/bitrix/menu/top-menu_full/style.css?16692704803515 */
/* /local/templates/it_jet_pro/css/minibar.min.css?16020291083207 */
/* /local/templates/it_jet_pro/styles.css?16541620945235 */
