/* =============== SECTION-40 ============== */
.section-40{
	padding: 0;
	height: 350px;
	background: url(../img/carrera.webp) center no-repeat;
	background-size: cover;
}
.section-40 .wrap{
	flex-direction: column;
	justify-content: center;
}

/* =============== SECTION-41 ============== */
.section-41{
	background: var(--secondary-brand-blue);
}
.section-41 .title-2-2{
	font-family: var(--font-family);
	font-weight: 300;
	font-size: 18px;
	line-height: 120%;
	letter-spacing: 0.03em;
	color: var(--secondary-white);
	max-width: 650px;
	text-transform: none;
	margin-bottom: 60px;
}

.section-41-box-inner{
	gap: 16px;
	margin-bottom: 16px;
}
.section-41-box-inner-1 .section-41-box-item{
	height: 146px;
}
.section-41-box-inner-2 .section-41-box-item{
	height: 124px;
}
.section-41-box-item{
	flex-wrap: nowrap;
	height: 150px;
	width: 100%;
	background: var(--secondary-black);
	flex-direction: column;
	gap: 8px;
	padding: 40px;
}
.section-41-box-item h3{
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 24px;
	line-height: 130%;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	text-align: center;
	color: var(--primary-basic-gold-on-dark-brand);
}
.section-41-box-item .text{
	text-align: center;
	font-weight: 300;
	color: var(--secondary-white);
	max-width: 224px;
}

/* =============== SECTION-42 ============== */
.section-42{
	background: var(--secondary-light-grey);
}
.section-42-box{
	gap: 40px;
}
.section-42-box-top{
	margin-bottom: 60px;
}
.section-42-box-item .text{
	margin-bottom: 8px;
	max-width: 787px;
}
.section-42-box-item-img-top{
	height: 273px;
	min-width: 30%;
	background: url(../img/img-42-1.webp) no-repeat center;
	background-size: cover;
}
.section-42-box-item-img-bottom{
	height: 500px;
	min-width: 890px;
	background: url(../img/img-42-2.webp) no-repeat center;
	background-size: cover;
}
.section-42-box-bottom h3{
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 14px;
	line-height: 120%;
	letter-spacing: 0.01em;
	color: var(--secondary-black);
}

/* =============== SECTION-43 ============== */
.section-43{
	background: var(--secondary-light-grey);
}
.section-43-box{
	gap: 40px;
}
.section-43-box-1{
	margin: 60px auto;
}
.section-43-box-img{
	height: 500px;
	min-width: 890px;
}
.section-43-box-img-1{
	background: url(../img/img-43-1.webp) center;
	background-size: cover;
}
.section-43-box-img-2{
	background: url(../img/img-43-2.webp) center;
	background-size: cover;
}
.section-43-box-text{
	font-family: var(--third-family);
	font-weight: 500;
	font-size: 14px;
	line-height: 120%;
	letter-spacing: 0.01em;
	color: var(--text-secondary-dark);
}

/* =============== SECTION-44 ============== */
.section-44-schoeffel{
/* 	background: url(../img/bg-44.webp) no-repeat center;
	background-size: cover; */
    background-image: radial-gradient(circle, rgba(29, 43, 52, 0.3) 30%, rgba(29, 43, 52, 1) 100%), url(/wp-content/uploads/2025/10/20.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	filter: grayscale(100%);
	transition: filter 0.5s ease;
}
.section-44-schoeffel:hover {
	filter: grayscale(0%);
}
.section-44-carrera {
	background-image: radial-gradient(circle, rgba(29, 43, 52, 0.3) 30%, rgba(29, 43, 52, 1) 100%), url(/wp-content/uploads/2025/10/Вместо-жемжуга-Шоффель-scaled.jpg); 	 
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	filter: grayscale(100%);
	transition: filter 0.5s ease;
}
.section-44-carrera:hover {
	filter: grayscale(0%);
}
}
.section-44 .title-2-2{
	margin-bottom: 48px;
}
.section-44-box-inner{
	gap: 16px;
}
.section-44-box-item{
	background: var(--secondary-black);
	padding: 40px 40px 40px 67px;
	max-width: 385px;
}
.section-44-box-item .text{
	color: var(--secondary-white);
}
.section-44-box-item .text span{
	color: var(--primary-basic-gold-on-dark-brand);
}
.section-44-box-inner-1{
	margin-bottom: 16px;
}
.section-44-box-item p{
	position: relative;
}
.section-44-box-item p::before{
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 18px;
	line-height: 120%;
	letter-spacing: 0.03em;
	color: var(--primary-basic-gold-on-dark-brand);
	position: absolute;
	top: -1px;
	left: -22px;
}
.section-44-box-item-1 p::before{
	content: "1.";
	left: -16px;
}
.section-44-box-item-2 p::before{
	content: "2.";
}
.section-44-box-item-3 p::before{
	content: "3.";
}
.section-44-box-item-4 p::before{
	content: "4.";
}
.section-44-box-item-5 p::before{
	content: "5.";
}

