.lds-ring {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 51px;
    height: 51px;
    margin: 6px;
    border: 6px solid #c1c1c1;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #ff9640 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

.catalogue-item__desc {
    
padding-top: 50px;
}

.car-parameters .price small {
    
font-size: 25px;
}

.car-slider-nav__item img {
    border-radius: 5px;
    padding-right: 0;
    /* margin-right: -5px; */
    /* margin-left: -5px; */
}

.slick-list.draggable {
  /* margin-left: 0; */
  /* margin-right: -5px; */
}

.car-slider-nav__item {}

.car-slider__item img {
    border-radius: 5px;
}

.catalogue-item__image img {
    border-radius: 5px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.car-slider-nav .slick-slide {
    margin: 0 5px;
}

.car-slider-nav .slick-list {
    margin: 0 -5px;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.js-preloader {
    z-index: 99;
    position: relative;
}

.catalogue-item__desc .title {
    min-height: 40px;
}
.catalogue-item__desc .title .top-nav-slogan{
    justify-content: center;
}
.section-title.no-after h2::before {
    content: initial;
}

.structure-content-block {
    margin-bottom: 30px;
}

section.content .section-title {
    padding-top: 0;
}

ul.site-list, ol.site-numbered-list {
    /* padding-top: 30px; */
    padding-bottom: 0px;
}

.car-specification ul.site-list, .car-specification ol.site-numbered-list {
    padding-top: 0;
    padding-bottom: 0;
}

.car-specification ul li strong {
    font-weight: bold;
    min-width: 120px;
}

.informace ul.site-list li:before {
    content: initial;
}

.informace ul li {

}

.informace ul {

}

.structure-content-block:last-of-type {
    margin-bottom: 0;
}

section.content-header {
    padding-bottom: 30px;
}

section.content {
    padding: 50px 0;
}

.section-title h2 {
    margin-bottom: 30px;
}

section.contact .form-text {
    margin-bottom: 30px;
}

.subpage-content h1 {
    font-size: 32px;
    vertical-align: middle;
    padding-top: 7px;
}

section.content-header.oblibene-vozy {
    padding-bottom: 50px;
}

.modal-znacky {

margin-top: 15px;

/* margin-bottom: 30px; */

display: flex;

justify-content: flex-start;

align-items: flex-start;

flex-wrap: wrap;

margin-left: -10px;

margin-right: -10px;
}

.modal-znacky .brand-slider__item:hover input[type=checkbox] + img {
    
    background: white;
}

.modal-znacky .brand-slider__item {
    display: block;
    width: calc(16.6% - 20px);
    /* margin-bottom: 30px; */
    text-align: center;
    height: 95px;
    margin-bottom: 10px;
    cursor: pointer;
    margin-left: 10px;
    margin-right: 10px;
}

.modal-znacky .brand-slider__item img {
    border-bottom: 3px solid transparent;
    padding-bottom: 10px;
    transition: 0.3s all ease-out;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #dedede;
    max-width: 100%;
}

.modal-znacky .brand-slider__item input{

}

.modal-znacky .brand-slider__item input[type=checkbox] + div {
    color: #ccc;
    font-style: italic;
}

.modal-znacky .brand-slider__item {padding: 0;background: transparent;border: 0;}

.brand-slider__item.active {
    border-bottom-color: #ff9640;
    background-color: #edf0f5;
}


.modal-znacky .brand-slider__item input[type=checkbox]:checked + img {
    border-bottom: 3px solid #ff9640;
    padding-bottom: 15px;
    transition: 0.3s all ease-out;
    /* padding: 10px; */
    background: white;
}

.manufacturers .brand-slider{
    margin-left: -10px;
    margin-right: -10px;
}
.manufacturers .brand-slider .brand-slider__item{
    margin-bottom: 0;
}
.search-form-settings .price-slider{
    padding-top: 2px;
}

a {
    color: #ff9640;
}

a:hover {
    color: #ff9640;
}

.hlaska-gdpr {
    margin-top: 15px;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 400;
    line-height: 25px;
}

section.content .row.files-block {
    padding-top: 0;
}

section.content .row.content-gallery {
    padding-top: 0;
}

.vice-vozu-content {
    margin-top: 30px;
}

.alert-custom {

}

.alert-custom.success {
    text-align: center;
    width: 100%;
    text-align: center;
}

.partners .alert-custom.errors {
    margin-top: 40px;
    margin-bottom: 0;
}

.partners .alert-custom.success {
    margin-top: 40px;
    /* position: absolute; */
    /* width: 100%; */
}

.alert-custom.errors {
    margin-top: -40px;
    margin-bottom: 30px;
}

section.contact-seller {
    min-height: 515px;
}

.alert-custom.success p {
    background-color: #1cb74b;
    font-family: Oswald;
    color: white;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    font-size: 14px;
}

.alert-custom.errors ul li {
    text-align: center;
    padding-bottom: 5px;
    padding-top: 5px;
    background: red;
    margin-bottom: 10px;
    font-family: Oswald;
    font-size: 16px;
    font-weight: 300;
    color: white;
}

.manufacturers {
    padding-top: 20px;
    padding-bottom: 20px;
}

.reference {
    max-height: 350px;
    min-height: 350px;
}

.reference p {

}

.reference .text-reference {
    /* min-height: 270px; */
    display: block;
    /* max-height: 270px; */
    overflow: hidden;
}

.devider {
}

.slick-track .brand-slider__item {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.brand-slider__item img {
    z-index: 1;
    position: relative;
}

.slick-track .brand-slider__item:after {
    content: ' ';
    width: 100px;
    height: 81px;
    /* background: rgba(187, 187, 187, 0.2); */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    border-radius: 5px;
    transition: 0.3s all ease-out;
    /* border: 2px solid #edf0f5; */
}

.slick-track .brand-slider__item.active:after {
    /* background: #edf0f5; */
    transition: 0.3s all ease-out;
    z-index: 0;
    border-bottom: 3px solid;
}

.slick-track .brand-slider__item:hover:after {
    background: #edf0f5;
    transition: 0.3s all ease-out;
    z-index: 0;
    /* border-bottom: 3px solid; */
}

.nav-item.active {
    border-bottom: 2px solid #f39346;
}

.bordered .manufacturers, .bordered .price-slider {
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.06);
}

.why-us {
    padding-top: 0;
    padding-bottom: 70px;
}

.car-specification .section-title {

}

.visitors.visitors-active:hover {
    color: #2b2b2b;
}

.visitors.visitors-active:hover svg {
    fill: #2b2b2b;
}

.visitors.visitors-active {
    width: fit-content;
    height: fit-content;
    background: #f39346;
    border-color: #f39346;
    color: #ffffff;
}

.visitors.visitors-active svg {
    fill: #ffffff;
}

.visitors svg {
    margin-right: .5rem;
}

.top-nav li a.active-pocet {
    color: #ff9640;
}
.top-nav-slogan-li{
    padding-left: 1rem;
    margin-right: auto !important;
}
.top-nav-slogan{
    font-size: 14px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    font-family: 'Oswald';
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    color: #ff9640;
}
.icon-zaruka{
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.pocet-oblibenych-li .active-pocet svg {
    fill: #ff9640;
}

.pocet-oblibenych-li svg {
    fill: #ffffff;
}

.pocet-oblibenych-li svg {
    vertical-align: middle;
    border-style: none;
}

.car-parameters .button-group .btn-gray.active-btn {
    background-color: #f39346;
    color: white;
    border-color: #f39346;
}

.active-btn.btn::before {
    background: #edf0f5;
}

.car-parameters .button-group .btn-gray.active-btn svg {
    fill: #ffffff;
    transition: 0.3s all ease-out;
}

.car-parameters .button-group .btn-gray.active-btn:hover svg {
    fill: #000000;
    transition: 0.3s all ease-out;
}

.car-parameters .button-group .btn-gray.active-btn:hover {
    background-color: #f39346;
    color: #2b2b2b;
    border-color: #edf0f5;
}

.car-parameters .button-group .btn-gray {
}

.modal-block, .modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
}

.modal-backdrop.in {
    opacity: .5;
}

.modal-block.in {
    opacity: 1;
}

.modal-box {
    width: 720px;
    margin: 0 auto;
    padding: 0;
    background-color: #edf0f5;
}

.modal-block .contact-form {
    /* padding: 50px; */
    position: relative;
}

.modal-block .js-content {

}

.modal-body .container {
    position: relative;
}

.modal-block {
    height: 0;
    width: 0;
    opacity: 1;
    overflow: hidden;
    visibility: hidden;
    z-index: 999999;
    bottom: 0;
    right: 0;
    padding: 120px 0;
    transition: opacity .4s ease;
}

.modal-block.active {
    height: 100%;
    width: 100%;
    opacity: 1;
    overflow-x: hidden;
    overflow-y: auto;
    visibility: visible;
    transition: opacity .4s ease;
}

.modal-scroll {
    width: auto;
    margin: 10px;
}

.modal-block.no-center.active .modal-box {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-block.active .modal-box {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.modal-box .close-trigger {
    position: absolute;
    top: -40px;
    right: 0px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 99999;
    text-align: center;
    line-height: 40px;
    background: #fff;
}

.modal-body {
    padding: 30px;
    overflow: hidden;
    position: relative;
}

.modal-box .close-trigger:hover svg {
    fill: #f39346;
    transition: 0.3s all ease-out;
}

.modal-box .close-trigger svg {
    margin-top: 12px;
    margin-left: 3px;
    transition: 0.3s all ease-out;
}

.modal-box .close-trigger .icon-zavrit {

}

.modal-box .alert-custom.errors {
    margin-top: 0;
}

.modal-box .js-preloader {
    width: 50px;
    height: 50px;
}

.g-recaptcha {
    margin-bottom: 25px;
}

.contact-form .form-control {
    
text-transform: none;
}


section.content .row, section.content .section-title {
    padding-top: 0;
    padding-bottom: 0px;
}

.catalogue-item__desc .price {
    padding: 7px 20px;
    text-align: center;
    top: -28px;
}

.square-button--orange>.icon {
    top: 3px;
}

section.we-recommend .vice-vozu-content {
    margin-top: 0;
}

section.we-recommend .vice-vozu-content .catalogue-items {
    margin-top: 0;
}

.catalogue-item__image {
    text-align: center;
}

.top-nav li a.js-radiospot-button:hover {
    cursor: pointer;
    text-decoration: underline;
}

.manufacturers .brand-slider__item:hover {
    background-color: #edf0f5;
}

.manufacturers .brand-slider__item input[type=checkbox]:checked + img {
    border-bottom: 3px solid #edf0f5;
}

.manufacturers .brand-slider__item {

margin-left: 10px;

margin-right: 10px;

margin-bottom: 10px;
}

.car-parameters .price .top-nav-slogan{
    justify-content: center;
}


/* banner popup */
#banner_overlay{
    position:fixed;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    z-index: 10001;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: auto;
}

#banner_home{
    position: relative;
    z-index: 10002;
    width:902px;
    background-color: transparent;
    border: 0;
    margin-top: 100px;
    margin-bottom: 100px;
}
.banner_image img{
    max-width: 100%;
    height: auto;
}
#banner_close{
    position: absolute;
    top: 20px;
    right: 25px;
    width: 24px;
    height: 24px;
    z-index: 10003;
    cursor: pointer;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}


@media (min-width: 768px) {


    .manufacturers, .price-slider {
        /* padding-top: 20px; */
        /* padding-bottom: 20px; */
        /* padding-left: 45px; */
        /* padding-right: 45px; */

    }



    .slick-track .brand-slider__item:after {
        width: 85px;
        height: 85px;

    }

    .slick-track .brand-slider__item {
        position: relative;
        padding-top: 19px;
        padding-bottom: 19px;
        padding-left: 10px;
        padding-right: 10px;
    }

}

@media (min-width: 991px) {

    .top-nav li a.js-radiospot-button {
        color: #fffefd;
        padding: 0;
    }

    .top-nav li a.js-radiospot-button:hover {
        color: white;
        text-decoration: underline;
    }

    .manufacturers, .price-slider {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 45px;
        padding-right: 45px;
    }

    .slick-track .brand-slider__item:after {
        width: 85px;
        height: 85px;

    }

    .slick-track .brand-slider__item {
        position: relative;
        padding-top: 19px;
        padding-bottom: 19px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .contact-card {
        min-height: 595px;
    }
    .search-form-settings.bordered .manufacturers{
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

@media (min-width: 992px) {
    .top-nav li:nth-of-type(3) {
        margin-left: inherit;
    }
}
@media (min-width: 1200px) {

    h1.main-title {
        /* font-size: 120px; */
        /* line-height: 132.41px; */
    }

    .manufacturers, .price-slider {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 45px;
        padding-right: 45px;
    }

    .slick-track .brand-slider__item:after {
        width: 85px;
        height: 85px;

    }

    .slick-track .brand-slider__item {
        position: relative;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 0;
        padding-right: 0;
    }

    .search-form-settings.bordered .manufacturers{
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}


@media (max-width: 1399px) {
    .top-nav li{
        margin: 0.5rem !important;
    }
    .top-nav li.top-nav-slogan-li{
        padding-left: 0;
        margin-right: auto !important;
    }
    .top-nav-slogan{
        letter-spacing: inherit;
    }
}
@media (max-width: 992px) {
    .bordered .manufacturers, .bordered .price-slider {
        box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0);
    }
    .top-nav{
        justify-content: center;
    }
    .top-nav li.top-nav-slogan-li{
        margin: 0.5rem !important;
    }

    #banner_home{
        width: auto;
        max-width: 90%;
    }
}


@media (max-width: 767px) {

    section.seznam .manufacturers {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 45px;
        padding-right: 45px;
    }

    .manufacturers, section.seznam .price-slider {
        padding-bottom: 45px;
    }

    .slick-track .brand-slider__item:after {
        width: 85px;
        height: 85px;

    }

    .slick-track .brand-slider__item {
        position: relative;
        padding-top: 19px;
        padding-bottom: 19px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .modal-box {
        width: 100%;
    }

    .modal-znacky .brand-slider__item {
        width: calc(20% - 20px);
    }
}


@media (max-width: 600px) {
    .modal-box {
        width: 100%;
    }

    .modal-znacky .brand-slider__item {
        width: calc(33.3% - 20px);
    }

    #banner_close{
        top: 12px;
        right: 15px;
    }
    #banner_close img{
        max-width: 100%;
        height: auto;
    }
}

.float-banner-side {
    position: fixed;
    top: 180px;
    right: 0;
    width: 110px;
    height: auto;
    aspect-ratio: 1 / 4;
    background-color: #edf0f5;
    box-shadow: 0px 30px 43px -21px rgba(0, 0, 0, 0.07);
    z-index: 2;
}

.float-banner-side img {
    width: 100%;
    height: 100%;
}

@media (max-width: 1400px) {
    .float-banner-side {
        display: none;
    }
}

.contact-info-logo {
    width: 100%;
    max-width: 10rem;
    height: auto;
    padding: 0 1rem;
}
.contact-info-logo img {
    width: 100%;
    height: auto;
}
