@font-face {
    /*font-family: SantanderMicroText;*/
    font-family: Inter-Regular;
    src: url(font/Inter-Regular.ttf);
}
@font-face {
    /*font-family: SantanderMicroText;*/
    font-family: Inter-Bold;
    src: url(font/Inter-Bold.ttf);
    font-weight: 700;
}
@font-face {
    /*font-family: SantanderHeadline;*/
    font-family: Inter-RegularHL;
    src: url(font/Inter-Regular.ttf);
}
@font-face {
    /*font-family: SantanderHeadline;*/
    font-family: Inter-BoldHL;
    src: url(font/Inter-Bold.ttf);
    font-weight: 700;
}

body{
    background: #E4EAF0;
    padding-right: 0 !important;
}

.main_wrapper{
    max-width: 1200px;
    margin-left:auto;
    margin-right:auto;
    position:relative;
    background: #FFFFFF;
}

.content_wrapper{
    margin: 0px 48px;
    padding-bottom: 0px;
}

.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: none;
  /*box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);*/
}

@media (max-width: 1199px){
}

@media (max-width: 767px){
    .content_wrapper{
        margin: 0px 16px;
    }
    .select-content_wrapper{
        margin: 0px 9px;
    }
}



.row {
    margin-left: 0px;
    margin-right: 0px;
}
.mobile {
    display:none;
}
.mobile-block {
    display:none;
}

@media (max-width: 767px) {
    .mobile {
        display: flex;
    }

    .mobile-block {
        display: block;
    }

    .no-mobile{
        display:none;
    }
}


.site-title{
    text-align: center;
}


.form-control-grey{
    background: #F7FBFF;
    border: 1px solid #E4EAF0;
    border-bottom: 1px solid #0A285C;
    border-radius: 4px 4px 0px 0px;
    padding:12px 16px;
    font-family: Inter-Regular;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #0A285C;
    height: auto;
}
.form-control-grey:hover{
    outline: none;
    border: 1px solid #E4EAF0;
    border-bottom: 1px solid #0A285C;
    border-radius: 4px 4px 0px 0px;
}
.form-control-grey:focus{
    outline: none;
    box-shadow: none;
    background: #F7FBFF;
    border: 1px solid #E4EAF0;
    border-bottom: 1px solid #135EE2;
    border-radius: 4px 4px 0px 0px;
}
.input-novalid .form-control-grey{
    border-bottom: 1px solid #0A285C;
}
.form-control-grey-errortext{
    font-family: Inter-Regular;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #990000;
    padding-left:10px;
}



.cbox-custom-select {
    font-family: Inter-Regular;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #0A285C;
    width:100%;
    padding:12px 16px;
    background: #F7FBFF;
    border: 1px solid #E4EAF0;
    border-bottom: 1px solid #8F8F8F;
    border-radius: 4px 4px 0px 0px;
    outline: none !important;
    position:relative;;
}

.cbox-custom-select select {
  display: none; /*hide original SELECT element:*/
}

.cbox-select-selected {
    color: #0A285C;
}

/*style the arrow inside the select element:*/
.cbox-select-selected:after {
    transition: all 0.6s ease;
  position: absolute;
  content: url("../_ERSTE_gfx2/icons/cbox_arrow.svg");
  top: 14px;
  right: 10px;
  width: 24px;
  height: 24px;
}

/*point the arrow upwards when the select box is open (active):*/
.cbox-select-selected.cbox-select-arrow-active:after {
  transform: rotateZ(-180deg);
}

/*style the items (options), including the selected item:*/
.cbox-select-items div,.cbox-select-selected {
  cursor: pointer;
  user-select: none;
}

/*style items (options):*/
.cbox-select-items {
    font-family: Inter-Regular;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #0A285C;

  position: absolute;
  background-color: #FFFFFF;
  top: 103%;
  left: 0;
  right: 0;
  z-index: 99;
}

.cbox-select-items div{
    padding:8px 16px;
}

/*hide the items when the select box is closed:*/
.cbox-select-hide {
  display: none;
}

.cbox-select-items div:hover {
  background-color: #8F8F8F;
  color:#FFFFFF;
}






.formdot{
    color: #EC0000;
}

.cd_form-control-grey {
    display:none;
}

.cd_form-control-grey-label{
    padding-left:30px;
    min-height: 24px;
}

.cd_form-control-grey + label
{
    background-image: url('/static/gfx2/Checkbox_disselect.svg');
    background-repeat: no-repeat;
    background-position: left 0px top 0px;
    margin-bottom: 16px;
}

.cd_form-control-grey:checked + label
{
    background-image: url('/static/_ERSTE_gfx2/Checkbox.svg');
    background-repeat: no-repeat;
    background-position: left 0px top 0px;
}
.input-novalid .cd_form-control-grey + label{
    background-image: url('/static/_ERSTE_gfx2/Checkbox_error.svg');
}

.input-novalid .cd_form-control-grey:checked + label
{
    background-image: url('/static/_ERSTE_gfx2/Checkbox.svg');
}

.cd_form-control-radio{
    display:none;
}

.cd_form-control-radio-label{
    padding-left:32px;
    display:block;
    margin-top: 20px;
    font-family: Inter-Regular;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #0A285C;
}

.cd_form-control-radio + label
{
    background-image: url('/static/gfx2/radio_button.svg');
    background-repeat: no-repeat;
    background-position: left 0px top 0px;
}

.cd_form-control-radio:checked + label
{
    background-image: url('/static/_ERSTE_gfx2/radio_button_checked.svg');
    background-repeat: no-repeat;
    background-position: left 0px top 0px;
}

/* buttony*/
.main_bar_btn{
    background-color:#135EE2;
    border-radius: 10px;
	color: #ffffff;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	padding: 12px 20px;
	border: none;
	font-family: Inter-Regular;
	font-weight: 700;
    transition: 0.6s;
    border: none;
    background: #135EE2;
    color: #ffffff;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
    border-radius: 50px;
}

.main_bar_btn:hover, .main_bar_btn:focus{
    border:none !important;
    color:#135EE2;
    background-color:#ffffff;
    box-shadow: none !important;

    border: none;
    background: #0A285C;
    color: #ffffff;
}
/* end buttony */

/* samochod kafelka */
.special-offer{
    margin-left: 16px;
    margin-right: 16px;
}
.car-list-box{
    min-width:328px;
    padding:0px 8px;
}
.car-list-item{
    position: relative;
    width: 100%;
    /*height: 443px;*/
    left: 0px;
    top: 0px;
    background: #F7FBFF;
    border-radius: 4px;
    margin: 0px 0px 16px 0px;
    border: 1px solid #F7FBFF;
}

.item-descr-box-rata{
    height:82px;
}

