@charset "UTF-8";
.wpcf7 .ajax-loader {
	display: none!important;
}
.map_img {
	object-fit: cover;
}
.dark strong {
    font-size: 25px;
}
.align-center_row h4 {
	font-size: 59px!important;
}
.arcticmodal-container_i {
	width: 100%;
}
.estimate_popup_close {
	position: absolute;
    width: 56px;
    height: 56px;
    top: 31px;
    right: 48px;
    z-index: 1;
    background-color: #fff;
    border: none;
    border-radius: 50%;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.estimate_popup_close > img {
	width: 17px;
    height: 17px;
}
.popup .contacts__form .contact_button_form {
	margin: auto;
}
.photo_gallery .photo_gallery_close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 9999;
    background-color: transparent;
    border: none;
}
.photo_gallery .photo_gallery_close img {
    width: 16px;
    height: 16px;
    box-shadow: none;
    border-radius: 0;
    margin: 0;
}
.photo_gallery {
    max-width: 1210px;
    margin: auto;
}
#estimate_popup, #contact_popup2 {
    background-color: #fff;
    position: relative;
    margin: auto;
}
#contact_popup2 .col-md-6 > img {
	height: 100%;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: 0;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image,
.fancybox-spaceball {
    background: 0 0;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-iframe,
.fancybox-video {
    background: 0 0;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button:focus {
    outline: 0
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: 0
}

.fancybox-button div {
    height: 100%
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: 0 0;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 45px;
    top: 45px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    color: #1D1D1D;
    border-radius: 50%;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

.fancybox-navigation .fancybox-button div {
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right)
}

.fancybox-caption {
    background: linear-gradient(0deg, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}

@supports (padding:max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
    }
}

.fancybox-caption--separate {
    margin-top: -50px
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    animation: a 1s linear infinite;
    background: 0 0;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@keyframes a {
    to {
        transform: rotate(1turn)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translateZ(0) scale(1)
}

@media (max-height:576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }

    .fancybox-slide--image {
        padding: 6px 0
    }

    .fancybox-close-small {
        right: -6px
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px
    }

    @supports (padding:max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right))
        }
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: 0 0;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: 0;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width:576px) {
    .fancybox-thumbs {
        width: 110px
    }
    
    .what_offers img {
    width: 100%;
    }
    

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}



a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400
}

:focus {
    outline: 0
}

button::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=file]>input[type=button]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner {
    border: none
}

input[type=checkbox]:focus {
    -moz-outline-offset: -1px !important;
    -moz-outline: 1px solid #000 !important
}

*,
::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: 0
}

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

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: 0;
    font-style: normal;
    line-height: inherit
}

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

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

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: inherit;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    /*color: inherit;*/
    text-decoration: none
}

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: 0;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 0
}

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 {
    -webkit-border-radius: 0;
    border-radius: 0
}

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
}

@-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: 1170px
    }
}

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

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

::-webkit-input-placeholder {
    color: #666
}

::-moz-placeholder {
    color: #666
}

:-ms-input-placeholder {
    color: #666
}

::-ms-input-placeholder {
    color: #666
}

::placeholder {
    color: #666
}

::-moz-selection {
    background-color: #15123e;
    color: #fff
}

::selection {
    background-color: #15123e;
    color: #fff
}

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

body {
    min-width: 320px;
    position: relative;
    overflow-x: hidden;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    color: #fff
}

body.is-modal {
    overflow: hidden
}

body input,
body textarea {
    border: #666 1px solid;
    outline: 0
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
    border-color: red
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

button {
    cursor: pointer
}

a,
button {
    -webkit-transition: 250ms ease-in-out;
    -o-transition: 250ms ease-in-out;
    transition: 250ms ease-in-out
}

.about_news__article__more_btn,
.branches__location__dot:before,
.branches__location__info,
.header__bars span,
.header__bars:after,
.header__bars:before,
.products__itm__ico,
.products__itm__more_btn {
    -webkit-transition: 250ms ease-in-out;
    -o-transition: 250ms ease-in-out;
    transition: 250ms ease-in-out
}

label {
    margin-bottom: 0
}

#page-wrap {
    overflow: hidden
}

.header {
    background: #1D1D1D;
    height: 129px;
    display: flex;
    align-items: center;
    width: 92%;
    z-index: 5;
    position: relative;
    margin-left: auto;
}

.header .container {
    margin-left: 25px;
    margin-right: 80px;
    max-width: 100%;
}

.header .justify-content-space-between {
    justify-content: space-between;
}

.header .col-auto:last-child {
    display: flex;
    align-items: center;
}

.header_phone {
    margin-right: 40px;
    display: none;
}


.header_social {
    background: #FFFFFF;
    border-radius: 5px;
    padding: 7px 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 40px;
}

.header_social a:first-child {
    margin-left: 0;
}

.header_social a {
    display: flex;
    margin-left: 15px;
}

.header_phone a {
    display: block;
    text-align: right;
}

.header__nav {
    width: 100%;
}

.header__nav>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.header__nav>ul>li:not(:last-child) {
    margin-right: 40px
}

.header__nav a {
    display: block;
    position: relative;
    font-size: 18px;
    line-height: 27px;
    font-weight: 200;
}


.header__nav a:hover {
    /*color: #39ced2*/
}

.header__nav .current-menu-item {
    /*color: #39ced2*/
}

.header__bars {
    display: inline-block;
    padding: 0;
    border: none;
    background-color: transparent;
    width: 25px;
    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;
    margin-top: 9px
}

.header__bars span,
.header__bars:after,
.header__bars:before {
    content: '';
    display: block;
    width: 25px;
    height: 2px;
    background-color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%
}

.header__bars span {
    margin: 5px 0
}

.header__bars.active span {
    width: 0;
    opacity: 1
}

.header__bars.active:before {
    -webkit-transform: translate(3px, -2px) rotate(45deg);
    -ms-transform: translate(3px, -2px) rotate(45deg);
    transform: translate(3px, -2px) rotate(45deg)
}

.header__bars.active:after {
    -webkit-transform: translate(3px, 2px) rotate(-45deg);
    -ms-transform: translate(3px, 2px) rotate(-45deg);
    transform: translate(3px, 2px) rotate(-45deg)
}

.home_intro {
    position: relative;
    z-index: 1;
    color: #fff;
    height: 100vh;
    margin-top: -129px;
}

.home_intro__slider:not(.slick-initialized) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden
}

.home_intro__slider:not(.slick-initialized)>* {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.home_intro__slider .slick-dots {
    position: absolute;
    top: 35%;
    right: 50px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}

.home_intro__slider .slick-dots li {
    margin: 0 5px
}

.home_intro__slider .slick-dots button {
    width: 10px;
    height: 10px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0;
    font-size: 0;
    border: none;
    /*-webkit-border-radius: 50%;*/
    /*border-radius: 50%;*/
    background: rgba(255, 255, 255, 0.4);
}

.home_intro__slider .slick-dots .slick-active button {
    background-color: #FFFFFF
}

.home_intro__slide {
    padding-top: 15%;
    padding-bottom: 50px;
    min-height: 100vh;
    position: relative;
    z-index: 1
}

.home_intro__slide__bg {
    position: absolute;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1
}

.home_intro__slide__bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background-color: rgba(0, 0, 0, .5);*/
    z-index: -1
}

.home_intro__title {
    font-weight: 900;
    font-size: 82px;
}


