@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Fira+Sans:300,400,500,600,700");
@import url("https://use.fontawesome.com/releases/v5.6.3/css/all.css");
body {
    color: #555;
    font-family: "Fira Sans", sans-serif;
    font-weight: 400;
    line-height: 1.7;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
}
a {
    color: inherit;
    text-decoration: underline;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    -webkit-transition-property: border-color, background-color, color, opacity;
    transition-property: border-color, background-color, color, opacity;
}
a:focus,
a:hover {
    color: inherit;
    text-decoration: underline;
    cursor: pointer;
}
a:focus {
    outline: none;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #2e2e2e;
    font-weight: 500;
    line-height: 1.5;
}
.h1:first-child,
.h2:first-child,
.h3:first-child,
.h4:first-child,
.h5:first-child,
.h6:first-child,
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
    margin-top: 0;
}
.h1:last-child,
.h2:last-child,
.h3:last-child,
.h4:last-child,
.h5:last-child,
.h6:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
    margin-bottom: 0;
}
.h1,
h1 {
    font-size: 30px;
}
.h2,
h2 {
    font-size: 24px;
}
.h3,
h3 {
    font-size: 22px;
}
.h4,
h4 {
    font-size: 18px;
}
.h5,
h5 {
    font-size: 16px;
}
.h6,
h6 {
    font-size: 14px;
}
dl,
ol,
p,
ul {
    margin-bottom: 20px;
}
dt {
    margin-bottom: 10px;
}
dd {
    margin-bottom: 10px;
}
b,
strong {
    font-weight: 500;
}
figcaption {
    display: block;
    padding: 6px 8px;
    background-color: #e5e5e5;
    color: #666;
    font-size: 11px;
    font-weight: normal;
    text-align: center;
}
address {
    color: #666;
}
hr {
    box-sizing: border-box;
    margin: 20px 0;
    border-color: #d4d4d4;
}
.t-lead {
    font-size: 1.25em;
}
.t-sublead {
    font-size: 1.125em;
}
.t-rear {
    font-size: 0.875em;
}
.t-primary {
    color: #006cb5 !important;
}
a.t-primary:focus,
a.t-primary:hover {
    color: #10314c !important;
}
.t-muted {
    color: #c5c5c5 !important;
}
a.t-muted:focus,
a.t-muted:hover {
    color: #606164 !important;
}
.t-info {
    color: #2e2e2e !important;
}
a.t-info:focus,
a.t-info:hover {
    color: #000 !important;
}
.t-success {
    color: #259a2d !important;
}
a.t-success:focus,
a.t-success:hover {
    color: #28702d !important;
}
.t-warning {
    color: #d0a42d !important;
}
a.t-warning:focus,
a.t-warning:hover {
    color: #b4943d !important;
}
.t-danger {
    color: #e53e3e !important;
}
a.t-danger:focus,
a.t-danger:hover {
    color: #c52222 !important;
}
.t-mark {
    padding-left: 3.2em;
}
.t-mark:before {
    float: left;
    width: 1.86em;
    height: 0.57em;
    margin-top: 0.57em;
    margin-left: -3.1em;
    background: url("../img/ico-badge.png") no-repeat 50% 50%;
    background-size: 100% auto;
    content: "";
}
.c-list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 20px;
    padding-left: 3.2em;
}
.c-list li {
    margin-bottom: 5px;
}
.c-list li:before {
    float: left;
    width: 1.86em;
    height: 0.57em;
    margin-top: 0.57em;
    margin-left: -2.7em;
    background: url("../img/ico-badge.png") no-repeat 50% 50%;
    background-size: 100% auto;
    content: "";
}
@media (max-width: 575px) {
    .h-hidden-sm {
        display: none;
    }
}
@media (max-width: 767px) {
    .h-hidden-md {
        display: none;
    }
}
@media (max-width: 991px) {
    .h-hidden-lg {
        display: none;
    }
}
@media (max-width: 1199px) {
    .h-hidden-xl {
        display: none;
    }
}
@media (min-width: 576px) {
    .h-visible-sm {
        display: none;
    }
}
@media (min-width: 768px) {
    .h-visible-md {
        display: none;
    }
}
@media (min-width: 992px) {
    .h-visible-lg {
        display: none;
    }
}
@media (min-width: 1200px) {
    .h-visible-xl {
        display: none;
    }
}
.c-ico {
    display: inline-block;
    vertical-align: middle;
    font-family: "icons" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-align: center;
    text-transform: none;
    text-decoration: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.c-ico:focus,
.c-ico:hover {
    text-decoration: none;
}
.c-close {
    position: relative;
    width: 40px;
    height: 40px;
    border: 0;
    background: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    color: inherit;
    font-size: 0;
    font-weight: normal;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    opacity: 0.8;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    -webkit-transition-property: background-color, color, opacity;
    transition-property: background-color, color, opacity;
}
.c-close:after,
.c-close:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    height: 0;
    margin: -1px 0 0 -25%;
    border-top: 2px solid;
    content: "";
}
.c-close:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.c-close:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.c-close:focus,
.c-close:hover {
    opacity: 1;
}
.c-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 40px;
    padding: 0 40px 0 15px;
    overflow: hidden;
    border: 0;
    border-radius: 4px;
    background-color: transparent;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    -webkit-transition-property: border-color, background-color, color, opacity;
    transition-property: border-color, background-color, color, opacity;
}
.c-btn.focus,
.c-btn:focus,
.c-btn:hover {
    outline: 0;
    text-decoration: none;
}
.c-btn.disabled,
.c-btn:disabled,
.c-btn[disabled] {
    opacity: 0.5;
    pointer-events: none;
}
.c-btn .c-ico {
    margin: -0.125em 0.485em 0 -4px;
    font-size: 1.375em;
}
.c-btn .c-spin {
    margin: -3px -24px 0 8px;
}
.c-btn:before {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 0.6em;
    height: 0.6em;
    margin-top: -0.3em;
    border: 2px solid;
    border-width: 2px 2px 0 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}
