.section-1-localizare {
    padding: 50px 0 20px;
}
.section-hero h1{
    max-width: 900px;
}
#location-map-filters-push {
    background: #EF4B23 !important;
}

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

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

#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: #EF4B23;
    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;
    ;
}

.section-1-localizare .content-general-custom button::after {
    display: block !important;
    content: '';
    background: #EF4B23;
    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) {
    #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-4-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 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;
    position: relative;
}

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

.section-3-localizare::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 500px;
    z-index: 0;
    left: 0;
    bottom: 0;
    background: #F6F9FC;
}

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

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

.box-3-localizare-title {
    margin: 20px 0 10px;
    color: #171C26;
    text-align: center;
    font-family: "New Hero";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.box-3-localizare-content {
    color: #171C26;
    text-align: center;
    font-family: "New Hero";
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 33px;
}

.box-3-localizare-image {
    text-align: center;
}

.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;
}

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

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

.section-5-localizare * {
    color: #fff !important;
}

#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) {
    .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;
    }
    .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 30px;
        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,
	.section-4-localizare .row{
		display: flex;
		flex-direction: column;
	}
	.order-xs-2{
		order: 2;
		margin-top: 20px;
	}
	#image1-2,
	#image2-2{
		display: none
	}

}

@media screen and (min-width:992px) {
    .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,
    .section-4-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;
    }

}
