/* =============== SECTION-17 ============== */
.section-17{
	padding: 0;
	height: 94vh;
	background: url(../img/bg-17.webp) 73% no-repeat;
	background-size: cover;
}
.section-17 .wrap{
	flex-direction: column;
	justify-content: center;
}
.section-17 .title-1{
	margin-bottom: 16px;
}
.section-17 h2 {
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 32px;
	line-height: 120%;
	letter-spacing: 0.01em;
	color: var(--secondary-white);
	margin-bottom: 48px;
	max-width: 700px;
}
/* =============== SECTION-18 ============== */
.section-18{
	background: var(--secondary-medium-grey);
}
.section-18-text-1{
	margin-bottom: 16px;
	font-weight: 600;

}
.section-18-text-2{
	margin-bottom: 48px;
	max-width: 910px;
}
.section-18-box div{
	padding: 0 24px;
	gap: 8px;
}
.section-18-box h2{
	font-family: var(--second-family);
	font-weight: 500;
	font-size: 56px;
	line-height: 120%;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	text-align: center;
	color: var(--primary-dark-gold-on-light);
}
.section-18-box div p{
	text-align: center;
}
.section-18-box div:nth-child(2){
	border-left: 1px solid var(--primary-dark-gold-on-light);
	border-right: 1px solid var(--primary-dark-gold-on-light);
}
/* =============== SECTION-19 ============== */
.section-19{
	background: var(--secondary-light-grey);
}
.section-19 .title-2{
	margin-bottom: 48px;
}
.section-19-scale-box,
.section-19-region{
	background: var(--secondary-white);
	padding: 60px 60px 48px;
}
.section-19-scale-box{
	margin-bottom: 60px;
}
.section-19 h3{
	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);
	margin-bottom: 32px;
}
.section-19-scale-box-info{
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 14px;
	line-height: 120%;
	letter-spacing: 0.01em;
	color: var(--secondary-brand-blue);
}
.section-19-scale-box-info-regular{
	color: var(--primary-dark-gold-on-light);
	padding-right: 16px;
	border-right: 1px solid var(--secondary-brand-grey);
}
.section-19-scale-box-info-nofamily{
	padding-left: 16px;
}
.section-19 .square{
	display: block;
	width: 19px;
	height: 18px;
}
.section-19-scale-box-info-regular .square{
	background: var(--primary-basic-gold-on-light);
}
.section-19-scale-box-info-nofamily .square{
	background: var(--secondary-brand-blue);
}
.section-19-scale-box-info div{
	padding-bottom: 8px;
	padding-top: 8px;
	gap: 8px;
}
.section-19-scales-box{
	gap: 40px;
}
.section-19-scales img,
.section-19-scales svg{
	width: 100%;
  height: auto;
	margin-bottom: 16px;
	margin-top: 4px;
}
.section-19-scales span{
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
	letter-spacing: 0.01em;
	color: #000;
}
.section-19-scales-persent{
	font-weight: 600;
}
.section-19-scale-line{
	border-bottom: 1px solid var(--secondary-greyish-blue);
	opacity: 0.5;
	margin: 4px 0 24px;
}
.section-19-region-box{
	gap: 40px;
}
.section-19-img{
	margin-bottom: 48px;
}
.section-19-region{
	width: 50%;
}
#section-19-showmore{
	transition: 0.3s ease;
	padding: 5px 20px;
	cursor: pointer;
	display: none;
	margin: auto;
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 14px;
	line-height: 120%;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: var(--primary-dark-gold-on-light);
}
#section-19-showmore svg{
	margin: 0px 0 -3px 3px;
	transition: 0.3s ease;
}
#section-19-showmore._active svg{
	transform: rotate(180deg);
}

/* =============== SECTION-20 ============== */
.section-20{
	background: var(--secondary-light-grey);
}
.section-20 .title-2{
	margin-bottom: 48px;
}
.section-20-box{gap: 24px;}
.section-20-box h3{
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 24px;
	line-height: 130%;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: var(--secondary-brand-blue);
	margin-bottom: 16px;
}
.section-20-right{
	width: 476px;
	height: 558px;
	background: url(../img/bg-20.webp) center no-repeat;
	background-size: cover;
}
.section-20-left{
	max-width: 50%;
}
.section-20-left p:not(:last-child){
	margin-bottom: 60px;
}

