ul {
	list-style: none;
	padding: 0;
}
li {
	padding-left: 1.3em;
	margin: 10px;
}
li:before {
	content: "→"; /* FontAwesome Unicode */
	display: inline-block;
	margin-left: -1.3em; /* same as padding-left set on li */
	width: 1.3em; /* same as padding-left set on li */
}

* {
	font-family: 'Open Sans', sans-serif;
}

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	min-width: 320px;
	font-size: 16px;
}

a {
	text-decoration: none;
	color: white;
}

a:hover {
	cursor: pointer;
}

a.black-link {
	color: black;
}

a.bold {
	font-weight: bold;
}

a.nolink:hover {
	text-decoration: none;
	cursor: auto;
}

span.as_link {
	text-decoration: underline;
	margin: 20px;
}

span.as_link:hover {
	cursor: pointer;
}

input:focus, textarea:focus, select:focus {
	outline:0;
}

button {
	background-color: #ffcd00;
	border: 0;
	cursor: pointer;
	color: black;
	font-size: 16px;
	font-weight: bold;
	padding: 12px 50px;
	border-radius: 3px;
    -webkit-box-shadow: 3px 3px 8px 2px rgba(0,0,0,0.15);
	-moz-box-shadow: 3px 3px 8px 2px rgba(0,0,0,0.15);
	box-shadow: 3px 3px 8px 2px rgba(0,0,0,0.15);
}

button:active {
	background-color: #ffb30f;
}

button:focus {
	outline:0;
}

button.alternative {
	color: #ffcd00;
	background-color: black;
}

/* CUSTOM CHECKBOXES */
div#subjects {
	margin-top: 15px;
	margin-bottom: 15px;
}

.container {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-top: 15px;
	margin-bottom: 15px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #ffcd00;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
	background-color: black;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
	background-color: #ffcd00;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* CUSTOM CHECKBOXES */

.promo-wrapper {
	text-align: center;
	position: relative;
	z-index: 1;
	/*border: 3px solid whitesmoke;*/
}

.promo-wrapper > .promo_block {
	padding: 50px;
	/*width: 50%;*/
	/*opacity: 0.9;*/
	/*background: whitesmoke;*/
}

.promo-wrapper::after {
	/*background: url("/img/promo-back2.png") no-repeat;*/
	background-color: whitesmoke;
	background-size: 100%;
	content: "";
	opacity: 1;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: -1;

}

button.promo {
	color: white;
	background-color: #0074D9;
}

h2 {
	padding: 0;
	margin: 0;
	font-size: 32px;
}

h3 {
	padding: 0;
	margin: 20px 0;
	font-size: 22px;
}

textarea {
	overflow: auto;
}

i.necessarily:after {
	content: '*';
	font-size: 10px;
}

i.necessarily {
	color: red;
}

/* Screen widths from 320px to 1260px */
.in-block {
	max-width: 1500px;
	min-width: 260px;
	margin: 0 auto;
	padding: 0 40px;
}

.headed-block {
	padding: 50px 0;
}

.nowrap {
	white-space: nowrap;
}

#first-block {
	background-image: url('/img/bg5.jpg');
	background-size: cover;
}

	#menu-block {
		/*background-image: url('/img/menu-bg.png');*/
		background-image: url('/img/intro-bg.png');
		height: 100px;
	}

		header {
			height: 100px;
			display: flex;
			justify-content: space-between;
			align-items: center;
		}

			#nav-container {
				flex-grow: 1;
			}

				nav {
					font-size: 18px;
					margin: 0 auto;
					max-width: 700px;
					display: flex;
					justify-content: space-around;
					align-items: center;
				}

				nav.social-nav {
					display: none;
				}

					nav.social-nav img {
						width: 20px;
					}

			#phone-container {
				flex: 0 0 195px;
			}

				#phone {
					text-align: right;
					color: white;
					font-size: 24px;
					margin-bottom: 5px;
					white-space: nowrap;
				}

				#sign-links a {
					text-align: center;
					display: block;
					font-size: 14px;
				}

					#sign-in-link {
						float: left;
					}

					#sign-up-link {
						float: right;
					}

	#intro-block {
		/*background-image: url('/img/intro-bg.png');*/
	}

		#intro-container {
			display: flex;
			justify-content: space-between;
			padding-top: 30px;
			height: 575px;
		}

			#school-name {
				font-size: 52px;
				font-weight: bold;
				color: black;
				margin: 0;
				padding: 0;
			}

				#school-name span {
					padding: 0 15px;
					background-color: #ffcd00;
					line-height: 85px;
				}

			#school-about {
				flex-basis: 440px;
			}

				#about-items {
					font-size: 30px;
					color: white;
					margin-bottom: 40px;
				}

				#about-items div {
					margin-bottom: 20px;
					padding-left: 35px;
					background-image: url('/img/tick.png');
					background-repeat: no-repeat;
					background-position: 0 10px;
				}

				.button-container {
					text-align: center;

				}