/* ========== SECTION-45 SECTION-35 ========= */
.section-35-text{
	justify-content: flex-start;
}
.section-35 div:nth-child(4){
	padding: 40px 0;
	border-bottom: 1px solid var(--primary-basic-gold-on-dark-brand);
}
.section-35 div:nth-child(5){
	padding-top: 40px;
}
.section-45 .section-35-text h3{
	min-width: 380px;
}
.section-45 .section-35-text p {
    padding-right: 10px;
}

/* =============== SECTION-46 ============== */
.section-46{
	background: var(--secondary-light-grey);
}
.section-46 .title-2{
	margin-bottom: 48px;
}
.section-46-br{
	display: none;
}
.section-46 h3{
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 32px;
	line-height: 125%;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: var(--secondary-brand-blue);
	margin-bottom: 24px;
}
.section-46 .text{
	max-width: 1000px;
}
.section-46 ul{
	padding-left: 32px;
}
.section-46 ul li{
	list-style: disc;
}
.section-46-box{
	align-items: flex-start;
	gap: 40px;
	margin-bottom: 48px;
}
.section-46-map-img{
	min-width: 490px;
	height: 271px;
	background: url(../img/img-map-46.webp) no-repeat center;
	background-size: cover;
}
.section-46-box-2{
	gap: 20px;
	margin-bottom: 24px;
}
.section-46-box-2 .text{
	width: 80%;
}
.section-46-table{
	width: 100%;
	height: 715px;
	background: url(../img/table-46-1-new.svg) no-repeat center;
	background-size: contain;
}
.section-46 .text b{
	font-family: var(--third-family);
	font-weight: 600;
}
/* =============== SECTION-47 ============== */
.section-47{
	background: var(--secondary-brand-blue);
}
.section-47 .wrap{
	gap: 40px;
}
.section-47 h2{
	width: 100%;
	font-family: var(--second-family);
	font-weight: 500;
	font-size: 32px;
	line-height: 110%;
	letter-spacing: 0.01em;
	font-variant: small-caps;
	color: var(--primary-basic-gold-on-dark-brand);
}
.section-47 .text{
	width: 91%;
	font-weight: 300;
	color: var(--secondary-white);
}




/* =============== MEDIA ============== */
@media (max-width: 1180px){
	.section-42-box-item-img-bottom{
		height: 38vw;
		min-width: 72%;
	}
	.section-43-box-img{
		height: 38vw;
		min-width: 60%;
	}
	.section-46-box-2 .text{
		width: 100%;
	}
	.section-46-table {
	    width: 100%;
	    height: 57vw;
	}
}

@media (max-width: 1024px){
	.section-42-box{
		gap: 24px;
	}
	.section-42-box-top{
		margin-bottom: 40px;
	}
	.section-44 .title-2-2{
		margin-bottom: 32px;
	}
	.section-44-box-item {
	    background: var(--secondary-black);
	    padding: 32px 32px 32px 60px;
	    max-width: 302px;
	}
	.section-45 .section-35-text h3{
		min-width: 264px;
	}
	.section-46 h3{
		font-size: 28px;
		margin-bottom: 16px;
	}
	.section-46-map-img {
    	min-width: 50%;
	}


}