/* =============== SECTION-21 ============== */
.section-21{
	background: url(../img/bg-21.webp) no-repeat center;
	background-size: cover;
}
.section-21 .title-2-2{
	margin-bottom: 60px;
}
.form-21{
	align-items: flex-end;
	gap: 40px;
}
.form-21 label{
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	letter-spacing: 0.01em;
	color: var(--secondary-white);
}
.form-21 input{
	padding: 20px;
	margin-top: 4px;
	width: 270px;
	outline: none;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 18px;
	line-height: 120%;
	letter-spacing: 0.03em;
	color: var(--secondary-black);
	transition: 0.3s ease;
	border: 1px solid var(--secondary-brand-grey);
	background: var(--secondary-medium-grey);
}
.form-21 input::placeholder{
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 18px;
	line-height: 120%;
	letter-spacing: 0.03em;
	color: var(--secondary-black);
	opacity: 0.6;
}
.form-21 .submit-21{
	border: 1px solid var(--primary-basic-gold-on-dark-brand);
	box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2), 0 5px 15px 0 rgba(0, 0, 0, 0.35);
	background: var(--primary-basic-gold-on-dark-brand);
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 18px;
	line-height: 120%;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	text-align: center;
	color: var(--secondary-black);
	transition: 0.3s ease;
	cursor: pointer;
}
.form-21 .submit-21:hover{
	box-shadow: 1px 2px 15px 0 rgba(233, 220, 169, 0.5);
	background: var(--primary-light-gold-on-dark);
	border: 1px solid var(--primary-light-gold-on-dark);
}
.form-21 input:hover {
		box-shadow: 1px 2px 15px 0 rgba(233, 220, 169, 0.5);
		border: 1px solid var(--primary-basic-gold-on-light);
}

/* =============== SECTION-22 ============== */
.section-22 .title-2-2{
	max-width: 760px;
	margin-bottom: 0px;
}
/* =============== SECTION-23 ============== */
.section-23 {
	background: var(--secondary-brand-blue);
}
.section-23 .title-2-2{
	margin-bottom: 48px;
}
.section-23-box{
	position: relative;
	color: var(--secondary-white);
	gap: 40px;
}
.section-23-line{
	top: 27px;
	left: 27px;
	position: absolute;
	height: 450px;
	width: 1px;
	background: var(--secondary-greyish-blue);
}
.section-23-switcher{
	border-right: 1px solid var(--secondary-greyish-blue);
	padding: 0px 40px 0px 0px;
	flex-direction: column;
	gap: 32px;
}
.section-23-switcher-item{
	transition: 0.3s ease;
	cursor: pointer;
	gap: 16px;
}
.section-23-switcher-item:hover .section-23-switcher-text{
	font-size: 19px;
}
.section-23-switcher-circle{
	font-family: var(--font-family);
	font-weight: 300;
	font-size: 18px;
	line-height: 120%;
	letter-spacing: 0.03em;
	text-align: center;
	position: relative;
	z-index: 5;
	border: 1px solid var(--secondary-white);
	border-radius: 100px;
	padding: 10px;
	min-width: 54px;
	height: 54px;
	background: var(--secondary-brand-blue);
}
.section-23-switcher-text{
	transition: 0.3s ease;
	max-width: 360px;
	justify-content: flex-start;
	font-family: var(--font-family);
	font-weight: 300;
	font-size: 18px;
	line-height: 120%;
	letter-spacing: 0.03em;
	color: var(--secondary-white);
}
.section-23-switcher-item._active .section-23-switcher-text{
	color: var(--primary-basic-gold-on-dark-brand) !important;
}
.section-23-switcher-item._active .section-23-switcher-circle{
	border: 1px solid var(--primary-basic-gold-on-dark-brand) !important;
	color: var(--primary-basic-gold-on-dark-brand) !important;
}
.section-23-cases{
	position: relative;
	width: 50%;
}
.section-23-case{
	transition: 0.3s ease;
	top: 0;
	left: 0;
	right: 0;
	position: absolute;
	opacity: 0;
}
.section-23-case._active{
	opacity: 1;
}
.section-23-case h3{
	font-family: var(--second-family);
	font-weight: 500;
	font-size: 24px;
	line-height: 130%;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: var(--secondary-white);
	margin-bottom: 16px;
}
.section-23-case .text{
	color: var(--text-secondary-light);
	margin-bottom: 16px;
	font-weight: 400;
}
.section-23-case .text span{
	font-weight: 500;
}
.section-23-cases-arrows{
	position: absolute;
	left: 0;
	bottom: 0;
	gap: 60px;
}
.section-23-cases-arrow-left{
	cursor: pointer;
	padding: 16px;
	width: 48px;
	height: 33px;
	background: url(../img/arrow-left-slider.svg) no-repeat center;
	background-size: contain;
	transition: 0.3s ease;	
}
.section-23-cases-arrow-right{
	cursor: pointer;
	padding: 16px;
	width: 48px;
	height: 33px;
	background: url(../img/arrow-right-slider.svg) no-repeat center;
	background-size: contain;
	transition: 0.3s ease;	
}
.section-23-cases-arrow-left:hover{
	background: url(../img/arrow-left-slider-hover.svg) no-repeat center;
	background-size: contain;
}
.section-23-cases-arrow-right:hover{
	background: url(../img/arrow-right-slider-hover.svg) no-repeat center;
	background-size: contain;
}


