.bootstrap-tabs{
    margin-bottom: 20px;
}

.fuelefficiency br{
    display:block !important;
}

.fuelefficiency{
    line-height: 15px !important;
    text-align: left !important;
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
}

.nav li {
    background-image: none !important;
    padding: 0 !important;
    margin: 0 3px 3px 0
}

.tab-link {
    text-decoration:none;
    background-color: #e8e7e3;
    color: #7c7c7c;
    margin: 0px !important;
    padding: 8px 15px !important;
    float: left !important;
    border: none;
    transition: background-color .2s linear;
}

.nav li:hover .tab-link{
    background-color: var(--dark-primary);
    color: #fff;
}

.nav li.active .tab-link{
    background-color: var(--dark-primary);
    color:#fff;
}

.nav-tabs {
    margin: 0 !important;
    list-style-type: none;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.tab-pane-content{
    padding: 20px;
    background: #f7f7f7;

}

.price-grid .lease-p{
    font-size: 10px;
    line-height: 12px;
    margin: 4px 0 10px 0;
    font-family: "Open Sans", Arial, Tahoma;

}

.hide{
    display:none !important
}

.hide2{
    visibility: hidden;
}

.price-box-overlay{
    display:none;
}

p.onlygrid{
    display:none;
}

.price-grid{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(22rem, 1fr));
    grid-template-rows: auto;
    grid-gap: 16px;
    width: 100%;
}

.price-grid.used .price-box:first-of-type{
    display:none
}


.price-grid.hide#offer, .price-grid.hide#used{
    display:grid !important
}

.noUi-origin {
    margin-top: -5px !important;
}

.noUi-connect {
    background: var(--accent-blue) !important;
}

.price-grid .price-box{
    display: grid;
    grid-template-columns: 1fr 1fr 0.8fr;
    grid-template-rows: auto;
    gap: 0px 0px;
    grid-template-areas:
        "title title title"
        "p1 p2 p3"
        "img img img"
        "color color color";
    position:relative;
    padding: 10px;
    background: #fff;
    border: 1px solid #DDDBDB;
    cursor:pointer;

}

.price-grid .price-box-overlay{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    background: rgba(255, 255, 255, 0.7);
    width: 100%;
    height: 100%;
    opacity: 0;
}

.bookedRow td{
    opacity: 1 !important;
}

.mbackground.all .price-box .smallcolor{
    min-height: 142px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.price-box{
    transition: .15s ease-in-out
}

.price-box:hover {
    transform:scale(1.05);
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 15%)
}

.owl-theme .owl-nav {
    opacity:0;
    visibility: hidden;
    margin-top: 10px;
    position: absolute;
    width: 100%;
    top: 30%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all .3s ease-in-out;
}

.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}

.owl-carousel .owl-item{
    display:flex;
    align-items:center;
    max-height:220px;
    overflow:hidden
}

.owl-carousel .owl-nav .owl-next::before, .owl-carousel .owl-nav .owl-prev::before{
    font-size: 20px;
    font-family: "iconfont";
    color: white;
    background: rgb(75 75 75 / 50%);
    padding:4px;
    border:2px solid transparent;
    border-radius: 6px;
}

.owl-carousel .owl-nav .owl-next:focus::before, .owl-carousel .owl-nav .owl-prev:focus::before{
    border:2px solid white
}

.owl-carousel .owl-nav .owl-next:active::before, .owl-carousel .owl-nav .owl-prev:active::before{
    background: rgb(75 75 75 / 80%);
}


.owl-carousel .owl-nav .owl-next::before{
    content:'\E002'
}

.owl-carousel .owl-nav .owl-prev::before{
    content:'\E001'
}

.owl-dots{
    opacity:0;
    visibility: none;
    transition: all .3s ease-in-out;
    margin: 4px 0;
}

.price-box:hover .owl-theme .owl-nav, .price-box:hover .owl-dots{
    opacity:1;
    visibility: visible;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--dark-primary) !important;
}

.price-box p.onlygrid{
    display:block;
    margin-bottom: 6px;
    line-height: 15px;
}

.price-box .redprice{
    font-size: 20px;
    color:  #bd1e12;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
}

.price-box .bprice{
    font-size: 20px;
    color: #000;
    font-family: 'Inter', sans-serif;
}

.price-box p.regularprice{
    text-decoration:line-through
}

.price-grid .price-box b{
    text-align: center;
    grid-area: title;
    color:#000;
    margin:48px 0px 18px 0;
    font-size: 1.1em;
    font-family: 'Inter', sans-serif;
}

.price-grid .price-box p{
    text-align: center;
}

.price-grid .price-box br{
    display:none;
}
.special {
    text-align: center !important;
}

.price-grid .price-box .special:first-child {
    grid-area: p1;
}

.price-grid .price-box .special:nth-child(2){
    grid-area: p2;
}

.price-grid .price-box .special:last-child{
    grid-area: p3;
}

.price-grid .price-box .price-img{
    display:flex;
    align-items: center;
    grid-area: img;
}

.price-grid .price-box .col{
    position:absolute;
    right:0;
    top:0;
}

.price-box .col .red{
    font-size:12px;
    padding:4px;
    min-height:auto;
}

.price-grid .price-box .smallcolor{
    grid-area: color;
    align-self: flex-end;
    margin:0;
    line-height: 14px;
}

.price-grid .data-wrap{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px 10px;
    padding: 10px;
    font-size: .9em;
}

.price-grid .smallcolor p{
    line-height:12px;
}

.price-grid .data-wrap p{
    display: flex;
    align-items: center;
    margin:0
}

.price-grid p.fuelefficiencyElectric{
    text-align:left;
}

.price-grid .smallcolor .car-color {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom:16px;
}

.price-grid .smallcolor .color-name{
    display:flex;
    flex-direction: column;
}

.price-grid .smallcolor .color-name .color-base{
    margin-bottom: 4px;
    color: #000;
}

.price-grid .smallcolor .color-name .color-sec{
    font-size:12px
}

.price-grid .data-wrap p::before{
    content: "";
    display:inline-flex;
    background-size: 18px 18px;
    height:18px;
    width:18px;
    margin-right:6px;
}

.data-wrap .fueltype::before{
    background-image: url('/img/fueltype.svg');
}

.data-wrap .transmission::before{
    background-image: url('/img/transmission.svg');
}

.data-wrap .power:before{
    background-image: url('/img/engine.svg');
    background-size: 20px 20px !important;
    height:20px !important;
    width:20px !important;
    margin-left: -2px;
}

.data-wrap .fuelefficiency::before{
    background-image: url('/img/fuel.svg');
}

.data-wrap .fuelefficiencyElectric::before{
    background-image: url('/img/bolt.svg');
}

.data-wrap .modelyear::before{
    background-image: url('/img/modelyear.svg');
}

.data-wrap .mileage::before{
    background-image: url('/img/mileage.svg');
}

.price-grid .price-img img{
    width:100%;
    margin-bottom:10px;
}

.price-grid .specialoffer{
    position:absolute;
    font-size: 14px;
    color: #fff;
    background: #fd9348;
    padding: 6px 10px;
    top: 0;
    left: 0;
    border-radius: 0 0 4px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.status{
    color: #fff;
    border-radius: 4px;
    padding: 3px;
}

.side_status{
    display: flex;
    gap: 8px;
}

.stock{
    background: #1E8C22;
}

.booked{
    background: #D82B04;
}

.coming {
    background: #EBAA05;
}

.price-grid .booked span, .price-grid .coming span, .price-grid .stock span{
    display:none
}

.status{
    border-radius: 50%;
}

.status_wrap{
    display: flex;
    padding: 8px 12px;
    gap: 5px;
    align-items:center
}

.side_status .status_wrap{
    padding:0;
}

.status_wrap span{
    line-height: normal;
}

.shop-equipment{
    columns: 2;
    column-gap: 35px;
    margin-bottom: 40px;
}

.shop-equipment div{
    break-inside: avoid-column;
    margin-bottom: 3rem;
}

.shop-equipment li{
    list-style-type: none;
    background: url('/img/check.svg') no-repeat left;
    padding-left: 24px;
    margin-bottom: 20px;

}

.expnd-btn{
    color: #000;
    text-decoration:none;
}

.expnd-btn:hover{
    color: #000;
}

.expnd-btn img{
    margin-left:8px;
    transform: rotate(180deg);
}

.expnd-btn.open img{
    transform: rotate(0);
    transition: transform 0.2s linear;
}

.expnd-btn .open-text{
    display: none;
}

.expnd-btn.open .close-text{
    display: none;
}

.expnd-btn.open .open-text{
    display: inherit !important;
}

.eq-wrapper, #techdatas-extra {
    overflow: hidden;
    transition: max-height 300ms;
    max-height: 0;
}
.eq-wrapper.open, #techdatas-extra.open {
    max-height: 1600px;
}

.shoptable{
    display:flex;
}

.contenttable td:nth-child(2){
    text-align:right
}

.shoptable .contenttable, .shoptable .contenttable td{
    border-right:0;
    border-left:0;
}

.shoptable .redtext{
    font-size: 16px
}

.price-switch{
    display:flex;
    margin-bottom: 16px;
}

.price-switch a{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    text-decoration: none;
    line-height: 18px;
    border-bottom: 1px solid #DDDBDB;
    text-align: center;
    padding: 10px 6px;
    cursor:pointer;
}

.price-switch a:hover{
    color:#000
}

.price-switch .fprice{
    flex:1
}

.price-switch .flease{
    flex: 2
}

.price-switch a.active{
    color: #fff;
    font-weight: 700;
    background:var(--dark-secondary);
    border-bottom: 1px solid var(--dark-secondary);
}

.filter-price{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    position:relative;
}

.filter-price .fp-input{
    width:50%;
    position:relative
}

.filter-price .fp-input input{
    background: #fff;
    width:100%;
    box-shadow: none;
    border: 1px solid #DDDBDB;
    box-sizing: border-box;
    margin:0;

}

.filter-price .fp-input input::-webkit-outer-spin-button,
.filter-price .fp-input input::-webkit-inner-spin-button,
.lease-calc input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.filter-price .fp-input input[type=number],
.lease-calc input::-webkit-inner-spin-button,
.lc-i input[type=number]  {
    -moz-appearance: textfield;
}

.filter-price .fp-input:before{
    position: absolute;
    content:"€";
    right:8px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 700;
}

.filter-price input::placeholder{
    color:#585858;
}

.filterModel {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 8px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 22px;
}

.filterModel input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 100% !important;
    margin: 0 !important;
    width: 90% !important
}

.tooltiptext {
    background-color: #4b4b4bd0;
    border-color: gray;
    visibility: hidden;
    min-width: 100px;
    max-width: 200px;
    font-size: 14px;
    text-align: center;
    border-radius: 6px;
    padding: 8px;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
    margin-left: -40px;
    opacity:0;
    transition: opacity .3s ease-in-out;
}

.tooltipColor:hover .tooltiptext {
    opacity:1;
    visibility: visible;
}

.fm-checkmark {
    position: absolute;
    height: 16px;
    width: 16px;
    border: 1px solid rgba(221, 219, 219, 1);
    background-color: #fff;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
}

.fm-checkmark-border:after {
    background: url('/img/fm-checkmark-border.svg') no-repeat center !important;
}

.filterModel:hover input ~ .fm-checkmark {
    background-color: rgba(221, 219, 219, 1);
    ;
}

.filterModel input:checked ~ .fm-checkmark {
    background-color: rgba(30, 140, 34, 1);
    border-color:rgba(30, 140, 34, 1);
}

.fm-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.filterModel input:checked ~ .fm-checkmark:after {
    display: block;
    opacity: 1;
    transform: scale(1.2);
}

.filterModel .fm-checkmark:after {
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 4;
    position: absolute;
    transform: scale(0);
    background-size: 50%;
    background: url('/img/fm-checkmark.svg') no-repeat center;
}

.filterModel .fm-count{
    color: #969696
}

.sidebar-cat{
    border-bottom: 1px solid #DDDBDB;

}

.fm-container b{
    margin-bottom:10px;
}

.fm-container{
    transition: all 0.25s cubic-bezier(1, 0, 0, 1);
    opacity: 1;
    padding-bottom:10px;
    max-height:4000px;
    background: linear-gradient(white 30%, rgba(255, 255, 255, 0)) center top, linear-gradient(rgba(255, 255, 255, 0), white 70%) center bottom, radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) center top, radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) center bottom;
    background-repeat: no-repeat;
    background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;
    background-attachment: local, local, scroll, scroll;
}

.fm-close{
    display: none;
    max-height: 0px;
    opacity: 0;
    overflow: hidden;
    padding-bottom: 0
}

.sidebar-collapse{
    cursor:pointer;
    line-height:50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sidebar-collapse b{
    color: #000;
}

.sidebar-collapse:after {
    content: '';
    background-image: url('/img/fm-arrow.svg');
    background-size: 14px 8px;
    width:14px;
    height:8px;
    float: right;
    margin-left: 5px;
    transform: rotate(0);
    transition: transform 0.2s linear;
}

.fm-anim:after   {
    content: '';
    background-image: url('/img/fm-arrow.svg');
    transform: rotate(180deg);
    transition: transform 0.2s linear;
    background-size: 14px 8px;
    width:14px;
    height:8px;
    float: right;
    margin-left: 5px;
}

.shop-heading{
    display:flex;
    justify-content: space-between;
    align-items:center;
    margin-bottom: 0px;
}

.shop-heading .shop-btns{
    display: flex;
    flex-direction: row-reverse;
}

.shop-heading .shop-btns .red{
    background:#bd1e12
}

.shop-heading .shop-btns button:first-child{
    margin-left:10px
}

.shop-heading h2{
    margin:0
}

.shop-container{
    display:flex;
    width:100%
}

.shop-container h3 {
    margin: 0 0 20px 0;

}
.techdata-container{
    flex:2
}

.heading-models{
    display:inline-flex;
    align-items: center;
    justify-content: space-between;
    width:100%;
}

.heading-models h2{
    margin:0;
}

.heading-btns{
    display:inline-flex;
    align-items:center;
    justify-content: space-between;
}

.view-switcher{
    margin: 0 20px;
}

.view-switcher a{
    text-decoration: none;
}

#list-switch{
    margin-right:4px;
}

