﻿@charset "UTF-8";

*, ::after, ::before {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

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] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

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;
}

b, strong {
    font-weight: bolder;
}

small {
    font-size: 80%
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

    a:hover {
        color: #0056b3;
        text-decoration: underline;
    }

    a:not([href]):not([class]) {
        color: inherit;
        text-decoration: none;
    }

        a:not([href]):not([class]):hover {
            color: inherit;
            text-decoration: none;
        }

code, kbd, pre, samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

button {
    border-radius: 0;
}

    button:focus {
        outline: 1px dotted;
        outline: 5px auto -webkit-focus-ring-color;
    }

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

[role=button] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}

    [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
        cursor: pointer;
    }

    [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
        padding: 0;
        border-style: none;
    }

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

    [type=search]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}
/*!
 * Bootstrap Grid v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter,  Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */ html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

*, ::after, ::before {
    box-sizing: inherit;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width:576px) {
    .container, .container-sm {
        max-width: 540px;
    }
}

@media (min-width:768px) {
    .container, .container-md, .container-sm {
        max-width: 720px;
    }
}

@media (min-width:992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 960px;
    }
}

@media (min-width:1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px;
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    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-auto, .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-lg-auto, .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-md-auto, .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-sm-auto, .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, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.row-cols-1 > * {
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2 > * {
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.row-cols-4 > * {
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5 > * {
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    order: -1;
}

.order-last {
    order: 13;
}

.order-0 {
    order: 0;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.order-3 {
    order: 3;
}

.order-4 {
    order: 4;
}

.order-5 {
    order: 5;
}

.order-6 {
    order: 6;
}

.order-7 {
    order: 7;
}

.order-8 {
    order: 8;
}

.order-9 {
    order: 9;
}

.order-10 {
    order: 10;
}

.order-11 {
    order: 11;
}

.order-12 {
    order: 12;
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media (min-width:576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-sm-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3 > * {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-sm-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6 > * {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        order: -1;
    }

    .order-sm-last {
        order: 13;
    }

    .order-sm-0 {
        order: 0;
    }

    .order-sm-1 {
        order: 1;
    }

    .order-sm-2 {
        order: 2;
    }

    .order-sm-3 {
        order: 3;
    }

    .order-sm-4 {
        order: 4;
    }

    .order-sm-5 {
        order: 5;
    }

    .order-sm-6 {
        order: 6;
    }

    .order-sm-7 {
        order: 7;
    }

    .order-sm-8 {
        order: 8;
    }

    .order-sm-9 {
        order: 9;
    }

    .order-sm-10 {
        order: 10;
    }

    .order-sm-11 {
        order: 11;
    }

    .order-sm-12 {
        order: 12;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-md-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3 > * {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-md-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6 > * {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        order: -1;
    }

    .order-md-last {
        order: 13;
    }

    .order-md-0 {
        order: 0;
    }

    .order-md-1 {
        order: 1;
    }

    .order-md-2 {
        order: 2;
    }

    .order-md-3 {
        order: 3;
    }

    .order-md-4 {
        order: 4;
    }

    .order-md-5 {
        order: 5;
    }

    .order-md-6 {
        order: 6;
    }

    .order-md-7 {
        order: 7;
    }

    .order-md-8 {
        order: 8;
    }

    .order-md-9 {
        order: 9;
    }

    .order-md-10 {
        order: 10;
    }

    .order-md-11 {
        order: 11;
    }

    .order-md-12 {
        order: 12;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-lg-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3 > * {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-lg-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6 > * {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        order: -1;
    }

    .order-lg-last {
        order: 13;
    }

    .order-lg-0 {
        order: 0;
    }

    .order-lg-1 {
        order: 1;
    }

    .order-lg-2 {
        order: 2;
    }

    .order-lg-3 {
        order: 3;
    }

    .order-lg-4 {
        order: 4;
    }

    .order-lg-5 {
        order: 5;
    }

    .order-lg-6 {
        order: 6;
    }

    .order-lg-7 {
        order: 7;
    }

    .order-lg-8 {
        order: 8;
    }

    .order-lg-9 {
        order: 9;
    }

    .order-lg-10 {
        order: 10;
    }

    .order-lg-11 {
        order: 11;
    }

    .order-lg-12 {
        order: 12;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xl-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3 > * {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-xl-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6 > * {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        order: -1;
    }

    .order-xl-last {
        order: 13;
    }

    .order-xl-0 {
        order: 0;
    }

    .order-xl-1 {
        order: 1;
    }

    .order-xl-2 {
        order: 2;
    }

    .order-xl-3 {
        order: 3;
    }

    .order-xl-4 {
        order: 4;
    }

    .order-xl-5 {
        order: 5;
    }

    .order-xl-6 {
        order: 6;
    }

    .order-xl-7 {
        order: 7;
    }

    .order-xl-8 {
        order: 8;
    }

    .order-xl-9 {
        order: 9;
    }

    .order-xl-10 {
        order: 10;
    }

    .order-xl-11 {
        order: 11;
    }

    .order-xl-12 {
        order: 12;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

.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-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: flex !important;
}

.d-inline-flex {
    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-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width:768px) {
    .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-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: flex !important;
    }

    .d-md-inline-flex {
        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-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: flex !important;
    }

    .d-lg-inline-flex {
        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-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }

    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: flex !important;
    }

    .d-print-inline-flex {
        display: inline-flex !important;
    }
}

.flex-row {
    flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    flex-grow: 0 !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    flex-shrink: 1 !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-baseline {
    align-items: baseline !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.align-content-start {
    align-content: flex-start !important;
}

.align-content-end {
    align-content: flex-end !important;
}

.align-content-center {
    align-content: center !important;
}

.align-content-between {
    align-content: space-between !important;
}

.align-content-around {
    align-content: space-around !important;
}

.align-content-stretch {
    align-content: stretch !important;
}

.align-self-auto {
    align-self: auto !important;
}

.align-self-start {
    align-self: flex-start !important;
}

.align-self-end {
    align-self: flex-end !important;
}

.align-self-center {
    align-self: center !important;
}

.align-self-baseline {
    align-self: baseline !important;
}

.align-self-stretch {
    align-self: stretch !important;
}

@media (min-width:576px) {
    .flex-sm-row {
        flex-direction: row !important;
    }

    .flex-sm-column {
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-sm-fill {
        flex: 1 1 auto !important;
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-sm-start {
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        justify-content: center !important;
    }

    .justify-content-sm-between {
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        align-items: center !important;
    }

    .align-items-sm-baseline {
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        align-items: stretch !important;
    }

    .align-content-sm-start {
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        align-content: center !important;
    }

    .align-content-sm-between {
        align-content: space-between !important;
    }

    .align-content-sm-around {
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        align-self: auto !important;
    }

    .align-self-sm-start {
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        align-self: center !important;
    }

    .align-self-sm-baseline {
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        align-self: stretch !important;
    }
}

@media (min-width:768px) {
    .flex-md-row {
        flex-direction: row !important;
    }

    .flex-md-column {
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-md-fill {
        flex: 1 1 auto !important;
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-md-start {
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        justify-content: center !important;
    }

    .justify-content-md-between {
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        justify-content: space-around !important;
    }

    .align-items-md-start {
        align-items: flex-start !important;
    }

    .align-items-md-end {
        align-items: flex-end !important;
    }

    .align-items-md-center {
        align-items: center !important;
    }

    .align-items-md-baseline {
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        align-items: stretch !important;
    }

    .align-content-md-start {
        align-content: flex-start !important;
    }

    .align-content-md-end {
        align-content: flex-end !important;
    }

    .align-content-md-center {
        align-content: center !important;
    }

    .align-content-md-between {
        align-content: space-between !important;
    }

    .align-content-md-around {
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        align-content: stretch !important;
    }

    .align-self-md-auto {
        align-self: auto !important;
    }

    .align-self-md-start {
        align-self: flex-start !important;
    }

    .align-self-md-end {
        align-self: flex-end !important;
    }

    .align-self-md-center {
        align-self: center !important;
    }

    .align-self-md-baseline {
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        align-self: stretch !important;
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        flex-direction: row !important;
    }

    .flex-lg-column {
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-lg-fill {
        flex: 1 1 auto !important;
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-lg-start {
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        justify-content: center !important;
    }

    .justify-content-lg-between {
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        align-items: center !important;
    }

    .align-items-lg-baseline {
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        align-items: stretch !important;
    }

    .align-content-lg-start {
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        align-content: center !important;
    }

    .align-content-lg-between {
        align-content: space-between !important;
    }

    .align-content-lg-around {
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        align-self: auto !important;
    }

    .align-self-lg-start {
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        align-self: center !important;
    }

    .align-self-lg-baseline {
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        align-self: stretch !important;
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        flex-direction: row !important;
    }

    .flex-xl-column {
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-xl-fill {
        flex: 1 1 auto !important;
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-xl-start {
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        justify-content: center !important;
    }

    .justify-content-xl-between {
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        align-items: center !important;
    }

    .align-items-xl-baseline {
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        align-items: stretch !important;
    }

    .align-content-xl-start {
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        align-content: center !important;
    }

    .align-content-xl-between {
        align-content: space-between !important;
    }

    .align-content-xl-around {
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        align-self: auto !important;
    }

    .align-self-xl-start {
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        align-self: center !important;
    }

    .align-self-xl-baseline {
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        align-self: stretch !important;
    }
}

.m-0 {
    margin: 0 !important;
}

.mt-0, .my-0 {
    margin-top: 0 !important;
}

.mr-0, .mx-0 {
    margin-right: 0 !important;
}

.mb-0, .my-0 {
    margin-bottom: 0 !important;
}

.ml-0, .mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: .25rem !important;
}

.mt-1, .my-1 {
    margin-top: .25rem !important;
}

.mr-1, .mx-1 {
    margin-right: .25rem !important;
}

.mb-1, .my-1 {
    margin-bottom: .25rem !important;
}

.ml-1, .mx-1 {
    margin-left: .25rem !important;
}

.m-2 {
    margin: .5rem !important;
}

.mt-2, .my-2 {
    margin-top: .5rem !important;
}

.mr-2, .mx-2 {
    margin-right: .5rem !important;
}

.mb-2, .my-2 {
    margin-bottom: .5rem !important;
}

.ml-2, .mx-2 {
    margin-left: .5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3, .my-3 {
    margin-top: 1rem !important;
}

.mr-3, .mx-3 {
    margin-right: 1rem !important;
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}

.ml-3, .mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important;
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5, .my-5 {
    margin-top: 3rem !important;
}

.mr-5, .mx-5 {
    margin-right: 3rem !important;
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important;
}

.ml-5, .mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0, .py-0 {
    padding-top: 0 !important;
}

.pr-0, .px-0 {
    padding-right: 0 !important;
}

.pb-0, .py-0 {
    padding-bottom: 0 !important;
}

.pl-0, .px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: .25rem !important;
}

.pt-1, .py-1 {
    padding-top: .25rem !important;
}

.pr-1, .px-1 {
    padding-right: .25rem !important;
}

.pb-1, .py-1 {
    padding-bottom: .25rem !important;
}

.pl-1, .px-1 {
    padding-left: .25rem !important;
}

.p-2 {
    padding: .5rem !important;
}

.pt-2, .py-2 {
    padding-top: .5rem !important;
}

.pr-2, .px-2 {
    padding-right: .5rem !important;
}

.pb-2, .py-2 {
    padding-bottom: .5rem !important;
}

.pl-2, .px-2 {
    padding-left: .5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3, .py-3 {
    padding-top: 1rem !important;
}

.pr-3, .px-3 {
    padding-right: 1rem !important;
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important;
}

.pl-3, .px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important;
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important;
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5, .py-5 {
    padding-top: 3rem !important;
}

.pr-5, .px-5 {
    padding-right: 3rem !important;
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important;
}

.pl-5, .px-5 {
    padding-left: 3rem !important;
}

.m-n1 {
    margin: -.25rem !important;
}

.mt-n1, .my-n1 {
    margin-top: -.25rem !important;
}

.mr-n1, .mx-n1 {
    margin-right: -.25rem !important;
}

.mb-n1, .my-n1 {
    margin-bottom: -.25rem !important;
}

.ml-n1, .mx-n1 {
    margin-left: -.25rem !important;
}

.m-n2 {
    margin: -.5rem !important;
}

.mt-n2, .my-n2 {
    margin-top: -.5rem !important;
}

.mr-n2, .mx-n2 {
    margin-right: -.5rem !important;
}

.mb-n2, .my-n2 {
    margin-bottom: -.5rem !important;
}

.ml-n2, .mx-n2 {
    margin-left: -.5rem !important;
}

.m-n3 {
    margin: -1rem !important;
}

.mt-n3, .my-n3 {
    margin-top: -1rem !important;
}

.mr-n3, .mx-n3 {
    margin-right: -1rem !important;
}

.mb-n3, .my-n3 {
    margin-bottom: -1rem !important;
}

.ml-n3, .mx-n3 {
    margin-left: -1rem !important;
}

.m-n4 {
    margin: -1.5rem !important;
}

.mt-n4, .my-n4 {
    margin-top: -1.5rem !important;
}

.mr-n4, .mx-n4 {
    margin-right: -1.5rem !important;
}

.mb-n4, .my-n4 {
    margin-bottom: -1.5rem !important;
}

.ml-n4, .mx-n4 {
    margin-left: -1.5rem !important;
}

.m-n5 {
    margin: -3rem !important;
}

.mt-n5, .my-n5 {
    margin-top: -3rem !important;
}

.mr-n5, .mx-n5 {
    margin-right: -3rem !important;
}

.mb-n5, .my-n5 {
    margin-bottom: -3rem !important;
}

.ml-n5, .mx-n5 {
    margin-left: -3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto, .my-auto {
    margin-top: auto !important;
}

.mr-auto, .mx-auto {
    margin-right: auto !important;
}

.mb-auto, .my-auto {
    margin-bottom: auto !important;
}

.ml-auto, .mx-auto {
    margin-left: auto !important;
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important;
    }

    .mt-sm-0, .my-sm-0 {
        margin-top: 0 !important;
    }

    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important;
    }

    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0 !important;
    }

    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important;
    }

    .m-sm-1 {
        margin: .25rem !important;
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: .25rem !important;
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: .25rem !important;
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: .25rem !important;
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: .25rem !important;
    }

    .m-sm-2 {
        margin: .5rem !important;
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: .5rem !important;
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: .5rem !important;
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: .5rem !important;
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: .5rem !important;
    }

    .m-sm-3 {
        margin: 1rem !important;
    }

    .mt-sm-3, .my-sm-3 {
        margin-top: 1rem !important;
    }

    .mr-sm-3, .mx-sm-3 {
        margin-right: 1rem !important;
    }

    .mb-sm-3, .my-sm-3 {
        margin-bottom: 1rem !important;
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .mt-sm-4, .my-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mr-sm-4, .mx-sm-4 {
        margin-right: 1.5rem !important;
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem !important;
    }

    .mt-sm-5, .my-sm-5 {
        margin-top: 3rem !important;
    }

    .mr-sm-5, .mx-sm-5 {
        margin-right: 3rem !important;
    }

    .mb-sm-5, .my-sm-5 {
        margin-bottom: 3rem !important;
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left: 3rem !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important;
    }

    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important;
    }

    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0 !important;
    }

    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important;
    }

    .p-sm-1 {
        padding: .25rem !important;
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: .25rem !important;
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: .25rem !important;
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: .25rem !important;
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: .25rem !important;
    }

    .p-sm-2 {
        padding: .5rem !important;
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: .5rem !important;
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: .5rem !important;
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: .5rem !important;
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: .5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .pt-sm-3, .py-sm-3 {
        padding-top: 1rem !important;
    }

    .pr-sm-3, .px-sm-3 {
        padding-right: 1rem !important;
    }

    .pb-sm-3, .py-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pl-sm-3, .px-sm-3 {
        padding-left: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .pt-sm-4, .py-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pr-sm-4, .px-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pb-sm-4, .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-sm-4, .px-sm-4 {
        padding-left: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem !important;
    }

    .pt-sm-5, .py-sm-5 {
        padding-top: 3rem !important;
    }

    .pr-sm-5, .px-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-5, .py-sm-5 {
        padding-bottom: 3rem !important;
    }

    .pl-sm-5, .px-sm-5 {
        padding-left: 3rem !important;
    }

    .m-sm-n1 {
        margin: -.25rem !important;
    }

    .mt-sm-n1, .my-sm-n1 {
        margin-top: -.25rem !important;
    }

    .mr-sm-n1, .mx-sm-n1 {
        margin-right: -.25rem !important;
    }

    .mb-sm-n1, .my-sm-n1 {
        margin-bottom: -.25rem !important;
    }

    .ml-sm-n1, .mx-sm-n1 {
        margin-left: -.25rem !important;
    }

    .m-sm-n2 {
        margin: -.5rem !important;
    }

    .mt-sm-n2, .my-sm-n2 {
        margin-top: -.5rem !important;
    }

    .mr-sm-n2, .mx-sm-n2 {
        margin-right: -.5rem !important;
    }

    .mb-sm-n2, .my-sm-n2 {
        margin-bottom: -.5rem !important;
    }

    .ml-sm-n2, .mx-sm-n2 {
        margin-left: -.5rem !important;
    }

    .m-sm-n3 {
        margin: -1rem !important;
    }

    .mt-sm-n3, .my-sm-n3 {
        margin-top: -1rem !important;
    }

    .mr-sm-n3, .mx-sm-n3 {
        margin-right: -1rem !important;
    }

    .mb-sm-n3, .my-sm-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-sm-n3, .mx-sm-n3 {
        margin-left: -1rem !important;
    }

    .m-sm-n4 {
        margin: -1.5rem !important;
    }

    .mt-sm-n4, .my-sm-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-sm-n4, .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-sm-n4, .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-sm-n4, .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }

    .m-sm-n5 {
        margin: -3rem !important;
    }

    .mt-sm-n5, .my-sm-n5 {
        margin-top: -3rem !important;
    }

    .mr-sm-n5, .mx-sm-n5 {
        margin-right: -3rem !important;
    }

    .mb-sm-n5, .my-sm-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-sm-n5, .mx-sm-n5 {
        margin-left: -3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mt-sm-auto, .my-sm-auto {
        margin-top: auto !important;
    }

    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-auto, .my-sm-auto {
        margin-bottom: auto !important;
    }

    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important;
    }

    .mt-md-0, .my-md-0 {
        margin-top: 0 !important;
    }

    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important;
    }

    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important;
    }

    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important;
    }

    .m-md-1 {
        margin: .25rem !important;
    }

    .mt-md-1, .my-md-1 {
        margin-top: .25rem !important;
    }

    .mr-md-1, .mx-md-1 {
        margin-right: .25rem !important;
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: .25rem !important;
    }

    .ml-md-1, .mx-md-1 {
        margin-left: .25rem !important;
    }

    .m-md-2 {
        margin: .5rem !important;
    }

    .mt-md-2, .my-md-2 {
        margin-top: .5rem !important;
    }

    .mr-md-2, .mx-md-2 {
        margin-right: .5rem !important;
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: .5rem !important;
    }

    .ml-md-2, .mx-md-2 {
        margin-left: .5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

    .mt-md-3, .my-md-3 {
        margin-top: 1rem !important;
    }

    .mr-md-3, .mx-md-3 {
        margin-right: 1rem !important;
    }

    .mb-md-3, .my-md-3 {
        margin-bottom: 1rem !important;
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .mt-md-4, .my-md-4 {
        margin-top: 1.5rem !important;
    }

    .mr-md-4, .mx-md-4 {
        margin-right: 1.5rem !important;
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem !important;
    }

    .mt-md-5, .my-md-5 {
        margin-top: 3rem !important;
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 3rem !important;
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 3rem !important;
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 3rem !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .pt-md-0, .py-md-0 {
        padding-top: 0 !important;
    }

    .pr-md-0, .px-md-0 {
        padding-right: 0 !important;
    }

    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important;
    }

    .pl-md-0, .px-md-0 {
        padding-left: 0 !important;
    }

    .p-md-1 {
        padding: .25rem !important;
    }

    .pt-md-1, .py-md-1 {
        padding-top: .25rem !important;
    }

    .pr-md-1, .px-md-1 {
        padding-right: .25rem !important;
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: .25rem !important;
    }

    .pl-md-1, .px-md-1 {
        padding-left: .25rem !important;
    }

    .p-md-2 {
        padding: .5rem !important;
    }

    .pt-md-2, .py-md-2 {
        padding-top: .5rem !important;
    }

    .pr-md-2, .px-md-2 {
        padding-right: .5rem !important;
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: .5rem !important;
    }

    .pl-md-2, .px-md-2 {
        padding-left: .5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .pt-md-3, .py-md-3 {
        padding-top: 1rem !important;
    }

    .pr-md-3, .px-md-3 {
        padding-right: 1rem !important;
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: 1rem !important;
    }

    .pl-md-3, .px-md-3 {
        padding-left: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .pt-md-4, .py-md-4 {
        padding-top: 1.5rem !important;
    }

    .pr-md-4, .px-md-4 {
        padding-right: 1.5rem !important;
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-md-4, .px-md-4 {
        padding-left: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .pt-md-5, .py-md-5 {
        padding-top: 3rem !important;
    }

    .pr-md-5, .px-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 3rem !important;
    }

    .pl-md-5, .px-md-5 {
        padding-left: 3rem !important;
    }

    .m-md-n1 {
        margin: -.25rem !important;
    }

    .mt-md-n1, .my-md-n1 {
        margin-top: -.25rem !important;
    }

    .mr-md-n1, .mx-md-n1 {
        margin-right: -.25rem !important;
    }

    .mb-md-n1, .my-md-n1 {
        margin-bottom: -.25rem !important;
    }

    .ml-md-n1, .mx-md-n1 {
        margin-left: -.25rem !important;
    }

    .m-md-n2 {
        margin: -.5rem !important;
    }

    .mt-md-n2, .my-md-n2 {
        margin-top: -.5rem !important;
    }

    .mr-md-n2, .mx-md-n2 {
        margin-right: -.5rem !important;
    }

    .mb-md-n2, .my-md-n2 {
        margin-bottom: -.5rem !important;
    }

    .ml-md-n2, .mx-md-n2 {
        margin-left: -.5rem !important;
    }

    .m-md-n3 {
        margin: -1rem !important;
    }

    .mt-md-n3, .my-md-n3 {
        margin-top: -1rem !important;
    }

    .mr-md-n3, .mx-md-n3 {
        margin-right: -1rem !important;
    }

    .mb-md-n3, .my-md-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-md-n3, .mx-md-n3 {
        margin-left: -1rem !important;
    }

    .m-md-n4 {
        margin: -1.5rem !important;
    }

    .mt-md-n4, .my-md-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-md-n4, .mx-md-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-md-n4, .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-md-n4, .mx-md-n4 {
        margin-left: -1.5rem !important;
    }

    .m-md-n5 {
        margin: -3rem !important;
    }

    .mt-md-n5, .my-md-n5 {
        margin-top: -3rem !important;
    }

    .mr-md-n5, .mx-md-n5 {
        margin-right: -3rem !important;
    }

    .mb-md-n5, .my-md-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-md-n5, .mx-md-n5 {
        margin-left: -3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mt-md-auto, .my-md-auto {
        margin-top: auto !important;
    }

    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important;
    }

    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important;
    }

    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0 !important;
    }

    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important;
    }

    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important;
    }

    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important;
    }

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important;
    }

    .m-lg-1 {
        margin: .25rem !important;
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: .25rem !important;
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: .25rem !important;
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: .25rem !important;
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: .25rem !important;
    }

    .m-lg-2 {
        margin: .5rem !important;
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: .5rem !important;
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: .5rem !important;
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: .5rem !important;
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: .5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: 1rem !important;
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: 1rem !important;
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: 1rem !important;
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 1.5rem !important;
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 3rem !important;
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 3rem !important;
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 3rem !important;
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 3rem !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important;
    }

    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important;
    }

    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important;
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important;
    }

    .p-lg-1 {
        padding: .25rem !important;
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: .25rem !important;
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: .25rem !important;
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: .25rem !important;
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: .25rem !important;
    }

    .p-lg-2 {
        padding: .5rem !important;
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: .5rem !important;
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: .5rem !important;
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: .5rem !important;
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: .5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .pt-lg-3, .py-lg-3 {
        padding-top: 1rem !important;
    }

    .pr-lg-3, .px-lg-3 {
        padding-right: 1rem !important;
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .pt-lg-4, .py-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pr-lg-4, .px-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .pt-lg-5, .py-lg-5 {
        padding-top: 3rem !important;
    }

    .pr-lg-5, .px-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 3rem !important;
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 3rem !important;
    }

    .m-lg-n1 {
        margin: -.25rem !important;
    }

    .mt-lg-n1, .my-lg-n1 {
        margin-top: -.25rem !important;
    }

    .mr-lg-n1, .mx-lg-n1 {
        margin-right: -.25rem !important;
    }

    .mb-lg-n1, .my-lg-n1 {
        margin-bottom: -.25rem !important;
    }

    .ml-lg-n1, .mx-lg-n1 {
        margin-left: -.25rem !important;
    }

    .m-lg-n2 {
        margin: -.5rem !important;
    }

    .mt-lg-n2, .my-lg-n2 {
        margin-top: -.5rem !important;
    }

    .mr-lg-n2, .mx-lg-n2 {
        margin-right: -.5rem !important;
    }

    .mb-lg-n2, .my-lg-n2 {
        margin-bottom: -.5rem !important;
    }

    .ml-lg-n2, .mx-lg-n2 {
        margin-left: -.5rem !important;
    }

    .m-lg-n3 {
        margin: -1rem !important;
    }

    .mt-lg-n3, .my-lg-n3 {
        margin-top: -1rem !important;
    }

    .mr-lg-n3, .mx-lg-n3 {
        margin-right: -1rem !important;
    }

    .mb-lg-n3, .my-lg-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-lg-n3, .mx-lg-n3 {
        margin-left: -1rem !important;
    }

    .m-lg-n4 {
        margin: -1.5rem !important;
    }

    .mt-lg-n4, .my-lg-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-lg-n4, .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-lg-n4, .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-lg-n4, .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }

    .m-lg-n5 {
        margin: -3rem !important;
    }

    .mt-lg-n5, .my-lg-n5 {
        margin-top: -3rem !important;
    }

    .mr-lg-n5, .mx-lg-n5 {
        margin-right: -3rem !important;
    }

    .mb-lg-n5, .my-lg-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-lg-n5, .mx-lg-n5 {
        margin-left: -3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }

    .mt-xl-0, .my-xl-0 {
        margin-top: 0 !important;
    }

    .mr-xl-0, .mx-xl-0 {
        margin-right: 0 !important;
    }

    .mb-xl-0, .my-xl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important;
    }

    .m-xl-1 {
        margin: .25rem !important;
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: .25rem !important;
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: .25rem !important;
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: .25rem !important;
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: .25rem !important;
    }

    .m-xl-2 {
        margin: .5rem !important;
    }

    .mt-xl-2, .my-xl-2 {
        margin-top: .5rem !important;
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: .5rem !important;
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: .5rem !important;
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: .5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .mt-xl-3, .my-xl-3 {
        margin-top: 1rem !important;
    }

    .mr-xl-3, .mx-xl-3 {
        margin-right: 1rem !important;
    }

    .mb-xl-3, .my-xl-3 {
        margin-bottom: 1rem !important;
    }

    .ml-xl-3, .mx-xl-3 {
        margin-left: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .mt-xl-4, .my-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mr-xl-4, .mx-xl-4 {
        margin-right: 1.5rem !important;
    }

    .mb-xl-4, .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .mt-xl-5, .my-xl-5 {
        margin-top: 3rem !important;
    }

    .mr-xl-5, .mx-xl-5 {
        margin-right: 3rem !important;
    }

    .mb-xl-5, .my-xl-5 {
        margin-bottom: 3rem !important;
    }

    .ml-xl-5, .mx-xl-5 {
        margin-left: 3rem !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important;
    }

    .pr-xl-0, .px-xl-0 {
        padding-right: 0 !important;
    }

    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important;
    }

    .p-xl-1 {
        padding: .25rem !important;
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: .25rem !important;
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: .25rem !important;
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: .25rem !important;
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: .25rem !important;
    }

    .p-xl-2 {
        padding: .5rem !important;
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: .5rem !important;
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: .5rem !important;
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: .5rem !important;
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: .5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .pt-xl-3, .py-xl-3 {
        padding-top: 1rem !important;
    }

    .pr-xl-3, .px-xl-3 {
        padding-right: 1rem !important;
    }

    .pb-xl-3, .py-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xl-3, .px-xl-3 {
        padding-left: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .pt-xl-4, .py-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xl-4, .px-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pb-xl-4, .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xl-4, .px-xl-4 {
        padding-left: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .pt-xl-5, .py-xl-5 {
        padding-top: 3rem !important;
    }

    .pr-xl-5, .px-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-5, .py-xl-5 {
        padding-bottom: 3rem !important;
    }

    .pl-xl-5, .px-xl-5 {
        padding-left: 3rem !important;
    }

    .m-xl-n1 {
        margin: -.25rem !important;
    }

    .mt-xl-n1, .my-xl-n1 {
        margin-top: -.25rem !important;
    }

    .mr-xl-n1, .mx-xl-n1 {
        margin-right: -.25rem !important;
    }

    .mb-xl-n1, .my-xl-n1 {
        margin-bottom: -.25rem !important;
    }

    .ml-xl-n1, .mx-xl-n1 {
        margin-left: -.25rem !important;
    }

    .m-xl-n2 {
        margin: -.5rem !important;
    }

    .mt-xl-n2, .my-xl-n2 {
        margin-top: -.5rem !important;
    }

    .mr-xl-n2, .mx-xl-n2 {
        margin-right: -.5rem !important;
    }

    .mb-xl-n2, .my-xl-n2 {
        margin-bottom: -.5rem !important;
    }

    .ml-xl-n2, .mx-xl-n2 {
        margin-left: -.5rem !important;
    }

    .m-xl-n3 {
        margin: -1rem !important;
    }

    .mt-xl-n3, .my-xl-n3 {
        margin-top: -1rem !important;
    }

    .mr-xl-n3, .mx-xl-n3 {
        margin-right: -1rem !important;
    }

    .mb-xl-n3, .my-xl-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-xl-n3, .mx-xl-n3 {
        margin-left: -1rem !important;
    }

    .m-xl-n4 {
        margin: -1.5rem !important;
    }

    .mt-xl-n4, .my-xl-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-xl-n4, .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-xl-n4, .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-xl-n4, .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }

    .m-xl-n5 {
        margin: -3rem !important;
    }

    .mt-xl-n5, .my-xl-n5 {
        margin-top: -3rem !important;
    }

    .mr-xl-n5, .mx-xl-n5 {
        margin-right: -3rem !important;
    }

    .mb-xl-n5, .my-xl-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-xl-n5, .mx-xl-n5 {
        margin-left: -3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-auto, .my-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important;
    }
}

.flickity-enabled {
    position: relative;
}

    .flickity-enabled:focus {
        outline: 0;
    }

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%
}

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    user-select: none;
}

    .flickity-enabled.is-draggable .flickity-viewport {
        cursor: move;
        cursor: grab;
    }

        .flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
            cursor: grabbing;
        }

.flickity-button {
    position: absolute;
    background: rgba(255, 255, 255, .75);
    border: none;
    color: #333;
}

    .flickity-button:hover {
        background: #fff;
        cursor: pointer;
    }

    .flickity-button:focus {
        outline: 0;
        box-shadow: 0 0 0 5px #19f;
    }

    .flickity-button:active {
        opacity: .6;
    }

    .flickity-button:disabled {
        opacity: .3;
        cursor: auto;
        pointer-events: none;
    }

.flickity-button-icon {
    fill: currentColor;
}

.flickity-prev-next-button {
    top: 50%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    transform: translateY(-50%);
}

    .flickity-prev-next-button.previous {
        left: 10px;
    }

    .flickity-prev-next-button.next {
        right: 10px;
    }

.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%
}

.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
}

.flickity-rtl .flickity-page-dots {
    direction: rtl;
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    opacity: .25;
    cursor: pointer;
}

    .flickity-page-dots .dot.is-selected {
        opacity: 1;
    }

.flickity-enabled.is-fade .flickity-slider > * {
    pointer-events: none;
    z-index: 0;
}

.flickity-enabled.is-fade .flickity-slider > .is-selected {
    pointer-events: auto;
    z-index: 1;
}
/*! lightgallery - v1.6.12 - 2019-02-19
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2019 Sachin N;
     Licensed GPLv3 */ @font-face {
    font-family: lg;
    src: url(../fonts/lg.eot);
    src: url(../fonts/lg-1.eot) format("embedded-opentype"), url(../fonts/lg.woff) format("woff"), url(../fonts/lg.ttf) format("truetype"), url(../fonts/lg.svg) format("svg");
    font-weight: 400;
    font-style: normal;
}

.lg-icon {
    font-family: lg;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
    background-color: rgba(0, 0, 0, .45);
    border-radius: 2px;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1080;
    border: none;
    outline: 0;
}

    .lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
        pointer-events: none;
        opacity: .5;
    }

    .lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
        color: #fff;
    }

.lg-actions .lg-next {
    right: 20px;
}

    .lg-actions .lg-next:before {
        content: "\e095"
    }

.lg-actions .lg-prev {
    left: 20px;
}

    .lg-actions .lg-prev:after {
        content: "\e094"
    }

@keyframes lg-right-end {
    0% {
        left: 0;
    }

    50% {
        left: -30px;
    }

    100% {
        left: 0;
    }
}

@keyframes lg-left-end {
    0% {
        left: 0;
    }

    50% {
        left: 30px;
    }

    100% {
        left: 0;
    }
}

.lg-outer.lg-right-end .lg-object {
    animation: lg-right-end .3s;
    position: relative;
}

.lg-outer.lg-left-end .lg-object {
    animation: lg-left-end .3s;
    position: relative;
}

.lg-toolbar {
    z-index: 1082;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .45);
}

    .lg-toolbar .lg-icon {
        color: #999;
        cursor: pointer;
        float: right;
        font-size: 24px;
        height: 47px;
        line-height: 27px;
        padding: 10px 0;
        text-align: center;
        width: 50px;
        text-decoration: none !important;
        outline: medium none;
        transition: color .2s linear;
    }

        .lg-toolbar .lg-icon:hover {
            color: #fff;
        }

    .lg-toolbar .lg-close:after {
        content: "\e070"
    }

    .lg-toolbar .lg-download:after {
        content: "\e0f2"
    }

.lg-sub-html {
    background-color: rgba(0, 0, 0, .45);
    bottom: 0;
    color: #eee;
    font-size: 16px;
    left: 0;
    padding: 10px 40px;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 1080;
}

    .lg-sub-html h4 {
        margin: 0;
        font-size: 13px;
        font-weight: 700;
    }

    .lg-sub-html p {
        font-size: 12px;
        margin: 5px 0 0;
    }

#lg-counter {
    color: #999;
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px;
    vertical-align: middle;
}

.lg-next, .lg-prev, .lg-toolbar {
    opacity: 1;
    transition: transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
}

.lg-hide-items .lg-prev {
    opacity: 0;
    transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
    opacity: 0;
    transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
    opacity: 0;
    transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
    transform: scale3d(.5, .5, .5);
    opacity: 0;
    transition: transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
    transform-origin: 50% 50%
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
    transform: scale3d(1, 1, 1);
    opacity: 1;
}

.lg-outer .lg-thumb-outer {
    background-color: #0d0a0a;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1080;
    max-height: 350px;
    transform: translate3d(0, 100%, 0);
    transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s;
}

    .lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
        cursor: -o-grab;
        cursor: -ms-grab;
        cursor: grab;
    }

    .lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
        cursor: move;
        cursor: -o-grabbing;
        cursor: -ms-grabbing;
        cursor: grabbing;
    }

    .lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
        transition-duration: 0s !important;
    }

.lg-outer.lg-thumb-open .lg-thumb-outer {
    transform: translate3d(0, 0, 0);
}

.lg-outer .lg-thumb {
    padding: 10px 0;
    height: 100%;
    margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
    border-radius: 5px;
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 100%;
    border: 2px solid #fff;
    border-radius: 4px;
    margin-bottom: 5px;
}

@media (min-width:1025px) {
    .lg-outer .lg-thumb-item {
        transition: border-color .25s ease;
    }
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
    padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
    padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
    transition: bottom .25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 100px;
}

.lg-outer .lg-toogle-thumb {
    background-color: #0d0a0a;
    border-radius: 2px 2px 0 0;
    color: #999;
    cursor: pointer;
    font-size: 24px;
    height: 39px;
    line-height: 27px;
    padding: 5px 0;
    position: absolute;
    right: 20px;
    text-align: center;
    top: -39px;
    width: 50px;
}

    .lg-outer .lg-toogle-thumb:after {
        content: "\e1ff"
    }

    .lg-outer .lg-toogle-thumb:hover {
        color: #fff;
    }

.lg-outer .lg-video-cont {
    display: inline-block;
    vertical-align: middle;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 0 5px;
}

.lg-outer .lg-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
}

    .lg-outer .lg-video .lg-object {
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }

    .lg-outer .lg-video .lg-video-play {
        width: 84px;
        height: 59px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -42px;
        margin-top: -30px;
        z-index: 1080;
        cursor: pointer;
    }

.lg-outer .lg-has-iframe .lg-video {
    -webkit-overflow-scrolling: touch;
    overflow: auto;
}

.lg-outer .lg-has-vimeo .lg-video-play {
    background: url(../img/vimeo-play.png) no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
    background: url(../img/vimeo-play.png) no-repeat scroll 0 -58px transparent;
}

.lg-outer .lg-has-html5 .lg-video-play {
    background: transparent url(../img/video-play.png) no-repeat scroll 0 0;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    opacity: .8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
    opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
    background: url(../img/youtube-play.png) no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
    background: url(../img/youtube-play.png) no-repeat scroll 0 -60px transparent;
}

.lg-outer .lg-video-object {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
    visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
    display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
    visibility: visible;
}

.lg-progress-bar {
    background-color: #333;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1083;
    opacity: 0;
    transition: opacity 80ms ease 0s;
}

    .lg-progress-bar .lg-progress {
        background-color: #a90707;
        height: 5px;
        width: 0;
    }

    .lg-progress-bar.lg-start .lg-progress {
        width: 100%
    }

.lg-show-autoplay .lg-progress-bar {
    opacity: 1;
}

.lg-autoplay-button:after {
    content: "\e01d"
}

.lg-show-autoplay .lg-autoplay-button:after {
    content: "\e01a"
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
    transform: scale3d(1, 1, 1);
    transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#lg-zoom-in:after {
    content: "\e311"
}

#lg-actual-size {
    font-size: 20px;
}

    #lg-actual-size:after {
        content: "\e033"
    }

