.sidebar__menu_sub a i{
    width: 17px;
    margin-left: 9px;
}

.sidebar__menu ul.outerClass{
    display: none;
}



.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.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 [class*=owl-] svg {
    transition: fill .1s;
    fill: rgba(119, 119, 119, .5)
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #fff;
    text-decoration: none
}

.owl-theme .owl-nav [class*=owl-]:hover svg {
    fill: #e60000
}

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

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

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

.owl-theme .owl-dots .owl-dot {
    outline: 0;
    display: inline-block;
    zoom: 1;
    *display: inline
}

.owl-theme .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    margin: 10px 10px;
    background: #bbb;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .1s, background-color .1s, transform .2s;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #e60000
}

.owl-theme .owl-dots .owl-dot.active span {
    transform: scale(1.3)
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

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

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

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

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

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    /* width: 100%; */
    /* width: auto; */
    object-fit: cover;
}

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

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    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-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    outline: 0;
    background: 0;
    color: inherit;
    border: 0;
    padding: 0!important;
    font: inherit
}

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

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

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

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

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

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

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

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

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

.owl-carousel .animated {
    animation-duration: 1000ms;
    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 500ms ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([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 100ms ease
}

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

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

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

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

.owl-nav-inner .owl-carousel {
    margin-bottom: 56px
}

.owl-nav-inner .owl-carousel .owl-nav {
    position: absolute;
    top: 0;
    height: 100%;
    pointer-events: none;
    width: 100%;
    margin-top: 0
}

.owl-nav-inner .owl-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    pointer-events: all;
    margin: -26px 0 0 0
}

.owl-nav-inner .owl-carousel .owl-nav button.owl-prev {
    left: 0
}

.owl-nav-inner .owl-carousel .owl-nav button.owl-next {
    right: 0
}

.owl-nav-inner .owl-carousel .owl-dots {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding-top: 10px
}

.owl-nav-inner.owl-dots-inner .owl-carousel {
    margin-bottom: 0
}

.owl-nav-inner-margins .owl-carousel {
    z-index: 2
}

.owl-nav-inner-margins .owl-carousel .owl-nav button.owl-prev {
    left: -52px
}

.owl-nav-inner-margins .owl-carousel .owl-nav button.owl-next {
    right: -52px
}

.owl-dots-inner .owl-carousel .owl-dots {
    position: absolute;
    bottom: 0;
    top: initial;
    padding-top: 0;
    padding-bottom: 15px
}

.owl-no-dots .owl-carousel {
    margin-bottom: 0
}

.owl-nav-with-dots .owl-carousel .owl-stage-outer {
    padding-bottom: 25px
}

.owl-nav-with-dots .owl-carousel .owl-nav {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 0;
    margin: 0;
    padding: 0
}

.owl-nav-with-dots .owl-carousel .owl-nav button {
    margin: 0;
    position: absolute;
    bottom: 0
}

.owl-nav-with-dots .owl-carousel .owl-nav button.owl-prev {
    left: -18px
}

.owl-nav-with-dots .owl-carousel .owl-nav button.owl-next {
    right: -18px
}

.owl-nav-with-dots .owl-carousel .owl-dots {
    padding-left: 40px;
    padding-right: 40px
}

.owl-flex .owl-carousel .owl-stage-outer {
    display: flex
}

.owl-flex .owl-carousel .owl-stage {
    display: flex;
    margin-left: 1px
}

.owl-flex .owl-carousel .owl-item {
    height: 100%
}

.owl-flex .owl-carousel .owl-item .item {
    height: 100%
}

.owl-thumbs {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap
}

.owl-thumbs__item {
    padding: 0 0 0 1px;
    opacity: .7;
    transition: .3s, tra;
    cursor: pointer;
    transform: scale(0.9);
    margin-bottom: 10px
}

.owl-thumbs__item.active,
.owl-thumbs__item:hover {
    opacity: 1;
    transform: scale(1)
}

.owl-thumbs__item.active {
    box-shadow: 0 7px 12px -5px rgba(0, 0, 0, .4)
}

@media(max-width:1360px) {
    .owl-nav-inner-margins {
        padding-left: 40px;
        padding-right: 40px
    }
    .owl-nav-inner-margins .owl-carousel .owl-nav button.owl-prev {
        left: -50px
    }
    .owl-nav-inner-margins .owl-carousel .owl-nav button.owl-next {
        right: -50px
    }
    .owl-thumbs {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media(max-width:600px) {
    .owl-nav-inner-margins {
        overflow: hidden
    }
}

@media(max-width:425px) {
    .owl-nav-inner-margins {
        padding-left: 0;
        padding-right: 0
    }
    .owl-nav-inner-margins .owl-carousel .owl-nav button.owl-prev {
        left: -15px
    }
    .owl-nav-inner-margins .owl-carousel .owl-nav button.owl-next {
        right: -15px
    }
}

body {
    font-size: 20px;
    min-width: 320px
}

a {
    cursor: pointer
}

.viewport {
    min-height: 100vh;
    display: flex;
    flex-direction: column
}

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

img {
    max-width: 100%
}

.block-narrow {
    margin: 0 auto;
    max-width: 860px
}

label:not(.custom-control-label) {
    display: inline-block;
    margin-bottom: .3rem;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    color: #666
}

label.required:after {
    content: "*";
    color: #e60000;
    display: inline-block;
    margin-left: 5px
}

.form-control {
    height: 50px;
    color: #000!important;
    font-size: 20px
}

::placeholder {
    color: #aaa!important;
    font-weight: 400!important
}

textarea {
    resize: none
}

a.black:not(:hover) {
    color: #000
}

a.black:hover {
    color: #e60000!important
}

.btn-lg {
    font-size: 24px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    /* width: 290px; */
    max-width: 100%
}

.btn-outline-primary.btn-lg,
.btn-outline-secondary.btn-lg {
    border-width: 2px
}

.btn-outline-secondary {
    border: solid 1px #bbb
}

.modal .btn-lg {
    width: 225px
}

.table.table-brand th,
.table.table-brand td {
    padding: .5rem 1rem;
    border-top: 1px solid #ddd
}

.table.table-brand tr:last-child td {
    border-bottom: 1px solid #ddd
}

.brand-icon {
    width: 50px;
    min-width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.brand-icon svg {
    fill: #b2b5be;
    width: 70%;
    height: 70%;
    transition: fill .1s;
}

.ul-decor {
    display: block;
    list-style: none;
    padding: 0;
    margin-left: 0
}

.ul-decor li {
    padding-left: 30px;
    display: block;
    position: relative
}

.ul-decor li:before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 9px;
    left: 0;
    background: #1c3249;
    transform: rotate(45deg)
}

.ul-decor-red li:before {
    background: #e60000
}

.ul-decor-margins li:not(:last-child) {
    margin-bottom: .8rem
}

.page {
    flex: 1;
    min-height: 50vh
}

.fixed-page {
    margin-top: 50px;
}


@media(max-width:1024px) {
    .fixed-page {
    margin-top: 0;
    }
}

.page__title-border {
    border-bottom: solid 1px #ddd;
    padding-bottom: .35em;
    margin-bottom: .7em
}

.container-breadcrumb+.container-content {
    padding-top: 0
}

.container-content {
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex
}

.aside {
    min-width: 300px;
    max-width: 300px;
    margin-right: 60px;
    font-size: 16px
}

.aside__block:not(:last-child) {
    margin-bottom: 25px
}

.aside__block-padding {
    padding-left: 12px;
    padding-right: 12px
}

.aside-menu ul {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none
}

.aside-menu li {
    display: block;
    padding: 0;
    margin: 0
}

.aside-menu li:nth-child(odd) {
    background: #f2f2f3
}

.aside-menu a {
    display: inline-block;
    padding: 9px 24px 7px 12px;
    font-weight: 700;
    color: #000;
    line-height: 1.3
}

.aside-menu a:hover {
    color: #e60000
}

@media(max-width:1024px) {
    .aside {
        display: none
    }
}

.main {
    flex: 1;
    min-width: 0
}

.main>.page__title:first-child {
    margin-top: -7px
}

.brand-phone {
    display: inline-flex;
    align-items: center
}

.brand-phone__icon {
    width: 80px;
    height: 80px;
    background: #e60000;
    border-radius: 50%;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 10px -4px rgba(0, 0, 0, .6)
}

.brand-phone__icon svg {
    width: 70%;
    height: 70%;
    fill: #fff
}

.brand-phone__text span {
    color: #777;
    font-weight: 400
}

@media(max-width:600px) {
    .brand-phone__icon {
        width: 60px;
        height: 60px;
        margin-right: 16px
    }
}

@media(max-width:450px) {
    .brand-phone {
        font-size: 30px
    }
    .brand-phone__icon {
        width: 50px;
        height: 50px;
        margin-right: 12px
    }
}

.partners-title {
    color: #777;
    letter-spacing: 7px;
    font-weight: 400
}

@media(max-width:600px) {
    .services-title {
        font-size: 32px
    }
}

.modal-footer .message:not(:empty)+.btn {
    display: none
}

.navbar-mobile__btn {
    cursor: pointer;
    pointer-events: all
}

@media(max-width:1024px) {
    body {
        padding-top: 50px
    }
}

@media(max-width:800px) {
    label {
        font-size: 16px
    }
    .custom-control-label::before,
    .custom-control-label::after {
        top: 0
    }
}

@media(max-width:600px) {
    html {
        font-size: 16px
    }
    body {
        font-size: 16px
    }
    .container {
        padding-left: 15px;
        padding-right: 15px
    }
    .container-breadcrumb {
        display: none
    }
    .container-breadcrumb+.container-content {
        padding-top: 25px;
        padding-bottom: 30px
    }
    .container-content {
        padding-top: 25px
    }
    .main {
        flex: 1
    }
    .main>.page__title:first-child {
        margin-top: 0
    }
    .btn-lg {
        font-size: 18px;
        height: 50px
    }
    .ul-decor li {
        padding-left: 25px
    }
    .ul-decor li:before {
        top: 5px
    }
    .ul-decor-margins li:not(:last-child) {
        margin-bottom: .6rem
    }
}

.contacts {
    display: flex
}

.contacts__item {
    text-align: right
}

.contacts__item+.contacts__item {
    padding-left: 60px;
    margin-left: 60px;
    border-left: solid 1px #e5e5e6
}

.contacts__contact {
    font-weight: 400;
    margin-bottom: -1px;
    font-size: 24px
}

.contacts__info {
    font-weight: 400;
    font-size: 16px
}

.contacts__info + .contacts__contact {margin-top: 20px}

.services__wrapper {
    background-color: #fff
}

.services ul {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 70px;
    -moz-column-gap: 70px;
    column-gap: 70px;
}

.services ul ul {opacity: 0;display: none;position: absolute;left: 100%;top: 0;box-shadow: 0 3px 3px -1px rgba(0, 0, 0, .3);background-color: #fff;padding: 10px 16px;width: 100%;}

.services ul li:hover ul {opacity: 1;display: block;}

@media(max-width:1400px) {
    .services ul {
        -webkit-column-gap: 45px;
        -moz-column-gap: 45px;
        column-gap: 45px
    }
}

@media(max-width:1024px) {
    .services ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2
    }
}

@media(max-width:768px) {
    .services ul {
        -webkit-column-count: initial;
        -moz-column-count: initial;
        column-count: initial;
        display: flex;
        flex-wrap: wrap;
        margin-left: -15px;
        margin-right: -15px;
        margin-top: 40px;
        margin-bottom: 0
    }
    .services ul li {
        display: block;
        padding: 0 15px 40px 15px;
        width: 50%;
        text-align: center
    }
    .services ul a {
        flex-direction: column
    }
    .services ul .brand-icon {
        margin: 0 0 15px 0
    }
    .services ul span {
        padding: 0 30px
    }
}

@media(max-width:425px) {
    .services ul {
        margin-right: -15px;
        margin-top: 30px
    }
    .services ul li {
        width: 100%;
        text-align: left;
        padding-bottom: 15px
    }
    .services ul a {
        flex-direction: row
    }
    .services ul .brand-icon {
        margin: 0
    }
    .services ul span {
        padding: 0 0 0 15px
    }
}

.services li {
    display: inline-block;
    width: 100%;
    padding: 4px 0;
    margin: 0;
    position: relative;
}

.services a {
    display: inline-flex;
    align-items: center;
    line-height: 1.1;
    color: #000;
    transition: color .1s;
    text-decoration: none
}

.services a:hover {
    color: #e60000;
    text-decoration: none
}

.services a:hover .brand-icon svg {
    transform: scale(1.15, 1.15)
}

.services .brand-icon {
    margin-right: 10px;
}

.services svg {
    transition: .4s
}

.services span {
    display: block;
    padding-top: 2px
}

.actions>.row {
    margin-left: -25px;
    margin-right: -25px;
    margin-bottom: -40px
}

.actions>.row>.col-4,
.actions>.row>.col-3 {
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 40px
}

.actions-item {
    display: block;
    text-decoration: none;
    height: 100%
}

.actions-item:hover {
    text-decoration: none
}

.actions-item__title {
    margin-bottom: 7px;
    line-height: 1.1;
    font-size: 24px;
    font-weight: 700
}

.actions-item__title span {
    color: #e60000
}

.actions-item__title a {
    color: #000
}

.actions-item__title a:hover {
    color: #e60000
}

.actions-item__description {
    margin-bottom: 9px;
    color: #444;
    line-height: 1.2
}

.actions-item__strong {
    color: #000;
    transition: color .1s
}

.actions-item__strong.big {
    display: inline-flex;
    color: #777;
    line-height: 1;
    align-items: center;
    margin-top: 15px;
    padding-bottom: 5px
}

.actions-item__strong.big span {
    font-size: 50px;
    padding: 0 7px
}

.actions-cards>.row {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -20px
}

.actions-cards>.row>.col-4,
.actions-cards>.row>.col-3 {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px
}

.actions-cards .actions-item {
    border: solid 1px #ddd;
    padding: 25px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .3);
    transition: box-shadow .2s, border-color .2s;
    justify-content: space-between;
}

.actions-cards .actions-item:hover {
    box-shadow: 0 7px 12px -5px rgba(0, 0, 0, .3);
    border-color: #b7b7b7
}

.actions-cards .actions-item:hover .actions-item__strong {
    color: #e60000
}

.actions-cards .actions-item__description {
    flex: 1
}

.actions-switch .actions+.actions {
    display: none
}

.actions-switch__buttons {
    text-align: center;
    padding-top: 25px
}

.actions-switch__btn {
    border-bottom: dashed 1px #000;
    display: inline-block;
    font-size: 18px;
    cursor: pointer;
    line-height: 1
}

.actions-switch__btn:hover {
    color: #e60000;
    border-bottom-color: #e60000
}

.actions-switch.all .actions+.actions {
    display: block
}

.actions-switch.all .owl-actions,
.actions-switch.all .actions-switch__buttons {
    display: none
}

@media(max-width:1200px) {
    .actions-cards>.row>.col-4,
    .actions-cards>.row .col-3 {
        flex: 0 0 33.33%;
        max-width: 33.33%
    }
    .aside+.main .actions>.row>.col-4,
    .aside+.main .actions>.row>.col-3 {
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media(max-width:1024px) {
    .aside+.main .actions>.row>.col-4,
    .aside+.main .actions>.row>.col-3 {
        flex: 0 0 33.33%;
        max-width: 33.33%
    }
}

@media(max-width:900px) {
    .actions-cards>.row>.col-4,
    .actions-cards>.row .col-3 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .aside+.main .actions>.row>.col-4,
    .aside+.main .actions>.row>.col-3 {
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media(max-width:600px) {
    .actions>.row {
        margin-left: -15px;
        margin-right: -15px
    }
    .actions>.row>.col-4,
    .actions>.row>.col-3 {
        padding-left: 15px;
        padding-right: 15px
    }
    .actions-item__title {
        font-size: 20px
    }
    .actions-item__strong.big span {
        font-size: 40px
    }
    .actions:not(.actions-cards)>.row>.col-4,
    .actions:not(.actions-cards)>.row>.col-3 {
        margin-bottom: 40px
    }
}

@media(max-width:500px) {
    .actions-cards>.row>.col-4,
    .actions-cards>.row .col-3 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .aside+.main .actions>.row>.col-4,
    .aside+.main .actions>.row>.col-3 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px
    }
    .aside+.main .actions-item {
        padding-bottom: 20px;
        border-bottom: solid 1px #ddd
    }
}

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

.reviews-list__item {
    display: flex;
    padding: 23px 0 25px;
    border-bottom: solid 1px #ddd
}

.reviews-list__item-reply {
    background: #eee
}

.reviews-list__item-reply .reviews-list__user {
    margin-left: 24px;
    display: block;
    padding-top: 6px
}

.reviews-list__item-reply .reviews-list__user .icon {
    width: 120px;
    height: auto
}

.reviews-list__item-reply .reviews-list__user .icon img {
    width: 100%;
    margin: 0
}

.reviews-list__item-reply .reviews-list__text {
    padding-right: 20px
}

.reviews-list__info {
    min-width: 200px;
    max-width: 200px;
    font-size: 16px
}

.reviews-list__user {
    display: flex;
    padding-top: 2px
}

.reviews-list__user .icon {
    width: 24px
}

.reviews-list__user .icon img {
    margin: -5px 0 0 0
}

.reviews-list__user .text {
    flex: 1;
    display: flex;
    flex-direction: column
}

.reviews-list__user .text span {
    color: #777
}

.reviews-list__text {
    flex: 1
}

.reviews-widget {
    height: 700px;
    width: 370px;
    max-width: 100%;
    background: #fff;
    padding: 30px;
    display: flex;
    flex-direction: column
}

.reviews-widget__header {
    padding-bottom: 15px;
    border-bottom: solid 1px #ddd;
    margin-bottom: 15px
}

.reviews-widget__header .h3 {
    line-height: 1
}

.reviews-widget__body {
    flex: 1
}

.reviews-widget .owl-reviews {
    height: 100%
}

.reviews-widget .owl-reviews .owl-carousel {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding-bottom: 7px
}

.reviews-widget .owl-reviews .owl-carousel .owl-stage-outer {
    flex: 1;
    margin-bottom: 15px;
    padding-bottom: 0
}

.reviews-widget .owl-reviews .owl-carousel .owl-nav {
    bottom: 5px
}

.reviews-widget .owl-reviews__item {
    font-size: 18px
}

.reviews-widget .owl-reviews__text {
    line-height: 1.6
}

.reviews-widget .owl-reviews__info {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 20px
}

.reviews-widget .owl-reviews__date {
    color: #777;
    line-height: 1.3
}

.reviews-widget .owl-reviews .owl-dots .owl-dot span {
    width: 12px;
    height: 12px
}

.reviews-widget__footer {
    padding-top: 15px
}

.reviews-widget__footer .btn-outline-secondary {
    font-size: 18px;
    color: #000;
    height: 50px;
    border-width: 1px
}

.reviews-widget__footer .btn-outline-secondary:hover {
    color: #fff
}

.page__title-border+.reviews-list {
    border-top: 0;
    margin-top: -30px
}

.section-reviews {
    background: center center no-repeat;
    background-size: cover;
    padding: 50px 0;
    overflow: hidden
}

.section-reviews__col-reviews {
    display: flex;
    justify-content: flex-end
}

.section-reviews__col-content {
    text-align: center
}

.section-reviews__col-content .h2 {
    color: #fff;
    margin-bottom: 70px;
    line-height: 1.1
}

.section-reviews__col-content .icons-text {
    display: inline-flex;
    flex-wrap: wrap;
    margin-bottom: -40px;
    width: 560px;
    max-width: 100%;
    margin-left: -20px;
    margin-right: -20px
}

.section-reviews__col-content .icons-text .item {
    width: 50%;
    text-align: center;
    margin-bottom: 40px;
    padding: 0 20px
}

.section-reviews__col-content .icons-text .item__icon {
    width: 75px;
    min-width: 75px;
    height: 75px;
    display: inline-block;
    margin-bottom: 20px
}

.section-reviews__col-content .icons-text .item__icon img {
    width: 100%;
    height: 100%
}

.section-reviews__col-content .icons-text .item__title {
    color: #fff;
    font-weight: 400;
    margin-bottom: 0
}

@media(max-width:800px) {
    .section-reviews__col-content {
        text-align: left
    }
    .section-reviews__col-content .h2 {
        font-size: 40px;
        margin-bottom: 50px
    }
    .section-reviews__col-content .icons-text .item {
        width: 100%;
        display: flex;
        align-items: center;
        margin-bottom: 25px
    }
    .section-reviews__col-content .icons-text .item__icon {
        margin: 0 25px 0 0;
        width: 60px;
        min-width: 60px;
        height: 60px
    }
    .section-reviews__col-content .icons-text .item__title {
        text-align: left
    }
}

@media(max-width:760px) {
    .section-reviews>.container>.row {
        flex-direction: column
    }
    .section-reviews>.container>.row>.col-6 {
        min-width: 100%;
        flex: 0 0 100%
    }
    .section-reviews__col-reviews {
        margin-top: 70px
    }
    .section-reviews .reviews-widget {
        margin: 0 auto
    }
}

@media(max-width:600px) {
    .section-reviews__col-content .h2 {
        font-size: 32px
    }
    .section-reviews .reviews-widget {
        padding: 30px 15px;
        height: 600px
    }
    .section-reviews .reviews-widget .owl-reviews__item {
        font-size: 15px
    }
    .reviews-list__item {
        flex-direction: column-reverse;
        padding: 20px 0
    }
    .reviews-list__item-reply {
        margin-left: -15px;
        margin-right: -15px;
        margin-top: -1px
    }
    .reviews-list__item-reply .reviews-list__text {
        padding-right: 15px;
        padding-left: 15px
    }
    .reviews-list__item-reply .reviews-list__info {
        padding-top: 10px
    }
    .reviews-list__info {
        min-width: 100%;
        max-width: 100%;
        padding-top: 16px
    }
    .reviews-list__user {
        font-size: 14px;
        padding-top: 0
    }
    .page__title-border+.reviews-list {
        margin-top: -25px
    }
}

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.tada:hover {
    -webkit-animation-name: tada;
    animation-name: tada;
    animation-fill-mode: forwards;
    animation-duration: 1.2s
}

.modal#modalMap .modal-body {
    border-bottom-left-radius: .3rem;
    border-bottom-right-radius: .3rem;
    overflow: hidden
}

#modal-map {
    height: 70vh
}

#page-map {
    height: 60vh;
    min-height: 400px;
    margin-top: 2.2em
}

.sidebar {
    position: fixed;
    top: 0;
    left: -320px;
    width: 320px;
    height: 100vh;
    background: #fff;
    z-index: 100;
    transition: left .4s;
    display: flex;
    flex-direction: column
}

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

.sidebar__top {
    height: 50px
}

.sidebar__top>.container {
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 12px;
    padding-right: 14px;
    justify-content: space-between
}

.sidebar__content {
    flex: 1;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 15px 15px 15px 20px
}

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

.sidebar__menu ul ul {padding-left: 20px;}

.sidebar__menu ul ul li{display: list-item;}

.sidebar__menu ul ul li a {}

.sidebar__menu a {
    display: inline-flex;
    padding: 7px 0;
    color: #000;
    font-size: 20px;
}

body.sidebar-active .sidebar {
    left: 0
}

body.sidebar-active .sidebar-overlay {
    opacity: 1;
    visibility: visible;
    pointer-events: all
}

@media(max-width:400px) {
    .sidebar {
        width: 280px;
        left: -320px
    }
}

.navbar {
    display: block;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 98;
}

.navbar-mobile {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 50px;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 0 1px #ddd;
    z-index: 98;
}

.navbar-mobile>.container {
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 14px;
    padding-right: 14px;
    justify-content: space-between
}

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

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

.navbar-mobile-contact {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #000!important
}

.navbar-mobile-contact .navbar-mobile__btn {
    margin-right: 10px
}

.navbar-mobile-contact+.navbar-mobile-contact {
    margin-left: 35px
}

.navbar-mobile-contact:last-child {
    margin-right: 4px
}

.navbar-mobile__btn {
    width: 32px;
    height: 32px
}

.navbar-mobile__btn[data-toggle=sidebar] {
    margin-right: 20px
}

.navbar-mobile__btn svg {
    width: 100%;
    height: 100%
}

.navbar-mobile__btn-round {
    background: #e60000;
    border-radius: 50%;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center
}

.navbar-mobile__btn-round svg {
    fill: #fff
}

.navbar-mobile__btn-fake {
    display: none
}

.navbar-mobile img {
    height: 29px
}

.navbar-top {
    box-sizing: border-box;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    height: 135px;
    background: #fff;
    padding: 30px 0;
    box-shadow: 0 1px 0 #e5e5e6;
    overflow: hidden;
    z-index: 98;
}

.navbar-top>.container {
    display: flex;
    justify-content: space-between
}

.navbar-top .contacts {
    margin-top: -33px
}

.navbar-bottom {
    background: #f2f2f3;
    height: 80px;
    box-shadow: 0 1px 0 #e5e5e6;
    position: relative;
    /* margin-top:135px */
    transition: .1s;
}

.navbar-bottom>.container {
    height: 100%
}

.fixed-bottom-menu {
    position: fixed;
    top: 0;
    height: 50px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    transition: .1s;
}

.fixed-bottom-menu .navbar-menu>ul {
    padding: 10px 0 0;
}

.fixed-bottom-menu .navbar-menu .services {
    margin-top: 0px;
}

.fixed-bottom-menu .navbar-menu>ul>li>div {
    margin-top: 0px;
}

.fixed-bottom-menu .navbar-menu>ul>li>a {
    font-size: 16px;
    transition: font-size 0.1s;
}
.navbar-menu {
    height: 100%;
    width: 100%;
    display: inline-flex;
}

.navbar-menu>ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding: 35px 0 0 0;
    margin: 0;
    height: 100%;
    width: 100%;
}

.navbar-menu>ul>li {
    height: 100%;
    padding: 0;
    margin: 0
}

.navbar-menu>ul>li[data-id="77"] {
    position: relative
}

.navbar-menu>ul>li:not(:last-child) {
    margin-right: 50px
}

.navbar-menu>ul>li>a {
    text-transform: uppercase;
    font-size: 16px;
    color: #000;
    font-weight: 700;
    text-decoration: none;
    position: relative;
    height: 100%;
    display: block;
    transition: font-size 0.1s;
    line-height: 18px;
}

.navbar-menu>ul>li>a:after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    margin-top: 2px;
    background: #e60000;
    transform: scaleY(0);
    transition: .3s;
    transform-origin: left bottom;
    position: relative;
    z-index: 5
}