.apartments {
    background: linear-gradient(to right, transparent 8%, #1D1D1D 8%);
    position: relative;
    margin-top: -150px;
    z-index: 2;
    /*width: 92%;*/
    margin-left: auto;
    padding: 40px;
}

h3 {
    font-weight: 900;
    font-size: 50px;
    color: #FFFFFF;
    line-height: 98.3%;
}

h3.dark {
    color: #1D1D1D
}

p {
    font-size: 20px;
    line-height: 24px;
    font-weight: 200;
}

p.dark {
    color: #1D1D1D
}

p.bold {
    font-weight: 700;
}

.apartments_row {
    margin-top: 30px;
}

.apartments_row .apartments_card {
    display: none;
    margin-top: 35px;
}

.apartments_row .apartments_card:nth-child(1), .apartments_row .apartments_card:nth-child(2), .apartments_row .apartments_card:nth-child(3), .apartments_row .apartments_card:nth-child(4) {
    display: block;
}

.apartments_card p {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
}

.premiers {
    padding-top: 120px;
    padding-bottom: 135px;
}

.premiers h3 {
    margin-bottom: 60px;
}

.premiers p {
    margin-top: 25px;
    margin-bottom: 40px;
    text-align: justify;
}

.contact_button, .contact_button_form {
    font-size: 20px;
    color: #1D1D1D;
    border: 1px solid #1D1D1D;
    font-weight: 900;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 8%);
    border-radius: 10px;
    width: 232px;
    height: 48px;
    line-height: 45px;
    text-align: center;
    display: block;
    background: #fff;
    cursor: pointer;
}

.contact_button.apartmentss {
    background: #1D1D1D;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin: 35px auto 0;
}

.latest_news {
    padding-top: 60px;
    padding-bottom: 120px;
    background: #1D1D1D;
}

.latest_news_row {
    margin-top: 70px;
}

.latest_news_card h4 {
    margin-top: 35px;
    font-weight: bold;
    font-size: 20px;
}

.contact_us {
    padding: 70px 0;
}

.contact_us h3 {
    text-align: center;
}

.contact_us p {
    margin-top: 15px;
    margin-bottom: 35px;
    text-align: center;
}

.contact_us .contact_button {
    margin-left: auto;
    margin-right: auto;
}

.contact_button.dark {
    color: #FFFFFF;
    background: #1D1D1D;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}

.your_details .container, .why_us .container {
    max-width: 100%;
}
.your_details .wpcf7 {
    max-width: 400px;
    margin: 0 auto;
}

.your_details .col-md-6 {
    padding: 0;
}
.your_details .col-md-6 img {
    width: 100%;
    height: 100%;
}
.your_details .col-md-6:first-child {
    background: #1D1D1D;
    padding-top: 105px;
    padding-bottom: 135px;
    display: flex;
    align-items: center;
}

.your_details .light.col-md-6:first-child {
    background: #fff;
}

.page-template-page-contact .home_intro__title {
    font-size:60px;
    line-height: 98.3%;
}

.page-template-page-contact .contact_button {
    margin-top: 200px;
}

.page-template-page-contact .home_intro__descr {
    margin-top: 30px;
    margin-bottom: 20px;
}

.fancybox-bg, .fancybox-inner {
    background: rgba(34, 38, 57, 0.2);
    backdrop-filter: blur(30px);
}

.page-template-page-how-it .home_intro__descr, .page-template-page-pricing .home_intro__descr {
    margin-top: 20px;
    margin-bottom: 50px;
}

.page-template-page-about .home_intro__title, .page-template-page-how-it .home_intro__title, .page-template-page-pricing .home_intro__title {
    font-size: 60px;
    line-height: 98.3%;
}
.page-template-page-about .home_intro__title {
    margin-top: 200px;
}

.page-template-page-how-it .content_column {
    margin-bottom: 80px;
}

.page-template-page-about .content_block:first-child {
    padding-top: 40px;
}

.page-template-page-about .content_block.light .row {
    margin-top: 40px;
}

.page-template-page-about .content_block.light, .page-template-page-how-it .content_block {
    padding-bottom: 40px;
}

.page-template-page-about .content_block.light .content_column {
    margin-bottom: 80px;
}

.page-template-page-about .content_block.light .content_column p {
    font-weight: bold;
    max-width: 290px;
    margin: 0 auto;
    margin-top: 20px;
}

.home .home_intro__title {
    font-weight: 900;
    font-size: 62px;
    line-height: 98.3%;
}

.page-template-page-estimate .content_block {
    text-align: center;
}

.page-template-page-estimate .content_block .container > p {
    margin-bottom: 0;
    margin-top: 20px;
}

.page-template-page-estimate .home_intro__title {
    font-weight: 900;
    font-size: 60px;
    line-height: 98.3%;
}

.page-template-page-estimate .home_intro__descr {
    margin-top: 20px;
}

.page-template-page-estimate .your_details .col-md-6:first-child {
    padding-bottom: 40px;
}

.content_block {
    padding: 100px 0;
    background: #1D1D1D;
}

.content_block.light {
    background: #fff;
}

.content_column {
    text-align: center;
}
.content_block .container > p {
    margin-bottom: 80px;
    margin-top: 40px;
}

.content_column h4 {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 25px;
    margin-bottom: 10px;
}

.page-template-page-pricing .content_column h4 {
    font-weight: bold;
    font-size: 60px;
    line-height: 73px;
}

.page-template-page-pricing .content_block .contact_button {
    margin: 100px auto 0;
}

.container.estimate_form {
    background: #FFFFFF;
    border-radius: 20px;
    display: flex;
    /*padding: 20px 15px;*/
    height: 76px;
    align-items: center;
    margin-top: 150px;
}

.estimate_block {
    width: 20%;
    display: flex;
    height: 48px;
    border-right: 1px solid #1D1D1D;
    justify-content: space-around;
    align-items: center;
}
.estimate_block:nth-child(4), .estimate_block:nth-child(5) {
    border: none;
}

.estimate_block select {
    font-size: 14px;
    line-height: 17px;
    color: #1D1D1D;
    font-weight: 200;
    width: 152px;
    border: none;
    -webkit-appearance: button;
    background-color: transparent;
}

select::-ms-expand { display: none; }

.icons {
    display: flex;
}

.icon_dark {
    background: #1D1D1D;
    height: 87px;
    width: 87px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon_light {
    background: #D7DEFF;
    width: 96px;
    height: 87px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon_light p {
    font-size: 40px;
    line-height: 98.3%;
    color: #1D1D1D;
}

.single .content_block {
    background: #fff;
    padding: 50px 0;
}

.single .content_block h3 {
    font-weight: 900;
    font-size: 40px;
    line-height: 98.3%;
}

.single .content_block .container .col-md-6 > p {
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: justify;
}

.why_us .col-md-6:nth-child(1) {
    padding: 0;
}

.why_us .col-md-6:nth-child(2) {
    padding-top: 100px;
    background: #1D1D1D;
    padding-left: 75px;
    padding-right: 140px;
}

.why_us .col-md-6:nth-child(2) p {
    margin-top: 65px;
    line-height: 32px;
    margin-bottom: 80px;
}
.why_us_row img {
    width: 100%;
    height: 100%;
}

.why_us_card {
    width: 370px;
    height: 290px;
    background: #4E4E4E;
    box-shadow: 0px 26px 40px rgba(38, 58, 126, 0.14);
    border-radius: 16px;
    margin-right: 20px;
    padding: 36px 0 0 50px;
}

.why_us_card p {
    margin: 0!important;
    font-size: 16px;
    line-height: 28px!important;
}

.why_us_card h4 {
    font-weight: bold;
    font-size: 24px;
    line-height: 26px;
    margin-top: 40px;
    margin-bottom: 15px;
}

.why_us_adv_row {
    position: absolute;
    left: -600px;
    bottom: 80px;    
}

.single .contacts__form__bot .contact_button {
    width: 290px;
}
p.grey {
    color: #9B9B9B;
}
.header__logo img {
    max-width: 140px;
}

.current_page_item {
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 2px 3px;
}

.offer_block {
    margin-top: -226px;
    position: relative;
    z-index: 2;
}

.top_side {
    height: 176px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: #fff;
}

.bottom_side {
    height: 300px;
    background: #1D1D1D;
    padding: 50px 50px 80px;
    display: flex;
    align-items: center;
}

.bottom_side > img {
    margin-right: 20px;
    display: block;
    border-radius: 100%;
}

.bottom_side p {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
}

.bottom_side h5 {
    font-size: 20px;
    line-height: 30px;
}

h5.dark {
    color: #1D1D1D;
}

.recommended .bottom_side {
    background: none;
    height: 250px;
}

.recommended {
    padding-bottom: 80px;
}

.recommended_header {
    display: flex;
    align-items: center;
}

.recommended .apartments_row {
    margin-top: 0;
}

.recommended .apartments_row .apartments_card {
    margin-top: 0;
}

.recommended .apartments_card p {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #000000;
    font-weight: bold;
}
.contact_us.dark {
    background: #1D1D1D;
}

.big_map .container {
    padding: 0;
}

.big_map img {
    width: 100%;
}

.single .your_details .col-md-6:not(.light) {
    padding: 60px 130px 15px 50px;
    background: #1D1D1D;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.single .your_details .col-md-6:first-child {
    padding-bottom: 30px;
}

.single .your_details .col-md-6:not(.light) .grey {
    color: #C4C4C4;
}

.footer {
    background: #1D1D1D;
    color: #fff;
    display: flex;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 50px;
}
.footer .justify-content-space-between {
    justify-content: space-between;
}

.footer .container {
    margin-left: 10%;
    margin-right: 80px;
    max-width: 100%;
}
.footer .col-auto:last-child {
    display: flex;
    align-items: center;
}
.footer .header_social {
    background: none;
}

.footer__contact_us {
    font-size: 15px;
    line-height: 1.17333em;
    margin-left: 65px;
    width: 264px
}

.footer__contact_us h3 {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.17188em;
    margin-bottom: 11px;
    display: none;
}

.footer__contact_us__btn {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: 1px solid #39ced2;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    margin-top: 15px
}

.footer__contact_us__btn:hover {
    background-color: #39ced2
}

.footer__nav {
    margin-left: 45px
}

.footer__nav ul {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
    columns-gap: 45px
}

.footer__nav li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    padding-bottom: 3px
}

.footer__nav a:hover {
    color: #39ced2
}

.about_article {
    padding: 60px 0 80px
}

.plain_text {
    font-size: 16px;
    line-height: 1.125em
}

.plain_text>:first-child {
    margin-top: 0
}

.plain_text>:last-child {
    margin-bottom: 0
}

.plain_text h2,
.plain_text h3,
.plain_text h4 {
    color: #15123e;
    font-weight: 500;
    margin-bottom: 17px;
    margin-top: 48px
}

.plain_text h2 {
    font-size: 18px;
    line-height: 1.16667em
}

.plain_text p {
    margin-bottom: 1.125em
}

.plain_text table {
    width: 100%;
    text-align: center;
    margin-bottom: 1.125em
}

.plain_text table td,
.plain_text table th {
    border: 1px solid #000
}

.plain_text table th {
    background-color: #15123e;
    font-weight: 600;
    text-align: center;
    padding: 5px
}

.plain_text td {
    padding: 5px
}

.products {
    padding: 59px 0 15px
}

.products__list>* {
    margin-bottom: 15px
}

.products__itm {
    display: block;
    text-align: center;
    height: 100%;
    background-color: #fff;
    padding: 11px 10px 43px
}

.products__itm:hover {
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .25);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .25)
}