#lg-zoom-out {
    opacity: .5;
    pointer-events: none;
}

    #lg-zoom-out:after {
        content: "\e312"
    }

.lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto;
}

.lg-outer .lg-pager-outer {
    bottom: 60px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1080;
    height: 10px;
}

    .lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
        overflow: visible;
    }

.lg-outer .lg-pager-cont {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 5px;
}

    .lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }

    .lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
        box-shadow: 0 0 0 2px #fff inset;
    }

.lg-outer .lg-pager-thumb-cont {
    background-color: #fff;
    color: #fff;
    bottom: 100%;
    height: 83px;
    left: 0;
    margin-bottom: 20px;
    margin-left: -60px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    width: 120px;
    border-radius: 3px;
    transition: opacity .15s ease 0s, transform .15s ease 0s;
    transform: translate3d(0, 5px, 0);
}

    .lg-outer .lg-pager-thumb-cont img {
        width: 100%;
        height: 100%
    }

.lg-outer .lg-pager {
    background-color: rgba(255, 255, 255, .5);
    border-radius: 50%;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, .7) inset;
    display: block;
    height: 12px;
    transition: box-shadow .3s ease 0s;
    width: 12px;
}

    .lg-outer .lg-pager:focus, .lg-outer .lg-pager:hover {
        box-shadow: 0 0 0 8px #fff inset;
    }