.item-descr-line-rata{
    display:flex;
    align-content: space-between;
    margin-top:12px;
    color:#0A285C;
    font-family: Inter-RegularHL;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

.item-descr-line-rata-kolor{
    color: #0A285C;
    font-weight: 700;
}
.item-descr-line-rata-kolor-superoferta{
    color: #135EE2;
    font-weight: 700;
}

.item-descr-line-m24{
    display:flex;
    align-content: space-between;
    margin-top:2px;
    color:#0A285C;
    font-family: Inter-Regular;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.item-descr-line-zakup{
    display:flex;
    align-content: space-between;
    margin-top:8px;
    color:#0A285C;
    font-family: Inter-Regular;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.item-descr-line-cena-aukcja_oferty{
    display:flex;
    align-content: space-between;
    margin-top:8px;
    color:#0A285C;
    font-family: Inter-Regular;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.car-list-item:hover{
    color: #fff;
    background: #FFFFFF;
    border: 1px solid #135EE2;
}
.car-list-item-promowane{
    background: #FFF4D5;
    border: 1px solid #FFF4D5;
}
.car-list-item-promowane:hover{
    background: #FFFFFF;
    border: 1px solid #135EE2;
}
.car-list-item-price30{
    background: #FFF4D5;
    border: 1px solid #FFF4D5;
}
.car-list-item-price30:hover{
    background: #FFFFFF;
    border: 1px solid #135EE2;
}

.car-list-item:hover td{
    color: #fff;
    transition: 0.6s;
}

.car-list-details-item{
    position:relative;
    /*margin: 10px 10px;*/
    margin: 10px 0px 10px 0px;
    padding: 0px;
    border: 0px solid;
    float: left;
    color: #777777;
    /*width:300px;*/
    /*width:100%;*/
    width:310px;
    min-width:310px;
    background: #ffffff;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    transition: 0.6s;
}

.car-list-details-head{
    float:right;
    margin: 20px 15px;
    color: #0A285C;
    font-family: Inter-Regular;
    font-size: 20px;
}

.car-list-details-year{
    float:left;
    padding: 0px;
    margin-top: 20px;
    margin-left: 20px;
    color: #777777;
    font-size:16px;
    background: #e9ebeb;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    padding: 5px 35px;
}

.car-list-details-year-d{
    float:left;
    padding: 0px;
    margin-top: 20px;
    margin-left: 50px;
    color: #777777;
    font-size:16px;
    background: #e9ebeb;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    padding: 5px 35px;
}

.car-list-details-tab{
    margin: 0px 20px 10px; 20px;
    padding: 0px;
    color: #777777;
    width: 80%;
}

.car-list-details-price1{
    font-size:26px;
    color: #777777;
    float: left;
    padding: 15px 5px 15px 15px;
}

.car-list-details-price2{
    font-size:26px;
    font-weight:bold;
    color: #135EE2;
    float: right;
    padding: 15px 15px 15px 5px;
}

.car-list-details-item:hover{
    color: #ffffff !important;
    background: #135EE2;
}
.car-list-details-item:hover,
.car-list-details-item:hover td,
.car-list-details-item:hover .car-list-details-head,
.car-list-details-item:hover .car-list-details-tab,
.car-list-details-item:hover .car-list-details-price1,
.car-list-details-item:hover .car-list-details-price2,
.car-list-details-item:hover .percent-cena-search{
    color: #ffffff !important;
}

.item-img{
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
    width: 100%;
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top:-28px;
    margin-bottom:-14px;
    object-fit: contain;
}

.item-przebieg{
    font-family: Inter-Regular;
    font-size: 16px;
    border-radius: 15px;
    position: absolute;
    right: 10px;
    top:10px;
    background: #f0f0f0;
    color: #000;
    padding: 3px 15px;
}

.item-petrol{
    font-family: Inter-Regular;
    font-size: 20px;
    border-radius: 15px;
    position: absolute;
    right: 20px;
    top:20px;
    background: #f0f0f0;
    color: #000;
    padding: 3px 15px;
}

.item-img-info{
    font-family: Inter-Regular;
    font-size: 12px;
    border-top-left-radius: 15px;
    position: absolute;
    right: 0px;
    top:232px;
    background: #f0f0f0;
    color: #000;
    padding: 0px 10px;
}

.item-descr{
    padding: 24px;
    padding-top: 0px;
}

.item-descr-name{
    font-size: 22px;
    line-height: 32px;
    font-family: Inter-RegularHL;
    font-style: normal;
    font-weight: 700;
    color:#0A285C;
}

.item-descr-type{
    font-size: 14px;
    line-height: 24px;
    font-family: Inter-RegularHL;
    font-style: normal;
    font-weight: 700;
    color:#0A285C;
    margin-top:2px;
}

.item-descr-info-elem{
    display:inline-block;
    margin-right:13px;
    margin-bottom:5px;
}

.item-descr-line{
    height: 1px;
    background: #CEDEE7;
    margin-top:11px;
    width:100%;
}

.item-descr-info{
    font-size: 14px;
    line-height: 20px;
    font-family: Inter-Regular;
    font-style: normal;
    font-weight: 400;
    color:#0A285C;
    margin-top:16px;
    position:relative;
}

.item-descr-percent{
    font-family: Inter-RegularHL;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #0A285C;
    position: absolute;
    left: 24px;
    bottom:44px;
    padding-bottom:2px;
}

.item-descr-percent-info{
    font-family: Inter-Regular;
    font-size: 14px;
    line-height: 20px;
    color:#0A285C;
    position: absolute;
    left: 24px;
    bottom:24px;
    color: #23779A;
}

.item-descr-percent img, .item-descr-percent-info img{
    display: inline-block;
}

.item-descr-percent-info-details{
    background: #ffffff;
    position:absolute;
    width: 342px;
    border: 1px solid #CCCCCC;
    box-shadow: 0px 1px 10px rgba(68, 68, 68, 0.2);
    border-radius: 8px;
    padding: 16px;
    top: 30px;
    left: -20px;
    z-index: 1001;
    display:none;
    cursor:pointer;
}

.item-descr-percent-info-details::before {
  content:url('/static/gfx2/information_arrow.svg'); /* with class ModalCarrot ??*/
  position:absolute; /*or absolute*/
  z-index:100000; /*a number that's more than the modal box*/
  left:40px;
  top:-15.5px;
}

.item-descr-percent-info-details-text1{
    font-family: Inter-RegularHL;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #0A285C;
    margin-bottom:8px;
}
.item-descr-percent-info-details-text2{
    font-family: Inter-Regular;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #0A285C;
    margin-bottom:2px;
    margin-right:32px;
}


.item-descr-prod{
    font-family: Inter-Regular;
    font-size: 16px;
    position: absolute;
    left: 15px;
    top: 80px;
}

.item-descr-price{
    font-family: Inter-RegularHL;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #0A285C;
    position: absolute;
    right: 24px;
    bottom:44px;
    padding-bottom:2px;
}

.item-descr-price-info{
    font-family: Inter-Regular;
    font-size: 14px;
    line-height: 20px;
    color:#0A285C;
    position: absolute;
    right: 24px;
    bottom:24px;
}
.car-list-item-top{
    padding:12px 12px 0px 12px;
    height: 50px;
}
.item-descr-stan-nowy{
    background:#D6F5D1;
    border-radius: 4px;
    font-family: Inter-Regular;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: #057F19;
    padding:4px 8px;
    display:inline-block;
    margin-right:4px;
    margin-bottom:4px;
    z-index: 1;
    border: 1px #D6F5D1 solid;
}

.item-descr-stan-uzywany{
    background:#FFE79A;
    border-radius: 4px;
    font-family: Inter-Regular;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: #856300;
    text-align: center;
    padding:4px 8px;
    display: flex;
    white-space: nowrap;
    margin-right:4px;
    margin-bottom:4px;
    z-index: 1;
    border: 1px #FFE79A solid;
}
.item-descr-stan-promocja{
    background: #257FA4;
    border-radius: 4px;
    font-family: Inter-Regular;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF;
    padding:4px 8px;
    display:inline-block;
    margin-right:4px;
    margin-bottom:4px;
    z-index: 1;
    border: 1px #257FA4 solid;
}

.item-descr-stan-seper-oferta{
    background: #FEEBEA;
    border-radius: 4px;
    font-family: Inter-Regular;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: #CF2A1E;
    padding:4px 8px;
    display:inline-block;
    margin-right:4px;
    margin-bottom:4px;
    z-index: 1;
    border: 1px #FEEBEA solid;
}

.item-descr-stan-seper-rata{
    background: #E2C3D2;
    border-radius: 4px;
    font-family: Inter-Regular;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: #721C7A;
    padding:4px 8px;
    display:inline-block;
    margin-right:4px;
    margin-bottom:4px;
    z-index: 1;
    border: 1px #E2C3D2 solid;
}

.item-descr-stan-ubezpieczenie1zl-oferta{
    background: #D2F0F2;
    border-radius: 4px;
    font-family: Inter-Regular;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: #0A285C;
    padding:4px 8px;
    /*position:absolute;*/
    /*margin-top:4px;*/
    margin-right:4px;
    margin-bottom:4px;
    z-index: 1;
    border: 1px #D2F0F2 solid;
    /*width: auto;*/
}

.item-descr-emisja_co2_50{
    background: #EEF4FE;
    border-radius: 4px;
    font-family: Inter-Regular;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: #135EE2;
    padding:4px 8px;
    display:inline-block;
    margin-right:4px;
    margin-bottom:4px;
    z-index: 1;
    border: 1px #EEF4FE solid;
}

.item-descr-poleasingowe{
    background: #E0F5F5;
    border-radius: 4px;
    font-family: Inter-Regular;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: #036A6D;
    padding:4px 8px;
    display:inline-block;
    margin-right:4px;
    margin-bottom:4px;
    z-index: 1;
    border: 1px #E0F5F5 solid;
}

.compare_index_icon{
    padding:5px;
    position:absolute;
    top:8px;
    right: 19px;
    z-index:100;
    cursor: pointer;
	/*transition: 0.6s;*/
    content:url("/static/_ERSTE_gfx2/icons/compare.svg");
}

.compare_index_icon:hover{
    background: #F7FBFF;
    border: 1px solid #537090;
    border-radius: 40px;
    top:7px;
    right: 18px;
}

.compare_index_icon .tooltip-inner{
    font-size:18px;
}

.compare_search_icon{
    position:absolute;
    top:32px;
    left: 25px;
    width:30px;
    cursor: pointer;
	transition: 0.6s;
    content:url("/static/_ERSTE_gfx2/compare_icon.png");
}

.compare_search_icon:hover{
    content:url("/static/gfx2/compare_icon_r.png");
}


.car-list-item-red{
    position: relative;
    width: 100%;
    height: 443px;
    left: 0px;
    top: 0px;
    background: #135EE2;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
    border-radius: 4px;

    margin: 12px 0px;
}

.car-list-item-red-text1{
    font-weight: 500;
    font-size: 30px;
    line-height: 41px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    padding: 24px 16px 0px 16px;
}

.car-list-item-red-text2{
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    color: #FFFFFF;
    padding: 16px;
}

.car-list-item-red-button{
    position: absolute;
    bottom: 24px;
    left: 24px;
    right: 24px;
    background: #FFFFFF;
    border: 1.5px solid #135EE2;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
    border-radius: 22px;
    color: #135EE2;
    font-weight: 600;
    font-size: 16px;
    padding: 10px;
    text-align: center;
    margin: 0px auto;
}

.special-offer-grid{
    margin-bottom:64px;
}
.special-offer-slider{
    display:none;
    overflow-x: clip;
}

.index-oferta-btn-show{
    font-family: Inter-Regular;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #135EE2;
    padding: 12px 20px;
    background: #FFFFFF;
    box-shadow: 0px 1px 6px rgba(68, 68, 68, 0.2);
    border-radius: 50px;
    text-align:center;
    display:block;
    margin-top: 24px;
    margin-bottom: 8px;
}
.index-oferta-btn-show:hover{
    color: #135EE2;
}

@media (max-width: 1199px){
    .special-offer-slider{
        display:block;
        margin-bottom:64px;
    }
    .special-offer-slider .slick-list{
        overflow:unset;
     }
    .special-offer-grid{
        display:none;
        margin-bottom:0px;
    }

    .car-list-item{
        max-width: 328px;
    }
    .item-descr-name {
        font-size: 20px;
        line-height: 24px;
    }
    .item-descr-type {
        font-size: 14px;
        line-height: 20px;
    }

    .item-descr-info-elem{
        margin-right:0px;
        width:48%;
    }
    .item-descr-line{
        margin-top:18px;
    }
    .item-descr-percent{
        font-size: 20px;
        line-height: 24px;
    }
    .item-descr-price{
        font-size: 20px;
        line-height: 24px;
    }
    .compare_index_icon{
        display:none;
    }
}

@media (max-width: 767px){
    .special-offer-slider{
        display:block;
        margin-bottom:48px;
    }

    .car-list-item{
        max-width: 312px;
    }
    .item-descr-name{
        font-size:20px;
        line-height: 24px;
    }
    .item-descr-type{
        font-size:14px;
        line-height: 20px;
        font-family: Inter-Regular;
    }
    .item-descr-info-elem{
        margin-right:0px;
        width:48%;
    }
    .item-descr-percent-info-details{
        width: 302px;
    }
}
/* end samochod kafelka */

/* slick */
.slick-dots li button::before {
  opacity: 1;
  font-size: 20px !important;
  color:#8F8F8F;
}

.slick-dots li.slick-active button::before {
  opacity: 1;
  color: #0A285C;
  font-size: 26px !important;
}
.slick-dots li {
  margin: 0px 0px;
  width: 14px;
}
.slick-dots li button {
  padding: 4px;
}

/* end slick */

/* slider */
.slider {
    width: 100%;
    margin: 0px auto;
}

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

.slider.slider-horizontal .slider-track {
    height: 5px;
    margin-top: -2px;
}

.slider-handle {
    /*background: #135EE2;*/
    background: #8F8F8F;
    width: 28px;
    height: 28px;
    radius: 30px;
    background: #135EE2;
    border: 2px solid #FFFFFF;
    border-radius: 100px;
}

.slider-handle.round {
  border-radius: 100%;
}

.slider.slider-horizontal .slider-tick, .slider.slider-horizontal .slider-handle {
    margin-left: -14px;
    margin-top: -4px;
}

.slider.slider-horizontal {
  width: 100%;
  height: 20px;
}

.slider .tooltip.top {
    display: none;
}

.slider-tick{
    display: none;
}

.slider-tick-label{
    margin-top: 15px;
    font-size: 14px;
}

.slider.slider-horizontal .slider-selection {
  background: #135EE2;
}

.slider-track-low, .slider-track-high {
  background: #0A285C;
}

    @media (max-width: 1199px){
        .slider{
            margin-left: 16px;
        }
    }
    @media (max-width: 767px){
        .slider{
            margin-left: 8px;
            margin-left: 0px;
        }
    }

/* end slider */


.list_footer_modele_marki_box{
    margin:24px 0px;
}
.list_footer_modele_marki {
    padding-left:16px;
    color:#135EE2;
    font-weight: 700;

}

/* footer */

.footer_area{
    /*margin-top: 50px;*/
    font-family: Inter-Regular;
    font-size: 12px;
    color: #FFFFFF;
}

.footer_p a{
    font-family: Inter-Regular;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #537090;
}
.footer_p a:hover, .footer_p a:focus{
    font-family: Inter-Regular;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-decoration-line: underline;
    color: #0A285C;
}
.footer_p {
    margin-top:12px;
}

.footer_top{
    padding: 96px 48px 0px 48px;
    background: #F7FBFF;
}

.footer_top_main_col{
    width:49%;
    display:inline-block;
    vertical-align: top;
}

.footer_top_col{
    width:49%;
    display:inline-block;
    vertical-align: top;
}

#accordionFooter{
    display:none;
}

.accordionFooter{

}

.accordian-footer-body{
    font-family: Inter-Regular;
    padding:10px 0px;
}
.footer-arrow{
    transition: all 0.4s ease;
    float:right;
    transform: rotateZ(-180deg);
}
.collapsed .footer-arrow{
    transform: rotateZ(0deg);
}
.btn-footer{
    font-family: Inter-RegularHL;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #0A285C;
    text-decoration: none;
    border-bottom: 1px solid #CEDEE7;
    margin-top: 20px;
}

.btn-footer:hover, .btn-footer:focus{
    outline: none;
    box-shadow: none;
    color: #0A285C;
    text-decoration: none;
}

.footer_head{
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    font-family: Inter-RegularHL;
    color: #0A285C;
    margin-top: 0px;
    padding-bottom: 20px;
}
.footer_top_main_col-space{
    height:48px;
    display: inline-block;
}

.footer_middle{
    padding: 0px 48px 0px 48px;
    background: #0A285C;
}
.footer_middle-logo{
    padding:32px 0px 32px 0px;
}
.footer_middle-text{
    font-family: Inter-Regular;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF;
}
.footer_middle-text-col-box{
    display:flex;
    margin-top:20px;
}
.footer_middle-text-col{
    font-family: Inter-Regular;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF;
    width:50%;
}
.footer_middle-text-col-space{
    width:24px;
    height:20px;
}
.footer_bottom{
    padding: 0px 60px 32px 60px;
    background: #0A285C;
}
.footer_top_offer{
    padding-top:0px;
    padding-bottom:136px;
}
.footer_top_offer_box{
    display: flex;
    flex-wrap: wrap;
}
.footer_top_offer_head{
    padding-top:48px;
    padding-bottom:32px;
    font-family: Inter-RegularHL;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #0A285C;
}
.footer_top_offer_p{
    width: 24.5%;
}

    @media (max-width: 1199px){
        .footer_head{
            font-size: 20px;
            line-height: 24px;
            font-weight: 400;
            font-family: Inter-RegularHL;
            color: #0A285C;
            margin-top: 0px;
            padding-bottom: 12px;
        }
        .footer_top_main_col{
            width:100%;
            display:block;
        }
        .footer_top{
            padding: 72px 48px 0px 48px;
        }
        .footer_top_offer{
            padding-top:0px;
            padding-bottom:72px;
        }

        .footer_top_main_col-space{
            height:48px;
            display: block;
        }
        .footer_middle{
            padding: 0px 24px 0px 24px;
        }

        .footer_top_offer_p{
            width: 50%;
        }
    }
    @media (max-width: 767px){
        .footer_top_main_col{
            display:none;
        }
        .footer_top_main_col-space{
            display:none;
        }
        .footer_top{
            padding: 48px 24px;
        }
        #accordionFooter{
            display:block;
        }
        .footer_head{
            padding:16px 0px;
            border-bottom: 1px solid #CEDEE7;
        }
        .footer_middle-text-col-box{
            display:block;
        }
        .footer_middle-text-col{
            width:100%;
        }
        .footer_top_offer{
            display:none;
        }
    }
/* end footer */

/* cookies */
    #cookies-message{
        font-family: Inter-Regular;
        /*border-radius: 4px;*/
        max-width: 1200px;
        /*width: calc(100% - 48px);*/
        width:100%;
        left: 50%;
        transform: translateX(-50%);
        padding: 48px 0px;
        font-size: 12px;
        line-height: 22px;
        text-align: center;
        position: fixed;
        bottom: 0px;/*24px;*/
        background-color: #ffffff;
        z-index: 1031;
        box-shadow: 0px 32px 32px -12px rgba(0, 0, 0, 0.16);
        max-height: 100%;
        /*max-height: 100hw;*/
        overflow-y: auto;
        text-align: left;
    }

    #cookies-message-container{
        display: none;

        z-index: 1040;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        min-height: 100vh;
        background-color: transparent;
        background-color: rgba(0,0,0,.5)
    }
    #cookies-message-box{
        max-width:762px;
        margin:0px auto;
    }

    #cookies-message-box-settings{
        max-width:762px;
        margin:0px auto;
        display:none;
    }

    .cookies-message-box-header{
        display:flex;
    }

    .cookies-message-box-header-text{
        font-family:Inter-RegularHL;
        font-size: 32px;
        line-height: 36px;
        color: #0A285C;
    }

    .cookies-message-box-header-link{
        margin-top:10px;
        margin-left: auto;
        font-family: Inter-Regular;
        font-size: 16px;
        color: #0A285C;
        font-weight:700;
    }

    .cookies-message-box-text{
        padding: 24px 0px;
        font-family: Inter-Regular;
        font-size: 16px;
        color: #0A285C;
    }

    .cookies-botton-settings{
        padding: 12px 20px;
        color: #135EE2;
        border: none;
        font-family: Inter-Regular;
        font-size:16px;
        font-weight:700;
        background: none;
        border-radius: 50px;
        margin-left:24px;
        display:inline-block;
        cursor:pointer;
    }

    .cookies-message-button-box{
        display:inline-block;
        float:right;
    }

    .cookies-message-box-accept{
        padding: 12px 20px;
        color: #FFFFFF;
        border: none;
        box-sizing: border-box;
        font-family: Inter-Regular;
        font-weight: 700;
        font-size:16px;
        background: #135EE2;
        box-shadow: 0px 1px 6px rgba(68, 68, 68, 0.2);
        border-radius: 50px;
        margin-left:24px;
        transition: 0.6s;
    }

    .cookies-message-box-accept:hover{
        color: #135EE2;
        background: #FFFFFF;
    }

    .cookies-message-box-button{
        padding: 12px 48px;
        color: #135EE2;
        box-sizing: border-box;
        font-family: Inter-Regular;
        font-weight: 700;
        border: none;
        font-size:16px;
        background: #FFFFFF;
        box-shadow: 0px 1px 6px rgba(68, 68, 68, 0.2);
        border-radius: 50px;
        transition: 0.6s;


    }

    .cookies-message-box-button:hover, .cookies-message-box-button:focus{
        color: #FFFFFF;
        background: #135EE2;
    }

    .cookies-message-box-settings-tabs{
        background: none;
        font-family: Inter-RegularHL;
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 24px;
        text-align: center;
        color: #537090;
        text-align: center;
        margin: 32px auto 8px auto;
        border-bottom: 2px #E8EBF2 solid;
        cursor: pointer;
    }

    .cookies-message-box-settings-tab{
        display:inline-block;
        background: #F5F5F5;
        border-radius: 8px 8px 0px 0px;
        width: 237px;
        height:48px;
        padding: 12px;
    }
    .cookies-message-box-settings-tab-active{
        margin-top:-4px;
        height: 52px;
        background: #FFFFFF;
        box-shadow: 0px -1px 4px 0px rgba(68, 68, 68, 0.2);
        border-radius: 8px 8px 0px 0px;
        color: #0A285C;
        border-top: 4px solid #ffffff;
    }

    .accordionCookie-btn {
        font-family: Inter-Regular;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #0A285C;
        padding: 12px 0px 12px 0px;
    }
    .accordionCookie-btn:hover, .accordionCookie-btn:focus{
        outline: none;
        box-shadow: none;
        font-family: Inter-Regular;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #0A285C;
        text-decoration: none;
    }

    .collapsed .accordionCookie-btn-arrow {
        transform: rotateZ(0deg);
    }

    .accordionCookie-btn-arrow {
        transition: all 0.6s ease;
        float: right;
        z-index: 30;
        position: relative;
        transform: rotateZ(-180deg);
        margin-left: 8px;
    }

    .accordionCookie-box{
        margin-bottom: 24px;
    }

    .accordionCookie-body{
        clear:both;
        font-family: Inter-Regular;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #0A285C;
    }
    .accordionCookie-body-listitem{
        display:flex;
        padding: 16px;
        border-bottom: 2px #F0F0F0 solid;
    }
    .accordionCookie-body-listitem-right{
        margin-left:auto;
    }

    .cookies-message-box-text-line{
        width: 100%;
        clear: both;
    }

    .cookies-message-box-text-line-left{
        width: calc(100% - 110px);
        margin-right: auto;
        float:left;
        font-family: Inter-Regular;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
    }

    .cookies-message-box-text-head{

    }
    .cookies-message-box-text-body{
        margin: 10px 0px 10px 0px;
    }

    .cookies-message-box-text-line-right{
        width: 72px;
        margin-left: auto;
        float:right;
        padding-top:10px;
        height: 45px;
    }

    .custom-switch .custom-control-label::before{
      left: -2.25rem;
      width: 72px;
      pointer-events: all;
      border-radius: 40px;
      height: 32px;
      background-color: #8F8F8F;
      border: 1px solid #8F8F8F;
    }
    /*
    .custom-control-label::before {
      position: absolute;
      top: .25rem;
      left: -1.5rem;
      display: block;
      width: 1rem;
      height: 32px;
      pointer-events: none;
      content: "";
      background-color: #fff;
      border: 1px solid #CCCCCC;
    }
    */
    .custom-switch .custom-control-label::after {
      top: calc(.25rem + 2px);
      left: calc(-2.25rem + 2px);
      width: calc(32px - 4px);
      height: calc(32px - 4px);
      background-color: #ffffff;
      background-image: url('/static/_ERSTE_gfx2/icons/cookie_cross_grey.svg');
      border-radius: 40px;
      box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.12);
      transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;
      transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
      transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;
    }

    .custom-switch .custom-control-input ~ .custom-control-label::before {
      background-color: #8F8F8F;
      border: 1px solid #8F8F8F;
    }

    .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
      background-color: #ffffff;
      background-image: url('/static/_ERSTE_gfx2/icons/cookie_tick_green.svg');
      -webkit-transform: translateX(40px);
      transform: translateX(40px);
    }

    .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::after {
      background-image: url('/static/_ERSTE_gfx2/icons/cookie_tick_black.svg');
    }

    .custom-switch .custom-control-input:checked ~ .custom-control-label::before {
      background-color: #135EE2;
      border: 1px solid #135EE2;
    }

    .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
      background-color: #CCCCCC;
      border: 1px solid #CCCCCC;
    }
    .custom-switch:focus, .custom-switch:active{
        box-shadow: none !important;
        outline: none;
    }

    .cookies-text-box{
        font-family: Inter-Regular;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        padding: 16px 0px;
    }

    .cookies-text-h1{
        font-family: Inter-RegularHL;
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 24px;
        margin: 32px 0px 32px 0px;
    }

    .cookies-text-h2{
        font-family: Inter-Regular;
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
        margin: 24px 0px 16px 0px;
    }

    .cookies-text-h3{
        font-family: Inter-Regular;
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
        margin: 12px 0px;
    }

    .cookies-text-column3{
        display: flex;
        flex-wrap: wrap;
        margin-bottom:8px;
    }

    .cookies-text-column3-item{
        flex-grow: 1;
    }

    .cookies-message-box-footer{
        margin-top:32px;
    }

    @media (max-width: 1199px){
        #cookies-message {
            padding: 48px 48px;
        }

        .cookies-message-box-settings-tab {
            width: 207px;
        }.
        cookies-message-box-settings-tab-active {
            height: 50px;
        }

    }

    @media (max-width: 767px) {
        #cookies-message {
            padding: 24px 24px;
        }
        .cookies-message-box-header {
            display: block;
        }
        .cookies-message-box-header-text{
            font-size: 28px;
            line-height: 32px;
        }
        .cookies-message-button-box {
            display: block;
            float: none;
        }
        .cookies-message-box-accept{
            margin:8px 0px;
            width:100%;
        }
        .cookies-message-box-button{
            margin:8px 0px;
            width:100%;
        }
        .cookies-botton-settings{
            margin:8px 0px;
            width:100%;
            text-align:center;
        }
        .cookies-message-box-settings-tabs{
            display: flex;
            justify-content: flex-start;
            overflow: hidden;
            white-space: nowrap;
            height: 50px;
        }
        .cookies-message-box-settings-tabs:has(.PolCiastTab.cookies-message-box-settings-tab-active){
            justify-content: flex-end;
        }

        .cookies-message-box-settings-tab {
            font-size: 18px;
            line-height: 24px;
            width:auto;
            margin-left:4px;
            margin-right:4px;
            padding: 6px 12px;
            height: 38px;
            margin-top:auto;
        }

        .cookies-message-box-settings-tab-active {
            margin-top: auto;
            height: 44px;
            background: #FFFFFF;
        }

        .cookies-message-box-text-line-left, .cookies-message-box-text-line-right{
            float:none;
            width: 100%;
            margin: 0px;
        }

        .accordionCookie-body{
            margin-top:12px;
        }
    }