#how-to-start {}

	#stages-list {
		height: 175px;
		margin-top: 75px;
		display: flex;
		justify-content: space-around;
		align-items: flex-start;
	}

	#stages-list > div {
		min-height: 140px;
		background-repeat: no-repeat;
		background-position: top center;
		flex-basis: 200px;
	}

			#stages-list > div > div {
				background-position: top center;
				background-repeat: no-repeat;
				padding-top: 75px;
				text-align: center;
			}

		#stage-container-1 {
			background-image: url('/img/stage-num-1.png');
		}

			#stage-1 {
				background-image: url('/img/stage-icon-1.png');
			}

		#stage-container-2 {
			background-image: url('/img/stage-num-2.png');	
		}

			#stage-2 {
				background-image: url('/img/stage-icon-2.png');
			}

		#stage-container-3 {
			background-image: url('/img/stage-num-3.png');
		}

			#stage-3 {
				background-image: url('/img/stage-icon-3.png');
			}

		#stage-container-4 {
			background-image: url('/img/stage-num-4.png');
		}

			#stage-4 {
				background-image: url('/img/stage-icon-4.png');
			}

#account-contents {}

	#account-contents .in-block, #faq .in-block {
		position: relative;
		background-color: #f5f5f5;
		min-height: 500px;
		padding-top: 50px;
	}

	#contents-list {
		margin-top: 30px;
		font-size: 22px;
		width: 60%;
	}

		#contents-list > div {
			margin-bottom: 10px;
		}


			#contents-list > div span {
				font-weight: bold;
				color: #ffcd00;
				padding-right: 10px;
			}

	div.faq_item {
		padding: 5px;
	}

	#start-learning, #faq-question {
		margin: 50px 0;
		height: 80px;
	}

	#faq-question, #show-more-question {
		display: inline-block;
	}

	#show-more-question {
		margin-left: 20px;
	}

	#notebook-container {
		position: absolute;
		top: -46px;
		right: 10px;
		z-index: 5;
	}

	#faq-container {
		position: absolute;
		top: 0px;
		right: 10px;
		z-index: 5;
	}

		#notebook-container img {
			height: 100%;
		}

		#faq-container img {
			width: 400px;
		}

#progress {
	margin-top: 25px;
}
	#progress .carousel_wrapper {
		width: 100%;
		text-align: center;
		margin: 35px 0 0;
		display: table;
		background-color: whitesmoke;
		padding: 30px 10px;
	}
	#progress .carousel_wrapper > div.arrows {
		vertical-align: middle;
		cursor: pointer;
		width: 19%;
	}
	#progress .carousel_wrapper > div.arrows > img {
		width: 90px;
	}
	#progress .carousel_wrapper > div {
		display: table-cell;
		margin: 15px;
	}
	#progress .progress_wrapper {
		padding: 10px;
		border: 1px solid grey;
		border-radius: 6px;
		display: inline-block;
		text-align: left;
		width: 60%;
	}
	#progress .progress_block {
		display: inherit;
		padding: 10px;
		height: 100%;
		vertical-align: top;
	}
	#progress p.progress_name {
		font-weight: bold;
		margin: 0;
	}
	#progress p {
		font-size: 22px;
	}
	#progress ul {
		list-style-type:none;
		font-size: 18px;
		padding: 10px;
		margin: 0;
	}
	#progress li:before {
		content: url("/img/tick-mini.png");
		padding: 0 10px 0 0;
	}
	#progress img {
		width: 100px;
		margin: 0 10px 0 0;
	}

