.to-top{
	z-index: 10;
}
@media(max-width: 414px){
	.promo-block .promo-content .promo-title h1{
		font-size: 23px;
	}
}
@media(min-width: 1050px){
	.seo-block .text.more:not(.open){
		max-width: 50%;
  		margin-left: auto;
	}
}
.advtgs-block{
	margin-bottom: 100px;
}

@media (max-height:  500px) {
	.header .main-menu-wrapper{
		max-height: calc(100vh - 157px);
	}
	.main-menu{
		flex-direction: row;
		flex-wrap: wrap;
		overflow: auto;
		gap: 0px;
	}
}

.action_popup__wrapper{
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10000000;
}
.action_popup__wrapper_bg{
	position: absolute;
	inset: 0;
	background: rgb(0,0,0, .6);
	z-index: 1;
}
.action_popup{
	position: relative;
	z-index: 2;
	height: 593px;
	width: 1024px;
	padding-top: 64px;
}
.action_popup > img{
	position: absolute;
	inset: 0;
	z-index: 1;
}
.action_text_wrap{
	position: relative;
	z-index: 2;
	text-align: center;
}
.action_text_wrap__title{
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 32px;
}
.action_text_wrap__text{
	font-weight: 400;
	font-size: 14px;
	color: #313131;
	margin-bottom: 32px;
}
.action_text_wrap__buttonwrap a{
	border-color: #313131;
	color: #313131;
}
.action_popup__wrapper__close{
	position: absolute;
	right: 16px;
	top: 16px;
	cursor: pointer;
	z-index: 3;
}

@media(max-width: 1050px){
	.action_popup{
		
		max-width: calc(100% - 30px);
    	height: auto;
    	padding: 30px 0;
    	background: #DDA3A3 ;
	}
	.action_popup > img{
		position: absolute;
		  inset: 0;
		  z-index: 1;
		  width: 100%;
		  height: 100%;
		  object-fit: cover;
		  opacity: .3;
	}
}