.images-fit {
    display: flex
}

@media(max-width: 500px) {
    .images-fit .col {
        flex: 100% 0 0 !important;
        margin-bottom: 15px
    }
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-carousel.owl-theme {
    padding: 0
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 35px);
    pointer-events: none
}

.owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 20px
}

.owl-carousel.owl-theme .owl-nav button.owl-prev,
.owl-carousel.owl-theme .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    font-size: 80px;
    height: 60px;
    pointer-events: all;
    margin: -30px 0 0 0;
    width: 50px;
    color: #777;
    outline: none !important
}

.owl-carousel.owl-theme .owl-nav button.owl-prev span,
.owl-carousel.owl-theme .owl-nav button.owl-next span {
    display: block;
    height: 60px;
    line-height: 50px
}

.owl-carousel.owl-theme .owl-nav button.owl-prev:hover,
.owl-carousel.owl-theme .owl-nav button.owl-next:hover {
    color: #444
}

.owl-carousel.owl-theme .owl-nav button.owl-prev {
    left: -45px;
    text-align: left
}

.owl-carousel.owl-theme .owl-nav button.owl-next {
    right: -45px;
    text-align: right
}

.owl-theme .owl-dots {
    margin-top: 15px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    outline: none !important
}

.owl-theme .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    margin: 5px 9px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    border-radius: 30px;
    transition: .15s
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #0394cb
}

.owl-theme .owl-dots .owl-dot:not(.active):hover span {
    background: #b9b9b9
}

@media(max-width: 1350px) {
    .owl-carousel.owl-theme {
        padding: 0 45px
    }
    .owl-carousel.owl-theme .owl-nav button.owl-prev {
        left: 0
    }
    .owl-carousel.owl-theme .owl-nav button.owl-next {
        right: 0
    }
}

.owl-theme .owl-dots {
    margin-top: 25px
}

.owl-item .carousel-item {
    display: block
}

@media(max-width: 1350px) {
    .owl-carousel.owl-theme {
        padding: 0 35px
    }
}

@media(max-width: 1350px) {
    .owl-carousel.owl-theme.owl-carousel-directions {
        padding: 0 50px 0 0
    }
    .owl-carousel.owl-theme.owl-carousel-directions .owl-nav button.owl-prev {
        left: -45px
    }
    .owl-carousel.owl-theme.owl-carousel-directions .owl-nav button.owl-next {
        right: 0
    }
}

@media(max-width: 1000px) {
    .owl-carousel.owl-theme.owl-carousel-directions {
        padding: 0 0 0 0;
        max-width: 290px;
        margin: 0 auto
    }
    .owl-carousel.owl-theme.owl-carousel-directions .owl-nav button.owl-prev {
        left: -45px
    }
    .owl-carousel.owl-theme.owl-carousel-directions .owl-nav button.owl-next {
        right: -45px
    }
}

@media(max-width: 425px) {
    .owl-carousel.owl-theme.owl-carousel-directions .owl-nav button.owl-prev {
        left: 0
    }
    .owl-carousel.owl-theme.owl-carousel-directions .owl-nav button.owl-next {
        right: 0
    }
}

.gallery {
    margin-top: -15px;
    padding-left: 15px;
    padding-right: 15px
}

.gallery__item {
    flex: 0 0 20%;
    max-width: 20%;
    display: block;
    color: #000;
    text-decoration: none;
    margin-top: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    transition: .2s
}

.gallery__item:hover {
    color: #000;
    text-decoration: none;
    background: #fff;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, .12)
}

.gallery__item:hover .gallery__img {
    transform: scale(1.1)
}

.gallery__item.youtube .gallery__image {
    position: relative
}

.gallery__item.youtube .gallery__image:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30%;
    height: 30%;
    background: red;
    margin-top: -15%;
    margin-left: -15%;
    background: center center no-repeat url("../img/youtube-play.png");
    background-size: contain
}

.gallery__image {
    width: 100%;
    overflow: hidden
}

.gallery__img {
    object-fit: cover;
    transition: .5s;
    max-width: 100%
}

.gallery__text {
    margin: 10px 0 0 0;
    line-height: 1.3
}

@media(max-width: 1000px) {
    .gallery__item {
        flex: 0 0 25%;
        max-width: 25%
    }
}

@media(max-width: 768px) {
    .gallery__item {
        flex: 0 0 33.33%;
        max-width: 33.33%
    }
}

@media(max-width: 600px) {
    .gallery__item {
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media(max-width: 510px) {
    .gallery__item {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.sr-only,
.bootstrap-datetimepicker-widget table th.next::after,
.bootstrap-datetimepicker-widget table th.prev::after,
.bootstrap-datetimepicker-widget .picker-switch::after,
.bootstrap-datetimepicker-widget .btn[data-action=today]::after,
.bootstrap-datetimepicker-widget .btn[data-action=clear]::after,
.bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]::after,
.bootstrap-datetimepicker-widget .btn[data-action=showMinutes]::after,
.bootstrap-datetimepicker-widget .btn[data-action=showHours]::after,
.bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]::after,
.bootstrap-datetimepicker-widget .btn[data-action=decrementHours]::after,
.bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]::after,
.bootstrap-datetimepicker-widget .btn[data-action=incrementHours]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only,
.bootstrap-datetimepicker-widget table th.next::after,
.bootstrap-datetimepicker-widget table th.prev::after,
.bootstrap-datetimepicker-widget .picker-switch::after,
.bootstrap-datetimepicker-widget .btn[data-action=today]::after,
.bootstrap-datetimepicker-widget .btn[data-action=clear]::after,
.bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]::after,
.bootstrap-datetimepicker-widget .btn[data-action=showMinutes]::after,
.bootstrap-datetimepicker-widget .btn[data-action=showHours]::after,
.bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]::after,
.bootstrap-datetimepicker-widget .btn[data-action=decrementHours]::after,
.bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]::after,
.bootstrap-datetimepicker-widget .btn[data-action=incrementHours]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.bootstrap-datetimepicker-widget {
    list-style: none;
    opacity: 0;
    transition: opacity .2s;
    background: #10a09b
}

.bootstrap-datetimepicker-widget.ready {
    opacity: 1
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    margin: 2px 0;
    padding: 0 4px;
    width: 296px;
    border: 0;
    border-radius: 3px;
    box-shadow: 0 6px 7px -3px rgba(0, 0, 0, .3)
}

@media(min-width: 576px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em
    }
}

@media(min-width: 768px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em
    }
}

@media(min-width: 992px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em
    }
}