.products__itm:hover .products__itm__more_btn {
    opacity: 1
}

.products__itm:hover .products__itm__ico {
    -webkit-box-shadow: none;
    box-shadow: none
}

.products__itm__ico {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-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: 64px;
    height: 64px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 1px 5px rgba(0, 0, 0, .15)
}

.products__itm__title {
    color: #15123e;
    font-weight: 500;
    font-size: 19px;
    line-height: 1.17211em;
    margin-top: 16px
}

.products__itm__descr {
    line-height: 1.17188em;
    margin-top: 10px;
    overflow: hidden;
    height: 3.51563em;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.products__itm__more_btn {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    color: #39ced2;
    font-weight: 500;
    position: absolute;
    bottom: 4px;
    right: 34px;
    opacity: 0
}

.products__itm__more_btn:after {
    content: '';
    width: 7px;
    margin-top: -1px;
    height: 9px;
    display: inline-block;
    margin-left: 2px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgNyA5IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNi4wMDAwNiA0LjE0ODgyTDEuOTk0OTUgMC4xNDM3NzlDMS45MDIzMSAwLjA1MTA3MjggMS43Nzg2NiAwIDEuNjQ2OCAwQzEuNTE0OTUgMCAxLjM5MTI5IDAuMDUxMDcyOCAxLjI5ODY2IDAuMTQzNzc5TDEuMDAzNzEgMC40Mzg2NTVDMC44MTE3ODcgMC42MzA4IDAuODExNzg3IDAuOTQzMDkgMS4wMDM3MSAxLjEzNDk0TDQuMzY2OTEgNC40OTgxM0wwLjk5OTk4MSA3Ljg2NTA2QzAuOTA3MzQ3IDcuOTU3NzYgMC44NTYyMDEgOC4wODEzNSAwLjg1NjIwMSA4LjIxMzEzQzAuODU2MjAxIDguMzQ1MDUgMC45MDczNDcgOC40Njg2NCAwLjk5OTk4MSA4LjU2MTQyTDEuMjk0OTMgOC44NTYyMkMxLjM4NzY0IDguOTQ4OTMgMS41MTEyMiA5IDEuNjQzMDcgOUMxLjc3NDkzIDkgMS44OTg1OCA4Ljk0ODkzIDEuOTkxMjIgOC44NTYyMkw2LjAwMDA2IDQuODQ3NTJDNi4wOTI5MiA0Ljc1NDUyIDYuMTQzOTIgNC42MzAzNSA2LjE0MzYyIDQuNDk4MzVDNi4xNDM5MiA0LjM2NTg0IDYuMDkyOTIgNC4yNDE3NSA2LjAwMDA2IDQuMTQ4ODJaIiBmaWxsPSIjNEZDNENBIi8+Cjwvc3ZnPgo=)
}

.services {
    background: url(../img/services_bg.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 41px;
    padding-bottom: 91px
}

.services__title {
    color: #fff;
    text-align: center;
    font-size: 36px;
    line-height: 1.17222em;
    font-weight: 500
}

.services__subtitle {
    color: #fff;
    text-align: center;
    font-weight: 500;
    font-size: 26px;
    line-height: 1.34615em
}

.services__list {
    margin-top: 45px
}

.services__list>* {
    margin-bottom: 30px
}

.services__list>:nth-child(odd) .services__itm:before {
    left: 75px
}

.services__list>:nth-child(odd) .services__itm__ico {
    margin-right: 15px
}

.services__list>:nth-child(odd) .services__itm__info {
    padding-right: 45px
}

.services__list>:nth-child(even) .services__itm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    text-align: right
}

.services__list>:nth-child(even) .services__itm:before {
    right: 75px
}

.services__list>:nth-child(even) .services__itm__ico {
    margin-left: 15px
}

.services__list>:nth-child(even) .services__itm__info {
    padding-left: 45px
}

