body{
    padding:0;
    margin:0;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",
    Helvetica, Arial, "Lucida Grande", sans-serif;
}
p,h1,h2,h3,h4,h5{
    margin:0;
}
input:focus-visible{
    outline-offset:unset;
}
:focus-visible{
    outline:unset;
}
:root{
    --mainColor:#15345C;
    --secondColor:#1E94D2;
    --borderRadius:5px;
    --borderColor:#C9C9C9;
}
/* width */
::-webkit-scrollbar {
    width: 7px;
    border-radius: var(--borderRadius);
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
    cursor:pointer;
}
.container{
    max-width:1380px;
    margin:0 auto;
    width:100%;
}
header{
    background:url(../images/background-header.svg);
    padding: 28px 0 30px 0;
    background-size: cover;
}
.header-phoenix .row{
    display:flex;
    justify-content: space-between;
    align-items:center;
}
.wrapper-search-header input{
    width:100%;
    height:53px;
    border-radius:20px;
    border:unset;
    padding:13px;
    color:var(--mainColor);
}
.wrapper-search-header input::placeholder{
    font-style:italic;
    font-size:18px;
    line-height:21px;
    color:var(--mainColor);
}
.wrapper-search-header input{
    font-size:18px;
    line-height:21px;
    color:var(--mainColor);
}
.search-col{
    max-width:745px;
    width:100%;
}
#button-search{
    position:absolute;
    top:calc(50% - 16px);
    right:22px;
    width:31px;
    height:31px;
    border:0;
    background:transparent;
}
.wrapper-search-header{
    position:relative;
}
.section1-phoenix .row{
    display: flex;
    justify-content: space-between;
}
.header-phoenix{
    margin-bottom:45px;
}
.btn{
    border:unset;
    border-radius:var(--borderRadius);
    font-size:20px;
    line-height:23px;
    cursor:pointer;
    transition:300ms;
}
.downloadLocations{
    color: #fff;
    height: 63px;
    width: 100%;
    max-width: 297px;
    background: var(--mainColor);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    column-gap: 14px;
    font-weight:400;
}
.downloadOffer{
    color: #fff;
    height: 63px;
    width: 100%;
    max-width: 338px;
    background: var(--mainColor);
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 23px;
    font-weight:400;
}
.section1-phoenix .col:first-child .btns{
    display: flex;
    column-gap:44px;
}
.section1-phoenix .col {
    width:50%;
}
.section1-phoenix .col:nth-child(2) {
    text-align: right;
}
.confOffer{
    color: #fff;
    height: 63px;
    width: 100%;
    max-width: 339px;
    background: var(--secondColor);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    column-gap: 13px;
    font-weight:400;
}
.confOffer img{
    transform:rotate(-90deg);
}
.section1-phoenix{
    margin-bottom:64px;
}
.filterC .row{
    margin-bottom:50px;
    display: flex;
    justify-content: space-between;
}
.filterC .row .col-left-filter{
    display:flex;
    column-gap:19px;
    padding-bottom: 14px;
    width: auto;
    max-width: calc(100% - 170px);
    border-bottom: 1px solid var(--borderColor);
}
.city-col span{
    text-decoration: unset;
    color:var(--mainColor);
    font-size:16px;
    line-height:26px;
    cursor:pointer;
}
.city-col.active-city span{
    color:var(--secondColor);
    font-weight:700;
}
.location-list .row{
    display:flex;
    flex-wrap:wrap;
    column-gap:26px;
    row-gap:32px;
}
.locationItem{
    width:calc(20% - 20.8px);
    display: flex;
    flex-wrap:wrap;
    position:relative;
    border:1px solid var(--borderColor);
    justify-content: center;
    box-sizing: border-box;
    padding:21px 19px 27px 19px;
    cursor: pointer;
}
.locationItem > *{
    width:100%;
}
.locationImage{
    text-align: center;
    margin-bottom:25px;
}
.locationC span{
    color:var(--mainColor);
    font-size:19px;
    line-height:22px;
    font-weight:400;
    margin-bottom:4px;
}
.locationName span{
    color:var(--mainColor);
    font-size:19px;
    line-height:22px;
    font-weight:700;
    margin-bottom:4px;
    cursor:pointer;
}
.locationDownloadBtn{
    position:absolute;
    top:38px;
    left:0;
    width:41px;
    height:43px;
    background:var(--secondColor);
    display: inline-flex;
    justify-content: center;
    align-items:center;
    cursor:pointer;
}
.locationDownloadBtn img{
    width:17px;
}
.location-list{
    margin-bottom:75px;
}
.loadMore button{
    display: inline-block;
    padding:20px 160px;
    border-radius:Var(--borderRadius);
    background:var(--mainColor);
    font-size:20px;
    line-height:22px;
    color:#fff;
    border:unset;
    cursor:pointer;
}
.loadMore{
    text-align: center;
}
.loadMoreWrapper{
    margin-bottom:100px;
}
.view-list{
    display: flex;
    column-gap:8px;
    align-items: center;
}
.box-view{
    display: flex;
    border: 1px solid var(--borderColor);
    border-radius: var(--borderRadius);
}
.col-right-filter{
    width:170px;
}
.col-view,.row-view{
    padding: 9px 10px 5px 10px;
    cursor:pointer;
}
.col-view{
    border-right:1px solid var(--borderColor);
}
.activeView{
    background:#EBEDF1;
}
.item-view{
    transition:300ms;
}
.item-view:hover{
    background:#EBEDF1;
}
.view-list > span{
    font-size:16px;
    line-height:18px;
    font-weight:400;
    color:var(--mainColor);
}
.number-location{
    display:none;
}
.location-list-row .locationItem{
    width:100%;
    justify-content: flex-start;
    column-gap:10px;
    border:unset;
    padding:0;
    align-items: center;
    flex-wrap: nowrap;
}
.location-list-row .locationItem > *{
    width:auto;
}
.location-list-row .number-location{
    display:inline-flex;
    justify-content: center;
    align-items: center;
    width:57px;
    background:#E9EBEF;
    font-size:18px;
    line-height:21px;
    font-weight:700;
    color:var(--mainColor);
    height:100%;
}
.location-list-row .locationDownloadBtn{
    position:initial;
    width: 56px;
    height: 43px;
}
.locationImage img{
    width: 100%;
}
.location-list-row .locationImage img{
    max-height:75px;
}
.location-list-row .locationImage{
    margin-bottom:0;
}
.location-list-row .wrapper-detailsL{
    display: flex;
    align-items: center;
    column-gap: 16px;
    width: calc(100% - 160px);
    height: 100%;
    border: 1px solid var(--borderColor);
    box-sizing: border-box;
}
.location-list-row .wrapper-location-details{
    width:calc(100% - 72px);
}
.modal-location {
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
}
.wrapper-modal{
    max-width: 945px;
    width: 100%;
    padding: 20px 60px 10px 60px;
    margin: 0 auto;
    background: #fff;
    position: relative;
    z-index: 99;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    height: 94vh;
    max-height: 998px;
    top: 3vh;
}
.wrapper-modal > *{
    width:100%;
}
.transparent-modal{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:#15345C;
    opacity:0.5;
    cursor:pointer;
}
.sec1-modal{
    margin-bottom:0;
}
.sec2-modal{
    display: flex;
    column-gap:20px;
    margin-bottom: 0;
    margin-top: 20px;
}
.sec2-modal .col-left-modal,
.sec2-modal .col-right-modal{
    width:calc(50% - 10px);
}
.sec2-modal .col-left-modal {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap:0;
}
.sec3-modal{
    display:flex;
    column-gap:20px;
}
.sec3-modal .col-left-modal, .sec3-modal .col-right-modal{
    width: calc(50% - 10px);
}