.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
    content: "";
    display: inline-block;
    position: absolute
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #10a09b;
    top: -6px;
    left: 8px
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #10a09b;
    bottom: -6px;
    left: 7px
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
    left: auto;
    right: 6px
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
    left: auto;
    right: 7px
}

.bootstrap-datetimepicker-widget .list-unstyled {
    margin: 0
}

.bootstrap-datetimepicker-widget a[data-action] {
    padding: 6px 0
}

.bootstrap-datetimepicker-widget a[data-action]:active {
    box-shadow: none
}

.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
    width: 54px;
    font-weight: 400;
    font-size: 50px;
    margin: 0;
    color: #fff
}

.bootstrap-datetimepicker-widget button[data-action] {
    padding: 6px
}

.bootstrap-datetimepicker-widget .btn[data-action=incrementHours]::after {
    content: "Increment Hours"
}

.bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]::after {
    content: "Increment Minutes"
}

.bootstrap-datetimepicker-widget .btn[data-action=decrementHours]::after {
    content: "Decrement Hours"
}

.bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]::after {
    content: "Decrement Minutes"
}

.bootstrap-datetimepicker-widget .btn[data-action=showHours]::after {
    content: "Show Hours"
}

.bootstrap-datetimepicker-widget .btn[data-action=showMinutes]::after {
    content: "Show Minutes"
}

.bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]::after {
    content: "Toggle AM/PM"
}

.bootstrap-datetimepicker-widget .btn[data-action=clear]::after {
    content: "Clear the picker"
}

.bootstrap-datetimepicker-widget .btn[data-action=today]::after {
    content: "Set the date to today"
}

.bootstrap-datetimepicker-widget .picker-switch {
    text-align: center
}

.bootstrap-datetimepicker-widget .picker-switch::after {
    content: "Toggle Date and Time Screens"
}

.bootstrap-datetimepicker-widget .picker-switch td {
    padding: 0;
    margin: 0;
    height: auto;
    width: auto;
    line-height: inherit
}

.bootstrap-datetimepicker-widget .picker-switch td span,
.bootstrap-datetimepicker-widget .picker-switch td i {
    line-height: 2.5;
    height: 2.5em;
    width: 100%
}

.bootstrap-datetimepicker-widget table {
    width: 100%;
    margin: 0
}

.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
    text-align: center;
    border-radius: 0;
    padding: .5em
}

.bootstrap-datetimepicker-widget table th {
    height: 20px;
    line-height: 20px;
    width: 20px;
    font-weight: 400;
    font-size: 18px
}

.bootstrap-datetimepicker-widget table th.picker-switch {
    width: 145px
}

.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
    background: none;
    color: transparent;
    cursor: default !important;
    pointer-events: none
}

.bootstrap-datetimepicker-widget table th.disabled .fa,
.bootstrap-datetimepicker-widget table th.disabled:hover .fa {
    opacity: 0
}

.bootstrap-datetimepicker-widget table th.prev::after {
    content: "Previous Month"
}

.bootstrap-datetimepicker-widget table th.next::after {
    content: "Next Month"
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
    cursor: pointer
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
    background: rgba(255, 255, 255, .1)
}

.bootstrap-datetimepicker-widget table td {
    height: 54px;
    line-height: 54px;
    width: 54px
}

.bootstrap-datetimepicker-widget table td.cw {
    font-size: .8em;
    height: 20px;
    line-height: 20px;
    color: #bbb
}

.bootstrap-datetimepicker-widget table td.day {
    height: 42px;
    line-height: 20px;
    width: 42px;
    border-radius: 3px;
    transition: background .15s
}

.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
    background: #f1f1f2;
    cursor: pointer
}

.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
    color: #bbb
}

.bootstrap-datetimepicker-widget table td.today {
    position: relative
}

.bootstrap-datetimepicker-widget table td.today:before {
    content: "";
    display: inline-block;
    border: solid transparent;
    border-width: 0 0 7px 7px;
    border-bottom-color: #10a09b;
    position: absolute;
    bottom: 4px;
    right: 4px
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #10a09b;
    color: #fff
}

.bootstrap-datetimepicker-widget table td.active.today:before {
    border-bottom-color: #fff
}

.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
    background: none;
    color: #dee2e6;
    cursor: default
}

.bootstrap-datetimepicker-widget table td span,
.bootstrap-datetimepicker-widget table td i {
    display: inline-block;
    width: 54px;
    height: 54px;
    line-height: 54px;
    margin: 2px 1.5px;
    cursor: pointer;
    border-radius: 0
}

.bootstrap-datetimepicker-widget table td span:hover,
.bootstrap-datetimepicker-widget table td i:hover {
    background: #f1f1f2
}

.bootstrap-datetimepicker-widget table td span.active,
.bootstrap-datetimepicker-widget table td i.active {
    background-color: #dee2e6;
    color: #007bff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.bootstrap-datetimepicker-widget table td span.old,
.bootstrap-datetimepicker-widget table td i.old {
    color: #bbb
}

.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover,
.bootstrap-datetimepicker-widget table td i.disabled,
.bootstrap-datetimepicker-widget table td i.disabled:hover {
    background: none;
    color: #dee2e6;
    cursor: not-allowed
}

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
    height: 27px;
    line-height: 27px
}

.bootstrap-datetimepicker-widget .fa.fa-chevron-left {
    display: block;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 24 24"><path d="M15.41 16.09l-4.58-4.59 4.58-4.59L14 5.5l-6 6 6 6z" fill="%23ffffff"/></svg>') center center no-repeat
}

.bootstrap-datetimepicker-widget .fa.fa-chevron-right {
    display: block;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 24 24"><path d="M8.59 16.34l4.58-4.59-4.58-4.59L10 5.75l6 6-6 6z" fill="%23ffffff"/></svg>') center center no-repeat
}

.bootstrap-datetimepicker-widget .fa.fa-clock-o {
    display: block;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M22 5.72l-4.6-3.86-1.29 1.53 4.6 3.86L22 5.72zM7.88 3.39L6.6 1.86 2 5.71l1.29 1.53 4.59-3.85zM12.5 8H11v6l4.75 2.85.75-1.23-4-2.37V8zM12 4c-4.97 0-9 4.03-9 9s4.02 9 9 9c4.97 0 9-4.03 9-9s-4.03-9-9-9zm0 16c-3.87 0-7-3.13-7-7s3.13-7 7-7 7 3.13 7 7-3.13 7-7 7z" fill="%23ffffff"/></svg>') center center no-repeat
}