.navbar-menu>ul>li>a:hover {
    text-decoration: none
}

.navbar-menu>ul>li>div {
    display: block;
    transition: .4s;
    position: absolute;
    min-width: 200px;
    opacity: 0;
    visibility: hidden;
    top: 100%;
    pointer-events: none;
    margin-top: -17px
}

.navbar-menu>ul>li>div>ul {
    display: block;
    margin: 0;
    padding: 23px 25px;
    background: #fff;
    transform: translateY(-4px);
    transition: .4s;
    box-shadow: 0 3px 3px -1px rgba(0, 0, 0, .3)
}

.navbar-menu>ul>li>div>ul>li {
    display: block
}

.navbar-menu>ul>li>div>ul>li:not(:last-child) {
    margin-bottom: 14px
}

.navbar-menu>ul>li>div>ul>li>a {
    white-space: nowrap;
    color: #000;
    transition: color .1s
}

.navbar-menu>ul>li>div>ul>li>a:hover {
    text-decoration: none;
    color: #e60000
}

.navbar-menu>ul>li.has-children>a {
    margin-right: 17px;
}

.navbar-menu>ul>li.has-children>a:after {
    transform-origin: left top
}

.navbar-menu>ul>li.has-children>a:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 3px;
    left: 100%;
    margin-left: 10px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #000;
}

