.section-1-localizare {
    padding: 50px 0 20px;
}

#location-map-filters-push {
    background: linear-gradient(94.11deg, #EAB6A0 0%, #CF8F7D 101.01%), linear-gradient(94.11deg, #F1CFC0 0%, #CF8F7D 101.01%) !important;
}

#location-map-filters-push div {
    margin: 0 0 10px;
}

#location-map-filters-push input[type="checkbox"]+label::before {
    border-color: #172440 !important
}

#location-map-filters-push * {
    font-family: "New Hero";
    font-size: 14px;
    font-style: normal;
    font-weight: 300 !important;
    line-height: normal;
    color: #172440 !important
}

#location-map-filters-push input[type="checkbox"]:checked+label::before {
    background: transparent
}

.navig {
    margin: 20px 0;
}

.navig a {
    margin-right: 15px;
}

.btnnav {
    display: flex;
    align-items: center;
}

.section-1-localizare .content-general-custom button {
    border: 0;
    background: transparent;
    color: #CF8F7D;
    position: relative;
    font-family: "New Hero";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.8px;
    margin: 30px 0;
    margin-right: 45px;
    outline: none;
    position: relative;
    ;
}

.box-2-localizare {
    min-height: 400px;
    padding: 20px;
    background-size: cover !important;
    border-radius: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    color: #fff;
}

.section-2-localizare .content-general-custom {
    margin: 0 auto 30px;
    max-width: 710px;
    text-align: center;
}

.section-2-localizare .title-general-custom {
    text-align: center;
}

.box-2-localizare p {
    font-family: New Hero;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    line-height: 100%;
    margin: 0;
}

.box-2-localizare p strong {
    font-family: New Hero;
    font-weight: 600;
    font-size: 22px;
    line-height: 1;
    color: #fff;
    display: inline-block;
    padding: 0 0 5px;
}

.box-2-localizare {
    position: relative;
    overflow: hidden;
}

.box-2-localizare::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    z-index: 0;
    display: block;
}

.box-2-localizare-content {
    position: relative;
    z-index: 1;
}

@media screen and (min-width:992px) {
    .section-5-localizare .col-md-3 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .row_custom .col-md-3 {
        width: 20%;
        max-width: 20%;
        flex: 0 0 20%;
        transition: all 1s ease;
        padding-left: 10px;
        padding-right: 10px;
    }
    .row_custom .col-md-3.active-col {
        max-width: 40%;
        flex: 0 0 40%;
        transition: all 1s ease;
    }
}

.section-1-localizare .content-general-custom button::after {
    display: block !important;
    content: '';
    background: #E60026;
    width: 28px;
    height: 1.5px;
    position: absolute;
    top: calc(50% - 0.5px);
    right: -35px;
    display: block;
    transition: .25s all;
    opacity: .6
}

.section-1-localizare .content-general-custom button:hover:after {
    opacity: 1;
    transition: .1s all;
    transform: translateX(10px);
}

.section-contact {
    padding: 50px 0;
}

#image-section {
    position: relative;
    width: 100%;
    display: inline-block;
    padding-top: 40px;
}

#image-section img {
    transition: transform 1.5s ease;
}

@media screen and (max-width:991px) {
    .section-1-localizare h2 br{
        display: none;
    }
    .box-2-localizare {
        margin-bottom: 30px
    }
    #image-section img {
        transition: transform 2.5s ease;
    }
    .column-right-in-container {
        margin-top: 30px;
    }
    #image-section .container {
        padding: 0;
        min-height: 250px;
        position: relative;
        overflow: hidden;
        margin-bottom: 20px;
    }
    #image-section .container img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transition: .5s all;
        max-width: fit-content;
        min-height: 250px;
        max-height: 250px;
    }
    #image1 {
        transform: none !important
    }
}

@media screen and (min-width:992px) {
    #image1 {
        position: absolute;
        right: 0;
        top: -100px;
        max-width: 40vw;
    }
    #image-section {
        padding-top: 80px;
    }
    .section-6-localizare .row,
    .section-3-localizare .row {
        align-items: center
    }
}