#list-switch:hover svg, #grid-switch:hover svg{
    fill: #796F6E
}

#list-switch.active svg, #grid-switch.active svg{
    fill: #796F6E
}


#price-sorting{
    border: 1px solid #DDDBDB;
    height: 38px;
    box-sizing: border-box;
    padding: 0 5px;
    line-height: 18px;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    color: #585858;
}

.lease-container{
    margin-left: 50px;
    flex: 1;
}

.lc-inner{
    border: 1px solid #DDDBDB;
    padding: 20px;
}

.lease-calc {
    display: grid;
    grid-template-columns: 1.3fr 0.7fr 1fr;
    gap: 14px 12px;
    grid-auto-flow: row;
    grid-template-areas:
        "input1 input1 input1"
        "input2 input2 input4"
        "input3 input3 input5"
        "input6 input6 input8"
        "input7 input7 ."
}

.lease-calc.nofilter{
    grid-template-areas:
        "input1 input1 input1"
        "input2 input2 input4"
        "input3 input3 input5"
        "input6 input6 ."
        "input7 input7 .";
}


.lease-calc input, .lease-calc select {
    border: 1px solid #DDDBDB;
    height: 38px;
    width:100%;
    box-sizing: border-box;
    padding: 0 5px;
    line-height: 18px;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    color: #585858;
}

.calc-container .inputwide{
    background-color: white !important;
    height: 32px;
    width:100%;
    border: 0.5px solid #989898;
    -webkit-box-shadow: inherit !important;
    box-shadow: inherit !important;
    padding: 0 5px;
    line-height: 18px;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    color: #585858;
    -moz-appearance: textfield;
}


.filterInput{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.filterInput input {
    width:100%;
    background-color: white !important;
    height: 32px;
    border: 0.5px solid #989898;
    -webkit-box-shadow: inherit !important;
    box-shadow: inherit !important;
    padding: 0 5px;
    line-height: 18px;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    color: #585858;
    -moz-appearance: textfield;
}



.filterInput input::-webkit-inner-spin-button,
.filterInput input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance: textfield;
}

.filterInput input:before {
    position: absolute;
    content:"€";
    float: right;
    transform: translateY(-50%);
    font-weight: 700;
}

.lease-calc .lc-i{
    position:relative;
}

.lease-calc .input2:before, .lease-calc .input3:before{
    position: absolute;
    content:"€";
    right:8px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 700;
}

.lease-calc .input4:before, .lease-calc .input5:before, .lease-calc .input7:before{
    position: absolute;
    content:"%";
    right:8px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 700;
}

.lease-calc .input6:before{
    position: absolute;
    content: attr(data-content);
    right:8px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 700;
}

.lease-calc input::placeholder{
    color:#585858;
}

.input1 {
    grid-area: input1;
}

.input2 {
    grid-area: input2;
}

.input3 {
    grid-area: input3;
}

.input4 {
    grid-area: input4;
}

.input5 {
    grid-area: input5;
}

.input6 {
    grid-area: input6;
}

.input7 {
    grid-area: input7;
}

.input8 {
    grid-area: input8;
    display:flex;
    align-items:center;
    justify-content:center;
}

.lc-result{
    display:flex;
    justify-content: space-between;
    align-items: center;
    width:100%;
    margin-top:20px;
}

.lc-result .redtext{
    font-weight: normal;
    font-family: 'Inter', sans-serif;
    color: #bd1e12;
    font-size: 21px;
}

#second .pictures .shopimage {
    float: left;
    margin: 0 0 10px 0;

    height: 100%;
    overflow: hidden;
}


#second .pictures .shopimage a {
    display:block;
    margin:0;
    width:100%;
    height:100%;
    overflow:hidden;
}

.pictures .responsive{
    margin-top: 0;
}

.pictures .responsive .slick-arrow{
    font-size:0;
}

.pictures .responsive .slick-prev, .pictures .responsive .slick-next{
    top: 50%;
}

.pictures .responsive .slick-prev{
    left:0;
}

.pictures .responsive .slick-next{
    right:0;
}

.shop-dots{
    display: flex;
    justify-content: center;
}

.shop-dots li {
    padding: 0 !important;
    background: none !important;
}

.shop-dots ul{
    margin:10px;
}
.shop-dots li button {
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    color: #fff;
    padding: 0;
    height: 10px;
    width: 10px;
    margin: 7.5px;
    -moz-border-radius: 85px;
    -webkit-border-radius: 85px;
    border-radius: 85px;
    border: 3px solid #C4C4C4 !important;
    background: #C4C4C4;
}

.shop-dots li button:hover{
    background:var(--accent-blue);
    border: 3px solid var(--accent-blue) !important;
}

.shop-dots .slick-active button{
    background:var(--accent-blue);
    border: 3px solid var(--accent-blue) !important;
}

.citroen-store-banner img {
    padding-top: 20px;
    width: 100%;
    height: auto;
}


.pricetable  .headrow img, .maintable .headrow img, .contenttable .headrow img {
    width: 9px !important;
    height: 12px !important
}

.auto24-iframe .def, .auto24-iframe .asc, .auto24-iframe .desc {
    background-size: 9px 12px
}

.ui-widget-overlay {
    background: rgba(0, 0, 0, 0.7);
    opacity: 1;
    filter: Alpha(Opacity=100)
}

#slides2 .theimage {
    background-repeat: no-repeat !important
}

.ui-state-default .ui-icon {
    position: relative;
    background: transparent !important
}

.ui-icon-closethick {
    display: block;
    left: 11px !important;
    top: 11px !important;
    padding: 0 0 0 0 !important;
    width: 12px;
    opacity: 0.6;
    height: 12px;
    transition: transform .25s ease-in-out
}

.ui-button:hover .ui-icon-closethick {
    opacity: 1
}

.ui-icon-closethick:before {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 12px;
    height: 0;
    border-top: 3px solid rgba(0, 0, 0, 1);
    transform: rotate(45deg);
    transform-origin: center
}

.ui-icon-closethick:after {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 12px;
    height: 0;
    border-top: 3px solid rgba(0, 0, 0, 1);
    transform: rotate(-45deg);
    transform-origin: center
}

.vahe {
    padding-left: 25px !important
}

.vahe b {
    font-weight: normal
}

.eqPrice {
    text-align: center !important;
    white-space: nowrap
}

.fiveimages {
    width: 100%;
    height: 76px;
    margin: -16px 0 30px 0
}

.onlyfive .theimage {
    float: left;
    margin: 0 5px;
    width: 137px;
    height: 76px;
    overflow: hidden;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover
}

.onlyfive .theimage a {
    display: block;
    margin: 0;
    width: 137px;
    height: 76px;
    overflow: hidden
}

#menu .topmenu {
    width: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2px;
    position:relative;
    transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
}

#menu #search-desk {
    float: right;
    transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    border-bottom: 1px solid #d6d6d6;
    display: none
}

#menu #search-desk:hover {
    border-bottom: 1px solid #796F6E
}

#menu #search-desk input {
    float: left;
    border: 0;
    line-height: 18px;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    color: #000;
    background: #fff;
    width: 100px;
    height: 22px
}

#menu #search-desk button {
    float: left;
    border: 0;
    height: 24px;
    width: 24px;
    background: #fff;
    color: #fff;
    cursor: pointer;
    transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    border-radius: 100px;
    vertical-align: middle;
    text-align: center
}

.search-container .searchForm{
    top:0;
    margin-left:0;
}

.onlyifportrait, #onlyifportraittxt {
    display: none
}

#menu #search-desk button img {
    width: 15px;
    margin: 0;
    padding: 0;
    height: 15px
}

#menu #search-desk button:hover {
    background: #F1F0F0
}

.newsletter{
    width: 50%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

#mobdesk #desk, #mobdesk #mobile {
    float: left;
    font-size: 16px;
    margin-right: 30px;
    font-family: 'Inter', sans-serif;
    padding: 17px 5px 17px 22px;
    opacity: 0.5;
    text-decoration: none
}

#mobdesk #ios, #mobdesk #android {
    float: left;
    font-size: 16px;
    margin-right: 10px;
    font-family: 'Inter', sans-serif;
    padding: 17px 5px 17px 22px;
    text-decoration: none
}

#mobdesk #ios {
    background-image: url(../img/ios.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 16px 16px
}

#mobdesk #android {
    background-image: url(../img/android.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 16px 16px
}

#mobdesk #desk {
    background-image: url(../img/mobile.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 16px 16px
}

#mobdesk #mobile {
    background-image: url(../img/desktop.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 16px 16px
}

#mobdesk #vlogo {
    float: right;
    margin-right: 470px
}

.content .left .red {
    margin-bottom: 5px !important
}

img[src="/img/arwr_w.png"], img[src="https://www.citroen.lv/img/arwr_w.png"], img[src="https://www.citroen.lt/img/arwr_w.png"], img[src="https://www.citroen.ee/img/arwr_w.png"], img[src="https://citroen.lv/img/arwr_w.png"], img[src="https://citroen.lt/img/arwr_w.png"], img[src="https://citroen.ee/img/arwr_w.png"], img[src="http://citroen.ee/img/arwr_w.png"] {
    width: 7px;
    height: 11px
}

img[src="/img/close-btn.svg"] {
    width: 12px;
    height: 12px;
    vertical-align: middle
}


img[src="/img/arwr_w.png"] {
    width: 10px;
    height: 16px;
    vertical-align: middle;
}

img[src="/img/arwr_b.png"], .secondheader img {
    width:auto;
    height:16px;
}

#vehicomlogo {
    width: 13px !important;
    height: 15px !important
}

img[src="/img/togglebox.png"] {
    width: 16px;
    height: 8px
}

img[src="/img/arwr_w_down.png"], img[src="/img/arwr_w_up.png"] {
    width: 11px;
    height: 11px
}

#showright {
    display: none
}

#slides2 {
    min-width: 100%;
    width: 100%;
    height: 76px;
    position: relative
}

#slides2  .slidesjs-control {
    width: auto !important;
    height: 76px !important;
    width: 100% !important
}

#slides2 .slidesjs-container {
    width: auto !important;
    height: 76px !important;
    float: left;
    padding-left: 5px;
    width: -moz-calc(100% - 130px) !important;
    width: -webkit-calc(100% - 130px) !important;
    width: calc(100% - 130px) !important
}

#slides2 .slidesjs-previous {
    position: relative;
    z-index: 900;
    margin: 0;
    padding: 0;
    width: 62px;
    height: 76px;
    background-image: url(../img/arwl2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 29px
}

#slides2 .slidesjs-next {
    right: 0;
    position: relative;
    z-index: 900;
    margin: 0;
    padding: 0;
    width: 62px;
    height: 76px;
    background-image: url(../img/arwr2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 29px
}

#slides2 .slidesjs-previous, #slides2 .slidesjs-next {
    transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    background-color: #796F6E;
    border: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    float: left
}

#slides2 .slidesjs-previous:hover, #slides2 .slidesjs-next:hover {
    background-color: #3f3f3f
}

.slideTogglebox4, .slideTogglebox5, .slideTogglebox55 {
    background-size: 32px auto
}

.vehicles_list tr:nth-child(2n+1) {
    background: #F1F0F0 none repeat scroll 0 0
}

#menu .mobile {
    display: none
}

#menu .desk {
    display: block
}

.no-scroll {
    overflow: hidden !important;
    z-index: -2;
    height: 100% !important;
    max-height: 100% !important
}

#mobile {
    display: none
}

#desk {
    display: block
}

#slides {
    display: none;
    z-index: 1;
    margin: 10px auto 0 auto;
    padding: 0;
    width: 960px;
    height: 390px;
    min-width: 960px;
    overflow: hidden
}

#slides img {
    cursor: pointer
}

#slides .slidesjs-previous {
    position: absolute;
    z-index: 900;
    top: 280px;
    margin: 0 0 0 -10px;
    padding: 0;
    width: 50px;
    height: 50px;
    background: url(../img/arwl.png) no-repeat center;
    background-size: 17px 21px
}

#slides .slidesjs-next {
    position: absolute;
    z-index: 900;
    top: 280px;
    margin: 0 0 0 920px;
    padding: 0;
    width: 50px;
    height: 50px;
    background: url(../img/arwr.png) no-repeat center;
    background-size: 17px 21px
}

#slides .slidesjs-previous, #slides .slidesjs-next {
    transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    background-color: #ffffff;
    border: 0
}

#slides .slidesjs-previous:hover, #slides .slidesjs-next:hover {
    opacity: 0.8
}

#slides .slidesjs-pagination {
    list-style: none;
    position: absolute;
    z-index: 900;
    padding: 25px 0 0 0;
    margin: 0;
    width: auto;
    color: transparent;
    font-size: 0;
    left: -moz-calc(50% - 75px);
    left: -webkit-calc(50% - 75px);
    left: calc(50% - 75px)
}

#slides .slidesjs-pagination li {
    float: left;
    margin: 0;
    padding: 0;
    width: 30px;
    height: 10px
}