.navbar-menu>ul>li.this>a:after {
    transform: scaleY(1)
}

.navbar-menu>ul>li:hover>a:after {
    transform: scaleY(1)
}

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

.navbar-menu>ul>li:hover .services__wrapper {
    transform: translateY(0);
    pointer-events: all
}

.navbar-menu>ul>li:hover>div {
    opacity: 1;
    visibility: visible;
    pointer-events: all
}

.navbar-menu>ul>li:hover>div>ul {
    transform: translateX(0)
}

.navbar-menu .services {
    position: absolute;
    top: 100%;
    /*left: calc((100% - 1300px)/2);*/
    width: 355px;
    opacity: 0;
    transition: .4s;
    margin-top: -17px;
    visibility: hidden;
}

.navbar-menu .services__wrapper {
    /* width: 100%; */
    padding-top: 25px;
    padding-bottom: 25px;
    transition: .4s;
    transform: translateY(-4px);
    box-shadow: 0 3px 3px -1px rgba(0, 0, 0, .3);
    pointer-events: none;
}

@media(max-width:1400px) {
    .navbar-menu .services {
        width: 100%;
        left: 0
    }
}

body.index .navbar {
    margin-bottom: -80px
}

body.index .navbar-bottom {
    background: 0;
    box-shadow: none
}

