html {
    position: relative;
    min-height: 100%;
    font-family: "verdana", arial, helvetica, sans-serif;
    
}

body{
    font-size: 14px;
    color: #343434;
    width: 100%;
    /*margin-bottom: 380px;*/
    /*padding-bottom: 380px;*/
    font-family: "verdana", arial, helvetica, sans-serif;
    background: #ffffff;

    position: relative;
    min-width: 1280px;
}

a:focus {
    outline: thin dotted;
    outline: 5px auto #c71444;
    outline-offset: -2px;

    outline: 0;
}

.clear{
    font-size: 0;
    height: 0;
    line-height: 0;
    clear: both;
}
.relative{position: relative;}
.non-relative{position: inherit;}
.float-left{float: left;}
.float-right{float: right;}

.bg-shadow{
    position: relative;
}
.bg-shadow:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    z-index: 10;
    background-image: url("/images/shadow.png");
    background-repeat: repeat-x;
}
.bg-red{background-color: #c71444;}

.icons-specifikace{background: url("/images/icons-specifikace.png");}
.icon-cogwheel{background-position: 0 0; width: 40px; height: 40px;}
.icon-tachometer{background-position: 0 -40px; width: 40px; height: 40px;}
.icon-drop{background-position: 0 -80px; width: 40px; height: 40px;}
.icon-piston{background-position: 0 -120px; width: 40px; height: 40px;}
.icon-shift{background-position: 0 -160px; width: 40px; height: 40px;}

.icons-specifikace-main{background: url("/images/icons-specifikace-main.png");}
.icon-car{background-position: 0 0; width: 35px; height: 35px;}
.icon-factory{background-position: 0 -35px; width: 35px; height: 35px;}
.icon-road{background-position: 0 -70px; width: 35px; height: 35px;}
.icon-color-palette{background-position: 0 -105px; width: 35px; height: 35px;}
.icon-car-seat{background-position: 0 -140px; width: 35px; height: 35px;}
.icon-fuel-pump{background-position: 0 -175px; width: 35px; height: 35px;}

.icons-files{background: url("/images/icons-files.png");}
.icon-pricelist{width: 85px; height: 90px; background-position: 0 0;}
.icon-brochure{width: 85px; height: 90px; background-position: 0 -90px;}
.icon-accessories{width: 85px; height: 90px; background-position: 0 -180px;}
.icon-default{width: 85px; height: 90px; background-position: 0 -270px;}

.icon-gearbox {
    background: url("/images/icons-specifikace-gearbox.png") center no-repeat;
    width: 35px;
    height: 35px;
}

.btn {
    display: inline-block;
    padding: 5px 20px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: normal;
    font-family: "nissan_ag", "verdana", arial, helvetica, sans-serif;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: thin dotted;
    outline: 5px auto #c71444;
    outline-offset: -2px;

    outline: 0;
}

.btn-default {
    color: #343434;
    background-color: #fff;
    border-color: #c1c1c1;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #343434;
    background-color: #e6e6e6;
    border-color: #c1c1c1;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #c1c1c1;
}
.btn-default .badge {
    color: #fff;
    background-color: #333;
}

.btn-red {
    color: #ffffff;
    background-color: #c71444;
    border-color: #c71444;
}
.btn-red:hover,
.btn-red:focus,
.btn-red.focus,
.btn-red:active,
.btn-red.active,
.open > .dropdown-toggle.btn-red {
    color: #ffffff;
    background-color: #d11e4e;
    border-color: #d11e4e;
}
.btn-red:active,
.btn-red.active,
.open > .dropdown-toggle.btn-red {
    background-image: none;
}
.btn-red.disabled,
.btn-red[disabled],
fieldset[disabled] .btn-red,
.btn-red.disabled:hover,
.btn-red[disabled]:hover,
fieldset[disabled] .btn-red:hover,
.btn-red.disabled:focus,
.btn-red[disabled]:focus,
fieldset[disabled] .btn-red:focus,
.btn-red.disabled.focus,
.btn-red[disabled].focus,
fieldset[disabled] .btn-red.focus,
.btn-red.disabled:active,
.btn-red[disabled]:active,
fieldset[disabled] .btn-red:active,
.btn-red.disabled.active,
.btn-red[disabled].active,
fieldset[disabled] .btn-red.active {
    background-color: #fff;
    border-color: #c1c1c1;
}
.btn-red .badge {
    color: #fff;
    background-color: #333;
}

.btn-grey {
    color: #ffffff;
    background-color: #4c4c4c;
    border-color: #4c4c4c;
}
.btn-grey:hover,
.btn-grey:focus,
.btn-grey.focus,
.btn-grey:active,
.btn-grey.active,
.open > .dropdown-toggle.btn-grey {
    color: #ffffff;
    background-color: #5f5f5f;
    border-color: #5f5f5f;
}
.btn-grey:active,
.btn-grey.active,
.open > .dropdown-toggle.btn-grey {
    background-image: none;
}
.btn-grey.disabled,
.btn-grey[disabled],
fieldset[disabled] .btn-grey,
.btn-grey.disabled:hover,
.btn-grey[disabled]:hover,
fieldset[disabled] .btn-grey:hover,
.btn-grey.disabled:focus,
.btn-grey[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-grey.disabled.focus,
.btn-grey[disabled].focus,
fieldset[disabled] .btn-grey.focus,
.btn-grey.disabled:active,
.btn-grey[disabled]:active,
fieldset[disabled] .btn-grey:active,
.btn-grey.disabled.active,
.btn-grey[disabled].active,
fieldset[disabled] .btn-grey.active {
    background-color: #fff;
    border-color: #c1c1c1;
}
.btn-grey .badge {
    color: #fff;
    background-color: #333;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #c1c1c1;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .175);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .175);
}

.ui-tooltip, .arrow:after {
    background: #4c4c4c;
}
.ui-tooltip {
    padding: 10px 20px;
    color: white;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .175);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .175);
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}
.arrow.top {
    top: -16px;
    bottom: auto;
}
.arrow.left {
    left: 20%;
}
.arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.arrow.top:after {
    bottom: -20px;
    top: auto;
}

/* form control */
.form-control {
    display: block;
    width: 100%;
    height: 27px;
    padding: 5px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #343434;
    background-color: #fff;
    background-image: none;
    border: 1px solid #c1c1c1;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    font-family: "nissan_ag", "verdana", arial, helvetica, sans-serif;
    font-weight: normal;
}

.form-control {
    font-family: "verdana", arial, helvetica, sans-serif;
    font-weight: 600;
}

.form-control::-moz-placeholder {
    opacity: 1;
    color: #343434;
    font-weight: 200;
}
.form-control:-ms-input-placeholder {  
    color: #343434;
    font-weight: 200;
}
.form-control::-webkit-input-placeholder {
    color: #343434;
    font-weight: 200;
}

.form-control::-moz-placeholder,
.form-control:-ms-input-placeholder,
.form-control::-webkit-input-placeholder {
    font-size: 12px;
    font-family: "verdana", arial, helvetica, sans-serif;
    font-weight: 200;
    color: #343434;
}


.form-control:focus {
    border-color: #c71444;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(199, 20, 68, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(199, 20, 68, .6);
}

.form-group{
    margin-bottom: 6px;
}
.modal-body .form-block .form-group{
    margin-bottom: 0;
}
.modal-body .form-block .form-group [class^="col-"]{
    margin-bottom: 6px;
}

#page-header{
    width: 100%;
    min-height: 105px;
}

.header-info{
    position: absolute;
    top: 15px;
    left: 173px;
    height: 40px;
    line-height: 20px;
    background: url("/images/ico-exclamation.png") no-repeat left center;
    color: #343434;
    padding-left: 40px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
.header-info p{
    padding: 0;
    margin: 0;
}
.header-info span{
    color: #c81444;
    font-weight: 700;
}

.header-info a {
    color: #c81444;
    text-decoration: underline;
}

.nissan-logo{
    position: absolute;
    top: 0;
    left: 50px;
    z-index: 1000;
}

.navbar-header{
    width: 172px;
    height: 105px;
    float: left;
}

.navbar-nav{
    margin-top: 67px;
}

.navbar-nav > li > a{
    color: #343434;
    font-family: "nissan_ag", "verdana", arial, helvetica, sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0;
    margin-right: 25px;
}
.navbar-nav > li > a:hover{
    color: #c71444;
}

.navbar-nav > li.dropdown > a{
    background: url("/images/bg-dropdown.png") no-repeat right center;
    padding-right: 20px;
}

.nav.navbar-nav .open > a,
.nav.navbar-nav .open > a:hover,
.nav.navbar-nav .open > a:focus{
    background-color: #ffffff;
    border-color: transparent;
}

#page-body{
    width: 100%;
    min-height: 300px;
}

.main-wrapper{
    width: 100%;
    height: 445px;
}

.main-banner{
    width: 1000px;
}
.main-info{
    width: 280px;
    height: 445px;
    
    color: #ffffff;
}
.main-info > img{
    max-width: 100%;
    height: auto;
}
.main-info > .content {
    padding: 0px 40px 40px 40px;
}

.main-info a{
    color: #ffffff;
    text-decoration: none;
}

.main-info a:hover{
    color: #ffffff;
    text-decoration: underline;
}

.main-info-name{
    font-family: "titillium", "verdana", arial, helvetica, sans-serif;
    font-weight: 700;
    font-size: 38px;
    line-height: 32px;
    margin: 0 0 40px 0;
    padding: 0;
    text-transform: uppercase;
}

.main-info-name span{
    font-weight: 300;
}

.main-info-text h2{
    font-family: "nissan_ag", "verdana", arial, helvetica, sans-serif;
    font-size: 14px;
    /*font-weight: 700;*/
    color: #ffffff;
    margin: 0 0 10px 0;
    padding: 0;
    /*text-transform: uppercase;*/
}
.main-info-text p {
    color: #ffffff;
    font-size: 11px;
    /*font-weight: 700;*/
    font-weight: normal;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    padding: 0;
}
.main-info-text p.kontakt {
    font-weight: normal;
    text-transform: none;
}

.main-info-text .main-info-text-kontakt * {
    text-transform: none;
}
.main-info-text .main-info-text-kontakt .extra-strong {
    font-size: 14px;
}

.main-info-anchor{
    position: absolute;
    bottom: 40px;
    left: 40px;
}