#teachers {}

	.teacher-container {
		display: flex;
		margin: 50px 0 0;
	}

	.left-oriented {
		justify-content: flex-start;
	}

	.right-oriented {
		flex-direction: row-reverse;
	}

		.photo-container {
			width: 169px;
			height: 169px;
			padding: 2px;
			position: relative;
		}

			.photo-container img {
				vertical-align: middle;
				text-align: center;
			}

			.photo-mask {
				width: 169px;
				height: 169px;
				position: absolute;
				top: 0;
				left: 0;
				z-index: 10;
				background-image: url('/img/photo-mask.png');
				background-position: center center;
				background-repeat: no-repeat;
			}

		.left-oriented .text-container {
			margin-left: 30px;
		}

		.right-oriented .text-container {
			margin-right: 30px;	
			/* text-align: right; */
		}

			.description {
				max-width: 600px;
			}

#feedback {}
    #feedback .feedback {
		max-width: 700px;
		padding: 10px;
		margin-top: 10px;
		margin-left: 5px;
		font-size: 22px;
	}
	#feedback .feedback>img {
		width: 51px;
		margin-right: 7px;
	}
	#feedback .feedback .feedback_header {
		font-weight: bold;
	}
	#feedback .feedback .feedback_time {
		color: grey;
	}
	#feedback .feedback .feedback_body {

	}

#contacts {}

	#contacts-container {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

		#contacts-container h2 {
			font-weight: normal;
		}

		#contacts-list {
			display: flex;
			align-items: center;
			font-size: 18px;
			flex: 1;
		}

			#contacts-list > div {
				padding-left: 40px;
				background-repeat: no-repeat;
				background-position: left center;
				line-height: 40px;
				margin-left: 75px;
				white-space: nowrap;
			}

			#contact-mail {
				background-image: url('/img/icon-mail.png');
			}

			#contact-phone {
				background-image: url('/img/icon-phone.png');
			}

		#contacts-button {
			margin-right: 20px;
		}

footer {
	background-color: #f5f5f5;
	padding: 34px 20px;
}

	#footer-block {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

		#social-links {
			display: flex;
			justify-content: flex-end;
		}

			#social-links a {
				display: block;
				margin-left: 32px;
			}

			#social-links a#up-button {
				margin-left: 64px;
			}


.form-container {
	display: none;
	justify-content: center;
	align-items: center;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('/img/b.png');
	overflow: scroll;
}

	.schedule-wrap {
		width: 1200px;
		margin: 0 auto;
		padding: 50px 0;
	}

	.results-wrap {
		width: 400px;
		margin: 0 auto;
		padding: 200px 0;
	}

	.schedule-img {
		width: 100%;
	}

	.form {
		width: 650px;
		max-width: 655px;
		top: 25px;
	    margin: 0 auto;
	    position: relative;
	    padding-bottom: 25px;
	}

		.close {
			width: 32px;
			height: 32px;
			position: absolute;
			right: -16px;
			top: -16px;
			z-index: 110;
			background-image: url('/img/close.png');
			background-position: center center;
			background-repeat: no-repeat;
			background-size: 32px 32px;
			cursor: pointer;
		}

		.form h1 {
			color: black;
			text-align: center;
			background-color: #ffcd00;
			margin: 0;
			font-size: 30px;
			padding: 10px 0;
			border-radius: 5px 5px 0 0;
		}

		.form div#subscribe-form, .form div#intensive-form {
			background-color: white;
			border-radius: 0 0 5px 5px;
			padding: 20px 20px 25px;
		}

			.form button {
				display: block;
			    margin: 25px auto 0;
			    padding: 12px 36px;
			    font-size: 15px;
			    font-weight: bold;
			    clear: both;
			}

				.form-intro {
					font-size: 14px;
					margin-bottom: 10px;
				}

				#form-error {
					font-weight: bold;
					color: red;
					font-size: 14px;
					margin-bottom: 10px;
				}

				#form-success {
					font-weight: bold;
					color: green;
					font-size: 14px;
					margin-bottom: 10px;
				}

				.form-row {
					margin-bottom: 10px;
				}

					.form-row label {
						display: block;
						font-weight: bold;
					}

					.form-row input, .form-row textarea, .form-row select {
						display: block;
						width: 100%;
					    margin: 2% 0 2% 0;
					    box-sizing: border-box;
					    padding: 2%;
					    border: 1px solid rgba(0,0,0,.1);
					    border-radius: 3px;
					    font-size: 16px;
					    box-shadow: 0 1px 2px -1px rgba(0,0,0,.2) inset, 0 0 transparent;
					}

					.form-row textarea {
						height: 80px;
					}

					.form-row select {
						background-color: white;
					}

					.form-row input.warn,
					.form-row select.warn,
					.form-row textarea.warn {
						border: 2px solid red;
					}

					.form-link {
						float: right;
						margin: 5px 0 15px;
						font-size: 14px;
					}

					.form-link a {
						color: black;
					}

					textarea {
						max-width: 265px;
						min-width: 265px;
					}