.title-small-general-custom {
    color: #172440;
    font-family: "New Hero";
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 54px;
    margin: 0 0 20px;
}

.section-2-localizare {
    padding: 50px 0;
    position: relative;
}

@media screen and (max-width:991px) {
    .title-small-general-custom {
        font-size: 28px;
        line-height: 44px;
    }
}

.section-3-localizare {
    padding: 50px 0 0;
    position: relative;
}

.section-3-localizare .col-md-6,
.section-3-localizare .container {
    position: relative;
    z-index: 1
}

.row-icons-section-3-localizare {
    margin-top: 100px;
}

.box-3-localizare {
    background: #fff;
    padding: 20px;
    display: flex;
    border-radius: 24px;
    margin: 0 0 20px;
    justify-content: space-between;
    border: 1px solid #E2E5E9;
}

.box-3-localizare-title {
    font-family: New Hero;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #171C26;
}

.box-3-localizare-content {
    font-family: New Hero;
    font-weight: 300;
    display: inline-block;
    font-size: 18px;
    align-items: center;
    line-height: 27px;
    letter-spacing: 0%;
    text-align: right;
    color: #171C26;
    flex-wrap: wrap;
    padding-left: 0px;
    min-width: 125px;
}

.box-3-localizare-content img {
    max-height: 24px;
    max-width: 24px !important;
    margin-left: 4px !important;
}

.section-6-localizare,
.section-4-localizare {
    padding: 50px 0
}

.section-4-localizare ul {
    padding: 0;
    margin: 0;
    list-style: none;
    padding-left: 20px;
    max-width: 300px;
}

.section-4-localizare ul li {
    width: 50%;
    float: left;
    position: relative;
    margin: 0 0 15PX;
}

.section-4-localizare ul li::before {
    content: '';
    background: url(material-symbols_check.svg) center center no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
    position: absolute;
    left: -25px;
    top: 5px;
    display: block;
}

.section-5-localizare {
    min-height: 500px;
    display: flex;
    align-items: center;
    position: relative;
    padding: 50px 0 0;
}

.section-5-localizare .container {
    position: relative;
    z-index: 1;
}

.section-5-localizare .title-general-custom {
    text-align: center;
}

.section-5-localizare .content-general-custom {
    text-align: center;
    margin: 0 auto 40px;
    max-width: 750px;
}

.box-5-localizare {
    margin-bottom: 30px;
}

#image-section-2 {
    display: inline-block;
    width: 100%;
    position: relative;
}

#image-section-2 img {
    transition: transform 1.5s ease;
}

.section-7-localizare {
    padding: 0 0 100px;
}

@media screen and (min-width:1442px) {
    .section-3-localizare::after {
        height: 500px;
    }
}

@media screen and (max-width:991px) {
    .box-3-localizare {
        align-items: center;
    }
    .row-icons-section-3-localizare {
        margin-top: 40px;
    }
    #image-section-2 img {
        transform: none !important
    }
    #image1 {
        display: none;
    }
    #location-map-filters-push>div>div,
    #location-map-filters-push input[type="checkbox"]+label {
        background: transparent !important;
        border: 0 !important
    }
    .section-2-localizare .container {
        order: 2;
        margin-top: 20px;
    }
    .section-2-localizare {
        padding-top: 30px;
        display: flex;
        flex-direction: column;
        padding-bottom: 20px;
    }
    .section-contact,
    .section-6-localizare,
    .section-4-localizare {
        padding: 30px 0;
    }
    #image-section {
        padding-top: 20px;
    }
    .section-3-localizare {
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .section-3-localizare::after {
        height: 100%;
    }
    .section-5-localizare {
        display: inline-block;
        max-width: 100%;
        padding: 50px 0 0px;
        min-height: 0;
    }
    .section-4-localizare img {
        width: 100%;
        max-width: 100%;
        margin: 0;
    }
    .section-7-localizare .row .row {
        margin: 0;
    }
    #image-section-2 .container {
        padding: 0;
        min-height: 250px;
        position: relative;
        overflow: hidden;
        margin-bottom: 20px;
        display: inline-block;
        width: 100%;
        max-height: 250px;
    }
    #image-section-2 .container img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) !important;
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transition: .5s all;
        max-width: fit-content;
        min-height: 250px;
        max-height: 250px;
    }
    #image2-2 {
        margin-top: 20px;
    }
    .section-7-localizare {
        padding: 0;
    }
    .section-7-localizare {
        display: flex;
        flex-direction: column;
    }
    .order-xs-2 {
        order: 2;
        margin-top: 20px;
    }
    #image1-2,
    #image2-2 {
        display: none
    }
}

