main{
	padding-top: 0;
}
strong{
	font-weight: 600;
}
.site-head .intro{
	display: none;
}
.promo{
	padding-bottom: 64px;
	margin-bottom: 64px;
}
.promo .wrapper{
	position: relative;
}
.promo p{
	color: #fff;
}
.row--contacts{
	border-bottom: 1px solid #dadada;
	padding-bottom: 64px;
}
.box h4{
	font-family: Montserrat,sans-serif;
	font-weight: 400;
	line-height: 24px;
	font-size: 18px;
	color: #333;
	margin-bottom: 20px;
}
.article-caption__text{
	margin-top: 80px;
}
.article-caption__text:first-child{
	margin-top: 0;
}
.article{
	max-width: none;
}
.row{
	row-gap: 20px;
}
.box{
	padding: 30px;
	border: 1px solid #dcdcdc;
	position: relative;
	height: 100%;
}
.row--steps .box{
	padding: 30px 30px 30px 55px;
}
.box .num{
	position: absolute;
	left: 18px;
	top: 24px;
	color: #c12627;
	font-family: Montserrat,sans-serif;
	font-weight: 600;
	line-height: 35px;
	font-size: 32px;
}
.box .article-caption__text{
	margin-top: 0;
}
.mt-60{
	margin-top: 60px;
}
.banner{
	padding: 0 40px;
	background: url(./img/bottom-bg.jpg) no-repeat 25% 87% #f6f6f6;
	margin-top: 60px;
	font-size: 18px;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 32px;
	justify-content: space-between;
}
.banner .masked-img{
	margin-bottom: 0;
	width: 44px;
	height: 44px;
}
a.box{
	font-family: "Montserrat", sans-serif;
	display: flex;
	color: #fff;
	background: #0c339f;
	font-size: 18px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	transition: all 0.3s;
}
a.box:hover{
	background: none;
	border: 1px solid #0c339f;
	color: #0c339f;
}
.form-popup{
	background: #fff;
	padding: 40px;
	max-width: 600px;
	margin: 0 auto;
	position: relative;
}
.form-popup .btn.disabled, .form-popup .btn:disabled{
	opacity: 1;
	background: #dadada;
}
.btn.popup-link{
	max-width: 100%;
	white-space: normal;
}
.gray-section {
	background: url(./img/bottom-bg.jpg) no-repeat 50% 50%;
	background-size: cover;
	color: #fff;
}
#topLogo{
	position: absolute;
	right: 0;
	top: 120px;
	width: 220px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
#topLogo img{
	height: auto;
	width: 100%;
}
.promo h4{
	max-width: 750px;
	margin-bottom: 1em;
	font-family: Montserrat,sans-serif;
	font-weight: 400;
	line-height: 24px;
	font-size: 18px;
	margin-bottom: 20px;
}
.top-link{
	margin-top: 1em;
}
.top-link a{
	display: flex;
	gap: 12px;
	align-items: center;
}
.top-link a .icon{
	margin-top: 9px;
}
.masked-img{
	width: 48px;
	height: 48px;
	margin-bottom: 20px;
	background-color: #0c339f;
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	flex-shrink: 0;
}
.red,
.error,
.js-error{
	color: #c12627;
}
form .btn:not(:disabled):not(.disabled){
	background: #0c339f;
}
.send-popup__in{
	padding: 0;
}

@media screen and (max-width: 1023px){
	.box h4,
	.promo h4{
		font-size: 14px;
		line-height: 19px;
	}
	#topLogo{
		position: static;
		flex-direction: row;
		flex-wrap: wrap;
		margin-top: 40px;
		width: 100%;
		align-items: center;
	}
	#topLogo img{
		width: auto;
		max-width: 50%;
		max-height: 110px;
	}
}

@media screen and (max-width: 480px){
	.form-popup{
		padding-left: 20px;
		padding-right: 20px;
	}
	.banner{
		padding: 20px;
		gap: 20px;
	}
}