#slides .slidesjs-pagination  a {
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 0;
    height: 10px;
    width: 10px;
    border: 0;
    margin: 0 10px;
    -moz-border-radius: 85px;
    -webkit-border-radius: 85px;
    border-radius: 85px;
    background: #e0e0e1
}

#slides .slidesjs-pagination  a:hover {
    background: #796F6E
}

#slides .slidesjs-pagination li a.active, #slides  .slidesjs-pagination li a:hover.active {
    background: #796F6E;
    height: 20px;
    width: 20px;
    padding: 0;
    margin: -5px 5px 0 5px
}

.onlyconsumer {
    width: 806px;
    padding: 7px
}

.soContent a {
    color: #585858
}

.submit input {
    background-size: 8px auto;
    background-position: right 5px center
}

.vehicles_list img {
    width: 74px !important;
    height: auto !important
}

.vehicles_list img {
    width: 100% !important;
    height: auto !important
}

.auto24-iframe th.photo {
    width: 220px
}

.special-offers div.soData, .special-offers div.dummy {
    width: 23% !important;
    margin-bottom: 2vw;
    margin-right: 10px;
    float: left;
    min-width: auto !important
}

.special-offers div.separator {
    width: 2% !important
}

.auto24-iframe input, .auto24-iframe select {
    box-sizing: border-box;
    width: 10vw !important;
    max-width: 180px !important
}

.auto24-iframe .tdYear_select select {
    max-width: 80px !important;
    width: 6vw !important
}

.submit input {
    box-sizing: border-box;
    width: 15.6vw !important;
    max-width: 286px !important
}

.vehicle_details {
    line-height: 21px
}

#special-offers-autohalle_front img{
    height: 100% !important;
    max-height: 250px !important;
    width: 100% !important;
    object-fit: cover;
    margin-bottom: 6px;
}

.auto24-iframe .soData a{
    text-decoration: none;
}

.auto24-iframe .soPrice {
    font-weight: bold;
    float: right;
    margin: 0 10px 0 0;
}


.mobhdr {
    display: none !important
}

.slick-slider {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 100% !important;
    margin: 0 auto;
    margin-top: 10px;
    height: auto;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden !important;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before, .slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.responsive .slick-slide{
    width:auto;
    transform:scale(.8);
    transition: transform .5s ease-in-out;
}

.responsive .slick-slide img{
    max-height:340px;
    max-width: calc(100vw - 40px);
    margin:0
}

.responsive .slick-center{
    transform:scale(1);
}


.slick-slide {
    display: none;
    float: left;
    max-width: 960px !important;
    width: 100%;
    height: 100%;
    min-height: 1px
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide img {
    margin: 0 0 0 5px;
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

@charset 'UTF-8';

.slick-loading .slick-list {
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    border: 0;
    position: absolute;
    top: 50%;
    display: block;
    cursor: pointer;
    z-index: 900;
    top: -moz-calc(50% - 25px);
    top: -webkit-calc(50% - 25px);
    top: calc(50% - 25px);
    padding: 0;
    width: 50px;
    height: 50px;
    background-size: 17px 21px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    background-color: #ffffff;
    background-position: center;
    background-repeat: no-repeat
}

.lazy2 .slick-prev, .lazy2 .slick-next {
    position: relative;
    top: 0;
    float: left;
    right: auto !important;
    left: auto !important;
    z-index: 50;
    padding: 0;
    width: 62px;
    height: 76px !important;
    background-size: 17px 21px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 29px
}

.lazy2 .slick-prev {
    background-image: url(../img/arwl2.png)
}

.lazy2 .slick-next {
    background-image: url(../img/arwr2.png)
}

.lazy2 .slick-list {
    width: 590px;
    padding-right: 10px;
    height: 76px !important;
    float: left
}

.lazy2 .slick-slide {
    margin: 0 0 0 10px
}

.lazy2 .theimage {
    height: 76px;
    background-size: cover;
    background-repeat: no-repeat
}

.lazy2 .theimage  a {
    display: block;
    width: 100%;
    height: 100%
}

.lazy2 .slick-prev {
    background-image: url(../img/arwl2.png) !important
}

.lazy2 .slick-next {
    background-image: url(../img/arwr2.png) !important
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
}

.lazy2 .slick-prev:hover, .lazy2 .slick-next:hover {
    background-position: center !important
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: .5
}

.slick-prev {
    left: -10px
}

.slick-next {
    right: -10px
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -40px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    color: #fff;
    display: block;
    padding: 0;
    height: 10px;
    width: 10px;
    margin: 5px;
    -moz-border-radius: 85px;
    -webkit-border-radius: 85px;
    border-radius: 85px;
    background: #e0e0e1
}

.slick-dots li:hover button, .slick-dots li:focus button {
    background: #796F6E
}

.slick-dots li.slick-active button {
    background: #796F6E;
    height: 20px;
    width: 20px;
    padding: 0;
    margin: 0
}

article {
    -moz-column-width: 270px;
    -webkit-column-width: 270px;
    -moz-column-gap: 10px;
    -webkit-column-gap: 10px
}

article section {
    display: inline-block;
    margin: 0 0 15px 0;
    padding: 20px;
    width: 270px;
    background: #F1F0F0
}

article section p {
    margin: 0
}

article section h2 {
    margin: 0 0 10px 0
}

.vehicles_list .a24icondesk {
    width: 24px !important
}

.vehicles_list .a24iconmob {
    display: none !important
}

#cookies {
    position: fixed;
    bottom: 0
}

#front {
    display: flex;
    flex-direction: column;
    padding: 0 0 40px 0;
    background: #fff;
    margin-top: 40px;
}

html, body {
    background: transparent
}

html {
    height: auto !important
}

#header {
    display: flex;
    background: #ffffff;
    height: auto !important
}

.content_inner {
    padding: 0 40px;
    margin: 0 auto;
    width: 100%;
    max-width: 1440px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.content_inner:not(:has(.left)){
    max-width:1200px;
}

#second:not(:has(.left)){
    padding: 20px 0
}

#menu .content_inner{
    max-width:100%
}

.front_inner {
    padding: 40px 0;
}


#second, .thirdwidest {
    height: auto;
    margin: 0;
    padding: 0 0 40px 0;
    background: transparent;
    background-position: top center !important;
    background-repeat: repeat-x !important;
    background-size: auto 225px !important
}

.colorpics img {
    width: 100%;
    height: auto
}

#second .content_inner {
    padding-top: 20px;
    min-height: 400px;
    display: flow-root;
}


.storefront .content_inner, .modelsview .content_inner{
    max-width:1920px;
}

#second:not(.storefront, .modelsview, .second-level-menu-vertical) .right {
    margin: 0;
    padding: 0;
    width: 100%;
  }

#second .news_center .news_post{
    max-width: 1080px;
    margin: 0 auto;
}

.thirdwidest .allmodels, .thirdwidest .onlyextramodels {
    width: 100%;
    grid-template-columns:repeat(5, 1fr)
}

.eripakkuminetogglebutton {
    width: 100%
}

#second .mainpic {
    margin: 0 0 20px 0;
    width: 100%;
    height: auto
}

.widecontent {
    width: 100%
}

.complect i{
    float:right;
    margin-bottom: 10px;
}

#second .right .middle {
    width: calc(100% - 286px)
}

.news h2{
    font-size:28px;
    line-height:28px;
}

.right input[value="VIN kood"], .spvin {
    width: calc(100% - 155px) !important
}

​

.right input[value="VIN"] {
    width: calc(100% - 505px) !important
}

​


.right select[name="dealer"] {
    width: calc(100% - 155px) !important
}

​


.pages {
    width: 100% !important
}

.models, .extramodels, .teenindusmenu, .models2, .brandmenu {
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 1440px;
}

.leftmenu {
    width: 19%;
    padding: 40px 0
}

.leftmenu ul li a {
    width: 160px;
    padding: 5px 40px !important
}

.brandmenu .allmodels.onlyconsumer{
    padding: 20px;
    grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr));
}

.allmodels {
    width: 81%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    display:grid;
    grid-template-columns: repeat(auto-fill, minmax(18rem, 1fr));
    grid-template-rows: auto;
    grid-gap:24px 8px;
}

.content {
    width: 100%;
    min-width: 100%
}

#settings {
    width: 100px;
    height: 40px;
    background: transparent;
    position: absolute;
    z-index: 99999;
    top: 190px;
    transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    right: 8vw
}

.moveup {
    top: 90px !important
}

#playpause, #volumemute {
    width: 40px;
    height: 40px;
    background: transparent;
    position: relative;
    float: left;
    margin-left: 10px
}

#playpause a, #volumemute a {
    border: 0;
    background: transparent
}

#playpause .svg, #volumemute .svg {
    width: 12px;
    margin: 12px;
    height: 12px;
    fill: #fff;
    transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out
}

#playpause:hover .svg, #volumemute:hover  .svg {
    fill: #007bcd
}

#playpause #playbtn, #playpause #pausebtn, #volumemute #mutemebtn, #volumemute #volumebtn {
    position: absolute;
    visibility: visible;
    opacity: 1;
    top: 0;
    width: 40px;
    height: 40px;
    left: 0;
    transition: opacity .2s, visibility .2s
}

.hidebtn, .hidebtn2 {
    visibility: hidden !important;
    opacity: 0 !important
}

html, body {
    line-height: 23px;
    font-size: 14px
}

.slider {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    margin: 0;
    top: 0;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.thesliderthingy {
    width: 100%;
    height: auto;
    position: relative
}

.gallery {
    width: 100%;
    margin: 0 0 20px 0;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: auto !important;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.gallery img {
    width: 100%
}

.gallery {
    position: relative !important;
    height: auto !important
}

.gallery .slick-track {
    height: auto !important
}

.gallery .slick-slide {
    height: auto !important;
    margin: 0;
    width: 100%;
    width: 100%
}

.table {
    display: table;
    height: 100%;
    width: 100%
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0
}

#player {
    width: 100%;
    height: 100%
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.zero {
    height: 0;
    min-height: 0;
    border: 0;
    margin: 0;
    padding: 0
}

.leftgray .closeme {
    display: none
}

.video-background {
    background: #000;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -99
}

.video-foreground, .video-background iframe {
    position: absolute;
    z-index: -90;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none
}

@media (min-aspect-ratio:16/9) {
    .video-foreground {
        height: 300%;
        top: -100%
    }

}

@media (max-aspect-ratio:16/9) {
    .video-foreground {
        width: 300%;
        left: -100%
    }

}

.box {
    height: auto;
    float: left;
    width: 70%;
    padding:40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.box.newsletter{
    width:30%;
    background:#000;
}

.newsletter input {
    float: left;
    border: 0;
    padding: 20px 15px;
    min-height: auto;
    background: transparent;
    line-height: 18px;
    font-size: 18px;
    font-family: "Open Sans", Tahoma, Sans Serif;
    color: #000;
    width: calc(100% - 215px);
    border:3px solid #000;
}

.red, .prettybutton, .prettybutton2 {
    float: right;
    border: 0;
    padding: 20px;
    margin: 0;
    color: #fff !important;
    cursor: pointer;
    font-size: 15px;
    line-height: 15px;
    font-family: 'Inter', sans-serif;
    transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    height: auto;
    text-decoration: none
}

.prettybutton, .prettybutton2 {
    position: relative;
    float: none;
    text-decoration: none;
    display: inline-block;
    margin: 10px 10px 10px 0;
    color: #fff;
    height: auto;
    border: 0;
    vertical-align: middle
}

@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
}

.prettybutton:hover, .prettybutton2:hover {
    color: #fff
}

#front .left {
    background: #fff;

}

.frontwidenews .left {
    width: 100% !important;
    padding: 40px 0 40px 0 !important
}

#front h2 {
    margin: 0 0 20px 0 !important;
    color: #000
}

#front .newsletter h2{
    color:#000
}

#front .box ul li a {
    padding: 10px
}

#frontslideh {
    width: 100%;
    height: calc(100% - 148px);
    float: left;
    margin: 0;
    position: relative;
    padding: 0;
    min-height: calc(100vh - 220px);
    width: 1px;
    opacity: 0
}

.slick-slider .table {
    position: absolute;
    z-index: 100;
    box-sizing: border-box;
    padding-top: 100px;
    max-width: 1600px;
    width: 100%;
    margin-left: calc(50% - 800px);
    padding-left: 40px;
    min-height: 500px;
    padding-right: 40px
}

.slick-slider .hdrmdl h2, .slick-slider .hdrmdl h3, .slick-slider .hdrmdl p {
    padding-right: 30%;
    padding-left: 30%;
    text-align: center;
    box-sizing: border-box
}

.slick-slider .hdrmdl {
    text-align: center
}

.slick-slider .hdrright h2, .slick-slider .hdrright h3, .slick-slider .hdrright p {
    padding-right: 0;
    padding-left: 60%;
    text-align: right;
    box-sizing: border-box
}

.slick-slider .hdrright {
    text-align: right
}

.slick-slider h2 {
    padding-right: 60%;
    margin-bottom: 20px;
    font-size: 50px;
    line-height: 67px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    color: #000;
    box-sizing: border-box
}

.slick-slider h3 {
    padding-right: 60%;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 36px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    color: #000;
    box-sizing: border-box
}

.gallery h2 {
    padding-right: 0;
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 46px !important;
    font-family: "Inter", Arial, Tahoma;
    font-weight: 300
}

.slick-slider button {
    border: 0;
    background-color: var(--accent-blue);
    height: auto;
    color: #fff;
    padding: 20px 30px;
    cursor: pointer;
    font-size: 18px;
    line-height: 18px;
    font-family: "Inter", Arial, Tahoma;
    text-transform: uppercase;
    transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear
}

.slick-slider button:hover {
    opacity: .8;
}

