.section-parteneri-specificatii {
    padding: 40px 0 40px;
    overflow: hidden;
}

.swiper-container-2 {
    margin-bottom: 80px;
}

.image_section_1 {
    width: 100%;
}

.image_wide img {
    width: 100%
}

.image_with_border {
    margin-bottom: -100px;
}

.number-section-1 {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: IvyMode;
    font-weight: 600;
    font-size: 66px;
    text-align: center;
    text-transform: uppercase;
    color: #fff
}

.box_gradient {
    border-radius: 24px;
    background: linear-gradient(94deg, #F1CFC0 0%, #CF8F7D 101.01%), #F6F9FC;
    max-width: 588px;
    padding: 20px;
}

.number-section-1 span {
    opacity: .6;
}

.swiper-button-prev {
    left: 0;
    width: 50px;
    height: 50px;
    background: url(../assets/images/arrow-left-white.svg) no-repeat center center;
    background-size: contain;
}

.swiper-button-next {
    right: 0;
    width: 50px;
    height: 50px;
    background: url(../assets/images/arrow-right-white.svg) no-repeat center center;
    background-size: contain;
}

.section-4-specificatii .row img {
    width: auto;
}

@media screen and (min-width: 992px) {
    .padding_custom_right_xs{
        padding-right: 30px !important;
    }
    .padding_custom_left_xs{
        padding-left: 30px !important;
    }
	.fadeInRight img{
		float: right;
	}
    .image_wide {
        margin-bottom: -150px;
    }
    .swiper-button-next {
        right: 50px !important;
        width: 80px;
        height: 80px;
    }
    .swiper-button-prev {
        left: 50px !important;
        width: 80px;
        height: 80px;
    }
    .section-parteneri-specificatii {
        padding: 50px 0 50px;
    }
    .section-4-specificatii .row {
        align-items: center; 
    }
	.section-4-specificatii .row.mt_4{
		align-items: flex-start;	
	}
    .section-4-specificatii .row .fadeInLeft {
    }
    .section-4-specificatii .row .fadeInRight {
    }
	.section-4-specificatii .row .fadeInLeft.order-xs-1{
		padding-right: 15px !important
	}
}

@media screen and (min-width: 1600px) {
    .section-parteneri-specificatii {
        padding: 80px 0
    }
	 .section-4-specificatii .row .fadeInLeft {}
    .section-4-specificatii .row .fadeInLeft {}
}

@media screen and (max-width: 991px) {
    .section-parteneri-specificatii h3 {
        font-size: 36px;
        line-height: normal;
    }
    .box-section-images {
        min-height: 100vw;
        max-height: 100vw;
        overflow: hidden;
        position: relative;
    }
    .box-section-images 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%);
        min-height: 100vw;
        max-height: 100vw;
        transition: .5s all;
        max-width: fit-content;
        width: auto;
    }
}

.box-section-parteneri-specificatii {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 320px;
    text-align: center;
    border: 1px solid #EBEDF0;
    background: #FFF;
    padding: 0 15px;
    flex-direction: column;
}

.name-parteneri {
    color: #3B393C;
    text-align: center;
    font-family: "New Hero";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 40px 0 10px
}

.type-parteneri {
    color: #172440;
    font-family: "New Hero";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    padding: 5px 12px;
    background: #F6F9FC;
}

.swiper-container-2 {
    margin-top: 40px;
}

.swiper-container,
.swiper-container-2 {
    overflow: hidden;
    position: relative;
    background: #000;
}

.section-2-specificatii {
    padding: 80px 0 0;
}

.section-2-specificatii h4 {
    font-family: DM Serif Display;
    font-weight: 400;
    font-size: 40px;
    color: #172440;
    margin: 40px 0 0;
}

.section-2-specificatii h4 strong {
    font-size: 80px;
}

.section-3-specificatii {
    padding: 50px 0 80px;
}
.section-3-specificatii img{
    /* width: 100%; */
}
.full-row {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 0 50px;
}

.full-row .content-general-custom {
    max-width: 600px;
}

.mt-4 {
    margin-top: 40px;
}

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

.flex-start {
    align-items: flex-start;
}

.white-content .content-general-custom *,
.white-content p,
.white-content * {
    color: #fff
}

.details_icon_box {
    display: inline-block;
    width: 100%;
}

.details_icon_box img {
    max-height: 100px;
    width: auto;
    display: inline-block;
    /* width: 100%; */
    text-align: center;
}