@media screen and (max-width: 1180px)
{
	#intro-container {
		height: 480px;
	}

	.schedule-wrap {
		width: 1000px;
		padding: 100px 0;
	}

	.results-wrap {
		width: 300px;
		margin: 0 auto;
		padding: 200px 0;
	}
}

@media screen and (max-width: 1080px)
{
	.form {
		width: 450px;
		max-width: 455px;
	}

	#intro-container {
		height: 435px;
	}

	#notebook-container {
		height: 500px;
	}

	#faq-container>img {
		width: 300px;
	}

	#start-learning, #faq-question {
 	    margin: 30px 0;
		height: 60px;
	}

	#account-contents .in-block, #faq .in-block {
	    min-height: 360px;
	    padding-top: 40px;
	}

	#contents-list {
		margin-top: 20px;
		font-size: 18px;
	}

	#progress p {
		font-size: 18px;
	}

	#progress .carousel_wrapper > div.arrows > img {
		width: 50px;
	}

	#progress .progress_img img {
		width: 50px;
	}

	#progress ul {
		font-size: 16px;
	}

	#feedback .feedback {
		font-size: 18px;
	}

	#contacts-list > div {
		margin-left: 50px;
	}

	.schedule-wrap {
		width: 900px;
		padding: 90px 0;
	}

	.results-wrap {
		width: 260px;
		margin: 0 auto;
		padding: 200px 0;
	}
}

@media screen and (max-width: 1020px)
{
	#intro-container {
		height: 385px;
	}

	#school-about {
		flex-basis: 375px;
	}

	#school-name {
		font-size: 46px;
	}

	#school-name span {
		line-height: 73px;
	}

	#about-items {
		font-size: 24px;
	}

	#about-items div {
		background-position: 0 5px;
	}

	.headed-block {
		padding: 35px 0;
	}

	.schedule-wrap {
		width: 850px;
		padding: 80px 0;
	}
}

@media screen and (max-width: 960px)
{
	#contacts-list > div {
		margin-left: 35px;
	}

	#contacts-button {
		margin-right: 0;
	}

	.schedule-wrap {
		width: 800px;
		padding: 80px 0;
	}

	.results-wrap {
		width: 250px;
		margin: 0 auto;
		padding: 200px 0;
	}
}