.slick-slider p {
    padding-right: 60%;
    font-size: 18px;
    line-height: 28px;
    font-family: "Open Sans", Tahoma, Sans Serif;
    font-weight: normal;
    color: #fff;
    margin-bottom: 40px
}

.gallery p {
    padding-right: 0;
    font-size: 14px;
    line-height: 24px;
    margin: 10px 0  20px 0
}

.headrow td {
    border-bottom: 0 !important
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slider .slick-track, .slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 100% !important
}

.slick-track:before, .slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    max-width: 100% !important;
    width: 100%;
    height: 100%;
    min-height: 1px;
    background-size: cover;
    background-position: center
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
}

.right p, .thirdwidest p {
    line-height: 24px;
}

.slick-dots {
    right: auto;
    left: calc(50% - 100px);
    top: 120px;
    position: absolute;
    display: block;
    width: auto;
    padding: 5px 0 0 0;
    z-index: 99999;
    margin: 0;
    list-style: none;
    text-align: center;
    height: 36px;
    background: transparent;
    transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear
}

.slick-dots li button {
    border: 0 !important
}

.upwards {
    top: 120px
}

.slick-dots li {
    position: relative;
    width: 30px;
    height: 30px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    color: #fff;
    padding: 0;
    height: 15px;
    width: 15px;
    margin: 7.5px;
    -moz-border-radius: 85px;
    -webkit-border-radius: 85px;
    border-radius: 85px;
    border: 3px solid  #e8e7e3 !important;
    background: transparent
}

.slick-dots li:hover button, .slick-dots li:focus button {
    background:  #e8e7e3
}

.slick-dots li.slick-active button {
    background:var(--accent-blue);
    height: 25px;
    width: 25px;
    padding: 0;
    margin: 0;
    border: 0 !important
}

.lazy2 .slick-list {
    width: calc(100% - 136px);
    padding-right: 10px;
    height: 120px !important;
    float: left
}

.lazy2 {
    margin: 0 0 20px 0;
    height: 120px;
    position: relative;
    float: left
}

.container .lazy2 {
    margin: -15px 0 40px 0
}

.lazy2 .theimage {
    height: 120px
}

.lazy2 .slick-prev, .lazy2 .slick-next {
    font-size: 0;
    color: transparent;
    line-height: 0;
    top: auto !important;
    transform: none !important;
    height: 120px !important
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: -moz-calc(4vw + 30px);
    top: -webkit-calc(4vw + 30px);
    top: calc(4vw + 30px);
    display: block;
    z-index: 100;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    border: none;
    outline: none;
    background: transparent;
    width: 60px;
    height: 60px;
    display: block;
    text-align: center;
    margin-right: 0;
    border: 0;
    padding: 18px 0 0 0
}

.responsive .slick-prev, .responsive .slick-next{
    padding: 0 !important;
    background: transparent !important
}

#mobdesk #vlogo {
    float: right;
    margin-right: calc(50% - 7px)
}

.teenindusmenu {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 0 0 40px
}

.col-wrapper{
    display:flex;
}


.col-wrapper .col{
    display:flex;
    flex-direction:column;
    justify-content: space-between;
}

.col-wrapper .col.left{
    align-items: flex-start;
    margin:0

}

.col-wrapper .col.center{
    flex:2;
    margin: 0px 45px
}

.col-wrapper .col.right{
    align-items: center;
}

.col-wrapper .fo-logo{
    display: flex;
    flex: 1;
    align-items: center;
}

.col-wrapper .col.right img{
    width:160px
}

.brandmenu .bm-container{
    display:flex
}

.brandmenu .bm-numbers{
    margin-right:28px;
}

.brandmenu .bm-location{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.brandmenu .bm-numbers li a{
    margin-left:10px
}

.brandmenu a{
    line-height:21px;
}

#allbrands{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:40px 20px;
}

.brandmenu h2{
    font-weight:500;
    padding-bottom:20px;
    border-bottom: 1px solid #333333;
}

.brandmenu li{
    display:flex;
    justify-content: space-between;
    line-height: initial;
}

.brandmenu li a{
    text-decoration: none;
}


.brandmenu .brandmenu-btns{
    display: flex;
    width: 100%;
    margin-top:20px;
    padding-top:20px;
    border-top:1px solid #333333
}

.brandmenu .box-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.brandmenu .box-row .box{
    width: 33%;
    padding: 8px;
    position:relative
}

.brandmenu .box-row.ee .box{
    width: 25%;
    padding: 8px;
    position:relative
}

.brandmenu .pict {
    display: block;
    width: 100%;
    height: 200px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    cursor: pointer;
}

.brandmenu .pict {
    transform-origin: 65% 75%;
    transition: transform 1s, filter .5s ease-out;
}

.brandmenu .pict:hover {
    transform: scale(1.2);
}


.brandmenu .pict-container{
    overflow:hidden
}


.brandmenu #suzuki .pict{
    background-position:right;
}

.brandmenu .box span{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background:#4B4B4B
}

.brandmenu .box .box-logo{
    position: absolute;
    top: 30px;
    left: 30px;
    width: 60px;
    z-index: 100;
}

.brandmenu .box span a{
    color:#fff;
    text-decoration: none;
    background: var(--dark-primary);
    flex: auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    font-size:12px;
}

.brandmenu .box span a:hover{
    opacity: 0.8
}

.brandmenu .box span a:not(:last-child) {
    border-right: 1px solid #222222;
}

.brandmenu .flyout-info{
    display:flex;
    justify-content: center;
    margin-top: 30px;
}

.brandmenu .flyout-info li{
    list-style: none;
}

.brandmenu .flyout-info .bullet span {
    display: block;
    width: 6px;
    height: 6px;
    margin: 7px 12px 0 12px;
    background: #8c8b8b;
}

.brandmenu h2 a{
    text-decoration: none;
}

.brandmenu a{
    text-decoration: none;
}

.brandmenu a h2:hover{
    color: #E40230
}

.brandmenu .brandmenu-btns .red:not(:first-child){
    margin-left:8px
}

.teenindusmenu div, .teenindusmenup div {
    width: 100%
}

#second .red, #second .gray, #dialogmedium .red {
    height: auto
}

.teenindusmenu .box, .teenindusmenup .box {
    float: left;
    width: 33.33%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0 40px 40px 0
}

.teenindusmenu .box img, .teenindusmenup .box img {
    width: 100%;
    margin: 5px 0
}

.maintable {
    width: 100% !important
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.widecontent, .right {
    position: relative
}

.widecontent .slideTogglebox, .widecontent .slideTogglebox2, .slideTogglebox6, .slideTogglebox7 {
    margin: 0;
    right: 0
}

.widecontent .slideTogglebox6, .widecontent .slideTogglebox7 {
    right: 200px
}

.right .slideTogglebox6 {
    margin: 0 !important
}

h2 {
    margin: 0 0 30px 0;
    font-size: 32px;
    line-height: 32px
}

#modelsSlider h2{
    display:inline-block;
    margin: 30px 0;
}

#header h1 {
    font-size: 16px;
    line-height: 20px
}

.right img[src="/files/upload/image/eesti_kaart.png"] {
    width: 100% !important;
    height: auto !important
}

.videos {
    width: 50%
}

b, strong {
    font-family: "Open Sans", Tahoma, Sans Serif;
    font-weight: 700;
}

.noborder a img {
    width: 80% !important;
    margin: 0 10%;
    height: auto !important
}

.noborder h2 {
    margin: 0 0 10px 0
}

#rightmenu {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
    width: 60px;
    background-color: transparent;
    height: 100%;
    color: #fff
}


#rightmenu ul li {
    display: block;
    float: left;
    width: 60px;
    height: 60px;
    position: relative;
    border-bottom: 1px solid #222222;
}

#rightmenu li a {
    display: block;
    width: 250px;
    padding-left: 20px;
    background-color: var(--dark-primary);
    position: absolute;
    height: 60px;
    font-size: 14px;
    line-height: 14px;
    font-family: 'Inter', sans-serif;
    color: #fff;
    text-decoration: none;
    line-height: 60px;
    vertical-align: middle;
    left: 0;
    transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
}

#rightmenu .firto a {
    border-bottom: 0;
}

#rightmenu .halfway a {
    background-color: #000
}

@media screen and (min-width:1400px) {
    #rightmenu li a.animated {
        animation: thelfade 6s  ease-in-out 1 none
    }

    #rightmenu .secondu a.animated {
        animation: thelfade 6s  .1s ease-in-out 1 none
    }

    #rightmenu .thirdo a.animated {
        animation: thelfade 6s  .2s ease-in-out 1 none
    }

    #rightmenu .firto a.animated {
        animation: thelfade 6s  .3s ease-in-out 1 none
    }

    #rightmenu .fiftho a.animated {
        animation: thelfade 6s  .4s ease-in-out 1 none
    }

}

@keyframes thelfade {
    0% {
        left: 0
    }

    10%, 90% {
        left: -180px
    }

    100% {
        left: 0
    }

}

#rightmenu li a:hover {
    transition: all .2s linear;
    left: -180px !important
}

#rightmenu img {
    text-align: center;
    width: auto;
    height: 22px;
    margin: 0 0 -5px 0;
    padding-right: 20px;
}

#rightmenu #conf {
    margin: 0 -6px -5px -6px
}

.brandonlydesk {
    margin: 0 8px 0 0;
    height: 26px;
    opacity: 1;
    visibility: visible;
    opacity: 0;
    visibility: hidden;
    cursor: pointer
}

.brand, .dealerlogo {
    display: inline !important
}

.red, .newsletter input {
    min-height: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

@media screen and (max-width:1400px) {
    #menu .header-nav ul li a {
    padding: 8px 10px;
    font-size: 12px;
  }

  #menu .header-actions {
    gap: 16px;
  }

  #menu .header-actions .action-item {
    font-size: 13px;
  }

    #cookies {
        bottom: 50px
    }

}

.tehnilisedadnmedpilt {
    width: 100% !important;
    height: auto !important
}

@media screen and (max-width:1600px) {

    .slick-slider .table {
        margin-left: 0
    }

}

@media screen and (max-width:1320px){
    .contentimage {
        width: 100% !important;
        height: auto !important
    }
}

@media screen and (max-width:1340px) {
    .ui-dialog {
        width: 100% !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

}

@media screen and (min-width:1020px) {
    .slider .slick-list {
        height: 100% !important
    }

    .complect .maintable b {
        vertical-align: middle
    }

    .pages a, .pages .current{
      line-height: 1;
    }

}

.gallery  p {
    line-height: 24px;
    font-style: italic
}

@media screen and (max-width:1020px) {
    .slick-slider h2 {
        margin-bottom: 0;
        font-size: 40px;
        line-height: 53px
    }

    .slick-slider h2 span {
        display: initial;
        margin: 0 0 10px 0
    }

    .slick-slider p {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 20px
    }

    .gallery p {
        font-size: 14px;
        line-height: 24px
    }

    #mobdesk {
        background-color: #fff;
        padding-bottom: 50px
    }

    .slider {
        position: relative !important;
        width: 100% !important;
        height: auto !important
    }

    #front .box {
        padding: 20px
    }

    #front .left {
        margin: 0;
        padding: 20px
    }

    .frontwidenews .left {
        width: 100% !important;
        padding: 20px 0 20px 0 !important
    }

    #header {
        margin: 0 !important
    }

    .slider .table {
        display: initial
    }

    .slick-track {
        height: auto !important
    }

    .slider .table-cell {
        display: initial;
        vertical-align: initial;
        height: auto;
        width: 100%;
        float: left;
        min-height: 56vw;
        padding: 50vw 0 20px 0
    }


    .fixedimg .table-cell {

        padding-bottom: 20px !important;
    }


    .slick-dotted.slick-slider {
        margin-bottom: auto !important
    }

    .slick-initialized .slick-slide {
        display: block
    }

    #frontslideh {
        display: none
    }

    .slick-slide {
        height: auto
    }

    .slider .table {
        position: relative;
        padding-top: 0;
        padding-left: 20px;
        min-height: auto;
        padding-right: 20px;
        float: left
    }

    .slick-dots {
        left: -moz-calc(50% - 52px);
        left: -webkit-calc(50% - 52px);
        left: calc(50% - 52px);
        top: 60px;
        padding: 0
    }

    .slick-dots li {
        width: 15px;
        height: 15px;
        margin: 0 3px
    }

    .slick-dots li button {
        border: 2px solid #e4dcd3 !important;
        min-height: auto !important;
        margin: 2.5px !important;
        height: 10px !important;
        width: 10px !important
    }

    .slick-dots li.slick-active button {
        margin: 0 !important;
        height: 15px !important;
        width: 15px !important;
        min-height: auto !important
    }

    #header {
        height: auto;
        margin: 0 0 0 0;
        background: #F1F0F0

    }

    #settings {
        top: 60px;
        right: 20px
    }

    .newsletter input {
        height: 30px;
        padding: 5px 10px
    }

    #rightmenu {
        right: 0;
        bottom: 0;
        top: auto;
        width: 100%;
        height: 50px
    }

    #rightmenu ul {
        border-top: 0
    }

    #rightmenu li a {
        display: block;
        width: 100%;
        padding-left: 15px;
        height: 50px;
        font-size: 10px;
        line-height: 10px;
        line-height: 50px
    }

    #rightmenu li a:hover {
        width: 100%;
        left: 0;
        text-align: left;
        padding-left: 15px
    }

    #rightmenu #conf {
        margin: 0 -5px -3px -5px
    }

    #rightmenu img {
        height: 16px;
        margin: 0 0 -3px 0;
        padding-right: 10px
    }
        #second:not(.storefront, .modelsview, .second-level-menu-vertical) .left .sticky-menu{
        width:100% !important;
      }

}

