/* =============== SECTION-48 ============== */
.section-48{
	padding: 0;
	height: 94vh;
	background: url(../img/attracting.webp) center no-repeat;
	background-size: cover;
}
.section-48 .wrap{
	flex-direction: column;
	justify-content: center;
}
.section-48 .title-1{
	margin-bottom: 16px;
	max-width: 100%;
}
.section-48 h2{
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 32px;
	line-height: 120%;
	letter-spacing: 0.01em;
	color: var(--secondary-white);
}
/* =============== SECTION-49 ============== */
.section-49{
	background: var(--secondary-brand-blue);
	padding-bottom: 0;
}
.section-49-stycky-box{
	background: var(--secondary-brand-blue);
    position: sticky;	
    left: 0px;
    right: 0px;
    z-index: 5;
    top: 90px;
}
.wrap-49{
	gap: 40px;
	max-width: 1280px;
    padding: 40px 40px;	
 	margin: -80px auto 0;   
}
.section-49-description{
	position: relative;
	background: var(--secondary-medium-grey);
}
.section-49-stycky-box-link{
	transition: 0.3s ease;
	display: block;
	font-family: var(--font-family);
	font-weight: 300;
	font-size: 16px;
	line-height: 120%;
	letter-spacing: 0.01em;
	color: var(--secondary-white);
	border: 1px solid var(--secondary-light-grey);
	padding: 10px 15px;
}
.section-49-stycky-box-link._active{
	border: 1px solid var(--primary-dark-gold-on-dark);
	color: var(--primary-basic-gold-on-dark-brand);
}
/*.section-49-stycky-box-link:hover{
	border: 1px solid var(--primary-light-gold-on-dark);
	color: var(--primary-light-gold-on-dark);
}*/
.article-49{
	background: var(--secondary-light-grey);
}
.article-49 h3 {
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 24px;
    line-height: 125%;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: var(--secondary-brand-blue);
    margin-bottom: 24px;
    margin-top: 32px;
}
.section-49-autor{
	background: var(--secondary-brand-blue);
}
.section-49-autor-1{
	background: var(--secondary-black);
}
.section-49-autor-img{
	min-width: 350px;
	height: 455px;
	background: url(../img/img-10-1.webp) no-repeat center;
	background-size: cover;
}
.section-49-autor-text{
	padding: 30px 60px;	
}
.section-49-autor-text .text{
	color: var(--secondary-white);
	font-weight: 300;
}
.section-49-autor-text h4{
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 18px;
	line-height: 130%;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: var(--text-secondary-light);
	margin-bottom: 8px;
}
.section-49-autor-text h5{
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 14px;
	line-height: 120%;
	letter-spacing: 0.01em;
	color: var(--text-secondary-light);
}
.section-49-autor-line{
	border-bottom: 1px solid var(--primary-basic-gold-on-dark-brand);
	margin: 32px 0;
}
.section-49-subscribe{
	position: relative;
	background: var(--primary-basic-gold-on-dark-brand);
}
.section-49-subscribe h2{
	font-family: var(--second-family);
	font-weight: 500;
	font-size: 32px;
	line-height: 110%;
	letter-spacing: 0.01em;
	font-variant: small-caps;
	color: var(--secondary-black);
}
.section-49-form-subscribe{
	position: relative;
}
.section-49-subscribe .form-6 input{
	width: 580px;
}

.section-49-subscribe .form-6 .submit-subscribe{
	cursor: pointer;
	transition: 0.3s ease;
	position: absolute;
	top: 20px;
	right: 15px;
	border: 1.50px solid var(--primary-basic-gold-on-light);
	padding: 10px;
	width: 170px;
	height: 45px;
	background: rgba(203, 178, 118, 0.01);
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 18px;
	line-height: 120%;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: var(--primary-dark-gold-on-light);
}
.section-49-subscribe .form-6 .submit-subscribe:hover{
	border: 1.50px solid var(--primary-basic-gold-on-dark-brand);
	background: var(--primary-basic-gold-on-dark-brand);
	color: var(--secondary-black);
}
.article-49 ul{
	padding-left: 30px;
}
.article-49 ul li{
	list-style: disc;
}
.article-49 .text,
.article-49 .title-2{
	max-width: 993px;
}
.article-49 b{
	font-family: var(--third-family);
	font-weight: 600;
}
.section-49-bg-3{
	position: relative;
	height: 450px;
	background: url(../img/bg-21.webp) no-repeat center;
	background-size: cover;
}