@media screen and (max-width: 920px)
{
	button {
		padding: 12px 35px;
	}

	nav {
		margin: 0 20px 0 0;
	}

	#intro-container {
		height: 320px;
	}

	#school-about {
		flex-basis: 320px;
	}

	#school-name {
		font-size: 36px;
	}

	#school-name span {
		line-height: 60px;
	}

	#about-items  {
		font-size: 20px;
		margin-bottom: 25px;
	}

	#about-items div {
		margin-bottom: 10px;
		padding-left: 30px;
		background-position: 0 2px;
	}

	#stages-list {
		margin-top: 50px;
	}

	#notebook-container, #faq-container {
		display: none;
	}

	#contents-list {
		width: auto;
	}

	#account-contents .in-block, #faq .in-block {
	    min-height: auto;
	    padding-bottom: 15px;
	}

	.teacher-container {
		margin: 30px 0 0;
	}

	#contacts-container {
		flex-wrap: wrap;
	}

	#contacts-container h2 {
		font-weight: bold;
		flex-basis: 100%;
		margin-bottom: 15px;
	}

	#contacts-list > div {
		margin: 0 35px 0 0;
	}

	.schedule-wrap {
		width: 900px;
		padding: 70px 0;
	}
}

@media screen and (max-width: 820px)
{
	.form {
		width: 350px;
		max-width: 355px;
	}

	nav {
		font-size: 14px;
	}

	#about-items {
		margin-bottom: 25px;
	}

	#about-items div {
		margin-bottom: 10px;
	}

	#stages-list {
		font-size: 14px;
	}

	.schedule-wrap {
		width: 800px;
		padding: 70px 0;
	}

	.results-wrap {
		width: 240px;
		margin: 0 auto;
		padding: 200px 0;
	}
}

@media screen and (max-width: 768px)
{
	h3 {
		margin: 0 0 20px 0;
	}

	nav {
		font-size: 12px;
	}

	#intro-container {
		height: 280px;
	}

	#school-name {
		font-size: 32px;
	}

	#school-name span {
		line-height: 52px;
		padding: 0 10px
	}

	footer {
		padding: 34px 0;
	}

	.schedule-wrap {
		width: 740px;
		padding: 60px 0;
	}
}

@media screen and (max-width: 740px)
{
	#about-items {
		font-size: 16px;
	}

	#about-items div {
		padding-left: 20px;
		background-position: 0 3px;
		background-image: url('/img/tick-mini.png');
	}

	#school-about {
		flex-basis: 260px;
	}

	#stages-list {
		height: 290px;
		flex-wrap: wrap;
		justify-content: flex-start;
		margin-top: 35px;
	}

	#stages-list > div {
		margin-bottom: 20px;
		flex-basis: 50%;
		background-position: 50px top;
	}

	#stages-list > div > div {
		max-width: 200px;
	}

	#contacts-list {
		flex-basis: 100%;
		margin-bottom: 20px;
	}

	#first-block {
		background-position: 10px;
	}

	.schedule-wrap {
		width: 720px;
		padding: 45px 0;
	}
}

@media screen and (max-width: 680px)
{
	button {
		background-color: #ffcd00;
		border: 0;
		cursor: pointer;
		color: black;
		font-size: 12px;
		font-weight: bold;
		padding: 12px 50px;
		border-radius: 3px;
		-webkit-box-shadow: 3px 3px 8px 2px rgba(0,0,0,0.15);
		-moz-box-shadow: 3px 3px 8px 2px rgba(0,0,0,0.15);
		box-shadow: 3px 3px 8px 2px rgba(0,0,0,0.15);
	}

	nav {
		font-size: 16px;
		width: auto;
		flex-direction: column;
		align-items: flex-start;
	}

	#menu-block {
		height: auto;
	}

	header {
		height: auto;
	}

	#intro-container {
		height: 240px;
	}

	#school-name {
		font-size: 28px;
	}

	#school-name span {
		line-height: 44px;
		padding: 0 10px;
	}

	.teacher-container {
		display: block;
	}

	.left-oriented .photo-container {
		float: left;
		margin: 0 20px 15px 0;
	}

	.right-oriented .photo-container {
		float: right;
		margin: 0 0 15px 20px;
	}

	.left-oriented .text-container {
		margin-left: 0;
	}

	.right-oriented .text-container {
		margin-right: 0;
	}

	.schedule-wrap {
		width: 660px;
		padding: 40px 0;
	}
}