body.index .navbar-menu {
    border-bottom: solid 1px rgba(255, 255, 255, .25)
}

body.index .navbar-menu>ul>li>a {
    color: #fff;
    font-weight: 400
}

body.index .navbar-menu>ul>li.has-children>a:before {
    border-top-color: #fff
}

@media(max-width:1024px) {
    .navbar {
        height: 50px;
    }
    .navbar-top,
    .navbar-bottom {
        display: none
    }
    .navbar-mobile {
        display: block
    }
    body.index .navbar {
        margin-bottom: 0
    }
}

@media(max-width:700px) {
    .navbar-mobile__address {
        display: none
    }
}

@media(max-width:400px) {
    .navbar-mobile__left {
        width: 100%;
        justify-content: space-between
    }
    .navbar-mobile__right {
        display: none
    }
    .navbar-mobile__btn[data-toggle=sidebar] {
        margin-right: 0
    }
    .navbar-mobile__btn-fake {
        display: flex
    }
}

.owl-header {
    height: 515px;
}

.owl-header .owl-carousel {
    height: 100%
}

.owl-header .owl-carousel .owl-stage-outer {
    height: 100%
}

.owl-header .owl-carousel .owl-stage {
    height: 100%
}

.owl-header .owl-carousel .owl-item {
    height: 100%
}