@media screen and (max-width:980px) {
    #rightmenu span {
        display: none
    }

    #rightmenu li a {
        text-align: center !important;
        padding: 0 0 0 10px !important;
        line-height: 50px
    }

    .red, .newsletter input {
        min-height: auto
    }

    .prettybutton, .prettybutton2 {
        height: auto;
        min-height: 40px;
        padding: 13px 20px;
        min-height: auto !important
    }

    .newsletter .red, .newsletter input {
        height: 40px !important
    }

    #second .content_inner {
        padding-top: 20px;
        background: #fff;
        min-height: 0
    }

    #second .content_inner:has(#leftContainer){
        padding-top: 0
    }

    #second {
        background: transparent !important
    }

    .vehicles_list .a24iconmob {
        width: 26px !important;
        display: inline-block !important;
        margin: -7px 0
    }

    .slick-slider .hdrright h2, .slick-slider .hdrright h3, .slick-slider .hdrright p {
        padding-left: 0;
        text-align: right
    }

    .slick-slider .hdrright {
        text-align: center
    }

}

@media screen and (max-width:480px) {
    .newsletter .red, .newsletter input, .prettybutton, .prettybutton2 {
        text-align: center;
        width: 100% !important
    }

    .nav li{
        width:100%
    }

    .tab-link {
        float: left;
        width: 100%;
        text-align: center;
    }
    .prettybutton, .prettybutton2 {
        margin: 0 0 10px 0
    }

    .vehicles_list .a24iconmob {
        margin: -2px 0;
        display: block !important;
        margin-left: -moz-calc(50% - 13px);
        margin-left: -webkit-calc(50% - 13px);
        margin-left: calc(50% - 13px)
    }

    .vehicles_list .onlyls {
        display: inline-block !important;
        margin: -7px 0
    }

}

#privacry {
    clear: left;
    font-size: 12px
}

#privacry::marker{
    font-size:1.1rem;
}

#countries {
    float:left;
    clear:left;
    font-size: 12px;
    line-height: 21px !important;
    font-size: 1.1rem;
    list-style-type: none;
}

#privacry a {
    padding: 3px 0
}

#footer .term-li{
    font-size:12px;
}

#cookies {
    float: left;
    width: 100%;
    height: auto;
    background: var(--dark-primary);
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    z-index: 999999998
}

#cookies .inner2 {
    position: relative;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 20px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#cookies a, #cookies h2 {
    color: #fff
}

#cookies a, #cookies h2 {
    margin: 0 0 10px 0;
    color: #fff
}

#cookies img {
    float: left;
    width: 50px;
    margin-left: 20px;
    height: 50px;
    filter: invert(1);
}

#cookies #left {
    float: left;
    width: -moz-calc(100% - 250px);
    width: -webkit-calc(100% - 250px);
    width: calc(100% - 250px)
}

#cookies button {
    float: right;
    border: 0;
    padding: 0;
    margin: 10px 0 0 0;
    width: 160px;
    background:  var(--accent-blue);
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    line-height: 16px;
    font-family: 'Inter', sans-serif;
    text-transform: uppercase;
    transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    height: 30px
}

#cookies button:hover {
    opacity: .8
}

#cookies h2 {
    font-size: 32px;
    line-height: 32px
}

@media screen and (max-width:1020px) {
    .colorpics, .colorpics img {
        float: left
    }

    #cookies .inner2 {
        padding: 20px
    }

}

@media screen and (max-width:680px) {
    .slider .table-cell {
        min-height: auto
    }

    #cookies h2 {
        font-size: 21px !important;
        line-height: 21px !important
    }

    .slick-dots {
        left: 20px
    }

    .slider .table-cell {
        display: initial;
        vertical-align: initial;
        height: auto;
        width: 100%;
        float: left;
        text-align: center;
        padding: 260px 20px 40px 20px
    }

    .slider .table-cell h2, .slider .table-cell p {
        padding: 0;
        width: 100%
    }

    .slider .table-cell button {
        width: 100%
    }

    .newsletter .red {
        margin: 0 !important
    }

    #front .box {
        padding: 20px;
    }

    #front .left {
        margin: 0 0 20px 0;
        padding: 20px
    }

    .frontwidenews .left {
        padding: 20px 0 0 0 !important
    }

    #rightmenu li a {
        text-align: center !important;
        padding: 0 0 0 10px !important;
        line-height: 50px
    }

    #rightmenu img {
        padding-right: 0
    }

    #rightmenu li a:hover {
        text-align: center;
        padding: 0
    }

    
      #second #mobmen ul {
        display: flex;
        align-items: center;
        background: #e8e7e3;
        gap: 0 18px;
        overflow-y: hidden;
        -ms-overflow-style: scroll;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
}

#second .content_inner .left ul li a{
    text-wrap:nowrap;
}

    #cookies h2 {
        font-size: 28px;
        line-height: 28px
    }

    #cookies img {
        width: 50px;
        height: 50px
    }

    #cookies #left {
        width: -moz-calc(100% - 70px);
        width: -webkit-calc(100% - 70px);
        width: calc(100% - 70px)
    }

    #cookies button {
        margin: 0 0 20px 0;
        width: 100%;
        height: 30px
    }

    #cookies button:hover {
        color: #fff
    }
}

.options {
    position: relative;
    float: left;
    margin-bottom: 30px;
    width: 100%;
    vertical-align: top
}

.options .option {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc(20% - 13px);
    text-align: center;
    padding: 15px 10px 10px 10px;
    box-sizing: border-box;
    cursor: pointer;
    min-height: 80px;
    margin: 0 10px 10px 0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.colours .option {
    padding: 10px 50px 10px 15px;
    display: inline-flex;
    align-items: center;
}

.options .option p {
    margin: 0;
    font-size: 12px;
    line-height: 12px
}

.options .empty h3 {
    color: !important
}

.options .option:hover {
    background-color:;
    color:;
    transition: border .2s linear
}

.options .selected, .options .selected:hover {
    cursor: initial;
    color: #fff
}

.options .selected h3 {
    color: #fff
}

.options .unactive, .options .unactive:hover {
    opacity: 1;
    padding: 15px 10px 10px 10px
}

.options .unactive:hover {
    border: 5px solid #919191 !important
}

.options .unactive h3, .options .unactive p {
    opacity: 0.4
}

.options.colours h3 {
    margin: 0;
    text-align: left;
    padding-top: 0
}

.options .empty h3 {
    margin: 0;
    text-align: right;
    padding-top: 0
}

.options .option.empty {
    background-color: #fff;
    text-align: right;
    cursor: initial;
    min-height: 80px;
    border-bottom: 5px solid #fff;
    margin-bottom: 15px
}

.options .option.empty h2 {
    margin: 0
}

.options.colours svg {
    position: absolute;
    top: 24px;
    right: 10px;
    width: 30px;
    height: 30px
}

.comparerow {
    cursor: pointer
}

.showmorecnt {
    float: left
}

.defaultnoshow {
    display: none
}

.showmorerows {
    display: table-row
}

.showmorecnt {
    width: 16px;
    margin-bottom: -2px;
    height: 16px;
    margin-right: 5px
}

.showlesscnt .svg {
    fill: #fff;
    width: 16px;
    margin-bottom: -2px;
    height: 16px;
    transform: rotate(180deg);
    margin-right: 5px
}

.complect .headrow  td {
    padding: 20px 10px
}

.complect h3 img {
    width: 30px;
    margin: -8px 3px -8px 0;
    height: 30px
}

.complect h2 button, .complect .colouurs button, .complect .colouurs .activated, .fixedinfo button {
    float: right;
    border: 0;
    padding: 20px;
    margin: 0 0 0 10px;
    cursor: pointer;
    font-size: 16px;
    line-height: 16px;
    font-family: "Inter", Arial, Tahoma;
    text-transform: uppercase;
    transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    height: auto
}

.fixedinfo .unactiveb {
    opacity: 0.4;
    cursor: not-allowed
}

.gallerybtn {
    padding-right: 40px;
    box-sizing: border-box;
    float: left !important;
    width: 20% !important
}

.gallerybtn span {
    padding-bottom: 20px;
    display: block
}

.gallerybtn button {
    width: 100%;
    margin: 0 0 10px 0 !important;
    color: #fff
}

.gallerybtn button:hover, .complect .showdifference:hover {
}

.complect .activated:hover, .complect .showmore:hover {
}

.complect  .activated {
}

.showdifference {
}

.complect h2 {
    float: left;
    width: 100%;
    margin: 20px 0 10px 0
}

.complect .highlighted {
    background-color: rgba(0,44,95, 0.1);
    border-left: 2px solid #DDDBDB;
    border-right: 3px solid #DDDBDB;
}

.complect .headrow .highlighted {
    background-color: var(--dark-secondary);
}

.complect .peida {
    display: none
}

.complect  .kuva {
    display: inline
}

.complect .tahan .kuva {
    display: none
}

.complect .tahan .peida {
    display: inline
}

.fixedinfo {
    z-index: 99999999;
    position: fixed;
    bottom: 0;
    color: #fff;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 30px 40px
}

.fixedinfo  .thewidth {
    max-width: 1240px;
    margin: 0 auto
}

.roundpic {
    cursor: pointer;
    float: left;
    width: 115px;
    height: 60px;
    margin: 7px 30px 0 0;
    background-color: #fff;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 160%;
    -webkit-border-top-right-radius: 40px;
    -moz-border-radius-topright: 40px;
    border-top-right-radius: 40px;
    background-size: contain;
}

.roundpic .enlarge {
    cursor: pointer;
    width: 125px;
    height: 70px;
    background-color: transparent;
    position: absolute;
    z-index: 500;
    left: -5px;
    bottom: -5px;
    -webkit-border-top-right-radius: 40px;
    -moz-border-radius-topright: 40px;
    border-top-right-radius: 40px
}

.roundpic .enlarge  .openarw {
    position: absolute;
    left: 7px;
    top: 7px
}

.roundpic .enlarge  .closearw {
    transform: rotate(180deg)
}

.roundpic .enlarge .inner .arrowClose {
    position: absolute;
    padding: 15px;
    right: 0;
    top: 0;
    z-index: 60;
    transition: all .2s linear
}

.roundpic .enlarge .inner img:hover {
    opacity: 0.6
}

.roundpic .enlarge .inner .arrowLeft {
    position: absolute;
    padding: 185px 272px 15px 15px;
    left: 0;
    z-index: 50;
    bottom: 0;
    transition: all .2s linear
}

.roundpic .enlarge .inner .arrowRight {
    position: absolute;
    padding: 185px 15px 15px 272px;
    right: 0;
    z-index: 50;
    bottom: 0;
    transition: all .2s linear
}

.roundpic .enlarge .inner {
    opacity: 0;
    transition: all .2s linear;
    visibility: hidden;
    position: absolute;
    left: 0;
    bottom: 102px;
    width: 632px;
    height: 230px;
    z-index: 600;
    margin: 0;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-border-top-right-radius: 40px;
    -moz-border-radius-topright: 40px;
    border-top-right-radius: 40px
}

.roundpic .enlarge .inner_active {
    opacity: 1;
    visibility: visible
}

.fixedinfo h2, .fixedinfo h3 {
    margin: 0;
    width: 80%;
    color: #fff !important;
}

.fixedinfo h2 span {
    font-size: 21px;
    font-family: "Inter", Arial, Tahoma;
    line-height: 21px;
    margin: 0
}

.secondview .roundpic {
    margin: -32px 40px 0 0
}

.fixedinfo p {
    margin: 0;
    width: 80%;
    font-size: 18px;
    line-height: 21px;
    opacity: 0.7;
}

.fixedinfo .wtxt {
    opacity: 1 !important
}

.fixedinfo .wtxt span {
    font-size: 12px;
    padding-left: 10px
}

.fixedinfo button {
    float: right
}

.fixedinfo button img{
    margin: 0 0 3px 5px
}

#steps {
    margin-left: -40px;
    float: left;
    width: 100%
}

#steps li {
    float: left
}

#steps li span {
    float: left;
    width: 22px;
    margin-right: 5px;
    margin-top: -2px;
    margin-bottom: -3px;
    padding-top: 0;
    box-sizing: border-box;
    height: 22px;
    color: #fff;
    text-align: center;
    border-radius: 100%;
    font-family: "Inter", Arial, Tahoma;
    font-weight: 700
}

#steps li  a {
    display: inline-block;
    padding: 25px 40px 20px 40px;
    text-decoration: none
}

#steps   .actt a {
    font-family: "Open Sans", Arial, Tahoma;
    font-weight: 700
}

#steps   .staragain {
    float: right;
    margin-right: -80px
}

#steps   .staragain a {
    font-family: "Open Sans", Arial, Tahoma;
    font-weight: 700;
    color: #fff;
    transition: background .2s linear
}

#steps   .staragain a:hover {
}

.colouurs {
    float: left;
    width: 100%;
    margin: 0 0 40px 0
}

.colouurs .options button {
    float: left;
    width: 100%;
    margin: 0 0 10px 0 !important
}

.colouurs  img {
    width: 100%
}

.colours .table {
    display: table;
    height: 100%;
    width: 100%
}

.colours .table-cell {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%
}

.complecftr {
    padding-bottom: 115px !important
}

.complecting {
    float: right;
    width: 80%;
    height: auto;
    overflow: hidden;
    -webkit-border-top-right-radius: 40px;
    -moz-border-radius-topright: 40px;
    border-top-right-radius: 40px
}

.complecting img, .complecting .slick-slide {
    -webkit-border-top-right-radius: 35px;
    -moz-border-radius-topright: 35px;
    border-top-right-radius: 35px
}