.bootstrap-datetimepicker-widget .fa.fa-calendar {
    display: block;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M9 11H7v2h2v-2zm4 0h-2v2h2v-2zm4 0h-2v2h2v-2zm2-7h-1V2h-2v2H8V2H6v2H5c-1.11 0-1.99.9-1.99 2L3 20c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 16H5V9h14v11z" fill="%23ffffff"/></svg>') center center no-repeat
}

.bootstrap-datetimepicker-widget .fa.fa-chevron-up {
    display: block;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 24 24"><path d="M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z" fill="%23ffffff"/></svg>') center center no-repeat
}

.bootstrap-datetimepicker-widget .fa.fa-chevron-down {
    display: block;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 24 24"><path d="M7.41 7.84L12 12.42l4.59-4.58L18 9.25l-6 6-6-6z" fill="%23ffffff"/></svg>') center center no-repeat
}

.bootstrap-datetimepicker-widget .datepicker-days .picker-switch {
    pointer-events: none;
    text-transform: capitalize
}

.bootstrap-datetimepicker-widget .datepicker-days table {
    background: #fff
}

.bootstrap-datetimepicker-widget .datepicker-days table thead {
    background: #10a09b;
    color: #fff
}

.bootstrap-datetimepicker-widget .datepicker-days table thead tr:first-child {
    height: 50px
}

.bootstrap-datetimepicker-widget .datepicker-days table thead tr:first-child+tr th {
    padding: .2rem .5rem .5rem .5rem
}

.bootstrap-datetimepicker-widget .datepicker-days table thead tr:first-child th.next,
.bootstrap-datetimepicker-widget .datepicker-days table thead tr:first-child th.prev {
    opacity: .7;
    transition: opacity .15s
}

.bootstrap-datetimepicker-widget .datepicker-days table thead tr:first-child th.next:hover,
.bootstrap-datetimepicker-widget .datepicker-days table thead tr:first-child th.prev:hover {
    background: none;
    opacity: 1
}

.bootstrap-datetimepicker-widget .datepicker-days table tbody {
    box-shadow: 0 0 0 3px #fff, 1px 0 0 3px #ddd, -1px 0 0 3px #ddd;
    transition: box-shadow .5s
}

.bootstrap-datetimepicker-widget .picker-switch.accordion-toggle a {
    display: block;
    width: 100%;
    height: 50px
}

.bootstrap-datetimepicker-widget .picker-switch.accordion-toggle a i {
    transition: transform .15s
}

.bootstrap-datetimepicker-widget .picker-switch.accordion-toggle a:hover {
    background: none
}

.bootstrap-datetimepicker-widget .picker-switch.accordion-toggle a:hover i {
    transform: scale(1.2)
}

.bootstrap-datetimepicker-widget .timepicker {
    padding: 4px 0
}

.bootstrap-datetimepicker-widget .timepicker-picker {
    text-align: center;
    color: #fff;
    line-height: 1;
    padding: 4px 0
}

.bootstrap-datetimepicker-widget .timepicker-picker table {
    width: 1px;
    margin: 0 auto
}

.bootstrap-datetimepicker-widget .timepicker-picker table tr:nth-child(1),
.bootstrap-datetimepicker-widget .timepicker-picker table tr:nth-child(3) {
    display: none
}

.bootstrap-datetimepicker-widget .timepicker-picker table td {
    width: auto;
    height: auto;
    line-height: 1;
    padding: .5em
}

.bootstrap-datetimepicker-widget .timepicker-picker table td.separator {
    font-size: 32px;
    font-weight: 300;
    padding: 0
}

.bootstrap-datetimepicker-widget .timepicker-picker table td:not(.separator):hover {
    background: rgba(255, 255, 255, .1)
}

.bootstrap-datetimepicker-widget .timepicker-picker table td:first-child {
    text-align: right
}

.bootstrap-datetimepicker-widget .timepicker-picker table td:last-child {
    text-align: left
}

.bootstrap-datetimepicker-widget .timepicker-picker table td span {
    width: auto;
    height: auto;
    font-weight: 300;
    line-height: 1
}

.bootstrap-datetimepicker-widget .timepicker-picker table td span:hover {
    background: none
}

.bootstrap-datetimepicker-widget .timepicker-picker table td a {
    padding: 0;
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    margin: 0;
    opacity: .7;
    transition: opacity .15s
}

.bootstrap-datetimepicker-widget .timepicker-picker table td a:hover {
    opacity: 1
}

.bootstrap-datetimepicker-widget .timepicker-picker table td i {
    display: block;
    width: 100%;
    height: 50px;
    margin: 0
}

.bootstrap-datetimepicker-widget .timepicker-hours,
.bootstrap-datetimepicker-widget .timepicker-minutes {
    color: #fff;
    font-size: 18px
}

.bootstrap-datetimepicker-widget .timepicker-hours table td.disabled,
.bootstrap-datetimepicker-widget .timepicker-minutes table td.disabled {
    opacity: .5
}

.bootstrap-datetimepicker-widget .timepicker-hours table td:not(.disabled):hover,
.bootstrap-datetimepicker-widget .timepicker-minutes table td:not(.disabled):hover {
    background: rgba(255, 255, 255, .1)
}

.input-group.datetimepicker input.form-control {
    color: transparent !important;
    text-shadow: 0 0 0 #000 !important
}

.input-group.datetimepicker .input-group-addon {
    cursor: pointer
}

.modal-header {
    border-bottom: 0;
    padding: 30px 40px
}

.modal-header+.modal-body {
    padding-top: 0
}

.modal-header .close {
    font-size: 50px;
    margin: -30px -20px -1rem auto;
    outline: none
}

.modal-title {
    font-size: 32px;
    font-family: "PF Din", sans-serif;
    font-weight: 500;
    line-height: 1.2
}

.modal-body {
    padding: 40px 40px
}

.modal-body form,
.modal-body .form__content {
    padding: 0
}

.modal-body .form-main {
    box-shadow: none
}

.modal-body .form-main .form__content {
    padding: 0
}

@media(max-width: 577px) {
    .modal-header {
        padding: 15px
    }
    .modal-header+.modal-body {
        padding-top: 0
    }
    .modal-header .close {
        margin: -25px -20px -1rem auto
    }
    .modal-title {
        font-size: 26px
    }
    .modal-body {
        padding: 15px
    }
    .modal-body form,
    .modal-body .form__content {
        padding: 0 !important
    }
    .modal-body .form-main {
        box-shadow: none
    }
}

.sidebar {
    position: fixed;
    top: 0;
    left: -263px;
    width: 260px;
    height: 100vh;
    min-height: 100vh;
    background: #fff;
    z-index: 99;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    padding-top: 50px;
    display: none;
    transition: left .3s
}