/* =============== MEDIA ============== */
@media (max-width: 1150px){
	.section-20-box h3{
		font-size: 22px;
	}
	.form-21{
		align-items: flex-end;
		gap: 15px;
	}
	.form-21 input{
		width: 243px;
	}
	.form-21 input::placeholder,
	.form-21 input,
	.form-21 .submit-21{
		font-size: 16px;
	}
}

@media (max-width: 1024px){
	.section-17 h2 {
		font-size: 28px;
	}
	.section-18-box h2{
		font-size: 44px;
	}
	.section-18-text-2 {
	  margin-bottom: 24px;
	}
	.section-19 h3{
		font-size: 22px;
	}
	.section-19-scales span{
		font-size: 14px;
	}
	.section-19 .title-2{
		margin-bottom: 32px;
	}
	.section-19-scales-box {
    gap: 24px;
	}
	.section-19-scale-box {
    margin-bottom: 40px;
	}
	.section-19-region-box {
    gap: 24px;
	}
	.section-19-scale-box,
	.section-19-region{
		padding: 40px 40px 32px;
	}
	.section-20-left p:not(:last-child) {
    margin-bottom: 32px;
	}
	.section-20-box h3{
		margin-bottom: 8px;
	}
	.section-23-switcher-text{
		max-width: 250px;
	}
}

@media (max-width: 976px){
	.form-21{
		flex-direction: column;
		align-items: center;
	}
	.form-21 input,
	.form-21 .submit-21{
		width: 95vw;
	}
	.form-21 .submit-21{
		margin-top: 24px;
	}
}

@media (max-width: 800px){
	.section-19-scales-box {
	  flex-direction: column;
	  gap: 0px;
	}
	.section-19-scale-box {
	    margin-bottom: 24px;
	}	
	.section-19-region-box {
    flex-direction: column;
    gap: 24px;
	}
	.section-19-scale-box-top{
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 40px;
	}
	.section-19 h3{
		margin-bottom: 14px;
	}
	.section-19-scales,
	.section-19-region{
		width: 100%;
	}
	.section-19-scales img,
	.section-19-scales svg {
    height: 14px;
	}
	.section-20-box{
		flex-direction: column;
	}
	.section-20-right{
		order: -1;
	}
	.section-20-left {
    max-width: 100%;
	}
	#section-19-showmore{
		display: block;
	}
	.section-19-scales-2._active,
	.section-19-scales-3._active,
	.section-19-scales-4._active{
		display: none;
	}




}

@media (max-width: 768px){
	.section-18-box{
		flex-direction: column;
	}
	.section-18-box div{
		flex-direction: column;
		padding: 32px 16px;
	}
	.section-18-box div:nth-child(2){
		border-left: none;
		border-right: none;		
		border-top: 1px solid var(--primary-dark-gold-on-light);
		border-bottom: 1px solid var(--primary-dark-gold-on-light);
	}
	.section-23-case h3{
		font-size: 22px;
	}
	.section-23-switcher-text{
		font-size: 16px;
	}
	.section-23-switcher-text {
    max-width: 223px;
	}
}

@media (max-width: 690px){
	.section-23-box {
     gap: 20px;
	}
	.section-23-switcher {
    padding: 0px 20px 0px 0px;
	}
}

@media (max-width: 616px){
	.section-23 .title-2-2 {
    margin-bottom: 32px;
	}
	.section-23-box {
		flex-direction: column;
    gap: 40px;
	}
	.section-23-switcher-item{
		display: none;
	}
	.section-23-switcher-item._active{
		display: flex;
	}
	.section-23-switcher-text {
    max-width: 100%;
	}
	.section-23-cases {
     width: 100%;
	}
	.section-23-case._active {
    position: relative;
	}
	.section-23-cases-arrows {
    justify-content: space-between;
    right: 0;
    top: -20px;
    left: 0px;
    bottom: auto;
	}
	.section-23-case {
    top: 27px;
  }
  .section-23-line{
		display: none;
	}
	.section-23-switcher {
    border-right: none;
    border-bottom: 1px solid var(--secondary-greyish-blue);
    padding: 0 0 32px 0;
	}

}

@media (max-width: 525px){
	.section-20 .title-2 {
    margin-bottom: 24px;
	}
	.section-20-box h3{
		font-size: 18px;
	}
	.section-20-right {
    width: 100%;
    height: 400px;
	}
	.form-21 input,
	.form-21 .submit-21{
		width: 92vw;
	}
}

@media (max-width: 440px){
	.section-17 .wrap {
    justify-content: flex-end;
    padding-bottom: 150px;
	}
	.section-17 h2 {
		font-size: 24px;
		margin-bottom: 32px;
	}
	.section-18-box h2{
		font-size: 36px;
	}
	.section-18-text-2 {
    margin-bottom: 16px;
	}
	.section-19-scale-box, .section-19-region {
    padding: 24px;
	}
	.section-19-scales img,
	.section-19-scales svg {
    margin-top: 0px;
	}
	.section-19-region{
		padding-bottom: 0px;
	}
}