.services__itm {
    color: #000;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.services__itm:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background: -webkit-radial-gradient(24.76% 80.86% at 7.94% 96.25%, #f1f4f6 26%, #e0e7eb 58%, #ced8e0 100%);
    background: -o-radial-gradient(24.76% 80.86% at 7.94% 96.25%, #f1f4f6 26%, #e0e7eb 58%, #ced8e0 100%);
    background: radial-gradient(24.76% 80.86% at 7.94% 96.25%, #f1f4f6 26%, #e0e7eb 58%, #ced8e0 100%);
    opacity: .8
}

.services__itm__ico {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 162px
}

.services__itm__info {
    padding-top: 14px;
    padding-bottom: 14px;
    width: 100%
}

.services__itm__title {
    font-size: 19px;
    font-weight: 500;
    line-height: 1.15789em
}

.services__itm__descr {
    line-height: 1.17188em;
    margin-top: 11px
}

.product_info {
    padding: 60px 0 80px
}

.product_info__wrap {
    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
}

.product_info__ico {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 20px;
    text-align: center;
    color: #15123e;
    font-size: 19px;
    line-height: 1.15789em;
    font-weight: 500;
    width: 122px
}

.product_info__ico_wrap {
    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;
    background-color: #15123e;
    width: 122px;
    height: 122px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .25);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .25);
    margin-bottom: 12px
}

.product_info__ico img {
    max-width: 89px;
    max-height: 89px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.product_info__tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.product_info__nav {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 125px;
    flex-shrink: 0;
    text-align: center;
    font-weight: 500;
    font-size: 19px;
    line-height: 22px;
    margin-right: 45px;
    color: #15123e
}

.product_info__nav li:not(:last-child) {
    margin-bottom: 36px
}

.product_info__nav a {
    display: block
}

.product_info__nav a:not(.active) {
    opacity: .5
}

.product_info__nav .ico {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 14px;
    -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: 64px;
    height: 64px;
    background: #fff;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 1px 5px rgba(0, 0, 0, .15);
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.product_info__nav .ico img {
    width: 38px;
    height: 38px
}

.tabs_section__content .plain_text {
    max-width: 100%;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden
}

.tabs_section__content__row {
    overflow: hidden
}

.chartering {
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .25);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .25);
    padding: 20px
}

.chartering__img img {
    /*width: 185px*/
}

.tabs_section {
    padding: 35px 0 80px
}

.tabs_section__nav_wrap {
    height: 49px;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .05);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .05)
}

.slick_arrows {
    position: absolute;
    top: 40%;
    z-index: 3;
}

.slick_arrows.next {
    right: -50px;
}
.slick_arrows.prev {
    left: -60px;
}


.home_intro__slider .slick_arrows.prev {
    left: 12%;
}

.home_intro__slider .slick_arrows.next {
    right: 12%;
}

.mini_slider {
    margin-top: -215px;
    max-height: 130px;
    margin-bottom: 100px;
    z-index: 1;
}

.content_block .col-md-12 {
    margin-top: 40px;
}

.single_hidden_text {
    margin-top: 20px;
}

.read_more.show_hidden_text {
    margin-top: 20px;
    display: block;
}

.view_all {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    position: relative;
    top: -88px;
    z-index: 3;
    display: block;
    background-color: transparent;
    border: none;
    padding: 0;
    margin: auto;
}

.single_hidden_text {
    display: none;
}

.mini_slider img {
    /*width: 110px;*/
    height: 110px;
    border-radius: 10px;
}

.mini_slider .slick-slide {
    width: 110px;
    margin-right: 12px;
}

.mini_slider .slick-list {
    max-width: 476px;
    margin: 0 auto;
    max-height: 130px;
}

.photo_gallery {
    padding-top: 60px;
    text-align: center;
}

.photo_gallery img {
    height: 273px;
    width: 273px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    margin: 13px;
}

.photo_gallery.active {
    display: block;
    
}

.photo_gallery .contact_button {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin: 40px auto;
}

.icons_popup {
    padding-top: 60px;
        max-width: 780px;
    margin: 0 auto;
}

.icons_popup.active {
    display: block;
}

.icons_popup_content {
    max-width: 780px;
    margin: 0 auto;
    position: relative;
    background: #FFFFFF;
    padding-left: 60px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.icons_popup_content h3 {
    font-size: 40px;
    line-height: 98.3%;
}

.icons_popup_content_block {
    margin-top: 40px;
}

.icons_popup_content_block h4 {
    font-weight: normal;
    font-size: 26px;
    line-height: 26px;
    color: #1D1D1D;
    margin-bottom: 30px;
}


.icons_popup_content_block p {
    font-size: 20px;
    line-height: 26px;
    color: #1D1D1D;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 16px 0;
    display: flex;
    align-items: center;
}

.icons_popup_content_block:last-child p {
    text-decoration: line-through;
}

@media(max-width: 767px){
    .view_all {
        top: -140px
    }
    .icons_popup_content {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.img_cont {
    width: 30px;
    height: 30px;
    display: flex;
    margin-right: 24px;
    justify-content: center;
}

.icons_popup_close_button {
    position: absolute;
    right: 20px;
    top: 10px;
}

.mini_slider .slick_arrows.prev {
    left: -15px;
    top: 30%;
}

.mini_slider .slick_arrows.next {
    right: -15px;
    top: 30%;
}

.video_block {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 24;
}

.video_block.active {
    display: block;
}

#myVideo {
    margin-left: 5%;
    margin-top: 100px;
    display: block;
}


@media(max-width: 767px){
    #myVideo {
        height: 320px!important;
        width: 360px!important;
        margin-left: 20px!important;
    }
    .home_intro__slider .slick_arrows {
        display: none!important
    }
}

.tabs_section__nav {
    font-weight: 500;
    width: 100%;
    background-color: #fff;
    overflow: hidden;
    overflow-x: auto;
    line-height: 1.17188em
}

.tabs_section__nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-transition: 250ms;
    -o-transition: 250ms;
    transition: 250ms
}

.tabs_section__nav li {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.tabs_section__nav a {
    display: block;
    padding: 15px 23px
}

.tabs_section__nav a:hover {
    background-color: #eee
}

.tabs_section__nav a.active {
    background-color: #15123e;
    color: #fff
}



.tabs_section__nav__btn {
    padding: 0;
    background-color: #fff;
    border: none;
    width: 25px;
    height: 25px;
    z-index: 2;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-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
}

.tabs_section__nav__btn:before {
    content: '';
    position: absolute;
    top: -13px;
    bottom: -11px;
    left: -4px;
    right: -4px;
    z-index: -1
}

.tabs_section__nav__btn.prev {
    left: 3px
}

.tabs_section__nav__btn.prev:before {
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(white));
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0), #fff);
    background: -o-linear-gradient(right, rgba(255, 255, 255, 0), #fff);
    background: linear-gradient(-90deg, rgba(255, 255, 255, 0), #fff);
    right: -15px
}

.tabs_section__nav__btn.next {
    right: 3px
}

.tabs_section__nav__btn.next:before {
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #fff);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0), #fff);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), #fff);
    left: -15px
}

.tabs_section__content {
    padding: 33px 24px
}

.tabs_section__content__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.tabs_section__content__preview {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 25px;
    width: 185px
}

.tabs_section__content__preview img {
    width: 100%
}

.tabs_section__wrap {
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25)
}

.contacts {
    padding: 17px 0 50px
}

.contacts h2 {
    font-weight: 500;
    font-size: 30px;
    line-height: 1.16667em;
    color: #15123e
}

.contacts h3 {
    font-weight: 500;
    color: #39ced2;
    text-transform: uppercase;
    margin-bottom: 15px
}

.contacts__info {
    line-height: 1.4375em;
    color: #15123e;
    margin-top: 14px
}

.contacts__info h2 {
    margin-bottom: 22px
}

.contacts__info b {
    font-weight: 500
}

.contacts__info p {
    margin-bottom: 15px
}

.contacts__info a {
    display: inline-block;
    border-bottom: 1px solid transparent;
    line-height: 1
}