.sidebar.active {
    left: 0
}

.sidebar.active+.sidebar-overlay {
    opacity: 1;
    visibility: visible
}

.sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .4);
    visibility: hidden;
    z-index: 98;
    opacity: 0;
    transition: opacity .3s
}

.sidebar__content {
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 15px 0 50px 0
}

.sidebar__menu ul,
.sidebar__menu li {
    display: block;
    padding: 0;
    margin: 0
}

.sidebar__menu a {
    display: block;
    padding: 7px 15px 7px 28px;
    color: #000;
    font-weight: 500;
    text-decoration: none;
    font-family: "PF Din", sans-serif;
    text-transform: uppercase
}

.sidebar__menu .sidebar__nav-button {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 40px;
    cursor: pointer;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'><path d='M7.41 7.84L12 12.42l4.59-4.58L18 9.25l-6 6-6-6z'/></svg>") center center no-repeat;
    transition: .2s
}

.sidebar__menu ul>li {
    position: relative
}

.sidebar__menu ul>li>ul {
    display: none;
    margin-bottom: 5px
}

.sidebar__menu ul>li>ul>li>a {
    line-height: 1.3;
    font-weight: 400;
    text-transform: none
}

.sidebar__menu ul>li.open>.sidebar__nav-button {
    transform: rotate(-180deg)
}

@media(max-width: 1024px) {
    .sidebar {
        display: block
    }
}

body {
    font-size: 18px;
    line-height: 1.65
}

body:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .2s;
    z-index: 900
}

body.bg-fade:before {
    opacity: 1;
    visibility: visible;
    pointer-events: all
}

.page {
    min-height: 75vh
}

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

h2 {
    margin-bottom: .7rem
}

h4,
.h4 {
    font-size: 24px
}

a.h1,
a.h2,
a.h3,
a.h4 {
    display: block
}

ol,
ul,
dl {
    padding-left: 1.1rem;
    padding-inline-start: 40px;
}

.font-face-brand {
    font-family: "PF Din", sans-serif
}

p {
    margin-bottom: 1.3rem
}

p:last-child {
    margin-bottom: 0
}

.row-big-padding {
    margin-left: -30px;
    margin-right: -30px
}

.row-big-padding div[class^=col-] {
    padding-left: 30px;
    padding-right: 30px
}

.overflow-hidden {
    overflow: hidden
}

.text-gray {
    color: #666
}

.text-size-initail {
    font-size: 1rem
}

.section__title {
    font-family: "PF Din", sans-serif;
    font-size: 44px;
    font-weight: 400;
    line-height: 1.2
}

.section__title-big {
    font-size: 50px;
    line-height: 1.1
}

.section__title+.section__text {
    margin-top: 40px
}

.section__intro {
    font-size: 24px;
    line-height: 1.4
}

.section__intro-quote small {
    margin-top: -15px;
    display: block
}

.section__intro+.section__text {
    margin-top: -7px
}

.section__intro-border {
    padding: 20px 0 24px 0;
    margin: 30px 0;
    border: solid 1px #ccc;
    border-left: 0;
    border-right: 0
}

.section__text {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto
}

.section-napravlenya__name {
    width: 75%;
    font-weight: 500
}

[class^=col-]>.section__intro {
    margin-top: 0
}

.social {
    display: flex
}

.social__icon {
    width: 32px;
    height: 32px;
    display: block;
    margin-right: 5px
}

.social__icon:last-child {
    margin-right: 0
}

.social__icon svg {
    width: 100%;
    height: 100%;
    fill: #10a09b;
    transition: fill .15s
}