.lg-outer .lg-caret {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px dashed;
    bottom: -10px;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    vertical-align: middle;
    width: 0;
}

.lg-fullscreen:after {
    content: "\e20c"
}

.lg-fullscreen-on .lg-fullscreen:after {
    content: "\e20d"
}

.lg-outer #lg-dropdown-overlay {
    background-color: rgba(0, 0, 0, .25);
    bottom: 0;
    cursor: default;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1081;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s linear .18s, opacity .18s linear 0s;
}

.lg-outer.lg-dropdown-active #lg-dropdown-overlay, .lg-outer.lg-dropdown-active .lg-dropdown {
    transition-delay: 0s;
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
}

.lg-outer.lg-dropdown-active #lg-share {
    color: #fff;
}

.lg-outer .lg-dropdown {
    background-color: #fff;
    border-radius: 2px;
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, 5px, 0);
    transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
}

    .lg-outer .lg-dropdown:after {
        content: "";
        display: block;
        height: 0;
        width: 0;
        position: absolute;
        border: 8px solid transparent;
        border-bottom-color: #fff;
        right: 16px;
        top: -16px;
    }

    .lg-outer .lg-dropdown > li:last-child {
        margin-bottom: 0;
    }

    .lg-outer .lg-dropdown > li:hover .lg-icon, .lg-outer .lg-dropdown > li:hover a {
        color: #333;
    }

    .lg-outer .lg-dropdown a {
        color: #333;
        display: block;
        white-space: pre;
        padding: 4px 12px;
        font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 12px;
    }

        .lg-outer .lg-dropdown a:hover {
            background-color: rgba(0, 0, 0, .07);
        }

    .lg-outer .lg-dropdown .lg-dropdown-text {
        display: inline-block;
        line-height: 1;
        margin-top: -3px;
        vertical-align: middle;
    }

    .lg-outer .lg-dropdown .lg-icon {
        color: #333;
        display: inline-block;
        float: none;
        font-size: 20px;
        height: auto;
        line-height: 1;
        margin-right: 8px;
        padding: 0;
        vertical-align: middle;
        width: auto;
    }

.lg-outer #lg-share {
    position: relative;
}

    .lg-outer #lg-share:after {
        content: "\e80d"
    }

.lg-outer #lg-share-facebook .lg-icon {
    color: #3b5998;
}

    .lg-outer #lg-share-facebook .lg-icon:after {
        content: "\e901"
    }

.lg-outer #lg-share-twitter .lg-icon {
    color: #00aced;
}

    .lg-outer #lg-share-twitter .lg-icon:after {
        content: "\e904"
    }

.lg-outer #lg-share-googleplus .lg-icon {
    color: #dd4b39;
}

    .lg-outer #lg-share-googleplus .lg-icon:after {
        content: "\e902"
    }

.lg-outer #lg-share-pinterest .lg-icon {
    color: #cb2027;
}

    .lg-outer #lg-share-pinterest .lg-icon:after {
        content: "\e903"
    }

.lg-group:after {
    content: "";
    display: table;
    clear: both;
}

.lg-outer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    text-align: left;
    opacity: 0;
    transition: opacity .15s ease 0s;
}

    .lg-outer * {
        box-sizing: border-box;
    }

    .lg-outer.lg-visible {
        opacity: 1;
    }

    .lg-outer.lg-css3 .lg-item.lg-current, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-prev-slide {
        transition-duration: inherit !important;
        transition-timing-function: inherit !important;
    }

    .lg-outer.lg-css3.lg-dragging .lg-item.lg-current, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
        transition-duration: 0s !important;
        opacity: 1;
    }

    .lg-outer.lg-grab img.lg-object {
        cursor: -o-grab;
        cursor: -ms-grab;
        cursor: grab;
    }

    .lg-outer.lg-grabbing img.lg-object {
        cursor: move;
        cursor: -o-grabbing;
        cursor: -ms-grabbing;
        cursor: grabbing;
    }

    .lg-outer .lg {
        height: 100%;
        width: 100%;
        position: relative;
        overflow: hidden;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        max-height: 100%
    }

    .lg-outer .lg-inner {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        white-space: nowrap;
    }

    .lg-outer .lg-item {
        background: url(../img/loading.gif) no-repeat scroll center center transparent;
        display: none !important;
    }

    .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide, .lg-outer.lg-css3 .lg-prev-slide {
        display: inline-block !important;
    }

    .lg-outer.lg-css .lg-current {
        display: inline-block !important;
    }

    .lg-outer .lg-img-wrap, .lg-outer .lg-item {
        display: inline-block;
        text-align: center;
        position: absolute;
        width: 100%;
        height: 100%
    }

        .lg-outer .lg-img-wrap:before, .lg-outer .lg-item:before {
            content: "";
            display: inline-block;
            height: 50%;
            width: 1px;
            margin-right: -1px;
        }

    .lg-outer .lg-img-wrap {
        position: absolute;
        padding: 0 5px;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

    .lg-outer .lg-item.lg-complete {
        background-image: none;
    }

    .lg-outer .lg-item.lg-current {
        z-index: 1060;
    }

    .lg-outer .lg-image {
        display: inline-block;
        vertical-align: middle;
        max-width: 100%;
        max-height: 100%;
        width: auto !important;
        height: auto !important;
    }

    .lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
        opacity: 0;
        transition: opacity .15s ease 0s;
    }

    .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
        opacity: 1;
    }

    .lg-outer .lg-empty-html {
        display: none;
    }

    .lg-outer.lg-hide-download #lg-download {
        display: none;
    }

.lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background-color: #000;
    opacity: 0;
    transition: opacity .15s ease 0s;
}

    .lg-backdrop.in {
        opacity: 1;
    }

.lg-css3.lg-no-trans .lg-current, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-prev-slide {
    transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.lg-css3.lg-use-left .lg-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
    opacity: 0;
}

    .lg-css3.lg-fade .lg-item.lg-current {
        opacity: 1;
    }

    .lg-css3.lg-fade .lg-item.lg-current, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-prev-slide {
        transition: opacity .1s ease 0s;
    }

.lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0;
}

    .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
        transform: translate3d(-100%, 0, 0);
    }

    .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
        transform: translate3d(100%, 0, 0);
    }

    .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }

    .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
        transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    }

.lg-css3.lg-slide.lg-use-left .lg-item {
    opacity: 0;
    position: absolute;
    left: 0;
}

    .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
        left: -100%
    }

    .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
        left: 100%
    }

    .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
        left: 0;
        opacity: 1;
    }

    .lg-css3.lg-slide.lg-use-left .lg-item.lg-current, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
        transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    }

* {
    box-sizing: border-box;
}

:after, :before {
    box-sizing: border-box;
}

html {
    font-size: 16px;
}

body, html {
    height: 100%
}

body {
    position: relative;
    font-size: 1rem;
    min-width: 320px;
    line-height: 1.625;
    font-family: "Istok Web", sans-serif;
    font-weight: 400;
    overflow-x: hidden;
    color: #303036;
    opacity: 1;
    background-color: #fff;
}

    body.overflow-hidden {
        overflow: hidden;
    }

main {
    position: relative;
    margin: 0;
    padding: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.main-inner {
    flex: 1 0 auto;
    overflow: hidden;
}

.footer {
    flex: 0 0 auto;
}

aside ol, aside ul, footer ol, footer ul, header ol, header ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    color: #2c7ae7;
    text-decoration: underline;
    transition: all .25s;
}

    a:hover {
        text-decoration: none;
        color: #4b98b9;
    }

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word;
}

.gutters-default {
    margin-right: -.625rem;
    margin-left: -.625rem;
}

    .gutters-default > .col, .gutters-default > [class*=col-] {
        padding-right: .625rem;
        padding-left: .625rem;
    }

.gutters-20 {
    margin-right: -10px;
    margin-left: -10px;
}

    .gutters-20 > .col, .gutters-20 > [class*=col-] {
        padding-right: 10px;
        padding-left: 10px;
    }

.gutters-10 {
    margin-right: -5px;
    margin-left: -5px;
}

    .gutters-10 > .col, .gutters-10 > [class*=col-] {
        padding-right: 5px;
        padding-left: 5px;
    }

.ie-browser {
    display: table;
    width: 100%;
    height: 100%;
    font-size: 20px;
    font-family: Arial, sans-serif;
    text-align: center;
}

.ie-browser-tr {
    display: table-row;
}

.ie-browser-td {
    display: table-cell;
    vertical-align: middle;
}

table {
    width: 100%;
    border-bottom: 1px solid #d4d4e1;
}

    table.table-secondary tr:nth-child(even) {
        background-color: transparent;
    }

    table.table-secondary tbody tr {
        border-bottom: 1px solid #d4d4e1;
    }

        table.table-secondary tbody tr:hover {
            background-color: #f0f4f8;
        }

    table.table-bordered tr:nth-child(even) {
        background-color: transparent;
    }

    table.table-bordered td {
        border: 1px solid #d4d4e1;
    }

    table.table-bordered thead tr th {
        background-color: #d4d4e1;
        color: #303036;
        border: 1px solid #d4d4e1;
    }

    table td, table th {
        padding: 1rem;
    }

    table tr:nth-child(even) {
        background-color: #f0f4f8;
    }

    table thead tr th {
        font-weight: 500;
        text-transform: uppercase;
        background-color: #2c7ae7;
        color: #fff;
        font-size: 1rem;
    }

    table tfoot {
        font-weight: 600;
    }

@media (max-width:767.98px) {
    .table-responsive {
        position: relative;
        width: 100%;
        overflow-y: auto;
    }

        .table-responsive table {
            width: 650px;
        }

    .table-responsive-outer {
        position: relative;
    }

        .table-responsive-outer::after {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            width: 10px;
            height: 100%;
            background-image: linear-gradient(0deg, rgba(255, 255, 255, .3), #fff);
        }

    .table-container::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 14px;
        height: 14px;
    }

    .table-container::-webkit-scrollbar-thumb {
        border-radius: .625rem;
        border: 3px solid #fff;
        background-color: rgba(0, 0, 0, .3);
    }
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
    line-height: 1.33;
    margin-bottom: 2rem;
    font-weight: 700;
    font-family: Montserrat, sans-serif;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.75rem;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
}

p {
    margin: 0 0 2rem 0;
}

mark {
    padding: .2em;
    background-color: #2c7ae7;
    color: #fff;
}

small {
    font-size: .85rem;
}

blockquote {
    padding: 0 0 0 1.25em;
    font-style: italic;
    color: #63636b;
    border-left: 3px solid #2c7ae7;
}

    blockquote p {
        margin-bottom: 0 !important;
    }

    blockquote footer {
        color: #2c7ae7;
        font-style: normal;
        padding-top: .8em;
    }

.content {
    text-align: justify;
}

    .content > * {
        margin-bottom: 2rem;
    }

    .content > :last-child {
        margin-bottom: 0;
    }

    .content h2, .content h3, .content h4, .content h5, .content h6 {
        margin-top: 2.5rem;
        text-align: left;
    }

        .content h2:first-child, .content h3:first-child, .content h4:first-child, .content h5:first-child, .content h6:first-child {
            margin-top: 0;
        }

    .content ol, .content ul {
        list-style: none;
        margin: 0 0 2rem 0;
        padding: 0;
    }

        .content ol li, .content ul li {
            position: relative;
            display: flex;
            margin-bottom: .625rem;
        }

            .content ol li::before, .content ul li::before {
                margin-right: .5rem;
                display: block;
                min-width: 1rem;
                color: #2c7ae7;
            }

            .content ul li::before {
                content: "✔"
            }

    .content ol {
        counter-reset: item;
    }

        .content ol li::before {
            content: counter(item) ".";
            counter-increment: item;
        }

    .content img {
        display: block;
        margin-bottom: 2rem;
        max-width: 100%;
        height: auto;
    }

@media (max-width:767.98px) {
    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.75rem;
    }

    h3 {
        font-size: 1.5rem;
    }

    h4 {
        font-size: 1.25rem;
    }

    h5 {
        font-size: 1.125rem;
    }
}

.accordion {
    color: #63636b;
    margin-bottom: -1.25rem;
}

.accordion-col {
    margin-bottom: 1.25rem;
}

.accordion-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.accordion-item {
    display: block;
    border-radius: .625rem;
    overflow: hidden;
    margin-bottom: 1rem;
}

    .accordion-item.active .accordion-trigger::before {
        transform: rotate(0);
    }

.accordion-trigger {
    position: relative;
    cursor: pointer;
    padding: 1.25rem 3.125rem 1.25rem 1.25rem;
    color: #303036;
    line-height: 1.2;
}

    .accordion-trigger::after, .accordion-trigger::before {
        content: "";
        position: absolute;
        right: 1.25rem;
        top: 50%;
        width: 14px;
        height: 2px;
        background-color: #2c7ae7;
        margin-top: -1px;
        transition: all .3s;
    }

    .accordion-trigger::before {
        transform: rotate(90deg);
    }

.accordion-content {
    display: none;
    padding: 1.25rem;
    border-top: 1px solid #d4d4e1;
}

.alerts {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    padding-left: 15px;
    z-index: 300000;
}

    .alerts.alerts-static {
        position: relative;
        right: 0;
        bottom: 0;
        padding: 0;
        z-index: 0;
    }

        .alerts.alerts-static .alert {
            margin-left: 0;
        }

.alert {
    position: relative;
    padding: .75rem 1rem;
    display: flex;
    align-items: flex-start;
    border-radius: .375rem;
    color: #004085;
    font-size: 1rem;
    margin-left: 15px;
    background-color: rgba(0, 64, 133, .2);
    margin-bottom: .625rem;
}

    .alert a {
        color: #004085;
        text-decoration: none;
        font-weight: 600;
    }

        .alert a:hover {
            text-decoration: underline;
        }

    .alert:last-child {
        margin-bottom: 0;
    }

    .alert.alert-success {
        background-color: rgba(21, 87, 36, .2);
        color: #155724;
    }

        .alert.alert-success a {
            color: #155724;
        }

    .alert.alert-danger {
        background-color: rgba(114, 28, 36, .2);
        color: #721c24;
    }

        .alert.alert-danger a {
            color: #721c24;
        }

    .alert.alert-warning {
        background-color: rgba(133, 100, 4, .2);
        color: #856404;
    }

        .alert.alert-warning a {
            color: #856404;
        }

.alert-text {
    line-height: 1.375rem;
}

.alert-ico {
    display: flex;
    align-items: center;
    margin-right: .625rem;
}

.alert-close {
    position: absolute;
    right: 5px;
    top: 5px;
    padding: 0;
    border: none;
    background-color: transparent;
    line-height: 1;
    cursor: pointer;
    color: #303036;
    outline: 0;
    opacity: .6;
    transition: all .25s;
}

    .alert-close:focus {
        outline: 0;
    }

    .alert-close:hover {
        opacity: 1;
        transform: rotate(90deg);
    }

.alert-title {
    margin-bottom: 10px;
    margin-left: 1rem;
}

.bread-crumbs {
    position: relative;
    padding: 1.125rem 0;
    background-color: #f0f4f8;
}

.bread-crumbs-list {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    font-size: 1rem;
    overflow: hidden;
}

    .bread-crumbs-list::after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 60px;
        background: linear-gradient(to right, rgba(240, 244, 248, 0) 0, #f0f4f8 100%);
    }

    .bread-crumbs-list li {
        position: relative;
        margin-right: 2rem;
        white-space: nowrap;
    }

        .bread-crumbs-list li:last-child {
            margin-right: 0;
        }

            .bread-crumbs-list li:last-child a {
                pointer-events: none;
                cursor: text;
                color: #2c7ae7;
            }

                .bread-crumbs-list li:last-child a:hover {
                    text-decoration: none;
                }

            .bread-crumbs-list li:last-child i {
                display: none;
            }

        .bread-crumbs-list li a {
            text-decoration: none;
            color: #63636b;
        }

            .bread-crumbs-list li a:hover {
                text-decoration: underline;
            }

        .bread-crumbs-list li i {
            position: absolute;
            top: 50%;
            right: -1.5625rem;
            margin-top: -9px;
            color: #2c7ae7;
        }

.wrap-btn {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-left: -1rem;
    margin-bottom: -1rem;
}

    .wrap-btn .btn {
        display: block;
        margin-left: 1rem;
        margin-bottom: 1rem;
    }