.contacts__info a:hover {
    border-bottom-color: #39ced2;
    color: #39ced2
}

.contacts__tabs__itm.active .contacts__tabs__toggler:after {
    opacity: 1
}

.contacts__tabs__itm.active .contacts__tabs__toggler:before {
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
    -webkit-box-shadow: 0 -2px 4px rgba(0, 0, 0, .15);
    box-shadow: 0 -2px 4px rgba(0, 0, 0, .15)
}

.contacts__tabs__toggler {
    position: relative;
    font-weight: 500;
    color: #39ced2;
    text-transform: uppercase;
    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;
    cursor: pointer;
    margin-bottom: 13px
}

.contacts__tabs__toggler:after {
    content: '';
    display: block;
    height: 1px;
    background-color: #39ced2;
    width: 100%;
    margin: 0 29px 0 10px;
    opacity: .4
}

.contacts__tabs__toggler:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -8.5px;
    width: 17px;
    height: 17px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .15);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgOSA2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNC44NTExOCA1LjI4NTM3TDguODU2MjIgMS4yOTQ0OUM4Ljk0ODkzIDEuMjAyMTkgOSAxLjA3ODk3IDkgMC45NDc1ODRDOSAwLjgxNjIgOC45NDg5MyAwLjY5Mjk4MiA4Ljg1NjIyIDAuNjAwNjc4TDguNTYxMzUgMC4zMDY3NzdDOC4zNjkyIDAuMTE1NTM0IDguMDU2OTEgMC4xMTU1MzQgNy44NjUwNiAwLjMwNjc3N0w0LjUwMTg3IDMuNjU4MDJMMS4xMzQ5NCAwLjMwMzA1OEMxLjA0MjI0IDAuMjEwNzU0IDAuOTE4NjUxIDAuMTU5NzkgMC43ODY4NzEgMC4xNTk3OUMwLjY1NDk0NSAwLjE1OTc5IDAuNTMxMzYxIDAuMjEwNzU0IDAuNDM4NTgxIDAuMzAzMDU4TDAuMTQzNzc5IDAuNTk2OTU5QzAuMDUxMDcyMSAwLjY4OTMzNiAtMi44NjMxOGUtMDggMC44MTI0ODEgLTMuNDM5NTNlLTA4IDAuOTQzODY1Qy00LjAxNTg3ZS0wOCAxLjA3NTI1IDAuMDUxMDcyMSAxLjE5ODQ3IDAuMTQzNzc5IDEuMjkwNzdMNC4xNTI0OCA1LjI4NTM3QzQuMjQ1NDggNS4zNzc5IDQuMzY5NjUgNS40Mjg3MSA0LjUwMTY1IDUuNDI4NDJDNC42MzQxNiA1LjQyODcxIDQuNzU4MjUgNS4zNzc5IDQuODUxMTggNS4yODUzN1oiIGZpbGw9IiM0RkM0Q0EiLz4KPC9zdmc+Cg==) center center no-repeat
}

.contacts__tabs__toggler span {
    white-space: nowrap;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.contacts__tabs__content {
    display: none;
    padding-top: 13px
}

.contacts__form {
    padding: 17px 32px 24px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, .15);
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, .15)
}

.contacts__form h2 {
    text-align: center;
    margin-bottom: 25px
}

.contacts__form .btn-fill {
    height: 45px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.contacts__form .g-recaptcha {
    margin-top: -10px
}

.contacts__form .wpcf7-response-output {
    border: 1px solid red;
    color: #15123e;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.35714em;
    min-height: 45px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-left: 14px;
    padding: 4px 8px
}

.contacts__form__bot {
    margin-top: 18px;
    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;
}

.contacts__form__bot .contact_button {
    margin-left: auto;
    margin-right: auto;
}

.form_input {
    margin-bottom: 32px
}

.form_input input,
.form_input textarea {
    background-color: #f8f8f8;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .05);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .05);
    width: 100%;
    display: block;
    border: 1px solid transparent;
    font-size: 16px
}

.form_input input::-webkit-input-placeholder,
.form_input textarea::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .4)
}

.form_input input::-moz-placeholder,
.form_input textarea::-moz-placeholder {
    color: rgba(0, 0, 0, .4)
}

.form_input input:-ms-input-placeholder,
.form_input textarea:-ms-input-placeholder {
    color: rgba(0, 0, 0, .4)
}

.form_input input::-ms-input-placeholder,
.form_input textarea::-ms-input-placeholder {
    color: rgba(0, 0, 0, .4)
}

.form_input input::placeholder,
.form_input textarea::placeholder {
    color: rgba(0, 0, 0, .4)
}

.form_input input.wpcf7-not-valid,
.form_input textarea.wpcf7-not-valid {
    border: 1px solid red
}

.form_input input {
    height: 40px;
    background: #FFFFFF;
    border: 2px solid #1D1D1D;
    border-radius: 50px;
    color: #1D1D1D;
    font-size: 20px;
    text-align: center;
}

.form_input textarea {
    background: #FFFFFF;
    border: 2px solid #1D1D1D;
    box-sizing: border-box;
    border-radius: 20px;
    font-size: 20px;
    color: #1D1D1D;
    text-align: center;
    height: 126px;
}

.wpcf7 p {
    margin-bottom: 75px;
    margin-top: 10px;
}

.g-recaptcha {
    width: 304px;
    height: 78px
}

.branches {
    padding-top: 80px;
    padding-bottom: 80px
}

.branches h2 {
    font-size: 36px;
    line-height: 1.16667em;
    color: #15123e;
    text-align: center;
    font-weight: 500
}

.branches__map_wrap_2 {
    position: relative
}

.branches__map_wrap {
    margin-top: 38px;
    position: relative
}

.branches__map {
    position: relative;
    z-index: 1
}

.branches__map__bg {
    width: 100%
}

.branches__map__zoom_btn {
    position: absolute;
    right: -5px;
    top: 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;
    padding: 0;
    border: none;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
    z-index: 10;
    width: 30px;
    height: 30px
}


.what_offers {
    margin-top: 30px;
}

.what_offers img {
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
} 


.read_more {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #1D1D1D;
    background-color: transparent;
    border: none;
}

.read_more svg {
    margin-left: 10px;
}

.read_more:hover {
    color: #1D1D1D;
}

.branches__map__zoom_btn.plus {
    margin-top: -20px
}

.branches__map__zoom_btn.minus {
    margin-top: 20px
}

.branches__location {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: 1
}

.branches__location.active {
    z-index: 2
}

.branches__location.active .branches__location__info {
    visibility: visible;
    opacity: 1
}

.branches__location.active .branches__location__dot:before {
    opacity: 1
}

.branches__location__dot {
    width: 14px;
    height: 14px;
    cursor: pointer
}

.branches__location__dot:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3px;
    height: 3px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #15123e;
    opacity: 0;
    z-index: 2
}

.branches__location__dot:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(../img/map_dot.svg);
    width: 30px;
    height: 30px;
    pointer-events: none
}

.branches__location__info {
    position: absolute;
    background-color: #fff;
    width: 280px;
    left: 100%;
    margin-left: 17px;
    bottom: 5px;
    margin-right: 10px;
    -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, .35);
    box-shadow: 0 8px 10px rgba(0, 0, 0, .35);
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    pointer-events: none
}

.branches__location__info img {
    width: 100%
}

.branches__location__info .text {
    padding: 10px 10px 15px;
    color: #111;
    font-size: 16px;
    line-height: 1.3125em
}

.branches__location__info .text ul li {
    position: relative;
    padding-left: 9px
}

.branches__location__info .text ul li:before {
    content: '•';
    position: absolute;
    left: 0;
    top: 0
}

