*,
*::before,
*::after {
  box-sizing: border-box;
}

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

ul[class],
ol[class] {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  display: block;
}

article > * + * {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/ProximaNova-Regular.eot');
  src: local('Proxima Nova Regular'), local('ProximaNova-Regular'), url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Regular.woff') format('woff'), url('../fonts/ProximaNova-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/ProximaNova-Bold.eot');
  src: local('Proxima Nova Bold'), local('ProximaNova-Bold'), url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Bold.woff') format('woff'), url('../fonts/ProximaNova-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/ProximaNova-Semibold.eot');
  src: local('Proxima Nova Semibold'), local('ProximaNova-Semibold'), url('../fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Semibold.woff') format('woff'), url('../fonts/ProximaNova-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/ProximaNova-Light.eot');
  src: local('Proxima Nova Light'), local('ProximaNova-Light'), url('../fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Light.woff') format('woff'), url('../fonts/ProximaNova-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/ProximaNovaT-Thin.eot');
  src: local('Proxima NovaT Thin'), local('ProximaNovaT-Thin'), url('../fonts/ProximaNovaT-Thin.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNovaT-Thin.woff') format('woff'), url('../fonts/ProximaNovaT-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
body {
	font-family: 'Proxima Nova';
	line-height: 1.3;
	color: #1E1E1E;
}
section {
	max-width:1170px;
	margin: 0 auto;
	display:flex;
	flex-wrap:wrap;
}
.preheader {
    display: flex;
    border-bottom: 1px solid #E9E7E6;
    justify-content: space-between;
    align-items: center;
    padding-left: 15px;
    height: 33px;
}
.preheader div {}
.logo {
    flex-wrap: wrap;
    margin: 30px auto 50px;
    width: 100%;
}
.logo img {
    width: 130px;
}
.wrapper {
  display:flex;
  flex-wrap:wrap;
  width: 100%;
  background: #FAF8F5;
  padding: 40px 70px;
  border-radius: 10px;
}
.wrapper.no_display {
	display:none;
}
.wrapper .slide_accounter {
    font-size: 20px;
    font-weight: 600;
}
.wrapper .wrapper_side {
  flex:0 0 100%;
}
.wrapper .progress-bar_container {
	background: #DEDEDE;
	margin: 10px 0 0;
	display:block;
	width:100%;
	}
.wrapper .progress_bar {
	height: 2px;
	width: 15px;
	background: #FE6818;
}

.wrapper .quiz {}
.wrapper .quiz .question {
  width: 100%;
}
.wrapper .quiz .question .title {
  font-weight:bold;
  font-size: 26px;
  margin-bottom: 25px;
  margin-top: 50px;
}
.answers {
  display:flex;
  flex-wrap:wrap;
}
.answers li {
  display:block;
  cursor:pointer;
  font-size: 20px;
  line-height: 36px;
  flex:0 0 100%;
  position:relative;
  padding-left:45px;
  margin-bottom:15px;
}
.answers li:before {
  content:'';
  display:block;
  width:36px;
  height:36px;
  background:url(../img/uncheck.svg) center no-repeat;
  position:absolute;
  left:0;
}
.answers li.select:before  {
  background:url(../img/check.svg) center no-repeat;
}
.multiselect .answers li:before {
  content:'';
  display:block;
  width:36px;
  height:36px;
  background:url(../img/uncheck_s.svg) center no-repeat;
  position:absolute;
  left:0;
}
.multiselect .answers li.select:before  {
  background:url(../img/check_s.svg) center no-repeat;
}
.btn {
  border:none;
  background:#FE6818;
  border-radius:3px;
  width:300px;
  height:50px;
  color:#ffffff;
  font-size: 18px;
  font-weight: 600;
  position:relative;
  cursor:pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn:hover {
  background:#ff7c36;
}
.next_slide, .go_result {
  border:none;
  background: rgba(254, 104, 24, 0.41);
  border-radius:3px;
  width:300px;
  height:50px;
  color:#ffffff;
  font-size: 18px;
  font-weight: 600;
  position:relative;
  margin-top: 25px;
  cursor:default;
}
.next_slide:hover, .go_result:hover {
  background: rgba(254, 104, 24, 0.41);
}

.next_slide:after {
  content:'';
  display:block;
  width:25px;
  height:25px;
  background:url(../img/btn_arrow.svg) center no-repeat;
  position:absolute;
  right:35px;
  top:calc(50% - 12.5px);
}
.btn.next_slide_active, .btn.go_result_active {
  background:#FE6818;
  cursor:pointer;
}

.quiz_result {
    flex-wrap: wrap;
    width: 100%;
    font-size: 22px;
	display:none;
}
.quiz_result.display {
	display:flex;
}
.quiz_result h2 {
	font-size:40px;
}
.quiz_result .result_text {
  display:none;
}
.quiz_result .result_text.open {
  display:block;
}
.result_text .directions {
  display:none;
}
.result_text .directions.open {
  display:block;
}
.directions h3 {
    font-family: Proxima Nova;
    font-size: 40px;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: 0px;
    text-align: left;
    position: absolute;
    left: 0;
    top: 6px;
}
.directions .wrap {
	padding: 0 0 20px;
	border-bottom: 2px solid #e1e1e1;
	position: relative;
}
.directions .wrap:last-child {
	border:none;
}
.directions .wrap {
  border-bottom: 2px solid #e1e1e1 !important
}
.directions div p {
  margin: 40px 0 0;
  font-family: Proxima Nova;
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: 0px;
  text-align: left;
  padding: 0 0 0 60px;
}
.directions ul {
	padding: 0 0 0 100px;
}


.directions ul li {
	margin:7px 0;
}
.directions div p a, .directions ul li a {
	color:#1D1D1D;
	border-bottom: 1px solid #818181;
	text-decoration: none;
}
.answer_3_block_school_result.invisible {
	display:none;
}
.answer_3_block_kindergarden_result.invisible {
	display:none;
}
.direction_1_answer_3.invisible {
	display:none;
}

.common_block {
  margin: 40px 0 0;
  padding: 0 0 0 60px;
  font-size: 22px;
  line-height: 33px;
}

.common_block li {
  margin: 7px 0;
  font-size: 16px;
  line-height: 1;
}

.common_block li a{
  color: #1D1D1D;
  border-bottom: 1px solid #818181;
  text-decoration: none;
}

.first_screen {
    position: fixed;
    background: url(../img/bg.svg) bottom right calc(50% - 356px) no-repeat, #FAF8F5;
    width: 100%;
    height: 100%;
    top: 32px;
    z-index: 100;
}
.first_screen.invisible {
	display:none;
}
.first_screen .logo {
	max-width: 1170px;
	margin: 31px auto 50px;
}
.first_screen .text {
    max-width: 1170px;
    margin: 15vh auto 0;
}
.first_screen .text h1 {
    max-width: 620px;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.1;
    background: #faf8f5d9;
    border-radius: 10px;
}
.first_screen .text p {
    font-size: 22px;
    font-weight: 600;
    max-width: 520px;
    margin: 50px 0;
    background: #faf8f5d9;
    border-radius: 10px;
}
.first_screen .text .btn {}

.footer {
	display:none;
	max-width: none;
	background: #252525;
	color: #ffffff;
	font-size: 13px;
}
.footer.display {
	display:block;
}
.footer .container {
	display:flex;
	max-width:1170px;
	margin:0 auto;
	justify-content: space-between;
	padding: 70px 0 140px;
	flex-wrap: wrap;
}
.footer .container div {
	display: flex;
	flex-wrap: wrap;
	max-width: 45%;
	align-content: space-between;
}
.footer .container p {
	margin-bottom:10px;
	flex: 0 0 100%;
}
.footer .container p.tel {
	font-size: 18px;
	font-weight: bold;
}
.footer .container a {
	color:#ffffff;
	margin-right:10px
}
.gallery {
    margin: 60px auto 150px;
	display:none;
}
.gallery.display {
	display:block;
}
.gallery .container {
	max-width:1170px;
	width:100%;
}
.gallery .carousel_gallery {
	width:100%;
}
.gallery .carousel_gallery .carousel-cell {
	margin-right:30px;
}
.gallery .carousel_gallery .carousel-cell a {
	display: flex;
	width: 370px;
	height: 414px;
	align-items: center;
	justify-content: center;
}
.gallery .carousel_gallery .carousel-cell a img {
	
}
.gallery .carousel_gallery .flickity-prev-next-button {
    width: 70px;
    height: 70px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
    background: url(../img/arrow_next.svg) center no-repeat, #ffffff;
    color: transparent;
    top: calc(50% - 35px);
}
.gallery .carousel_gallery .flickity-prev-next-button.previous {
    left: -100px;
    transform: rotate(180deg);
}
.gallery .carousel_gallery .flickity-prev-next-button.next {
    right: -100px;
    transform: none;
}

.ask_teacher {
	display:none;
}
.ask_teacher.display {
	display:block;
}
.ask_teacher .container {}
.ask_teacher .container h3 {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.1;
}
.ask_teacher .container h3 .underline {
    text-decoration: underline 2px;
    color: #1E1E1E;
}
.ask_teacher .container h3 .orange {
    color: #FE6818;
}
.ask_teacher .container .card {
    display: flex;
    justify-content: space-between;
    box-shadow: 0px 4px 30px rgba(44, 48, 59, 0.1);
    padding: 40px 70px 40px 45px;
    align-items: center;
    margin: 60px 0 120px;
}
.ask_teacher .container .card .person {
    display: flex;
    align-items: center;
}
.ask_teacher .container .card .person .text {
    font-size: 24px;
}
.ask_teacher .container .card .person .text .name {
    font-weight: bold;
}
.ask_teacher .container .card .person .text .job {}
.ask_teacher .container .card .person .photo {
    margin-right: 25px;
    min-width: 92px;
    border-radius: 50%;
    overflow: hidden;
}
.ask_teacher .container .card .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}


@media all and (max-width: 1400px) {
	.gallery .carousel_gallery .flickity-prev-next-button {
    top: auto;
    bottom: -56px;
	}
	.gallery .carousel_gallery .flickity-prev-next-button.previous {
    left: 0;
	}
	.gallery .carousel_gallery .flickity-prev-next-button.next {
    right: 0;
	}
}
@media all and (max-width: 1220px) {
	section {
		margin: 0 20px;
	}
	.footer {
		margin:0;
		padding: 0 20px;
	}
	.gallery .carousel_gallery .flickity-prev-next-button.previous {
    left: 20px;
	}
	.gallery .carousel_gallery .flickity-prev-next-button.next {
    right: 20px;
	}
	.first_screen {
	padding:0 20px;
	background: url(../img/bg.svg) bottom right 50px no-repeat, #FAF8F5;
	}
}
@media all and (max-width: 1080px) {
	.footer .container div {
		flex:0 0 100%;
		max-width:none;
		margin-bottom: 35px;
	}
}

@media all and (max-width: 950px) {
	.first_screen {
		background: url(../img/bg.svg) bottom right 50px no-repeat, #FAF8F5;
		background-size: 70vw;
	}
	.first_screen .text {
    max-width: 1170px;
    margin: 0 auto;
	}
}
@media all and (max-width: 800px) {
	.ask_teacher .container .card {
		flex-wrap:wrap;
	}
	.ask_teacher .container .card .person {
		flex:0 0 100%;
	}
}
@media all and (max-width: 600px) {
	.ask_teacher .container .card .person {
		flex-wrap:wrap;
	}
	.wrapper {
    padding: 30px 20px;
    }
	.next_slide, .go_result {
	width: 100%;
	max-width: 300px;
	}
	.next_slide:after {
	  display: none;
	}
	.wrapper .quiz .question .title {
	margin: 20px 0;
	font-size: 24px;
	line-height: 1.1;
	}
	.answers li {
	font-size: 15px;
	line-height: 20px;
	padding-left: 30px;
	}
	.answers li:before {
	width: 20px;
	height: 20px;
	background-size: contain;
	}
	.multiselect .answers li:before {
	background-size: contain;
	width: 20px;
	height: 20px;
	}
	.multiselect .answers li {
	
	}
	.answers li.select:before {
    background-size: contain;
	}
	.multiselect .answers li.select:before {
    background: url(../img/check_s.svg) center no-repeat;
    width: 20px;
    height: 20px;
	}
	.first_screen {
	background: #FAF8F5;
	}
	.first_screen .logo {
    margin: 31px auto 30px;
	}
	.first_screen .text h1 {
    font-size: 24px;
	}
	.first_screen .text p {
    font-size: 14px;
    margin: 25px 0;
    }
	.first_screen .text .btn {
	width: 100%;
	max-width: 300px;
	}
	.quiz_result h2 {
	font-size:24px;
	line-height:1.1;
	}
	.directions div p {
	font-size: 18px;
	line-height: 1.5;
	padding: 0 0 0 35px;
	}
	.directions h3 {
	font-size: 35px;
	}
	.directions ul {
    padding: 0 0 0 60px;
	}
	.directions ul li {
    font-size: 18px;
}
}




@media print { /* ÃÂ¡Ã‘â€šÃÂ¸ÃÂ»Ã‘Å’ ÃÂ´ÃÂ»Ã‘Â ÃÂ¿ÃÂµÃ‘â€¡ÃÂ°Ã‘â€šÃÂ¸ */
.gallery.display {
	height:0;
	visibility: hidden;
	margin:0;
}

.ask_teacher.display {
	height:0;
	visibility: hidden;
}
/*.footer.display {
	height:0;
	visibility: hidden;
}*/
.myprint {
	height:0;
	visibility: hidden;
}
   }

