/**/
@media (max-width: 870px) {
	.title-main, .title-sub-main {
		display: none;
	}
	.main-screen {
		max-height: 500px;
	}
	.simple-text {
		margin-top: 150px;
		font-size: 0.8em;
	}
	.simple-text__item h1 {
		margin-bottom: -0.5em;
	}
	.flex-item {
		min-width: auto;
	}
	.questionImage img{
    max-width: 100%;
    margin-left: 0px;
	}
}

@media (max-width: 700px) {
	.main-screen {
		max-height: 400px;
	}
	.section {
    padding: 10px;
	}
	.tests {
    max-width: 100%;
	}
	.margin-35 {
    margin-top: -65px;
	}
	.simple-text {
		margin-top: 115px;
		font-size: 0.8em;
		background: #011f6394;
	}
	.hide-mobile {
		display: none;
	}
	.flex-item {
		width: 100%;
	}
	.test-form__qnumb {
    float: none;
	}
	.test-form__title {
    font-size: x-large;
	}
	.questionBlock {
    align-items: center;
    flex-direction: column;
	}
	.questions {
    width: 100%;
    font-size: medium;
	padding-left: 0px;
	}
	.test-form__group {
    margin: 10px 0;
	}
	.questionImage {
    width: 100%;
	}
	.rightAnswerInfoText {
    max-width: 100%;
	}
	.rightAnswerInfoText img {
    max-width: 100%;
	}
	.wrap:before {
    background-image: none;
	}
	footer {
    display: none;
}
}