/* =============== SECTION-29 ============== */
.section-29{
	padding: 0;
	height: 94vh;
	background: url(../img/bg-29.webp) center no-repeat;
	background-size: cover;
}
.section-29 .wrap{
	flex-direction: column;
	justify-content: center;
}
.section-29 .title-1 {
	max-width: 100%;
}

/* =============== SECTION-30 ============== */
.section-30{
	background: var(--secondary-brand-blue);
}
.title-30{
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 32px;
	line-height: 120%;
	letter-spacing: 0.01em;
	text-align: center;
	color: var(--secondary-white);
}
/* =============== SECTION-31 ============== */
.section-31{
	background: var(--secondary-medium-grey);
}
.section-31 .wrap{
	align-items: flex-start;
	gap: 40px;
}
.section-31-text{
	max-width: 567px;
}
.section-31 .title-2{
	margin-bottom: 16px;	
}
.section-31 .text{
	margin-bottom: 8px;	
}
.section-31-img{
	min-width: 476px;
	height: 350px;
	background: url(../img/img-31.webp) no-repeat center;
	background-size: cover;
}

/* =============== SECTION-32 ============== */
.section-32{
	background: url(../img/bg-32.webp) no-repeat center;
	background-size: cover;
}
.section-32 .title-2{
	max-width: 880px;
	margin-bottom: 48px;
}
.section-32-box{
	max-width: 790px;
	flex-wrap: wrap;
	gap: 16px;
}
.section-32-box-inner{
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 18px;
	line-height: 120%;
	letter-spacing: 0.03em;
	color: var(--secondary-black);
	max-width: 386px;
	background: var(--secondary-white);
	padding: 40px;
}
.section-32-box-inner span{
	color: var(--accent-base-brick);
}

/* =============== SECTION-33 accordion ============== */
.section-33{
	background: var(--secondary-light-grey);
}
.section-33 .title-2{
	margin-bottom: 48px;
}
.accordion-33 {
    width: 100%;
    overflow: hidden;
}
.accordion-33-item {
    border-bottom: 1px solid #e0e0e0;
}
.accordion-33-item-last{
	border: none;
}
.accordion-33-header {
    background: var(--secondary-white);
    padding: 40px;
    cursor: pointer;
    transition: background-color 0.3s;
}
.accordion-33-header:hover {
    background: var(--secondary-medium-grey);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);            
}
.accordion-33-header.active {
    background: var(--secondary-white);
}
.accordion-33-header h3 {
    font-family: var(--second-family);
	font-weight: 600;
	font-size: 20px;
	line-height: 130%;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: var(--primary-dark-gold-on-light);
	margin-bottom: 8px;
}
 .accordion-33-header p {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 18px;
	line-height: 120%;
	letter-spacing: 0.03em;
	color: var(--secondary-black);
}
.accordion-33-icon {
    width: 20px;
    height: 20px;
    position: relative;
}
.accordion-33-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 32px;
    height: 32px;
    background: url(../img/arrow-acc.svg) center;
    background-size: cover;
    transform: translate(-50%, -50%) rotate(180deg);    
    transition: all 0.3s;
}
.accordion-33-header.active .accordion-33-icon::after {
    transform: translate(-50%, -50%) rotate(0deg);
}
.accordion-33-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    background-color: #fff;
}
.accordion-33-content-inner {
    padding: 0 40px 40px;
    font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
	letter-spacing: 0.03em;
	color: var(--secondary-black);
}
.accordion-33-content-inner ul{
	padding-left: 32px;
	margin-bottom: 16px;

}
.accordion-33-content-inner ul li{
	list-style: disc;
}
.accordion-33-content-inner p:not(:last-child){
	margin-bottom: 8px;
}
.accordion-33-content-inner b{
	font-family: var(--third-family);
	font-weight: 600;
	font-size: 18px;
	line-height: 120%;
	letter-spacing: 0.03em;
	color: var(--secondary-black);
}
/* =============== SECTION-34 ============== */