/* end cookies */

/* barswitch*/
.barswitch-white-bg-index{
    max-width: 760px;
    width: 760px;
    margin: 24px auto;
}
@media (max-width: 1199px) {
  .barswitch-white-bg-index {
    max-width: 672px;
    width: 672px;
  }
}
@media (max-width: 767px) {
  .barswitch-white-bg-index {
    max-width: 312px;
    width: 312px;
  }
}
.barswitch-white-bg{
    background: #F7FBFF;
    border-radius: 8px !important;
    padding: 4px;
}

.barswitch-white{
    background: #F7FBFF;
    border-radius: 8px !important;
    margin: 0px 0px;
    display:flex;
}

.barswitch_btn, .barswitch_btn:hover{
    padding: 6px 0px;
    cursor: pointer;
    /*width:248px;*/
    width:100%;
    text-align:center;
    border-radius: 8px;
    margin:0px;
    color:#0A285C;
    border:0px;
    background:none;
    /*width: 33.333333%;*/
}
.barswitch_btn:focus{
    outline:none;
}

.barswitch_btn-text{
    font-family: Inter-RegularHL;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    text-align:left;
    margin:0px auto;
    display:inline-block;
}
.barswitch_btn-text2{
    font-family: Inter-Regular;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.barswitch_btn2-text{
    font-family: Inter-Regular;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    text-align:left;
    line-height: 24px;
    margin:0px auto;
    display:inline-block;
    color:#0A285C;
}

.barswitch_btn2-text2{
    font-family: Inter-Regular;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color:#0A285C;
}

.barswitch_btn_active, .barswitch_btn_active:hover{
    /*background: #135EE2;*/
    background: #FFFFFF;
    color: #135EE2;
    cursor: pointer;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.12);

}

