.quiz__header-mobile {
	display: none;
}

.footer-windows__mobile {
	display: none;
}

.right-content-windows__gift {
	display: none;
}

@media (max-width: 47.99875em) {
	.header-quiz__pagination .swiper-pagination-bullet-active::before {
		width: 1.75rem;
		height: 1.75rem;
	}
	
	.windows._tab-init {
		margin-bottom: 30px;
		padding-top: 30px;
		background: #f2f2f2;
	}
	
	.windows__navigation {
		border-bottom: 0;
	}
	
	.content-windows__info {
		border-bottom: 0;
	}
	
	.windows__title {
		font-size: 12px !important;
	}
	
	.windows__title._tab-active {
		color: #fff;
		border-color: #f51e23;
		background-color: #f51e23;
		border-radius: 0;
	}
	
	.content-windows__title {
		margin-bottom: 1.1rem;
		max-width: 280px;
		color: #323232;
		font-size: 24px;
		font-weight: bold;
	}
	
	.right-content-windows__chars {
		padding-bottom: 20px;
		border-bottom: 1px solid #005da3;
	}
	
	.content-windows__left h3, .content-windows__left .content-windows__price {
		font-size: 18px !important;
		font-weight: bold;
	}
	
	.chars-windows__item {
		align-items: flex-start;
		font-size: 14px;
		font-weight: 500;
	}
	
	.chars-windows__item:not(:last-child) {
		margin-bottom: 20px;
	}
	
	.chars-windows__item .doted {
		display: none;
	}
	
	.right-content-windows__text p {
		font-weight: 500;
		font-size: 14px;
	}
	
	.right-content-windows__button {
		margin-top: 30px;
		margin-bottom: 10px;
		width: 100%;
		padding: 20px;
		text-align: center;
		font-size: 18px;
		background-color: #e03a32;
	}
	
	.footer-windows__pc {
		display: none;
	}
	
	.footer-windows__mobile {
		display: block;
	}
	
	.footer-windows__title {
		font-weight: bold;
		font-size: 18px;
	}
	
	.footer-windows__subtitle {
		font-weight: 500;
		font-size: 14px;
	}
	
	.footer-windows__list {
		margin-bottom: 30px;
	}
	
	.footer-windows__item span {
		color: #252525;
		font-size: 12px;
		font-weight: 500;
	}
	
	.right-content-windows__gift {
		display: block;
		font-size: 14px;
		font-weight: 500;
		text-align: center;
	}
}