/* =============== SECTION-35 ============== */
.section-35{
	background: var(--secondary-brand-blue);
}
.section-35 .title-2-2{
	max-width: 100%;
	margin-bottom: 16px;
}
.section-35-text{
	justify-content: flex-start;
	gap: 40px;
}
.section-35-text h3{
	font-family: var(--second-family);
	font-weight: 500;
	font-size: 20px;
	line-height: 130%;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: var(--primary-basic-gold-on-dark-brand);
	min-width: 325px;
	max-width: 325px;
}
.section-35-text p{
	font-family: var(--font-family);
	font-weight: 300;
	font-size: 18px;
	line-height: 120%;
	letter-spacing: 0.03em;
	color: var(--secondary-white);
	max-width: 788px;
	padding-right: 60px;
}
.section-35 div:nth-child(2){
	padding: 40px 0;
}
.section-35 div:nth-child(3){
	padding: 40px 0;
	border-bottom: 1px solid var(--primary-basic-gold-on-dark-brand);
	border-top: 1px solid var(--primary-basic-gold-on-dark-brand);
}
.section-35 div:nth-child(4){
	padding-top: 40px;
}

/* =============== MEDIA ============== */
@media (max-width: 1024px){
	.title-30{
		font-size: 28px;
	}
	.accordion-33-header{
		gap: 16px;
	    padding: 32px;
    }
    .accordion-33-header h3{
        font-size: 18px;
	}
	.accordion-33-header p{
        font-size: 16px;
	}
    .accordion-33-content-inner{
        padding: 0 32px 32px;
    }
    .section-35-text h3{
		font-size: 18px;
	}
	.section-35-text p{
		font-size: 16px;
		padding-right: 0px;
	}
	.section-35 div:nth-child(2){
		padding: 32px 0;
	}
	.section-35 div:nth-child(3){
		padding: 32px 0;
	}
	.section-35 div:nth-child(4){
		padding-top: 32px;
	}
}

@media (max-width: 916px){
	.section-31 .wrap {
	    flex-direction: column;
	    gap: 24px;
	}
	.section-31-img{
		min-width: 100%;
		background: url(../img/img-31.webp) no-repeat 50% 0;
		background-size: cover;
	}
	.section-31-text{
		max-width: 100%;
	}
}

@media (max-width: 836px){
	.section-32-box{
		justify-content: center;
		gap: 8px;
	}
	.section-32-box-inner{
		font-size: 16px;
		padding: 24px;
	}
}

@media (max-width: 768px){
	.title-30{
		font-size: 24px;
	}
	.section-33 .title-2{
		margin-bottom: 24px;
	}
	.section-35 .title-2-2{
		margin-bottom: 0px;
	}
	.section-35-text{
		gap: 16px;
		flex-direction: column;
		align-items: flex-start;
	}
	.section-35-text h3{
		font-size: 18px;
		max-width: 100%;
		min-width: auto;
	}
	.section-35-text p{
		font-size: 16px;
		padding-right: 0px;
	}
	.section-35 div:nth-child(2){
		padding: 24px 0;
	}
	.section-35 div:nth-child(3){
		padding: 24px 0;
	}
	.section-35 div:nth-child(4){
		padding-top: 24px;
	}
}

@media (max-width: 600px){
	.accordion-33-header{
	    padding: 24px;
    }
    .accordion-33-content-inner{
        padding: 0 24px 24px;
    }
	.accordion-33-icon::after{
	    width: 24px;
	    height: 24px;
	    transform: translate(-50%, -150%) rotate(180deg); 
	}
	.accordion-33-header.active .accordion-33-icon::after {
    	transform: translate(-50%, -150%) rotate(0deg);
	}
}

@media (max-width: 440px){
	.section-29 .wrap{
	    justify-content: flex-end;
	    padding-bottom: 150px;
	}
}