.barswitch_btn_active .barswitch_btn2-text, .barswitch_btn_active:hover .barswitch_btn2-text,
.barswitch_btn_active .barswitch_btn2-text2, .barswitch_btn_active:hover .barswitch_btn2-text2{
    color: #135EE2;
}

@media (max-width: 1199px){
    .barswitch_btn-text{
        font-family: Inter-Regular;
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
    }
    .barswitch_btn-text2{
        font-family: Inter-Regular;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
    }
}
@media (max-width: 767px){
    .barswitch_btn, .barswitch_btn:hover{
        padding: 0px 0px;
     }

    .barswitch_btn-text2{
        font-family: Inter-Regular;
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
    }
    .barswitch_btn-text2-mobile-hide{
        display:none;
    }
}
/* end barswitch */

/* moj elektryk */
    .moj-elektryk{
        font-family: Inter-Regular';
        font-style: normal;
        font-weight: 700;
        font-size: 12px;
        line-height: 16px;
        color: #0A285C;
        padding: 4px 8px;
        background: #EBF0FF;
        border: 1px solid #C2D1FF;
        border-radius: 2px;
        z-index: 1;
        width:93px;
    }
    .moj-elektryk-kafelka{
        position:absolute;
        margin-top: 4px;
        /*display: inline-block;*/
    }
    .moj-elektryk-porownaj{
        position: absolute;
        left: 0px;
        top: -40px;
    }
    .moj-elektryk-select{
        margin-top:10px;
        position: absolute;
        top: 0px;
        right: -100px;
    }