@media screen and (max-width: 640px)
{
	#intro-container {
		flex-direction: column;
		justify-content: flex-start;
		height: 335px;
		align-items: flex-start;
		padding: 40px;
	}

	#school-about {
		margin-top: 20px;
		flex-basis: 0;
	}

	#credentials {
		font-size: 14px;
	}

	.schedule-wrap {
		width: 620px;
		padding: 30px 0;
	}
}

@media screen and (max-width: 580px)
{
	h2 {
		font-size: 28px;
	}

	#contents-list {
		font-size: 16px;
	}

	#progress p {
		font-size: 16px;
	}

	#progress .carousel_wrapper > div.arrows > img {
		width: 40px;
	}

	#progress .progress_img {
		display: none;
	}

	#progress ul {
		font-size: 14px;
	}

	#feedback .feedback {
		font-size: 16px;
	}

	#account-contents .in-block, #faq .in-block {
		padding-top: 30px;
	}

	.schedule-wrap {
		width: 560px;
		padding: 30px 0;
	}
}

@media screen and (max-width: 520px)
{
	h2 {
		font-size: 22px;
	}

	nav {
		font-size: 16px;
		width: auto;
		margin-right: 0;
	}

	h3 {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.schedule-wrap {
		width: 500px;
		padding: 30px 0;
	}
}

@media screen and (max-width: 480px)
{
	#first-block {
		background-image: url('/img/bg7.jpg');
		background-size: cover;
	}

	.in-block {
		padding: 0 30px;
		min-width: 240px;
	}

	.headed-block {
		padding: 25px 0;
	}

	#intro-container {
		padding: 30px;
	}

	#stages-list > div {
		background-position: center top;
	}

	.text-container {
		clear: both;
	}

	#contacts {
		padding-bottom: 40px;
	}

	#contacts-list {
		flex-direction: column;
		justify-content: space-between;
		align-items: flex-start;
	}

	.schedule-wrap {
		width: 460px;
		padding: 28px 0;
	}
}

@media screen and (max-width: 440px)
{
	header {
		flex-direction: column-reverse;
		align-items: flex-start;
		justify-content: flex-start;
		height: auto;
	}

	nav {
		font-size: 16px;
		width: auto;
		padding: 5px;
	}

	#menu-block {
		background-image: none;
		height: auto;
	}

	#intro-block {
		background-image: none;
	}

	#nav-container {
		width: 100%;
	}

	#phone-container {
		flex-basis: 75px;
		margin-top: 25px;
	}

	button {
		padding: 12px 30px;
		font-size: 14px;
	}

	#about-items {
		width: 240px;
	}

	#footer-block {
		flex-direction: column-reverse;
		justify-content: space-between;
		align-items: flex-start;
	}

	#social-links {
		margin-bottom: 20px;
	}

	#social-links a {
		margin: 0 32px 0 0;
	}

	#social-links a#up-button {
		margin-left: 32px;
	}

	#faq-question, #show-more-question {
		display: block;
		margin: 10px;
	}

	.schedule-wrap {
		width: 420px;
		padding: 25px 0;
	}
}

@media screen and (max-width: 420px)
{
	h2 {
		font-size: 18px;
		white-space: nowrap;
	}

	#stages-list {
		flex-direction: column;
		height: 600px;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: center;
	}

	#stages-list > div {
		margin-bottom: 15px;
	}

	#contents-list {
		font-size: 14px;
	}

	#progress p {
		font-size: 14px;
	}

	#progress .carousel_wrapper > div.arrows > img {
		width: 30px;
	}

	#progress .progress_img {
		display: none;
	}

	#progress ul {
		font-size: 12px;
	}

	#feedback .feedback {
		font-size: 14px;
	}

	.teacher-container {
		margin: 20px 0 0;
	}

	#first-block {
		background-position: -200px;
	}

	#faq-question, #show-more-question {
		display: block;
		margin: 10px;
	}

	.schedule-wrap {
		width: 400px;
		padding: 20px 0;
	}
}

@media screen and (max-width: 400px)
{
	#faq-question, #show-more-question {
		display: block;
		margin: 10px;
	}

	.schedule-wrap {
		width: 380px;
		padding: 20px 0;
	}
}