.owl-header .owl-carousel .owl-nav button.owl-prev {
    left: 40px
}

.owl-header .owl-carousel .owl-nav button.owl-next {
    right: 40px
}

.owl-header-item {
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
}

.owl-header-item__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.owl-header-item__image img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.owl-header-item .container {
    height: 100%;
    position: relative;
    z-index: 1
}

.owl-header-item__content {
    height: 100%;
    width: 50%;
    display: flex;
    align-items: flex-start;
    padding: 100px 0 40px 0;
    flex-direction: column;
    justify-content: center;
    color: #fff
}

.owl-header-item__title {
    font-size: 50px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 25px;
    text-shadow: 2px 2px 4px rgb(28 50 73);
}

.owl-header-item__text {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 70px;
    text-shadow: 0 -1px 2px rgba(0, 0, 0, .7);
    background: #1c3249d9;
    padding: 15px;
}

.owl-header-item__btn+.owl-header-item__btn {
    margin-left: 25px
}

.owl-header-item[data-id="2"] .owl-header-item__title {
    /* display: none */
}

.owl-header-item[data-id="2"] .owl-header-item__text {
    /* display: none */
}

.owl-header-item[data-id="28_01_2018"] .owl-header-item__image-left {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: center left no-repeat;
    background-size: cover;
    width: calc(((100vw - 1280px) / 2)+450px)
}