@media (max-width: 767px){
    .moj-elektryk-select{
        margin-top:10px;
        position: absolute;
        top: auto;
        right: auto;
        bottom: -36px;
    }
}

/* endmoj elektryk */

/* topsearchbox */
#topsearch-box-container{
    /*display: none;*/
    z-index: 1040;
    position: fixed;
    top: 0px;
    /*left: 0px;*/
    width: 100%;
    min-height: 100vh;
    background-color: transparent;
}

#topsearch-box{
    /*border-radius: 4px;*/
    max-width: 1200px;
    margin: 0px auto;
    width:100%;
    height:100%;
    /*
    width: calc(100% - 48px);
    height: 90%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 24px;
    */
    padding: 72px 129px 40px 129px;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    position: fixed;
    background-color: #ffffff;
    z-index: 1031;
    box-shadow: 0px 32px 32px -12px rgba(0, 0, 0, 0.16);
    max-height: 100%;
    /*max-height: 100hw;*/
    overflow-y: auto;
    text-align: left;
}
.topsearch-box-header{
    font-family: Inter-RegularHL;
    font-size: 28px;
    color: #0A285C;
}
.topsearch-box-input-bg{
    position: relative;
    background: #F7FBFF;
    border: 1px solid #E4EAF0;
    border-radius: 4px 4px 0px 0px;
    margin: 24px 0px;
    padding: 10px 60px 15px 20px;
    border-bottom: 1px solid #0A285C;
}
.topsearch-box-input{
    outline: none;
    margin: 5px 0px;
    font-family: Inter-RegularHL;
    font-style: normal;
    font-weight: 400;
    font-size: 36px !important;
    width: 100% !important;
    color:#0A285C;
    background: none;
    border: none;
    padding: 0px;
    display: inline;
}
.topsearch-box-input:hover, .topsearch-box-input:focus{
    outline: none;
    margin: 5px 0px;
    font-family: Inter-RegularHL;
    font-style: normal;
    font-weight: 400;
    font-size: 36px !important;
    width: 100% !important;
    color:#0A285C;
    background: none;
    border: none;
    padding: 0px;
    display: inline;
}
#topsearch-result {
    width: 100%;
}
#topsearch-resultdetails {
    width: 100%;
    margin-top: 0px;
    padding: 0px 0px;
    color: #0A285C;
    font-size: 14px;
    background: rgba(255, 255, 255, 1);
    box-sizing: border-box;
}