.c-btn--block {
    display: block;
    width: 100%;
}
.c-btn--block + .c-btn--block {
    margin-top: 5px;
}
.c-btn--xs {
    height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 30px;
}
.c-btn--sm {
    height: 36px;
    padding-left: 12px;
    padding-right: 12px;
    line-height: 36px;
}
.c-btn--lg {
    height: 46px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 46px;
}
.c-btn--primary {
    background-color: #2273a3;
    box-shadow: 0 0 0 1px white;
    color: #fff;
}
.c-btn--primary.active,
.c-btn--primary:active,
.c-btn--primary:focus,
.c-btn--primary:hover {
    background-color: #05537c;
    color: #fff;
}
.c-btn--link {
    padding-left: 0;
    padding-right: 25px;
    color: #05537c;
    font-weight: 500;
}
.c-btn--link:before {
    right: 10px;
    margin-top: -0.35em;
}
.c-btn--prev {
    margin-right: auto;
}
.c-btn--next {
    margin-left: auto;
}
.c-btn-line {
    margin-left: -3px;
    margin-right: -3px;
}
.c-btn-line .c-btn {
    margin-left: 3px;
    margin-right: 3px;
}
.c-btn-group {
    display: flex;
    flex-wrap: wrap;
    margin: -8px;
}
.c-btn-group .c-btn {
    margin: 8px;
}
.c-btn-group--justified .c-btn {
    flex: 1;
}
.c-img {
    display: block;
    margin: 0 0 20px;
    overflow: hidden;
    font-size: 0;
    text-align: center;
}
.c-img img {
    vertical-align: middle;
    max-width: 100%;
}
.c-img a {
    text-decoration: none;
}
.c-nav {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}
.c-nav__link {
    display: block;
}
.c-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    line-height: 30px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.c-breadcrumb > li,
.c-breadcrumb__item {
    position: relative;
    padding-right: 30px;
}
.c-breadcrumb > li:before,
.c-breadcrumb__item:before {
    position: absolute;
    top: 50%;
    right: 14px;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border: 1px solid;
    border-width: 1px 1px 0 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}