.sec2-modal .col-left-modal img{
    width: auto;
    display: inline-block;
    height: 300px;
}

.close-modal{
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    background: #fff;
    border: 1px solid #000;
    text-align: center;
    width: 30px;
    border-radius: 50%;
    height: 30px;
    vertical-align: middle;
    line-height: 30px;
    z-index: 100;
    font-weight: bold;
    font-size: 14px;
}
.modal-name-city{
    font-size:19px;
    font-weight:400;
    line-height:22px;
    color:var(--mainColor);
    margin-bottom:5px;
}
.modal-name-loc{
    font-size:20px;
    font-weight:700;
    line-height:23px;
    color:var(--mainColor);
    margin-bottom:19px;
}
.coordinates{
    font-size:16px;
    font-weight:400;
    line-height:24px;
    color:var(--mainColor);
}
.sec3-modal .col-left-modal{
    display: flex;
    flex-direction:column;
    justify-content: space-between;
}
.sec3-modal .col-left-modal > *{
    width:100%;
}
.downloadDates{
    width:100%;
    max-width:233px;
    height: 63px;
    border:unset;
    background:var(--mainColor);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    column-gap:15px;
    font-size:20px;
    color:#fff;
    font-weight:400;
    border-radius: var(--borderRadius);
    cursor:pointer;
}
.modal-location{
    display:none;
}
.downloadOffer{
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    padding:0 48px;
    background-image:url('../images/arrow-down-white.svg');
    background-repeat: no-repeat;
    background-position: calc(100% - 37px) center;
    position:relative;
}
.downloadOffer option{
    background-image:url('../images/download-icon.svg');
}
.options-catalog{
    position: absolute;
    top: calc(100% - 2px);
    left: 0;
    width: 100%;
    background: var(--mainColor);
    z-index: 99;
    padding-bottom:5px;
    display:none;
}
.options-catalog > div{
    padding:10px 43px;
    display: flex;
    align-items: center;
    column-gap: 10px;
    border-bottom: 1px solid rgba(255,255,255,.25);
}
.options-catalog > div:first-child{
    border-top:1px solid rgba(255,255,255,.25);
}
.options-catalog > div:last-child{
    border-bottom:0;
}
.wrapper-filter-left{
    display: flex;
    column-gap: 20px;
}
.sec3-modal .col-right-modal img{
    width: 100%;
}
.afisareplan-e-backlit{
    background: #f5fff1;
}
.afisareplan-tv-screen{
    background: #f2f9fe;
}
.afisareplan-e-backlit .locationDownloadBtn{
    background: #2B6C2B;
}
.section1-phoenix a,
.itemsMdl a{
    text-decoration: none;
    width: 100%;
    color: #fff;
}
.downloadofertaziplista{
    margin-right: 20px;
}
.modal-stoc {
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    display: none;
}
.modal-stoc .wrapper-modal{
    max-width: 600px;
    height: 140px;
    top: calc(50vh - 150px);
    padding: 10px;
}
.modal-stoc a{
    width: 47%;
    background: var(--secondColor);
    display: inline-block;
    margin: 4% 1%;
    text-align: center;
    line-height: 70px;
    height: 70px;
    border-radius: 5px;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    text-decoration: none;
}
.sec2-modal img{
    width: auto;
    height: 300px;
}
@media only screen and (max-width: 1024px) {
    .header-phoenix .row{
        flex-direction: column;
        row-gap: 20px;
    }
    .header-phoenix{
        padding:10px 0;
    }
    .container{
        padding:0 10px;
        box-sizing: border-box;
    }
    .section1-phoenix .col:first-child .btns{
        flex-direction:column;
        row-gap:10px;
    }
    .section1-phoenix .row{
        flex-direction: column;
        row-gap: 10px;
    }
    .section1-phoenix .col{
        width:100%;
    }
    .downloadLocations{
        max-width: unset;
    }
    .filterC .row{
        flex-direction: column;
        row-gap:15px;
    }

    .filterC .row .col-left-filter{
        order:2;
        max-width: unset;
        overflow: auto;
    }
    .filterC .row .col-left-filter::-webkit-scrollbar{
        width:5px;
        height:5px;
    }

    .filterC .row .col-right-filter{
        order:1;
        width:100%;
    }
    .locationItem{
        width:calc(50% - 13px);
    }
    .locationImage img{
        width:100%;
    }
    .downloadOffer{
        box-sizing: border-box;
        max-width:unset;
    }
    .confOffer{
        width: 100%;
        max-width: unset;
    }
    .wrapper-filter-left{
        max-width: 1000px;
        width: 100%;
    }
    .view-list{
        justify-content: flex-end;
    }
    .location-list-row .number-location{
        width:30px;
    }
    .locationDownloadBtn{
        top:10px;
    }
    .section1-phoenix{
        margin-bottom:45px;
    }
    .loadMore button{
        width: 100%;
        height: 63px;
        padding:0;
    }
    .location-list{
        margin-bottom:45px;
    }
    .wrapper-modal{
        padding:10px;
    }
    .sec1-modal img{
        width:100%;
    }
    .sec2-modal{
        flex-direction:column;
        margin-bottom:20px;
    }
    .sec2-modal .col-left-modal, .sec2-modal .col-right-modal{
        width:100%;
    }
    .sec2-modal .col-left-modal{
        justify-content: center;
        column-gap:20px;
        margin-bottom:20px;
    }
    .sec3-modal{
        flex-direction:column;
        row-gap:20px;
    }
    .sec3-modal .col-left-modal, .sec3-modal .col-right-modal{
        width:100%;
    }
    .sec3-modal .col-right-modal{
        text-align: center;
    }
    .sec1-modal{
        margin-bottom:20px;
    }
    .downloadDates{
        max-width:unset;
    }
}