.topsearch-result-tab{
    /*background:#F0F0F0;*/
    color:#0A285C !important;
    /*padding: 4px 38px;*/
    padding: 4px;
    font-size:16px;
    font-weight: 700;
    cursor: pointer;
    width:100px;
    text-align:center;
    border-radius: 8px;
    font-family: Inter-Regular;
    width:100%;
    margin:0px;
}

#topsearch-result .nav-tabs {
  border-bottom: none;
}
#topsearch-result .nav-link{
    margin: 0px 0px;
    font-family: Inter-Regular;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #0A285C !important;
    border:none !important;
}

#topsearch-result .nav-item > .active{
    background: #FFFFFF;
    color: #8F8F8F !important;
    cursor: pointer;
    border-radius: 8px;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.12);
}

.topsearch-result-nowyuzywany{
    float:right;
}
.topsearch-result-details{
    display:block;
    padding: 16px 0px 0px 0px;
}
.topsearch-result-details-mobile{
    display:none;
    padding: 16px 0px 0px 0px;
}

#topsearch-result {
        width: 100%;
    }
    #topsearch-resultdetails {
        width: 100%;
        margin-top: 0px;
        padding: 0px 0px;
        color: #0A285C;
        font-size: 14px;
        background: rgba(255, 255, 255, 1);
        box-sizing: border-box;
    }


    .topsearch-result-tab{
        /*background:#F0F0F0;*/
        color:#0A285C !important;
        /*padding: 4px 38px;*/
        padding: 4px;
        font-size:16px;
        font-weight: 700;
        cursor: pointer;
        width:100px;
        text-align:center;
        border-radius: 8px;
        font-family: Inter-Regular;
        width:100%;
        margin:0px;
    }

    #topsearch-result .nav-item > .active{
        background: #FFFFFF;
        color: #8F8F8F !important;
        cursor: pointer;
        border-radius: 8px;
        box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.12);
    }

    .topsearch-result-nowyuzywany{
        float:right;
    }
    .topsearch-result-details{
        display:block;
        padding: 16px 0px 0px 0px;
    }
    .topsearch-result-details-mobile{
        display:none;
        padding: 16px 0px 0px 0px;
    }