@keyframes lazyImg {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

img.lazy {
    opacity: 0
}

img.lazy[src] {
    animation-name: lazyImg;
    animation-fill-mode: forwards;
    animation-delay: .1s;
    animation-duration: .3s
}

.cards-brand img.lazy:not([src])+.card__title {
    background: linear-gradient(to top, transparent, transparent)
}

.cards-brand img.lazy:not([src])+.card__title a {
    color: #000;
    text-shadow: none
}

.alert {
    border: 0;
    border-top: solid 5px #ccc;
    border-bottom: solid 5px #ccc;
    font-size: 20px;
    line-height: 1.5;
    border-radius: 0;
    background: none;
    margin: 50px 0;
    padding: 15px 0
}

.media a img {
    width: 114px;
    height: 114px
}

.sidebar__menu a {
    font-size: 16px
}

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

.table th {
    font-family: "PF Din", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2
}

.section__title+.row>.col-md-9 {
    flex: 1;
    max-width: initial;
    padding-right: 50px
}

.section__title+.row>.col-md-3 {
    min-width: 315px;
    max-width: 315px
}

@media(max-width: 1200px) {
    body {
        padding-top: 50px
    }
    .sidebar {
        display: block
    }
}

@media(max-width: 1350px) {
    body {
        font-size: 16px
    }
    .row-big-padding {
        margin-left: -15px;
        margin-right: -15px
    }
    .row-big-padding div[class^=col-] {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media(max-width: 1024px) {
    .section-napravlenya__name {
        width: 100%
    }
}

@media(max-width: 1000px) {
    .section__title+.row>.col-md-9 {
        flex: 1;
        max-width: initial;
        padding-right: 15px;
        width: 100%
    }
    .section__title+.row>.col-md-3 {
        min-width: 100%;
        max-width: 100%;
        flex: 1;
        margin-top: 35px;
        text-align: center
    }
}

@media(max-width: 760px) {
    .section-napravlenya__name {
        width: 75%
    }
}

@media(max-width: 600px) {
    body {
        line-height: 1.5
    }
    .section__title {
        font-size: 28px
    }
    .section__intro {
        font-size: 18px
    }
    .section__intro-quote small {
        margin-top: -15px
    }
    .section__intro+.section__text {
        margin-top: -7px
    }
    .section-napravlenya .col-12 {
        margin-bottom: 30px !important
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .h1,
    .h2,
    .h3,
    .h4,
    .h5,
    .h6 {
        font-weight: 500
    }
    h2,
    h2 {
        font-size: 20px
    }
    h4,
    .h4 {
        font-size: 20px
    }
    .alert {
        font-size: 18px;
        line-height: 1.4
    }
}

@media(max-width: 400px) {
    body {
        font-size: 14px
    }
    .text-size-initail {
        font-size: 14px
    }
    .section-napravlenya__name {
        width: 100%
    }
}

.breadcrumb {
    background: none;
    padding: 0;
    margin: 0;
    justify-content: center;
    font-size: 16px
}

@media(max-width: 700px) {
    .section-breadcrumb {
        overflow: hidden;
        height: 0 !important;
        padding: 0 !important;
        margin-bottom: 12px
    }
}

.navbar {
    padding: 0;
    margin: 0;
    color: #555;
    background: #fff;
    font-size: 1rem;
    display: block;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    position: relative;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%
}

.navbar .icon {
    width: 30px
}

.navbar .icon svg {
    fill: #555;
    width: 20px;
    height: 20px
}

.navbar-top {
    padding: 25px 0
}

.navbar-top__container {
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.navbar-top__left {
    display: flex;
    align-items: flex-start;
    line-height: 1
}

.navbar-top__menu-btn {
    display: none;
    margin-right: 20px;
    cursor: pointer
}

.navbar-top__menu-btn svg {
    width: 33px;
    height: 32px
}

.navbar-top__logo {
    margin-right: 120px
}

.navbar-top__logo img {
    height: 90px
}

.navbar-top__address {
    margin-bottom: 14px
}

.navbar-top__phone {
    display: flex;
    align-items: center
}

.navbar-top__phone-primary {
    font-size: 30px;
    margin-bottom: 10px
}

.navbar-top__phone-primary .icon {
    margin-top: -2px
}

.navbar-top__phone-primary .icon svg {
    width: 23px;
    height: 23px
}

.navbar-top__text {
    margin-left: 45px;
    font-family: "PF Din", sans-serif;
    font-weight: 500;
    font-size: 20px;
    margin-top: 37px
}

@media(max-width: 1200px) {
    .navbar-top__text {
        display: none
    }
}

.navbar-top__right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%
}

.navbar-top__right-top {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    line-height: 1
}

.navbar-top__right-top .social {
    margin-right: 25px
}

.navbar-bottom {
    height: 75px;
    border-top: solid 1px #e5e5e5
}

.navbar-bottom__container {
    display: flex;
    justify-content: center;
    height: 100%
}

.navbar-bottom__menu {
    height: 100%
}

.navbar-bottom__menu ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none
}

.navbar-bottom__menu li {
    display: block;
    padding: 0;
    margin: 0
}

.navbar-bottom__menu a {
    font-family: "PF Din", sans-serif;
    font-weight: 700;
    line-height: 1.2;
    font-size: 18px;
    color: #000;
    text-decoration: none
}

.navbar-bottom__menu>ul {
    height: 100%
}

.navbar-bottom__menu>ul>li {
    position: relative;
    height: 100%
}

.navbar-bottom__menu>ul>li>a {
    text-transform: uppercase;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    transition: color .1s;
    padding: 0 17px;
    white-space: nowrap
}

.navbar-bottom__menu>ul>li>a span {
    position: relative
}

.navbar-bottom__menu>ul>li>a span:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -7px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #007bff;
    transition: .3s;
    transform: scaleX(0);
    transform-origin: 50% 50%
}

.navbar-bottom__menu>ul>li>ul {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 300px;
    background: #fff;
    z-index: 50;
    padding: 0 0 12px 0;
    visibility: hidden;
    border: solid 1px #ccc;
    border-top: 0;
    opacity: 0;
    transition: .1s
}

.navbar-bottom__menu>ul>li>ul>li>a {
    display: block;
    font-weight: 500;
    padding: 10px 17px;
    transition: color .1s;
    color: #000
}

.navbar-bottom__menu>ul>li>ul>li:hover>a {
    color: #007bff
}

.navbar-bottom__menu>ul>li>ul.sub-long {
    min-width: 600px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2
}

.navbar-bottom__menu>ul>li>ul.sub-long>li {
    display: inline-block;
    width: 100%
}

.navbar-bottom__menu>ul>li>ul.sub-long>li>a {
    display: inline-block
}

.navbar-bottom__menu>ul>li:hover>a,
.navbar-bottom__menu>ul li.active>a {
    color: #007bff
}

.navbar-bottom__menu>ul>li:hover>a span:before,
.navbar-bottom__menu>ul li.active>a span:before {
    transform: scaleX(1)
}

.navbar-bottom__menu>ul>li:hover>ul {
    visibility: visible;
    opacity: 1
}

@media(min-width: 1199px) {
    @keyframes navbar {
        0% {
            transform: translateY(-215px)
        }
        100% {
            transform: translateY(0)
        }
    }
    body.navbar-fixed-top {
        padding-top: 215px
    }
    body.navbar-fixed-top .navbar {
        position: fixed;
        animation-name: navbar;
        animation-duration: .3s;
        animation-fill-mode: forwards
    }
    body.navbar-fixed-top .navbar-top {
        padding: 5px 0
    }
    body.navbar-fixed-top .navbar-top__container {
        height: 40px
    }
    body.navbar-fixed-top .navbar-top__left {
        height: 100%
    }
    body.navbar-fixed-top .navbar-top__logo {
        margin-right: 50px
    }
    body.navbar-fixed-top .navbar-top__logo img {
        height: 40px
    }
    body.navbar-fixed-top .navbar-top__contact {
        display: flex;
        align-items: center;
        height: 100%;
        width: 100%
    }
    body.navbar-fixed-top .navbar-top__address {
        margin-bottom: 0;
        margin-right: 50px
    }
    body.navbar-fixed-top .navbar-top__phone-primary {
        margin-bottom: 0;
        margin-right: 25px;
        font-size: 24px
    }
    body.navbar-fixed-top .navbar-top__text {
        display: flex;
        white-space: nowrap;
        height: 100%;
        align-items: center;
        margin-left: 25px;
        margin-top: 0
    }
    body.navbar-fixed-top .navbar-top__right-top {
        display: none
    }
    body.navbar-fixed-top .navbar-bottom {
        height: 50px
    }
    body.navbar-fixed-top .navbar-bottom__menu>ul>li>a {
        font-size: 16px;
        font-weight: 500
    }
}

@media(max-width: 1200px) {
    .navbar {
        position: fixed;
        height: 50px
    }
    .navbar .btn-rounded {
        padding: .25rem 1rem
    }
    .navbar-top {
        padding: 0;
        height: 100%
    }
    .navbar-top__container {
        height: 100%
    }
    .navbar-top__left {
        align-items: center;
        flex: 1
    }
    .navbar-top__menu-btn {
        display: block
    }
    .navbar-top__logo {
        margin-right: 0
    }
    .navbar-top__logo img {
        height: 38px
    }
    .navbar-top__contact {
        display: flex;
        align-items: center;
        height: 100%;
        width: 100%
    }
    .navbar-top__address {
        display: none
    }
    .navbar-top__phone {
        margin-bottom: 0;
        margin-left: 35px
    }
    .navbar-top__phone-primary {
        font-size: 24px
    }
    .navbar-top__phone:not(.navbar-top__phone-primary) .icon {
        width: 25px
    }
    .navbar-top__right {
        height: auto
    }
    .navbar-top__right-top {
        display: none
    }
    .navbar-bottom {
        display: none
    }
}

@media(max-width: 800px) {
    .navbar-top__menu-btn {
        margin-right: 16px
    }
    .navbar-top__phone:not(.navbar-top__phone-primary) {
        margin-left: 25px
    }
}

@media(max-width: 760px) {
    .navbar-top__contact {
        justify-content: center
    }
    .navbar-top__phone {
        margin-left: 0
    }
    .navbar-top__phone:not(.navbar-top__phone-primary) {
        display: none
    }
}

@media(max-width: 600px) {
    .navbar-top__contact {
        justify-content: start;
    }
    .navbar-top__right {
        display: none
    }
}

@media(max-width: 400px) {
    .navbar-top__phone-primary {
        font-size: 20px
    }
    .navbar-top__phone-primary .icon {
        width: 26px;
        margin-top: -1px
    }
    .navbar-top__phone-primary .icon svg {
        width: 20px;
        height: 20px
    }
}

.brand-slider {
    height: 560px;
    position: relative
}

.brand-slider__owl {
    height: 100%
}

.brand-slider__owl.no-slider-scroll.owl-grab {
    cursor: default
}

.brand-slider__owl.no-slider-scroll .owl-stage {
    transform: none !important
}

.brand-slider .owl-stage-outer {
    height: 100%
}

.brand-slider .owl-stage {
    height: 100%
}

.brand-slider .owl-item {
    height: 100%
}

.brand-slider .carousel-item {
    height: 100%
}

.brand-slider .carousel-image {
    height: 100%;
    width: 100%
}

.brand-slider .carousel-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%
}

.brand-slider .carousel-caption {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: #000;
    text-align: left;
    padding: 0
}

.brand-slider .carousel-caption:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    background: rgba(240, 240, 240, .8)
}