.btn {
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 1rem;
    font-weight: 400;
    font-family: 16px;
    color: #fff;
    fill: #fff;
    background: #2876e2;
    background: linear-gradient(to right, #4b98b9 0, #4b98b9 100%);
    text-decoration: none;
    padding: .75em 1.75em;
    border-radius: .375rem;
    outline: 0;
    border: none;
    cursor: pointer;
    overflow: hidden;
    transition: all .25s;
}

    .btn.btn-w240 {
        width: 240px;
    }

    .btn.btn-wide {
        display: block;
        width: 100%
    }

    .btn.btn-small {
        font-size: .875rem;
    }

        .btn.btn-small.btn-with-icon > svg {
            width: .8125rem;
            height: .8125rem;
        }

    .btn.btn-large {
        font-size: 1.125rem;
    }

        .btn.btn-large.btn-with-icon > svg {
            width: 1rem;
            height: 1rem;
        }

    .btn.btn-border {
        background: 0 0;
        color: #303036;
        fill: #303036;
    }

        .btn.btn-border:hover {
            background: 0 0;
        }

            .btn.btn-border:hover::after {
                transform: translateX(0) skew(-15deg);
            }

        .btn.btn-border::before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            border: 1px solid #303036;
            border-radius: .375rem;
            overflow: hidden;
        }

        .btn.btn-border::after {
            content: "";
            position: absolute;
            left: -25%;
            top: 0;
            width: 150%;
            height: 100%;
            background-color: #303036;
            transform: translateX(-130%) skew(-15deg);
            transition: all .25s;
        }

        .btn.btn-border > i, .btn.btn-border > span, .btn.btn-border > svg {
            position: relative;
            z-index: 1;
        }

    .btn.btn-with-icon {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .btn.btn-with-icon > svg {
            width: .875rem;
            height: .875rem;
        }

        .btn.btn-with-icon .btn-icon-right {
            margin-left: .5rem;
        }

        .btn.btn-with-icon .btn-icon-left {
            margin-right: .5rem;
        }

    .btn:focus {
        outline: 0;
    }

    .btn:hover {
        background: #2876e2;
        background: linear-gradient(to right, #4b98b9 0, #4b98b9 100%);
        color: #fff;
        fill: #fff;
    }

.ripple {
    position: relative;
    overflow: hidden;
}

.ripple-effect {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 4px;
    background-color: rgba(255, 255, 255, .3);
    border-radius: 50%;
    animation: ripple 1s ease forwards;
    z-index: 3;
}

@keyframes ripple {
    0% {
        transform: none;
    }

    100% {
        transform: scale(250);
    }
}

.hover-link {
    position: relative;
    overflow: hidden;
    display: block;
    text-decoration: none;
    color: #303036;
}

    .hover-link::after {
        content: attr(data-title);
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        width: 100%;
        transform: translateY(-100%);
        transition: all .4s;
        color: #2c7ae7;
    }

    .hover-link > span {
        display: block;
        transform: translateY(0);
        transition: all .4s;
    }

    .hover-link:hover > span {
        transform: translateY(100%);
    }

    .hover-link:hover::after {
        transform: translateY(0);
    }

.mobile .hover-link::after, .tablet .hover-link::after {
    content: none;
}

.mobile .hover-link:hover > span, .tablet .hover-link:hover > span {
    transform: translateY(0);
}

.wrapp-btn-circl-arrow {
    display: flex;
    flex-wrap: wrap;
}

.btn-circl-arrow {
    position: relative;
    display: flex;
    width: 2rem;
    height: 2rem;
    color: #fff;
    fill: #fff;
    background-color: #2c7ae7;
    border-radius: 50%;
    text-align: center;
    font-size: 1rem;
    overflow: hidden;
}

    .btn-circl-arrow:hover {
        background-color: #f0f4f8;
    }

    .btn-circl-arrow > svg {
        margin: auto;
        transition: all .25s;
    }

    .btn-circl-arrow.btn-circl-arrow-white {
        color: #2c7ae7;
        fill: #2c7ae7;
        background-color: #fff;
    }

        .btn-circl-arrow.btn-circl-arrow-white:hover {
            background-color: #f0f4f8;
        }

.btn-circl-arrow-text {
    position: absolute;
    transform: translateX(-100%);
    z-index: 1;
    white-space: nowrap;
    margin-right: .625rem;
    line-height: 2rem;
    transition: all .25s;
}

.wrapp-btn-link {
    display: flex;
}

.btn-link {
    display: flex;
    align-items: center;
    font-size: 1rem;
    text-decoration: none;
    color: #2c7ae7;
    fill: #2c7ae7;
}

    .btn-link .btn-link-ico {
        transition: all .25s;
    }

    .btn-link .btn-link-ico-right {
        margin-left: .625rem;
    }

    .btn-link .btn-link-ico-left {
        margin-right: .625rem;
    }

    .btn-link:hover .btn-link-ico {
        transform: rotateY(180deg);
    }

.btn-top {
    position: fixed;
    right: 15px;
    bottom: -5rem;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    border-radius: .625rem;
    border: 1px solid #d4d4e1;
    background: #fff;
    z-index: 100;
    fill: #2c7ae7;
    transition: all .25s;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
}

    .btn-top.active {
        opacity: 1;
        visibility: visible;
        bottom: 15px;
    }

    .btn-top:hover {
        border-color: #2c7ae7;
        fill: #2c7ae7;
    }

    .btn-top > svg {
        width: 14px;
        height: 10px;
        margin: auto;
        transform: rotate(-90deg);
    }

.flickity-page-dots {
    position: relative;
    bottom: inherit;
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: -.625rem;
}

    .flickity-page-dots .dot {
        position: relative;
        width: 14px;
        height: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        outline: 0;
        background: 0 0;
        opacity: 1;
        margin: 0 1.125rem .625rem 0;
    }

        .flickity-page-dots .dot:last-child {
            margin-right: 0;
        }

        .flickity-page-dots .dot.is-selected::after {
            background-color: #2c7ae7;
            width: 100%;
            height: 100%
        }

        .flickity-page-dots .dot:hover::after {
            background-color: #2c7ae7;
        }

        .flickity-page-dots .dot::after {
            content: "";
            width: 10px;
            height: 10px;
            background-color: #303036;
            margin: 0;
            border-radius: 50%;
            outline: 0;
            transition: all .25s;
        }

.flickity-dots-white .flickity-page-dots .dot::after {
    background-color: #fff;
}

.flickity-dots-white .flickity-page-dots .dot.is-selected::after {
    background-color: #2c7ae7;
}

.flickity-prev-next-button {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: .625rem;
    background: #fff;
    border: 1px solid #d4d4e1;
    display: flex;
}

    .flickity-prev-next-button .flickity-button-icon {
        position: relative;
        left: 0;
        top: 0;
        width: .8125rem;
        height: .8125rem;
        margin: auto;
        fill: #2c7ae7;
    }

.ios .flickity-prev-next-button .flickity-button-icon {
    width: 1.125rem;
    height: 1.125rem;
}

.carusel-col {
    padding: 0;
    margin-right: 30px;
}

    .carusel-col:last-child {
        margin-right: 0;
    }

.flickity-dots-absolute .flickity-page-dots {
    position: absolute;
    bottom: 2rem;
}

.project-carusel {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
}

    .project-carusel .flickity-prev-next-button.previous {
        left: -1.25rem;
    }

    .project-carusel .flickity-prev-next-button.next {
        right: -1.25rem;
    }

::-webkit-input-placeholder, ::placeholder {
    color: #b7b7ba;
    opacity: 1;
}

input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    display: block;
    font-size: 1rem;
    font-family: 16px;
    font-weight: 400;
    width: 100%;
    padding: calc(.75em - 1px) 1rem;
    margin-bottom: 1rem;
    border-radius: .375rem;
    border: 1px solid #d4d4e1;
    outline: 0;
    color: #303036;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: all .25s;
}

    input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, select:focus, textarea:focus {
        border-color: #2c7ae7;
    }

textarea {
    height: auto;
    resize: none;
}

.select {
    position: relative;
}

    .select select {
        padding-right: 2rem;
    }

    .select::after {
        content: "";
        position: absolute;
        right: .8rem;
        top: 50%;
        margin-top: -2px;
        border: 5px solid transparent;
        pointer-events: none;
        border-top: 6px solid #303036;
    }

.form-field {
    position: relative;
    margin-bottom: 1.25rem;
}

    .form-field .form-field-label, .form-field input[type=email], .form-field input[type=number], .form-field input[type=password], .form-field input[type=search], .form-field input[type=tel], .form-field input[type=text], .form-field input[type=url], .form-field select, .form-field textarea {
        margin: 0;
    }

    .form-field.focus .form-field-label {
        opacity: 0;
        visibility: hidden;
        transform: translateX(1rem);
    }

    .form-field label.error {
        position: absolute;
        right: 5px;
        top: 5px;
        color: #ff3d0d;
        font-size: .75rem;
        line-height: 1;
    }

    .form-field input.error, .form-field select.error, .form-field textarea.error {
        border-color: #ff3d0d;
    }

    .form-field.form-field-large .form-field-label, .form-field.form-field-large input[type=email], .form-field.form-field-large input[type=number], .form-field.form-field-large input[type=password], .form-field.form-field-large input[type=search], .form-field.form-field-large input[type=tel], .form-field.form-field-large input[type=text], .form-field.form-field-large input[type=url], .form-field.form-field-large select, .form-field.form-field-large textarea {
        font-size: 1.125rem;
    }

    .form-field.form-field-small .form-field-label, .form-field.form-field-small input[type=email], .form-field.form-field-small input[type=number], .form-field.form-field-small input[type=password], .form-field.form-field-small input[type=search], .form-field.form-field-small input[type=tel], .form-field.form-field-small input[type=text], .form-field.form-field-small input[type=url], .form-field.form-field-small select, .form-field.form-field-small textarea {
        font-size: .875rem;
    }

    .form-field.form-field-small .select::after {
        border-width: 4px;
        border-top-width: 5px;
        margin-top: -2px;
    }

    .form-field small {
        color: #63636b;
    }

.form-field-group {
    position: relative;
}

    .form-field-group.focus .form-field-label {
        opacity: 0;
        visibility: hidden;
        transform: translateX(1rem);
    }

.form-field-label {
    font-size: 1rem;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    pointer-events: none;
    color: #b7b7ba;
    padding: calc(.75em - 1px) 1rem;
    transition: all .2s;
    border: 1px solid transparent;
    opacity: 1;
    visibility: visible;
    transform: none;
}

.form-btn {
    display: flex;
}

    .form-btn.form-btn-wide .btn {
        width: 100%
    }

    .form-btn .btn {
        display: block;
    }

.custom-controls {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1.5rem;
    margin-bottom: -1rem;
}

.custom-control {
    margin-left: 1.5rem;
    margin-bottom: 1rem;
}

.checkbox {
    position: relative;
}

.checkbox-input {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 0;
    height: 0;
    visibility: hidden;
    opacity: 0;
}

    .checkbox-input:hover + .checkbox-label .checkbox-ico {
        border-color: #2c7ae7;
    }

    .checkbox-input:checked + .checkbox-label::after {
        opacity: 1;
    }

.checkbox-label {
    position: relative;
    line-height: 1.25rem;
    font-weight: 400;
    margin: 0;
    font-size: 1rem;
    display: flex;
    cursor: pointer;
}

    .checkbox-label::before {
        content: "";
        display: flex;
        width: 1.25rem;
        height: 1.25rem;
        min-width: 1.25rem;
        margin-right: .625rem;
        border: 1px solid #d4d4e1;
        fill: #2c7ae7;
        color: #2c7ae7;
        border-radius: .25rem;
        transition: all .25s;
    }

    .checkbox-label::after {
        content: "✔";
        position: absolute;
        text-align: center;
        font-size: .875rem;
        width: 1.25rem;
        height: 1.25rem;
        line-height: 1.375rem;
        color: #2c7ae7;
        opacity: 0;
        transition: all .25s;
    }

.radio {
    position: relative;
}

.radio-input {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 0;
    height: 0;
    visibility: hidden;
    opacity: 0;
}

    .radio-input:hover + .radio-label::before {
        border-color: #2c7ae7;
    }

    .radio-input:checked + .radio-label::after {
        opacity: 1;
    }

    .radio-input:checked + .radio-label::before {
        border-color: #2c7ae7;
    }

.radio-label {
    position: relative;
    line-height: 1.25rem;
    font-weight: 400;
    margin: 0;
    font-size: 1rem;
    display: flex;
    cursor: pointer;
}

    .radio-label::before {
        content: "";
        display: flex;
        width: 1.25rem;
        height: 1.25rem;
        min-width: 1.25rem;
        margin-right: .625rem;
        border: 1px solid #d4d4e1;
        border-radius: 50%;
        fill: #2c7ae7;
        color: #2c7ae7;
        transition: all .25s;
    }

    .radio-label::after {
        content: "";
        position: absolute;
        left: .3125rem;
        top: .3125rem;
        width: .625rem;
        height: .625rem;
        background-color: #2c7ae7;
        border-radius: 50%;
        opacity: 0;
        transition: all .25s;
    }

.form-center {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.form-or-text {
    text-transform: uppercase;
    text-align: center;
    margin: 25px 0;
    font-size: 1rem;
    position: relative;
    overflow: hidden;
    color: #63636b;
}

    .form-or-text span {
        position: relative;
        z-index: 1;
        padding: 0 10px;
        background-color: #fff;
    }

        .form-or-text span::after {
            content: "";
            position: absolute;
            right: 100%;
            top: 50%;
            width: 1000px;
            height: 1px;
            margin-top: -1px;
            background-color: #d4d4e1;
        }

        .form-or-text span::before {
            content: "";
            position: absolute;
            left: 100%;
            top: 50%;
            width: 1000px;
            height: 1px;
            margin-top: -1px;
            background-color: #d4d4e1;
        }

.social-login {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    font-size: 1rem;
    margin-left: -15px;
    margin-bottom: -15px;
}

    .social-login li {
        margin-left: 15px;
        margin-bottom: 15px;
        width: 100%;
        border-radius: .375rem;
        overflow: hidden;
    }

        .social-login li a {
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            fill: #fff;
            font-size: 1rem;
            padding: calc(.95em - 1px) 1rem;
            text-decoration: none;
        }

            .social-login li a svg {
                width: 18px;
                height: 18px;
                margin-right: 10px;
            }

            .social-login li a.link-google-plus svg {
                width: 22px;
                height: 22px;
            }

.link-facebook {
    background-color: #29487d;
}

    .link-facebook:hover {
        background-color: rgba(41, 72, 125, .8);
    }

.link-twitter {
    background-color: #1da1f2;
}

    .link-twitter:hover {
        background-color: rgba(29, 161, 242, .8);
    }

.link-google-plus {
    background-color: #e85858;
}

    .link-google-plus:hover {
        background-color: rgba(232, 88, 88, .8);
    }

.section-subscribe-bg {
    min-height: 350px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.section-subscribe-bg-header {
    text-align: center;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.material-icons {
    font-size: 1rem;
    height: 1rem;
    width: 1rem;
}

    .material-icons.md-18 {
        font-size: 18px;
        width: 18px;
        height: 18px;
    }

    .material-icons.md-20 {
        font-size: 20px;
        width: 20px;
        height: 20px;
    }

    .material-icons.md-22 {
        font-size: 22px;
        width: 22px;
        height: 22px;
    }

    .material-icons.md-24 {
        font-size: 24px;
        width: 24px;
        height: 24px;
    }

    .material-icons.md-26 {
        font-size: 26px;
        width: 26px;
        height: 26px;
    }

    .material-icons.md-28 {
        font-size: 28px;
        width: 28px;
        height: 28px;
    }

    .material-icons.md-30 {
        font-size: 30px;
        width: 30px;
        height: 30px;
    }

    .material-icons.md-36 {
        font-size: 36px;
        width: 36px;
        height: 36px;
    }

    .material-icons.md-48 {
        font-size: 48px;
        width: 49px;
        height: 48px;
    }

    .material-icons.md-60 {
        font-size: 60px;
        width: 62px;
        height: 60px;
    }

.pagination-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    margin-left: -.625rem;
}

    .pagination-list li {
        margin-left: .625rem;
    }

        .pagination-list li.active a, .pagination-list li:hover a {
            color: #2c7ae7;
            border-color: #2c7ae7;
        }

        .pagination-list li.active a {
            cursor: default;
            pointer-events: none;
        }

        .pagination-list li.pagination-item-arrow a {
            color: #2c7ae7;
            border-color: transparent;
            width: 1.5rem;
            height: 1.5rem;
        }

        .pagination-list li.pagination-item-arrow:hover a {
            color: #303036;
        }

        .pagination-list li.pagination-item-disabled a {
            color: #b9b9c8;
            pointer-events: none;
        }

        .pagination-list li.pagination-item-disabled:hover a {
            color: #b9b9c8;
        }

        .pagination-list li a {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 2.1875rem;
            height: 2.1875rem;
            color: #63636b;
            text-decoration: none;
            border: 1px solid #d4d4e1;
            border-radius: .375rem;
        }

.popup_style {
    display: none;
    width: 100%;
    max-width: 430px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-radius: 0;
    padding: 0 1rem;
    overflow: hidden;
}

    .popup_style.popup_style_wide {
        max-width: 700px;
    }

.popup {
    position: relative;
    width: 100%;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 2.5rem 2.85rem;
    margin: 0 auto;
    border-radius: .625rem;
    overflow: hidden;
}

.open_popup {
    display: block;
}

.popup_close {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1;
    color: #2c7ae7;
    transition: all .25s;
}

    .popup_close:hover {
        transform: rotate(90deg);
    }

.popup_title {
    margin-bottom: 2rem;
    text-align: center;
    font-weight: 700;
}

.сallback_popup_form .btn {
    width: 100%
}

.popup_style_sally {
    transform: scale3d(.5, .5, 1);
}

.popup_style_sandra {
    transform: scale3d(1.1, 1.1, 1);
}

.popup_style_slide_right {
    transform: translateX(300px);
}

.popup_style_slide_Left {
    transform: translateX(-300px);
}

.popup_style_slide_top {
    transform: translateY(-200px);
}

.popup_style_slide_bottom {
    transform: translateY(200px);
}

.popup_style_slide_fall {
    transform: translate(30%) translateZ(600px) rotate(10deg);
}

.popup_style_slide_3dflip_horizontal {
    transform: translateZ(-250px) rotateY(89deg);
    opacity: 1;
}

.popup_style_slide_3dflip_vertical {
    transform: translateZ(-250px) rotateX(89deg);
    opacity: 1;
}

.popup_visible .popup_style_sally {
    transform: scale3d(1, 1, 1);
}

.popup_visible .popup_style_sandra {
    transform: scale3d(1, 1, 1);
}

.popup_visible .popup_style_slide_Left, .popup_visible .popup_style_slide_right {
    transform: translateX(0);
}

.popup_visible .popup_style_slide_bottom, .popup_visible .popup_style_slide_top {
    transform: translateY(0);
}

.popup_visible .popup_style_slide_fall {
    transform: translate(0) translateZ(0) rotate(0);
}

.popup_visible .popup_style_slide_3dflip_horizontal {
    transform: translateZ(0) rotateY(0);
    opacity: 1;
}

.popup_visible .popup_style_slide_3dflip_vertical {
    transform: translateZ(0) rotateX(0);
    opacity: 1;
}

.tabs {
    position: relative;
}

.tabs-nav {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #d4d4e1;
    color: #303036;
}

    .tabs-nav li {
        padding: .625rem 0;
        margin-right: 2.5rem;
        cursor: pointer;
        position: relative;
        transition: all .25s;
    }

        .tabs-nav li:last-child {
            margin-right: 0;
        }

        .tabs-nav li::after {
            content: "";
            position: absolute;
            left: 50%;
            bottom: -1px;
            width: 0;
            height: 2px;
            background-color: #2c7ae7;
            transform: translateX(-50%);
            transition: all .25s;
        }

        .tabs-nav li.active, .tabs-nav li:hover {
            color: #2c7ae7;
        }

            .tabs-nav li.active::after, .tabs-nav li:hover::after {
                width: 100%
            }

.tabs-item {
    display: none;
    padding-top: 2rem;
}

    .tabs-item.active {
        display: block;
    }

.tabs-vertical {
    display: flex;
    align-items: flex-start;
}

    .tabs-vertical .tabs-nav {
        display: block;
        border: none;
        width: 255px;
        min-width: 255px;
        border-radius: .625rem;
        overflow: hidden;
    }

        .tabs-vertical .tabs-nav li {
            width: 100%;
            margin: 0;
            padding: 1rem 1.25rem;
            border-bottom: 1px solid #d4d4e1;
        }

            .tabs-vertical .tabs-nav li:last-child {
                border: none;
            }

            .tabs-vertical .tabs-nav li::after {
                content: none;
            }

            .tabs-vertical .tabs-nav li.active, .tabs-vertical .tabs-nav li:hover {
                background-color: #2c7ae7;
                color: #fff;
            }

    .tabs-vertical .tabs-item {
        padding-top: 0;
    }

    .tabs-vertical .tabs-container {
        padding-left: 2rem;
    }

.tabs-container {
    width: 100%
}

.intro {
    min-height: 500px;
    position: relative;
    z-index: 1;
}

.intro-slider, .intro-slider-item {
    height: 600px;
    overflow: hidden;
    display: block;
}

.intro-slider-item {
    display: flex;
    align-items: center;
    padding: 3.5rem 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    width: 100%
}

    .intro-slider-item .container {
        position: relative;
        z-index: 3;
    }

    .intro-slider-item::after {
        content: none;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, .7);
    }

.intro-content {
    width: 100%;
    max-width: 500px;
    padding-left: 100px;
    padding-bottom: 3.75rem;
}

.intro-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 2rem;
}

.intro-desc {
    color: #63636b;
}

    .intro-desc p {
        margin-bottom: 0;
    }

.intro-btns {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2.5rem;
    margin-bottom: -1.25rem;
    overflow: hidden;
}

    .intro-btns:last-child {
        margin-right: 0;
    }

    .intro-btns .btn {
        margin-right: 1.25rem;
        margin-bottom: 1.25rem;
    }

.intro-box {
    width: 100%;
    max-width: 500px;
    padding-left: 70px;
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-right: 3rem;
    background-color: #fff;
    border-radius: .625rem;
    box-shadow: .125rem .25rem 1.25rem .0875rem rgba(45, 45, 45, .13);
}

.intro-item-img-right {
    position: absolute;
    right: 0;
    width: 70%;
    height: 100%;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

    .intro-item-img-right::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(44, 122, 231, .07);
    }

.services {
    overflow: hidden;
}

.services-item {
    display: block;
    text-align: center;
    padding: 1.5rem;
    text-decoration: none;
}

    .services-item:hover {
        background-color: #2c7ae7;
        color: #fff;
        border-color: transparent;
    }

        .services-item:hover .services-item-ico {
            background: #fff;
            color: #2c7ae7;
            fill: #2c7ae7;
        }

        .services-item:hover .services-item-ico-bg {
            opacity: .14;
        }

        .services-item:hover .services-item-desc {
            color: #fff;
        }

    .services-item.services-item-modern {
        padding-top: 100px;
        padding-bottom: 3rem;
    }

        .services-item.services-item-modern .services-item-ico {
            position: absolute;
            left: -1.5rem;
            top: -1.5rem;
            padding-top: 1rem;
            padding-left: 1rem;
            margin: 0;
            z-index: 11;
        }

        .services-item.services-item-modern::before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 10px;
            height: 10px;
            background-color: transparent;
            z-index: 1;
            transition: all .25s .1s;
        }

        .services-item.services-item-modern:hover::before {
            background-color: #fff;
        }

    .services-item.services-item-row {
        display: flex;
        align-items: flex-start;
        text-align: left;
    }

        .services-item.services-item-row .services-item-ico {
            width: 88px;
            height: 88px;
            min-width: 88px;
            margin: 0;
            margin-right: 1.25rem;
        }

        .services-item.services-item-row .services-item-desc {
            font-size: 1rem;
        }

        .services-item.services-item-row .services-item-title {
            font-size: 1.375rem;
        }

        .services-item.services-item-row .services-item-ico-bg {
            top: -3rem;
        }