.owl-header-item[data-id="28_01_2018"] .owl-header-item__content {
    width: 850px;
    padding-bottom: 70px
}

.owl-header-item[data-id="28_01_2018"] .owl-header-item__title {
    color: #ffd388;
    text-shadow: 0 3px 6px rgba(0, 0, 0, .5);
    margin-bottom: 20px
}

.owl-header-item[data-id="28_01_2018"] .owl-header-item__title .normal {
    font-size: 40px
}

.owl-header-item[data-id="28_01_2018"] .owl-header-item__table {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 40px
}

.owl-header-item[data-id="28_01_2018"] .owl-header-item__table .item {
    display: flex;
    align-items: center;
    border-top: solid 1px rgba(255, 255, 255, .2);
    padding: 12px 0
}

.owl-header-item[data-id="28_01_2018"] .owl-header-item__table .item:last-child {
    border-bottom: solid 1px rgba(255, 255, 255, .2)
}

.owl-header-item[data-id="28_01_2018"] .owl-header-item__table .item .label {
    padding: 11px 22px 7px 25px;
    transform: skewX(-25deg);
    margin: 0 20px;
    background: linear-gradient(to right, #f00 30%, #ff5e00);
    border-radius: 6px
}

.owl-header-item[data-id="28_01_2018"] .owl-header-item__table .item .label span {
    display: block;
    line-height: 1;
    transform: skewX(25deg);
    font-size: 40px;
    white-space: nowrap;
    font-weight: 700
}

.owl-header-item[data-id="28_01_2018"] .owl-header-item__table .item .strike {
    text-decoration: line-through;
    text-decoration-color: rgba(255, 0, 0, .58);
    color: rgba(255, 255, 255, .78);
    white-space: nowrap
}

.owl-header-item[data-id="6_03_2019"] .owl-header-item__image {
    background: center center no-repeat;
    background-size: cover
}

.owl-header-item[data-id="6_03_2019"] .owl-header-item__image-mobile {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: top left
}

@media(max-width:1450px) {
    .owl-header .owl-carousel .owl-nav button.owl-prev {
        left: 10px
    }
    .owl-header .owl-carousel .owl-nav button.owl-next {
        right: 10px
    }
}

@media(max-width:1360px) {
    .owl-header-item__content {
        padding-left: 50px
    }
}

@media(max-width:1300px) {
    .owl-header-item[data-id="1"] .owl-header-item__image img {
        object-position: 64% 100%
    }
    .owl-header-item[data-id="2"] .owl-header-item__image img {
        object-position: -318px 100%
    }
    .owl-header-item[data-id="28_01_2018"] .owl-header-item__title {
        font-size: 40px
    }
    .owl-header-item[data-id="28_01_2018"] .owl-header-item__title .normal {
        font-size: 30px
    }
    .owl-header-item[data-id="28_01_2018"] .owl-header-item__table {
        font-size: 24px
    }
    .owl-header-item[data-id="28_01_2018"] .owl-header-item__table .item .label {
        padding: 9px 18px 7px 20px
    }
    .owl-header-item[data-id="28_01_2018"] .owl-header-item__table .item .label span {
        font-size: 32px
    }
    .owl-header-item[data-id="6_03_2019"] .owl-header-item__image {
        display: none
    }
    .owl-header-item[data-id="6_03_2019"] .owl-header-item__image-mobile {
        display: block;
        padding: 65px
    }
    .owl-header-item[data-id="6_03_2019"] .owl-header-item__image-mobile .text {
        width: 100%;
        height: 100%;
        background: center center no-repeat
    }
}

@media(max-width:1024px) {
    .owl-header {
        margin-top: -50px;
        height: 610px
    }
    .owl-header-item[data-id="2"] .owl-header-item__image img {
        object-position: -235px 100%
    }
    .owl-header-item[data-id="6_03_2019"] .owl-header-item__image-mobile .text {
        background-size: contain
    }
}

@media(max-width:800px) {
    .owl-header-item__image:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .25)
    }
    .owl-header-item__content {
        width: 80%
    }
    .owl-header-item__title {
        font-size: 40px
    }
    .owl-header-item[data-id="1"] .owl-header-item__image img {
        object-position: 70% 100%
    }
    .owl-header-item[data-id="2"] .owl-header-item__content {
        width: 100%
    }
    .owl-header-item[data-id="2"] .owl-header-item__image:before {
        background: rgba(0, 0, 0, .5)
    }
    .owl-header-item[data-id="2"] .owl-header-item__image img {
        object-position: 94% 100%;
        width: 120%;
        height: 120%
    }
    .owl-header-item[data-id="2"] .owl-header-item__title {
        display: block;
        line-height: 1.1;
        font-weight: 700
    }
    .owl-header-item[data-id="2"] .owl-header-item__text {
        display: block
    }
    .owl-header .owl-carousel .owl-nav button svg {
        fill: rgba(255, 255, 255, .75)
    }
    .owl-header-item[data-id="28_01_2018"] .owl-header-item__image:before {
        display: none
    }
    .owl-header-item[data-id="28_01_2018"] .owl-header-item__image-left {
        display: none;
        width: 0
    }
    .owl-header-item[data-id="28_01_2018"] .owl-header-item__content {
        width: 100%;
        padding-left: 50px
    }
    .owl-header-item[data-id="28_01_2018"] .owl-header-item__title {
        font-size: 30px
    }
    .owl-header-item[data-id="28_01_2018"] .owl-header-item__title .normal {
        font-size: unset
    }
    .owl-header-item[data-id="28_01_2018"] .owl-header-item__table {
        font-size: 18px
    }
    .owl-header-item[data-id="28_01_2018"] .owl-header-item__table .item .label {
        padding: 9px 18px 7px 20px
    }
    .owl-header-item[data-id="28_01_2018"] .owl-header-item__table .item .label span {
        font-size: 18px
    }
    .owl-header-item[data-id="28_01_2018"] .btn-lg {
        width: auto;
        font-size: 18px;
        height: 50px
    }
}