.brand-slider .carousel-caption__container {
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.brand-slider .carousel-caption__wrapper {
    width: 50%;
    padding: 25px 25px 100px 0;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.brand-slider .carousel-caption__title {
    margin-bottom: 18px;
    font-weight: 700;
    font-family: "PF Din", sans-serif;
    font-size: 35px;
    line-height: 1.2
}

.brand-slider .carousel-caption__content.big {
    font-size: 25px
}

.brand-slider .carousel-caption p:last-child {
    margin-bottom: 0
}

.brand-slider .controls {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10
}

.brand-slider .controls__wrapper {
    width: 50%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100px
}

.brand-slider .controls__holder {
    padding: 0 75px;
    position: relative;
    height: 44px
}

.brand-slider .controls .owl-nav button {
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 44px;
    z-index: 2;
    outline: none;
    opacity: .4;
    transition: opacity .15s
}

.brand-slider .controls .owl-nav button.owl-prev {
    left: 0
}

.brand-slider .controls .owl-nav button.owl-next {
    right: 0
}

.brand-slider .controls .owl-nav button svg {
    width: 100%;
    height: 100%;
    fill: #000
}

.brand-slider .controls .owl-nav button:hover {
    opacity: .7
}

.brand-slider .controls .owl-dots {
    height: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center
}

.brand-slider .controls .owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #000;
    margin: 0 25px 0 0;
    outline: none;
    opacity: .4;
    transition: opacity .15s, background .15s;
    position: relative;
    z-index: 2
}

.brand-slider .controls .owl-dot:last-child {
    margin-right: 0
}

.brand-slider .controls .owl-dot:hover {
    opacity: .5
}

.brand-slider .controls .owl-dot.active {
    background: #007bff;
    opacity: 1
}

.brand-slider-inverse .carousel-item {
    background: #10a09b
}

.brand-slider-inverse .carousel-caption {
    color: #fff
}

.brand-slider-inverse .carousel-caption:before {
    background: #10a09b
}

.brand-slider-inverse .carousel-caption__title {
    color: #ffc107
}

.brand-slider-inverse .controls .owl-nav button svg {
    width: 100%;
    height: 100%;
    fill: #fff
}

.brand-slider-inverse .controls .owl-dot {
    background: #fff
}

.brand-slider-inverse .controls .owl-dot.active {
    background: #ffc107
}

.brand-slider-halfs .carousel-image {
    width: 50%;
    float: right
}

@media(max-width: 1000px) {
    .brand-slider .carousel-caption__title {
        font-size: 28px
    }
}

@media(max-width: 700px) {
    .brand-slider {
        height: 516px
    }
    .brand-slider .carousel-caption:before {
        width: 100%
    }
    .brand-slider .carousel-caption__wrapper {
        width: 100%;
        padding: 25px 40px 70px 40px
    }
    .brand-slider .carousel-caption__title {
        font-size: 35px
    }
    .brand-slider .carousel-caption__content {
        font-size: 18px
    }
    .brand-slider .controls {
        position: static;
        margin-top: -70px
    }
    .brand-slider .controls__holder {
        height: 70px
    }
    .brand-slider .controls__wrapper {
        width: 100%;
        height: 100%
    }
    .brand-slider .controls__holder {
        position: static;
        padding: 0;
        width: 100%
    }
    .brand-slider-inverse .carousel-caption:before {
        opacity: .75
    }
    .brand-slider-halfs .carousel-image {
        width: 100%
    }
}

@media(max-width: 425px) {
    .brand-slider .carousel-caption__wrapper {
        padding: 25px 15px 70px 15px
    }
    .brand-slider .carousel-caption__title {
        font-size: 28px
    }
    .brand-slider .carousel-caption__content {
        font-size: 16px
    }
    .brand-slider .controls .owl-nav {
        display: none
    }
    .brand-slider .controls .owl-dot {
        margin-right: 20px
    }
}

.form {
    display: flex
}

.form__content {
    flex: 1;
    padding: 50px 35px;
    background: #fff
}

.form__aside {
    width: 50%;
    padding: 50px 35px;
    background: #eee;
    display: flex;
    flex-direction: column
}

.form__aside .small {
    display: block;
    font-size: 14px;
    line-height: 1.6;
    margin-top: 0
}

.form__aside li:not(:last-child) {
    margin-bottom: 10px
}

.form__text {
    font-size: 16px;
    color: #444;
    flex: 1
}

.form__logo img {
    float: right;
    height: 50px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    opacity: .7
}

.form-group {
    margin-bottom: 30px
}

.form-control:focus {
    color: #000
}

.form label {
    font-weight: 500;
    font-size: 16px;
    color: #777;
    line-height: 1.4
}

.form label+input,
.form label+select,
.form label+.input-group {
    margin-top: -0.5rem
}

.form input:not([type=checkbox]):not([type=radio]) {
    background: none;
    border-radius: 0;
    outline: none !important;
    box-shadow: none !important;
    border: 0;
    padding-left: 0;
    padding-right: 0;
    border-bottom: solid 1px #bbb;
    color: #000;
    font-size: 20px;
    font-weight: 500
}

.form input:not([type=checkbox]):not([type=radio]):focus {
    border-bottom-color: #10a09b
}

.form select {
    background: none;
    border-radius: 0;
    outline: none !important;
    box-shadow: none !important;
    border: 0;
    padding-left: 0;
    padding-right: 0;
    border-bottom: solid 1px #bbb;
    color: #000;
    font-size: 20px;
    font-weight: 500
}

.form select:focus {
    border-bottom-color: #bbb
}

.form select option {
    font-size: 20px;
    font-weight: 500;
    color: #000
}

.form-check {
    position: relative;
    padding-left: 19px
}

label+.form-check {
    margin-top: 3px
}

.form-check .form-check-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.form-check .form-check-input+.form-check-label {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    line-height: 1.3;
    cursor: pointer;
    padding-left: 14px
}

.form-check .form-check-input+.form-check-label:before {
    width: 19px;
    height: 19px;
    border: solid 1px #999;
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 0
}

.form-check .form-check-input+.form-check-label.small {
    font-size: 14px;
    padding-top: 4px
}

.form-check .form-check-input+.form-check-label.color-gray {
    color: #777
}

.form-check .form-check-input[type=radio]+.form-check-label:before {
    border-radius: 50%;
    background: #10a09b;
    box-shadow: inset 0 0 0 10px #fff;
    transition: box-shadow .2s
}

.form-check .form-check-input[type=radio]:checked+.form-check-label:before {
    box-shadow: inset 0 0 0 3px #fff
}

.form-check .form-check-input[type=checkbox]+.form-check-label:after {
    display: block;
    content: "";
    width: 8px;
    height: 13px;
    position: absolute;
    top: 5px;
    left: 6px;
    border: 0 solid #10a09b;
    border-right-width: 3px;
    border-bottom-width: 3px;
    transform: rotate(45deg) scale(0) translate3d(3px, 3px, 0);
    transition: .15s
}

.form-check .form-check-input[type=checkbox]:checked+.form-check-label:after {
    transform: rotate(45deg) scale(1) translate3d(0, 0, 0)
}

.form-check+.form-check {
    margin-top: 5px
}

.form .input-group-addon svg {
    margin-top: 7px;
    vertical-align: top;
    fill: #777;
    transition: fill .15s
}

.form .input-group-addon:hover svg {
    fill: #333
}

.form-main {
    max-width: 925px;
    margin: 0 auto;
    box-shadow: 0 2px 3px -1px rgba(0, 0, 0, .3)
}

@media(max-width: 1000px) {
    .form-main {
        max-width: 100%;
        width: 600px;
        flex-direction: column
    }
    .form-main .form__aside {
        width: 100%
    }
    .form-main .form__logo {
        margin-top: 25px
    }
}

@media(max-width: 600px) {
    .form-main .form__content {
        padding: 25px 15px
    }
    .form-main .form__aside {
        padding: 25px 15px
    }
    .form-main .btn-lg {
        padding: .5rem 1.5rem;
        font-size: 1rem
    }
}

.specialists .owl-stage {
    display: flex;
    padding-bottom: 5px
}

.specialists__item {
    height: 100%;
    padding-right: 10px;
    padding-left: 10px
}

.specialists__card {
    background: #fff;
    height: 100%;
    text-align: left;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .15)
}