.box-5-localizare-image img {
    width: 100%;
    height: auto;
}

.box-5-localizare-image {
    border-radius: 24px;
    overflow: hidden;
    margin: 0 0 20px;
}

.box-5-localizare-title {
    display: flex;
    margin: 0 0 10px;
    font-family: New Hero;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 22px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #172440;
}

.box-5-localizare-content {
    font-family: New Hero;
    font-weight: 300;
    font-style: Light;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #172440;
}

.section-3-localizare {
    padding: 50px 0 0;
    background: #F6F9FC;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}

.section-3-localizare .content-general-custom {
    margin-bottom: 20px;
}

.section-4-localizare {
    padding: 50px 0 30px;
    background: #F6F9FC;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
}

@media screen and (min-width:992px) {
    .section-4-localizare {
        position: relative;
    }
    .section-4-localizare img {
        position: relative;
        z-index: 1;
    }
    .section-4-localizare .container {
        position: relative;
        z-index: 2;
    }
    .section-4-localizare::before {
        content: '';
        background: #F6F9FC;
        position: absolute;
        top: 0;
        left: 0;
        width: 97%;
        height: 100%;
        border-bottom-right-radius: 24px;
        border-bottom-left-radius: 24px;
        display: block;
        overflow: hidden;
    }
    .section-4-localizare {
        background: #fff;
    }
    .section-4-localizare::after {
        content: '';
        background: #fff;
        position: absolute;
        top: 0;
        right: 0;
        width: 3%;
        height: 100%;
    }
    .section-3-localizare {
        position: relative;
    }
    .section-3-localizare img {
        position: relative;
        z-index: 1;
    }
    .section-3-localizare .container {
        position: relative;
        z-index: 2;
    }
    .section-3-localizare::before {
        content: '';
        background: #F6F9FC;
        position: absolute;
        top: 0;
        left: 0;
        width: 97%;
        height: 100%;
        border-top-right-radius: 24px;
        border-top-left-radius: 24px;
        display: block;
        overflow: hidden;
    }
    .section-3-localizare {
        background: #fff;
    }
    .section-3-localizare::after {
        content: '';
        background: #fff;
        position: absolute;
        top: 0;
        right: 0;
        width: 3%;
        height: 100%;
    }
    .section-3-localizare .hidden-xs img {
        margin-bottom: -50px;
        text-align: right;
        float: right;
    }
    .column-right-in-container {
        max-width: 700px;
        padding-left: 45px;
    }
    .row-icons-section-3-localizare {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .row-inline {
        display: flex;
        align-items: center;
    }
    .section-6-localizare {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    #image1-2 {
        position: absolute;
        top: -100px;
        left: 0;
        max-width: 33vw;
    }
    #image2-2 {
        position: absolute;
        bottom: -100px;
        right: 0;
        max-width: 40vw;
    }
}
@media screen and (min-width:1441px){
    .section-1-localizare{
        padding: 80px 0;
    }
    .section-2-localizare{
        padding: 80px 0;
    }
    .section-3-localizare{
        padding: 80px 0 0;
    }
    .section-4-localizare{
        padding: 80px 0 60px;
    }
    .section-5-localizare{
        padding: 80px 0 0;
    }
}
#location-map-filters-push input[type="checkbox"]+label::before {
    background: transparent !important; 
    content: '' !important;
}
#location-map-filters-push input[type="checkbox"]:checked + label::before {
    
    content: '✓' !important;
}