.c-breadcrumb > li.active,
.c-breadcrumb > li.is-active,
.c-breadcrumb__item.active,
.c-breadcrumb__item.is-active {
    padding-right: 0;
    opacity: 0.75;
}
.c-breadcrumb > li.active:before,
.c-breadcrumb > li.is-active:before,
.c-breadcrumb__item.active:before,
.c-breadcrumb__item.is-active:before {
    display: none;
}
.c-breadcrumb > li > a,
.c-breadcrumb__link {
    display: inline-block;
}
.c-pager {
    display: flex;
    margin: 0 0 15px;
    font-size: 14px;
}
@media (min-width: 768px) {
    .c-pager {
        margin-right: auto;
    }
}
.c-pager__link {
    display: block;
    width: 32px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
}
.c-pager__link:focus,
.c-pager__link:hover {
    background-color: #f4f2f1;
    color: inherit;
    text-decoration: none;
}
.c-pager__link.is-active {
    color: #0073ac;
    font-weight: 700;
}
.c-pager__link.is-disabled,
.c-pager__link.is-disabled:focus,
.c-pager__link.is-disabled:hover {
    background-color: transparent;
    color: inherit;
    opacity: 0.25;
    cursor: default;
}
.c-pager__link--next,
.c-pager__link--prev {
    position: relative;
    width: auto;
    padding: 0 8px;
}
.c-pager__link--next:before,
.c-pager__link--prev:before {
    position: absolute;
    top: 50%;
    width: 0.6em;
    height: 0.6em;
    margin-top: -0.275em;
    border: 2px solid;
    border-width: 2px 2px 0 0;
    font-size: 0.857em;
    content: "";
}
.c-pager__link--prev {
    padding-left: 22px;
}
.c-pager__link--prev:before {
    left: 10px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.c-pager__link--next {
    padding-right: 22px;
}
.c-pager__link--next:before {
    right: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.c-check {
    position: relative;
    display: block;
    padding-left: 34px;
}
.c-check__input {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    margin: 0 !important;
    padding: 0;
    border: 0;
    width: 100% !important;
    height: 100% !important;
    opacity: 0 !important;
    cursor: pointer;
}
.c-check__label {
    display: flex;
    align-items: center;
    min-height: 24px;
}
.c-check__label:before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    border: 1px solid #c5c5c5;
    border-radius: 3px;
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    line-height: 22px;
    text-align: center;
    text-indent: 1px;
    -webkit-transition: border-color 0.35s ease, color 0.35s ease;
    transition: border-color 0.35s ease, color 0.35s ease;
    white-space: nowrap;
    content: "";
}
.c-check__input:hover + .c-check__label:before {
    border-color: #333;
}
.c-check__input:checked + .c-check__label:before {
    border-color: #0073ac;
    color: #0073ac;
    content: "ļ€";
}
.c-check__input[disabled] + .c-check__label:before {
    border-color: #ddd;
    opacity: 0.5;
}
.c-article {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}
.c-article__img {
    display: block;
    margin: 0 0 20px;
    overflow: hidden;
    border-radius: 8px;
}
.c-article__img img {
    max-width: 100%;
}
.c-article__btn {
    display: block;
    margin: 20px 0 0;
}
.c-article__btn .c-btn {
    font-size: 0.875em;
    text-transform: uppercase;
}
.c-qlinks {
    padding: 30px;
    border-radius: 300px;
    background-color: #f2f2f2;
    text-align: center;
}
@media (max-width: 767px) {
    .c-qlinks {
        margin-right: -15px;
        margin-left: -15px;
        padding: 25px 15px;
        border-radius: 10px;
    }
}
.c-qlinks__title {
    display: block;
    margin: 0 0 30px;
    color: #05537c;
    font-size: 30px;
    font-weight: 500;
}
.c-qlinks__links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.c-qlinks__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 134px;
    height: 134px;
    margin: 15px;
    border: 3px solid;
    border-radius: 50%;
    background-color: #2273a3;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}
.c-qlinks__link:focus,
.c-qlinks__link:hover {
    background-color: #05537c;
    color: #fff;
    text-decoration: none;
}
@media (max-width: 767px) {
    .c-qlinks__link {
        margin: 5px;
    }
}
.c-filter {
    margin: 0 0 40px;
}
.c-filter__selected {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: -2px 0 10px;
}
.c-filter__selected-item {
    position: relative;
    display: inline-block;
    height: 28px;
    padding: 0 22px 0 8px;
    font-size: 0.875em;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    -webkit-transition-property: border-color, background-color, color, opacity;
    transition-property: border-color, background-color, color, opacity;
}
.c-filter__selected-item:last-child {
    margin-right: 0;
}
.c-filter__selected-item:before {
    position: absolute;
    top: 50%;
    right: 8px;
    width: 10px;
    margin-top: -0.5em;
    font-size: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    line-height: 1;
    opacity: 0.7;
    content: "ļ€¨";
}
.c-filter__selected-item:active,
.c-filter__selected-item:focus,
.c-filter__selected-item:hover {
    background-color: #f2f2f2;
}
.c-filter__selected-item:active:before,
.c-filter__selected-item:focus:before,
.c-filter__selected-item:hover:before {
    color: #2273a3;
}
.c-filter__selected-group {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 2px 6px 2px 0;
    overflow: hidden;
    border: 1px solid #e4e4e4;
    border-radius: 16px;
    background-color: #fff;
}
.c-filter__selected-item--remove {
    width: 30px;
    padding: 0;
    font-size: 0;
}
.c-filter__selected-item--remove:before {
    right: 50%;
    margin-right: -0.6em;
}
.c-filter__selected-clear {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 30px;
    margin: 2px 6px 2px 0;
    overflow: hidden;
    border: 1px solid #e4e4e4;
    border-radius: 16px;
    background-color: #fff;
    font-size: 0;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    -webkit-transition-property: border-color, background-color, color, opacity;
    transition-property: border-color, background-color, color, opacity;
}
.c-filter__selected-clear:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 11px;
    margin-top: -0.5em;
    margin-left: -0.5em;
    font-size: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    line-height: 1;
    opacity: 0.7;
    content: "ļ€¨";
}
.c-filter__selected-clear:active,
.c-filter__selected-clear:focus,
.c-filter__selected-clear:hover {
    background-color: #f2f2f2;
    color: #2273a3;
}
.c-filter__tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin: 0;
}
.c-filter__tabs-item {
    position: relative;
    height: 36px;
    margin: 0 5px 3px 0;
    padding: 0 28px 0 18px;
    border: 0;
    border-radius: 18px;
    background-color: #f2f2f2;
    color: #0073ac;
    font-weight: 400;
    line-height: 36px;
    cursor: pointer;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    -webkit-transition-property: border-color, background-color, color, opacity;
    transition-property: border-color, background-color, color, opacity;
}
.c-filter__tabs-item:before {
    position: absolute;
    top: 50%;
    right: 12px;
    width: 0.6em;
    height: 0.6em;
    margin-top: -0.4em;
    border: 2px solid;
    border-width: 2px 2px 0 0;
    font-size: 0.857em;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    content: "";
}
.c-filter__tabs-item:focus,
.c-filter__tabs-item:hover {
    background-color: #05537c;
    color: #fff;
    outline: none;
}
.c-filter__tabs-item:not(.collapsed) {
    height: 38px;
    margin-top: 2px;
    margin-bottom: -2px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #f2f2f2;
    color: inherit;
    line-height: 38px;
}
.c-filter__tabs-item:not(.collapsed):before {
    margin-top: -0.15em;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.c-filter__content {
    width: 100%;
    margin: 0;
    border: 0;
    border-radius: 0;
    background-color: #fff;
}
.c-filter__body {
    display: none;
    height: auto !important;
    padding: 20px;
    border: 10px solid #f2f2f2;
}
.c-filter__body.show {
    display: block;
}
.c-filter__title {
    display: block;
    margin: 15px 0;
    font-size: 16px;
    font-weight: bold;
}
.c-filter__title:first-child {
    margin-top: 0;
}
.c-filter__header {
    display: flex;
    align-items: center;
}
.c-filter__header .c-filter__title {
    margin-right: 20px;
    margin-bottom: 0;
}
.c-filter__values {
    display: flex;
    align-items: center;
}
.c-filter__values .form-control {
    height: 32px;
    width: 100px;
}
.c-filter__values .form-divider {
    width: 40px;
    text-align: center;
}
.c-filter__list {
    display: flex;
    flex-wrap: wrap;
    margin: -8px 0 0;
    font-size: 0.875em;
}
.c-filter__list .c-check {
    width: 200px;
    margin: 10px 10px 0 0;
}
.c-filter__slider {
    margin-bottom: 20px;
}
.c-filter .ui-slider {
    margin-top: 45px;
    margin-bottom: 30px;
    font-size: 0.875em;
}
.c-filter__apply {
    display: block;
    margin: 20px 0 0;
    text-align: center;
}
.c-sorting-toggler {
    position: relative;
    min-width: 40px;
    height: 36px;
    margin: 0 0 3px;
    padding: 0;
    border: 0;
    border-radius: 18px;
    background-color: #2273a3;
    color: #fff;
    font-size: 16px;
    line-height: 36px;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    -webkit-transition-property: border-color, background-color, color, opacity;
    transition-property: border-color, background-color, color, opacity;
}
.c-sorting-toggler:focus,
.c-sorting-toggler:hover {
    background-color: #05537c;
    color: #fff;
    outline: none;
}
.c-sorting-toggler:not(.collapsed) {
    background-color: #f2f2f2;
    color: inherit;
}
.c-sorting-toggler .fa,
.c-sorting-toggler .ico {
    margin: 0;
}
.c-sorting {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: -10px 0 25px;
    text-align: center;
}
.c-sorting:not(.open) {
    display: none;
}
.c-sorting__group {
    position: relative;
    display: inline-block;
    margin: 0 7px 15px;
}
.c-sorting__label {
    margin-bottom: 3px;
    font-size: 12px;
}
.c-sorting .form-control {
    min-width: 80px;
    height: 30px;
    font-size: 12px;
}
.c-sorting__btn {
    display: flex;
}
.c-sorting__btn-item {
    position: relative;
    display: block;
    width: 38px;
    height: 30px;
    margin: 0;
    padding: 0;
    color: inherit;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}
.c-sorting__btn-item input {
    position: absolute;
    opacity: 0;
}
.c-sorting__btn-item .fa {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    background-color: #f2f2f2;
    color: #0073ac;
    line-height: inherit;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    -webkit-transition-property: border-color, background-color, color, opacity;
    transition-property: border-color, background-color, color, opacity;
}
.c-sorting__btn-item:first-child .fa {
    padding-left: 3px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
.c-sorting__btn-item:last-child .fa {
    padding-right: 3px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.c-sorting__btn-item:hover .fa {
    background-color: #05537c;
    color: #fff;
}
.c-sorting__btn-item input:checked + .fa {
    background-color: #05537c;
    color: #fff;
}
@media (min-width: 768px) {
    .c-sorting {
        text-align: left;
    }
    .c-sorting__label {
        position: absolute;
        right: 0;
        bottom: 100%;
        left: 0;
        white-space: nowrap;
    }
}
.c-vehicle-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.c-vehicle-list__item {
    flex: 0 0 100%;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d4d4d4;
}
@media (min-width: 576px) {
    .c-vehicle-list__item {
        flex: 0 0 50%;
    }
}
.c-vehicle {
    display: flex;
    flex-direction: column;
    max-width: 300px;
    margin: 0 auto;
}
a.c-vehicle {
    text-decoration: none;
}
a.c-vehicle:focus,
a.c-vehicle:hover {
    text-decoration: none;
}
.c-vehicle__img {
    height: 200px;
    margin: 0;
    overflow: hidden;
    font-size: 0;
    line-height: 200px;
    text-align: center;
}
.c-vehicle__img img {
    max-width: 100%;
    max-height: 100%;
}
.c-vehicle__label {
    display: block;
    margin: 0 0 25px;
    color: #006cb5;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}
.c-vehicle__title {
    display: block;
    margin: 0 0 5px;
    color: #2e2e2e;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    text-transform: uppercase;
}
.c-vehicle__price {
    display: block;
    margin: 0;
    color: #2e2e2e;
    font-size: 16px;
    font-weight: 500;
}
.c-vehicle__price-value {
    color: #006cb5;
}
body,
html {
    height: 100%;
}
.l-wrapper {
    display: flex;
    flex-direction: column;
    position: relative;
    min-height: 100%;
}
@media (min-width: 768px) {
    .page-landing .l-wrapper {
        height: 100%;
    }
}
.l-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
    padding: 0;
    list-style: none;
}
[class*="l-col"] {
    box-sizing: border-box;
    flex-basis: 100%;
    flex-grow: 1;
    padding: 0 8px;
    width: 100%;
}
.l-col--1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.l-col--2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.l-col--3 {
    flex: 0 0 25%;
    max-width: 25%;
}
.l-col--4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.l-col--5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.l-col--6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.l-col--7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.l-col--8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.l-col--9 {
    flex: 0 0 75%;
    max-width: 75%;
}
.l-col--10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.l-col--11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.l-col--12 {
    flex: 0 0 100%;
    max-width: 100%;
}
@media (min-width: 576px) {
    .l-col--sm-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .l-col--sm-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .l-col--sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .l-col--sm-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .l-col--sm-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .l-col--sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .l-col--sm-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .l-col--sm-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .l-col--sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .l-col--sm-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .l-col--sm-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .l-col--sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (min-width: 768px) {
    .l-col--md-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .l-col--md-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .l-col--md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .l-col--md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .l-col--md-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .l-col--md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .l-col--md-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .l-col--md-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .l-col--md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .l-col--md-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .l-col--md-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .l-col--md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (min-width: 992px) {
    .l-col--lg-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .l-col--lg-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .l-col--lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .l-col--lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .l-col--lg-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .l-col--lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .l-col--lg-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .l-col--lg-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .l-col--lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .l-col--lg-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .l-col--lg-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .l-col--lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (min-width: 1200px) {
    .l-col--xl-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .l-col--xl-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .l-col--xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .l-col--xl-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .l-col--xl-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .l-col--xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .l-col--xl-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .l-col--xl-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .l-col--xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .l-col--xl-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .l-col--xl-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .l-col--xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.c-navbar {
    position: relative;
    z-index: 3;
    height: 62px;
    margin: 0;
    border: 0;
    border-radius: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.c-navbar__header {
    height: 100%;
    padding: 12px 0;
}
.c-navbar__header .l-container {
    display: flex;
    align-items: center;
    height: 100%;
}
@media (max-width: 767px) {
    .c-navbar--open .c-navbar__header:before {
        position: fixed;
        z-index: 1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.75);
        content: "";
    }
}
.c-navbar__brand {
    display: block;
    width: 145px;
    padding: 0;
    line-height: 1;
}
@media (min-width: 768px) {
    .c-navbar__brand {
        width: 195px;
    }
}
.c-navbar__brand img {
    vertical-align: top;
    width: 100%;
    max-height: 100%;
}
.c-navbar__side {
    display: flex;
    margin-left: auto;
}
.c-navbar__banner {
    align-self: flex-end;
    width: 150px;
    height: 38px;
    margin-bottom: 4px;
    margin-left: 10px;
    line-height: 38px;
}
@media (min-width: 768px) {
    .c-navbar__banner {
        width: 175px;
        height: 44px;
        line-height: 44px;
    }
}
@media (min-width: 992px) {
    .c-navbar__banner {
        margin-left: 30px;
    }
}
@media (max-width: 575px) {
    .c-navbar__banner {
        width: 125px;
    }
}
.c-navbar__banner img {
    vertical-align: bottom;
    width: 100%;
    max-height: 100%;
}
.c-navbar__banner .c-banner__img--sm {
    vertical-align: middle;
}
@media (min-width: 576px) {
    .c-navbar__banner .c-banner__img--sm {
        display: none;
    }
}
@media (max-width: 575px) {
    .c-navbar__banner .c-banner__img--lg {
        display: none;
    }
}
.c-navbar__toggler {
    order: -1;
    position: relative;
    height: 40px;
    width: 40px;
    margin-right: 10px;
    margin-left: -8px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: none;
    color: inherit;
    font-size: 0;
}
.c-navbar--open .c-navbar__toggler {
    position: fixed;
    z-index: 1001;
    top: 10px;
    left: 80%;
    margin-left: 10px;
    margin-right: 0;
    color: #fff;
}
@media (min-width: 768px) {
    .c-navbar__toggler {
        display: none;
    }
}
.c-navbar__toggler-text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60%;
    height: 2px;
    margin: -1px 0 0 -30%;
    background-color: currentColor;
}
.c-navbar__toggler-text:after,
.c-navbar__toggler-text:before {
    position: absolute;
    right: 0;
    left: 0;
    height: inherit;
    border-radius: inherit;
    background-color: currentColor;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    -webkit-transition-property: transform, top;
    transition-property: transform, top;
    content: "";
}
.c-navbar__toggler-text:before {
    top: -7px;
}
.c-navbar__toggler-text:after {
    top: 7px;
}
.c-navbar--open .c-navbar__toggler-text {
    background-color: transparent;
}
.c-navbar--open .c-navbar__toggler-text:after,
.c-navbar--open .c-navbar__toggler-text:before {
    top: 0;
}
.c-navbar--open .c-navbar__toggler-text:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.c-navbar--open .c-navbar__toggler-text:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.c-navsub {
    position: relative;
    z-index: 3;
    height: 56px;
    margin: 0;
    border: 0;
    border-radius: 0;
    background-color: #006cb5;
    color: #fff;
}
.c-navsub .l-container {
    height: 100%;
}
@media (max-width: 767px) {
    .c-navsub {
        position: fixed;
        z-index: 1001;
        top: 0;
        left: 0;
        width: 80%;
        height: 100%;
        padding: 15px 0;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: all 0.35s ease;
        transition: all 0.35s ease;
        -webkit-transition-property: transform;
        transition-property: transform;
    }
    .c-navbar--open + .c-navsub {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
.c-navsub__nav {
    height: 100%;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    margin-right: -15px;
    margin-left: -15px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    font-size: 16px;
    text-transform: uppercase;
}
.c-navsub__nav .c-nav__link {
    height: 30px;
    padding: 0 15px;
    border-radius: 15px;
    line-height: 31px;
    text-decoration: none;
    white-space: nowrap;
}
.c-navsub__nav .c-nav__link:focus,
.c-navsub__nav .c-nav__link:hover {
    background-color: rgba(255, 255, 255, 0.25);
}
.c-navsub__nav .c-nav__link.is-active {
    background-color: #fff;
    color: #006cb5;
    cursor: default;
    text-decoration: none;
}
@media (max-width: 767px) {
    .c-navsub__nav {
        height: auto;
        flex-direction: column;
        flex-wrap: wrap;
        margin: -10px 0;
        overflow: visible;
    }
    .c-navsub__nav .c-nav__item {
        margin: 10px 0;
    }
}
.c-footer {
    width: 100%;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    font-size: 0.75em;
}
.c-footer__body {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #006cb5;
    color: #fff;
}
.c-footer__body .l-container {
    max-width: 670px;
    margin: 0 auto;
}
.page-landing .c-footer__body {
    display: none;
}
.c-footer__body-text {
    margin: 0;
}
.c-footer__body-text:not(:first-child) {
    margin-top: 20px;
}
.c-footer__body-text:not(:last-child) {
    margin-bottom: 20px;
}
.c-footer__copy {
    padding: 11px 0;
    text-align: center;
}
.c-footer__copy .l-container {
    display: flex;
    flex-wrap: wrap;
}
.c-footer__copy-text {
    flex: 1;
    margin: 0;
}
.c-footer__copy-side {
    width: 11em;
    margin: 0 0 0 -11em;
}
@media (max-width: 575px) {
    .c-footer__copy-side {
        width: 100%;
        margin-top: 1em;
        margin-left: 0;
    }
}
.c-modera {
    text-decoration: none;
}
a.c-modera {
    opacity: 0.8;
}
a.c-modera:focus,
a.c-modera:hover {
    text-decoration: none;
    opacity: 1;
}
.c-modera__text {
    margin-right: 5px;
}
.c-modera__img {
    vertical-align: baseline;
    height: 1em;
}
.c-section {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 0.875em;
}
.c-section .l-container {
    max-width: 670px;
}
.c-section__pretitle {
    display: block;
    margin: 0 0 20px;
    font-size: 14px;
    color: #006cb5;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
}
.c-section__title {
    display: block;
    margin: 0 0 30px;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
}
.o-cookies {
    display: block;
    margin: 0;
    padding: 12px 0;
    border: 0;
    border-radius: 0;
    background-color: #333;
    color: #fff;
    font-size: 12px;
}
.o-cookies .c-btn {
    height: 30px;
    padding-left: 10px;
    padding-right: 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 30px;
    font-size: inherit;
}
.o-cookies .c-btn:before {
    right: 14px;
    width: 8px;
    height: 8px;
    font-size: 10px;
}
@media (min-width: 576px) {
    .o-cookies__container {
        display: flex;
        align-items: flex-end;
    }
}
.o-cookies__text {
    margin-right: 28px;
}
@media (min-width: 576px) {
    .o-cookies__text {
        flex: 1;
    }
}
@media (min-width: 992px) {
    .o-cookies__text {
        margin-right: 10px;
    }
}
.o-cookies__text .c-btn--link {
    display: block;
    padding-left: 0;
    color: inherit;
    text-decoration: underline;
    text-transform: none;
}
@media (min-width: 576px) {
    .o-cookies__text .c-btn--link {
        display: inline-block;
        vertical-align: baseline;
        margin-left: 10px;
    }
}
.o-cookies__text .c-btn--link:focus,
.o-cookies__text .c-btn--link:hover {
    color: inherit;
    text-decoration: none;
}
.o-cookies__button {
    margin-top: -30px;
    text-align: right;
}
@media (min-width: 576px) {
    .o-cookies__button {
        margin-top: 0;
        margin-right: 40px;
    }
}
@media (min-width: 1200px) {
    .o-cookies__button {
        margin-right: 0;
    }
}
.o-cookies__close {
    position: absolute;
    z-index: 1;
    top: 7px;
    right: 4px;
    width: 40px;
    height: 40px;
    margin: 0;
    border: 0;
    background-color: transparent;
    color: inherit;
    font-size: 0;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    filter: none;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s ease;
    transition: opacity 0.35s ease;
}
@media (min-width: 576px) {
    .o-cookies__close {
        right: 12px;
    }
}
.o-cookies__close:before {
    font-size: 12px;
    font-family: "Font Awesome 5 Free";
    content: "ļ€¨";
}
.o-cookies__close:focus,
.o-cookies__close:hover {
    opacity: 1;
}
.c-carousel {
    display: flex;
    flex-direction: column;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
}
.c-carousel__container {
    height: 100%;
}
.c-carousel__slides {
    display: flex;
    flex-direction: row;
    height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.35s ease;
    transition: transform 0.35s ease;
}
.c-carousel__slides--swiping {
    -webkit-transition-timing-function: step-start;
    transition-timing-function: step-start;
}
.c-carousel__slide {
    flex: 1;
    flex-shrink: 0;
    height: 100%;
}
.c-carousel__slide .c-img {
    margin: 0;
}
.c-carousel__control {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 80px;
    border: 0;
    font-size: 0;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
}
.c-carousel__control:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px;
    border: 4px solid;
    border-bottom-width: 0;
    border-left-width: 0;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    -webkit-transition-property: margin-left;
    transition-property: margin-left;
    content: "";
}
.c-carousel__control--prev {
    left: 0;
}
.c-carousel__control--prev:before {
    margin-left: -10px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.c-carousel__control--prev:hover:before {
    margin-left: -16px;
}
.c-carousel__control--next {
    right: 0;
}
.c-carousel__control--next:before {
    margin-left: -22px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.c-carousel__control--next:hover:before {
    margin-left: -16px;
}
.c-carousel__control--disabled {
    opacity: 0.1;
    cursor: default;
}
@-webkit-keyframes bounce {
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: 100% 0;
    }
    to {
        background-position: 0 0;
    }
}
@keyframes bounce {
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: 100% 0;
    }
    to {
        background-position: 0 0;
    }
}
.c-carousel--home {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    color: #fff;
}
@media (min-width: 768px) {
    .c-carousel--home {
        flex: 1;
    }
}
.c-carousel--home .c-carousel__inner {
    position: relative;
    height: 300px;
}
@media (min-width: 768px) {
    .c-carousel--home .c-carousel__inner {
        display: flex;
        flex: 1;
    }
}
.c-carousel--home .c-carousel__item {
    width: 100%;
    height: 100%;
    background: no-repeat 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-animation: bounce 10s ease infinite;
    animation: bounce 10s ease infinite;
}
@media (min-width: 992px) {
    .c-carousel--home .c-carousel__item {
        -webkit-animation: none;
        animation: none;
    }
}
.c-carousel--home .c-carousel__item--img {
}
@media (min-width: 768px) {
    .c-carousel--home .c-carousel__item--img {
        height: auto;
    }
}
.c-carousel--home .c-carousel__item--img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    font-family: "object-fit: contain;";
}
@media (max-width: 767px) {
    .c-carousel--home .c-carousel__control {
        bottom: auto;
        height: 300px;
    }
}
.c-carousel--home .c-carousel__content {
    padding: 30px 0;
    background-color: #fff;
    color: #000;
}
.c-carousel--home .c-carousel__pager {
    position: static;
    flex-wrap: wrap;
    margin: 0;
    text-align: center;
}
@media (min-width: 576px) {
    .c-carousel--home .c-carousel__pager {
        align-items: center;
    }
}
@media (min-width: 768px) {
    .c-carousel--home .c-carousel__pager {
        flex-wrap: nowrap;
    }
}
.c-carousel--home .c-carousel__page {
    position: relative;
    display: block;
    width: 50%;
    height: auto;
    margin: 0;
    padding: 15px 20px;
    background-color: transparent;
    text-indent: 0;
}
@media (min-width: 576px) {
    .c-carousel--home .c-carousel__page {
        width: 33.3333%;
    }
}
@media (min-width: 768px) {
    .c-carousel--home .c-carousel__page {
        width: auto;
    }
}
@media (min-width: 992px) {
    .c-carousel--home .c-carousel__page {
        margin-right: 10px;
        margin-left: 10px;
    }
}
.c-carousel--home .c-carousel__page:after,
.c-carousel--home .c-carousel__page:before {
    display: none;
}
.c-carousel--home .c-carousel__page .c-img {
    display: block;
    height: 60px;
    line-height: 60px;
}
@media (min-width: 576px) {
    .c-carousel--home .c-carousel__page .c-img {
        height: 80px;
        line-height: 80px;
    }
}
@media (min-width: 768px) {
    .c-carousel--home .c-carousel__page .c-img {
        opacity: 0.5;
        filter: grayscale(100%);
    }
}
.c-carousel--home .c-carousel__page .c-img img {
    max-height: 100%;
}
.c-carousel--home .c-carousel__page .c-title {
    display: block;
    margin-top: 15px;
    color: #717171;
    font-size: 0.875em;
    font-weight: 400;
    text-decoration: underline;
}
@media (min-width: 768px) {
    .c-carousel--home .c-carousel__page .c-title {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        margin-top: 0;
        opacity: 0;
        -webkit-transition: all 0.35s ease;
        transition: all 0.35s ease;
        -webkit-transition-property: opacity;
        transition-property: opacity;
    }
}
@media (min-width: 768px) {
    .c-carousel--home .c-carousel__page.active .c-title,
    .c-carousel--home .c-carousel__page:hover .c-title {
        opacity: 1;
    }
    .c-carousel--home .c-carousel__page.active .c-img,
    .c-carousel--home .c-carousel__page:hover .c-img {
        opacity: 1;
        filter: grayscale(0);
    }
}
.c-branches {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 30px 0 -30px;
    text-align: center;
}
.c-branches__item {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 20px 10px;
}
@media (min-width: 576px) {
    .c-branches__item {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
}
@media (min-width: 768px) {
    .c-branches__item {
        flex: 1;
        max-width: 100%;
    }
}
.c-branch {
    font-size: 0.75em;
}
.c-branch__title {
    display: block;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
}
.c-branch__descr {
    display: block;
    margin: 0;
}
.c-branch__info {
    display: block;
    margin: 0;
}
.c-branch__info-item {
    margin: 0 5px;
}