.specialists__card>a {
    position: relative;
    width: 100%;
    padding-top: 66.66%;
    display: block
}

.specialists__card>a img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    max-width: 100%
}

.specialists__name {
    padding: 18px 18px 10px 18px;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
    font-size: 20px;
    transition: color .1s
}

.specialists__job {
    padding: 0 18px 20px 18px;
    font-size: 16px;
    line-height: 1.5
}

.specialists a {
    text-decoration: none !important
}

.specialists a:hover .specialists__name {
    color: #007bff
}

@media(max-width: 700px) {
    .specialists__name {
        font-size: 16px
    }
    .specialists__job {
        font-size: 14px
    }
}

@media(max-width: 577px) {
    .specialists-row {
        justify-content: center
    }
    .specialists-row .col-12 {
        max-width: 100%;
        width: 320px;
        flex: none
    }
}

.card {
    height: 100%;
    box-shadow: 0 6px 9px -6px rgba(0, 0, 0, .2)
}

.card__image {
    width: 100%;
    padding-top: 65%;
    position: relative
}

.card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    position: absolute;
    top: 0;
    left: 0;
}

.card__body {
    padding: 15px 15px 19px 15px;
    background: #fff
}

.card__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 9px
}

.card__title-accent {
    color: #007bff
}

.card__title.font-face-brand {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.2;
    padding-top: 1px;
    margin-bottom: 8px
}

.card__title a {
    display: inline-block;
    text-decoration: none
}

.cards .row {
    margin: 0 -10px
}

.cards .col {
    flex: 0 0 25%;
    padding: 0 10px;
    margin-top: 20px;
    display: flex
}

.cards-news .col {
    flex: 0 0 33.33%
}

.cards-3 .col {
    flex: 0 0 33.33%
}

.cards-2 .col {
    flex: 0 0 50%
}

.cards-brand .card__image {
    padding-top: 50%
}

.cards-brand .card__image .card__title {
    max-width: initial;
    border-right: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    width: 100%;
    transition: background 1s;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.43), rgba(0, 0, 0, 0));
    color: #fff;
    display: flex;
    align-items: flex-end;
    text-shadow: 0 -1px 0px rgba(0, 0, 0, .5)
}

.cards-brand .card__image .card__title a {
    color: #fff
}

.cards-brand .card__body {
    display: flex;
    padding: 0;
    height: 100%
}

.cards-brand .card__title {
    max-width: 40%;
    padding: 20px;
    border-right: solid 1px #ddd;
    margin-bottom: 0;
    font-size: 24px
}

.cards-brand .card__text {
    flex: 1;
    padding: 20px 20px 25px 20px
}

.cards-brand.cards-3 .card__image {
    padding-top: 70%
}