.branches__location__info h3 {
    color: #15123e;
    font-size: 18px;
    line-height: 1.16667em;
    font-weight: 500;
    margin-bottom: 9px
}

.branches__directions {
    position: absolute;
    -webkit-transform: translate(-36.5%, -41.5%);
    -ms-transform: translate(-36.5%, -41.5%);
    transform: translate(-36.5%, -41.5%);
    top: 54.4%;
    left: 62.9%
}

.branches__location-1 {
    top: 38.2%;
    left: 54.2%
}

.branches__location-2 {
    top: 52.8%;
    left: 62%
}

.branches__location-3 {
    top: 54.4%;
    left: 62.9%
}

.branches__location-4 {
    top: 53.2%;
    left: 63.9%
}

.branches__location-5 {
    top: 64.6%;
    left: 78.5%
}

.branches__location-6 {
    top: 77%;
    left: 57.3%
}

.branches__location-7 {
    top: 49%;
    left: 58%
}

.fancybox-is-open .fancybox-bg {
    opacity: .2
}

.popup {
    -webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, .15);
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, .15);
    max-width: 1145px;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.popup img {
    width: 100%;
}

.popup h2 {
    font-weight: 500;
    font-size: 30px;
    line-height: 1.16667em;
    color: #15123e
}

.popup .contacts__form {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-top: 50px;
    padding-left: 50px;

    
}

#estimate_popup .contacts__form {
    background: url('/wp-content/themes/Essay/assets/img/form_back.png')no-repeat;
    background-size: 100% 100%;
    height: 100%;
    align-items: center;
    display: flex;
    
    
}

#estimate_popup .contacts__form .form_input input, #estimate_popup .contacts__form .form_input textarea {
    color: #1D1D1D;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 50px;
    border:  none;
}
#estimate_popup .col-md-4 p:last-child {
    margin-top: 5px;
}

#estimate_popup .contacts__form .form_input textarea {
    border-radius: 20px;
}

#estimate_popup .contacts__form__bot .contact_button {
    background: #FFFFFF;
    color: #1D1D1D;
    border:  none;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

#estimate_popup .wpcf7 {
    max-width: 400px;
    margin: 0 auto;
}

#estimate_popup .col-md-4 {
    padding-top: 35px;
    padding-left: 50px;
    padding-bottom: 30px;
    padding-right: 50px;
}

#estimate_popup .col-md-4 p {
    margin-top: 20px;
}

#estimate_popup .col-md-8 h3, #estimate_popup .col-md-8 p {
    display: none;
}

#estimate_popup .col-md-4 .estimate_popup_block {
    background: rgba(34, 38, 57, 0.2);
    height: 54px;
    text-align: center;
    line-height: 54px;
    margin-top: 5px;
}
#thanks_popup {
    width: 343px;
    text-align: center;
    padding: 50px 0
}

#thanks_popup h2 {
    font-size: 19px;
    line-height: 1.47368em;
    font-weight: 400;
    color: #000;
    margin-top: 10px
}

#thanks_popup h2 b {
    font-weight: 500;
    font-size: 21px;
    line-height: 1.19048em
}


.about_page_content {
    padding: 30px 70px;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
    margin-top: 60px;
    margin-bottom: 100px;
}

.about_page_content h3 {
    font-weight: 500;
    font-size: 28px;
    line-height: 33px;
    letter-spacing: 0.03em;
    color: #15123E;
    margin-bottom: 15px;
}

.about_page_content h4 {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: #39CED2;
    margin-top: 10px;
    margin-bottom: 20px;
}

.about_page_content p {
    font-size: 16px;
    line-height: 24px;
    text-align: center!important;
    letter-spacing: 0.02em;
    color: #4D4D4D;
}

.logo_list h4 {
    font-weight: 500;
    font-size: 26px;
    line-height: 23px;
    letter-spacing: 0.02em;
    color: #39CED2;
    text-align: center;
    margin-bottom: 20px;
}
.logo_list p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #15123E;
    text-align: center !important;
    max-width: 550px;
    margin:0 auto;
}

.logo_container {
    margin-bottom: 80px;
    margin-top: 45px;
}
.logo_container .logos {
    background: #FFFFFF;
    box-shadow: 0px 2px 10px rgba(38, 58, 126, 0.14);
    padding: 25px 30px 30px;
    max-width: 370px;
    margin: 0 auto;
    text-align: center;
    min-height: 400px;
    position: relative;
}

.logo_container .logos p {
    margin-top: 40px;
    margin-bottom: 80px;
    font-size: 18px;
    line-height: 23px;
    text-align: center!important;
    letter-spacing: 0.02em;
    color: #4D4D4D;
}

.logo_container .logos a {
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    padding: 8px 13px;
    background: #4FC4CA;
    border-radius: 7px;
    position: absolute;
    bottom: 30px;
    right: 0;
    left: 0;
    max-width: 140px;
    margin: 0 auto;
}
.logo_container .logos a:hover {
    background: #1EAAB1;
}
.chartering {
    padding: 30px 0 30px 30px;
}
.chartering h3 {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.05em;
    color: #39CED2;
}
.chartering p {
    font-size: 21px;
    line-height: 28px;
    letter-spacing: 0.03em;
    color: #15123E;
}
.chartering span {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.01em;
    color: #4D4D4D;
    text-align: justify !important;
    display: block;
}
.quotes {
    margin-top: 60px;
    text-align: center;
}
.quotes p {
    text-align: center !important;
    margin: 15px 0;
}
.quotes span {
    max-width: 600px;
    display: block;
    margin:0 auto;
}


.home_intro__more_btn.youtube {
    border: 1px solid #FFFFFF;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    border-radius: 10px;
    height: 66px;
    width: 176px;
    font-weight: 500;
    font-size: 26px;
    line-height: 64px;
    display: block;
    text-align: center;
}

.home_intro__more_btn.youtube svg {
    position: relative;
    top: 10px;
    left: -10px;
}

.home_intro__slide .youtube_text {
     font-weight: bold;
     font-size: 26px;
     line-height: 150%;
     margin-top: 35px;
     margin-bottom: 30px;
}

@media(max-width: 1366px){
	.apartments {
    	margin-top: 0;
    }
    .apartments .container {
        padding-left: 90px
    }
    .apartments .container .col-md-3 {
        max-width: 33%;
    }
    .apartments .container .col-md-3:last-child {
        display: none
    }
    .home .home_intro__title, .page-template-page-contact .home_intro__title, .page-template-page-about .home_intro__title, .page-template-page-how-it .home_intro__title, .page-template-page-pricing .home_intro__title, .page-template-page-estimate .home_intro__title {
        font-size: 64px;
            line-height: 100%;
    }
    .home_intro__title b {
        display: block;
        padding-left: 80px
    }
    .home_intro__descr {
        padding-left: 80px;
    }
    /*.home_intro__slide .contact_button {
        margin-left: 80px
    }*/
    .estimate_block select {
        width: 90px;
    }
    .home_intro__slide {
        padding-top: 20%
    }
    h3 {
        font-size: 50px;
        line-height: 100%;
    }
    .header_phone {
        display: none
    }
    .home_intro__more_btn.youtube {
        margin-left: 80px
    }
    .home_intro__slide .youtube_text {
       padding-left: 80px
   }

}
@media(max-width: 1250px){
    .header__nav a {
        font-size: 14px
    }
}
@media (max-width:1199.98px) {
    .header__nav>ul>li:not(:last-child) {
        margin-right: 25px
    }

    .header__nav {
        font-size: 15px;
        margin-top: 15px
    }

    .footer__contact_us,
    .footer__nav {
        margin-left: 23px
    }

    .services__itm__descr {
        font-size: 14px
    }

    .services__list>:nth-child(odd) .services__itm__info {
        padding-right: 10px
    }

    .services__list>:nth-child(even) .services__itm__info {
        padding-left: 10px
    }
    .latest_news_card img {
    	max-width: 100%;
    	height: auto;
    }
}