.complecting div {
    width: 100%;
    height: 26vw
}

.complecting div img {
    width: auto;
    height: 100%;
    margin: 0
}

.eFilter{
    text-align: center;
}

@media screen and (min-width:1340px) {
    .complecting div {
        height: 350px
    }

    .complecting div img {
        width: auto;
        height: 100%;
        margin: 0
    }

}

.complecting .slick-dots li button {
}

.complecting .slick-dots li.slick-active button {
    height: 25px;
    width: 25px;
    padding: 0;
    margin: 0
}

.complecting  .slick-dots {
    top: auto !important;
    bottom: 10px;
    left: 80px;
    z-index: 500
}

.complecting  .slick-prev, .complecting .slick-next, .complecting  .slick-prev:hover, .complecting .slick-next:hover {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: auto;
    bottom: -1px;
    display: block;
    z-index: 100;
    width: 20px;
    height: 20px;
    padding: 0;
    opacity: 1;
    transform: none;
    cursor: pointer;
    border: none;
    outline: none;
    width: 60px;
    height: 60px;
    display: block;
    text-align: center;
    margin-right: 0;
    color: #19388a;
    border: 0;
    padding: 18px 0 0 0
}

.gallery .slick-prev, .gallery .slick-next, .gallery  .slick-prev:hover, .gallery .slick-next:hover {
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: block;
    width: 60px;
    height: 60px;
    border: 0;
    padding: 18px 0 0 0
}

.gallery  .slick-prev, .gallery .slick-next {
    top: -30px;
    z-index: 500;
    position: absolute
}

.complecting .slick-prev {
    left: -1px !important
}

.complecting .slick-next {
    right: -1px !important
}

.gallery .slick-prev {
    left: 0
}

.gallery .slick-next {
    right: 0
}

#menu .lang {
    display: flex;
    align-items:center;
    font-family: "Open Sans", Tahoma, Sans Serif
}

.styled-checkbox {
    position: absolute;
    opacity: 0
}

.styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    width: 100%;
    height: auto;
    display: block;
    float: left
}

.styled-checkbox + label:before {
    content: '';
    margin-right: 5px;
    float: left;
    width: 20px;
    height: 20px;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12)
}

.styled-checkbox:focus + label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12)
}

.styled-checkbox:disabled + label {
    cursor: auto
}

.styled-checkbox:disabled + label b {
    opacity: 0.4
}

.styled-checkbox:checked + label b {
    opacity: 1
}

.styled-checkbox:disabled + label:before {
    box-shadow: none;
    background: #9D9D9D;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
    opacity: 0.4
}

.styled-checkbox:checked + label:before {
    opacity: 1
}

.styled-checkbox:checked + label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 9px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.complect .pricetable .modimg img {
    width: 150px
}

.complect .pricetable .color-name .color-name-container{
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.complect .pricetable .color-name p{
    flex:1;
    margin: 0;
}

.complect .pricetable .color-name img{
    margin: -5px 0 -3px 0px;

}

.complect .maintable b {
    display: inline-block;
    width: calc(100%  - 30px)
}

.complect .vahe b {
    padding-left: 25px
}

.vahe b {
    font-family: "Open Sans", Tahoma, Sans Serif;
    font-weight: normal
}

.complect .green {
    color: #4bb100;
    text-align: center
}

.complect .greenbck {
    background: #4bb100;
    padding: 3px;
    color: #fff;
    border-radius: 3px
}

.complect .orangebck {
    background: #EBAA05;
    padding: 3px;
    color: #fff;
    border-radius: 3px
}

.complect .tinytxt {
    font-size: 10px
}

.complect .red {
    color: #796F6E;
    text-align: center
}

.complect .yes, .complect .no {
    width: 20px !important;
    height: 20px;
    margin: -3px 0 -3px 5px
}

.ui-widget .yes, .ui-widget .no {
    width: 20px !important;
    height: 20px;
    margin: -3px 0 -3px 5px
}

.pricetable .red {
    color: #fff;
    min-height: auto
}

.complect .pricetable td {
    padding: 10px
}

.dialogleft, .dialogright {
    float: left;
    width: 40%;
    box-sizing: border-box;
    padding: 20px
}

.fiftyfifty {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 0;
    padding-right: 10px
}

.fiftyfifty2 {
    padding-left: 10px
}

.dialogright {
    width: 60%
}

.dialogright .complecting {
    width: 100%
}

.dialogright .complecting div {
    max-height: 320px;
    height: 250px;

}

#dialogwide input, #dialogwide select, #dialogwide textarea {
    border: 0;
    background: #F1F0F0;
    -moz-box-shadow: inset 0 0 5px #989898;
    -webkit-box-shadow: inset 0 0 5px #989898;
    box-shadow: inset 0 0 5px #989898;
    height: 38px;
    box-sizing: border-box;
    width: 100%;
    padding: 0 5px;
    margin-bottom: 5px;
    line-height: 21px;
    font-size: 15px;
    font-family: "Arial", Tahoma, Sans Serif;
    color: #585858
}

#dialogwide textarea {
    height: 150px
}

#dialogwide .dialogleft button {
    width: 100%
}

#blackbackground {
    z-index: 999999 !important
}

.ui-dialog {
    z-index: 999999999
}

img[src="./img/arwr_w.png"] {
    width: 7px !important;
    height: 11px !important
}

.pricetable .red img {
    width: 5px !important;
    height: 9px !important
}

#juhend {
    border: 0 !important
}

#juhend li {
    margin-left: 15px !important;
    list-style-type: disc;
    padding: 0 0 10px 0;
    border: 0 !important
}

#return-to-top {
    position: fixed;
    bottom: 40px;
    left: 40px;
    z-index: 99999;
    width: 48px;
    height: 48px;
    text-decoration: none;
    opacity: 1;
    padding: 0;
    display: none;
    border: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center
}



.chat-bubble{
    right:80px !important;
}
.modera-chat .chat-frame {
    right: 80px;
    z-index: 999999999999999;
}



.specialbottom {
    position: absolute !important;
    bottom: auto !important;
    top: -100px !important;
    right: 40px !important
}

#return-to-top .svg {
    fill: #fff !important;
    width: 20px !important;
    height: 20px !important;
    margin: 16px 0 0 0 !important;
    transform: rotate(180deg) !important
}

@media screen and (max-width:1020px) {
    .soContent {
        float: left;
        width: 24% !important;
        margin: 0;
        padding: 0
    }

    .special-offers div.soData, .special-offers div.dummy {
        width: 100% !important;
        margin: 0;
        margin-bottom: 0px;
        margin-bottom: 0px;
        padding: 0
    }

    .special-offers div.separator {
        float: left;
        width: 1% !important
    }

    #menu {
        z-index: 999998 !important
    }

    .gallery h2 {
        margin-bottom: 10px;
        font-size: 30px;
        line-height: 36px !important
    }

    .right .count {
        height: 40px;
        font-size: 21px;
        padding-right: 50px;
        padding-top: 10px;
        margin-bottom: 0 !important
    }

    .gallery .slick-prev {
        left: 0 !important
    }

    .gallery .slick-next {
        right: 0 !important
    }

    .gallery  .slick-prev, .gallery .slick-next, .gallery  .slick-prev:hover, .gallery .slick-next:hover {
        width: 40px;
        height: 40px;
        border: 0;
        padding: 12px 0 0 0
    }

    .gallery  .slick-prev, .gallery .slick-next {
        top: -20px
    }

    .slick-slider h2 {
        font-size: 32px;
        line-height: 40px
    }

    .slick-slider h3 {
        margin: 10px 0;
        font-size: 24px;
        line-height: 28px
    }

    .styled-checkbox + label:before {
        width: 14px;
        height: 14px
    }

    .styled-checkbox:focus + label:before {
        box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.12)
    }

    .styled-checkbox:disabled + label:before {
        box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.12)
    }

    .styled-checkbox:checked + label:after {
        left: 2px;
        top: 6px
    }

    .complect .maintable b {
        width: calc(100% - 22px)
    }

    #return-to-top {
        bottom: 20px;
        left: 20px;
        width: 40px;
        height: 40px;
        opacity: 1;
        padding: 0
    }

    #return-to-top .svg {
        width: 12px !important;
        height: 12px !important;
        margin: 16px 0 0 0 !important
    }

    .campaign_text:not(.pricetable .campaign_text){
        bottom: 50px;
    }
}

.onlyextramodels {
    float: right;
    width: calc(100% - 190px);
    padding: 20px 0 20px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #eeeeee;
    margin-left: 190px
}

.wideextramodels {
    width: calc(100% - 190px);
    padding: 20px 0 20px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #eeeeee
}

@media screen and (max-width:1400px) {
    #return-to-top {
        bottom: 90px;
        left: 40px;
        right: auto
    }



    .chat-bubble{
        right:20px !important;
        bottom:70px !important;
    }


    .modera-chat .chat-frame {
        right: 20px;
    }




    .modera-chat .chat-frame.open {
        right: 20px;
        bottom:50px;
    }




    #rightmenu {
        right: 0;
        bottom: 0;
        top: auto;
        width: 100%;
        height: 50px;
        background-color: var(--dark-primary);
    }

    #rightmenu ul {
        border-top: 0
    }

    #rightmenu ul li {
        width: calc(20% - 0.25px);
        box-sizing: border-box;
        height: 50px;
        border-left: 1px solid #222222
    }


    #rightmenu li:first-child{
        border-left: none;

    }

    #rightmenu .fiftho li {
        border-right: 1px solid #222222;
    }

    #rightmenu li a {
        display: block;
        width: 100%;
        padding-left: 15px;
        box-sizing: border-box;
        height: 50px;
        font-size: 13px;
        line-height: 13px;
        line-height: 50px;
        border-bottom: 0;
    }

    #rightmenu li a:hover {
        width: 100%;
        left: 0 !important;
        text-align: left;
        padding-left: 15px
    }

    #rightmenu #conf {
        margin: 0 -5px -3px -5px
    }

    #rightmenu img {
        height: 18px;
        padding-right: 12px
    }
}

.newsletter .red, .newsletter input {
    height: 60px;
    overflow: hidden;
}

.newsletter .red{
    width:215px;
    background:#bd1e12
}

.newsletter .red img{
    display:none;
}

.newsletter input {

    border-radius: 0;
    -webkit-appearance: none
}

html {
    overflow-x: hidden
}

.gallery {
    position: relative !important;
    height: auto !important
}

.gallery .slick-track {
    height: auto !important
}

.gallery  .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
    padding: 0 !important
}

.gallery .slick-slide {
    height: auto !important;
    width: 100%
}

.gallery img {
    margin: 0
}

.slider h2 span {
    padding-right: 10px;
    padding-left: 10px;
    background: rgba(255, 255, 255, 0.6)
}

.right .count {
    height: 60px;
    padding-right: 80px;
    padding-top: 18px;
    box-sizing: border-box;
    text-align: right;
    font-weight: bold;
    font-size: 24px
}

@media screen and (max-width:1020px) {

    .slick-slider {
        z-index: auto
    }

    .noborder a img {
        margin: 0 !important
    }

    .complect .vahe b {
        padding-left: 10px !important
    }

    #front .box ul li a {
        padding: 6px !important
    }

    .models, .extramodels, .teenindusmenu, .models2 {
        top: 0
    }

    .specialbottom {
        position: absolute !important;
        bottom: auto !important;
        top: -60px !important;
        right: 20px !important
    }

    .right .count {
    }

    .options .option {
        width: calc(33.3% - 12px);
        min-height: 80px;
        margin: 0 10px 10px 0
    }

    #steps {
        margin-left: 0
    }

    #steps li  a {
        padding: 10px
    }

    #steps .staragain {
        float: right;
        margin-right: 0
    }

    .gallerybtn button {
        width: auto;
        margin: 0 0 10px 5px !important
    }

    .gallerybtn {
        padding-right: 0;
        width: 100% !important
    }

    .complecting {
        width: 100%
    }

    .complect h2 button, .complect .colouurs button, .complect .colouurs .activated, .fixedinfo button {
        padding: 10px;
        margin: 0 0 0 10px;
        font-size: 16px;
        line-height: 16px
    }

    .fixedinfo {
        padding: 20px
    }

    .fixedinfo p {
        width: 80%;
        font-size: 14px;
        line-height: 18px
    }

    .complecting div {
        height: 33vw
    }

    .complecting div img {
        width: auto;
        height: 100%;
        margin: 0;
    }

    .standard {
        width: 14px !important
    }

    .roundpic {
        width: 95px;
        height: 50px;
        margin: 10px 20px 15px 0
    }

    .roundpic .enlarge {
        width: 95px;
        height: 50px
    }

    .roundpic .enlarge .inner {
        bottom: 75px;
        width: 616px;
        height: 230px
    }

    .complecftr {
        padding-bottom: 105px !important
    }

    #return-to-top {
        bottom: 70px;
        left: 20px;
        right: auto
    }

    .fixedinfo h2 span {
        width: auto !important
    }

    .slick-dotted.slick-slider {
        margin-bottom: 20px !important
    }

    .fixedinfo h2, .fixedinfo h3 {
        width: 100%
    }

    .fixedinfo h2 {
        font-size: 26px;
        line-height: 26px
    }

    .gallerybtn span {
        padding-bottom: 0;
        display: initial;
        width: auto
    }

    .complect h2 {
        margin: 0 0 10px 0
    }

    #onlyfrontpagefix {
        display: flex;
        flex-direction: column;
        position: static;
        z-index: auto;
        width: auto;
        height: auto;
        margin: auto;
        top: auto
    }

    #onlyfrontpagefix .slider {
        order: 2
    }

    #onlyfrontpagefix #header {
        order: 1
    }

    #onlyfrontpagefix .models2, #onlyfrontpagefix  .extramodels {
        padding-top: 60px !important
    }

    .right .count {
        height: 40px;
        font-size: 21px;
        padding-right: 50px;
        padding-top: 10px;
        margin-bottom: 0 !important
    }

    .gallery .slick-prev {
        left: 0 !important
    }

    .gallery .slick-next {
        right: 0 !important
    }

    .gallery  .slick-prev, .gallery .slick-next, .gallery  .slick-prev:hover, .gallery .slick-next:hover {
        width: 40px;
        height: 40px;
        border: 0;
        padding: 12px 0 0 0
    }

    .gallery  .slick-prev, .gallery .slick-next {
        top: -20px;
        background-size: auto 11px !important
    }

}

