﻿@charset "UTF-8";
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    /*background: url(../libs/OwlCarousel2-2.3.4/dist/assets/owl.video.play.png) no-repeat;*/
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

@font-face {
    font-family: Montserrat;
    font-weight: 400;
    font-style: normal;
    font-display: block;
    src: url(/fonts/Montserrat-Regular.eot);
    src: url(/fonts/Montserrat-Regular.eot?#iefix) format("embedded-opentype"), url(/fonts/Montserrat-Regular.woff) format("woff"), url(/fonts/Montserrat-Regular.ttf) format("truetype")
}

@font-face {
    font-family: Montserrat;
    font-weight: 300;
    font-style: normal;
    font-display: block;
    src: url(/fonts/Montserrat-Light.eot);
    src: url(/fonts/Montserrat-Light.eot?#iefix) format("embedded-opentype"), url(/fonts/Montserrat-Light.woff) format("woff"), url(/fonts/Montserrat-Light.ttf) format("truetype")
}

@font-face {
    font-family: Montserrat;
    font-weight: 500;
    font-style: normal;
    font-display: block;
    src: url(/fonts/Montserrat-Medium.eot);
    src: url(/fonts/Montserrat-Medium.eot?#iefix) format("embedded-opentype"), url(/fonts/Montserrat-Medium.woff) format("woff"), url(/fonts/Montserrat-Medium.ttf) format("truetype")
}

@font-face {
    font-family: Montserrat;
    font-weight: 600;
    font-style: normal;
    font-display: block;
    src: url(/fonts/Montserrat-SemiBold.eot);
    src: url(/fonts/Montserrat-SemiBold.eot?#iefix) format("embedded-opentype"), url(/fonts/Montserrat-SemiBold.woff) format("woff"), url(/fonts/Montserrat-SemiBold.ttf) format("truetype")
}

@font-face {
    font-family: Montserrat;
    font-weight: 700;
    font-style: normal;
    font-display: block;
    src: url(/fonts/Montserrat-Bold.eot);
    src: url(/fonts/Montserrat-Bold.eot?#iefix) format("embedded-opentype"), url(/fonts/Montserrat-Bold.woff) format("woff"), url(/fonts/Montserrat-Bold.ttf) format("truetype")
}

@font-face {
    font-family: Montserrat;
    font-weight: 800;
    font-style: normal;
    font-display: block;
    src: url(/fonts/Montserrat-ExtraBold.eot);
    src: url(/fonts/Montserrat-ExtraBold.eot?#iefix) format("embedded-opentype"), url(/fonts/Montserrat-ExtraBold.woff) format("woff"), url(/fonts/Montserrat-ExtraBold.ttf) format("truetype")
}

@font-face {
    font-family: Montserrat;
    font-weight: 900;
    font-style: normal;
    font-display: block;
    src: url(/fonts/Montserrat-Black.eot);
    src: url(/fonts/Montserrat-Black.eot?#iefix) format("embedded-opentype"), url(/fonts/Montserrat-Black.woff) format("woff"), url(/fonts/Montserrat-Black.ttf) format("truetype")
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: local("Material Icons"), url(/fonts/MaterialIcons-Regular.woff2) format("woff2")
}

@font-face {
    font-family: 'Material Icons Outlined';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: local("Material Icons Outlined"), url(/fonts/MaterialIcons-Outline.woff2) format("woff2")
}

/*!
 * Bootstrap Reboot v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*, ::after, ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

@-ms-viewport {
    width: device-width
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    -webkit-box-sizing: content-box;
    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
}

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
}

dfn {
    font-style: italic
}

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;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

code, kbd, pre, samp {
    font-family: monospace, 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:not(:root) {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

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
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    -webkit-appearance: listbox
}

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-cancel-button, [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.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
    width: device-width
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

*, ::after, ::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px
    }
}
@media (min-width: 1600px) {
    .container {
        max-width: 1230px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.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%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-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 {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -ms-flex-order: 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 {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -ms-flex-order: 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 {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -ms-flex-order: 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 {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -ms-flex-order: 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: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 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: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@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: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important
}

@media (min-width: 576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
    line-height: 1.2;
    margin-bottom: 25px;
    font-weight: 700
}

h1 {
    font-size: 40px;
    font-weight: 700
}

h2 {
    font-size: 32px
}

h3 {
    font-size: 28px
}

h4 {
    font-size: 24px
}

h5 {
    font-size: 20px
}

h6 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase
}

p {
    margin: 0 0 25px 0
}

mark {
    padding: .2em;
    background-color: #df3826;
    color: #fff
}

blockquote {
    padding: 0 0 0 20px;
    font-style: italic;
    color: #63636b;
    border-left: 3px solid #df3826
}

blockquote p {
    margin-bottom: 0 !important
}

blockquote footer {
    color: #df3826;
    font-style: normal;
    padding-top: 10px
}

table {
    width: 100%;
    border-bottom: 1px solid #eee
}

table.table-secondary tr:nth-child(even) {
    background-color: transparent
}

table.table-secondary tbody tr {
    border-bottom: 1px solid #eee
}

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 #eee
}

table.table-bordered thead tr th {
    background-color: #eee;
    color: #303036;
    border: 1px solid #eee
}

table td, table th {
    padding: 15px 15px
}

table tr:nth-child(even) {
    background-color: #f0f4f8
}

table thead tr th {
    font-weight: 500;
    text-transform: uppercase;
    background-color: #df3826;
    color: #fff;
    font-size: 14px
}

table tfoot {
    font-weight: 600
}

.content > * {
    margin-bottom: 25px
}

.content > :last-child {
    margin-bottom: 0
}

.content h2, .content h3, .content h4, .content h5, .content h6 {
    margin-top: 35px
}

.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 25px 0;
    padding: 0
}

.content ol li, .content ul li {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px
}

.content ol li::before, .content ul li::before {
    margin-right: 5px
}

.content ul li::before {
    content: "";
    position: relative;
    display: block;
    min-width: 8px;
    width: 8px;
    height: 8px;
    margin-top: 8px;
    margin-right: 12px;
    background-color: #df3826;
    border-radius: 50%;
    line-height: 1
}

.content ol {
    counter-reset: item
}

.content ol li::before {
    content: counter(item) ".";
    counter-increment: item;
    display: block;
    min-width: 16px;
    color: #df3826;
    top: 0
}

.content img {
    display: block;
    margin-bottom: 25px;
    max-width: 100%;
    height: auto
}

@media (max-width: 767.98px) {
    h1 {
        font-size: 32px
    }

    h2 {
        font-size: 28px
    }

    h3 {
        font-size: 24px
    }

    h4 {
        font-size: 20px
    }

    h5 {
        font-size: 18px
    }

    .section {
        padding: 45px 0
    }

    .item {
        margin-bottom: 30px
    }

    .items {
        margin-bottom: -30px
    }

    .section-title {
        margin-bottom: 40px
    }
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body, html {
    height: 100%
}

body {
    font-size: 16px;
    min-width: 320px;
    position: relative;
    line-height: 1.5;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    overflow-x: hidden;
    color: #303036;
    opacity: 1;
    background-color: #fff
}

body.overflow-hidden {
    overflow: hidden
}

main {
    position: relative;
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.main-inner {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    overflow: hidden;
    background-color: #fff
}

.footer {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    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: #df3826;
    text-decoration: underline;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

a:hover {
    text-decoration: none;
    color: #df3826
}

.wraper-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-bottom: -20px
}

.wraper-btn .btn {
    margin-left: 20px;
    margin-bottom: 20px
}

.btn {
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    color: #fff;
    fill: #fff;
    background: #df3826;
    background: -webkit-gradient(linear, left top, right top, from(#d64400), to(#f04c00));
    background: -o-linear-gradient(left, #dd46000, #f04c00 100%);
    background: linear-gradient(to right, #dd46000, #f04c00 100%);
    text-decoration: none;
    height: 47px;
    line-height: 47px;
    text-align: center;
    padding: 0 30px;
    font-weight: 500;
    border-radius: 6px;
    outline: 0;
    border: none;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

.btn.btn-w240 {
    width: 240px
}

.btn.btn-wide {
    display: block;
    width: 100%
}

.btn.btn-small {
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 13px
}

.btn.btn-large {
    height: 55px;
    line-height: 55px;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 16px
}

.btn.btn-border {
    background: 0 0;
    color: #303036;
    fill: #303036
}

.btn.btn-border:hover {
    background: 0 0
}

.btn.btn-border:hover::after {
    -webkit-transform: translateX(0) skew(-15deg);
    -ms-transform: translateX(0) skew(-15deg);
    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: 6px;
    overflow: hidden
}

.btn.btn-border::after {
    content: "";
    position: absolute;
    left: -25%;
    top: 0;
    width: 150%;
    height: 100%;
    background-color: #303036;
    -webkit-transform: translateX(-130%) skew(-15deg);
    -ms-transform: translateX(-130%) skew(-15deg);
    transform: translateX(-130%) skew(-15deg);
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

.btn.btn-border > i, .btn.btn-border > span, .btn.btn-border > svg {
    position: relative;
    z-index: 1
}

.btn.btn-widht-ico {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.btn.btn-widht-ico i {
    margin-left: 5px
}

.btn.btn-widht-ico > svg {
    width: 13px;
    height: 13px
}

.btn.btn-widht-ico .btn-widht-ico-right {
    margin-left: 8px
}

.btn.btn-widht-ico .btn-widht-ico-left {
    margin-right: 8px
}

.btn:focus {
    outline: 0
}

.btn:hover {
    background: #d64400;
    background: -webkit-gradient(linear, right top, left top, from(#d64400), to(#f04c00));
    background: -o-linear-gradient(right, #dd46000, #f04c00 100%);
    background: linear-gradient(to left, #dd46000, #f04c00 100%);
    color: #fff;
    fill: #fff
}

.ripple {
    position: relative;
    overflow: hidden
}

.ripple-effect {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid rgba(255, 255, 255, .3);
    border-radius: 50%;
    -webkit-animation: ripple 1s ease forwards;
    animation: ripple 1s ease forwards;
    z-index: 3
}

@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    100% {
        -webkit-transform: scale(200);
        transform: scale(200)
    }
}

@keyframes ripple {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    100% {
        -webkit-transform: scale(200);
        transform: scale(200)
    }
}

.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%;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    color: #df3826!important;
}

.hover-link > span {
    display: block;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.hover-link:hover > span {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%)
}

.hover-link:hover::after {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.mobile .hover-link::after, .tablet .hover-link::after {
    content: none
}

.mobile .hover-link:hover > span, .tablet .hover-link:hover > span {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.wrapp-btn-circl-arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.btn-circl-arrow {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    color: #fff;
    fill: #fff;
    background-color: #df3826;
    border-radius: 20px;
    text-align: center;
    font-size: 14px;
    overflow: hidden
}

.btn-circl-arrow:hover {
    background-color: #f0f4f8
}

.btn-circl-arrow.btn-circl-arrow-white {
    color: #df3826;
    fill: #df3826;
    background-color: #fff
}

.btn-circl-arrow.btn-circl-arrow-white:hover {
    background-color: #f0f4f8
}

.btn-circl-arrow-text {
    position: absolute;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: 1;
    white-space: nowrap;
    margin-right: 10px;
    line-height: 34px;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

.wrapp-btn-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.btn-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    text-decoration: none;
    color: #df3826;
    fill: #df3826
}

.btn-link .btn-link-ico {
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

.btn-link .btn-link-ico-right {
    margin-left: 10px
}

.btn-link .btn-link-ico-left {
    margin-right: 10px
}

.btn-link:hover .btn-link-ico {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.section {
    position: relative;
    padding: 50px 0
}

.page-sections {
    padding-top: 45px
}

.page-sections .section {
    padding: 0;
    margin-bottom: 45px
}

.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: 45px
}

.section-title {
    position: relative;
    font-weight: 700;
    font-size: 40px
}

.section-desc {
    margin-top: 20px;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    color: #63636b
}

.section-subtitle {
    font-size: 14px;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #df3826
}

.section-title-center {
    text-align: center
}

.section-btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-bottom: -20px;
    margin-top: 5px
}

.section-btns .btn {
    margin-bottom: 20px;
    margin-left: 20px
}

.items {
    margin-bottom: -30px
}

.item {
    margin-bottom: 30px
}

.content-items {
    margin-bottom: -40px
}

.content-item {
    margin-bottom: 40px
}

.page-404-title {
    font-size: 80px
}

.main-content {
    position: relative;
    padding: 65px 0
}

.title-center {
    text-align: center
}

.wrapp-page-title {
    margin-bottom: 45px
}

.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: 20px;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    color: #63636b
}

.page-subtitle {
    font-size: 14px;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #df3826
}

.page_404 {
    text-align: center;
    padding-top: 30px;
    color: #000;
    padding-bottom: 30px
}

.page_404 .fz20 {
    margin-bottom: 15px
}

.grid-item p {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.p-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px
}

.pagination-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -10px
}

.pagination-list li {
    margin-left: 10px
}

.pagination-list li.active a, .pagination-list li:hover a {
    color: #df3826;
    border-color: #df3826
}

.pagination-list li.active a {
    cursor: default;
    pointer-events: none
}

.pagination-list li.pagination-item-arrow a {
    color: #df3826;
    border-color: transparent;
    width: 24px;
    height: 24px
}

.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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    color: #63636b;
    text-decoration: none;
    border: 1px solid #d4d4e1;
    border-radius: 6px
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 20px
}

.owl-theme.owl-theme-dots-white .owl-dots .owl-dot span {
    background-color: #fff
}

.owl-theme .owl-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px
}

.owl-theme .owl-dots .owl-dot {
    width: 15px;
    height: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    outline: 0;
    margin-right: 18px
}

.owl-theme .owl-dots .owl-dot:last-child {
    margin-right: 0
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background-color: #303036;
    margin: 0;
    border-radius: 50%;
    outline: 0
}

.owl-theme .owl-dots .owl-dot.active span {
    background-color: #df3826;
    width: 14px;
    height: 14px
}

.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #df3826
}

.owl-carousel .owl-item img {
    width: auto
}

.alerts {
    position: fixed;
    right: 15px;
    bottom: 15px;
    padding-left: 15px;
    z-index: 300000
}

.alert {
    position: relative;
    padding: 15px;
    padding-right: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 6px;
    color: #004085;
    font-size: 14px;
    margin-left: 15px;
    border: 1px solid #b8daff;
    background-color: #b8daff;
    margin-bottom: 10px
}

.alert:last-child {
    margin-bottom: 0
}

.alert.alert-success {
    background-color: #d4edda;
    border-color: #d4edda;
    color: #155724
}

.alert.alert-danger {
    background-color: #f8d7da;
    border-color: #f8d7da;
    color: #721c24
}

.alert.alert-warning {
    background-color: #fff3cd;
    border-color: #fff3cd;
    color: #856404
}

.alert-text {
    line-height: 22px
}

.alert-ico {
    min-width: 30px
}

.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;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

.alert-close:focus {
    outline: 0
}

.alert-close:hover {
    opacity: 1;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.i {
    font-family: 'Material Icons';
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    height: 16px;
    width: 16px;
    display: block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga'
}

.i.i-outline {
    font-family: 'Material Icons Outlined', 'Material Icons'
}

.i.md-18 {
    font-size: 18px;
    width: 18px;
    height: 18px
}

.i.md-20 {
    font-size: 20px;
    width: 20px;
    height: 20px
}

.i.md-22 {
    font-size: 22px;
    width: 22px;
    height: 22px
}

.i.md-24 {
    font-size: 24px;
    width: 24px;
    height: 24px
}

.i.md-36 {
    font-size: 36px;
    width: 36px;
    height: 36px
}

.i.md-48 {
    font-size: 48px;
    width: 48px;
    height: 48px
}

.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
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

.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
}

.item-style {
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    color: #303036;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

.item-style:hover {
    -webkit-box-shadow: 2px 4px 20px 1.4px rgba(45, 45, 45, .13);
    box-shadow: 2px 4px 20px 1.4px 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: 10px;
    border: 1px solid #d4d4e1;
    pointer-events: none;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

.owl-carousel .item-style:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.owl-carousel .item-style:hover::after {
    border-color: #df3826
}

.img-style {
    border: 1px solid #d4d4e1;
    background-color: #f0f4f8;
    border-radius: 10px;
    overflow: hidden
}

.item-title {
    font-size: 18px;
    font-weight: 700
}

.item-title a {
    text-decoration: none;
    color: #303036
}

.item-title a:hover {
    color: #df3826
}

.item-border-radius {
    border-radius: 10px
}

.header.header-page .header-fixed {
    -webkit-box-shadow: 0 0 13px 0 rgba(77, 82, 94, .15);
    box-shadow: 0 0 13px 0 rgba(77, 82, 94, .15)
}

.header-top {
    position: relative;
    background-color: #303036;
    color: rgba(255, 255, 255, .4);
    padding: 10px 0;
    font-size: 14px;
    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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -30px
}

.header-top-links > * {
    margin-left: 30px
}

.header-top-links .header-call-back-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff
}

.header-top-links .header-call-back-link i {
    margin-right: 5px
}

.header-top-links .header-call-back-link span {
    border-bottom: 1px dashed #fff;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    line-height: 1.3
}

.header-top-links .header-call-back-link:hover span {
    border-bottom-style: solid
}

.header-top-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -30px
}

.header-top-info b, .header-top-info strong {
    font-weight: 600
}

.header-top-info li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 30px
}

.header-top-info li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.header-top-info li a i {
    margin-right: 10px
}

.header-top-info li b, .header-top-info li strong {
    margin-right: 5px
}

.social-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.social-links li {
    margin-right: 10px
}

.social-links li:last-child {
    margin-right: 0
}

.social-links li a {
    display: block;
    width: 16px;
    height: 16px;
    fill: #fff;
    overflow: hidden
}

.social-links li a svg {
    display: block;
    width: 100%;
    height: 100%
}

.social-links li:hover a {
    fill: rgba(255, 255, 255, .4)
}

.header-fixed {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    padding: 15px 0;
    background-color: #fff;
    height: 85px;
    font-size: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 101;
}

.header-fixed.fixed {
    overflow: inherit;
    position: fixed;
    z-index: 101;
    -webkit-box-shadow: 0 0 13px 0 rgba(77, 82, 94, .15);
    box-shadow: 0 0 13px 0 rgba(77, 82, 94, .15);
    min-height: auto;
    height: 65px
}

.header-fixed.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;
    font-size: 18px;
    height: 55px;
    font-weight: 700
}

.logo:hover {
    color: #303036
}

.logo.logo-ico-widht-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.logo .logo-ico {
    margin-right: 10px
}

.logo img {
    max-height: 55px;
    max-width: 160px
}

.logo svg {
    display: block
}

body.mob-main-mnu-open {
    overflow: hidden
}

body.mob-main-mnu-open .header-fixed {
    -webkit-box-shadow: 0 0 13px 0 rgba(77, 82, 94, .15);
    box-shadow: 0 0 13px 0 rgba(77, 82, 94, .15)
}

body.mob-main-mnu-open .mob-main-mnu {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mob-main-mnu {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    max-width: 320px;
    padding-top: 65px;
    background-color: #fff;
    z-index: 100;
    -webkit-box-shadow: 0 0 13px 0 rgba(77, 82, 94, .15);
    box-shadow: 0 0 13px 0 rgba(77, 82, 94, .15);
    -webkit-transform: translate3d(-150%, 0, 0);
    transform: translate3d(-150%, 0, 0);
    overflow: hidden;
    overflow-y: auto;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s
}

.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;
    -webkit-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s
}

.mf-bg.visible {
    opacity: 1;
    visibility: visible;
    width: 100%;
    height: 100%
}

.mob-main-mnu-footer {
    padding: 20px;
    font-size: 14px;
    border-bottom: 1px solid #fff
}

.mob-main-mnu-lang {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.mob-main-mnu-lang li {
    margin-right: 20px
}

.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: #df3826
}

.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 60px 0 20px;
    height: 50px;
    line-height: 50px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden
}

.mob-main-mnu-list > li.active > a, .mob-main-mnu-list > li.open > a {
    background-color: #df3826;
    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 {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.mob-main-mnu-list > li .mmm-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    border-left: 1px solid #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    cursor: pointer
}

.mob-main-submnu {
    display: none;
    padding: 25px 0 25px;
    border-top: 1px solid #fff;
    background-color: #fff
}

.mob-main-submnu-item {
    margin-bottom: 25px
}

.mob-main-submnu-item:last-child {
    margin-bottom: 0
}

.mob-main-submnu-item ul {
    font-size: 14px;
    list-style: none;
    margin: 0;
    padding: 0
}

.mob-main-submnu-item ul li {
    border-bottom: 1px solid #eee
}

.mob-main-submnu-item ul li:first-child {
    border-top: 1px solid #eee
}

.mob-main-submnu-item ul li a {
    display: block;
    padding: 10px 20px 10px 40px;
    text-decoration: none;
    color: #303036
}

.mob-main-submnu-item-title {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 15px;
    padding: 0 20px;
    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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -20px
}

.main-mnu-list > li {
    margin-left: 20px;
    padding: 15px 0;
    cursor: pointer
}

.main-mnu-list > li.active > a > span, .main-mnu-list > li:hover > a > span {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%)
}

.main-mnu-list > li.active > a::after, .main-mnu-list > li:hover > a::after {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.main-mnu-list > li:hover .main-sub-mnu, .main-mnu-list > li:hover > ul {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    z-index: 11
}

.main-mnu-list > li:hover > a .i {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.main-mnu-list > li.main-mnu-item-mega-mnu {
    position: static
}

.main-mnu-list > li > a {
    font-size: 15px;
    padding: 0 10px;
    overflow: hidden
}

.main-mnu-list > li > a::after {
    content: attr(data-title);
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    padding: 0 10px;
    width: 100%;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    color: #df3826
}

.main-mnu-list > li > a > span {
    display: block;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.main-mnu-list > li a {
    color: #303036;
    position: relative;
    display: block;
    text-decoration: none;
    font-size: 14px
}

.main-mnu-list > li.main-mnu-item-has-child {
    padding-right: 7px
}

.main-mnu-list > li.main-mnu-item-has-child > a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.main-mnu-list > li.main-mnu-item-has-child > a .i {
    margin-left: 3px;
    font-size: 18px;
    width: 18px;
    height: 18px;
    color: #df3826;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.main-mnu-list > li > ul {
    position: absolute;
    top: 100%;
    background-color: #fff;
    -webkit-box-shadow: 6px 13px 33px 1.4px rgba(45, 45, 45, .13);
    box-shadow: 6px 13px 33px 1.4px rgba(45, 45, 45, .13);
    min-width: 175px;
    z-index: 10;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    font-weight: 400;
    opacity: 0;
    visibility: hidden;
    padding: 12px 0;
    -webkit-transition: all .2s .2s;
    -o-transition: all .2s .2s;
    transition: all .2s .2s;
    cursor: default
}

.main-mnu-list > li > ul > li {
    padding: 10px 25px
}

.main-mnu-list > li > ul > li > a {
    display: block
}

.main-mnu-list > li > ul li a {
    -webkit-transition: all .25s 0s;
    -o-transition: all .25s 0s;
    transition: all .25s 0s;
    overflow: hidden
}

.main-mnu-list > li > ul li a::after {
    content: attr(data-title);
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    width: 100%;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    color: #df3826
}

.main-mnu-list > li > ul li a > span {
    display: block;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.main-mnu-list > li > ul li a:hover > span {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%)
}

.main-mnu-list > li > ul li a:hover::after {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.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;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    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 {
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px);
    background-color: transparent
}

.main-mnu-btn.active .bar-2 {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.main-mnu-btn.active .bar-3 {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.main-mnu-btn.active .bar-4 {
    -webkit-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    transform: translateX(-40px);
    background-color: transparent
}

.main-sub-mnu {
    position: absolute;
    left: 15px;
    top: 100%;
    background-color: #fff;
    -webkit-box-shadow: 6px 13px 33px 1.4px rgba(45, 45, 45, .13);
    box-shadow: 6px 13px 33px 1.4px rgba(45, 45, 45, .13);
    width: 100%;
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    z-index: 10;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    font-weight: 400;
    opacity: 0;
    visibility: hidden;
    min-height: 300px;
    -webkit-transition: all .2s .2s;
    -o-transition: all .2s .2s;
    transition: all .2s .2s;
    z-index: -1;
    cursor: default
}

.main-sub-mnu .mega-mnu-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 30px
}

.main-sub-mnu .container, .main-sub-mnu .row {
    min-height: 300px
}

.main-sub-mnu-banner {
    padding: 0
}

.mega-mnu-item {
    padding: 40px 20px 40px 50px;
    border-right: 1px solid #eee
}

.mega-mnu-item:last-child {
    border-right: none
}

.main-sub-mnu-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -20px
}

.main-sub-mnu-list > li {
    width: 50%;
    position: relative;
    padding-right: 15px;
    margin-bottom: 16px
}

.main-sub-mnu-list > li:hover > a > span {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%)
}

.main-sub-mnu-list > li:hover > a::after {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    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;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    color: #df3826;
    width: 100%;
    padding: 2px 0;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.main-sub-mnu-list > li > a > span {
    display: block;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    padding: 2px 0;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #fff
}

.mnu-slider-item {
    padding: 40px 60px 40px 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    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: 12px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 10px
}

.mnu-slider-item-title {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500
}

.owl-carousel.main-sub-mnu-slider .owl-nav.disabled {
    display: block
}

.owl-theme.main-sub-mnu-slider .owl-nav {
    margin-top: 0;
    position: absolute;
    right: 20px;
    bottom: 38px;
    line-height: 1
}

.owl-theme.main-sub-mnu-slider .owl-next, .owl-theme.main-sub-mnu-slider .owl-prev {
    margin: 0;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    line-height: 1
}

.owl-theme.main-sub-mnu-slider .owl-next:hover, .owl-theme.main-sub-mnu-slider .owl-prev:hover {
    outline: 0;
    background: 0 0;
    color: #df3826
}

.owl-theme.main-sub-mnu-slider .owl-next:focus, .owl-theme.main-sub-mnu-slider .owl-prev:focus {
    outline: 0
}

.header-search.open .header-search-ico-close {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible
}

.header-search.open .header-search-ico-search {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3)
}

.header-search.open .header-search-form {
    visibility: visible;
    opacity: 1
}

.header-search-ico {
    cursor: pointer;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    height: 22px;
    width: 22px;
    position: relative;
    z-index: 13
}

.header-search-ico:hover {
    color: #df3826
}

.header-search-ico-close, .header-search-ico-search {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.header-search-ico-close {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3)
}

.header-search-ico-search {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.header-search-form {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 32px;
    opacity: 0;
    visibility: hidden
}

.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%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    margin: 0;
    border: none;
    background: 0 0;
    cursor: pointer;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

.header-search-btn:hover, .search-btn:hover {
    color: #df3826
}

.header-search-btn:focus, .search-btn:focus {
    outline: 0
}

.header-search-btn:active i, .search-btn:active i {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8)
}

.header-search-btn .i, .search-btn .i {
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

.mobile .header-lang.open .header-lang-current > span, .tablet .header-lang.open .header-lang-current > span {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.header-lang {
    position: relative;
    padding: 15px 0
}

.header-lang.open .header-lang-list {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.header-lang.open .header-lang-current > span {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%)
}

.header-lang.open .header-lang-current::after {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.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;
    -webkit-box-shadow: 6px 13px 33px 1.4px rgba(45, 45, 45, .13);
    box-shadow: 6px 13px 33px 1.4px rgba(45, 45, 45, .13);
    padding: 12px 0;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    opacity: 0;
    visibility: hidden
}

.header-lang-list li {
    padding: 8px 25px
}

.header-lang-list li a span {
    padding: 2px 0
}

.header-lang-list li a::after {
    padding: 2px 0
}

.header-navbar.open .header-navbar-content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.header-navbar-btn {
    position: relative;
    cursor: pointer;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

.header-navbar-btn:hover {
    color: #df3826
}

.header-navbar-btn:active {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8)
}

.header-navbar-content {
    position: absolute;
    top: 100%;
    right: 0;
    padding: 20px 25px;
    background-color: #fff;
    z-index: 15;
    -webkit-box-shadow: 6px 13px 33px 1.4px rgba(45, 45, 45, .13);
    box-shadow: 6px 13px 33px 1.4px rgba(45, 45, 45, .13)
}

.header-navbar-content {
    font-size: 14px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px)
}

.header-navbar-content > li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.header-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;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    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 {
    margin-right: 15px
}

.header-navbar-content .social-links li a {
    fill: #303036
}

.popup_style {
    display: none;
    width: 100%;
    max-width: 430px;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 0;
    padding: 0 15px;
    overflow: hidden
}

.popup {
    position: relative;
    width: 100%;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 40px 45px;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden
}

.open_popup {
    display: block
}

.popup_close {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1;
    color: #df3826;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

.popup_close:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.popup_title {
    font-size: 24px;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 700
}

.сallback_popup_form .btn {
    width: 100%
}

.popup_style_sally {
    -webkit-transform: scale3d(.5, .5, 1);
    transform: scale3d(.5, .5, 1)
}

.popup_style_sandra {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1)
}

.popup_style_don {
    -webkit-animation-name: popup_style_don;
    animation-name: popup_style_don;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

.popup_visible .popup_style_sally {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}

.popup_visible .popup_style_sandra {
    -webkit-transform: scale3d(.9, .9, 1);
    transform: scale3d(.9, .9, 1)
}

@-webkit-keyframes popup_style_don {
    0% {
        -webkit-transform: matrix3d(.7, 0, 0, 0, 0, .7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.7, 0, 0, 0, 0, .7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    2.083333% {
        -webkit-transform: matrix3d(.75266, 0, 0, 0, 0, .76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.75266, 0, 0, 0, 0, .76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    4.166667% {
        -webkit-transform: matrix3d(.81071, 0, 0, 0, 0, .84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.81071, 0, 0, 0, 0, .84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    6.25% {
        -webkit-transform: matrix3d(.86808, 0, 0, 0, 0, .9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.86808, 0, 0, 0, 0, .9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    8.333333% {
        -webkit-transform: matrix3d(.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    10.416667% {
        -webkit-transform: matrix3d(.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    12.5% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    14.583333% {
        -webkit-transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    16.666667% {
        -webkit-transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    18.75% {
        -webkit-transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    20.833333% {
        -webkit-transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    22.916667% {
        -webkit-transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    25% {
        -webkit-transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    27.083333% {
        -webkit-transform: matrix3d(1.03699, 0, 0, 0, 0, .98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.03699, 0, 0, 0, 0, .98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    29.166667% {
        -webkit-transform: matrix3d(1.02831, 0, 0, 0, 0, .97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.02831, 0, 0, 0, 0, .97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    31.25% {
        -webkit-transform: matrix3d(1.01973, 0, 0, 0, 0, .97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.01973, 0, 0, 0, 0, .97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    33.333333% {
        -webkit-transform: matrix3d(1.01191, 0, 0, 0, 0, .97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.01191, 0, 0, 0, 0, .97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    35.416667% {
        -webkit-transform: matrix3d(1.00526, 0, 0, 0, 0, .98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00526, 0, 0, 0, 0, .98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    37.5% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, .98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, .98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    39.583333% {
        -webkit-transform: matrix3d(.99617, 0, 0, 0, 0, .99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.99617, 0, 0, 0, 0, .99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    41.666667% {
        -webkit-transform: matrix3d(.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    43.75% {
        -webkit-transform: matrix3d(.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    45.833333% {
        -webkit-transform: matrix3d(.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    47.916667% {
        -webkit-transform: matrix3d(.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    50% {
        opacity: 1;
        -webkit-transform: matrix3d(.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    52.083333% {
        -webkit-transform: matrix3d(.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    54.166667% {
        -webkit-transform: matrix3d(.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    56.25% {
        -webkit-transform: matrix3d(.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    58.333333% {
        -webkit-transform: matrix3d(.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    60.416667% {
        -webkit-transform: matrix3d(.99921, 0, 0, 0, 0, .99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.99921, 0, 0, 0, 0, .99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    62.5% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, .99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, .99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    64.583333% {
        -webkit-transform: matrix3d(1.00057, 0, 0, 0, 0, .99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00057, 0, 0, 0, 0, .99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    66.666667% {
        -webkit-transform: matrix3d(1.00095, 0, 0, 0, 0, .99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00095, 0, 0, 0, 0, .99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    68.75% {
        -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, .99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00114, 0, 0, 0, 0, .99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    70.833333% {
        -webkit-transform: matrix3d(1.00119, 0, 0, 0, 0, .99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00119, 0, 0, 0, 0, .99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    72.916667% {
        -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, .99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00114, 0, 0, 0, 0, .99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    75% {
        -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    77.083333% {
        -webkit-transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    79.166667% {
        -webkit-transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    81.25% {
        -webkit-transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    83.333333% {
        -webkit-transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    85.416667% {
        -webkit-transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    87.5% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    89.583333% {
        -webkit-transform: matrix3d(.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    91.666667% {
        -webkit-transform: matrix3d(.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    93.75% {
        -webkit-transform: matrix3d(.99983, 0, 0, 0, 0, .99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.99983, 0, 0, 0, 0, .99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    95.833333% {
        -webkit-transform: matrix3d(.99982, 0, 0, 0, 0, .99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.99982, 0, 0, 0, 0, .99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    97.916667% {
        -webkit-transform: matrix3d(.99983, 0, 0, 0, 0, .99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.99983, 0, 0, 0, 0, .99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    100% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
}

@keyframes popup_style_don {
    0% {
        -webkit-transform: matrix3d(.7, 0, 0, 0, 0, .7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.7, 0, 0, 0, 0, .7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    2.083333% {
        -webkit-transform: matrix3d(.75266, 0, 0, 0, 0, .76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.75266, 0, 0, 0, 0, .76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    4.166667% {
        -webkit-transform: matrix3d(.81071, 0, 0, 0, 0, .84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.81071, 0, 0, 0, 0, .84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    6.25% {
        -webkit-transform: matrix3d(.86808, 0, 0, 0, 0, .9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.86808, 0, 0, 0, 0, .9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    8.333333% {
        -webkit-transform: matrix3d(.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    10.416667% {
        -webkit-transform: matrix3d(.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    12.5% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    14.583333% {
        -webkit-transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    16.666667% {
        -webkit-transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    18.75% {
        -webkit-transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    20.833333% {
        -webkit-transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    22.916667% {
        -webkit-transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    25% {
        -webkit-transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    27.083333% {
        -webkit-transform: matrix3d(1.03699, 0, 0, 0, 0, .98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.03699, 0, 0, 0, 0, .98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    29.166667% {
        -webkit-transform: matrix3d(1.02831, 0, 0, 0, 0, .97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.02831, 0, 0, 0, 0, .97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    31.25% {
        -webkit-transform: matrix3d(1.01973, 0, 0, 0, 0, .97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.01973, 0, 0, 0, 0, .97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    33.333333% {
        -webkit-transform: matrix3d(1.01191, 0, 0, 0, 0, .97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.01191, 0, 0, 0, 0, .97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    35.416667% {
        -webkit-transform: matrix3d(1.00526, 0, 0, 0, 0, .98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00526, 0, 0, 0, 0, .98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    37.5% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, .98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, .98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    39.583333% {
        -webkit-transform: matrix3d(.99617, 0, 0, 0, 0, .99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.99617, 0, 0, 0, 0, .99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    41.666667% {
        -webkit-transform: matrix3d(.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    43.75% {
        -webkit-transform: matrix3d(.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    45.833333% {
        -webkit-transform: matrix3d(.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    47.916667% {
        -webkit-transform: matrix3d(.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    50% {
        opacity: 1;
        -webkit-transform: matrix3d(.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    52.083333% {
        -webkit-transform: matrix3d(.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    54.166667% {
        -webkit-transform: matrix3d(.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    56.25% {
        -webkit-transform: matrix3d(.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    58.333333% {
        -webkit-transform: matrix3d(.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    60.416667% {
        -webkit-transform: matrix3d(.99921, 0, 0, 0, 0, .99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.99921, 0, 0, 0, 0, .99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    62.5% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, .99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, .99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    64.583333% {
        -webkit-transform: matrix3d(1.00057, 0, 0, 0, 0, .99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00057, 0, 0, 0, 0, .99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    66.666667% {
        -webkit-transform: matrix3d(1.00095, 0, 0, 0, 0, .99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00095, 0, 0, 0, 0, .99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    68.75% {
        -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, .99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00114, 0, 0, 0, 0, .99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    70.833333% {
        -webkit-transform: matrix3d(1.00119, 0, 0, 0, 0, .99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00119, 0, 0, 0, 0, .99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    72.916667% {
        -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, .99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00114, 0, 0, 0, 0, .99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    75% {
        -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    77.083333% {
        -webkit-transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    79.166667% {
        -webkit-transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    81.25% {
        -webkit-transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    83.333333% {
        -webkit-transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    85.416667% {
        -webkit-transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    87.5% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    89.583333% {
        -webkit-transform: matrix3d(.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    91.666667% {
        -webkit-transform: matrix3d(.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    93.75% {
        -webkit-transform: matrix3d(.99983, 0, 0, 0, 0, .99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.99983, 0, 0, 0, 0, .99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    95.833333% {
        -webkit-transform: matrix3d(.99982, 0, 0, 0, 0, .99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.99982, 0, 0, 0, 0, .99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    97.916667% {
        -webkit-transform: matrix3d(.99983, 0, 0, 0, 0, .99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.99983, 0, 0, 0, 0, .99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
    100% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
}

::-webkit-input-placeholder {
    color: #b7b7ba;
    opacity: 1
}

:-moz-placeholder {
    color: #b7b7ba;
    opacity: 1
}

::-moz-placeholder {
    color: #b7b7ba;
    opacity: 1
}

:-ms-input-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], textarea {
    display: block;
    height: 47px;
    width: 100%;
    padding: 0 15px;
    margin-bottom: 15px;
    border: none;
    border-radius: 6px;
    border: 1px solid #d4d4e1;
    outline: 0;
    color: #303036;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    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, textarea:focus {
    border-color: #df3826
}

textarea {
    height: auto;
    resize: none;
    padding-top: 12.5px;
    padding-bottom: 12.5px
}

.form-field {
    position: relative;
    margin-bottom: 20px
}

.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] {
    height: 55px;
    font-size: 15px
}

.form-field.form-field-large .form-field-label {
    height: 55px;
    line-height: 55px;
    font-size: 15px
}

.form-field.form-field-large textarea {
    padding-top: 16.5px;
    padding-bottom: 16.5px;
    font-size: 15px
}

.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] {
    height: 40px;
    font-size: 13px
}

.form-field.form-field-small .form-field-label {
    height: 40px;
    line-height: 40px;
    font-size: 13px
}

.form-field.form-field-small textarea {
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 13px
}

.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 textarea {
    margin: 0
}

.form-field label {
    margin: 0
}

.form-field.focus .form-field-label {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px)
}

.form-field label.error {
    color: #ff3d0d;
    font-size: 9px;
    line-height: 1;
    position: absolute;
    right: 5px;
    top: 5px
}

.form-field input.error, .form-field select.error, .form-field textarea.error {
    border-color: #ff3d0d
}

.form-field-label {
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 0;
    height: 47px;
    line-height: 47px;
    width: 100%;
    pointer-events: none;
    color: #b7b7ba;
    padding: 0 15px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.form-btn.form-btn-wide .btn {
    width: 100%
}

.form-btn .btn {
    display: block
}

.checkbox {
    position: relative
}

.checkbox-input {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 0;
    height: 0;
    visibility: hidden;
    opacity: 0
}

.checkbox-input:checked + .checkbox-label .checkbox-ico i, .checkbox-input:checked + .checkbox-label .checkbox-ico svg {
    opacity: 1
}

.checkbox-label {
    position: relative;
    line-height: 24px;
    font-weight: 500;
    margin: 0;
    font-size: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #b7b7ba;
    cursor: pointer
}

.checkbox-ico {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 24px;
    height: 24px;
    min-width: 24px;
    margin-right: 12px;
    border: 1px solid #d4d4e1;
    border-radius: 6px;
    fill: #df3826;
    color: #df3826;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

.checkbox-ico svg {
    margin: auto;
    width: 12px;
    height: 12px
}

.checkbox-ico i, .checkbox-ico svg {
    opacity: 0;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    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: 14px;
    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: #eee
}

.form-or-text span::before {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    width: 1000px;
    height: 1px;
    margin-top: -1px;
    background-color: #eee
}

.social-login {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    margin-left: -15px;
    margin-bottom: -15px
}

.social-login li {
    margin-left: 15px;
    margin-bottom: 15px;
    width: 100%;
    border-radius: 6px;
    overflow: hidden
}

.social-login li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    fill: #fff;
    height: 55px;
    line-height: 55px;
    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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.section-subscribe-bg-header {
    text-align: center;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto
}

.sibebar-item-bg {
    position: relative;
    padding: 25px 15px
}

.sidebar-item-title {
    line-height: 1.2;
    margin-bottom: 15px
}

.sidebar-item-desc {
    font-size: 14px;
    margin-bottom: 20px;
    color: #63636b
}

.sidebar-tags {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -10px;
    margin-left: -15px;
    font-size: 14px
}

.sidebar-tags li {
    margin-bottom: 10px;
    margin-left: 15px
}

.sidebar-tags li a {
    text-decoration: none
}

.sidebar-tags li a:hover {
    text-decoration: underline
}

.sidebar-recent-posts li {
    margin-bottom: 20px
}

.sidebar-recent-posts li:last-child {
    margin-bottom: 0
}

.sidebar-recent-post {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    font-size: 14px;
    color: #303036;
    font-weight: 700
}

.sidebar-recent-post:hover {
    color: #df3826
}

.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: 10px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sidebar-cat-item {
    margin-bottom: 12px;
    font-size: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    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: #df3826
}

.sidebar-cat-count {
    margin-left: 10px;
    min-width: 18px;
    text-align: right
}

#gdpr-cookie-message .container {
    margin: 0 auto
}

#gdpr-cookie-message h3 {
    font-size: 21px;
    font-weight: 500;
    color: #303036;
    margin-bottom: 20px
}

#gdpr-cookie-message p, ul {
    margin-bottom: 20px
}

#gdpr-cookie-message li {
    list-style: none;
    margin-bottom: 10px
}

#gdpr-cookie-message li:last-child {
    margin-bottom: 0
}

#gdpr-cookie-message input[type=checkbox] {
    margin-top: 10px;
    margin-right: 15px;
    float: left
}

#gdpr-cookie-message label {
    display: inline-block;
    max-width: 90%
}

#gdpr-cookie-message code {
    color: #303036;
    font-size: 16px;
    background: #fff;
    padding: 3px 5px;
    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: 20px 15px;
    padding-right: 220px;
    -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, .25);
    box-shadow: 0 6px 6px rgba(0, 0, 0, .25);
    z-index: 111111
}

#gdpr-cookie-message h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px
}

#gdpr-cookie-message h5 {
    color: #303036;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px
}

#gdpr-cookie-message p, #gdpr-cookie-message ul {
    color: #fff;
    font-size: 14px;
    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: 15px;
    padding-bottom: 2px;
    border-bottom: 1px dotted rgba(255, 255, 255, .75);
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

#gdpr-cookie-message a:hover {
    color: #fff;
    border-bottom-color: #303036;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

#gdpr-cookie-message button, button#ihavecookiesBtn {
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    color: #fff;
    fill: #fff;
    background: #df3826;
    background: -webkit-gradient(linear, left top, right top, from(#d64400), to(#f04c00));
    background: -o-linear-gradient(left, #dd46000, #f04c00 100%);
    background: linear-gradient(to right, #dd46000, #f04c00 100%);
    text-decoration: none;
    height: 47px;
    line-height: 47px;
    text-align: center;
    padding: 0 30px;
    font-weight: 500;
    border-radius: 6px;
    outline: 0;
    border: none;
    cursor: pointer;
    overflow: hidden
}

#gdpr-cookie-message button:hover {
    background: #d64400;
    background: -webkit-gradient(linear, right top, left top, from(#d64400), to(#f04c00));
    background: -o-linear-gradient(right, #dd46000, #f04c00 100%);
    background: linear-gradient(to left, #dd46000, #f04c00 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: 15px;
    bottom: 15px;
    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: 15px
    }

    #gdpr-cookie-message {
        padding: 15px
    }
}

.main-banner {
    min-height: 400px;
    position: relative;
    z-index: 1
}

.main-banner-slider, .main-banner-slider-item {
    height: 640px;
    overflow: hidden;
    display: block
}

.main-banner-slider-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 45px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative
}

.main-banner-slider-item .container {
    position: relative;
    z-index: 2
}

.main-banner-slider-item::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0)
}

.main-banner-content {
    width: 100%;
    max-width: 500px;
    padding-left: 100px;
    padding-bottom: 60px
}

.main-banner-title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 30px
}

.main-banner-desc {
    color: #63636b
}

.main-banner-desc p {
    margin-bottom: 0
}

.main-banner-btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px;
    margin-bottom: -20px
}

.main-banner-btns:last-child {
    margin-right: 0
}

.main-banner-btns .btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px;
    margin-bottom: 20px
}

.owl-theme.main-banner-slider .owl-dots {
    position: absolute;
    left: 0;
    bottom: 25px;
    width: 100%;
    margin-top: 0
}

.services {
    overflow: hidden
}

.servises-item {
    display: block;
    text-align: center;
    padding: 25px;
    text-decoration: none;
    height: 100%;
    border-radius: 10px;
    border: 1px solid #d4d4e1;
    overflow: hidden;
    color: #303036
}

.servises-item::after {
    content: "";
    position: absolute;
    right: -120px;
    bottom: -120px;
    width: 270px;
    height: 270px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .08);
    opacity: 0;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

.servises-item::before {
    content: "";
    position: absolute;
    right: -90px;
    bottom: -120px;
    width: 270px;
    height: 270px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .06);
    opacity: 0;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

.servises-item::after, .servises-item::before {
    -webkit-transform: translate(100%, 100%);
    -ms-transform: translate(100%, 100%);
    transform: translate(100%, 100%)
}

.servises-item:hover {
    background-color: #df3826;
    color: #fff;
    border-color: transparent
}

.servises-item:hover .servises-item-ico {
    background: #fff;
    color: #df3826
}

.servises-item:hover .servises-item-desc {
    color: #fff
}

.servises-item:hover::after, .servises-item:hover::before {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.servises-item-ico {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 97px;
    height: 97px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #df3826;
    background: -webkit-gradient(linear, left top, right top, from(#d64400), to(#f04c00));
    background: -o-linear-gradient(left, #dd46000, #f04c00 100%);
    background: linear-gradient(to right, #dd46000, #f04c00 100%);
    margin: 0 auto 20px;
    color: #fff;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

.servises-item-title {
    margin-bottom: 15px;
    font-weight: 700
}

.servises-item-desc {
    color: #63636b;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

.servises-item-desc, .servises-item-ico, .servises-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 {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.services-image-item:hover .services-image-item-card-back {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    z-index: 3
}

.services-image-item-card {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden;
    -webkit-transition: .6s ease-in-out;
    -o-transition: .6s ease-in-out;
    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::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4)
}

.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: #df3826;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    padding: 20px
}

.services-image-item-title {
    margin-bottom: 20px
}

.services-image-item-desc {
    margin-bottom: 20px
}

.choose-us-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.choose-us-item-count {
    font-size: 17px;
    font-weight: 700;
    color: #df3826;
    margin-top: 2px;
    position: relative;
    padding-right: 5px
}

.choose-us-item-count::after {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    width: 52px;
    height: 1px;
    background-color: #303036;
    margin-top: -1px
}

.choose-us-item-info {
    position: relative;
    padding-left: 60px
}

.choose-us-item-title {
    font-weight: 700;
    margin-bottom: 20px;
    min-height: 56px
}

.choose-us-item-desc {
    color: #63636b
}

.choose-us-item-desc p {
    margin: 0
}

.main-counter {
    padding-right: 70px;
    padding-left: 70px;
    padding-top: 20px
}

.main-counter::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background-color: #df3826;
    border-radius: 50%;
    background: -webkit-gradient(linear, left top, right top, from(#d64400), to(#f04c00));
    background: -o-linear-gradient(left, #dd46000, #f04c00 100%);
    background: linear-gradient(to right, #dd46000, #f04c00 100%)
}

.main-counter::before {
    content: "";
    position: absolute;
    right: 0;
    top: 90px;
    width: 34px;
    height: 34px;
    background-color: #df3826;
    border-radius: 50%;
    background: -webkit-gradient(linear, left top, right top, from(#d64400), to(#f04c00));
    background: -o-linear-gradient(left, #dd46000, #f04c00 100%);
    background: linear-gradient(to right, #dd46000, #f04c00 100%)
}

.main-counter-item {
    position: relative;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    padding-bottom: 10px
}

.main-counter-item-circ {
    position: absolute;
    left: -70px;
    top: -20px;
    width: 100%;
    height: 100%;
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    height: -webkit-calc(100% - 20px);
    height: calc(100% - 20px);
    background-color: #df3826;
    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);
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    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);
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

.main-counter-item-center {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-box-shadow: 11.35px 22.275px 25.92px 1.08px rgba(14, 62, 129, .29);
    box-shadow: 11.35px 22.275px 25.92px 1.08px rgba(14, 62, 129, .29);
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.main-counter-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2
}

.main-counter-numb {
    font-size: 145px;
    font-weight: 700;
    color: #df3826;
    margin-bottom: 0;
    line-height: 1
}

.counter-item-title {
    font-weight: 700
}

.counter-item-numb {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    color: #df3826;
    margin-bottom: 5px
}

.project-nav {
    position: relative;
    margin-bottom: 40px;
    margin-top: -5px
}

.project-nav-list {
    list-style: none;
    margin: 0;
    padding: 5px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    text-transform: uppercase;
    width: 100%
}

.project-nav-list li {
    cursor: pointer;
    padding: 2px 5px;
    margin-right: 25px;
    white-space: nowrap;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

.project-nav-list li:last-child {
    margin-right: 0
}

.project-nav-list li.mixitup-control-active, .project-nav-list li:hover {
    color: #df3826
}

.project-item {
    position: relative;
    display: block;
    height: 400px;
    width: 100%;
    overflow: hidden
}

.project-item:hover .project-item-card-front {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.project-item:hover .project-item-card-back {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    z-index: 3
}

.project-item-card {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden;
    -webkit-transition: .6s ease-in-out;
    -o-transition: .6s ease-in-out;
    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: #df3826;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    padding: 30px 40px
}

.project-item-title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 22px
}

.project-item-desc {
    margin-bottom: 25px
}

.project-item-desc p {
    margin-bottom: 0
}

.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
}

.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: 0;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden
}

.team-item-info {
    position: relative;
    text-align: center;
    padding: 25px 15px 15px
}

.team-item-position {
    color: #63636b;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px
}

.team-item-social-links {
    position: absolute;
    left: 50%;
    top: -28px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

.team-item-social-links li {
    margin-right: 6px
}

.team-item-social-links li:last-child {
    margin-right: 0
}

.team-item-social-links li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 28px;
    height: 28px;
    border-radius: 6px;
    background-color: #df3826;
    fill: #fff;
    border: 1px solid #df3826
}

.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: #df3826
}

.reviews-item {
    position: relative;
    padding: 30px 20px
}

.reviews-item-info {
    padding-top: 10px
}

.reviews-item-text {
    color: #63636b
}

.reviews-item-text p {
    margin-bottom: 0
}

.reviews-item-title {
    margin-bottom: 2px;
    font-size: 18px
}

.reviews-item-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px
}

.reviews-item-vertical {
    text-align: center
}

.reviews-item-vertical .reviews-item-header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    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: 15px
}

.reviews-item-vertical .reviews-item-info {
    padding-top: 0
}

.reviews-item-position {
    color: #63636b;
    font-size: 14px
}

.reviews-item-img {
    width: 75px;
    height: 75px;
    min-width: 75px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
    background-color: #f0f4f8
}

.reviews-item-img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.bread-crumbs {
    position: relative;
    padding: 18px 0;
    background-color: #f0f4f8
}

.bread-crumbs-list {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    overflow: hidden
}

.bread-crumbs-list::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 60px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(240, 244, 248, 0)), to(#f0f4f8));
    background: -o-linear-gradient(left, rgba(240, 244, 248, 0) 0, #f0f4f8 100%);
    background: linear-gradient(to right, rgba(240, 244, 248, 0) 0, #f0f4f8 100%)
}

.bread-crumbs-list li {
    position: relative;
    margin-right: 30px;
    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: #df3826
}

.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: -24px;
    margin-top: -9px;
    color: #df3826
}

.comment-item {
    position: relative;
    margin-bottom: 20px;
    padding: 25px 20px
}

.comment-item:last-child {
    margin-bottom: 0
}

.comment-item-row:hover .comment-item-reply {
    opacity: 1
}

.comment-item-header {
    margin-bottom: 15px
}

.mobile .comment-item-reply, .tablet .comment-item-reply {
    opacity: 1
}

.comment-item-reply {
    display: block;
    font-size: 14px;
    text-decoration: none;
    opacity: 0;
    margin-top: 15px
}

.comment-item-reply:hover {
    text-decoration: underline
}

.comment-item-author {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.comment-item-author-img {
    width: 75px;
    height: 75px;
    min-width: 75px;
    margin-right: 20px;
    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: 14px;
    color: #63636b;
    margin: 0
}

.comment-item-desc {
    color: #63636b;
    margin: 0
}

.comment-item-desc p {
    margin: 0
}

.comment-item-list {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    padding-left: 40px
}

.comment-item-list > .comment-item-row {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee
}

.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: 16px
}

.comment-item-list .comment-item-reply {
    margin-top: 7px
}

.tabs {
    position: relative
}

.tabs-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #d4d4e1;
    color: #303036
}

.tabs-nav li {
    padding: 10px 0;
    margin-right: 40px;
    cursor: pointer;
    position: relative;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    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: #df3826;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

.tabs-nav li.active, .tabs-nav li:hover {
    color: #df3826
}

.tabs-nav li.active::after, .tabs-nav li:hover::after {
    width: 100%
}

.tabs-item {
    display: none;
    padding-top: 25px;
    color: #63636b
}

.tabs-item.active {
    display: block
}

.tabs-vertical {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.tabs-vertical .tabs-nav {
    display: block;
    border: none;
    width: 255px;
    min-width: 255px;
    border-radius: 10px;
    overflow: hidden
}

.tabs-vertical .tabs-nav li {
    width: 100%;
    margin: 0;
    padding: 15px 20px;
    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: #df3826;
    color: #fff
}

.tabs-vertical .tabs-item {
    padding-top: 0
}

.tabs-vertical .tabs-container {
    padding-left: 30px
}

.accordion {
    color: #63636b;
    margin-bottom: -20px
}

.accordion-col {
    margin-bottom: 20px
}

.accordion-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.accordion-item {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px
}

.accordion-item.active .accordion-trigger::before {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.accordion-trigger {
    position: relative;
    cursor: pointer;
    padding: 20px 50px 20px 20px;
    color: #303036;
    line-height: 1.2
}

.accordion-trigger::after, .accordion-trigger::before {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    width: 14px;
    height: 2px;
    background-color: #df3826;
    margin-top: -1px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.accordion-trigger::before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.accordion-content {
    display: none;
    padding: 20px;
    border-top: 1px solid #d4d4e1
}

.pricing-item {
    position: relative;
    overflow: hidden
}

.pricing-item-badge {
    position: absolute;
    top: 30px;
    right: -60px;
    width: 200px;
    height: 30px;
    line-height: 30px;
    background-color: #df3826;
    color: #fff;
    text-align: center;
    font-size: 14px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.pricing-item-header {
    padding: 30px;
    border-bottom: 1px solid #d4d4e1;
    text-align: center
}

.pricing-item-price {
    font-size: 30px;
    font-weight: 700;
    color: #df3826
}

.pricing-item-title {
    text-transform: uppercase
}

.pricing-item-content {
    padding: 30px
}

.pricing-item-list {
    list-style: none;
    margin: 0;
    padding: 0;
    fill: #63636b;
    color: #9b9b9b;
    line-height: 24px;
    font-size: 14px
}

.pricing-item-list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px
}

.pricing-item-list li:last-child {
    margin-bottom: 0
}

.pricing-item-list li.active {
    color: #303036
}

.pricing-item-list li.active i {
    color: #df3826;
    fill: #df3826
}

.pricing-item-list li i {
    margin-right: 10px
}

.brands-item {
    position: relative;
    padding: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 140px
}

.brands-item img {
    display: block;
    max-width: 100%;
    max-height: 100%
}

.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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto
}

.countdown.hidden {
    display: none
}

.countdown-number {
    padding: 20px;
    width: 150px;
    height: 150px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.countdown-time {
    display: block;
    font-size: 60px;
    font-weight: 700;
    width: 100%;
    line-height: 1
}

.countdown-text {
    display: block;
    line-height: 1;
    color: #63636b
}

.deadline-message {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    text-decoration: line-through;
    display: none
}

.deadline-message.visible {
    display: block
}

.comming-soon-form {
    margin-top: 40px
}

.gallery-item {
    position: relative;
    margin: 0;
    display: block;
    width: 100%;
    height: 180px;
    overflow: hidden
}

.gallery-item a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.gallery-item img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.gallery-item-caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px 15px;
    background-color: rgba(0, 0, 0, .5);
    text-align: center;
    color: #fff
}

.pswp__img {
    -o-object-fit: cover;
    object-fit: cover
}

.contact-info {
    position: relative;
    padding: 30px 20px;
    background-color: #f0f4f8;
    border-radius: 10px;
    height: 100%
}

.contact-list {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #63636b
}

.contact-list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px
}

.contact-list li:last-child {
    margin-bottom: 0
}

.contact-list li .i {
    margin-right: 5px;
    color: #df3826
}

.contact-list li a {
    text-decoration: none;
    display: block;
    color: #63636b
}

.contact-list .i {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.contact-list .i.footer-contact-tel {
    font-size: 20px
}

.contact-list .i.footer-contact-email {
    font-size: 18px
}

.contact-form-padding {
    padding-left: 30px
}

#map_canvas, .map {
    height: 500px
}

.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: 35px 20px 20px
}

.news-item-date {
    position: absolute;
    left: 50%;
    top: -18px;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    background-color: #df3826;
    color: #fff;
    font-size: 13px;
    border-radius: 6px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.news-item-title {
    margin-bottom: 10px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 18px
}

.news-item-desc {
    color: #63636b;
    height: 48px;
    overflow: hidden
}

.news-item-desc p {
    margin-bottom: 0
}

.news-item-min .news-item-info {
    padding: 20px
}

.news-item-min .news-item-title {
    margin-bottom: 0
}

.news-item-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 20px;
    font-size: 14px;
    line-height: 1.2
}

.news-item-auth {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none
}

.news-item-auth:hover {
    color: #303036
}

.news-item-auth-img {
    width: 35px;
    min-width: 35px;
    height: 35px;
    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: 15px;
    white-space: nowrap
}

.blog-wide-item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.blog-wide-item-img {
    display: block;
    height: 195px;
    min-width: 250px;
    width: 250px
}

.blog-wide-item-img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.blog-wide-item-info {
    padding-left: 25px;
    width: 100%
}

.blog-wide-item-title {
    margin-bottom: 10px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden
}

.blog-wide-item-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    color: #63636b
}

.blog-wide-item-date {
    padding-right: 10px
}

.blog-wide-item-author a {
    text-decoration: none
}

.blog-wide-item-author a:hover {
    text-decoration: underline
}

.blog-wide-item-desc {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #63636b;
    height: 72px;
    overflow: hidden
}

.blog-wide-item-desc p {
    margin: 0
}

.blog-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 10px
}

.blog-post-header {
    margin-bottom: 32px
}

.blog-post-title {
    font-size: 32px;
    margin-bottom: 15px
}

.blog-post-meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #63636b;
    margin-bottom: -15px;
    margin-left: -20px
}

.blog-post-meta-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 20px;
    margin-bottom: 15px
}

.blog-post-meta-item .i {
    margin-right: 5px;
    color: #df3826
}

.blog-post-meta-item a {
    text-decoration: none
}

.blog-post-meta-item a:hover {
    text-decoration: underline
}

.blog-post-img {
    margin-top: 20px;
    height: 500px
}

.blog-post-img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.blog-post-footer {
    margin-top: 25px;
    padding-top: 10px;
    border-top: 1px solid #eee
}

.blog-post-cat {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -10px;
    margin-left: -15px;
    font-size: 14px
}

.blog-post-cat li {
    margin-bottom: 10px;
    margin-left: 15px
}

.blog-post-cat li a {
    display: block;
    text-decoration: none
}

.blog-post-cat li a:hover {
    text-decoration: underline
}

.blog-post-share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.blog-post-share-title {
    margin-right: 20px;
    color: #63636b;
    margin-bottom: 0
}

.page-social-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

.page-social-links li {
    margin-right: 10px
}

.page-social-links li:last-child {
    margin-right: 0
}

.page-social-links li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 36px;
    height: 36px;
    border-radius: 6px;
    fill: #303036;
    border: 1px solid #eee
}

.page-social-links li a > svg {
    display: block;
    width: 18px;
    height: 18px;
    margin: auto
}

.page-social-links li a:hover {
    border-color: #63636b
}

.footer {
    position: relative;
    background-color: #303036;
    width: 100%;
    color: #fff;
    font-size: 14px
}

.footer a {
    color: #fff;
    text-decoration: none
}

.footer a:hover {
    color: #fff
}

.footer a::after {
    color: #fff
}

.mobile .footer, .tablet .footer {
    z-index: 1 !important;
    position: relative !important
}

.mobile .main-inner, .tablet .main-inner {
    margin-bottom: 0 !important
}

.footer-main {
    padding: 60px 0
}

.footer-company-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%
}

.footer-company-info .logo {
    margin-bottom: 20px;
    height: auto
}

.footer-company-desc {
    font-size: 14px;
    margin-bottom: 30px
}

.footer-company-desc p {
    margin-bottom: 0
}

.footer-social-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

.footer-social-links li {
    margin-right: 10px
}

.footer-social-links li:last-child {
    margin-right: 0
}

.footer-social-links li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 36px;
    height: 36px;
    border-radius: 6px;
    fill: #fff;
    border: 1px solid #fff
}

.footer-social-links li a > svg {
    display: block;
    width: 18px;
    height: 18px;
    margin: auto
}

.footer-social-links li a:hover {
    background-color: #fff;
    fill: #303036
}

.footer-item {
    margin-bottom: 30px
}

.footer-item:last-child {
    margin-bottom: 0
}

.footer-item-title {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 700
}

.footer-mnu li {
    margin-bottom: 15px
}

.footer-mnu li:last-child {
    margin-bottom: 0
}

.footer-contacts li {
    /*display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;*/
    display: block;
    margin-bottom: 15px
}

.footer-contacts li:last-child {
    margin-bottom: 0
}

.footer-contacts li .i {
    margin-right: 5px
}

.footer-contacts .i {
    /*display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;*/
    display: inline-block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    float: left;
    height: 20px;
    width: 20px;
    font-size: 16px !important;
}

.footer-contacts .i.footer-contact-tel {
    font-size: 20px
}

.footer-contacts .i.footer-contact-email {
    font-size: 18px
}

.footer-contact-info a:hover {
    text-decoration: underline
}

.footer-subscribe {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.footer-subscribe .form-field {
    margin-right: 13px;
    margin-bottom: 0;
    width: 100%
}

.footer-subscribe .form-field input {
    background-color: transparent;
    color: #fff
}

.footer-bottom {
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, .2)
}

.footer-bottom .copyright {
    opacity: .8
}

.footer-links ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: -15px;
    margin-left: -20px
}

.footer-links ul li {
    margin-bottom: 15px;
    margin-left: 20px
}

.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
}

@media (max-width: 1199.98px) {
    .main-mnu-list {
        margin-left: -10px
    }

    .main-mnu-list > li {
        margin-left: 10px
    }

    .mega-mnu-item {
        padding: 30px 10px 30px 25px
    }

    .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
    }

    .main-banner-slider, .main-banner-slider-item {
        height: 560px
    }

    .main-banner-content {
        padding-left: 50px;
        max-width: 450px
    }

    .servises-item {
        padding-left: 25px;
        padding-right: 25px
    }

    .choose-us-item-info {
        padding-left: 40px
    }

    .choose-us-item-count::after {
        width: 32px
    }

    .project-item {
        height: 330px
    }

    .project-item-card-back {
        padding: 25px
    }

    .team-item-img {
        height: 220px
    }

    .news-item-img {
        height: 250px
    }

    .news-item-info {
        padding-left: 15px;
        padding-right: 15px
    }

    .contact-form-padding {
        padding-left: 0
    }
}

@media (max-width: 991.98px) {
    .header-top {
        display: none
    }

    .header-fixed {
        height: 65px;
    }

    .header-search-form {
        padding-right: 0;
        padding-right: 70px
    }

    .mob-main-mnu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .main-banner-content {
        padding-left: 0;
        max-width: 400px
    }

    .choose-us-item-info {
        padding-left: 60px
    }

    .choose-us-item-count::after {
        width: 52px
    }

    .main-counter-item {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px
    }

    .counter-item {
        text-align: center
    }

    .project-item {
        height: 400px
    }

    .project-item-card-back {
        padding: 25px 40px
    }

    .project-nav-list li {
        margin-right: 15px
    }

    .team-item-img {
        height: 360px
    }

    .tabs-vertical .tabs-nav {
        min-width: 225px;
        width: 225px
    }
}

@media (max-width: 767.98px) {
    .main-content, .section {
        padding: 45px 0
    }

    .item {
        margin-bottom: 30px
    }

    .items {
        margin-bottom: -30px
    }

    .wrapp-page-title, .wrapp-section-title {
        margin-bottom: 35px
    }

    .section-title {
        font-size: 32px
    }

    .main-banner-title {
        font-size: 32px
    }

    .main-banner-content {
        padding-bottom: 0
    }

    .main-banner-desc {
        color: #303036
    }

    .choose-us-item-title {
        min-height: auto
    }

    .choose-us-item-title br {
        display: none
    }

    .choose-us-item-count {
        margin-top: 0
    }

    .counter-item-numb {
        font-size: 32px
    }

    .main-counter-title {
        font-size: 20px
    }

    .main-counter-numb {
        font-size: 100px
    }

    .main-counter-item {
        width: 250px;
        height: 250px
    }

    .main-counter-item-circ {
        left: -50px;
        top: -10px
    }

    .main-counter {
        padding-left: 50px;
        padding-right: 50px
    }

    .main-counter::after, .main-counter::before {
        content: none
    }

    .section-projects .container {
        max-width: 100%
    }

    .project-item {
        height: 230px
    }

    .project-item-card-back {
        padding: 20px
    }

    .project-nav {
        margin-bottom: 25px
    }

    .project-nav-list {
        -webkit-box-pack: start;
        -webkit-justify-content: start;
        -ms-flex-pack: start;
        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: 45px 0
    }

    .blog-wide-item {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 320px;
        margin-left: auto;
        margin-right: auto
    }

    .blog-wide-item-img {
        margin-bottom: 20px;
        width: 100%
    }

    .blog-wide-item-info {
        padding-left: 0
    }

    .blog-wide-item-desc {
        margin-top: 15px;
        margin-bottom: 15px
    }

    .blog-nav {
        padding-top: 0
    }

    .blog-wide-item-desc {
        height: auto
    }

    .news-item-desc {
        height: auto
    }

    .services-image-item {
        max-width: 320px;
        margin: 0 auto
    }

    .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: -o-linear-gradient(0deg, rgba(255, 255, 255, .3), #fff);
        background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, .3)), to(#fff));
        background-image: -o-linear-gradient(bottom, rgba(255, 255, 255, .3), #fff);
        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: 10px;
        border: 3px solid #fff;
        background-color: rgba(0, 0, 0, .3)
    }

    .blog-post-title {
        font-size: 28px
    }

    .blog-post-img {
        height: 300px
    }

    .blog-post-footer {
        padding-top: 20px
    }

    .tabs-vertical {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .tabs-vertical .tabs-nav {
        width: 100%
    }

    .tabs-vertical .tabs-nav li {
        padding: 10px 15px
    }

    .tabs-vertical .tabs-container {
        padding-left: 0;
        padding-top: 25px
    }

    .tabs-item {
        padding-top: 0
    }

    .tabs-container {
        padding-top: 25px
    }

    .tabs-nav {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        border: none;
        border-radius: 10px;
        background-color: #f0f4f8;
        overflow: hidden
    }

    .tabs-nav li {
        width: 100%;
        margin: 0;
        border-bottom: 1px solid #d4d4e1;
        padding: 10px 15px
    }

    .tabs-nav li:last-child {
        border-bottom: none
    }

    .tabs-nav li::after {
        content: none
    }

    .tabs-nav li.active, .tabs-nav li:hover {
        background-color: #df3826;
        color: #fff
    }

    .countdown-number {
        width: 100px;
        height: 100px
    }

    .countdown-time {
        font-size: 40px
    }

    .main-banner-slider-item::after {
        background-color: rgba(255, 255, 255, 0)
    }
}

@media (max-width: 575.98px) {
    .popup {
        padding: 30px 20px
    }

    .choose-us-item-info {
        padding-left: 50px
    }

    .choose-us-item-count::after {
        width: 42px
    }

    .project-item {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto
    }

    .team-item {
        max-width: 270px;
        margin-left: auto;
        margin-right: auto
    }

    .comment-item-list {
        padding-left: 10px
    }
}

@media only screen and (max-width: 480px) {
    .pagination-list {
        padding-bottom: 35px
    }

    .pagination-item-arrow {
        position: absolute;
        bottom: 0
    }

    .pagination-item-arrow-prev {
        right: 50%;
        margin-right: 10px
    }

    .pagination-item-arrow-first {
        right: 50%;
        margin-right: 34px
    }

    .pagination-item-arrow-next {
        left: 50%
    }

    .pagination-item-arrow-last {
        left: 50%;
        margin-left: 34px !important
    }

    .social-login {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .social-login li {
        width: 100%
    }

    .countdown-number {
        width: 80px;
        height: 80px;
        padding: 10px
    }

    .countdown-time {
        font-size: 30px
    }

    .countdown-text {
        font-size: 14px
    }
}

@media only screen and (max-width: 370px) {
    .main-counter-item {
        width: 230px;
        height: 230px
    }

    .main-counter {
        padding-left: 20px;
        padding-right: 20px
    }

    .main-counter-item-circ {
        left: -30px;
        top: -5px
    }

    .countdown-number {
        width: 65px;
        height: 65px;
        padding: 10px 0
    }

    .countdown-time {
        font-size: 22px
    }

    .countdown-text {
        font-size: 13px
    }
}

@media only screen and (min-width: 567px) and (max-width: 900px) and (orientation: landscape) {
    .main-banner-slider, .main-banner-slider-item {
        height: 420px
    }

    .main-banner {
        min-height: 400px
    }

    #map_canvas, .map {
        height: 300px
    }
}