@media (max-width: 952px){
	.section-42-box{
		flex-direction: column;
		align-items: flex-start;
	}
	.section-42-box-item-img-top{
		order: -1;
		height: 450px;
		width: 100%;
	}
	.section-42-box-item .text {
	    max-width: 100%;
	}
	.section-42-box-item-img-bottom{
		height: 50vw;
		min-width: 100%;
	}
	.section-46-box-2 {
    	flex-direction: column;
	}
	.section-46-map-img {
    	min-width: 100%;
    	height: 50vw;
	}

}


@media (max-width: 768px){
	.section-41 .title-2-2{
		font-size: 16px;
		margin-bottom: 40px;
	}
	.section-41-box-inner{
		gap: 8px;
		margin-bottom: 8px;
	}
	.section-41-box-inner-1 .section-41-box-item{
		height: 124px;
	}
	.section-41-box-inner-2 .section-41-box-item{
		height: 105px;
	}
	.section-41-box-item{
		padding: 32px;
	}
	.section-41-box-item h3{
		font-size: 22px;
	}
	.section-43-box{
		flex-direction: column;
		gap: 16px;
		align-items: flex-start;
	}
	.section-43-box-1 {
	    margin: 40px auto;
	}
	.section-43-box-img-1{
		order: -1;
	}
	.section-43-box-img{
		height: 50vw;
		min-width: 100%;
	}
	.section-44-box-inner {
	    gap: 8px;
	}
	.section-44-box-inner-1{
		margin-bottom: 8px;
	}
	.section-44-box-item {
	    max-width: 50%;
	}
	.section-35 div:nth-child(4){
		padding: 24px 0;
		border-bottom: 1px solid var(--primary-basic-gold-on-dark-brand);
	}
	.section-35 div:nth-child(5){
		padding-top: 24px;
	}
	.section-46-box {
	    flex-direction: column;
	    gap: 8px;
	    margin-bottom: 32px;
	}
	.section-46 .title-2 {
	    margin-bottom: 24px;
	}
	.section-47 .wrap {
	    flex-direction: column;
	    gap: 24px;
	}

}

@media (max-width: 612px){
	.section-44-box-inner {
	    flex-direction: column;
	    align-items: center;
	}
	.section-44-box-item {
	    padding: 24px 24px 24px 48px;
	    justify-content: flex-start;
	    width: 100%;
	    max-width: 100%;
	}
	.section-44 .title-2-2 {
	    margin-bottom: 24px;
	}
}


@media (max-width: 520px){
	.section-41 .title-2-2{
		margin-bottom: 32px;
	}
	.section-41-box{
		display: flex;
	    flex-direction: column;
	}
	.section-41-box-inner{
		flex-direction: column;
	}
	.section-41-box-inner-1 .section-41-box-item{
		height: auto;
	}
	.section-41-box-inner-2 .section-41-box-item{
		height: auto;
	}
	.section-41-box-inner-2{
		order: -1;
	}
	.section-41-box-item{
		padding: 24px;
	}
	.section-41-box-item h3{
		font-size: 18px;
	}
	.section-42-box-top{
	    margin-bottom: 24px;
	}
	.section-42-box-item-img-top{
		height: 300px;
	}
	.section-42 .title-2,
	.section-43 .title-2{
		margin-bottom: 8px;
	}
	.section-43-box-1 {
	    margin: 32px auto;
	}
	.section-46-br{
		display: block;
	}
	.section-46 h3 {
	    font-size: 24px;
	}
	.section-46-table {
	    height: 209vw;
	    background: url(../img/table-46-2-new.svg) no-repeat center;
	    background-size: contain;
	}
	.section-47 h2 {
		font-size: 24px;
		text-transform: uppercase;
	}
}

@media (max-width: 440px){
	.section-40 .wrap{
	    justify-content: flex-end;
	    padding-bottom: 24px;
	}
	.section-42-box {
	    gap: 16px;
	}

}