#mobdesk.content {
    background-color: #fff
}



@media screen and (max-height:680px) and (max-width:1020px) and  (orientation : landscape) {


    .modera-chat .chat-frame {
        right:0;
        height: calc(100% - 50px);
    }
    .modera-chat .chat-frame.open {
        right: 0;
        bottom: 50px;
    }

}


@media screen and (max-height:680px) and (max-width:1400px) and  (orientation : landscape) {


    .modera-chat .chat-frame {
        right:0;
        height: calc(100% - 50px);
    }
    .modera-chat .chat-frame.open {
        right: 0;
        bottom: 50px;
    }

}




@media screen and (max-height:680px) and (min-width:1400px) and  (orientation : landscape) {


    .modera-chat .chat-frame {
        right:60px;
        width: calc(100% - 60px);
    }


}



@media screen and (max-width:680px) {


    .modera-chat .chat-frame {
        right:0;
        height: calc(100% - 50px);
    }

    .modera-chat .chat-frame.open {
        right: 0;
        bottom: 50px;
    }

    .complecting div {
        height: calc(33vw - 10px)
    }

    .slider .table-cell {
        padding: 200px 20px 40px 20px
    }

    #front .box.left {
        display: flex;
        flex-direction: column
    }

    #front .content_inner{
        flex-direction: column;
    }

    #front .box.left button {
        order: 3
    }

    #front .box.left h2 {
        order: 1
    }

    #front .box.left ul {
        order: 2
    }

    .options .option {
        -webkit-border-top-right-radius: 25px;
        -webkit-border-bottom-left-radius: 25px;
        -moz-border-radius-topright: 25px;
        -moz-border-radius-bottomleft: 25px;
        border-top-right-radius: 25px;
        border-bottom-left-radius: 25px
    }

    .complecting {
        -webkit-border-top-right-radius: 25px;
        -moz-border-radius-topright: 25px;
        border-top-right-radius: 25px
    }

    .complecting img, .complecting .slick-slide {
        -webkit-border-top-right-radius: 20px;
        -moz-border-radius-topright: 20px;
        border-top-right-radius: 20px
    }

    #steps .staragain a {
        text-align: center
    }

    .gallery h2 {
        margin-bottom: 10px;
        font-size: 30px;
        line-height: 36px !important
    }

    .dialogright .complecting div {
        height: 32vw
    }

    .complecftr {
        padding-bottom: 145px !important
    }

    .complecting  .slick-prev, .complecting .slick-next, .complecting  .slick-prev:hover, .complecting .slick-next:hover {
        width: 40px;
        height: 40px;
        padding: 8px 0 0 0
    }

    .complecting .slick-prev {
        left: 0 !important
    }

    .complecting .slick-next {
        right: 0 !important
    }

    .dialogleft, .dialogright {
        width: 100%;
        padding: 20px
    }

    .complecting .slick-dots {
        bottom: -5px;
        left: 50px
    }

    .fixedinfo p {
        width: 100%;
        float: left
    }

    #steps {
        margin-left: 0
    }

    #steps li {
        float: left;
        width: 100%
    }

    #steps li  a {
        padding: 10px;
        width: 100%
    }

    #steps   .staragain {
        float: right;
        margin-right: auto
    }

    .options .option {
        width: calc(50% - 12px);
        min-height: 50px;
        padding: 4px 10px !important
    }

    .option h3 {
        margin: 0 0 3px 0 !important
    }

    .options.colours h3 {
        padding-top: 10px
    }

    .options.colours svg {
        position: absolute;
        top: 7px;
        right: 0;
        width: 30px;
        height: 30px
    }

    .complect h2 button, .complect .colouurs button, .complect .colouurs .activated, .fixedinfo button {
        width: 100%;
        margin: 10px 0 0 0 !important
    }

    .roundpic {
        display: none
    }

    .fixedinfo button {
        margin: 0 0 10px 0 !important
    }

    .fixedinfo h2, .fixedinfo h3 {
        margin: 0
    }

    .slider .table-cell {
        background: #ffffff;
        position: relative;
        padding: 20px;
        margin: 46vw 0 0 0;
        padding-bottom: 30px;
        text-align: center !important
    }

    .slider .table-cell.mob_banner{
        margin:0
    }

    .slick-slide {
        background-repeat: no-repeat;
        background-size: 100% !important;
        background-position: top center
    }

    .complecting  .slick-slide {
        background-size: cover !important;
        background-position: center
    }

    .slider .table-cell h2, .slider .table-cell p, .slick-slider .hdrmdl h2, .slick-slider .hdrmdl h3,  .slick-slider .hdrmdl p, .slick-slider .hdrrght h2, .slick-slider .hdrrght p {
        width: auto;
        text-align: center !important;
        padding: 0 !important
    }

    .slick-slider h3 {
        width: auto;
        text-align: center !important;
        padding: 0 !important;
        font-size: 21px;
        line-height: 26px
    }

    .slider .table {
        padding: 0
    }

    .video-foreground, .video-background iframe {
        height: 56vw
    }

    .video-foreground {
        top: -3vw
    }

    .slick-slider p {
        margin-top: 5px;
        color: #000;
        margin-bottom: 10px
    }

    .slick-dots {
        top: auto;
        bottom: -20px;
        left: calc(50% - 75px)
    }

    #settings {
        top: 20px;
        right: 20px
    }

    .slick-dots li button {
    }

    .slick-dots li.slick-active button {
        border: 0
    }

    .slider h2 span {
        background: transparent;
        color: #000 !important;
    }

    .slick-slider h3 {
        color: #000 !important;
    }

    .slider .table-cell::after {
        content: '';
        position: absolute;
        left: calc(50% - 20px);
        bottom: 100%;
        width: 0;
        height: 0;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-bottom: 20px solid #ffffff;
        clear: both;
        z-index: 600
    }

    .slider button {
        height: 40px !important;
        padding: 10px
    }

}

@media screen and (max-width:480px) {
    .video-foreground, .video-background iframe {
        height: 56vw
    }

    .slider .table-cell {
        margin: 48vw 0 0 0
    }

    .slider .table-cell {
        padding: 20px
    }

    .fixedinfo h2 span {
        font-size: 17px;
        line-height: 17px
    }

    .fixedinfo h2 {
        font-size: 24px;
        line-height: 24px
    }

    .fiftyfifty2 {
        padding-left: 0
    }

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

}

@media screen and (max-width:420px) {
    .slider .table-cell {
        margin: 52vw 0 0 0
    }

    .options .option {
        width: 100%;
        margin: 0 0 10px 0
    }

}



a {
    transition: color .2s linear;
    -o-transition: color .2s linear;
    -moz-transition: color .2s linear;
    -webkit-transition: color .2s linear
}

html {
    overflow-x: hidden
}

h2 img, h1 img {
    margin: 0 2px 0 2px
}

@supports (-webkit-overflow-scrolling:touch) {
    .slider {
        position: absolute
    }

}

#front .box .red {
    min-height: auto;
    padding: 8px 10px
}

.complect   .differenceishere {
    background: rgba(0,170,210,0.2) !important
}

.complect   .differenceishere:hover {
    background: rgba(25, 56, 138, 0.13) !important
}


.teenindusmenu ul li a, .teenindusmenup ul li a {
    padding: 4px 0
}

.lazy3 .slick-slide img {
    width: 100% !important;
    height: auto !important
}

.gallery .slick-slide img {
    width: 100% !important;
    height: auto !important
}

.calcinputa {
    width: calc(100% - 550px) !important
}

.calcinputb {
    width: calc(100% - 155px) !important
}

.service_calc  .red {
    min-height: 38px;
    height: 38px;
    padding: 0 20px
}

ul li {
    line-height: 21px !important;
    font-size: 1.1rem
}

@media screen and (min-width:1020px) {
    #menufix {
        position: relative;
        width: 100%;
        float: right
    }

    .brand{
        padding: 8px 0px;
    }

/*     body {
        line-height: 1;
    } */

}

.cantuse h3 {
    float: left;
    margin-top: 30px !important;
    text-align: left;
    margin-left: 30px !important;
    width: calc(100% - 30px) !important
}

.cantuse h3 img {
    width: 20px;
    height: 20px;
    margin: -3px 0
}

.cantusetab {
    margin-top: 30px 30px !important;
    float: left 30px !important;
    margin-left: 30px !important;
    width: calc(100% - 60px) !important
}

.cantusetab td {
    text-align: left !important;
    padding: 5px 0 !important
}

.cantuse .cantusetab tr td {
    background-color: transparent
}

.cantuse button {
    float: right
}

.cantuse .cantusetab td {
    background-color: transparent
}

.cantuse button {
    margin: 10px 0 20px 10px;
    padding: 15px;
    min-height: 20px
}

.greentxt {
    color: #0BAB4B !important
}

.cantuse .onlyhere {
    margin-right: 30px;
    background-color: var(--dark-secondary)
}

.cantuse .onlyhere:hover {
    background-color: var(--dark-primary)
}

.cantusetab b {
    width: auto !important
}

.cantusetab .redtxt {
    width: 100% !important;
    color: #bd1e12 !important
}

.cantuse .cantusetab td {
    background-color: transparent !important
}

.complect .headrow .highlighted {
    background-color: var(--dark-secondary) !important;
    color: #fff;
    border: none;
}

.complect .redrow td {
    background-color: rgba(0,170,210,0.2) !important
}

.complect .greenrow td {
    background-color: rgba(50, 174, 82, 0.25) !important
}

.unactiverow {
    opacity: 0.2
}

@media screen and (max-width:1020px) {
    .cantuse h3 {
        margin-top: 10px !important;
        margin-left: 0 !important;
        width: 100% !important
    }

    .cantuse button {
        margin: 10px 0 0 5px
    }

    .cantuse .onlyhere {
        margin-right: 0
    }

}

h2.customh2com {
    float: none !important;
    margin-bottom: 30px !important
}

.complect .slideTogglebox6 {
    margin-top: 0;
    right: 0
}

.orange {
    background: var(--dark-secondary) !important;
    color: #fff !important
}

.orange:hover {
    background: var(--dark-primary) !important
}

@media screen and (max-width:1020px) {
    h2.customh2com #leasingcalculator2 {
        margin: -10px 0 10px 0 !important
    }

}

@media screen and (max-width:980px) {
    h2.customh2com {
        margin-bottom: 20px !important
    }

    h2.customh2com #leasingcalculator2 {
        margin: 0 0 10px 0 !important
    }

}

@media screen and (max-width:680px) {
    .complect .slideTogglebox6 {
        margin: 26px 0 0 0
    }

}

#askOfferForm table td {
    vertical-align: middle
}

#second .pictures .theimage {
    background-position: center;
    width: 273px;
    background-size: 110%;
    background-repeat:no-repeat;
}

.modimg img {
    width: 160px
}

@media screen and (max-width:1020px) {
    .modimg img {
        width: 100px
    }

}

.allmodels a, .allmodels p {
    color: #000 !important;
    text-decoration:none
}

/* online state - color sinine - #eb6428 */
.modera-chat .chat-bubble .bubble {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 97 114' enable-background='new 0 0 97 114' xml:space='preserve'%3E%3Cg%3E%3Cg opacity='0.6'%3E%3Cpath d='M94.2,64.5L94.2,64.5c1.7-4.9,2.7-10.1,2.7-15.7C96.8,22.4,75.4,2,49,2S1.2,22.4,1.2,48.8c0,23.9,17.5,42.9,40.4,46.3 L38,114c0,0,31.5-11.1,49.2-36.8C90.1,73.4,92.5,69.2,94.2,64.5C94.1,64.6,94.1,64.5,94.2,64.5'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%23eb6428' d='M93.2,62.5L93.2,62.5c1.7-4.9,2.7-10.1,2.7-15.7C95.8,20.4,74.4,0,48,0S0.2,20.4,0.2,46.8 c0,23.9,17.5,42.9,40.4,46.3L37,112c0,0,31.5-11.1,49.2-36.8C89.1,71.4,91.5,67.2,93.2,62.5C93.1,62.6,93.1,62.5,93.2,62.5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
}

/* unread state - color roheline - #198a31 */
.modera-chat .chat-bubble.status-new .bubble {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 97 114' enable-background='new 0 0 97 114' xml:space='preserve'%3E%3Cg%3E%3Cg opacity='0.6'%3E%3Cpath d='M94.2,64.5L94.2,64.5c1.7-4.9,2.7-10.1,2.7-15.7C96.8,22.4,75.4,2,49,2S1.2,22.4,1.2,48.8c0,23.9,17.5,42.9,40.4,46.3 L38,114c0,0,31.5-11.1,49.2-36.8C90.1,73.4,92.5,69.2,94.2,64.5C94.1,64.6,94.1,64.5,94.2,64.5'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%23198a31' d='M93.2,62.5L93.2,62.5c1.7-4.9,2.7-10.1,2.7-15.7C95.8,20.4,74.4,0,48,0S0.2,20.4,0.2,46.8 c0,23.9,17.5,42.9,40.4,46.3L37,112c0,0,31.5-11.1,49.2-36.8C89.1,71.4,91.5,67.2,93.2,62.5C93.1,62.6,93.1,62.5,93.2,62.5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
}