.services-item-ico {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 97px;
    height: 97px;
    min-width: 97px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #2c7ae7;
    background: linear-gradient(to right, #2876e2 0, #3f8efc 100%);
    margin: 0 auto 1.25rem;
    color: #fff;
    fill: #fff;
    transition: all .25s;
}

    .services-item-ico > svg {
        width: 48px;
        height: 48px;
    }

.services-item-ico-bg {
    position: absolute;
    left: -2rem;
    top: 2rem;
    z-index: 1;
    opacity: 0;
    color: #fff;
    fill: #fff;
    transition: all .25s .1s;
}

    .services-item-ico-bg i {
        font-size: 500px;
        width: 500px;
        height: 500px;
    }

.services-item-title {
    margin-bottom: 1rem;
    font-weight: 700;
}

.services-item-desc {
    color: #63636b;
    transition: all .25s;
}

.services-item-desc, .services-item-ico, .services-item-title {
    position: relative;
    z-index: 2;
}

.services-image-item {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}

    .services-image-item::after {
        content: "";
        float: left;
        margin-top: 100%
    }

    .services-image-item:hover .services-image-item-card-front {
        transform: rotateY(180deg);
    }

    .services-image-item:hover .services-image-item-card-back {
        transform: rotateY(0);
        z-index: 3;
    }

.services-image-item-card {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: .625rem;
    background-color: #fff;
    overflow: hidden;
    transition: .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.services-image-item-card-front {
    z-index: 2;
}

    .services-image-item-card-front img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

.services-image-item-card-back {
    z-index: 1;
    background-color: #2c7ae7;
    transform: rotateY(180deg);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    padding: 1.25rem;
}

.services-image-item-title {
    margin-bottom: 1.25rem;
}

.services-image-item-desc {
    margin-bottom: 1.25rem;
}

.advantages-item {
    position: relative;
    display: flex;
    align-items: flex-start;
}

    .advantages-item.advantages-item-bg {
        max-width: 270px;
        margin-left: auto;
        margin-right: auto;
    }

        .advantages-item.advantages-item-bg .advantages-item-info {
            padding-left: 0;
        }

    .advantages-item.advantages-item-min {
        display: block;
        max-width: 270px;
    }

        .advantages-item.advantages-item-min .advantages-item-info {
            padding-left: 0;
        }

        .advantages-item.advantages-item-min .advantages-item-title {
            font-size: 1.375rem;
        }

.advantages-item-min-header {
    display: flex;
    align-items: flex-end;
    margin-bottom: 1.25rem;
}

    .advantages-item-min-header .advantages-item-title {
        margin-bottom: 0;
    }

.advantages-item-count-min {
    font-size: 1.375rem;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    color: #2c7ae7;
    margin-right: 5px;
    line-height: 1.2;
}

.advantages-item-count {
    font-size: 1.0625rem;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    color: #2c7ae7;
    margin-top: .125rem;
    position: relative;
    z-index: 1;
    padding-right: .3125rem;
}

    .advantages-item-count::after {
        content: "";
        position: absolute;
        left: 100%;
        top: 50%;
        width: 3.25rem;
        height: 1px;
        background-color: #303036;
        margin-top: -1px;
    }

.advantages-item-info {
    position: relative;
    z-index: 1;
    padding-left: 3.75rem;
}

.advantages-item-title {
    font-weight: 700;
    margin-bottom: 1.25rem;
    min-height: 2.33333333333em;
}

.advantages-item-desc {
    color: #63636b;
}

    .advantages-item-desc p {
        margin: 0;
    }

.advantages-item-count-large {
    font-size: 9.5rem;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    color: rgba(44, 122, 231, .14);
    position: absolute;
    left: 0;
    bottom: -1rem;
    line-height: 1;
}

.main-counter {
    padding-right: 4.375rem;
    padding-left: 4.375rem;
    padding-top: 1.25rem;
}

    .main-counter::after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        width: 50px;
        height: 50px;
        background-color: #2c7ae7;
        border-radius: 50%;
        background: linear-gradient(to right, #2876e2 0, #3f8efc 100%);
    }

    .main-counter::before {
        content: "";
        position: absolute;
        right: 0;
        top: 90px;
        width: 34px;
        height: 34px;
        background-color: #2c7ae7;
        border-radius: 50%;
        background: linear-gradient(to right, #2876e2 0, #3f8efc 100%);
    }

.main-counter-item {
    position: relative;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    padding-bottom: .625rem;
}

.main-counter-item-circ {
    position: absolute;
    left: -70px;
    top: -20px;
    width: 100%;
    height: 100%;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    background-color: #2c7ae7;
    border-radius: 50%;
    overflow: hidden;
}

    .main-counter-item-circ::after {
        content: "";
        position: absolute;
        left: 30px;
        bottom: -50px;
        width: 220px;
        height: 220px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, .15);
        transition: all .25s;
    }

    .main-counter-item-circ::before {
        content: "";
        position: absolute;
        left: -25px;
        bottom: -65px;
        width: 220px;
        height: 220px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, .1);
        transition: all .25s;
    }

.main-counter-item-center {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #fff;
    box-shadow: 11.35px 22.275px 25.92px 1.08px rgba(14, 62, 129, .29);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.main-counter-title {
    font-size: 1.5rem;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    line-height: 1.2;
}

.main-counter-numb {
    font-size: 9rem;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    color: #2c7ae7;
    margin-bottom: 0;
    line-height: 1;
}

.counter-item-title {
    font-weight: 700;
    margin-bottom: 0;
}

.counter-item-numb {
    font-size: 2.5rem;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    line-height: 1.2;
    color: #2c7ae7;
    margin-bottom: 5px;
}

.counter-col {
    padding: 0 1.25rem 2rem;
    text-align: center;
}

.counter-col-numb {
    font-size: 2.5rem;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    line-height: 1.2;
    color: #2c7ae7;
    margin-bottom: .625rem;
}

.counter-col-title {
    margin-bottom: 0;
    font-size: 1.25rem;
}

.counter-col-ico {
    width: 5.625rem;
    height: 5.625rem;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #d4d4e1;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.25rem;
    padding-bottom: .5rem;
    margin-top: -2.5rem;
    background-color: #f0f4f8;
    color: #2c7ae7;
}

.counter-min {
    position: relative;
    height: 110px;
    padding-left: 30px;
}

.counter-min-block {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 75px;
    width: 120px;
    border-radius: .375rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #2c7ae7;
    background: linear-gradient(to right, #2876e2 0, #3f8efc 100%);
}

.counter-min-ico {
    line-height: 1;
}

.counter-min-info {
    padding-left: 105px;
    height: 100%;
    display: flex;
    border-radius: .375rem;
    background-color: #f0f4f8;
    align-items: center;
    padding-right: 10px;
}

    .counter-min-info .counter-min-title {
        margin-bottom: 0;
        font-size: 1.125rem;
    }

.counter-min-numb {
    font-size: 2.1875rem;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    margin-left: .625rem;
}

.project-item {
    position: relative;
    display: block;
    height: 400px;
    width: 100%;
    overflow: hidden;
}

    .project-item:hover .project-item-card-front {
        transform: rotateY(180deg);
    }

    .project-item:hover .project-item-card-back {
        transform: rotateY(0);
        z-index: 3;
    }

.project-item-card {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: .625rem;
    background-color: #fff;
    overflow: hidden;
    transition: .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.project-item-card-front {
    z-index: 2;
}

    .project-item-card-front img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

.project-item-card-back {
    z-index: 1;
    background-color: #2c7ae7;
    transform: rotateY(180deg);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    padding: 2rem 2.5rem;
}

.project-item-title {
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: 1.375rem;
}

.project-item-desc {
    margin-bottom: 1.5rem;
}

    .project-item-desc p {
        margin-bottom: 0;
    }

.project-col-carusel {
    width: 28%;
    margin-left: 15px;
}

.project-author {
    display: flex;
    justify-content: center;
    margin-top: 2.5rem;
}

.project-info {
    position: relative;
    padding-top: 10px;
}

.project-info-row {
    display: flex;
    margin-bottom: 1rem;
}

    .project-info-row:last-child {
        margin-bottom: 0;
    }

.project-info-label {
    font-weight: 700;
    font-family: Montserrat, sans-serif;
    margin-right: 1rem;
    min-width: 150px;
}

.project-carusel-item {
    height: 500px;
    width: 100%;
    margin-right: 1rem;
}

    .project-carusel-item img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

.project-carusel-thumb-item {
    position: relative;
    width: 220px;
    height: 140px;
    margin-right: 1rem;
}

    .project-carusel-thumb-item img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .project-carusel-thumb-item::after {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        height: 0;
        width: 100%;
        background-color: rgba(0, 0, 0, .5);
        transform: translateY(-50%);
        transition: all .3s;
    }

    .project-carusel-thumb-item.is-nav-selected::after, .project-carusel-thumb-item:hover::after {
        height: 100%
    }

.project-carusel-thumb {
    margin-top: 1.5rem;
}

.team-item {
    position: relative;
    display: block;
    text-decoration: none;
}

    .team-item:hover {
        color: #303036;
    }

        .team-item:hover .team-item-social-links {
            top: -14px;
            opacity: 1;
            visibility: visible;
        }

            .team-item:hover .team-item-social-links.team-item-social-links-relative {
                top: 0;
            }

.mobile .team-item-social-links, .tablet .team-item-social-links {
    top: -14px;
    opacity: 1;
    visibility: visible;
}

.team-item-img {
    height: 270px;
    background-color: #f0f4f8;
}

    .team-item-img img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

.team-item-title {
    line-height: 1.4;
    margin-bottom: .125rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.team-item-info {
    position: relative;
    text-align: center;
    padding: 1.5rem 1rem 1rem;
}

.team-item-position {
    color: #63636b;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 1rem;
}

.team-item-social-links {
    position: absolute;
    left: 50%;
    top: -28px;
    transform: translateX(-50%);
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .25s;
}

    .team-item-social-links.team-item-social-links-relative {
        position: relative;
        left: 0;
        top: 0;
        transform: none;
        opacity: 1;
        visibility: visible;
        margin-top: 1rem;
        justify-content: center;
    }

    .team-item-social-links li {
        margin-right: .375rem;
    }

        .team-item-social-links li:last-child {
            margin-right: 0;
        }

        .team-item-social-links li a {
            display: flex;
            width: 1.75rem;
            height: 1.75rem;
            border-radius: .375rem;
            background-color: #2c7ae7;
            fill: #fff;
            border: 1px solid #2c7ae7;
        }

            .team-item-social-links li a > svg {
                display: block;
                width: 16px;
                height: 16px;
                margin: auto;
            }

            .team-item-social-links li a:hover {
                background-color: transparent;
                fill: #2c7ae7;
            }

.team-item2 .team-item-info {
    padding: 1rem 1rem 0 1rem;
}

.reviews-item {
    position: relative;
    padding: 2rem 1.25rem;
}

.reviews-item-info {
    padding-top: .625rem;
}

.reviews-item-text {
    color: #63636b;
}

    .reviews-item-text p {
        margin-bottom: 0;
    }

.reviews-item-title {
    margin-bottom: .125rem;
    font-size: 1.125rem;
}

.reviews-item-header {
    display: flex;
    margin-bottom: 1.5rem;
}

.reviews-item-vertical {
    text-align: center;
}

    .reviews-item-vertical .reviews-item-header {
        flex-wrap: wrap;
        justify-content: center;
    }

    .reviews-item-vertical .reviews-item-info {
        width: 100%;
        text-align: center;
    }

    .reviews-item-vertical .reviews-item-img {
        margin-right: 0;
        margin-bottom: 1rem;
    }

    .reviews-item-vertical .reviews-item-info {
        padding-top: 0;
    }

.reviews-item-position {
    color: #63636b;
    font-size: 1rem;
}

.reviews-item-img {
    width: 4.6875rem;
    height: 4.6875rem;
    min-width: 4.6875rem;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 1.25rem;
    background-color: #f0f4f8;
}

    .reviews-item-img img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

.reviews-col {
    width: 29%;
    margin-right: 30px;
}

    .reviews-col:last-child {
        margin-right: 0;
    }

.reviews-carusel-wide .reviews-col {
    width: 100%
}

.reviews-carusel-wide .reviews-item-text {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}

.reviews-carusel-wide .flickity-viewport {
    transition: height .2s;
}

.reviews-container {
    margin-bottom: 2.5rem;
}

.reviews-thumb {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    margin-right: 1rem;
    margin-top: -2.34375rem;
}

    .reviews-thumb:last-child {
        margin-right: 0;
    }

.reviews-carusel-th .reviews-item-text {
    margin-bottom: 1.25rem;
}

.reviews-carusel-th .reviews-item-header {
    margin-bottom: 2rem;
}

.reviews-thumb-item {
    cursor: pointer;
}

    .reviews-thumb-item:last-child .reviews-item-img {
        margin-right: 0;
    }

    .reviews-thumb-item img {
        opacity: .6;
        transition: all .25s;
    }

    .reviews-thumb-item:hover img {
        opacity: .8;
    }

    .reviews-thumb-item.active img {
        opacity: 1;
    }

.news-item {
    position: relative;
}

.news-item-img {
    display: block;
    height: 320px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #f0f4f8;
}

    .news-item-img img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

.news-item-info {
    position: relative;
    padding: 2.1875rem 1.25rem 1.25rem;
}

.news-item-date {
    position: absolute;
    left: 50%;
    top: -1.125rem;
    height: 2.25rem;
    line-height: 2.25rem;
    padding: 0 .625rem;
    background-color: #2c7ae7;
    color: #fff;
    font-size: .8125rem;
    border-radius: .375rem;
    transform: translateX(-50%);
}

.news-item-title {
    margin-bottom: .625rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 1.125rem;
}

.news-item-desc {
    color: #63636b;
    height: 3.25rem;
    overflow: hidden;
}

    .news-item-desc p {
        margin-bottom: 0;
    }

.news-item-min .news-item-info {
    padding: 1.25rem;
}

.news-item-min .news-item-title {
    margin-bottom: 0;
}

.news-item-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    line-height: 1.2;
}

.news-item-auth {
    display: flex;
    align-items: center;
    text-decoration: none;
}

    .news-item-auth:hover {
        color: #303036;
    }

.news-item-auth-img {
    width: 35px;
    min-width: 35px;
    height: 35px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}

    .news-item-auth-img img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

.news-item-date2 {
    color: #63636b;
    margin-left: 1rem;
    white-space: nowrap;
}

.news-wide-item {
    position: relative;
    display: flex;
}

.news-wide-item-img {
    display: block;
    height: 200px;
    min-width: 250px;
    width: 250px;
}

    .news-wide-item-img img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

.news-wide-item-info {
    padding-left: 1.5625rem;
    width: 100%
}

.news-wide-item-title {
    margin-bottom: .625rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news-wide-item-row {
    display: flex;
    font-size: 1rem;
    color: #63636b;
}

.news-wide-item-date {
    padding-right: .625rem;
}

.news-wide-item-author a {
    text-decoration: none;
}

    .news-wide-item-author a:hover {
        text-decoration: underline;
    }

.news-wide-item-desc {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    color: #63636b;
    height: 4.875rem;
    overflow: hidden;
}

    .news-wide-item-desc p {
        margin: 0;
    }

.blog-nav {
    display: flex;
    flex-wrap: wrap;
    padding-top: .625rem;
}

.blog-post-header {
    margin-bottom: 2rem;
}

.blog-post-title {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.blog-post-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 1rem;
    color: #63636b;
    margin-bottom: -1rem;
    margin-left: -1.25rem;
}

.blog-post-meta-item {
    display: flex;
    align-items: center;
    margin-left: 1.25rem;
    margin-bottom: 1rem;
}

    .blog-post-meta-item i {
        margin-right: 5px;
        color: #2c7ae7;
    }

    .blog-post-meta-item a {
        text-decoration: none;
    }

        .blog-post-meta-item a:hover {
            text-decoration: underline;
        }

.blog-post-img {
    margin-top: 1.25rem;
    height: 500px;
}

    .blog-post-img img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

.blog-post-footer {
    margin-top: 2rem;
    padding-top: .625rem;
    border-top: 1px solid #d4d4e1;
}

.blog-post-cat {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -.625rem;
    margin-left: -1rem;
    font-size: 1rem;
}

    .blog-post-cat li {
        margin-bottom: .625rem;
        margin-left: 1rem;
    }

        .blog-post-cat li a {
            display: block;
            text-decoration: none;
        }

            .blog-post-cat li a:hover {
                text-decoration: underline;
            }

.blog-post-share {
    display: flex;
    align-items: center;
}

.blog-post-share-title {
    margin-right: 1.25rem;
    color: #63636b;
    margin-bottom: 0;
}

.page-social-links {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    transition: all .25s;
}

    .page-social-links li {
        margin-right: .625rem;
    }

        .page-social-links li:last-child {
            margin-right: 0;
        }

        .page-social-links li a {
            display: flex;
            width: 2.25rem;
            height: 2.25rem;
            border-radius: .375rem;
            fill: #303036;
            border: 1px solid #d4d4e1;
        }

            .page-social-links li a > svg {
                display: block;
                width: 1.125rem;
                height: 1.125rem;
                margin: auto;
            }

            .page-social-links li a:hover {
                border-color: #63636b;
            }

.news-timeline {
    position: relative;
}

    .news-timeline::after {
        content: "";
        position: absolute;
        left: 50%;
        top: 0;
        width: 2px;
        margin-left: -1px;
        height: 100%;
        background-color: #d4d4e1;
    }

.news-timeline-item-left .news-item, .news-timeline-item-right .news-item {
    height: auto;
}

.news-timeline-item-left:hover::after, .news-timeline-item-left:hover::before, .news-timeline-item-right:hover::after, .news-timeline-item-right:hover::before {
    background-color: #2c7ae7;
}

.news-timeline-item-right::after {
    content: "";
    position: absolute;
    right: 100%;
    top: 100px;
    width: 109px;
    margin-right: -15px;
    height: 2px;
    background-color: #d4d4e1;
    transition: all .25s;
}

.news-timeline-item-right::before {
    content: "";
    position: absolute;
    right: 100%;
    top: 94px;
    width: 15px;
    height: 15px;
    background-color: #d4d4e1;
    border-radius: 50%;
    margin-right: 87px;
    z-index: 2;
    transition: all .25s;
}

.news-timeline-item-right .news-item {
    margin-top: 50px;
}

.news-timeline-item-left::after {
    content: "";
    position: absolute;
    left: 100%;
    top: 50px;
    width: 111px;
    margin-left: -15px;
    height: 2px;
    background-color: #d4d4e1;
    transition: all .25s;
}

.news-timeline-item-left::before {
    content: "";
    position: absolute;
    left: 100%;
    top: 44px;
    width: 15px;
    height: 15px;
    background-color: #d4d4e1;
    border-radius: 50%;
    margin-left: 88px;
    z-index: 2;
    transition: all .25s;
}

.news-timeline-title {
    position: relative;
    background-color: #fff;
    text-align: center;
    z-index: 2;
    padding: 10px 0;
}

.news-timeline-title-mt {
    margin-top: 50px;
}

.author {
    display: flex;
    align-items: center;
    text-align: left;
}

.author-info .author-name {
    margin-bottom: 3px;
}

.author-info .author-date {
    color: #63636b;
}

.author-img {
    position: relative;
    width: 4.6875rem;
    height: 4.6875rem;
    margin-right: 1.25rem;
}

    .author-img img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

.comment-item {
    position: relative;
    margin-bottom: 2rem;
    padding: 1.5rem 1.25rem;
}

    .comment-item:last-child {
        margin-bottom: 0;
    }

.comment-item-row:hover .comment-item-reply {
    opacity: 1;
}

.comment-item-header {
    margin-bottom: 1rem;
}

.mobile .comment-item-reply, .tablet .comment-item-reply {
    opacity: 1;
}

.comment-item-reply {
    display: block;
    font-size: 1rem;
    text-decoration: none;
    opacity: 0;
    margin-top: 1rem;
}

    .comment-item-reply:hover {
        text-decoration: underline;
    }

.comment-item-author {
    display: flex;
    align-items: center;
}

.comment-item-author-img {
    width: 75px;
    height: 75px;
    min-width: 75px;
    margin-right: 1.25rem;
    border-radius: 50%;
    overflow: hidden;
    background-color: #f0f4f8;
}

    .comment-item-author-img img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

.comment-item-author-title {
    margin-bottom: 3px;
}

.comment-item-author-date {
    font-size: 1rem;
    color: #63636b;
    margin: 0;
}

.comment-item-desc {
    color: #63636b;
    margin: 0;
}

    .comment-item-desc p {
        margin: 0;
    }

.comment-item-list {
    margin-top: 2rem;
    padding-top: 1.25rem;
    border-top: 1px solid #d4d4e1;
    padding-left: 2.5rem;
}

    .comment-item-list > .comment-item-row {
        margin-bottom: 1.25rem;
        padding-bottom: 1.25rem;
        border-bottom: 1px solid #d4d4e1;
    }

        .comment-item-list > .comment-item-row:last-child {
            margin-bottom: 0;
            padding-bottom: 0;
            border: none;
        }

    .comment-item-list .comment-item-author-img {
        width: 60px;
        height: 60px;
        min-width: 60px;
    }

    .comment-item-list .item-title {
        font-size: 1rem;
    }

    .comment-item-list .comment-item-reply {
        margin-top: 7px;
    }

.pricing-item {
    position: relative;
    overflow: hidden;
}

.pricing-item-badge {
    position: absolute;
    top: 30px;
    right: -60px;
    width: 200px;
    height: 30px;
    line-height: 30px;
    background-color: #2c7ae7;
    color: #fff;
    text-align: center;
    font-size: 1rem;
    transform: rotate(45deg);
}

.pricing-item-header {
    padding: 2rem;
    border-bottom: 1px solid #d4d4e1;
    text-align: center;
}

.pricing-item-price {
    font-size: 2rem;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    color: #2c7ae7;
}

.pricing-item-title {
    text-transform: uppercase;
}

.pricing-item-content {
    padding: 2rem;
}

.pricing-item-list {
    list-style: none;
    margin: 0;
    padding: 0;
    fill: #63636b;
    color: #9b9b9b;
    line-height: 1.5rem;
    font-size: 1rem;
}

    .pricing-item-list li {
        display: flex;
        margin-bottom: .75rem;
    }

        .pricing-item-list li:last-child {
            margin-bottom: 0;
        }

        .pricing-item-list li.active {
            color: #303036;
        }

            .pricing-item-list li.active i {
                color: #2c7ae7;
                fill: #2c7ae7;
            }

        .pricing-item-list li i {
            margin-right: .625rem;
        }

.brands-item {
    position: relative;
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 180px;
}

    .brands-item.item-style {
        height: 180px;
    }

    .brands-item img {
        display: block;
        max-width: 100%;
        max-height: 100%
    }

.brands-col {
    width: 28%;
    margin-right: 30px;
}

    .brands-col:last-child {
        margin-right: 0;
    }

.comming-soon {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

    .comming-soon::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, .6);
    }

    .comming-soon .container {
        position: relative;
        z-index: 2;
    }

.countdown {
    display: flex;
    justify-content: space-between;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}

    .countdown.hidden {
        display: none;
    }

.countdown-number {
    padding: 1.25rem;
    width: 9.375rem;
    height: 9.375rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

    .countdown-number.item-style {
        height: 9.375rem;
        width: 9.375rem;
    }

.countdown-time {
    display: flex;
    justify-content: center;
    font-size: 3.75rem;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    width: 100%;
    line-height: 1;
}

.countdown-text {
    display: block;
    line-height: 1;
    color: #63636b;
}

.deadline-message {
    text-align: center;
    font-size: 1.25rem;
    font-weight: 700;
    text-decoration: line-through;
    display: none;
}

    .deadline-message.visible {
        display: block;
    }

.comming-soon-form {
    margin-top: 2.5rem;
}

.gallery-item {
    position: relative;
    margin: 0;
    display: block;
    width: 100%;
    height: 240px;
    text-decoration: none;
    color: #fff;
    background-color: #f0f4f8;
    overflow: hidden;
}

    .gallery-item:hover {
        color: #fff;
    }

        .gallery-item:hover .gallery-item-caption {
            opacity: 1;
            visibility: visible;
        }

            .gallery-item:hover .gallery-item-caption::after {
                height: 100%
            }

    .gallery-item img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

.gallery-item-caption {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: .625rem 1rem;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    font-size: 1.125rem;
    font-weight: 700;
    transition: all .3s;
}

    .gallery-item-caption::after {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        height: 50px;
        width: 100%;
        background-color: rgba(0, 0, 0, .5);
        transform: translateY(-50%);
        transition: all .3s;
    }

    .gallery-item-caption span {
        position: relative;
        display: block;
        z-index: 2;
    }

.pswp__img {
    -o-object-fit: cover;
    object-fit: cover;
}

.lg-outer .lg-thumb {
    margin: 0 auto -5px;
}

.gallery-grid-item-height2 .gallery-item {
    height: 525px;
}

.contact-info {
    position: relative;
    padding: 2rem 1.25rem;
    background-color: #f0f4f8;
    border-radius: .625rem;
    height: 100%
}

.contact-list {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #63636b;
}

    .contact-list li {
        display: flex;
        margin-bottom: 1.5rem;
    }

        .contact-list li:last-child {
            margin-bottom: 0;
        }

        .contact-list li i {
            margin-right: 5px;
            margin-top: .125rem;
            color: #2c7ae7;
        }

        .contact-list li a {
            text-decoration: none;
            display: block;
            color: #63636b;
        }

    .contact-list i {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .contact-list i.footer-contact-tel {
            font-size: 1.25rem;
        }

        .contact-list i.footer-contact-email {
            font-size: 1.125rem;
        }

    .contact-list .footer-contact-info {
        opacity: 1;
    }

.contact-form-padding {
    padding-left: 2rem;
}

.map {
    height: 500px;
}

    .map #map_canvas {
        height: 100%
    }

.map-auto {
    height: 100%
}

.contacts-info-item {
    padding: 3rem 1.25rem;
}

.contacts-info-item-ico {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
    color: #2c7ae7;
}

.contacts-info-item-content {
    text-align: center;
}

    .contacts-info-item-content a {
        text-decoration: none;
        color: #303036;
    }

        .contacts-info-item-content a:hover {
            color: #2c7ae7;
        }

.page-404 {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-self: center;
    justify-content: center;
    flex-wrap: wrap;
    overflow: hidden;
}

    .page-404 > svg {
        width: 100%;
        height: 85%
    }

    .page-404 .wrap-btn {
        position: absolute;
        left: 50%;
        bottom: 2rem;
        transform: translateX(-50%);
        width: 100%
    }

.header-top {
    position: relative;
    background-color: #303036;
    color: rgba(255, 255, 255, .8);
    padding: .625rem 0;
    font-size: 1rem;
    z-index: 1;
}

    .header-top i {
        color: #fff;
    }

    .header-top a {
        color: rgba(255, 255, 255, .8);
        text-decoration: none;
    }

        .header-top a:hover {
            color: #fff;
        }

.header-top-links {
    display: flex;
    align-items: center;
    margin-left: -2rem;
}

    .header-top-links > * {
        margin-left: 2rem;
    }

    .header-top-links .header-call-back-link {
        display: flex;
        align-items: center;
        color: #fff;
        opacity: .8;
    }

        .header-top-links .header-call-back-link i {
            margin-right: 5px;
        }

        .header-top-links .header-call-back-link span {
            border-bottom: 1px dashed #fff;
            transition: all .25s;
            line-height: 1.1;
        }

        .header-top-links .header-call-back-link:hover {
            opacity: 1;
        }

            .header-top-links .header-call-back-link:hover span {
                border-bottom-style: solid;
            }

.header-top-info {
    display: flex;
    align-items: center;
    margin-left: -1rem;
}

    .header-top-info b, .header-top-info strong {
        font-weight: 600;
    }

    .header-top-info li {
        display: flex;
        align-items: center;
        margin-left: 1rem;
    }

        .header-top-info li a {
            display: flex;
            align-items: center;
        }

            .header-top-info li a i {
                margin-right: .625rem;
            }

        .header-top-info li b, .header-top-info li strong {
            margin-right: 5px;
        }

.social-links {
    display: flex;
    align-items: center;
}

    .social-links li {
        margin-right: 1rem;
    }

        .social-links li:last-child {
            margin-right: 0;
        }

        .social-links li a {
            display: block;
            width: 1rem;
            height: 1rem;
            fill: #fff;
            overflow: hidden;
            opacity: .8;
        }

            .social-links li a svg {
                display: block;
                width: 100%;
                height: 100%
            }

        .social-links li:hover a {
            opacity: 1;
        }

.header-center {
    box-shadow: 0 0 .8125rem 0 rgba(77, 82, 94, .15);
}

    .header-center .header-lang-list {
        right: inherit;
        left: 0;
    }

    .header-center .header-fixed {
        box-shadow: none;
    }

        .header-center .header-fixed.fixed {
            box-shadow: 0 0 .8125rem 0 rgba(77, 82, 94, .15);
        }

.header-logo-center {
    padding: .625rem 0;
}

.header-fixed {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    padding: .75rem 0;
    background-color: #fff;
    font-size: 1rem;
    display: flex;
    align-items: center;
    z-index: 101;
    box-shadow: 0 0 .8125rem 0 rgba(77, 82, 94, .15);
}

    .header-fixed .logo {
        max-height: 35px;
        height: 35px;
    }

    .header-fixed .col-static {
        position: static;
    }

    .header-fixed .container {
        position: relative;
    }

.logo {
    display: block;
    text-decoration: none;
    color: #303036;
    opacity: 1;
    font-size: 1.125rem;
    font-family: Montserrat, sans-serif;
    height: 55px;
    font-weight: 700;
}

    .logo:hover {
        color: #303036;
    }

    .logo.logo-ico-widht-text {
        display: flex;
        align-items: center;
    }

    .logo .logo-ico {
        margin-right: 10px;
    }

    .logo img {
        max-height: 55px;
        max-width: 250px;
    }

@media only screen and (min-width:538px) and (max-width:1024px) {
    .logo img {
        max-height: 55px;
        max-width: 210px;
    }
}

.logo svg {
    display: block;
}

body.mob-main-mnu-open {
    overflow: hidden;
}

    body.mob-main-mnu-open .header-fixed {
        box-shadow: 0 0 .8125rem 0 rgba(77, 82, 94, .15);
    }

    body.mob-main-mnu-open .mob-main-mnu {
        transform: none;
    }

.mob-main-mnu {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    max-width: 320px;
    background-color: #fff;
    z-index: 100;
    box-shadow: 0 0 .8125rem 0 rgba(77, 82, 94, .15);
    transform: translateX(-150%);
    overflow: hidden;
    overflow-y: auto;
    transition: all .6s, padding-top 0s;
}

.mf-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, .8);
    z-index: 99;
    opacity: 0;
    cursor: pointer;
    visibility: hidden;
    transition: opacity .6s;
}

    .mf-bg.visible {
        opacity: 1;
        visibility: visible;
        width: 100%;
        height: 100%
    }

.mob-main-mnu-footer {
    padding: 1.25rem;
    font-size: 1rem;
    border-bottom: 1px solid #fff;
}

.mob-main-mnu-lang {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

    .mob-main-mnu-lang li {
        margin-right: 1.25rem;
    }

        .mob-main-mnu-lang li:last-child {
            margin-right: 0;
        }

        .mob-main-mnu-lang li a {
            color: #303036;
            text-decoration: none;
        }

        .mob-main-mnu-lang li.active a {
            color: #2c7ae7;
        }

.mob-main-mnu-content {
    background-color: #f0f4f8;
}

.mob-main-mnu-list {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 16px;
}

    .mob-main-mnu-list > li {
        position: relative;
        border-bottom: 1px solid #fff;
    }

        .mob-main-mnu-list > li > a {
            display: block;
            color: #303036;
            text-decoration: none;
            width: 100%;
            padding: 0 3.75rem 0 1.25rem;
            height: 3.125rem;
            line-height: 3.125rem;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

        .mob-main-mnu-list > li.active > a, .mob-main-mnu-list > li.open > a {
            background-color: #2c7ae7;
            color: #fff;
        }

        .mob-main-mnu-list > li.active .mmm-btn, .mob-main-mnu-list > li.open .mmm-btn {
            color: #fff;
        }

        .mob-main-mnu-list > li.open .mmm-btn {
            transform: rotateX(180deg);
        }

        .mob-main-mnu-list > li .mmm-btn {
            position: absolute;
            right: 0;
            top: 0;
            width: 3.125rem;
            height: 3.125rem;
            border-left: 1px solid #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all .25s;
            cursor: pointer;
        }

.mob-main-submnu {
    display: none;
    padding: 1.5625rem 0 1.5625rem;
    border-top: 1px solid #fff;
    background-color: #fff;
}

.mob-main-submnu-item {
    margin-bottom: 1.5625rem;
}

    .mob-main-submnu-item:last-child {
        margin-bottom: 0;
    }

    .mob-main-submnu-item ul {
        font-size: 1rem;
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .mob-main-submnu-item ul li {
            border-bottom: 1px solid #d4d4e1;
        }

            .mob-main-submnu-item ul li:first-child {
                border-top: 1px solid #d4d4e1;
            }

            .mob-main-submnu-item ul li a {
                display: block;
                padding: .625rem 1.25rem .625rem 2.5rem;
                text-decoration: none;
                color: #303036;
            }

.mob-main-submnu-item-title {
    font-size: .8125rem;
    font-weight: 700;
    margin-bottom: 1rem;
    padding: 0 1.25rem;
    text-transform: uppercase;
}

.mobile .main-mnu-list > li.main-mnu-item-has-child > a, .tablet .main-mnu-list > li.main-mnu-item-has-child > a {
    pointer-events: none;
}

.main-mnu-list {
    display: flex;
    margin-left: -1.25rem;
}

    .main-mnu-list > li {
        position: relative;
        margin-left: 1.25rem;
        padding: 1rem 0;
    }

        .main-mnu-list > li > .mnu-label {
            right: initial;
            left: 10px;
            top: 0;
        }

        .main-mnu-list > li.active > a > span, .main-mnu-list > li:hover > a > span {
            transform: translateY(100%);
        }

        .main-mnu-list > li.active > a::after, .main-mnu-list > li:hover > a::after {
            transform: none;
        }

        .main-mnu-list > li:hover .main-sub-mnu, .main-mnu-list > li:hover > ul {
            transform: none;
            opacity: 1;
            visibility: visible;
            z-index: 11;
        }

        .main-mnu-list > li:hover > a i {
            transform: rotateX(180deg);
        }

        .main-mnu-list > li.main-mnu-item-mega-mnu {
            position: static;
        }

        .main-mnu-list > li > a {
            font-size: .9375rem;
            padding: 0 .625rem;
            overflow: hidden;
        }

            .main-mnu-list > li > a::after {
                content: attr(data-title);
                position: absolute;
                left: 0;
                top: 0;
                transform: translateY(-100%);
                padding: 0 .625rem;
                width: 100%;
                transition: all .4s;
                color: #2c7ae7;
            }

            .main-mnu-list > li > a > span {
                display: block;
                transform: translateY(0);
                transition: all .4s;
            }

        .main-mnu-list > li a {
            color: #303036;
            position: relative;
            display: block;
            text-decoration: none;
            font-size: 1rem;
        }

        .main-mnu-list > li.main-mnu-item-has-child {
            padding-right: 0;
        }

            .main-mnu-list > li.main-mnu-item-has-child > a {
                display: flex;
                align-items: center;
            }

                .main-mnu-list > li.main-mnu-item-has-child > a i {
                    margin-left: 3px;
                    font-size: 18px;
                    width: 18px;
                    height: 18px;
                    color: #2c7ae7;
                    transition: all .4s;
                }

        .main-mnu-list > li > ul {
            position: absolute;
            top: 100%;
            background-color: #fff;
            box-shadow: .125rem .25rem 1.25rem .0875rem rgba(45, 45, 45, .13);
            min-width: 200px;
            z-index: 10;
            transform: translateY(15px);
            font-weight: 400;
            opacity: 0;
            visibility: hidden;
            padding: .75rem 0;
            transition: all .2s .2s;
            cursor: default;
        }

            .main-mnu-list > li > ul > li {
                padding: .5rem 1.5625rem;
            }

                .main-mnu-list > li > ul > li > a {
                    display: block;
                }

            .main-mnu-list > li > ul li a {
                transition: all .25s 0s;
                overflow: hidden;
            }

                .main-mnu-list > li > ul li a::after {
                    content: attr(data-title);
                    position: absolute;
                    left: 0;
                    top: 0;
                    transform: translateY(-100%);
                    width: 100%;
                    transition: all .4s;
                    color: #2c7ae7;
                }

                .main-mnu-list > li > ul li a > span {
                    display: block;
                    transform: translateY(0);
                    transition: all .4s;
                }

                .main-mnu-list > li > ul li a:hover > span {
                    transform: translateY(100%);
                }

                .main-mnu-list > li > ul li a:hover::after {
                    transform: translateY(0);
                }

.mnu-label {
    font-size: .5rem;
    text-transform: uppercase;
    color: #fff;
    padding: 1px 3px;
    background-color: #ff3d0d;
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 600;
    z-index: 1;
}

.main-mnu-btn {
    position: relative;
    display: block;
    width: 24px;
    height: 18px;
    overflow: hidden;
}

    .main-mnu-btn .bar {
        position: absolute;
        display: block;
        width: 100%;
        height: 2px;
        background-color: #303036;
        transition: all .4s ease-in-out;
    }

    .main-mnu-btn .bar-1 {
        top: 0;
    }

    .main-mnu-btn .bar-2, .main-mnu-btn .bar-3 {
        top: 8px;
    }

    .main-mnu-btn .bar-3 {
        right: 0;
    }

    .main-mnu-btn .bar-4 {
        bottom: 0;
    }

    .main-mnu-btn.active .bar-1 {
        transform: translateX(40px);
        background-color: transparent;
    }

    .main-mnu-btn.active .bar-2 {
        transform: rotate(45deg);
    }

    .main-mnu-btn.active .bar-3 {
        transform: rotate(-45deg);
    }

    .main-mnu-btn.active .bar-4 {
        transform: translateX(-40px);
        background-color: transparent;
    }

.main-sub-mnu {
    position: absolute;
    left: 15px;
    top: 100%;
    background-color: #fff;
    box-shadow: .125rem .25rem 1.25rem .0875rem rgba(45, 45, 45, .13);
    width: 100%;
    width: calc(100% - 30px);
    z-index: 10;
    transform: translateY(15px);
    font-weight: 400;
    opacity: 0;
    visibility: hidden;
    min-height: 300px;
    transition: all .2s .2s;
    z-index: -1;
    cursor: default;
}

    .main-sub-mnu .mega-mnu-title {
        font-size: 1rem;
        font-weight: 700;
        margin-bottom: 2rem;
    }

    .main-sub-mnu .container, .main-sub-mnu .row {
        min-height: 300px;
    }

.main-sub-mnu-banner {
    padding: 0;
}

.mega-mnu-item {
    padding: 2.5rem 1.25rem 2.5rem 3.125rem;
}

    .mega-mnu-item::after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        width: 1px;
        height: 100%;
        background-color: rgba(212, 212, 225, .5);
    }

    .mega-mnu-item:last-child::after {
        content: none;
    }

.main-sub-mnu-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -1.25rem;
}

    .main-sub-mnu-list > li {
        width: 50%;
        position: relative;
        padding-right: 1rem;
        margin-bottom: .5rem;
    }

        .main-sub-mnu-list > li:hover > a > span {
            transform: translateY(100%);
        }

        .main-sub-mnu-list > li:hover > a::after {
            transform: translateY(0);
        }

        .main-sub-mnu-list > li > a {
            position: relative;
            display: block;
            overflow: hidden;
        }

            .main-sub-mnu-list > li > a::after {
                content: attr(data-title);
                position: absolute;
                left: 0;
                top: 0;
                transform: translateY(-100%);
                transition: all .4s;
                color: #2c7ae7;
                width: 100%;
                padding: 2px 0;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

            .main-sub-mnu-list > li > a > span {
                display: block;
                transform: translateY(0);
                transition: all .4s;
                padding: 2px 0;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

.main-sub-mnu-banner {
    position: relative;
    background-color: #f0f4f8;
    color: #fff;
}

.main-sub-mnu-slider {
    height: 100%
}

    .main-sub-mnu-slider .owl-item, .main-sub-mnu-slider .owl-stage, .main-sub-mnu-slider .owl-stage-outer {
        height: 100%
    }

.main-mnu-list > li a.mnu-slider-item {
    display: flex;
    color: #fff;
}

.mnu-slider-item {
    padding: 2.5rem 3.75rem 2.5rem 1.875rem;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    width: 100%;
    color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.mnu-slider-item-subtitle {
    font-size: .75rem;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: .625rem;
}

.mnu-slider-item-title {
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 500;
}

.main-sub-mnu-slider .flickity-prev-next-button {
    position: absolute;
    padding: 5px;
    background: 0 0;
    width: 20px;
    height: 20px;
    fill: #fff;
    padding: 0;
    border: none;
    line-height: 1;
}

.main-sub-mnu-slider .flickity-button-icon {
    fill: #fff;
}

.header-search.open .header-search-ico-close {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.header-search.open .header-search-ico-search {
    visibility: hidden;
    opacity: 0;
    transform: scale(.3);
}

.header-search.open .header-search-form {
    visibility: visible;
    opacity: 1;
}

.header-search-ico {
    cursor: pointer;
    transition: all .25s;
    height: 22px;
    width: 22px;
    position: relative;
    z-index: 13;
}

    .header-search-ico:hover {
        color: #2c7ae7;
    }

.header-search-ico-close, .header-search-ico-search {
    position: absolute;
    left: 0;
    top: 0;
    transition: all .2s;
}

.header-search-ico-close {
    visibility: hidden;
    opacity: 0;
    transform: scale(.3);
}

.header-search-ico-search {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

.header-search-form {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    padding-right: 32px;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
}

    .header-search-form .form-field {
        margin: 0;
    }

        .header-search-form .form-field .form-field-input {
            padding-right: 40px;
        }

.header-search-btn, .search-btn {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    margin: 0;
    border: none;
    background: 0 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: all .25s;
}

    .header-search-btn:hover, .search-btn:hover {
        color: #2c7ae7;
    }

    .header-search-btn:focus, .search-btn:focus {
        outline: 0;
    }

    .header-search-btn:active i, .search-btn:active i {
        transform: scale(.8);
    }

    .header-search-btn i, .search-btn i {
        transition: all .25s;
    }

.mobile .header-lang.open .header-lang-current > span, .tablet .header-lang.open .header-lang-current > span {
    transform: none;
}

.header-lang {
    position: relative;
    padding: 15px 0;
}

    .header-lang.open .header-lang-list {
        opacity: 1;
        visibility: visible;
        transform: none;
    }

    .header-lang.open .header-lang-current > span {
        transform: translateY(100%);
    }

    .header-lang.open .header-lang-current::after {
        transform: none;
    }

.header-lang-current {
    cursor: pointer;
    min-width: 25px;
    text-align: center;
}

.header-lang-list {
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 10;
    background-color: #fff;
    box-shadow: .125rem .25rem 1.25rem .0875rem rgba(45, 45, 45, .13);
    padding: .75rem 0;
    transition: all .2s;
    transform: translateY(15px);
    opacity: 0;
    visibility: hidden;
}

    .header-lang-list li {
        padding: .4rem 1.5625rem;
    }

        .header-lang-list li a span {
            padding: 2px 0;
        }

        .header-lang-list li a::after {
            padding: 2px 0;
        }

.header-navbar {
    position: relative;
    z-index: 3;
}

    .header-navbar.open .header-navbar-content {
        opacity: 1;
        visibility: visible;
        transform: none;
    }

    .header-navbar .social-links li a {
        opacity: 1;
    }

.header-navbar-btn {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all .25s;
}

    .header-navbar-btn:hover {
        color: #2c7ae7;
    }

    .header-navbar-btn:active {
        transform: scale(.8);
    }

.header-navbar-content {
    position: absolute;
    top: 100%;
    right: 0;
    padding: 1.25rem 1.5625rem;
    background-color: #fff;
    font-size: 1rem;
    transition: all .4s;
    opacity: 0;
    visibility: hidden;
    transform: translateX(30px);
    white-space: nowrap;
    z-index: 15;
    box-shadow: .125rem .25rem 1.25rem .0875rem rgba(45, 45, 45, .13);
}

    .header-navbar-content > li {
        display: flex;
        margin-bottom: 15px;
    }

        .header-navbar-content > li:last-child {
            margin-bottom: 0;
        }

    .header-navbar-content i {
        color: #303036;
    }

    .header-navbar-content b {
        margin-right: 5px;
    }

    .header-navbar-content a {
        color: #303036;
        text-decoration: none;
        display: flex;
        align-items: center;
    }

        .header-navbar-content a:hover {
            color: #303036;
        }

        .header-navbar-content a i {
            margin-right: 10px;
        }

    .header-navbar-content .header-call-back-link span {
        border-bottom: 1px dashed #303036;
        transition: all .25s;
        line-height: 1.3;
    }

    .header-navbar-content .header-call-back-link:hover span {
        border-bottom-style: solid;
    }

    .header-navbar-content .social-links {
        margin-top: 5px;
    }

        .header-navbar-content .social-links li a {
            fill: #303036;
        }

.sibebar-item-bg {
    position: relative;
    padding: 1.5rem 1rem;
}

.sidebar-item-title {
    line-height: 1.2;
    font-family: Montserrat, sans-serif;
    margin-bottom: 1.5rem;
}

.sidebar-item-desc {
    font-size: 1rem;
    margin-bottom: 1.25rem;
    color: #63636b;
}

.sidebar-tags {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -.625rem;
    margin-left: -1rem;
    font-size: 1rem;
}

    .sidebar-tags li {
        margin-bottom: .625rem;
        margin-left: 1rem;
    }

        .sidebar-tags li a {
            text-decoration: none;
        }

            .sidebar-tags li a:hover {
                text-decoration: underline;
            }

.sidebar-recent-posts li {
    margin-bottom: 1.25rem;
}

    .sidebar-recent-posts li:last-child {
        margin-bottom: 0;
    }

.sidebar-recent-post {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 1rem;
    color: #303036;
    font-weight: 700;
}

    .sidebar-recent-post:hover {
        color: #2c7ae7;
    }

.sidebar-recent-post-img {
    height: 75px;
    min-width: 85px;
    width: 85px;
}

    .sidebar-recent-post-img img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

.sidebar-recent-post-title {
    text-decoration: none;
    padding-left: .625rem;
    line-height: 1.625;
}

.sidebar-cat-item {
    margin-bottom: .75rem;
    font-size: 1rem;
    display: flex;
    color: #63636b;
}

    .sidebar-cat-item:last-child {
        margin-bottom: 0;
    }

    .sidebar-cat-item a {
        color: #63636b;
        display: block;
        width: 100%;
        text-decoration: none;
    }

        .sidebar-cat-item a:hover {
            color: #2c7ae7;
        }

.sidebar-cat-count {
    margin-left: .625rem;
    min-width: 1.125rem;
    text-align: right;
}

.section {
    position: relative;
    padding: 5rem 0;
}

.page-sections {
    padding-top: 3.5rem;
}

    .page-sections .section {
        padding: 0;
        margin-bottom: 3.5rem;
    }

        .page-sections .section:last-child {
            margin-bottom: 0;
        }

.section-overflow-hidden {
    overflow: hidden;
}

.section-dark {
    background-color: #303036;
    color: #fff;
}

    .section-dark a {
        color: #fff;
    }

.section-bg {
    background-color: #f0f4f8;
    background-position: center;
    background-size: cover;
}

.wrapp-section-title {
    margin-bottom: 3.5rem;
}

.section-title {
    position: relative;
    font-weight: 700;
    font-size: 2.5rem;
}

.section-desc {
    margin-top: 1.25rem;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    color: #63636b;
}

.section-subtitle {
    font-size: 1rem;
    margin-bottom: .3125rem;
    text-transform: uppercase;
    color: #2c7ae7;
}

.section-title-center {
    text-align: center;
}

.section-btns {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: -1rem;
    margin-bottom: -1rem;
    margin-top: .3125rem;
}

    .section-btns .btn {
        margin-bottom: 1rem;
        margin-left: 1rem;
    }

.section-nav {
    position: relative;
    margin-bottom: 3rem;
    margin-top: -.3125rem;
}

.section-nav-list {
    list-style: none;
    margin: 0;
    padding: .3125rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    text-transform: uppercase;
    width: 100%;
    overflow-x: auto;
}

    .section-nav-list li {
        cursor: pointer;
        padding: 2px 5px;
        margin-right: 1.5rem;
        white-space: nowrap;
        transition: all .25s;
    }

        .section-nav-list li:last-child {
            margin-right: 0;
        }

        .section-nav-list li.active, .section-nav-list li:hover {
            color: #2c7ae7;
        }

.section-row {
    display: flex;
    flex-wrap: wrap;
}

.section-item {
    width: 50%;
    max-height: 100%
}

.section-path {
    width: calc(1140px / 2);
    padding: 0 15px;
}

.section-path-left {
    margin-left: auto;
}

.section-path-right {
    margin-right: auto;
}

.section-right-picture {
    display: block;
    width: 100%;
    height: 100%;
    padding-left: 2rem;
}

    .section-right-picture img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

.main-content {
    position: relative;
    padding: 5rem 0;
}

.title-center {
    text-align: center;
}

.wrapp-page-title {
    margin-bottom: 3.5rem;
}

    .wrapp-page-title .page-title {
        margin-bottom: 0;
    }

    .wrapp-page-title.page-title-center {
        text-align: center;
    }

    .wrapp-page-title.page-title-m0 {
        margin-bottom: 0;
    }

.page-title {
    font-weight: 700;
}

.page-desc {
    margin-top: 1.25rem;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    color: #63636b;
}

.page-subtitle {
    font-size: 1rem;
    margin-bottom: .3125rem;
    text-transform: uppercase;
    color: #2c7ae7;
}

.grid-item p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.p-title {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: .625rem;
}

.page-404-title {
    font-size: 5rem;
}

.search-page-container {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.search-page-list {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 3.5rem;
    counter-reset: item;
}

    .search-page-list li {
        margin-bottom: 1.5rem;
        display: flex;
        align-items: flex-start;
    }

        .search-page-list li:last-child {
            margin-bottom: 0;
        }

        .search-page-list li a {
            font-weight: 700;
            font-family: Montserrat, sans-serif;
            text-decoration: none;
        }

            .search-page-list li a:hover {
                text-decoration: underline;
            }

        .search-page-list li::before {
            content: counter(item) ".";
            counter-increment: item;
            display: block;
            min-width: 2rem;
            top: 0;
        }

        .search-page-list li p {
            margin-top: .3125rem;
            margin-bottom: 0;
            color: #63636b;
            font-size: 1rem;
        }

.search-page-results-text {
    margin-bottom: 0;
    margin-top: 2rem;
}

    .search-page-results-text b, .search-page-results-text strong {
        font-weight: 600;
        font-family: Montserrat, sans-serif;
    }

.footer {
    position: relative;
    background-color: #303036;
    width: 100%;
    color: #fff;
    font-size: 1rem;
}

    .footer i, .footer p {
        opacity: .8;
    }

    .footer a {
        opacity: .8;
        color: #fff;
        text-decoration: none;
    }

        .footer a:hover {
            color: #fff;
        }

        .footer a::after {
            color: #fff;
        }

    .footer.footer-light {
        background-color: #f0f4f8;
        color: #303036;
        border-top: 1px solid #fff;
    }

        .footer.footer-light .footer-contact-info, .footer.footer-light .footer-item-title, .footer.footer-light a, .footer.footer-light i, .footer.footer-light p {
            opacity: 1;
        }

        .footer.footer-light a {
            color: #303036;
        }

            .footer.footer-light a:hover {
                color: #303036;
            }

            .footer.footer-light a::after {
                color: #303036;
            }

        .footer.footer-light .footer-social-links li a {
            fill: #303036;
            border-color: #303036;
        }

            .footer.footer-light .footer-social-links li a:hover {
                fill: #fff;
                background-color: #303036;
            }

        .footer.footer-light .footer-bottom {
            border-color: rgba(48, 48, 54, .2);
        }

        .footer.footer-light .footer-links ul li a {
            border-color: #303036;
        }

        .footer.footer-light .footer-subscribe .form-field input {
            color: #303036;
        }

    .footer.footer-widget-light .footer-contact-info, .footer.footer-widget-light .footer-item-title, .footer.footer-widget-light a, .footer.footer-widget-light i, .footer.footer-widget-light p {
        opacity: 1;
    }

    .footer.footer-widget-light .footer-main {
        background-color: #f0f4f8;
        color: #303036;
        border-top: 1px solid #fff;
    }

        .footer.footer-widget-light .footer-main a {
            color: #303036;
        }

            .footer.footer-widget-light .footer-main a:hover {
                color: #303036;
            }

            .footer.footer-widget-light .footer-main a::after {
                color: #303036;
            }

        .footer.footer-widget-light .footer-main .footer-social-links li a {
            fill: #303036;
            border-color: #303036;
        }

            .footer.footer-widget-light .footer-main .footer-social-links li a:hover {
                fill: #fff;
                background-color: #303036;
            }

        .footer.footer-widget-light .footer-main .footer-subscribe .form-field input {
            color: #303036;
        }

.mobile .footer, .tablet .footer {
    z-index: 1 !important;
    position: relative !important;
}

.mobile .main-inner, .tablet .main-inner {
    margin-bottom: 0 !important;
}

.footer-minimal .footer-company-info .logo {
    margin-bottom: 0;
}

.footer-minimal .footer-main {
    padding: 4rem 0;
}

.footer-center {
    text-align: center;
}

    .footer-center .footer-social-links {
        justify-content: center;
    }

    .footer-center .footer-company-top {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

.footer-company-top .logo {
    opacity: 1;
}

.footer-main {
    padding: 5rem 0;
}

.footer-company-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%
}

    .footer-company-info .logo {
        margin-bottom: 1.25rem;
        height: auto;
    }

.footer-company-desc {
    margin-bottom: 2rem;
    text-align: justify;
}

    .footer-company-desc p {
        margin-bottom: 0;
    }

.footer-social-links {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    transition: all .25s;
}

    .footer-social-links li {
        margin-right: .625rem;
    }

        .footer-social-links li:last-child {
            margin-right: 0;
        }

        .footer-social-links li a {
            display: flex;
            width: 2.25rem;
            height: 2.25rem;
            border-radius: .375rem;
            fill: #fff;
            border: 1px solid #fff;
            background:#fff;
        }

            .footer-social-links li a > svg {
                display: block;
                width: 1.125rem;
                height: 1.125rem;
                margin: auto;
            }

            .footer-social-links li a:hover {
                background-color: #fff;
                fill: #303036;
                opacity: 1;
            }

.footer-item {
    margin-bottom: 2rem;
}

    .footer-item:last-child {
        margin-bottom: 0;
    }

.footer-item-title {
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
    opacity: .9;
    font-weight: 700;
}

.footer-mnu li {
    margin-bottom: 1rem;
}

    .footer-mnu li:last-child {
        margin-bottom: 0;
    }

.footer-mnu-line {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-left: -2rem;
    margin-bottom: -1rem;
}

    .footer-mnu-line li {
        margin-left: 2rem;
        margin-bottom: 1rem;
    }

.footer-contacts li {
    display: flex;
    margin-bottom: 1rem;
}

    .footer-contacts li:last-child {
        margin-bottom: 0;
    }

    .footer-contacts li i {
        margin-right: 5px;
    }

.footer-contacts i {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .footer-contacts i.footer-contact-tel {
        font-size: 1.25rem;
    }

    .footer-contacts i.footer-contact-email {
        font-size: 1.125rem;
    }

.footer-contact-info {
    opacity: .8;
}

    .footer-contact-info a {
        opacity: 1;
    }

        .footer-contact-info a:hover {
            text-decoration: underline;
        }

.footer-subscribe {
    display: flex;
}

    .footer-subscribe .form-field {
        margin-right: 1rem;
        margin-bottom: 0;
        width: 100%
    }

        .footer-subscribe .form-field input {
            background-color: transparent;
            color: #fff;
        }

.footer-bottom {
    padding: 3rem 0;
    border-top: 1px solid rgba(255, 255, 255, .2);
}

    .footer-bottom .copyright {
        opacity: .8;
    }

    .footer-bottom .items {
        margin-bottom: -2.5rem;
    }

    .footer-bottom .item {
        margin-bottom: 2.5rem;
    }

.footer-links ul {
    display: flex;
    margin-bottom: -1rem;
    margin-left: -1.25rem;
}

    .footer-links ul li {
        margin-bottom: 1rem;
        margin-left: 1.25rem;
    }

        .footer-links ul li a {
            display: block;
            text-decoration: none;
            border-bottom: 1px dashed #fff;
        }

            .footer-links ul li a:hover {
                border-bottom-style: solid;
            }

.items {
    margin-bottom: -45px;
}

.item {
    margin-bottom: 45px;
}

.content-items {
    margin-bottom: -3.5rem;
}

.content-item {
    margin-bottom: 3.5rem;
}

.item-style {
    position: relative;
    background-color: #fff;
    border-radius: .625rem;
    overflow: hidden;
    color: #303036;
    height: 100%;
    transition: all .25s;
}

    .item-style:hover {
        box-shadow: .125rem .25rem 1.25rem .0875rem rgba(45, 45, 45, .13);
    }

        .item-style:hover::after {
            border-color: transparent;
        }

    .item-style::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border-radius: .625rem;
        border: 1px solid #d4d4e1;
        overflow: hidden;
        pointer-events: none;
        transition: all .25s;
    }

.flickity-slider .item-style:hover {
    box-shadow: none;
}

    .flickity-slider .item-style:hover::after {
        border-color: #2c7ae7;
    }

.img-style {
    border: 1px solid #d4d4e1;
    background-color: #f0f4f8;
    border-radius: .625rem;
    overflow: hidden;
}

    .img-style img {
        margin: 0;
    }

.item-title {
    font-size: 1.125rem;
    font-weight: 700;
}

    .item-title a {
        text-decoration: none;
        color: #303036;
    }

        .item-title a:hover {
            color: #2c7ae7;
        }

.item-border-radius {
    border-radius: .625rem;
}

#gdpr-cookie-message .container {
    margin: 0 auto;
}

#gdpr-cookie-message h3 {
    font-size: 1.3125rem;
    font-weight: 400;
    color: #303036;
    margin-bottom: 1.25rem;
}

#gdpr-cookie-message p, ul {
    margin-bottom: 1.25rem;
}

#gdpr-cookie-message li {
    list-style: none;
    margin-bottom: .625rem;
}

    #gdpr-cookie-message li:last-child {
        margin-bottom: 0;
    }

#gdpr-cookie-message input[type=checkbox] {
    margin-top: .625rem;
    margin-right: 1rem;
    float: left;
}

#gdpr-cookie-message label {
    display: inline-block;
    max-width: 90%
}

#gdpr-cookie-message code {
    color: #303036;
    font-size: 1rem;
    background: #fff;
    padding: .1875rem .3125rem;
    border: 1px solid #d4d4e1;
}

#ihavecookiesBtn {
    margin-left: 0 !important;
}

#gdpr-cookie-message {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(48, 48, 54, .9);
    padding: 1.25rem 1rem;
    padding-right: 220px;
    box-shadow: 0 .375rem .375rem rgba(0, 0, 0, .25);
    z-index: 111111;
}

    #gdpr-cookie-message h4 {
        color: #fff;
        font-size: 1.125rem;
        font-weight: 700;
        margin-bottom: .625rem;
    }

    #gdpr-cookie-message h5 {
        color: #303036;
        font-size: 1rem;
        font-weight: 700;
        margin-bottom: .625rem;
    }

    #gdpr-cookie-message p, #gdpr-cookie-message ul {
        color: #fff;
        font-size: 1rem;
        line-height: 1.5em;
    }

    #gdpr-cookie-message p {
        margin: 0;
    }

        #gdpr-cookie-message p:last-child {
            margin-bottom: 0;
            text-align: right;
        }

    #gdpr-cookie-message li {
        width: 49%;
        display: inline-block;
    }

    #gdpr-cookie-message a {
        color: #303036;
        text-decoration: none;
        font-size: .9375rem;
        padding-bottom: 2px;
        border-bottom: 1px dotted rgba(255, 255, 255, .75);
        transition: all .3s ease-in;
    }

        #gdpr-cookie-message a:hover {
            color: #fff;
            border-bottom-color: #303036;
            transition: all .3s ease-in;
        }

    #gdpr-cookie-message button, button#ihavecookiesBtn {
        position: relative;
        display: inline-block;
        text-align: center;
        font-size: 1rem;
        color: #fff;
        fill: #fff;
        background: #2c7ae7;
        background: linear-gradient(to right, #2876e2 0, #3f8efc 100%);
        text-decoration: none;
        text-align: center;
        padding: .95em 2em;
        font-weight: 400;
        border-radius: .375rem;
        outline: 0;
        border: none;
        cursor: pointer;
        overflow: hidden;
    }

        #gdpr-cookie-message button:hover {
            background: #2876e2;
            background: linear-gradient(to left, #2876e2 0, #3f8efc 100%);
            color: #fff;
            fill: #fff;
        }