#article-49-1{
	position: absolute;
	top: 45px;
}
#article-49-2{
	position: absolute;
	top: 45px;
}
#article-49-3{
	position: absolute;
	top: 225px;
}
.section-49-autor-2{
	background: var(--secondary-white);
}
.section-49-autor-2 .section-49-autor-text .text{
	color: var(--secondary-black);
	font-weight: 400;
}
.section-49-autor-2-block{
	background: var(--primary-basic-gold-on-dark-brand);
	padding: 44px 60px;
}
.section-49-autor-2-block h4{
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 24px;
	line-height: 130%;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: var(--secondary-black);
}
.section-49-autor-2-block h5{
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 18px;
	line-height: 130%;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: var(--text-secondary-dark);
}






/* =============== MEDIA ============== */
@media (max-width: 1024px){
	.section-48 .title-1{
		font-size: 51px;
	}
	.section-48 h2{
		font-size: 28px;
	}
	.article-49 h3 {
	    font-size: 28px;
	    margin-bottom: 16px;
	    margin-top: 24px;
	}
	.section-49-autor-text{
		padding: 20px 48px;	
	}
	.section-49-autor-text h4{
		font-size: 16px;
		margin-bottom: 8px;
	}
	.section-49-autor-text h5{
		font-size: 12px;
	}
	.section-49-autor-line{
		border-bottom: 1px solid var(--primary-basic-gold-on-dark-brand);
		margin: 24px 0;
	}
	.section-49-subscribe h2{
		font-size: 28px;
	}
}

@media (max-width: 976px){
	.section-49-stycky-box {
	    top: 87px;
	}

}
@media (max-width: 916px){
	.section-49-autor-1 {
	    flex-direction: column;
	}
	.section-49-autor-text {
    	padding: 40px 40px;
	}
	.section-49-autor-img {
	    min-width: 100%;
	    height: 300px;
	    background: url(../img/img-49-1.webp) no-repeat center;
	    background-size: cover;
	}
	.section-49-subscribe .wrap{
		flex-direction: column;
		gap: 32px;
		align-items: flex-start;
	}
	.section-49-autor-2{
	    flex-direction: column;
	}
	.section-49-autor-2-block{
	    padding: 32px 40px;
	}
	.section-49-autor-2-block h4{
		font-size: 22px;
	}
	.section-49-autor-2-block h5{
		font-size: 16px;
	}
}

@media (max-width: 768px){
	.article-49 .title-2{
		font-size: 30px;
	}
	.article-49 h3 {
	    font-size: 24px;
	    margin-bottom: 16px;
	    margin-top: 24px;
	}
}

@media (max-width: 708px){
	.wrap-49 {
	    flex-direction: column;
	    gap: 8px;
	    padding: 16px 16px;
	}
	.section-49-stycky-box-link{
		font-size: 14px;
	}
	.section-49-subscribe .form-6 input{
	    width: 90vw;
	}
	.section-49-autor-text {
	    padding: 24px 24px;
	}
	.section-49-autor-2-block{
	    padding: 24px;
	}
}

@media (max-width: 500px){
	.section-49-subscribe .section-49-form-subscribe{
		padding: 10px;
		background: var(--secondary-white);
	}
	.section-49-subscribe .form-6 .submit-subscribe{
		position: static;
	}
	.section-49-subscribe .form-6 input{
	    width: 85vw;
	}
	.section-49-subscribe h2{
	    text-transform: uppercase;
	    font-size: 30px;
	}
	.section-49-subscribe .wrap{
	    gap: 24px;
	}
	.section-49-subscribe .form-6 .submit-subscribe{
	    width: 100%;
	    height: 65px;
	}
	.section-49-autor-line {
	    margin: 16px 0;
	}
}

@media (max-width: 440px){
	.section-48 .wrap{
	    justify-content: flex-end;
	    padding-bottom: 150px;
	}
	.section-48 .title-1{
		font-size: 42px;
	}
	.section-48 h2{
		font-size: 24px;
	}
	#article-49-1{
		position: absolute;
		top: 50px;
	}
	#article-49-2{
		position: absolute;
		top: 100px;
	}
	#article-49-3{
		position: absolute;
		top: 190px;
	}
}