/* offline state - color punane - #9d0605 */
.modera-chat .chat-bubble.status-wait .bubble {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 97 114' enable-background='new 0 0 97 114' xml:space='preserve'%3E%3Cg%3E%3Cg opacity='0.6'%3E%3Cpath d='M94.2,64.5L94.2,64.5c1.7-4.9,2.7-10.1,2.7-15.7C96.8,22.4,75.4,2,49,2S1.2,22.4,1.2,48.8c0,23.9,17.5,42.9,40.4,46.3 L38,114c0,0,31.5-11.1,49.2-36.8C90.1,73.4,92.5,69.2,94.2,64.5C94.1,64.6,94.1,64.5,94.2,64.5'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%239d0605' d='M93.2,62.5L93.2,62.5c1.7-4.9,2.7-10.1,2.7-15.7C95.8,20.4,74.4,0,48,0S0.2,20.4,0.2,46.8 c0,23.9,17.5,42.9,40.4,46.3L37,112c0,0,31.5-11.1,49.2-36.8C89.1,71.4,91.5,67.2,93.2,62.5C93.1,62.6,93.1,62.5,93.2,62.5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
}

.slider  .slider,
.slider  .slick-list,
.slider  .slick-slide,
.slider  .slick-slider {
    min-height: 900px !important;
}

.slider.minimized  .slider,
.slider.minimized  .slick-list,
.slider.minimized  .slick-slide,
.slider.minimized  .slick-slider {
    min-height: 580px !important;
}

.slick-slide {
    cursor: pointer;
}


.nocursor {
    cursor: initial !important;
}

.fixedimg.slick-slide {
    background-size:  100% auto;
    background-repeat: no-repeat;

}

.fixedimg .table-cell {

    vertical-align: bottom;
    padding-bottom: 80px;
}

.onlymobb{
    display: none;
}

@media screen and (max-width:1020px) {
    .slider .slider,
    .slider .slick-list,
    .slider .slick-slide,
    .slider .slick-slider {
        min-height: auto !important;
    }

    .slick-slider .hdrmdl {
        text-align: center
    }

    .slick-slider .hdrright {
        text-align: right
    }

}

@media screen and (max-width:680px) {
    .slider .slider,
    .slider .slick-list,
    .slider .slick-slide,
    .slider .slick-slider {
        min-height: auto !important;

    }

    .fixedimg.slick-slide {
        background:transparent !important;
    }

    .onlymobb{
        margin:0 !important;
        padding:0 !important;
        width: 100%;
        display: block;
    }
    .slider .fixedimg .table-cell {
        padding: 0;
        margin:  0;
        padding-bottom: 30px;
    }

    .fixedimg button {
        margin-top: 15px;
        width:calc(100% - 40px) !important;
    }
}


.grid-element{
    padding:10px;
}

.grid-element p{
    margin:0;
}

.grid-element.text{
    display:flex;
    flex-direction: column;
    justify-content: center;
}

.grid-element.border{
    border: 1px solid #DDDBDB;
}

.content-grid{
    display:grid;
    grid-template-columns: repeat(auto-fill, minmax(22rem, 1fr));
    grid-template-rows: auto;
    grid-gap: 12px;
    margin-bottom:10px;
}

.content-grid-dynamic{
    display:grid;
    grid-template-columns: repeat(auto-fill, minmax(22rem, 1fr));
    grid-template-rows: auto;
    grid-gap: 24px;
    margin-bottom:10px;
}

.columns-2{
    grid-template-columns: 1fr 1fr;
}

.columns-3{
    grid-template-columns: 1fr 1fr 1fr;
}

.columns-4{
    grid-template-columns: 1fr 1fr 1fr 1fr;
}


.content_box_div{
    height: 140px;
    overflow: hidden;
    position: relative;
    margin: 40px 0;
}

.content_box_div.open{
    height: auto;

}

.content_box_toggle {
    bottom: 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    margin: auto;
    padding-bottom: 10px;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.content_box_toggle.open{
    position: relative;
}

.content_box_toggle .arrow{
    content: "";
    width: 12px;
    height: 12px;
    right: 1px;
    transform: rotate(45deg);
    border: solid #4B4B4B;
    border-width: 0 3px 3px 0;
    display: inline-block;
}

.content_box_toggle.open .arrow{
    transform: rotate(225deg);
}

.content_box_toggle:not(.content_box_toggle.open):after {
    background: linear-gradient(0deg,#fff 25%,hsla(0,0%,100%,0));
    bottom: inherit;
    content: "";
    cursor: inherit;
    display: block;
    height: 110px;
    position: inherit;
    width: inherit;
    z-index: -1;
}

.front-special-a {
    text-decoration: none;
    background: transparent !important;
    content: '' !important;
    padding: 0px !important;
}

#front .allmodels{
    width:100%
}


.news-grid.campaign{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 0px;
    margin: 0 -10px;
}

.news-grid.campaign .news-block{
    width:calc(50% - 20px);
    margin: 0 10px;
}

.news-grid .mainpic_wrapper{
    height: 200px;
    overflow: hidden;
    width: 100%;
}

.mainpic_wrapper .mainpic{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}


.news-block .mainpic{
    transition: all 0.25s ease-in-out;
}

.news-block:hover .mainpic{
    transform: scale(1.05);
}


.news-grid.campaign .news-img{
    height:320px;
}


.news-block a{
    text-decoration: none;
}

.news-block a:hover{
    color:#000
}

.news-block .news-bottom{
    padding:24px;
}

.news-block .news-bottom_inner{
    display:flex;
    position:relative;
    font-size:18px;
    font-family: "Inter", Arial, Tahoma;
    font-weight:700;
    padding: 0 0 24px;
    margin: 0 0 24px;
}

.news-block.campaign .news-bottom_inner{
    padding: 0;
    margin: 0 0 24px;
}

.news-block.campaign .news-bottom .link{
    color: var(--accent-blue);;
    font-size:16px;
    font-weight:500;
}

.front-cta{
    font-weight: 500;
    text-decoration: none;
    position: relative;
    color: var(--dark-primary);
    display: flex;
}

.front-cta .arrow {
    display: flex;
    align-items: center;
    position: relative;
    margin-right: 10px;
    width: 32px;
    min-width: 32px;
    transition: min-width .2s ease-in-out,width .2s ease-in-out;
}

.front-cta .arrow:before {
    position: absolute;
    border-top: 3px solid;
    content: "";
    display: block;
    width: 32px;
    min-width: 32px;
    left: 0;
    color:var(--accent-blue);
    -webkit-transition: min-width .2s ease-in-out,width .2s ease-in-out;
    -o-transition: min-width .2s ease-in-out,width .2s ease-in-out;
    transition: min-width .2s ease-in-out,width .2s ease-in-out;
}

.front-cta .arrow:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    right: 1px;
    transform: rotate(-45deg);
    border: solid var(--accent-blue);
    border-width: 0 3px 3px 0;
    display: inline-block;
}

.news-block.campaign:hover .arrow {
    width: 36px;
    min-width: 36px;
}

.news-block.campaign:hover .arrow:before {
    width: 36px;
}

.news-block:not(.news-block.campaign) .news-bottom_inner::after, .news .news-bottom_inner:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background-color: #bd1e12;
}

.news-block .news-img{
    background-size:cover;
    background-position: center;
    height:220px;
}

.category-tabs{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px 16px;
    margin-bottom:40px;
}

.category-tabs li a{
    cursor:pointer;
    text-transform: uppercase;
    text-decoration: none;
    padding: 8px 0;
    margin: 0 16px;
}

.category-tabs li a:hover{
    border-bottom: 3px solid  #bd1e12;
}

.category-tabs .menuactive{
    background:none;
    color: #000 !important;
    border-bottom:3px solid  #bd1e12;
    font-weight:700
}

@media screen and (max-width:480px){
    .content-grid{
        grid-template-columns: 1fr !important;
    }
}

@media screen and (max-width:980px){
    .content-grid{
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (min-width:980px) and (max-width:1280px){
    .content-grid{
        grid-template-columns: 1fr 1fr 1fr;
    }

    .content-grid.columns-2, .content-grid.columns-4{
        grid-template-columns: 1fr 1fr
    }
}

.counter p:before{
    font-family: 'icons';
    content:'\EA18';
    color: #1e8c22;
    font-size: 18px;
    margin-right:4px
}

.submenu .counter p:before{
    color:#4B4B4B;
}

.submenu .counter p{
    color:#4B4B4B;
    opacity: 0.7;
    text-wrap: nowrap;
}

.submenu .counter{
    display:flex;
    align-items:center;
    justify-content:center;
    margin-right: 12px;
}

.popup .green_noti::before{
    content: '';
    font-family: "icons";
    color:white;
    background: green;
    font-size: 20px;
    line-height: 20px;
    border-radius: 100%;
    padding: 4px;
    margin: 0px 12px 0px 0px;
    vertical-align: bottom;
    display: inline-flex;
}

.popup .yellow_noti::before{
    content: '';
    font-family: "icons";
    color:#EBAA05;
    font-size: 32px;
    margin-right: 6px;
}

.popup .red_noti::before{
    content: '';
    font-family: "icons";
    color:red;
    font-size: 32px;
}



.blocker {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 999999;
    padding: 20px;
    box-sizing: border-box;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
    text-align: center;
}
.blocker:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.05em;
}
.blocker.behind {
    background-color: transparent;
}
.modal {
    display: none;
    vertical-align: middle;
    position: relative;
    z-index: 9999999;
    max-width: 1440px;
    box-sizing: border-box;
    width: 95%;
    background: #fff;
    padding: 60px 40px;
    -webkit-box-shadow: 0 0 4px #000;
    -moz-box-shadow: 0 0 4px #000;
    -o-box-shadow: 0 0 4px #000;
    -ms-box-shadow: 0 0 4px #000;
    box-shadow: 0 0 4px #000;
    text-align: left;
    overflow-y: auto;
    height: auto;
    max-height:100%;
}
.modal a.close-modal {
    position: absolute;
    top: 20px;
    right: 16px;
    display: block;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("/img/close-btn.svg");
    filter: invert(1);
}


.modal-spinner {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    padding: 12px 16px;
    border-radius: 5px;
    background-color: #111;
    height: 20px;
}
.modal-spinner > div {
    border-radius: 100px;
    background-color: #fff;
    height: 20px;
    width: 2px;
    margin: 0 1px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.modal-spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.modal-spinner .rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
.modal-spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
@-webkit-keyframes sk-stretchdelay {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.5);
    }
    20% {
        -webkit-transform: scaleY(1);
    }
}
@keyframes sk-stretchdelay {
    0%,
    40%,
    100% {
        transform: scaleY(0.5);
        -webkit-transform: scaleY(0.5);
    }
    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
    }
}


/* Generic class to transform text in lowercase */
.transform-text-lowercase{
    text-transform: lowercase;
}

.campaign_text{
    opacity:0;
    visibility: hidden;
    background-color: #ffffff;
    color: #000000;
    border-radius: 3px;
    min-width: 150px;
    position: absolute;
    bottom: 40px;
    left: 0;
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 15%);
    padding: 12px;
    transition: ease-in-out 0.2s;
    z-index: 1;
}

.campaign_text_div:hover .campaign_text, .campaign_text_div:active .campaign_text{
    opacity:1;
    visibility: visible;
}
.campaign_text_hide{
    z-index: 9999;
}

.campaign_text_div svg path{
    stroke:#fff
}

.pricetable .campaign_text{
    bottom: 30px;
}

.slider_container{
    display:flex;
    align-items: center;
    justify-content: center;
    float:left;
    width:100%
}

.narrow1.leasekuudSlider{
    width: calc(100% - 32px) !important;
    margin: 10px 0 20px 0 !important;
}

.slider_container .leasekuudSlider{
    margin: 20px 0 20px 0 !important;
}

button.loading {
    opacity:0.7;
    cursor: not-allowed;
    pointer-events: none;
  }

  button.loading img{
    display:none
  }
  
  .spinner {
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top: 3px solid #ffffff;
    width: 12px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    animation: spin 1s linear infinite;
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }


.search {
    padding: 40px 0;
    margin-bottom: 40px;
    min-height:180px;
}


      .searchIcon img{
  filter: brightness(0) invert(1);
}


.search .searchForm {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 800px;
    margin: 0 auto;
    gap: 0;
}

.search .searchInput {
    flex: 1;
    height: 50px;
    padding: 0 20px;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    border: 2px solid #ddd;
    border-right: none;
    border-radius: 0;
    background: #fff;
    box-sizing: border-box;
    outline: none;
    transition: border-color 0.2s ease;
}

.search .searchInput:focus {
    border-color: var(--accent-blue);
}

.search #searchButton {
    height: 50px;
    width: 140px;
    background: var(--accent-blue);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease;
}

.search #searchButton:hover {
    background: #1a3c63;
}

.search #searchButton .searchIcon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.search #searchButton img {
    width: 20px;
    height: 20px;
    filter: brightness(0) invert(1);
}

.results_heading {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 10px;
}

/* Storefront model-btns styling for second-level-menu-vertical */
#second.storefront .model-btns .red{
    text-align:center;
    align-content: center;
}

#second.storefront .left ul li.sticky-title{
    padding: 11px 0 12px 0;
}

#second.storefront .model-btns{
    margin-top:20px;
}

.second-level-menu-vertical .sticky-anchor{
    top:0;
}