button#gdpr-cookie-advanced {
    background: #fff;
    color: #303036;
}

#gdpr-cookie-message button:disabled {
    opacity: .3;
}

#gdpr-cookie-message input[type=checkbox] {
    float: none;
    margin-top: 0;
    margin-right: 5px;
}

#gdpr-cookie-message #gdpr-cookie-advanced {
    display: none;
}

#gdpr-cookie-message button {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    width: 180px;
}

@media only screen and (max-width:576px) {
    #gdpr-cookie-message button {
        position: relative;
        right: 0;
        bottom: 0;
        width: auto;
    }

    #gdpr-cookie-message p {
        margin-bottom: 1rem;
    }

    #gdpr-cookie-message {
        padding: 1rem;
    }
}

.ui-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .ui-nav li {
        cursor: pointer;
        padding: .625rem 1rem;
        border-left: 2px solid transparent;
        transition: all .25s;
    }

        .ui-nav li.active {
            color: #2c7ae7;
            border-left-color: #2c7ae7;
            background-color: #f0f4f8;
        }

        .ui-nav li:hover {
            color: #2c7ae7;
        }

.ui-item {
    display: none;
}

    .ui-item.active {
        display: block;
    }

    .ui-item .page-sections {
        padding-top: 0;
    }

.ui-item-icons svg {
    fill: #303036;
}