.detalii_box {
    border: 1px solid #E2E5E9;
    padding: 20px;
    border-radius: 24px;
    margin-bottom: 50px;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width:1200px) {
    .detalii_box .details_text_box {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-width:1600px) and (min-width:992px) {
    .detalii_box .details_text_box {
        font-size: 16px;
        line-height: 24px;
    }
}

.details_icon_box {
    min-height: 100px;
    text-align: center;
}

.details_text_box {
    margin-top: 30px;
    font-family: New Hero;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #172440;
    text-align: center;
}

.section-4-specificatii .content-general-custom {
    margin-bottom: 40px;
}

.section-4-specificatii {
    padding: 50px 0 0;
    background: #F6F9FC;
}

.section-galerie-specificatii h2 {
    text-align: center;
}

.section-galerie-specificatii {
    border-radius: 0 0 0 24px;
    background: #F6F9FC;
    padding-bottom: 50px;
}

.list_style_wrapper {
    margin: 0;
}

.section-5-specificatii {
    display: inline-block;
    width: 100%;
    padding: 50px 0;
}
.list_style svg{
	min-width: 24px;
}
.list_style {
    margin: 0 0 25px;
    border-radius: 24px;
    border: 1px solid #E2E5E9;
    padding: 20px;
    color: var(--Main-DarkBlue, #172440);
    font-family: "New Hero";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 15px;
}
.section-2-specificatii img{
	/* width: 100%; */
}
@media screen and (min-width:992px) {
    .section-3-specificatii .fadeInRight{
    }
	.section-2-specificatii .fadeInLeft{
    }
	.mt_4{
		margin-top: 80px;
	}
    .section-3-specificatii .row {
        align-items: center;
    }
    .column-right-in-container {
        padding-left: 60px;
        max-width: 660px;
    }
    .section-2-specificatii .row {
        align-items: center;
    }
    .section-1-specificatii .content-general-custom {
        max-width: 710px;
    }
	.title-general-custom h2{
		margin: 0 0 40px
	}
    .section-1-specificatii {
        padding-bottom: 50px;
        padding-top: 50px;
    }
    .section-2-specificatii .fadeInRight img {
        margin: 0;
        text-align: right;
        float: right;
    }
    .section-2-specificatii .mt-4 {
        margin-top: 50px
    }
    .section-3-specificatii .mt-4 {
        margin-top: 50px !important
    }
    .full-row.white-content {
        min-height: 550px;
    }
    .image-mb-minus {
        margin-bottom: -50px;
        position: relative;
        right: -10px;
    }
}

@media screen and (min-width:1601px) {
    .column-right-in-container {
        padding-left: 60px;
        max-width: 800px;
    }
    .full-row.white-content {
        min-height: 700px;
    }
	.container{
		max-width: 1470px
	}
}

@media screen and (max-width:991px) {
    .detalii_box {
        margin-bottom: 30px;
        min-height: 0;
        align-items: center;
        justify-content: center;
        padding: 10px;
    }
    .title-small-general-custom {
        font-size: 28px;
        line-height: 44px;
    }
    .full-row {
        flex-direction: column;
    }
    .column-right-in-container,
    .column-left-in-container {
        order: 2;
        margin-top: 30px;
    }
    .swiper-container-2 {
        margin-top: 40px;
        margin-bottom: 50px;
    }
    .section-parteneri-specificatii {
        padding-bottom: 0;
        padding-top: 50px;
    }
    .section-3-specificatii,
    .section-2-specificatii {
        overflow: hidden;
    }
	.section-1-specificatii{
		padding-top: 40px;
	}
	.image_wide img{
	 position: absolute;
	 top: 50%;
	 left: 50%;
	 transform: translate(-50%, -50%);
	 -ms-transform: translate(-50%, -50%); /* IE 9 */
	 -webkit-transform: translate(-50%, -50%); /* Chrome, Safari, Opera */
	 max-height: 400px;
	 min-height: 400px;
	 max-width: max-content;
	 width: auto;
	}
	.box_gradient{
		margin-bottom: 40px
	}
	.image_wide{
		min-height: 400px;
		max-height: 400px;
		overflow: hidden;
		position: relative;
		margin: 20px 0 40px;
	}
	.section-2-specificatii .fadeInLeft{
		order: 2;
		margin-top: 30px;
	}
    .section-2-specificatii {
        padding-bottom: 50px;
        padding-top: 0;
    }
	.section-4-specificatii .content-general-custom{
		margin: 0;
	}
	.list_style_wrapper{
		margin-top: 20px;
		padding: 0 10px;
	}
	
	.list_style{
		font-size: 18px;
	}
	.mt_4{
		margin-top: 40px;
	}
	.order-xs-1{
		order: -1;
		margin-bottom: 30px;
	}
    .section-4-specificatii {
        padding-bottom: 30px;
    }
	.section-4-specificatii .title-general-custom{
		text-align: left !important;
	}
    .section-4-specificatii .row .row {
        margin: 0;
    }
    .section-2-specificatii h4 {
        font-size: 24px;
        margin: 0;
    }
    .section-2-specificatii h4 strong {
        font-size: 60px;
    }
    .order-xs-2 {
        order: 2;
        margin-top: 20px;
    }
    .full-row {
        padding-bottom: 20px;
    }
    .pt-xs-1 h2 {
        font-size: 26px;
    }
    .pt-xs-1 {
        padding-top: 10px;
    }
    .section-3-specificatii {
        padding-bottom: 0;
    }
    .full-row.white-content {
        padding: 30px 0 !important
    }
    .full-row.white-content .column-right-in-container {
        margin-top: 0;
    }
    .pt-xs-0 {
        padding-top: 0;
    }
    .number-section-1 {
        font-size: 30px;
        bottom: 10px;
    }
    .section-2-specificatii .order-xs-1 {
        margin-bottom: 20px;
    }
    .section-4-specificatii .row .row .col-xs-12 {
        width: 50%;
    }
    .details_text_box {
        margin: 0;
        padding: 10px 0 10px;
        font-size: 18px;
        line-height: 1.3;
    }
    .section-2-specificatii .row .row {
        margin: 0;
    }
    .mt-xs-4 {
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 1441px) {
    .section-3-specificatii,
    .section-4-specificatii {
        padding-top: 80px;
    }
}