.main-info-anchor ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.main-info-anchor ul li{
    float: left;
    padding-left: 15px;
    background: url("/images/bg-li.png") no-repeat 0 center;
    margin-right: 20px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 12px;
    font-family: "nissan_ag", "verdana", arial, helvetica, sans-serif;
}

.carousel-indicators{
    left: 50%;
    bottom: 5px;
}
.carousel-indicators li{
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0;
    text-indent: -999px;
    cursor: pointer;
    background-color: #c01543 \9;
    background-color: rgba(192, 21, 67, 0);
    border: 2px solid #c01543;
    border-radius: 50%;
}

.carousel-indicators .active {
    width: 10px;
    height: 10px;
    margin: 0;
    background-color: #c01543;
}

.carousel-control {
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 30px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: none;
    filter: alpha(opacity=50);
    opacity: .5;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.carousel-control.right,
.carousel-control.left{
    background-image: none;
}
.carousel-control.right{
    right: 5%;
}
.carousel-control.left{
    left: 5%;
}

.carousel-control:hover{
    color: #c71444;
}

.page-body-title h2 {
    /*padding: 24px 30px;*/
    padding: 24px 0;
    margin: 0;
    color: #343434;
    font-family: "nissan_ag", "verdana", arial, helvetica, sans-serif;
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
}

.page-body-title h2.font-normal {
    font-weight: normal;
}

.page-body-title-kontakt {
    margin-bottom: 30px;
    background-image: url("/images/shadow.png"); 
    background-repeat: repeat-x; 
    background-position: bottom;
}


.page-body-spotlight {
    /*padding-bottom: 80px;*/
}
.page-body-home-spotlight {
    padding-bottom: 0;
}

.spotlight-wrapper{
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.spotlight-item{
    width: 420px;
    height: 300px;
    border-bottom: 1px solid #c1c1c1;
}
.spotlight-item a{
    display: block;
    width: 420px;
    height: 300px;
}
.spotlight-item a:hover{
    text-decoration: none;
}

.spotlight-item-img{
    width: 420px;
    height: 220px;
}

.spotlight-item-arrow{
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background: #c71444 url("/images/arrow-item.png") no-repeat center center;
}

.spotlight-item a:hover .spotlight-item-arrow{
    display: block;
}

.spotlight-item-text{
    padding: 24px 10px 0 10px;
    margin: 0;
}

.spotlight-item-text h2{
    color: #000000;
    font-family: "nissan_ag", "verdana", arial, helvetica, sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

.spotlight-item-text p{
    color: #c51733;
    font-size: 14px;
    text-transform: uppercase;
}

.spotlight-space{
    width: 10px;
    height: 300px;
}

.homepage-finder-wrapper{
    width: 850px;
    height: 300px;
}

.nav-tabs{
    background: #4c4c4c;
    border-bottom: 4px solid #c71444;
    padding: 0 20px;
}
.nav-tabs > li{margin-bottom: 0;}
.nav-tabs > li > a {
    color: #c1c1c1;
    margin-right: 0;
    line-height: 50px;
    border: none;
    border-radius: 0;
    padding: 0 20px;
    font-family: "nissan_ag", "verdana", arial, helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
}
.nav-tabs > li > a:hover {
    border-color: transparent;
    background: #4c4c4c;
    color: #c71444;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #ffffff;
    cursor: default;
    background: #4c4c4c url("/images/arrow-tab.png") no-repeat center bottom;
    border: none;
    border-bottom-color: transparent;
}

.homepage-finder-wrapper .tab-pane{
    height: 246px;
}

.homepage-finder-wrapper .tab-pane,
.list-finder-wrapper .tab-pane{
    background: rgb(255,255,255); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYWVhZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(234,234,234,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(234,234,234,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 ); /* IE6-8 */
}

.homepage-finder-wrapper .finder-wrapper{
    padding: 50px 0;
    width: 605px;
    margin: 0 auto;
}

.finder-select{
    width: 300px;
}
.finder-pobocky {
    text-align: center;
    margin-bottom: 10px;
}
.finder-pobocky .prettycheckbox {
    padding: 0 20px;
}

.finder-slider{
    margin-top: 30px;
    width: 100%;
}
.finder-info{
    position: absolute;
    bottom: -15px;
    width: 100px;
    padding-top: 15px;
    margin-left: -41px;
    height: 20px;
    text-align: center;
    color: #343434;
    font-family: "nissan_ag", "verdana", arial, helvetica, sans-serif;
    font-size: 12px;
    background: transparent;
    font-weight: 300;
}

.list-finder-wrapper{
    width: 1280px;
    /*min-height: 262px;*/
}

.list-finder-wrapper .tab-pane{
   /* height: 208px;*/
}

.list-finder-wrapper .finder-wrapper{
    padding: 50px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.list-finder-wrapper .finder-select{
    width: 278px;
}

.list-finder-wrapper .finder-slider{
    margin-top: 10px;
    padding: 0 0 0 20px;
}

.slider-range-inputs{
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
}

.btn-finder-wrapper{text-align: center;}
.btn-finder{
    text-transform: uppercase;
}

.current-offer-wrapper{
    padding: 20px 0 0 0;
}

.current-offer-item{
    width: 311px;
    height: 285px;
    border-bottom: 1px solid #c1c1c1;
}

.current-offer-item a{text-decoration: none;}

.current-offer-item-text{
    width: 311px;
    height: 14px;
}
.current-offer-item-text h2{
    color: #343434;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 14px;
    font-weight: 700;
    font-family: "nissan_ag", "verdana", arial, helvetica, sans-serif;
    padding: 0 10px;
}
.current-offer-item a:hover .current-offer-item-text h2{
    color: #c51733;
}

.current-offer-item-img {
    width: 311px;
    height: 213px;
    
/*    background: url('../images/home-banner-no.jpg') center no-repeat;*/
}

.current-offer-sale{
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 60px;
    height: 60px;
    color: #ffffff;
    font-family: "nissan_ag", "verdana", arial, helvetica, sans-serif;
    font-size: 13px;
    line-height: 19px;
    font-weight: 300;
    text-align: center;
    box-sizing: border-box;
    padding-top: 10px;
    text-transform: uppercase;
}

.current-offer-sale span{
    font-size: 20px;
    font-weight: 700;
}

.current-offer-item-price{
    color: #c51733;
    font-size: 14px;
    font-family: "nissan_ag", "verdana", arial, helvetica, sans-serif;
    text-transform: uppercase;
    padding: 0 10px;
}

.current-offer-space{
    width: 12px;
    height: 285px;
}

.current-offer-wrapper .bx-controls{
    bottom: auto;
    top: 0;
}
.current-offer-wrapper .bx-controls .bx-controls-direction .bx-prev,
.current-offer-wrapper .bx-controls .bx-controls-direction .bx-next{
    top: 120px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.current-offer-wrapper .bx-controls .bx-controls-direction .bx-prev{
    left: -80px;
}
.current-offer-wrapper .bx-controls .bx-controls-direction .bx-next{
    right: -80px;
}
@media (max-width: 1550px){
    .current-offer-wrapper .bx-controls .bx-controls-direction .bx-prev{
        left: 0;
    }
    .current-offer-wrapper .bx-controls .bx-controls-direction .bx-next{
        right: 0;
    }
}

.current-offer-wrapper .bx-controls .bx-controls-direction .bx-prev.disabled,
.current-offer-wrapper .bx-controls .bx-controls-direction .bx-next.disabled{
    filter: gray; /* IE6-9 */
    filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
    -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
    cursor: default;
    opacity: 0.3;
}

.latest-wrapper{
    padding: 20px 0 100px 0;
}

.latest-wrapper{
    width: auto;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}

.latest-item{
    width: 311px;
    height: 245px;
    border-bottom: 1px solid #c1c1c1;
}

.news-list .latest-item {
    margin-bottom: 45px;
}

.latest-item a{
    text-decoration: none;
}

.latest-item-img{
    width: 311px;
    height: 190px;
    margin-bottom: 15px;
    
    background: url('../images/home-banner-no.jpg') center no-repeat;
}

.latest-item-text{
    padding-bottom: 15px;
}

.latest-item-text h2{
    font-size: 12px;
    font-family: "nissan_ag", "verdana", arial, helvetica, sans-serif;
    color: #343434;
    padding: 0 10px 0 10px;
    margin: 0;
    text-transform: uppercase;
    font-weight: normal;
}

.latest-item-text p{
    font-size: 12px;
    font-family: "nissan_ag", "verdana", arial, helvetica, sans-serif;
    color: #c51733;
    padding: 0 10px 0 10px;
    margin: 0;
    text-transform: uppercase;
    font-weight: normal;
}

.latest-item-arrow{
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background: #c71444 url("/images/arrow-item.png") no-repeat center center;
}

.latest-item a:hover .latest-item-arrow{
    display: block;
}

.latest-space{
    width: 12px;
    height: 245px;
}

#page-footer{
    /*position: absolute;*/
    /*bottom: 0;*/
    /*left: 0;*/
    width: 100%;
    min-width: 1280px;
    /*height: 380px;*/
    background: #eeeeee url("/images/shadow.png") repeat-x 0 0;
    padding-bottom: 20px;
}

.page-footer{
    padding-top: 60px;
}

.row.page-footer{
    margin-left: -30px;
    margin-right: -30px;
}

.footer-heading{
    color: #343434;
    font-size: 30px;
    font-family: "nissan_ag", "verdana", arial, helvetica, sans-serif;
    padding: 0 0 30px 15px;
    margin: 0;
    line-height: 24px;
    text-transform: uppercase;
}

.footer-text {
    padding-left: 15px;
    padding-bottom: 50px;
    font-size: 12px;
    font-family: "nissan_ag", "verdana", arial, helvetica, sans-serif;
    color: #343434;
    text-transform: uppercase;
}

.footer-text.adresa {
    text-transform: none;
}

.footer-text p {
    padding: 0;
    margin: 0 0 10px 0;
}
.footer-text p span{
    color: #c71444;
}

.footer-text ul {
    list-style: none;
    padding: 0;
    margin: 0 70px 0 0;
    float: left;
}

.footer-text ul li{
    padding-left: 15px;
    background: url("/images/arrow-li.png") no-repeat 0 center;
}

.footer-text a{
    color: #343434;
    text-decoration: none;
}

.footer-text a:hover{
    color: #c71444;
    text-decoration: none;
}

.footer-logos{
    padding-top: 30px;
}

.row.footer-logos{
    margin-left: -30px;
    margin-right: -30px;
}

.fb-logo{
    margin-right: 15px;
}

.copy {
    position: absolute;
    bottom: 0;
    right: 30px;
    /*text-align: center;*/
    font-size: 12px;
}
.copy-fb{
    font-size: 12px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.copy-fb a,
.copy a {
    color: #343434;
}

.page-body-detail-new-header{
    width: 100%;
    height: 545px;
}

.page-body-detail-new-header > .container{
    height: 100%;
}

.page-body-detail-used-header{
    width: 100%;
    height: 148px;
}

.new-header-shadow,
.used-header-shadow{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 4px;
}

.new-header-text-wrapper{
    position: absolute;
    top: 95px;
    left: 50px;
    z-index: 10;
}

.new-header-text{
    color: #343434;
    font-family: "nissan_ag", "verdana", arial, helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}

.new-header-text a{
    color: #c71444;
    text-decoration: none;
}

.new-header-text a:hover{
    color: #c71444;
    text-decoration: underline;
}

.new-header-text p{
    font-size: 18px;
    line-height: 18px;
    padding: 0 0 25px 0;
    margin: 0;
}

.new-header-text h2{
    font-size: 50px;
    line-height: 40px;
    padding: 0 0 22px 0;
    margin: 0;
}

.new-header-text ul{
    list-style: none;
    padding: 0;
    margin: 0 0 22px 0;
}

.new-header-text ul li{
    font-size: 18px;
    padding-left: 25px;
    background: url("/images/arrow-li-red.png") no-repeat 0 center;
}

.new-header-price{
    color: #c71444;
    font-family: "nissan_ag", "verdana", arial, helvetica, sans-serif;
    /*text-transform: uppercase;*/
    font-weight: 700;
    font-size: 30px;
    line-height: 25px;
    padding: 0;
    margin: 0 0 30px 0;
}

.new-header-buttons {
    margin: 0;
    position: absolute;
    bottom: 40px;
    left: 50px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    width: 364px;
}

.new-header-buttons-left,
.new-header-buttons-right{
    width: 50%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.new-header-buttons .btn{
    margin-bottom: 4px;
    width: calc(100% - 4px);
}

.konfigurator-btn {
    display: flex;
    align-items: center;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    padding-top: 21px; 
    padding-bottom: 22px; 
    padding-left: 50px;
    background-image: url('../images/konfigurator.svg');
    background-position: 20px 50%;
    background-repeat: no-repeat;
    margin-bottom: 4px;
}



.new-header-logo,
.used-header-logo,
.list-header-logo,
.page-header-logo{
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 10;
    color: #ffffff;
}
.new-header-logo .main-info-name,
.used-header-logo .main-info-name,
.list-header-logo .main-info-name,
.page-header-logo .main-info-name{
    margin: 0;
    padding: 40px;
}

.used-header-wrapper{
    width: 1280px;
    height: 148px;
}

.used-header-text-wrapper{
    position: absolute;
    top: 48px;
    left: 50px;
}

.used-header-title h2{
    text-transform: uppercase;
    font-size: 30px;
    line-height: 40px;
    color: #343434;
    font-weight: 700;
    padding: 0;
    margin: 0;
}

.used-header-price{
    color: #c71444;
    font-family: "nissan_ag", "verdana", arial, helvetica, sans-serif;
    /*text-transform: uppercase;*/
    font-weight: 700;
    font-size: 30px;
    line-height: 25px;
    margin: 0px 0 0 30px;
    position: relative;
    top: -4px;
}

.used-header-price .price-original,
.used-header-price .price-original-empty {
    max-height: 20px;
    display: block;
    font-size: 12px;
    /*font-size: 20px;*/
    /*text-decoration: line-through;*/
    color: #999999;
    text-align: right;
}
.used-header-price .price-original-empty {
    height: 20px;
}

.used-price {
    max-height: 20px;
    display: block;
    font-size: 12px;
    /*text-decoration: line-through;*/
    color: #999999;
}

.alternative-price {
    font-size: 14px;
    color: #c71444;
}

.used-header-text{
    text-transform: uppercase;
    color: #343434;
    font-size: 18px;
    font-family: "nissan_ag", "verdana", arial, helvetica, sans-serif;
    font-weight: 700;
}
.used-header-text small {
    color: #777;
}

.detail-slider{
    margin-top: 12px;
    width: 100%;
    height: 190px;
    overflow: hidden;
    margin-bottom: 30px;
}
.detail-slider ul{
    list-style: none;
}

.detail-description,
.detail-description-table{
    width: 634px;
}



.tech-spec-main {
    width: 100%;
    margin-bottom: 30px;
    /*display: none;*/
}

.tech-spec-main ul{
    padding: 0;
    margin: 0;
    list-style: none;
}

.tech-spec-main ul li {
    width: 193px;
    height: 100px;
    border: 1px solid #d4d4d4;
    box-sizing: border-box;
}

.tech-spec-main ul li{
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.tech-spec-main ul li:nth-of-type(3n){
    margin-right: 0;
}

.tech-spec-main ul li > .icon-gearbox,
.tech-spec-main ul li > .icons-specifikace-main{
    position: absolute;
    top: 7px;
    left: 50%;
    margin-left: -17px;
}

.tech-spec-main-category-name{
    position: absolute;
    top: 35px;
    left: 0;
    width: 100%;
    color: #999999;
    font-size: 15px;
    font-family: arial, helvetica, sans-serif;
}

.tech-spec-main-category-value{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 45px;
    display: table;

}
.tech-spec-main-category-value > span{
    width: 100%;
    height: 45px;
    display: table-cell;
    color: #c71444;
    font-family: arial, helvetica, sans-serif;
    font-weight: 700;
    font-size: 16px;
    vertical-align: middle;
    line-height: 16px;
    padding-left: 10px;
    padding-right: 10px;
}


.detail-description{
    /*padding: 30px;*/
    padding: 30px 15px 30px 0;
}

.detail-description-table{
    /*padding: 30px;*/
    padding: 30px 0 30px 15px;
}

.detail-description h2,
.detail-description-table h2{
    color: #343434;
    font-family: "nissan_ag", "verdana", arial, helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;
    line-height: 25px;
    padding: 0;
    margin: 0 0 30px 0;
}
.detail-description-table h2{
    /*padding-left: 30px;*/
}

.detail-description a{
    color: #c71444;
    text-decoration: underline;
}

.detail-description a:hover{
    color: #c71444;
    text-decoration: none;
}

.detail-description p{
    color: #000000;
    font-size: 12px;
    margin: 0;
    padding: 0 0 25px 0;
}

.detail-description ul{
    list-style: none;
    padding: 0 0 25px 0;
    margin: 0;
}

.detail-description ul li{
    padding-left: 15px;
    background: url("/images/arrow-li-red.png") no-repeat 0 4px;
    margin-bottom: 5px;
    color: #000000;
    font-size: 12px;
}

.detail-description ol{
    padding: 0 0 25px 0;
    margin: 0;
    list-style-position: inside;
}

.detail-description ol li{
    margin-bottom: 5px;
    color: #000000;
    font-size: 12px;
}

.detail-description-table table{
    width: 100%;
    margin-bottom: 30px;
}

.detail-description-table table > thead > tr > td{
    background: #4c4c4c;
    color: #ffffff;
    border-bottom: 4px solid #c71444;
    padding: 0 15px;
    text-align: center;
    height: 40px;
    line-height: 40px;

}

.detail-description-table table > tbody > tr > td{
    height: 40px;
    line-height: 40px;
    color: #000000;
    border-bottom: 1px solid #c1c1c1;
    background: #ffffff;
    padding: 0 15px;
}

.detail-description-table table > tbody > tr:nth-of-type(odd) > td{
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #eaebea 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eaebea)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#eaebea 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#eaebea 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#eaebea 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#eaebea 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaebea',GradientType=0 ); /* IE6-9 */
}

.detail-description-table table > tbody > tr > td:first-of-type{
    background: #c71444;
    width: 40px;
    padding: 0;
    border-bottom: 1px solid #c71444;
}

.detail-description-buttons {
    margin-bottom: 26px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
}
.detail-description-buttons .btn{
    /*width: calc(25% - 2px);*/
    flex-grow: 1;
    margin-bottom: 4px;
    margin-right: 4px;
}
.detail-description-buttons .btn:last-of-type{
    margin-right: 0;
}

.detail-files-wrapper{
    margin-bottom: 30px;
}
.detail-files-item{
    width: 100%;
    height: 90px;
    box-sizing: border-box;
    padding: 0;
    border: 1px solid #c1c1c1;
    margin-bottom: 10px;
}

.detail-files-item-text-wrapper{
    width: 80px;
}

.detail-files-item-text-wrapper{width: 310px; margin-top: 15px;}
.detail-files-item-text-wrapper h2{
    color: #000000;
    font-family: "nissan_ag", "verdana", arial, helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    padding: 0;
    margin: 0;
}
.detail-files-item-text-wrapper p{
    color: #000000;
    padding-bottom: 10px;
    margin: 0;
    font-size: 12px;
}

.detail-files-item-button{
    position: absolute;
    top: 10px;
    right: 10px;
}

.detail-files-space{
    width: 10px;
    height: 10px;
}

.car-offer-wrapper{
    padding-bottom: 80px;
}

.car-offer-wrapper .no-cars {
    padding: 30px;
}

.list-message-no-result {
    margin: 40px; 
}
.list-message-no-result p {
    text-align: center; 
    color: #c51733; 
    text-transform: uppercase;
}

.car-offer-item{
    width: 100%;
    height: 231px;
    border-bottom: 1px solid #c1c1c1;
}

.car-offer-img{
    width: 350px;
    height: 230px;
}

.car-offer-img a {
    width: 350px;
    height: 230px;
    display: block;
    overflow: hidden;
}

.no-image a {
    background: url('../images/home-banner-no.jpg') center no-repeat;
}

.car-offer-main-info{
    width: 295px;
    height: 230px;
    padding: 30px 30px 0 20px;
    box-sizing: border-box;
}

.car-offer-main-info h2{
    color: #343434;
    font-size: 24px;
    font-family: "nissan_ag", "verdana", arial, helvetica, sans-serif;
    padding: 0 0 10px 0;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
}

.car-offer-main-info h2 a {
    color: #343434;
    text-decoration: none;
}
.car-offer-main-info h2 a span {
    display: block;
    margin-bottom: 5px;
}

.car-offer-main-info h2 a small {
    line-height: 16px; 
    text-transform: none;
    font-size: 12px;  
    display: block;
}

.car-offer-main-info h2 a:hover{
    color: #c51733;
    text-decoration: none;
}

.car-offer-price{
    color: #c51733;
    font-size: 20px;
    font-family: "nissan_ag", "verdana", arial, helvetica, sans-serif;
    padding: 0;
    margin: 0;
}

.car-offer-sale {
    position: absolute;
    bottom: -1px;
    left: 0px;
    height: 60px;
    
}

.car-offer-sale .sale-percent {
    float: left;
    width: 60px;
    color: #ffffff;
    font-family: "nissan_ag", "verdana", arial, helvetica, sans-serif;
    font-size: 13px;
    line-height: 19px;
    font-weight: 300;
    text-align: center;
    box-sizing: border-box;
    padding-top: 10px;
    text-transform: uppercase;
    
}

.car-offer-sale .sale-text {
    font-family: "nissan_ag", "verdana", arial, helvetica, sans-serif;
    height: 60px;
    float: left;
    line-height: 60px;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    padding: 0 10px;
    max-width: 500px;
    padding: 0 25px 0 25px;
}

.car-offer-sale span{
    font-size: 20px;
    font-weight: 700;
}

.car-offer-description{
    width: 635px;
    height: 230px;
    padding-top: 30px;
    box-sizing: border-box;
}

.car-offer-description p{
    padding: 0 100px 0 0;
    margin: 0;
    font-size: 12px;
    color: #4c4c4c;
}

.car-offer-type {
    position: absolute;
    left: 0;
    bottom: 70px;
    line-height: 16px;
    text-transform: none;
    font-size: 12px;
    display: block;
    font-weight: bold;
}

.car-code {
    position: absolute;
    top: 40px;
    right: 20px;
    font-size: 12px;
    color: #cfcfcf;
}
.car-code-detail {
    

}

.car-offer-description-button{
    position: absolute;
    bottom: 20px;
    right: 0;
}
.car-pobocka {
    position: absolute;
    bottom: 20px;
    left: 0;
}
.car-pobocka strong {
    display: block;
    background: #eeeeee;
    color: #4c4c4c;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 5px 20px;
    margin-left: 20px;
    text-align: center;
    vertical-align: middle;
}

.car-color-wrapper{
    margin-left: -6px;
    margin-right: -6px;
    padding-bottom: 30px;
}

.car-color-item{
    width: 311px;
    height: 290px;
    box-sizing: border-box;
    border-bottom: 1px solid #c1c1c1;
    margin: 0 6px;
}

.car-color-item-img {
    width: 311px;
    height: 250px;
    overflow: hidden;
}

.car-color-item-text{
    padding: 0 10px;
}

.car-color-item-text-name{
    color: #343434;
    font-size: 16px;
    font-family: "nissan_ag", "verdana", arial, helvetica, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    width: 70%;
}

.car-color-item-text-code{
    color: #c51733;
    font-size: 16px;
    font-family: "nissan_ag", "verdana", arial, helvetica, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    width: 30%;
    text-align: right;
}

.page-body-list-header{
    width: 100%;
    height: 445px;
    margin-bottom: 20px;
}

.list-header-img{
    width: 1280px;
    height: 445px;
}

.page-body-vuz-list-header {
    width: 100%;
    height: 133px;
    margin-bottom: 20px;
}


/* menu */
.nav > li.non-relative{position: inherit;}
.nav > li > a:hover,
.nav > li > a:focus{
    background: transparent;
}
.submenu-cars-wrapper{
    position: absolute;
    top: 100%;
    left: 0;
    width: 1280px;
    height: 445px;
    z-index: 990;
    background: #eeeeee;
    display: none;
}

.submenu-cars-wrapper > ul{
    width: 271px;
    height: 445px;
    list-style: none;
    padding: 80px 0 0 0;
    background: url("/images/bg-menu-cars.png") no-repeat right 0;
}

.submenu-cars-wrapper > ul > li{
    padding: 0;
    margin: 0;
}

.submenu-cars-wrapper > ul > li > a{
    display: block;
    box-sizing: border-box;
    padding-left: 51px;
    height: 53px;
    line-height: 53px;
    color: #333333;
    font-family: "nissan_ag", "verdana", arial, helvetica, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
}

.submenu-cars-wrapper > ul > li > a:hover,
.submenu-cars-wrapper > ul > li > a:focus,
.submenu-cars-wrapper > ul > li.active > a{
    color: #c71444;
    background: url("/images/bg-menu-cars-li.png") no-repeat 0 0;
}

.subsubmenu-cars-wrapper{
    position: absolute;
    top: 0;
    left: 271px;
    width: 1009px;
    height: 445px;
    padding-top: 30px;
    display: none;
}

.submenu-cars-wrapper > ul > li.active .subsubmenu-cars-wrapper{
    display: block;
}

.subsubmenu-cars-item{
    width: 250px;
    height: 190px;
}

.subsubmenu-cars-item a{
    text-decoration: none;
}

.subsubmenu-cars-item a:hover{
    color: #c71444;
}

.subsubmenu-cars-item-name h2{
    color: #343434;
    font-family: "nissan_ag", "verdana", arial, helvetica, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0;
    margin: 0;
    text-align: center;
}
.subsubmenu-cars-item a:hover .subsubmenu-cars-item-name h2{
    color: #c71444;
}

.subsubmenu-cars-item-price{
    color: #c71444;
    font-size: 14px;
    font-family: "nissan_ag", "verdana", arial, helvetica, sans-serif;
    font-weight: normal;
    text-align: center;
}

.submenu-cars-background{
    position: absolute;
    top: 105px;
    left: 0;
    width: 100%;
    height: 445px;
    background: #eeeeee;
    z-index: 100;
    display: none;
}
.dropdown-hover-menu-wrapper{
    position: absolute;
    display: none;
    top: 28px;
    left: 50%;
    z-index: 1001;
    padding-top: 5px;
    background: url("/images/arrow-tab.png") no-repeat center 0;
}
.dropdown-hover-menu{
    min-width: 155px;
    padding: 5px 15px;
    border: 3px solid #c71444;
    border-radius: 4px;
    background: #ffffff;
    list-style: none;
}

.dropdown-hover-menu > li{
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: normal;
    font-family: "nissan_ag", "verdana", arial, helvetica, sans-serif;
}

.dropdown-hover-menu > li > a{
    display: block;
    color: #343434;
    text-decoration: none;
    padding: 6px 0;
    margin: 0;
    white-space: nowrap;
}

.dropdown-hover-menu > li > a.active,
.dropdown-hover-menu > li > a:hover{
    color: #c71444;
}


/* modalni okno */
.modal-content {
    position: relative;
    border: none;
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;

    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #eaeaea 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eaeaea)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#eaeaea 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#eaeaea 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#eaeaea 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#eaeaea 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
}

.modal-content a{
    color: #c71444;
    text-decoration: none;
}

.modal-content a:hover{
    color: #d11e4e;
}

.modal-header {
    background: #4c4c4c;
    height: 50px;
    padding: 15px;
    border-bottom: 4px solid #c71444;
}

.modal-header h4.modal-title{
    font-size: 18px;
    color: #ffffff;
    font-family: "nissan_ag", "verdana", arial, helvetica, sans-serif;
    text-transform: uppercase;
    line-height: normal;
}

.modal-header .close{
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;

    margin: 0;
    float: none;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    text-shadow: none;
    filter: alpha(opacity=1);
    opacity: 1;
    background: #c71444 url("/images/button-x.png") no-repeat center center;
}

.modal-footer {
    padding: 0 0 60px 0;
    text-align: center;
    border-top: none;
}

.modal-body {
    position: relative;
    padding: 60px 60px 0 60px;
}

.modal-body h2 {
    color: #343434;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    padding: 0 0 30px 0;
    margin: 0;
    text-transform: uppercase;
}

.modal-body p{
    color: #000000;
    font-size: 12px;
    padding: 0 0 30px 0;
    margin: 0;
}
.modal-body .form-block {
    margin-bottom: 30px;
}

.modal-body .captcha {
    line-height: 27px;
}

.page-body-subpage-header{
    width: 100%;
    min-height: 85px;
}

.page-body-subpage-header.page-header-banner{
    margin-bottom: 60px;
}

.page-body-subpage-content .title h1{
    /*margin: 0 300px 60px 30px;*/
    margin: 0 300px 60px 0;
    color: #343434;
    font-size: 30px;
    font-weight: 700;
    font-family: "nissan_ag", "verdana", arial, helvetica, sans-serif;
    text-transform: uppercase;
}

.page-body-subpage-content{
    padding-bottom: 50px;
}
.structure-content-block{
    width: 1280px;
    overflow: hidden;
}

.structure-content-block .col-xs-1,
.structure-content-block .col-sm-1,
.structure-content-block .col-md-1,
.structure-content-block .col-lg-1,
.structure-content-block .col-xs-2,
.structure-content-block .col-sm-2,
.structure-content-block .col-md-2,
.structure-content-block .col-lg-2,
.structure-content-block .col-xs-3,
.structure-content-block .col-sm-3,
.structure-content-block .col-md-3,
.structure-content-block .col-lg-3,
.structure-content-block .col-xs-4,
.structure-content-block .col-sm-4,
.structure-content-block .col-md-4,
.structure-content-block .col-lg-4,
.structure-content-block .col-xs-5,
.structure-content-block .col-sm-5,
.structure-content-block .col-md-5,
.structure-content-block .col-lg-5,
.structure-content-block .col-xs-6,
.structure-content-block .col-sm-6,
.structure-content-block .col-md-6,
.structure-content-block .col-lg-6,
.structure-content-block .col-xs-7,
.structure-content-block .col-sm-7,
.structure-content-block .col-md-7,
.structure-content-block .col-lg-7,
.structure-content-block .col-xs-8,
.structure-content-block .col-sm-8,
.structure-content-block .col-md-8,
.structure-content-block .col-lg-8,
.structure-content-block .col-xs-9,
.structure-content-block .col-sm-9,
.structure-content-block .col-md-9,
.structure-content-block .col-lg-9,
.structure-content-block .col-xs-10,
.structure-content-block .col-sm-10,
.structure-content-block .col-md-10,
.structure-content-block .col-lg-10,
.structure-content-block .col-xs-11,
.structure-content-block .col-sm-11,
.structure-content-block .col-md-11,
.structure-content-block .col-lg-11,
.structure-content-block .col-xs-12,
.structure-content-block .col-sm-12,
.structure-content-block .col-md-12,
.structure-content-block .col-lg-12 {
    position: relative;
    min-height: 1px;
    /*
    padding-right: 30px;
    padding-left: 30px;
    */
    /*padding-right: 0;*/
    /*padding-left: 0;*/
}

.structure-content-block h2{
    margin: 0 0 30px 0;
    color: #343434;
    font-size: 24px;
    /*font-weight: 700;*/
    font-family: "nissan_ag", "verdana", arial, helvetica, sans-serif;
    text-transform: uppercase;
}
.structure-content-block h2.dealer {
    text-transform: none;
}

.structure-content-block p{
    margin-bottom: 30px;
    font-size: 12px;
    color: #000000;
    font-weight: normal;
}

.structure-content-block ul{
    list-style: none;
    padding: 0;
    margin: -5px 0 35px 0;
}

.structure-content-block ul li{
    padding-left: 15px;
    background: url("/images/arrow-li-red.png") no-repeat 0 center;
    margin-bottom: 5px;
    color: #000000;
    font-size: 12px;
}

.structure-content-block ol{
    padding: 0;
    margin: -5px 0 35px 0;
    list-style-position: inside;
}

.structure-content-block ol li{
    margin-bottom: 5px;
    color: #000000;
    font-size: 12px;
}

.structure-content-block a{
    color: #c71444;
    text-decoration: underline;
}

.structure-content-block a:hover{
    color: #c71444;
    text-decoration: none;
}

.email-break {
    /*word-break: break-all;*/
}


.structure-content-block a.btn{
    color: #ffffff;
    text-decoration: none;
    margin-bottom: 60px;
}

.structure-paragraph-block .photo {
    margin: 0 0 20px 0;
    padding: 0;
}
.structure-paragraph-block .photo p {
    text-align: center;
}

.structure-paragraph-block .photo.photo-orig,
.structure-paragraph-block .photo.photo-center {
    /*
    margin-left: -30px;
    margin-right: -30px;
    */
    margin-bottom: 60px;
}
.structure-paragraph-block .photo.photo-orig div {
    text-align: center;
}

.structure-paragraph-block .photo.photo-center {
    width: 100%;
    height: 367px;
}

.structure-paragraph-block .photo.photo-right {
    float: right;
    margin-right: -30px;
    margin-left: 30px;
    margin-bottom: 10px;
    padding-right: 30px;
}
.structure-paragraph-block .photo.photo-left {
    float: left;
    margin-left: -30px;
    margin-right: 30px;
    margin-bottom: 10px;
    padding-left: 30px;
}


.structure-galerie-block .galerie-slider {
    width: 100%;
    height: 220px;
    position: relative;
    margin-bottom: 60px;
}
.structure-content-block .structure-galerie-block ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.structure-content-block .structure-galerie-block ul li {
    padding-left: 0;
    background: none;
    margin-bottom: 0;
    color: #000000;
    font-size: 12px;
}

.structure-content-block .structure-galerie-block ul li p{
    text-align: center;
    padding: 10px;
    background: #eeeeee;
}

.structure-galerie-block .galerie-small{
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 40px;
}
.galerie-small .col-sm-4,
.galerie-small .col-xs-12{
    padding-left: 5px;
    padding-right: 5px;
}

.structure-galerie-block .galerie-big{
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 40px;
}

.galerie-big .col-sm-6,
.galerie-big .col-xs-12{
    padding-left: 10px;
    padding-right: 10px;
}

.structure-galerie-block .galerie-small .photo,
.structure-galerie-block .galerie-big .photo {
    margin: 0 0 20px 0;
    float: left;
}
.structure-galerie-block .photo p {
    text-align: center;
    padding: 10px; 
}
.structure-galerie-block .photo p a {
    color: #343434;
    text-decoration: none;
}
.structure-galerie-block .photo p span,
.structure-galerie-block .photo p a span {
    font-size: 16px;
    color: #c71444;
    font-weight: bold;
}

.structure-soubory-block{
    /*margin-left: -5px;*/
    /*margin-right: -5px;*/
    margin-bottom: 50px;
}
.structure-soubory-block .col-xs-4{
    padding-left: 5px;
    padding-right: 5px;
}
.structure-soubory-block .soubory{
    margin-left: -5px;
    margin-right: -5px;
}
.structure-soubory-block .soubory .soubor {
    background: #ffffff;
    border: 1px solid #c1c1c2;
    border-radius: 0;
    margin: 0 0 10px 0;
    padding: 10px 15px;
}
.structure-soubory-block .soubory .soubor p{margin-bottom: 0;}
.structure-soubory-block .soubory .soubor .title {
    margin: 0;
    padding: 0 80px 10px 0;
    position: relative;
}
.structure-soubory-block .soubory .soubor .title > a {
    color: #000000;
    font-family: "nissan_ag", "verdana", arial, helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    padding: 0;
    margin: 0;
    text-decoration: none;
}
.structure-soubory-block .soubory .soubor .title > .info {
    color: #000000;
    font-size: 12px;
}
.structure-soubory-block .soubory .soubor .title .controls {
    position: absolute;
    right: -5px;
    top: 0;
}
.structure-soubory-block .soubory .soubor .title .controls > a {
    display: inline-block;
    padding: 5px 20px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: normal;
    font-family: "nissan_ag", "verdana", arial, helvetica, sans-serif;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    color: #ffffff;
    background-color: #c71444;
    border-color: #c71444;
    text-transform: uppercase;
    text-decoration: none;
}

.structure-video-block{
    margin-bottom: 60px;
}

/* structure table */
.structure-table-block{
    margin-top: 20px;
    /*
    margin-left: -30px;
    margin-right: -30px; */
    margin-left: 0;
    margin-right: 0;
}
.structure-table-block table {
    width: 100%;
    margin-bottom: 30px;
}
.structure-table-block table > thead > tr > td {
    background: #4c4c4c;
    color: #ffffff;
    border-bottom: 4px solid #c71444;
    padding: 0 15px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
}

.structure-table-block table > tbody > tr > td {
    color: #000000;
    border-bottom: 1px solid #c1c1c1;
    background: #ffffff;
    padding: 10px 15px;
    font-size: 12px;
}

.structure-table-block table > tbody > tr:nth-of-type(odd) > td {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #eaebea 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eaebea));
    background: -webkit-linear-gradient(top, #ffffff 0%,#eaebea 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#eaebea 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#eaebea 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#eaebea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaebea',GradientType=0 );
}

.page-header-text-wrapper{
    position: absolute;
    bottom: 50px;
    left: 50px;
}
.page-header-text{
    width: 800px;
    color: #ffffff;
}
.page-header-text h2{
    font-size: 50px;
    line-height: 40px;
    padding: 0 0 22px 0;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
}

.page-header-text p{
    font-size: 18px;
    line-height: 18px;
    padding: 0 0 25px 0;
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
}

.page-contact{color: #000000;}
.page-contact.page-personal{padding-top: 0px; padding-bottom: 0;}
.page-contact h2{
    color: #c71444;
    font-size: 12px;
    /*font-weight: 700;*/
    padding: 0;
    margin-bottom: 20px;
}

.page-contact h3 {
    color: #000000;
    font-size: 12px;
    font-weight: 700;
    padding: 0;
    margin-bottom: 10px;
}

.page-contact p{
    margin-bottom: 15px;
}

.page-contact table{
    /*width: 100%;*/
    border-spacing: 0;
    font-size: 12px;
    font-family: "verdana", arial, helvetica, sans-serif;
    margin-bottom: 15px;
}

.page-contact table.kontakt-table,
.page-contact table.oteviraci-doba {
    width: 100%;
}

.page-contact table.oteviraci-doba td.label-td,
.page-contact table.kontakt-table td.label-td {
    width: 70px;
}
.no-wrap {
    white-space: nowrap;
}

.page-contact table tr td{
    vertical-align: top;
}
.page-contact table tr td:first-of-type{
    padding-right: 25px;
}

.page-contact.page-personal p strong{
    color: #c71444;
}

.page-contact.page-personal p a{
    color: #000000;
    text-decoration: none;
}
.page-contact.page-personal p a:hover{
    text-decoration: underline;
}

.page-contact.page-personal > .col-xs-3{
    margin-bottom: 45px;
}

.contact-map-shadow{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    z-index: 999;
}
.contact-map,
.maps{
    width: 100%;
    height: 445px;
}

.cena-info {
    padding: 20px;
}

.content-close-view{
    width: 100%;
    height: 445px;
    background: #eeeeee;
}

/* popup */
.popup-overlay{
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 2000;
    background: rgba(0,0,0,0.9);
}

.popup-banner-wrapper{
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 2500;
    overflow: auto;
}

.popup-banner-wrapper-close{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2600;
}

.popup-banner-item{
    display: table;
    width: 100%;
    height: 100%;
}

.popup-banner{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    overflow: auto;
}

.popup-banner-img-wrapper{
    display: inline-block;
    position: relative;
    max-width: 90%;
    height: auto;
    z-index: 2700;
}
.popup-banner-text{
    border: 10px solid #ffffff;
    max-width: 992px;
    padding: 30px;
    background: #313131;
    text-align: left;
    -webkit-box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.3);

}
.popup-banner-text h2{
    color: #c71444;
    font-weight: 700;
    margin-bottom: 20px;
}
.popup-banner-text p{
   color: #ffffff;
}
.popup-banner-text p a{
    color: #ffffff;
    text-decoration: underline;
    word-break: break-all;
}
.popup-banner-text p a:hover{
    color: #c71444;
    text-decoration: none;
}

.popup-banner img{
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    max-width: 100%;
    height: auto;
}

.popup-close{
    position: absolute;
    top: 0;
    right: -40px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #c42132;
    color: #ffffff;
    z-index: 2700;
    cursor: pointer;
}

/* left banners */
.left-site-wrapper{
    position: absolute;
    top: 152px;
    right: 0;
    width: 100px;
    z-index: 100;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.left-site-header{
    background: #000000;
    color: #ffffff;
    font-weight: 700;
    font-size: 11px;
    box-sizing: border-box;
    padding: 10px;
}

.top-site-wrapper{
    display: none;
    position: absolute;
    top: 25px;
    right: 0;
    height: 51px;
    z-index: 100;
}

.top-site-item{
    float: left;
    margin-right: 13px;
}

/* facebook left */
.likebox {
    background: url('/images/facebook.png') right center no-repeat;
    display: block;
    float: left;
    padding: 0 30px 0 0;
    z-index: 99999;
    position: absolute;
    left: -120px;
    top: 152px;
}
.likebox div.likebox-content {
    position:relative;
    display:block;
    background: #ffffff;
    height: 134px;
    width: 118px;
    border: 1px solid #3b5997;
}

.footer-facebook {
    padding: 11px 14px 4px 14px;
    min-height: 75px;
}

.facebook-link{
    margin: 6px 14px 0 14px;
}

.likebox .facebook-page {
    padding: 0 0 0 14px;
}

.facebook-page a{
    text-decoration: none;
}


.eet-text {
    margin-right: 40px;
    margin-top: 40px;
}
.eet-text p {
    color: #c71444;
    text-align: justify;
}


/* tabulka bez stylu */
table.basic-table,
.structure-table-block table.basic-table {
    margin: auto;
    width: auto;
}
table.basic-table td,
.structure-table-block table.basic-table td
.structure-table-block table.basic-table > tbody > tr:nth-of-type(2n+1) > td,
.structure-table-block table.basic-table > tbody > tr > td {
    background: none;
    border: 0;
    padding: 0;
}

.servis-button-holder {
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: center;
}
.servis-button-holder .btn {
    text-transform: uppercase;
}

.btn-servis {
    padding: 20px 60px;
    font-size: 18px;
}



.modal-body .btn {
    font-family: "verdana", arial, helvetica, sans-serif;
}

.mrvuz-blok > h2 {
    margin-bottom: 30px;
}

.mr-vuz-list-blok {
    background: #eeeeee;
    margin-bottom: 60px;
    border-top: 1px solid #c1c1c1;
}
.mr-vuz-list-blok .mr-vuz {
    float: left;
    width: 25%;
    margin-bottom: 30px;
}

.mr-vuz-list-blok .mr-vuz a:hover {
    text-decoration: none;
}

.header-banner-gtr{
    position: absolute;
    top: 22px;
    right: 0;
}

.page-personal  h3 {
    text-transform: uppercase;
}

.vuz-detail-strankovani {
    height: 55px;
    position: relative;
    top: -10px;
}
.vuz-detail-strankovani .buttons {
    float: right;
    margin: 0;
}
.vuz-detail-strankovani .buttons .btn {
    line-height: 30px;
}
.vuz-detail-strankovani .button-block {
    margin-left: 20px;
    float: left;
}
.vuz-detail-strankovani .button-disabled {
    float: left;
    display: inline-block;
    padding: 5px 20px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: normal;
    font-family: "nissan_ag", "verdana", arial, helvetica, sans-serif;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;

    text-transform: uppercase;
    background: #c5c5c5;
    color: #eeeeee;
    line-height: 30px;

}


.spotlight-wrapper{
    width: auto;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}
.latest-space,
.spotlight-space{
    display: none;
}
.latest-wrapper .clearfix{
    display: none;
}
.latest-item,
.spotlight-item {
    width: calc(33.33% - 10px);
    height: auto;
    margin-left: 5px;
    margin-right: 5px;
}
.latest-item{
    width: calc(25% - 10px);
}
.spotlight-item,
.latest-item{
    margin-bottom: 20px;
}
.spotlight-item.last{
    order:1;
}
.latest-item a,
.spotlight-item a{
    width: 100%;
    height: auto;
}
.latest-item-img,
.latest-item-img img,
.spotlight-item-img,
.spotlight-item-img img{
    width: 100%;
    max-width: 100%;
    height: auto;
}

.homepage-finder-wrapper{
    width: calc(66.66% - 10px);
    margin-left: 5px;
    margin-right: 5px;
}

.fb-plugin-wrapper{
    padding-top: 30px;
    padding-bottom: 30px;
}

/* akce/aktuality */
.news-detail .structure-paragraph-block .photo{
    position: relative;
}
.news-detail .structure-paragraph-block .photo p{
    position: absolute;
    top: 50px;
    left: 50px;
    max-width: 40%;
    padding: 20px;
    background: rgba(0,0,0,0.6);
    color: #ffffff;
    font-weight: 700;
    font-size: 24px;
    text-align: left;
}
.news-detail .structure-paragraph-block .photo p span{
    color: #c71444;
}
.news-detail h3{
    font-size: 20px;
}
.news-detail .konfigurator-btn{
    position: relative;
    top: auto;
    left: auto
}
.news-detail .btn{
    margin-left: 15px;
    margin-bottom: 15px;
}
.news-detail .btn:first-of-type{
    margin-left: 0;
}
.news-detail .structure-content-block a.btn{
    margin-bottom: 15px;
}
.news-detail .btn.btn-big{
    padding-top: 21px;
    padding-bottom: 22px;
    padding-right: 40px;
    padding-left: 40px;
}
.news-detail .page-body-subpage-content .title h1 span{
    font-weight: 500;
    color: #c71444;
    font-size: 20px;
}

.page-body-detail-new-header .new-header-img{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
}
.page-body-detail-new-header .new-header-img > img{
    margin-left: auto;
}
.video {
    margin-top: 12px;
}

/* media querys */
@media (min-width: 768px){
    .navbar-nav{
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: nowrap;
        height: 50px;
        margin-top: 55px;
    }
    .navbar-nav > li > a{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        text-align: center;
    }
    .submenu-cars-wrapper > ul.submenu .caret{
        display: none;
    }
    #navbar .main-info{
        display: none;
    }
}
@media (min-width: 1300px){
    .container{
        width: 1280px;
        padding-left: 0;
        padding-right: 0;
    }
    .page-body-detail-new-header .new-header-img > img{
        margin-top: 5%;
        margin-right: 5%;
    }
}

@media (max-width: 1450px){
    .left-site-wrapper{
        display: none;
    }
    .top-site-wrapper{
        display: block;
    }
}
@media (max-width: 1299px){
    body{
        min-width: auto;
        padding-bottom: 0;
    }
    #page-footer{
        position: relative;
        left: auto;
        bottom: auto;
        height: auto;
    }
    .row.page-footer,
    .row.footer-logos{
        margin-left: -15px;
        margin-right: -15px;
    }
    .copy{
        position: relative;
        bottom: auto;
        right: auto;
        text-align: center;
        padding: 10px 15px;
    }
    .main-wrapper{
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: nowrap;
        height: auto;
    }
    .main-banner{
        width: calc(100% - 220px);
    }
    #page-footer{
        width: 100%;
        min-width: auto;
    }
    .footer-heading{
        padding-left: 0;
    }
    .footer-text.adresa{
        padding-left: 0;
    }
    .footer-text{
        padding-left: 0;
    }
    .main-info{
        width: 220px;
        height: 409px;
        overflow: hidden;
    }
    .main-info .logo img{
        width: auto;
        max-width: 100%;
        height: auto;
    }
    .main-info .content{
        padding: 0px 10px 10px 10px
    }
    .main-info-anchor{
        bottom: 20px;
        left: 10px;
    }
    .latest-wrapper{
    }

    .homepage-finder-wrapper{
        height: auto;
    }
    .homepage-finder-wrapper .tab-pane{
        height: 233px;
    }
    .list-finder-wrapper .finder-select,
    .finder-select{
        width: calc(50% - 5px);
    }

    .list-finder-wrapper .finder-select{
        margin-bottom: 15px;
    }

    .current-offer-item-img{
        width: 100%;
        height: auto;
    }
    .current-offer-item-img img{
        width: auto;
        max-width: 100%;
        height: auto;
    }
    .current-offer-wrapper{
        position: relative;
    }
    .current-offer-item{
        height: auto;
    }

    .submenu-cars-wrapper{
        width: 100%;
        /*position: fixed;*/
        height: 425px;
    }
    .submenu-cars-wrapper > ul{
        width: 180px;
        height: auto;
        padding-top: 40px;
    }
    .submenu-cars-wrapper > ul > li > a{
        padding-left: 20px;
        font-size: 14px;
    }
    .subsubmenu-cars-wrapper{
        left:180px;
        width: calc(100% - 180px);
        height: auto;
    }
    .subsubmenu-cars-item{
        width: 25%;
        height: auto;
    }
    .subsubmenu-cars-item-img img{
        width: auto;
        max-width: 100%;
        height: auto;
    }
    .submenu-cars-background{
        display: none !important;
    }
    .fb-logo{
        margin-left: 0;
    }

    /* structure */
    .structure-content-block{
        width: 100%;
    }
    .new-header-logo .logo img,
    .used-header-logo .logo img,
    .list-header-logo .logo img,
    .page-header-logo .logo img{
        width: auto;
        height: 60px;
    }

    .container .container{
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    /* vozy */
    .page-body-detail-new-header{
        height: auto;
        overflow: hidden;
    }
    .page-body-detail-new-header .new-header-img{
        position: relative;
    }
    .new-header-text-wrapper{
        position: relative;
        top: auto;
        left: auto;
        padding-top: 85px;
        max-width: 100%;
        padding-right: 50%;
    }
    .page-body-detail-new-header .new-header-img > img{
        height: auto;
        position: absolute;
        top:50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0;
        max-width: 50%;
    }
    .new-header-buttons{
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        padding-bottom: 50px;
    }

    .detail-description{
        width: calc(50% - 10px);
        padding-right: 0;
    }
    .detail-description-table{
        width: calc(50% - 10px);
        padding-left: 0;
    }

    .car-offer-item{
        height: auto;
    }
    .car-offer-img {
        width: 350px;
        height: 230px;
    }
    .car-offer-main-info {
        width: 295px;
        height: 230px;
        padding: 30px 30px 0 20px;
        box-sizing: border-box;
    }
    .car-offer-description {
        width: calc(100% - 295px - 350px);
        height: 230px;
        padding-top: 30px;
        box-sizing: border-box;
    }

    .page-body-vuz-list-header{
        height: 55px;
    }
    .list-finder-wrapper{
        width: 100%;
    }

    .detail-files-wrapper{
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
        margin-left: -5px;
        margin-right: -5px;
    }
    .detail-files-space{
        display: none;
    }
    /*.detail-files-item{*/
        /*width: calc(33.33% - 10px);*/
        /*float: none;*/
        /*margin-left: 5px;*/
        /*margin-right: 5px;*/
    /*}*/
    .detail-files-item-text-wrapper{
        width: calc(100% - 85px);
    }

    .car-color-wrapper{
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    .car-color-item{
        width: calc(33.33% - 12px);
        height: auto;
    }
    .car-color-item-img{
        width: 100%;
        height: auto;
        text-align: center;
    }
    .car-color-item-img img{
        width: auto;
        max-width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }
    .car-color-item-text{
        height: 44px;
    }


    .page-body-detail-used-header{
        height: auto;
    }
    .used-header-wrapper{
        width: 100%;
        height: auto;
    }
    .used-header-text-wrapper{
        position: relative;
        top: auto;
        left: auto;
        padding-top: 85px;
        padding-bottom: 50px;
    }

    .tech-spec-main ul{
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    .tech-spec-main ul li{
        float: none;
        width: calc(33.33% - 10px);
        margin-right: 0;
    }
    .structure-paragraph-block .photo.photo-orig img,
    .structure-paragraph-block .photo.photo-center img{
        max-width: 100%;
    }

    .structure-paragraph-block .photo.photo-right,
    .structure-paragraph-block .photo.photo-left{
        margin-right: 0;
        max-width: calc(50% - 30px);
    }
    .list-finder-wrapper .finder-slider{
        padding-left: 0;
    }

    .latest-item{
        width: calc(33.33% - 10px);
    }
    .news-detail .structure-paragraph-block .photo.photo-left{
        margin-right: 30px;
        margin-left: 0;
        padding-left: 0;
    }
    .news-detail .structure-paragraph-block .photo.photo-right{
        margin-left: 30px;
        margin-right: 0;
        padding-right: 0;
    }
    .list-header-logo img{
        width: auto;
        max-height: 60px;
    }
}
@media (max-width: 1199px){
    .top-site-wrapper{
        display: none;
    }
    .homepage-finder-wrapper .tab-pane{
        height: 219px;
    }
    .homepage-finder-wrapper .finder-wrapper{
        width: calc(100% - 100px);
        padding: 20px 0;
    }
    .navbar-header{
        width: 97px;
        position: relative;
    }
    .nissan-logo{
        left: 0;
    }
    .nissan-logo img{
        height: 105px;
        width: auto;
        max-width: 100%;
    }
    .navbar-collapse{
        width: calc(100% - 97px);
        float: left;
    }
    .main-wrapper{
        flex-wrap: wrap;
        min-height: 4px;
    }
    .main-banner{
        width: 100%;
    }
    .main-info{
        display: none;
    }

    .detail-description{
        width: 100%;
    }
    .detail-description-table{
        width: 100%;
    }

    .car-offer-img {
        width: 250px;
        height: 230px;
        overflow: hidden;
    }
    .car-offer-img a{
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
    }
    .car-offer-img img{
        width: auto;
        height: auto;
        max-width: 100%;
    }
    .car-offer-main-info {
        width: 200px;
        height: 230px;
        padding: 30px 0 0 20px;
        box-sizing: border-box;
    }
    .car-offer-description {
        width: calc(100% - 470px);
        padding-top: 30px;
        box-sizing: border-box;
        padding-bottom: 80px;
    }
    .car-offer-description p{
        padding-right: 0;
    }

    .detail-description-table{
        padding-top: 0;
    }

    .vuz-detail-strankovani{
        top: 0;
        height: auto;
        margin-bottom: 30px;
    }
    .vuz-detail-strankovani .buttons{
        width: 100%;
    }
    .vuz-detail-strankovani .button-block{
        margin-left: 0;
    }
    .vuz-detail-strankovani .button-block:first-of-type{
        float: left;
    }
    .vuz-detail-strankovani .button-block:last-of-type{
        float: right;
    }
    .header-info{
        left: 120px;
    }

    .detail-files-item{
        width: calc(50% - 10px);
        float: none;
        margin-left: 5px;
        margin-right: 5px;
    }
}
@media (max-width: 1099px){
    .submenu-cars-wrapper{
        height: 380px;
    }


}
@media (max-width: 991px){
    .homepage-finder-wrapper,
    .homepage-finder-wrapper .tab-pane{
        height: auto;
    }
    .page-body-banners .container{
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }

    .navbar-nav > li > a{
        margin-right: 15px;
        font-weight: normal;
    }

    .page-body-home-spotlight .container{
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    .spotlight-wrapper{
        flex-wrap: wrap;
        padding-bottom: 0;
    }
    .homepage-finder-wrapper{
        width: 100%;
        order:2;
    }
    .latest-item,
    .spotlight-item{
        width: calc(50% - 10px);
        height: auto;
    }
    .spotlight-item {
        margin-bottom: 20px;
    }

    #page-header .container{
        width: 100%;
    }
    .submenu-cars-wrapper{
        height: 335px;
    }

    .car-offer-img {
        width: 200px;
    }
    .car-offer-description {
        width: calc(100% - 420px);
    }

    .car-color-item{
        width: calc(50% - 12px);
    }

    .used-header-text-wrapper{
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    .used-header-text-wrapper .clearfix{
        display: none;
    }
    .used-header-title{
        float: none;
        width: 100%;
    }
    .used-header-text{
        float: none;
        width: 100%;
    }
    .used-header-price{
        float: none;
        width: 100%;
        order:3;
        top: auto;
        margin-left: 0;
    }
    .header-info{
        text-transform: none;
    }
    .used-header-price .price-original{
        text-align: left;
    }
}
@media (max-width: 849px){
    .navbar-nav > li > a{
        margin-right: 15px;
        font-weight: normal;
        text-transform: none;
    }
}
@media (max-width: 767px){
    .navbar-header{
        width: auto;
        float: none;
    }
    .nissan-logo{
        left: 15px;
    }
    .navbar-toggle{
        border-color: #c71444;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        margin-top: 34px;
    }
    .navbar-toggle .icon-bar{
        background: #c71444;
    }

    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:hover,
    .nav-tabs > li.active > a:focus{
        background: none;
    }

    .likebox{
        display: none;
    }

    /* menu */
    #page-header{
        position: relative;
        z-index: 100;
    }
    .navbar-collapse{
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        background: #ffffff;
    }
    .container > .navbar-collapse{
        margin-right: -15px;
        margin-left: -15px;
        width: initial;
        float: none;
        border-bottom: 4px solid #c71444;
    }
    .navbar-nav{
        margin-top: 10px;
        margin-left: 0;
        margin-right: 0;
    }
    .navbar-nav > li > a{
        margin-right: 0;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
    }
    .submenu-cars-wrapper{
        position: relative;
        top: auto;
        height: auto;
        background: #f6f6f6;
    }
    .submenu-cars-wrapper > ul{
        width: 100%;
        padding-top: 0;
        background: none;
    }
    .submenu-cars-wrapper > ul > li > a{
        padding-left: 0;
        text-align: center;
    }
    .subsubmenu-cars-wrapper{
        position: relative;
        top: auto;
        left: auto;
        padding: 0;
        width: 100%;
        background: #e2e2e2;
    }
    .subsubmenu-cars-wrapper:after{
        content: '';
        display: block;
        clear: both;
    }
    .subsubmenu-cars-item{
        width: 100%;
    }
    .subsubmenu-cars-item-img{
        display: none;
    }
    .subsubmenu-cars-item-price{
        display: none;
    }
    .subsubmenu-cars-item a{
        height: auto;
        line-height: normal;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 15px;
        display: block;
    }
    .subsubmenu-cars-item-name h2{
        font-size: 15px;
    }
    .submenu-cars-wrapper > ul > li > a{
        height: auto;
        line-height: normal;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 15px;
    }

    .submenu-cars-wrapper > ul > li.active > a{
        color: #333333;
    }
    .submenu-cars-wrapper > ul > li.active > a:hover,
    .submenu-cars-wrapper > ul > li.active > a:focus{
        color: #c71444;
    }
    .submenu-cars-wrapper > ul > li > a:hover,
    .submenu-cars-wrapper > ul > li > a:focus,
    .submenu-cars-wrapper > ul > li.active > a{
        background: transparent;
    }
    .dropdown-hover-menu-wrapper {
        position: relative;
        top: auto;
        left: auto;
        z-index: 1;
        padding-top: 0;
        background: #f6f6f6;
        margin-left: 0 !important;
    }
    .dropdown-hover-menu {
        min-width: 155px;
        padding: 0;
        border: none;
        border-radius: 0;
        background: transparent;
        list-style: none;
    }
    .dropdown-hover-menu > li > a{
        font-weight: 700;
        text-transform: uppercase;
        font-size: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
    }
    .footer-text ul{
        width: 25%;
        margin-right: 0;
    }

    .new-header-text-wrapper{
        width: 100%;
        max-width: none;
        padding-bottom: 0;
        padding-right: 0;
    }
    .page-body-detail-new-header .new-header-img > img{
        position: relative;
        max-width: 100%;
        top: auto;
        right: auto;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        margin-right: auto;
    }
    .page-body-detail-new-header .new-header-img .new-header-logo img{
        min-height: 0;
        object-fit: none;
        max-height: 60px;

    }
    .new-header-buttons{
        order: 2;
        width: 100%;
        padding-bottom: 30px;
    }
    .konfigurator-btn{
        position: relative;
        top: auto;
        left: auto;
    }

    .car-offer-item{
        margin-top: 30px;
    }
    .car-offer-img {
        width: 50%;
        height: auto;
    }
    .car-offer-img a{
        width: 100%;
        height: auto;
    }
    .car-offer-img img{
        height: auto;
        max-width: 100%;
    }
    .car-offer-main-info {
        width: 50%;
        height: auto;
        box-sizing: border-box;
    }
    .car-pobocka{
        position: relative;
        bottom: auto;
        left: auto;
        margin-top: 20px;
    }
    .car-pobocka strong{
        margin-left: 0;
    }
    .car-offer-description{
        width: 100%;
        height: auto;
    }
    .car-offer-type{
        left: auto;
        right: 50%;
        bottom: 25px;
        -webkit-transform: translateX(50%);
        -moz-transform: translateX(50%);
        -ms-transform: translateX(50%);
        -o-transform: translateX(50%);
        transform: translateX(50%);
    }

    .detail-files-wrapper{
        margin-left: 0;
        margin-right: 0;
    }
    .detail-files-item{
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .detail-description-table table > tbody > tr > td{
        line-height: normal;
    }

    .new-header-text h2,
    .used-header-title h2{
        font-size: 6vw;
        line-height: normal;
    }
    .new-header-text ul li,
    .new-header-text p,
    .used-header-text{
        font-size: 15px;
    }

    .modal-body{
        padding: 20px 20px 0 20px;
    }
    .modal-footer{
        padding-bottom: 20px;
    }
    .modal-body .captcha{
        padding-bottom: 10px;
    }
    .popup-banner{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .popup-close{
        right: 0;
        top:-40px;
    }
    .news-detail .structure-paragraph-block .photo.photo-left,
    .news-detail .structure-paragraph-block .photo.photo-right,
    .structure-paragraph-block .photo.photo-right,
    .structure-paragraph-block .photo.photo-left{
        margin-right: 0;
        margin-left: 0;
        max-width: 100%;
        width: 100%;
        float: none;
    }
    .structure-paragraph-block .photo.photo-right img,
    .structure-paragraph-block .photo.photo-left img{
        margin-left: auto;
        margin-right: auto;
    }

    .page-body-subpage-content .title h1{
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .structure-paragraph-block .photo.photo-orig,
    .structure-paragraph-block .photo.photo-center{
        margin-bottom: 30px;
    }
    .page-body-subpage-header.page-header-banner{
        margin-bottom: 30px;
    }

    .structure-galerie-block .galerie-small .photo img{
        margin-left: auto;
        margin-right: auto;
    }

    .header-info{
        top:0;
        height: 105px;
        padding-right: 80px;
    }

    .mr-vuz-list-blok .mr-vuz {
        width: 33.33%;
    }

    .detail-description-buttons{
        flex-wrap: wrap;
        margin-right: -2px;
        margin-left: -2px;
    }
    .detail-description-buttons .btn {
        margin-right: 2px;
        margin-left: 2px;
    }
    .detail-description-buttons .btn:last-of-type {
        margin-right: 2px;
    }
    .new-header-buttons-right a{
        justify-content: center;
    }
    #navbar .main-info{
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-wrap: wrap;
        width: 100%;
        height: auto;
        padding-bottom: 50px;
    }
    #navbar .main-info .content{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    .main-info-anchor{
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .new-header-logo, .used-header-logo, .list-header-logo, .page-header-logo{
        display: none;
    }
    .page-body-subpage-header,
    .page-body-vuz-list-header{
        height: auto;
        min-height: 30px;
    }
    .new-header-text-wrapper,
    .used-header-text-wrapper{
        padding-top: 30px;
    }
    .page-body-subpage-content{
        padding-bottom: 30px;
    }
}
@media (max-width: 649px){
    .footer-text ul{
        width: 50%;
    }
    .tech-spec-main ul li{
        width: calc(50% - 10px);
    }
}
@media (max-width: 549px){

    .spotlight-item{
        width: 100%;
        margin-bottom: 20px;
    }
    .spotlight-item a{
        width: auto;
        margin-left: auto;
        margin-right: auto;
        max-width: 420px;
    }

    .latest-item{
        width: 100%;
        margin-bottom: 20px;
    }
    .latest-item a{
        width: auto;
        margin-left: auto;
        margin-right: auto;
        max-width: 420px;
    }
    .list-finder-wrapper .finder-select,
    .finder-select{
        width: 100%;
        margin-bottom: 20px;
    }

    .car-offer-img{
        width: 100%;
        text-align: center;
    }
    .car-offer-main-info{
        width: 100%;
        padding-left: 0;
    }

    .car-color-wrapper {
        margin-left: 0;
        margin-right: 0;
    }
    .car-color-item{
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .new-header-text h2,
    .used-header-title h2{
        font-size: 24px;
    }

    .mr-vuz-list-blok .mr-vuz {
        width: 50%;
    }
}
@media (max-width: 449px){
    .tech-spec-main ul li{
        width: 100%;
    }

    .vuz-detail-strankovani .button-block{
        margin-bottom: 10px;
        width: 100%;
    }
    .vuz-detail-strankovani .button-block:first-of-type{
        float: left;
    }
    .vuz-detail-strankovani .button-block:last-of-type{
        float: left;
    }
    .vuz-detail-strankovani .buttons .btn,
    .vuz-detail-strankovani .button-disabled{
        width: 100%;
    }
    .col-xxs{
        width: 100%;
    }
    .btn-servis{
        padding: 10px 20px;
        font-size: 14px;
    }

    .header-info{
        display: none;
    }

    .main-banner .carousel{
        display: none;
    }
    .col-xss-12{
        width: 100%;
    }
    .news-detail .structure-paragraph-block .photo p{
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        max-width: 100%;
        background: transparent;
        color: #343434;
        font-size: 14px;
        text-align: center;
        margin-bottom: 15px;
        margin-top: 15px;
        padding: 0;
    }
    .btn{
        white-space: normal;
    }
    .new-header-buttons-left, .new-header-buttons-right{
        width: 100%;
    }
}
@media (max-width: 379px){
    .footer-text ul{
        width: 100%;
    }
    .mr-vuz-list-blok .mr-vuz .img-responsive{
        margin-left: auto;
        margin-right: auto;
    }
    .mr-vuz-list-blok .mr-vuz {
        width: 100%;
    }
}

.float-nav {
    position: fixed;
    top: 150px;
    left: 0;
    z-index: 999;
}

@media screen and (max-width: 768px) {
    .float-nav {
        display: none;
    }
}

.float-nav__list {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
    list-style: none;
}

.float-nav-item {
    display: flex;
    width: 40px;
}

.float-nav-item__link {
    width: 100%;
    display: flex;
    justify-content: center;
    transition: background-color 150ms ease-out;
    padding: 20px 0;
    line-height: 1;
}

.float-nav-item.float-nav-item--facebook .float-nav-item__link {
    color: #fff;
    background-color: #4267B2;
    text-decoration: none;
}

.float-nav-item.float-nav-item--facebook .float-nav-item__link:hover,
.float-nav-item.float-nav-item--facebook .float-nav-item__link:active,
.float-nav-item.float-nav-item--facebook .float-nav-item__link:focus,
.float-nav-item.float-nav-item--facebook .float-nav-item__link:focus-visible {
    background-color: #22488d;
    text-decoration: none;
}

.float-nav-item__content {
    display: flex;
    gap: 12px;
    writing-mode: tb-rl;
    transform: rotate(-180deg);
    white-space: nowrap;
}

.float-nav-item__content svg {
    width: 1.15em;
    height: 1.15em;
    fill: currentColor;
    transform: rotate(90deg);
}

.table-info {
    font-size: 12px;
    text-transform: none;
}
.table-info td {
    padding: 0 10px;
}



.socials {
    margin-top: 1rem;
}
.socials .socials-item {
    margin-bottom: 1rem;
}
.socials .socials-item a {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.socials .socials-item img {
    width: 3rem;
    height: 3rem;
    object-fit: contain;
    border-radius: 5rem;
}
.socials .socials-item span {
    padding-bottom: .1em;
}



.socials-float {
    position: fixed;
    right: 0;
    top: 240px;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    z-index: 10;
}
@media (max-width: 600px) {
    .socials-float {
        display: none;
    }
}
.socials.socials-float .socials-item {
    width: 5rem;
    height: 5rem;
    background: gray;
    position: relative;
    margin-bottom: 0;
}
.socials.socials-float .socials-item a {
    display: flex;
    align-items: center;
    gap: 0;
    width: 14rem;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .5s ease-in-out;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}
.socials.socials-float .socials-item a:hover {
    left: -9rem;
}
.socials.socials-float .item-facebook {
    background: rgb(0,98,224);
    background: linear-gradient(0deg, rgba(0,98,224,1) 0%, rgba(25,175,255,1) 100%);
    top: 0;
}
.socials.socials-float .item-instagram {
    background: rgb(254,99,4);
    background: linear-gradient(5deg, rgba(254,99,4,1) 12%, rgba(255,32,46,1) 25%, rgba(244,2,219,1) 80%);
    top: 5rem;
}
.socials.socials-float .socials-item img {
    display: inline-block;
    width: 2.4rem;
    height: 2.4rem;
    object-fit: contain;
    border-radius: 0;
    margin: 1.3rem;
}
.socials.socials-float .socials-item span {
    padding-bottom: .1em;
}

.new-header-price-action {
    display: inline-block;
    margin-top: -1em;
    background: #c71444;
    color: #ffffff;
    padding: 0.3em 0.5em;
}
.red-tag {
    display: inline-block;
    background: #c71444;
    color: #ffffff;
    padding: 0.2em 0.5em;
}

.swiper {
    --swiper-navigation-sides-offset: 40px;
}
.swiper-pagination-bullet {
    background: #ffffff;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    background: #c71444;
}
.swiper-button-prev,
.swiper-button-next {
    color: rgba(255, 255, 255, 0.5);
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
    color: #c71444;
}
.swiper-button-prev::after,
.swiper-button-next::after {
    content: '';
    display: block;
    width: 21px;
    height: 21px;
    border-top: 7px solid;
    border-right: 7px solid;
    transform: rotate(225deg) translate(-3px, 3px);
    transition: all 0.2s ease-in-out;
}
.swiper-button-next::after {
    transform: rotate(45deg) translate(-3px, 3px);
}
.swiper-slide img {
    display: block;
    max-width: 100%;
    height: auto;
}

.swiper.gallery-top {
    margin-bottom: 30px;
}
.swiper.gallery-top .swiper-slide img {
    max-height: 500px;
    margin-inline: auto;
}
.swiper.gallery-thumbs {
    --swiper-navigation-sides-offset: 10px;
    margin-top: -20px;
    margin-bottom: 30px;
    cursor: pointer;
}