@media (max-width:991.98px) {
    .header__nav {
        position: fixed;
        margin-top: 0;
        top: 0;
        left: 0;
        background-color: #15123e;
        width: 100%;
        height: 100%;
        z-index: -1;
        padding-top: 123px;
        text-align: center;
        font-size: 18px;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }

    .header__nav.active {
        visibility: visible;
        opacity: 1
    }

    .header.active {
        padding: 10px 0 15px
    }

    .header__nav>ul {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .header__nav>ul>li:not(:last-child) {
        margin-right: 0;
        margin-bottom: 7px
    }

    .header__nav a:before {
        top: -3px;
        bottom: -3px
    }

    .home_intro__slide {
        padding: 165px 0 50px
    }

    .page_header {
        height: 232px
    }

    .about_news__col {
        width: 100%;
        padding-bottom: 25px
    }

    .course__itm {
        width: 50%;
        padding: 0 25px 50px
    }

    .footer__contact_us,
    .footer__nav {
        margin-left: 0
    }
    
    .apartments_card img {
    	max-width: 100%
    }
    .apartments .container .col-md-3:last-child {
    	display: block;
    }
     
    .footer__nav {
        margin-top: 35px
    }

    .footer {
        padding-bottom: 25px
    }

    .services__itm__descr {
        font-size: 16px
    }

    .services__list>:nth-child(odd) .services__itm__info {
        padding-right: 25px
    }

    .services__list>:nth-child(even) .services__itm__info {
        padding-left: 25px
    }

    .chartering__img img {
        width: 200px
    }

    .product_info__tabs {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .product_info__nav {
        width: 100%;
        margin-top: 0;
        margin-bottom: 30px;
        font-size: 18px
    }

    .product_info__nav ul {
        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
    }

    .product_info__nav li:not(:last-child) {
        margin-bottom: 0;
        margin-right: 45px
    }

    .product_info__nav li {
        max-width: 180px
    }

    .product_info__ico {
        font-size: 18px
    }

    .contacts .contacts__form {
        margin-top: 50px
    }

    .table_wrap {
        overflow-x: auto;
        width: 100%
    }

    .table_wrap table {
        width: 800px
    }

}

@media (max-width:767.98px) {
    .home_intro__slide {
        padding-top: 200px
    }
    .home_intro__more_btn.youtube {
        margin-left: 25px
    }
    .home_intro__slide .youtube_text {
        padding-left: 25px
    }
    .home_intro__title {
        font-size: 33px
    }
    .single .content_block .col-md-6:first-child {
        order: 2;
        padding-top: 60px
    }
    .mini_slider img {
        height: 72px
    }
    .mini_slider .slick_arrows.next {
        right: 5px;
        top: 37%
    }
    .mini_slider .slick_arrows.prev {
        left: 5px;
        top: 37%
    }
    
    .mini_slider {
        background: rgba(0, 0, 0, 0.6);
        padding: 30px 0 50px;
        margin-top: -153px;
        max-height: 150px;
    }
    .mini_slider .slick-slide {
        width: 72px;
        margin-right: 9px
    }
    .mini_slider .slick-list {
        max-width: 300px;
    }
    .single .content_block .col-md-6:last-child {
        order: 1;
    }
    .recommended_header {
        flex-direction: column;
        padding-bottom: 30px
    }
    .recommended .bottom_side {
        display: flex;
        flex-direction: column;
        text-align: center;
        height: auto;
        padding-bottom: 50px
    }
    .bottom_side > img {
        margin-right: 0;
        margin-bottom: 20px
    }
    .recommended .apartments_card p {
        position: static;
        max-width: 100%;
    }
    .slick_arrows.prev {
        left: 10px
    }
    .slick_arrows.next {
        right: 10px
    }
    .recommended .apartments_row .apartments_card {
        max-width: 80%;
        margin: 0 auto;
        display: block!Important;
    }
    .recommended .apartments_card img {
        margin: 0 auto
    }

    .home_intro__more_btn {
        margin-top: 6px
    }

    .about_news {
        padding: 30px 0 55px
    }

    .about_news__article__thumb img {
        height: 173px;
        -o-object-fit: cover;
        object-fit: cover
    }

    .contact_bar__title {
        font-size: 18px;
        margin-bottom: 35px
    }

    .contact_bar {
        text-align: center;
        padding: 30px 0 35px
    }

    .course {
        padding-bottom: 35px
    }

    .course__title {
        font-size: 26px;
        margin-bottom: 35px
    }

    .course__itm {
        width: 100%;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .contact_bar__title {
        text-align: center
    }

    .footer__nav ul {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2
    }

    .footer {
        padding-top: 25px
    }

    .footer__contact_us {
        margin-top: 35px;
        width: auto
    }

    .about_article {
        padding-top: 30px
    }

    .plain_text h2,
    .plain_text h3,
    .plain_text h4 {
        margin-top: 35px;
        margin-bottom: 15px
    }

    .products {
        padding-top: 30px
    }

    .services {
        padding-bottom: 10px
    }

    .services__title {
        font-size: 30px
    }

    .services__subtitle {
        font-size: 21px
    }

    .services__itm {
        display: block;
        text-align: center;
        padding-top: 12px
    }

    .services__itm:before {
        left: 0 !important;
        right: 0 !important
    }

    .services__itm__ico {
        margin-left: auto !important;
        margin-right: auto !important;
        height: auto
    }

    .services__itm__ico img {
        width: 100px
    }

    .services__itm__info {
        padding-left: 15px !important;
        padding-right: 15px !important;
        padding-bottom: 25px
    }

    .services__itm__descr {
        font-size: 16px
    }

    .services__list>* {
        margin-bottom: 25px
    }

    .services__list>:nth-child(even) .services__itm {
        text-align: center
    }

    .product_info {
        padding: 25px 0 80px
    }

    .product_info__wrap {
        display: block;
        text-align: center
    }

    .product_info__ico {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px
    }

    .chartering {
        text-align: center
    }

    .chartering__img {
        margin-bottom: 17px
    }

    .why_us_adv_row {
        position: static;
        padding: 0 15px;
    }
    .why_us_card {
        width: 100%;
        margin-right: 0;
        padding: 30px;
        margin-bottom: 20px
    }
    .why_us .col-md-6:nth-child(2) {
        padding: 40px 25px;
    }

    .chartering__img img {
        width: 100%;
        margin: 10px auto
    }

    .tabs_section__content__row {
        display: block
    }

    .tabs_section__content__preview {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 12px
    }

    .tabs_section__content {
        text-align: center;
        padding-top: 13px
    }

    .branches h2,
    .contacts__form h2 {
        font-size: 25px
    }
    
    .estimate_popup_close {
        width: 28px;
        height: 28px;
        top: 40px;
        right: 21px;
    }
    
    .estimate_popup_close > img {
        width: 10px;
        height: 10px;
        text-align: center;
    }
    
    #estimate_popup .contacts__form, #contact_popup2 .contacts__form {
    	padding: 50px 15px;
    }

    .form_input {
        margin-bottom: 15px
    }

    .form_input input {
        padding: 0 12px
    }

    .form_input textarea {
        padding: 10px 12px
    }

    .contacts__form .g-recaptcha {
        margin-top: 0
    }

    .form_capcha {
        height: 67px
    }

    .g-recaptcha {
        -webkit-transform: scale(.85);
        -ms-transform: scale(.85);
        transform: scale(.85);
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0
    }

    .branches__map_wrap {
        overflow: auto;
        height: 550px;
        margin-left: -15px;
        margin-right: -15px
    }

    .branches__map {
        width: 100%
    }

    .product_info__nav {
        font-size: 0;
        margin-bottom: 0
    }

    .product_info__ico {
        font-size: 19px
    }

    .product_info__nav ul {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .product_info__nav li:not(:last-child) {
        margin-right: 0
    }

    .contacts__form__bot {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .contacts__form .wpcf7-response-output {
        margin-left: 0;
        margin-top: 14px
    }
    .general_inc h3, .general_inc p {
        text-align: center !important;
    }
    .general_inc .contacts__form {
        margin-left: 0;
    }
    .about_page_content {
        padding: 15px;
    }
    .about_page_content p, .logo_container .logos p {
        text-align: justify !important;
    }
    .logo_container .logos {
        margin: 20px auto;
    }
    .chartering {
        padding:15px;
    }
    .quotes {
        margin-top: 0;
    }
    .chartering span {
        text-align: justify;
        display: block;
    }
    .header_social {
    	display: none;
    }
    .header {
    	height: 60px;
    }
    .header .container {
    	margin-right: auto
    }
    .header__logo img {
    	max-height: 60px
    }
    .home .home_intro__title, .page-template-page-contact .home_intro__title, .page-template-page-about .home_intro__title, .page-template-page-how-it .home_intro__title, .page-template-page-pricing .home_intro__title, .page-template-page-estimate .home_intro__title {
    	font-size: 32px;
    	line-height: 32px;
    }
    .header__bars {
    	margin-top: 0
    }
    .apartments {
    	margin-top: 0;
    	padding: 30px 20px;
    	background: #1D1D1D
    }
    .apartments .container {
    	padding-left: inherit;
    }
    h3 {
    	font-size: 32px;
    	text-align: center;
    	line-height: 32px
    }
    .apartments_card p {
    	font-size: 14px;
    	line-height: 21px;
    	position: relative;
    	top: -50px;
    	max-width: 270px;
    	left: 47px;
    }
    .premiers {
    	padding: 40px 25px;
    }
    .apartments .container .col-md-3 {
    	max-width: 100%;
    	text-align: center;
    }
    .home_intro__title b {
    	padding-left: 25px
    }
    .home_intro__slider .slick-dots {
    	text-align: center;
    	top: 90%;
    	left: 55%;
    	flex-direction: row;
    }
    .home_intro__slide {
    	padding-top: 270px
    }
    .premiers h3 {
    	margin-bottom: 40px;
    }
    p {
    	font-size: 16px;
    }
    .contact_button, .contact_button_form {
    	margin-left: auto;
    	margin-right: auto
    }
    .latest_news, .contact_us, .your_details .col-md-6:first-child {
    	padding-top: 40px;
    	padding-bottom: 40px
    }
    .latest_news_row {
    	margin-top: 40px
    }
    .latest_news_card img {
    	max-height: 150px;
    	width: 100%;
    	object-fit: fill;
    	border-radius: 10px;
    }
    .latest_news_card h4 {
    	margin-top: -45px;
    	position: relative;
    	top: -55px;
    	left: 15px;
    }
    .latest_news_card p {
    	position: relative;
    	top: -60px;
    	left: 15px
    }
    .contact_us p {
    	font-size: 20px;
    }
    .wpcf7 p {
    	margin-bottom: 20px;
    	text-align: center;
    }
    .footer .container {
    	margin-left: 15px;
    	margin-right: auto
    }
    .footer .header_social {
    	display: flex;
    }
    .single .content_block {
    	padding: 40px 25px;
    }
    .icon_dark, .icon_light {
    	width: 50px;
    	height:55px;
    }
    .icon_dark svg {
    	width: 35px
    }
    .icons {
    	justify-content: center;
    }
    .single .content_block .container .col-md-6 h3 + p {
    	margin-top: 10px;
    	margin-bottom: 20px;
    	font-weight: bold;
    	font-size: 14px;
    	line-height: 21px;
    	text-align: center;
    }
    .offer_block {
    	margin-top: 0;
    	width: calc(100% + 80px);
    	margin-left: -40px;
    }
    .top_side {
    	padding-left: 50px;
    	flex-direction: column;
    	align-items: flex-start;
    	background: #1D1D1D;
    	padding-top: 30px;
    	padding-bottom: 40px;
    	height: auto;
    }
    .top_side .contact_button {
    	background: #1D1D1D;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        border-radius: 10px;
    	margin-top: 20px;
        color: #FFFFFF;
    }    
    .single .your_details .col-md-6:not(.light) {
    	padding: 50px 30px 0;
    }
    .single .your_details .col-md-6:not(.light) .grey:first-child {
    	color: #fff
    }
    .your_details_block {
    	margin-bottom: 50px;
    }
    .single .your_details .col-md-6:not(.light) .grey {
    	color:#fff;
    	font-size: 20px;
    	line-height: 30px;
    }
    .page-template-page-about .home_intro__title {
    	margin-top: 50px;
    }
    .content_block {
    	padding: 30px 5px;
    }
    .content_block p {
    	text-align: justify;
    	font-size: 18px;
    	line-height: 27px;
    }
    .content_block .container > p {
    	margin-top: 10px;
    	margin-bottom: 20px;
    }
    .content_column {
    	margin-bottom: 20px;
    }
    .content_column p {
    	text-align: center;
    }
    .page-template-page-about .content_block.light .container > p {
    	margin-bottom: 80px;
    }
    .page-template-page-about .content_block.light .content_column {
    	margin-bottom: 40px
    }
    .page-template-page-how-it .home_intro__descr, .page-template-page-pricing .home_intro__descr {
    	padding-left: 25px;
    	margin-bottom: 30px
    }
    .page-template-page-how-it .content_column:last-child {
    	margin-bottom: 0
    }
    .page-template-page-pricing .content_column h4 {
    	font-size: 32px;
    	line-height: 48px
    }
    .page-template-page-pricing .content_block .contact_button {
    	margin-top: 0
    }
    .container.estimate_form {
    	flex-direction: column;
    	height: auto;
    	width: calc(100% - 64px);
    	padding-top: 20px;
    }
    .estimate_block {
    	width: 100%;
    	height: 40px;
    	border:none;
    }
    .estimate_block p {
    	width: 80%;
    	padding-bottom: 10px;
    	border-bottom: 1px solid #1D1D1D;
    	text-align: center;
    }
    .estimate_block:nth-child(4) p {
    	border:none;
    }
    .page-template-page-estimate .content_block .container > p {
    	text-align: center;
    }
    .estimate_block:nth-child(5) {
    	height: auto;
    	padding: 20px 0
    }
    .page-template-page-estimate .home_intro {
    	height: auto;
    }
    .page-template-page-estimate .home_intro__slide .contact_button {
    	margin-left: auto;
    }
    .estimate_block select {
        width: 50%;
        border-bottom: 2px solid #000;
        text-align: center;
    }
    .single .content_block {
        padding-top: 0
    }
    .top_side {
        align-items: center;
        padding-left: 0;
        background: #FFFFFF;
    }
    .top_side .contact_button {
        margin-left: auto;
        margin-right: auto;
    }
    .top_side p.grey {
        font-size: 20px;
        line-height: 30px;
        text-align: center;
        color: #9B9B9B;
    }
    .offer_block .bottom_side {
        height: auto;
        padding: 26px 0;
        flex-direction: column;
        text-align: center
    }
    .bottom_side p {
        text-align: center;
    }
}
@media(max-width: 768px){
    .tabs_section__content .plain_text p {
        text-align: left;
    }
    .plain_text p {
        text-align: left;
    }
    
}

@media(min-width: 768px){
    .col-auto .header__nav {
        display: none
    }
}
.breadcrumbs {
    margin-bottom: 30px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #46b450; 
    color: #dc3232;
}