@media (max-width:1199.98px) {
    .main-mnu-list {
        margin-left: -.625rem;
    }

        .main-mnu-list > li {
            margin-left: .5rem;
        }

    .mega-mnu-item {
        padding: 2rem .625rem 2rem 1.5rem;
    }

    .header-fixed .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .header-fixed .row {
        margin-left: -10px;
        margin-right: -10px;
    }

        .header-fixed .row .header-fixed-col {
            padding: 0 10px;
        }

    .intro-slider, .intro-slider-item {
        height: 560px;
    }

    .intro-slider-item {
        height: 560px;
    }

        .intro-slider-item::after {
            content: ""
        }

    .intro-content {
        padding-left: 3rem;
        max-width: 450px;
    }

    .services-item {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .advantages-item-info {
        padding-left: 2.5rem;
    }

    .advantages-item-count::after {
        width: 2rem;
    }

    .project-item-card-back {
        padding: 1.5rem;
    }

    .team-item-img {
        height: 220px;
    }

    .news-item-img {
        height: 250px;
    }

    .news-item-info {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .contact-form-padding {
        padding-left: 0;
    }

    .news-timeline-item-right::after {
        width: 95px;
    }

    .news-timeline-item-right::before {
        margin-right: 73px;
    }

    .news-timeline-item-left::after {
        width: 95px;
    }

    .news-timeline-item-left::before {
        margin-left: 72px;
    }

    .reviews-col {
        width: 40%
    }

    .intro-box {
        margin-bottom: 30px;
    }

    .project-col-carusel {
        width: 33.3%
    }

    .section-path {
        width: calc(960px / 2);
    }
}

@media (max-width:991.98px) {
    .header-top {
        display: none;
    }

    .header-fixed {
        z-index: 101;
    }

    .header-search-form {
        padding-right: 0;
        padding-right: 4.375rem;
    }

    .mob-main-mnu {
        display: flex;
    }

    .intro-content {
        padding-left: 0;
        max-width: 400px;
    }

    .advantages-item-info {
        padding-left: 2.75rem;
    }

    .advantages-item-count::after {
        width: 2.25rem;
    }

    .main-counter-item {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 2.5rem;
    }

    .counter-item {
        text-align: center;
    }

    .project-item-card-back {
        padding: 1.5rem 2.5rem;
    }

    .project-nav-list li, .section-nav-list li {
        margin-right: 1rem;
    }

    .team-item-img {
        height: 360px;
    }

    .tabs-vertical .tabs-nav {
        min-width: 225px;
        width: 225px;
    }

    .news-timeline {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }

        .news-timeline::after {
            left: 15px;
            margin-left: 0;
        }

    .news-timeline-title {
        text-align: left;
    }

    .news-timeline-item-left, .news-timeline-item-right {
        margin-top: 0;
    }

        .news-timeline-item-left .news-item, .news-timeline-item-right .news-item {
            margin-left: 50px;
            margin-top: 0;
            margin-bottom: 45px;
        }

        .news-timeline-item-left:last-child .news-item, .news-timeline-item-right:last-child .news-item {
            margin-bottom: 0;
        }

        .news-timeline-item-left::after, .news-timeline-item-right::after {
            margin-right: -65px;
            width: 50px;
            margin-left: inherit;
            left: inherit;
            right: 100%
        }

        .news-timeline-item-left::before, .news-timeline-item-right::before {
            margin-right: -23px;
            margin-left: inherit;
            left: inherit;
            right: 100%
        }

    .news-timeline-title-mt {
        margin-top: 0;
    }

    .counter-items {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .reviews-col {
        width: 43%
    }

    .project-col-carusel {
        width: 40%
    }

    .section-item-md-wide {
        width: 100%
    }

        .section-item-md-wide .section-path {
            width: 100%
        }

    .project-carusel-item {
        height: 400px;
    }

    .map-auto {
        height: 400px;
    }
}

@media (max-width:767.98px) {
    .section-title {
        font-size: 2rem;
    }

    .intro-title {
        font-size: 2rem;
    }

    .intro-content {
        padding-bottom: 0;
    }

    .intro-desc {
        color: #303036;
    }

    .advantages-item-title {
        min-height: auto;
    }

        .advantages-item-title br {
            display: none;
        }

    .advantages-item-count {
        margin-top: 0;
    }

    .counter-item-numb {
        font-size: 2rem;
    }

    .main-counter-title {
        font-size: 1.25rem;
    }

    .main-counter-numb {
        font-size: 6.25rem;
    }

    .main-counter-item {
        width: 250px;
        height: 250px;
    }

    .main-counter-item-circ {
        left: -50px;
        top: -10px;
    }

    .main-counter {
        padding-left: 3rem;
        padding-right: 3rem;
    }

        .main-counter::after, .main-counter::before {
            content: none;
        }

    .section-projects .container {
        max-width: 100%
    }

    .project-item-card-back {
        padding: 1.25rem;
    }

    .project-nav, .section-nav {
        margin-bottom: 1.5rem;
    }

    .project-nav-list, .section-nav-list {
        justify-content: start;
        overflow-x: auto;
    }

    .team-item-img {
        height: 280px;
    }

    .news-item {
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
    }

    .footer-main {
        padding: 3rem 0;
    }

    .news-wide-item {
        flex-wrap: wrap;
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }

    .news-wide-item-img {
        margin-bottom: 1.25rem;
        width: 100%
    }

    .news-wide-item-info {
        padding-left: 0;
    }

    .news-wide-item-desc {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .blog-nav {
        padding-top: 0;
    }

    .news-wide-item-desc {
        height: auto;
    }

    .news-item-desc {
        height: auto;
    }

    .services-image-item {
        max-width: 320px;
        margin: 0 auto;
    }

    .blog-post-title {
        font-size: 1.75rem;
    }

    .blog-post-img {
        height: 300px;
    }

    .blog-post-footer {
        padding-top: 1.25rem;
    }

    .tabs-vertical {
        flex-wrap: wrap;
    }

        .tabs-vertical .tabs-nav {
            width: 100%
        }

            .tabs-vertical .tabs-nav li {
                padding: .625rem 1rem;
            }

        .tabs-vertical .tabs-container {
            padding-left: 0;
            padding-top: 1.5rem;
        }

    .tabs-item {
        padding-top: 0;
    }

    .tabs-container {
        padding-top: 1.5rem;
    }

    .tabs-nav {
        flex-wrap: wrap;
        border: none;
        border-radius: .625rem;
        background-color: #f0f4f8;
        overflow: hidden;
    }

        .tabs-nav li {
            width: 100%;
            margin: 0;
            border-bottom: 1px solid #d4d4e1;
            padding: .625rem 1rem;
        }

            .tabs-nav li:last-child {
                border-bottom: none;
            }

            .tabs-nav li::after {
                content: none;
            }

            .tabs-nav li.active, .tabs-nav li:hover {
                background-color: #2c7ae7;
                color: #fff;
            }

    .countdown-number {
        width: 6.25rem;
        height: 6.25rem;
    }

        .countdown-number.item-style {
            width: 6.25rem;
            height: 6.25rem;
        }

    .countdown-time {
        font-size: 2.5rem;
    }

    .intro-slider-item::after {
        background-color: rgba(255, 255, 255, .8);
    }

    .news-timeline {
        margin-left: -1rem;
        margin-right: -1rem;
    }

    .footer-mnu-line {
        justify-content: center;
    }

    .footer-minimal .footer-company-top {
        display: flex;
        justify-content: center;
    }

    .footer-minimal .footer-bottom {
        text-align: center;
    }

    .footer-minimal .footer-links ul {
        justify-content: center;
    }

    .gallery-grid-item-height2 .gallery-item {
        height: 240px;
    }

    .reviews-col {
        width: 100%
    }

    .brands-col {
        width: 45%
    }

    .intro-item-img-right {
        width: 100%
    }

    .intro-box {
        padding: 0;
        background: 0 0;
        box-shadow: none;
        color: #fff;
    }

        .intro-box .intro-desc {
            color: #fff;
        }

        .intro-box .btn.btn-border {
            color: #fff;
            fill: #fff;
        }

            .intro-box .btn.btn-border:hover {
                color: #303036;
                fill: #303036;
            }

            .intro-box .btn.btn-border::before {
                border-color: #fff;
            }

            .intro-box .btn.btn-border::after {
                background: #fff;
            }

    .intro-item-mob-dark::after {
        background-color: rgba(0, 0, 0, .7);
    }

    .intro-item-img-right::after {
        background-color: rgba(0, 0, 0, .7);
        z-index: 2;
    }

    .advantages-item-count-large {
        font-size: 8rem;
        bottom: -.625rem;
    }

    .project-col-carusel {
        width: 50%
    }

    .project-carusel-item {
        height: 300px;
    }

    .project-carusel-thumb-item {
        width: 150px;
        height: 100px;
    }
}

@media (max-width:575.98px) {
    .popup {
        padding: 2rem 1.5rem;
    }

    .advantages-item-info {
        padding-left: 3rem;
    }

    .advantages-item-count::after {
        width: 42px;
    }

    .project-item {
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
    }

    .team-item {
        max-width: 270px;
        margin-left: auto;
        margin-right: auto;
    }

    .comment-item-list {
        padding-left: .625rem;
    }

    .counter-items {
        display: block;
    }

    .project-col-carusel {
        width: 100%
    }

    .advantages-item.advantages-item-min {
        max-width: 100%
    }
}

@media only screen and (max-width:480px) {
    .pagination-list {
        padding-bottom: 2.2rem;
    }

    .pagination-item-arrow {
        position: absolute;
        bottom: 0;
    }

    .pagination-item-arrow-prev {
        right: 50%;
        margin-right: .625rem;
    }

    .pagination-item-arrow-first {
        right: 50%;
        margin-right: 2.1rem;
    }

    .pagination-item-arrow-next {
        left: 50%
    }

    .pagination-item-arrow-last {
        left: 50%;
        margin-left: 2.1rem !important;
    }

    .social-login {
        flex-wrap: wrap;
    }

        .social-login li {
            width: 100%
        }

    .countdown-number {
        width: 5rem;
        height: 5rem;
        padding: .625rem;
    }

        .countdown-number.item-style {
            width: 5rem;
            height: 5rem;
        }

    .countdown-time {
        font-size: 2rem;
    }

    .countdown-text {
        font-size: 1rem;
    }

    .brands-item {
        height: 140px;
    }

        .brands-item.item-style {
            height: 140px;
        }

    .reviews-thumb-item .reviews-item-img {
        width: 3.5rem;
        height: 3.5rem;
        min-width: 3.5rem;
        margin-right: 1rem;
    }

    .reviews-thumb {
        margin-top: -1.75rem;
    }

    .page-404 > svg {
        height: 100%
    }
}

@media only screen and (max-width:370px) {
    .main-counter-item {
        width: 230px;
        height: 230px;
    }

    .main-counter {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .main-counter-item-circ {
        left: -30px;
        top: -5px;
    }

    .countdown-number {
        width: 4rem;
        height: 4rem;
        padding: .625rem 0;
    }

        .countdown-number.item-style {
            width: 4rem;
            height: 4rem;
        }

    .countdown-time {
        font-size: 1.375rem;
    }

    .countdown-text {
        font-size: .8125rem;
    }

    .project-carusel-item {
        height: 240px;
    }

    .project-carusel-thumb-item {
        width: 120px;
        height: 80px;
    }
}

@media only screen and (min-width:567px) and (max-width:900px) and (orientation:landscape) {
    .intro-slider, .intro-slider-item {
        height: 500px;
    }

    .intro {
        min-height: 400px;
    }

    #map_canvas, .map {
        height: 300px;
    }

    .intro-item-img-right {
        width: 100%
    }

    .intro-box {
        padding: 0;
        background: 0 0;
        box-shadow: none;
        color: #fff;
    }

        .intro-box .intro-desc {
            color: #fff;
        }

        .intro-box .btn.btn-border {
            color: #fff;
            fill: #fff;
        }

            .intro-box .btn.btn-border:hover {
                color: #303036;
                fill: #303036;
            }

            .intro-box .btn.btn-border::before {
                border-color: #fff;
            }

            .intro-box .btn.btn-border::after {
                background: #fff;
            }

    .intro-item-img-right::after {
        background-color: rgba(0, 0, 0, .7);
        z-index: 2;
    }

    .project-carusel-item {
        height: 300px;
    }

    .project-carusel-thumb-item {
        width: 150px;
        height: 100px;
    }

    .page-404 > svg {
        height: 78%
    }
}

@media only screen and (min-width:1600px) {
    .project-col-carusel {
        width: 22%
    }
}