@media(max-width: 1260px) {
    .cards-brand .card__title {
        font-size: 20px
    }
}

@media(max-width: 1110px) {
    .cards.cards-4 .col {
        flex: 0 0 33.33%
    }
    .cards-brand .row {
        margin: 0 -7.5px
    }
    .cards-brand .col {
        padding: 0 7.5px
    }
    .cards-brand .card__title {
        padding: 15px
    }
    .cards-brand .card__text {
        font-size: 15px;
        padding: 15px 15px 20px 15px
    }
}

@media(max-width: 1010px) {
    .cards-brand .card__body {
        display: block;
        padding: 15px 15px 19px 15px
    }
    .cards-brand .card__body .card__title {
        padding: 0 15px 10px 15px;
        max-width: initial;
        border-right: 0;
        margin: 0 -15px 0 -15px
    }
    .cards-brand .card__text {
        font-size: 16px;
        padding: 0
    }
}

@media(max-width: 850px) {
    .cards .col,
    .cards.cards-4 .col {
        flex: 0 0 50%
    }
}

@media(max-width: 560px) {
    .cards .col,
    .cards.cards-4 .col {
        flex: 0 0 100%
    }
}

.footer {
    border-top: solid 1px #ddd
}

.footer p {
    margin-bottom: initial
}

.footer__container {
    display: flex
}

.footer__container-bottom {
    flex-direction: column
}

.footer__left {
    width: 300px
}

.footer__right {
    flex: 1;
    padding-left: 70px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.footer__right-top {
    display: flex
}

.footer__right-middle {
    padding: 0;
    border: solid 1px #ddd;
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
    margin: 30px 0
}

.footer__right-bottom {
    display: flex;
    align-items: flex-end
}

.footer__aside {
    width: 300px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start
}

.footer__logo {
    margin-bottom: 30px
}

.footer__logo img {
    max-width: 100%
}

.footer__contacts .item {
    display: flex;
    align-items: center;
    color: #333
}

.footer__contacts .item-phone-primary svg {
    width: 24px
}

.footer__contacts .item-phone-primary span {
    font-size: 30px
}

.footer__contacts .icon {
    display: flex;
    align-items: center;
    width: 30px
}

.footer__contacts svg {
    fill: #333;
    width: 20px
}

.footer__menu {
    flex: 1
}

.footer__menu ul {
    display: block;
    padding: 0;
    margin: -8px 0 0 0;
    list-style: none;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2
}

.footer__menu li {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 7px;
    text-align: left
}

.footer__menu a {
    color: #000;
    text-decoration: none;
    font-family: "PF Din", sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    transition: color .1s
}

.footer__menu a:hover {
    color: #007bff;
    text-decoration: none
}

.footer__info {
    flex: 1;
    font-size: 15px
}

.footer__info a {
    text-decoration: underline
}

.footer .interlink-footer {
    display: flex;
    font-size: 14px;
    padding-bottom: 2px
}

.footer .interlink-footer .logo {
    display: flex;
    align-items: center;
    margin-right: 10px
}

.footer .interlink-footer .text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    line-height: 1.4
}

.footer .interlink-footer a {
    color: #007bff;
    text-decoration: underline
}

.footer-clincs__header {
    text-align: center;
    margin-bottom: 10px
}

.footer-clincs__header a {
    display: inline-flex;
    align-items: center;
    font-weight: 700;
    font-family: "PF Din", sans-serif;
    font-size: 20px;
    color: #444;
    text-decoration: none;
    line-height: 1.2
}

.footer-clincs__header a img {
    height: 30px;
    margin-right: 15px
}

.footer-clincs__header a:hover {
    color: #0394cb
}

.footer-clincs__list {
    display: flex;
    margin: 0 -12px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.footer-clincs__list .item {
    display: block;
    padding: 12px
}

.footer-clincs__list .item img {
    width: 100%;
    transition: transform .4s
}

.footer-clincs__list .item:hover img {
    transform: scale(1.05)
}

@media(max-width: 1260px) {
    .footer__right-middle {
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media(max-width: 1160px) {
    .footer__right {
        padding-left: 40px
    }
    .footer__aside {
        width: 250px
    }
}

@media(max-width: 1200px) {
    .footer-clincs__list {
        flex-wrap: wrap;
        justify-content: center
    }
    .footer-clincs__list .item {
        width: 150px
    }
}

@media(max-width: 1000px) {
    .footer__container {
        display: block
    }
    .footer__left {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: auto;
        padding-bottom: 35px;
        margin: 0 -15px;
        border-bottom: solid 1px #ddd
    }
    .footer__right {
        padding-top: 40px;
        padding-left: 0
    }
}

@media(max-width: 700px) {
    .footer__left {
        border-bottom: 0;
        margin: 0
    }
    .footer__right {
        padding-top: 0
    }
    .footer__right-top {
        flex-direction: column-reverse;
        margin-bottom: 0
    }
    .footer__right-top .footer__aside {
        width: auto;
        align-items: center;
        justify-content: center
    }
    .footer__right-middle {
        padding-top: 30px;
        padding-bottom: 20px
    }
    .footer__right-bottom {
        display: block
    }
    .footer__right-bottom .footer__aside {
        width: auto;
        align-items: center;
        justify-content: center
    }
    .footer__menu {
        padding-top: 30px;
        margin-top: 40px;
        text-align: center;
        border-top: solid 1px #ddd;
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px
    }
    .footer__menu ul {
        margin-top: 0;
        display: inline-block;
        -webkit-column-width: 150px;
        -moz-column-width: 150px;
        column-width: 150px;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px
    }
    .footer__info {
        text-align: center;
        padding-bottom: 30px
    }
}

@media(max-width: 400px) {
    .footer__logo img {
        width: 200px
    }
    .footer__contacts .item-phone-primary .icon svg {
        width: 20px
    }
    .footer__contacts .item-phone-primary span {
        font-size: 24px
    }
    .footer__menu ul {
        -webkit-column-count: initial;
        -moz-column-count: initial;
        column-count: initial;
        -webkit-column-width: initial;
        -moz-column-width: initial;
        column-width: initial;
        -webkit-column-gap: initial;
        -moz-column-gap: initial;
        column-gap: initial
    }
    .footer__menu li {
        text-align: center
    }
}

.youtube .gallery__image:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30%;
    height: 30%;
    background: #f00;
    margin-top: -15%;
    margin-left: -15%;
    background: center center no-repeat url(../img/youtube-play.png);
    background-size: contain;
}

a.popper-href {
    border-bottom: dotted 2px;
    color: #e85222 !important;
}