@media(max-width:600px) {
    .owl-header {
        height: 80vh;
        min-height: 475px
    }
    .owl-header-item__content {
        width: 100%;
        padding-left: 0
    }
    .owl-header-item__title {
        font-size: 30px;
        margin-bottom: 15px
    }
    .owl-header-item__text {
        margin-bottom: 40px
    }
    .owl-header-item__text br {
        display: none
    }
    .owl-header-item__btn+.owl-header-item__btn {
        margin-left: 10px
    }
    .owl-header .owl-carousel .owl-nav {
        display: none
    }
    .owl-header-item[data-id="28_01_2018"] .owl-header-item__content {
        padding-left: 0;
        padding-right: 0;
        padding-top: 65px
    }
    .owl-header-item[data-id="28_01_2018"] .owl-header-item__table {
        margin-bottom: 20px
    }
    .owl-header-item[data-id="6_03_2019"] .owl-header-item__image-mobile {
        padding: 65px 20px 15px 20px
    }
}

@media(max-width:425px) {
    .owl-header-item__title {
        font-size: 24px
    }
    .owl-header-item__text {
        font-size: 18px
    }
    .owl-header-item[data-id="2"] .owl-header-item__image img {
        object-position: 87% 100%
    }
    .owl-header-item[data-id="28_01_2018"] .owl-header-item__title {
        font-size: 18px;
        text-align: center;
        width: 100%
    }
    .owl-header-item[data-id="28_01_2018"] .owl-header-item__table {
        font-size: 14px;
        font-weight: 400;
        width: 100%
    }
    .owl-header-item[data-id="28_01_2018"] .owl-header-item__table .item {
        width: 100%
    }
    .owl-header-item[data-id="28_01_2018"] .owl-header-item__table .item .label {
        padding: 9px
    }
    .owl-header-item[data-id="28_01_2018"] .owl-header-item__table .item .label span {
        font-size: 14px
    }
    .owl-header-item[data-id="28_01_2018"] .owl-header-item__buttons {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%
    }
    .owl-header-item[data-id="28_01_2018"] .owl-header-item__buttons .btn-lg {
        margin-left: 0!important
    }
    .owl-header-item[data-id="28_01_2018"] .owl-header-item__buttons .btn-lg:first-child {
        margin-bottom: 15px
    }
}

.owl-actions {
    margin-left: -10px;
    margin-right: -10px;
    position: relative
}

.owl-actions:before,
.owl-actions:after {
    content: "";
    position: absolute;
    top: 0;
    /* width: 10px; */
    height: 100%;
    background: #fff;
    z-index: 1;
}

.owl-actions:before {
    left: 0
}

.owl-actions:after {
    right: 0
}

.owl-actions .item {
    margin: 0 10px 10px 10px;
}

.owl-actions .owl-dots {
    display: none
}

.owl-cars-logo .owl-carousel .owl-item {
    text-align: center
}

.owl-cars-logo .owl-carousel .owl-item img {
    width: auto;
    max-width: 100%;
    margin: 0 auto
}

.owl-cars-logo .owl-carousel .owl-item {
    text-align: center
}

.owl-cars-logo .owl-carousel .owl-item img {
    width: auto;
    max-width: 100%;
    margin: 0 auto
}

.owl-service .owl-carousel .owl-dots {
    display: none
}

.owl-service+.owl-service-thumbs {
    margin-top: -40px
}

@media(max-width:600px) {
    .owl-service .owl-carousel .owl-dots {
        display: block
    }
    .owl-service-thumbs {
        display: none
    }
}

@media(max-width:425px) {
    .owl-service .owl-carousel .owl-nav button svg {
        fill: rgba(255, 255, 255, .75)
    }
}

.section-about {
    min-height: 700px;
    display: flex;
    flex-direction: column;
    margin-bottom: 130px;
    margin-top: 75px;
    background: center center no-repeat
}

.section-about>.container {
    display: flex;
    height: 100%;
    flex: 1;
    flex-direction: column
}

.section-about__content {
    width: 60%;
    padding: 50px 40px;
    background: #eee;
    flex: 1;
    margin-top: -56px;
    margin-bottom: -56px;
    box-shadow: 0 5px 4px -3px rgba(0, 0, 0, .25);
    flex-direction: column;
    justify-content: center;
    display: flex
}

