.wrapper-landing {
    max-width: 1660px;
    width: 100%;
    margin:  0 auto;
}

.footer-map {
    height: 440px;
    position: relative;
}

#footer-overlay {
    background-color: #f1f1f1;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.border-boxed,
.border-boxed .row>[class*="col-"],
.slider-header .row>[class*="col-"] {
    box-sizing: border-box;
    font-family: 'Manrope', Serif;
}

#footer-overlay .row>[class*="col-"] {
    min-width: 0;
    box-sizing: border-box;
}

#footer-overlay .nav-item a {
    color: #757575;
}

#footer-overlay .nav-item a {
    color: #757575;
    font-size: 18px;
}

#footer-overlay .nav-item.is-active a {
    text-decoration: underline;
    color: #164194;
}

.social-ico {
    background-color: #164194;
    width: 30px;
    height: 30px;
    border-radius: 20px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 29px;
    margin: 0 11px;
}

.social-ico-link:hover .social-ico {
    background-color: #43609b;
}

.logo-footer-wrapper {
    margin-right: 25px;
}

.logo-footer {
    width: 68px;
    height: 32px;
}

.slogan {
    font-size: 43px;
    color: #0f2653;
    line-height: 1.2;
    font-weight: bold;
    font-family: 'Manrope';
}

.slider-header .phone-link {
    color: #282828;
    font-size: 26px;
    font-weight: bold;
}

.slider-header .btn-contact-us {
    background-color: var(--primary);
    border: 1px solid var(--primary);
    color: #fff;
    padding: 0 20px;
    border-radius: 22px;
    line-height: 40px;
}

.blue-hr {
    width: 100%;
    border-bottom: 1px solid var(--primary);
}

section * {
    box-sizing: border-box;
}

.lh-base {
    line-height: 1.8;
}

a.black-link {
    color: #282828;
}

.form-select, .datatable-selector {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%231d2630' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    display: block;
    width: 100%;
    padding: 0.8rem 2rem 0.8rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #5b6b79;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #ffffff;
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #dbe0e5;
    border-radius: 8px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-select:focus {
     border-color: #282828;
     outline: 0;
}

.fog::after {
    content: '';
    width: 100%;
    background: #fff;
    bottom: 0;
    left: 0;
    position: absolute;
    box-shadow: 0 0 40px 40px #fff;
}

.read_more_block {
    text-decoration: underline;
}

.btn-rounded {
    padding: 0 15px;
    height: 46px;
    line-height: 46px;
    border-radius: 25px;
}

.btn-rounded-sm {
    border-radius: 20px;
}

.top-products h2 {
    font-size: 48px;
}

.top-products-catalog {
    color: var(--primary) !important;
    font-size: 18px;
    font-weight: bold;
}

.top-products-catalog:hover {
    text-decoration: underline;
}

.top-products .cars > * {
    box-sizing: border-box;
}

#allrecords .top-products a {
    color: initial;
    -webkit-font-smoothing: auto;
}

#allrecords .top-products a.black-link:hover {
    text-decoration: underline;
}

#allrecords .top-products a.btn-primary,
#allrecords .top-products a.btn-outline-secondary:hover {
    color: #fff;
}