.indexsearchresult-box{
    border-bottom: 1px solid #E4EAF0;
    padding: 16px 0px;
    font-family: Inter-Regular;
    font-size: 16px;
    color: #0A285C;
    height: 120px;
}

.indexsearchresult-img{
    width: 140px;
    height: 80px;
    object-fit: contain;
}

.indexsearchresult2-box{
    border-bottom: 1px solid #E4EAF0;
    padding: 16px 0px;
    font-family: Inter-Regular;
    font-size: 16px;
    color: #0A285C;
    height: 120px;
}

.indexsearchresult2-box-line1{
    font-family: Inter-Regular;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.indexsearchresult2-box-line2{
    font-family: Inter-Regular;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

.indexsearchresult2-img{
    width: 110px;
    height: 80px;
    object-fit: contain;
}

.topsearch-result-nowyuzywany2{
  float: right;
  margin-left: 4px;
}

.topsearch-oferty_find_for_me {
  width: 100%;
  padding: 12px;
  /*margin: 24px auto;*/
  background: #F7FBFF;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  /*max-width: 760px;*/
  /*border-radius: 8px;*/
}

.topsearch-oferty_find_for_me-button {
  font-family: Inter-Regular;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #135EE2;
  padding: 12px 20px;
  background: #FFFFFF;
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.12);
  border-radius: 50px;
  text-align: center;
  display: block;
  /*margin-top: 24px;
  margin-bottom: 8px;*/
}

.topsearch-oferty_find_for_me-button:hover{
  color: #135EE2;
}

@media (max-width: 1199px){
    #topsearch-box {
      padding: 72px 70px 40px 70px;
    }
}
@media (max-width: 767px){
    #topsearch-box {
      padding: 72px 24px 40px 24px;
    }
    .topsearch-result-nowyuzywany{
        display: inline-block;
        float:none;
    }
    .topsearch-result-nowyuzywany2{
        display: inline-block;
        float:none;
        margin-left:0px;
        margin-right:4px;
    }
    .indexsearchresult2-box-line1 {
      font-size: 14px;
      line-height: 18px;
    }
    .indexsearchresult2-box-line2 {
      font-size: 18px;
      line-height: 24px;
    }
    .topsearch-result-details{
        display:none;
    }
    .topsearch-result-details-mobile{
        display:block;
    }
    .topsearch-result-tab-text2{
        display:none;
    }
    .indexsearchresult-box{
        height: auto;
        display: flex;
        flex-wrap: wrap;
    }
}
/* end topsearchbox */



/* to top */
.to_top{
    font-family: Inter-Regular;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #135EE2;
    cursor: pointer;
    margin: 50px 10px 98px 10px;
}

.to_top img{
    margin:-4px 5px 0px 5px;
}

@media (max-width: 1199px){
    .to_top{
        margin: 50px 10px 66px 10px;
    }
}
/* end to top */

.breadcrumb{
    background:none;
    padding: 24px 0px;
    margin: 0px;
}

.breadcrumb-item, .breadcrumb-item a{
    font-family: Inter-Regular;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #537090;
}

.breadcrumb-item.active {
  color: #0A285C;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-top: 2px;
  padding-right: .5rem;
  color: #6c757d;
  content:url("/static/_ERSTE_gfx2/icons/bc_arrow.svg");
}
/* end breadcrumb */

/* le na po */
.index-le-na-po{
    background-position: top center;
    background-repeat: no-repeat;
    width:100%;
    position:relative;
    padding:128px 107px;
    padding-top:200px;
    position:relative;
    height:948px;
    margin-bottom:64px;
}
.index-le-na-po-leasing-bg{
    background-image: url('/static/gfx2/baner/Leasing fotka 1520x.jpg');
}
.index-le-na-po-najem-bg{
    background-image: url('/static/gfx2/baner/Najem fotka 1520x.jpg');
}
.index-le-na-po-pozyczka-bg{
    background-image: url('/static/gfx2/baner/Pożyczka fotka 1520x.jpg');
}