.section-about__bottom {
    text-align: center
}

.section-about__strong {
    font-size: 40px;
    line-height: 1.1;
    font-weight: 700
}

.section-about ul.ul-decor {
    font-size: 24px
}

.section-about .ul-decor li:before {
    top: 10px
}

@media(max-width:1300px) {
    .section-about {
        background-position: 60% 100%
    }
}

@media(max-width:1024px) {
    .section-about {
        background-position: 75% 100%;
        min-height: initial;
        background-size: cover;
        margin-top: 0;
        margin-bottom: 0
    }
    .section-about__content {
        margin-left: -35px;
        margin-top: 0;
        margin-bottom: 0
    }
    .section-about .ul-decor {
        margin: 20px 0!important
    }
    .section-about__bottom {
        padding: 0!important
    }
    .section-about__strong {
        font-size: 32px;
        margin-bottom: 30px!important;
        margin-top: 15px!important
    }
}

@media(max-width:800px) {
    .section-about .h3 {
        font-size: 24px
    }
}

@media(max-width:750px) {
    .section-about {
        background-position: 90% 100%
    }
    .section-about>.container {
        padding: 0
    }
    .section-about .h3 {
        color: #fff;
        font-size: 32px
    }
    .section-about__content {
        width: 100%;
        margin: 0;
        background: rgba(0, 0, 0, .55);
        color: #fff
    }
    .section-about .btn-outline-primary {
        background: #e60000;
        color: #fff
    }
}

@media(max-width:600px) {
    .section-about__content {
        padding-left: 15px;
        padding-right: 15px
    }
    .section-about .h3 {
        font-size: 24px
    }
    .section-about__strong {
        font-size: 24px
    }
    .section-about ul.ul-decor {
        font-size: 18px
    }
    .section-about .ul-decor li:before {
        top: 7px
    }
}

@media(max-width:500px) {
    .section-about {
        background-position: 83% 100%
    }
}

body:not(.index) .section-call {
    background: #f2f2f3
}

@media(max-width:600px) {
    .section-call .h2 {
        font-size: 27px
    }
}

.footer {
    padding: 50px 0 30px;
    background: #1b1c20;
    color: #fff
}

.footer a {
    color: #fff;
    font-weight: 300
}

.footer a:hover {
    color: #ff293c
}

.footer-main {
    display: flex
}

.footer-main__block-logo {
    width: 270px
}

.footer-main__block-socials {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 190px;
    max-width: 100%;
    justify-content: center;
}

.footer-main__block-socials a {
    margin-top: 25px;
    font-size: 0;
    text-decoration: none;
    color: #fff;
    margin-right: 10px;
}

.footer-main__block-socials a:hover {
    color: #e60000
}

.footer-main__block-logo img {
    max-width: 100%
}

.footer-main__block-menu {
    padding-left: 40px;
    border-left: solid 1px rgba(255, 255, 255, .1);
    flex: 1;
    justify-content: flex-start;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-main__block-menu ul,
.footer-main__block-menu li {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none
}

.footer-main__block-menu ul {
    margin-top: -8px;
    margin-bottom: -9px
}

.footer-main__block-menu li:not(:last-child) {
    margin-bottom: 12px;
}

.footer-main__block-menu a {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 16px
}

.footer-main__block-menu a:hover {
    text-decoration: none
}

.footer-main__block-contacts {
    flex: 1;
    justify-content: flex-start;
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

.footer-main__block-contacts .contacts__contact {
    font-weight: 300;
}

.footer-main__block-contacts .contacts__info {
    font-weight: 300
}

.footer-main__block-contacts .contacts__item+.contacts__item {
    border-left-color: rgba(255, 255, 255, .1)
}

.footer-bottom {
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.footer-bottom__copyright {
    font-size: 16px;
    font-weight: 300
}

.footer-bottom__interlink {
    position: absolute;
    bottom: 0;
    right: 0
}

.interlink-footer {
    display: inline-flex;
    font-size: 14px;
    text-align: left;
    color: rgba(255, 255, 255, .8);
    font-weight: 300;
    letter-spacing: .5px
}

.interlink-footer__text {
    display: flex;
    flex-direction: column;
    padding-left: 10px
}

.interlink-footer__text a {
    text-decoration: underline
}

@media(max-width:1200px) {
    .footer-main__block-logo {
        width: 235px
    }
    .footer-main__block-contacts .contacts {
        flex-direction: column
    }
    .footer-main__block-contacts .contacts__item:not(:last-child) {
        margin-bottom: 30px
    }
    .footer-main__block-contacts .contacts__item+.contacts__item {
        border-left: none
    }
}

@media(max-width:850px) {
    .footer-main__block-logo {
        width: 150px;
        padding-right: 30px
    }
    .footer-main__block-menu {
        padding-left: 30px
    }
    .footer-bottom {
        justify-content: flex-start
    }
}

@media(max-width:600px) {
    .footer-main__block-menu li:not(: last-child) {
        margin-bottom: 15px
    }
}

@media(max-width:750px) {
    .footer-main {
        flex-direction: column;
        width: 500px;
        max-width: 100%;
        margin: 0 auto;
        text-align: center
    }
    .footer-main__block-logo {
        width: 100%;
        padding-right: 0;
        margin-bottom: 45px
    }
    .footer-main__block-socials {
        flex-direction: row;
        justify-content: center;
        margin: 35px auto 0
    }
    .footer-main__block-socials a {
        margin: 0 15px
    }
    .footer-main__block-menu {
        padding-left: 0;
        border-left: 0;
        margin-bottom: 55px
    }
    .footer-main__block-contacts {
        align-items: center
    }
    .footer-main__block-contacts .mobile-smaller {
        font-size: 21px;
        margin-top: 5px
    }
    .footer-main__block-contacts .contacts__item {
        text-align: center
    }
    .footer-main__block-contacts .contacts__item+.contacts__item {
        padding-left: 0;
        margin-left: 0
    }
    .footer-bottom {
        flex-direction: column;
        margin-top: 40px
    }
    .footer-bottom__copyright {
        margin-bottom: 40px
    }
    .footer-bottom__interlink {
        position: static
    }
}

