@media screen and (max-width: 1600px) {
	.slider-container {
		width: 50%;
	}
	.header-title {
		font-size: 50px;
		line-height: 60px;
		padding-bottom: 15px;
	}

	.header-text, .header-text2{
		font-size: 18px;
		line-height: 32px;
		padding-bottom: 44px;
	}


}

@media screen and (max-width: 1440px) {
	.header-title {
		font-size: 36px;
		line-height: 50px;
		padding-bottom: 11px;
	}

	.header-text, .header-text2 {
		font-size: 14px;
		line-height: 27px;
		padding-bottom: 34px;
	}

	.quiz-title {
		font-size: 22px;
	}

	.slider-next {
		left: 66%;
	}

	.slider-prev {
		left: 60%;
	}

	#footer {
		flex-direction: column;
		height: auto;
	}

	#footer_container {
		width: 100%;
		flex-direction: column;
		max-width: 100%;
	}

	#footer_container #logo {
		padding: 20px 0px 10px;
	}

	#right_block {
		flex-direction: column;
	}

	#footer_sentence {
		padding: 0px 0px 20px 0px;
	}

	#footer_links {
		width: 95%;
		justify-content: center;
		flex-wrap: wrap;
		padding: 0 0 20px 0;
	}

	#footer_links a {
		padding: 5px 10px;
	}

	#footer_icons {
		padding-bottom: 20px;
	}
}

@media screen and (max-width: 1024px) {
	.header-title {
		font-size: 26px;
		line-height: 32px;
		padding-bottom: 10px;
	}

	.header-text, .header-text2 {
		font-size: 13px;
		line-height: 23px;
		padding-bottom: 24px;
	}

	.slider-next {
		left: 68%;
	}

	.slider-prev {
		left: 61%;
	}

	.cta {
		font-size: 17px;
		height: 51px;
		line-height: 51px;
	}

	.quiz-q_num {
		font-size: 16px;
	}

	.quiz-title {
		font-size: 22px;
	}

	.next-q {
		font-size: 18px;
	}

	.option {
		font-size: 18px;
	}

	.content-block {
		flex-wrap: wrap-reverse;
	}
	.content-block-r{
		flex-wrap: wrap !important; 
	}
	.content-tag,
	.content-title,
	.content-text,
	.content-cta {
		text-align: center;
	}


	.content-main {
		padding-right: 0px;
	}

	.content-main-r {
		padding-left: 0px;
	}
	.content2-articles{
		flex-direction: column; 
	}
	.content2-title{
		font-size: 30px;
		line-height: 34px;
	}
	.articles{
		width: 100%;
		max-width: none;
		padding: 0 14px;
	}
}


@media screen and (max-width: 768px) {


	.mobile-img { 
		display: block;
		
	}
	.slider-next {
		display: none;
	}

	.slider-prev {
		display: none;
	}

	.header-main {
		width: 100%;
		padding: 3% 4% 3% 4%;
	}

	.header-main-container {
		width: 100%;
		padding: 2%;
	}

	.slider-container {
		display: none;
	}

	.quiz {
		margin: 0 0 15% 0;
		padding: 20px 15px 20px 15px;
	}



	h1 {
		padding: 0 10px 40px 10px;
		margin: 0 0;
	}

	.form_row2 {
		padding: 0px 0px 30px;
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: space-between;
	}

	.form-container form {
		width: 100%;
		max-width: 520px; 
		padding: 40px 20px 30px;
	}

	input[type=text] {
		width: 100%;
		padding: 15px 8px;
		font-size: 15px;
	}

	select {
		width: 100%;
		padding: 15px 8px;
		font-size: 15px;
	}

	.form_row1 {
		padding-bottom: 20px;
	}

	.form_row2 {
		padding: 0px 0px 0px;
	}

	.form_el {
		padding-bottom: 30px;
	}
	.form_submit{
		flex-wrap: wrap;
	}
	.quiz-cta{
		margin: 10px 0;
	}
	.form_accept {
		font-size: 14px;
	}

	form p {
		padding-top: 15px;
	}

}

@media screen and (max-width: 509px) {}