.icms-widget__compact {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.feedbacks-home {
    margin: 50px auto;
}

.feedbacks-home .header {
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 30px;
}

.show-all-cars,
.show-more-feedbacks {
    padding: 22px 50px 22px 50px;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #f3f0f0;
    border-radius: 10px;
    color: #282828 !important;
}

.show-more-feedbacks {
    padding: 22px 100px 22px 50px;
    background: url(../images/arrow-reload.png) 90% 50% no-repeat;
}

.show-more-feedbacks:hover,
.show-all-cars:hover {
    background-color: #009fe3;
    color: #fff !important;
}

.yt-feedback {
    margin-bottom: 30px;
    width: 325px;
}

.yt-feedback.hidden {
    display: none;
}

.yt-feedback_bg-image {
    width: 325px;
    height: 215px;
    background-size: contain;
    display: flex;
    align-items: flex-end;
    margin: 0 auto;
    border-radius: 25px;
    position: relative;
}

.yt-feedback_bg-image:after {
    content: ' ';
    display: block;
    width: 42px;
    height: 42px;
    position: absolute;
    top: calc(50% - 21px);
    left:calc(50% - 21px);
    background: url(../images/play-blue.png) 0 0 no-repeat;
}

.yt-feedback .text {
    font-size: 14px;
    font-weight: 700;
    width: 100%;
}

.yt-feedback i {
    font-size: 48px;
    color: #ff0000;

}

.blog_list a {
    color: #000;
}

.blog_list .icms-svg-icon {
    fill: var(--primary)
}
.blog_list time,
.blog_list span
{
    color: var(--primary);
}

.all_cars_brand {
    font-size: 16px;
}

.footer-socials {
    justify-content: end;
}

.shadow {
    height: 100%;
    width: 100%;
    position: absolute;
    display: none;
    z-index: 100;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
}

.slidemenu {
    position: absolute;
    left: -320px;
    top: 0;
    width: 320px;
    padding-left: 283px;
    background: #fff;
    z-index: 100;
    min-height: 740px;
    padding-top: 90px;
    padding-right: 45px;
    height: 100vh;
    transition: left 0.5s ease-in;
}

#slidemenu-content {
    height: 100vh;
    overflow: scroll;
}

.fixedposition {
    position: fixed;
}
.slidemenu__active {
    left: 0 !important;
}
.slidemenu__close {
    cursor: pointer;
}

.slidemenu__head {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    justify-content: flex-end;
    font-size: 26px;
}

.mob_menu {
    display: none;
}

.submit-filters-wrapper {
    text-align: center;
}

.photo .position {
    font-size: 14px;
}

.car-block .image {
    border-radius: 25px;
    overflow: hidden;
}

.car-block .price {
    color: #009fe3;
    font-size: 18px;
    font-weight: bold;
}

.car-block .price-uah {
    color: #858585;
    font-size: 14px;
    font-weight: bold;
}

.car-block .icon {
    width: 12px;
    height: 12px;
    stroke: #000000;
    stroke-width: 3px;
}

.similar-item.car-block img{
    max-width: unset;
    width: 100%;
}

.feedbacks-items *,
.feedbacks-bg *,
.innerdoc * {
    box-sizing: border-box;
}

.feedbacks-bg {
    background: url(../images/feedbacks-banner.jpg) 50% 0 no-repeat;
    height: 524px;
    color: #fff;
}

.feedbacks-bg.delivered {
    background: url(../images/feedbacks-banner-delivered.jpg) 50% 0 no-repeat;
}

.feedbacks-bg .container-xl {
    padding-top: 390px;
}

.feedbacks-bg h1 {
    font-weight: normal;
}

.feedbacks-bg .subtitle {
    margin-top: 10px;
}

.feedbacks-bg .rating {
    font-size: 27px;
    padding-right: 20px;
}

.feedbacks-bg .avg-rate-text {
    font-size: 18px;
}

.feedbacks-bg * {
    box-sizing: border-box;
}

.feedbacks-items .card-body {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;

}

.feedbacks-items .yt-feedback {
    width: 25%;
    margin: 15px 0;
}

@media screen and (max-width: 1170px) {
    .feedbacks-items .yt-feedback {
        width: 50%;
    }
}

@media screen and (max-width: 850px) {
    .feedbacks-items .yt-feedback {
        width: 50%;
    }
}
@media screen and (max-width: 560px) {
    .feedbacks-items .yt-feedback {
        width: 100%;
    }

    .yt-feedback {
        margin-left: auto;
        margin-right: auto;
    }

    .yt-feedback .title {
        text-align: center;
    }

    .yt-feedback .text .d-flex {
        flex-grow: 1;
    }

    .top-products h2 {
        font-size: 22px;
    }


    .feedbacks-bg,
    .feedbacks-bg.delivered {
        height: 400px;
        background-size: auto 100%;
    }

    .feedbacks-bg .container-xl {
        padding-top: 200px;
    }

    .feedbacks-bg h1 {
        font-weight: bold;
        font-size: 36px;
    }

    .top-products .cars .col:nth-child(n+4) {
        display: none;
    }

    .icms-widget__compact {
        width: 100%;
    }
}