.index-le-na-po-minibox{
    width: 107px;
    height: 128px;
    left: 0px;
    top: 756px;
    background: #FFFFFF;
    position:absolute;
}

.index-le-na-po-box{
    max-width: 730px;
    width:100%;
    height: 620px;
    margin: auto auto 0px 0px;
    background: #FFFFFF;
    font-family: Inter-Regular;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #0A285C;
    padding:64px 0px;
}

.index-le-na-po-box-header{
    font-family: Inter-RegularHL;
    font-size: 40px;
    line-height: 60px;
    color: #0A285C;
    padding:0px 48px 0px 48px;
}
.index-le-na-po-box-text{
    padding:0px 48px 0px 48px;
    height:264px;
}

.index-le-na-po-box-btn-box{
    padding:0px 48px;

}

.index-le-na-po-switch-nomobile{
    margin:48px 48px 24px 48px;
    max-width:390px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #0A285C;
    display: flex;
    border-bottom:1px #E4EAF0 solid;
}

.index-le-na-po-switch-mobile{
    width:100%;
    max-width:1200px;
    margin:0 auto;
    display: none;
    margin-top:28px;
    margin-bottom:28px;
    border-bottom:1px #E4EAF0 solid;
}

.index-le-na-po-switch{
    width:316px;
    padding:10px 30px;
    cursor: pointer;
    /*border-bottom:1px #E4EAF0 solid;*/
    text-align:center;
    border:0px;
    background:none;
    color: #0A285C;
}
.index-le-na-po-switch:focus{
    outline:none;
}

.index-le-na-po-switch-active{
    border-bottom:3px #135EE2 solid;
}

.index-le-na-po-box-btn{
    margin:0px auto 0px auto;
}
.index-le-na-po-box-link{
    font-family: Inter-Regular;
    font-size: 16px;
    color: #135EE2;
    background:#ffffff;
    box-shadow:none;
    padding: 12px 40px;
}
.index-le-na-po-box-link:hover, .index-le-na-po-box-link:focus{
    font-family: Inter-Regular;
    font-size: 16px;
    color: #0A285C;
    background:#ffffff;
    box-shadow:none;
    padding: 12px 40px;
}

@media (max-width: 1199px){
    .index-le-na-po{
        background-position: center;
        background-repeat: no-repeat;
        width:100%;
        position:relative;
        padding:128px 64px;
        padding-top:294px;
        position:relative;
        height:948px;
        margin-bottom:64px;
    }
    .index-le-na-po-leasing-bg{
        background-image: url('/static/gfx2/baner/Leasing fotka 1199x.jpg');
    }
    .index-le-na-po-najem-bg{
        background-image: url('/static/gfx2/baner/Najem fotka 1199x.jpg');
    }
    .index-le-na-po-pozyczka-bg{
        background-image: url('/static/gfx2/baner/Pożyczka fotka 1199x.jpg');
    }
    .index-le-na-po-minibox{
        width: 64px;
        height: 76px;
        left: 0px;
        top: 834px;
        background: #FFFFFF;
        position:absolute;
    }
    .index-le-na-po-box{
        height:584px;
        padding:48px 0px;
    }
    .index-le-na-po-box-header{
        font-size: 42px;
        line-height: 52px;
    }
}
@media (max-width: 767px){
    .index-le-na-po-minibox{
        display:none;
    }
    .index-le-na-po {
        padding: 16px;
        padding-top: 214px;
        background-size: auto 335px;
        background-position: top center;
        height:auto;
        margin-bottom:0px;
    }
    .index-le-na-po-leasing-bg{
        background-image: url('/static/gfx2/baner/Leasing fotka 767x.jpg');
    }
    .index-le-na-po-najem-bg{
        background-image: url('/static/gfx2/baner/Najem fotka 767x.jpg');
    }
    .index-le-na-po-pozyczka-bg{
        background-image: url('/static/gfx2/baner/Pożyczka fotka 767x.jpg');
    }
    .index-le-na-po-box{
        padding: 24px 0px;
        height:auto;
    }
    .index-le-na-po-box-header{
        font-size: 32px;
        line-height: 36px;
        padding: 0px 24px 0px 24px;
    }
    .index-le-na-po-switch-nomobile {
        margin: 32px 0px 24px 0px;
        max-width: 390px;
        width:100%;
        font-weight: 700;
        font-size: 16px;
        color: #0A285C;
        display: flex;
    }
    .index-le-na-po-switch{
        padding:10px 0px;
        text-align:center;
    }
    .index-le-na-po-box-text{
        padding: 0px 8px 0px 8px;
        height: auto;
    }
    .index-le-na-po-minibox{
        display:none;
    }
    .index-le-na-po-box-btn-box{
        padding-top:28px;
    }
    .index-le-na-po-box-btn{
        display:block;
        max-width:380px;
        margin-top:20px;
        margin:bottom:0px;
    }
    .index-le-na-po-box-btn > svg{
        display:none;
    }
    .index-le-na-po-box-link{
        font-weight: 400;
    }
}

/* end le na po */

#page-selection{
    margin-top:24px;
    display: flex;
    justify-content: right;
}
.pagination{
}
.pagination > li > a, .pagination > li > span {
    font-family: Inter-Regular;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #0A285C;
  position: relative;
  float: left;
  padding: 6px 12px;
  text-decoration: none;
  background-color: #fff;

}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 2;
  cursor: default;
  background: #FFFFFF;
    border: 2px solid #0A285C;
    border-radius: 50px;
}
.pagination > .next{
    margin-top:-2px;
    margin-left:24px;
}
.pagination > .prev{
    margin-top:-2px;
    margin-right:24px;
}

.search-tooltip-icon {
    position: relative;
    cursor: pointer;
    display: inline-block;
    margin-left: 4px;
}
.search-tooltip-icon .search-tooltip-text {
    visibility: hidden;
    opacity: 0;
    width: 350px;
    background-color: #fff;
    color: #537090;
    text-align: left;
    padding: 16px 16px;
    border-radius: 8px;
    position: absolute;
    z-index: 10;
    top: 125%;
    left: 50%;
    transform: translateX(-50%);
    transition: opacity 0.2s;
    font-size: 14px;
    font-family: Inter-Regular;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    border: 1px solid #ccc;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    border: 1px solid var(--color-background-soft, #EEF0F4);
    background: var(--color-background-default, #FFF);
}
.search-tooltip-icon .search-tooltip-text::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #ccc transparent;
}
.search-tooltip-icon:hover .search-tooltip-text {
    visibility: visible; opacity: 1;
}
.search-tooltip-text-header{
    color: #0A285C;
    display: block;
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}
@media (max-width: 1199px){
    .search-tooltip-icon{
        display:none;
    }
}