@import'owl-slider/owl.carousel.min.css';
@import'owl-slider/owl.themes.css';
	html {
	font-size: 16px;
	height: 100%;
	width: 100%;
	-webkit-text-size-adjust: 100%}
* {
	box-sizing: border-box;
}
body {
	font-family: "Noto Sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
	background-color: #fff;
	color: #6f86a5;
	line-height: 1.5;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@font-face {
	font-family: "Muller";
	src: url("../fonts/MullerBlack.woff2") format("woff2"), url("../fonts/MullerBlack.woff") format("woff");
	font-weight: 900;
	font-display: swap;
}
@font-face {
	font-family: "Muller";
	src: url("../fonts/MullerExtraBold.woff2") format("woff2"), url("../fonts/MullerExtraBold.woff") format("woff");
	font-weight: 800;
	font-display: swap;
}
@font-face {
	font-family: "Muller";
	src: url("../fonts/MullerBold.woff2") format("woff2"), url("../fonts/MullerBold.woff") format("woff");
	font-weight: 700;
	font-display: swap;
}
@font-face {
	font-family: "Muller";
	src: url("../fonts/MullerBoldItalic.woff2") format("woff2"), url("../fonts/MullerBoldItalic.woff") format("woff");
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: "Noto Sans";
	src: url("../fonts/NotoSans-ExtraBold.woff2") format("woff2"), url("../fonts/NotoSans-ExtraBold.woff") format("woff");
	font-weight: 800;
	font-display: swap;
}
@font-face {
	font-family: "Noto Sans";
	src: url("../fonts/NotoSans-SemiBold.woff2") format("woff2"), url("../fonts/NotoSans-SemiBold.woff") format("woff");
	font-weight: 600;
	font-display: swap;
}
@font-face {
	font-family: "Noto Sans";
	src: url("../fonts/NotoSans-Medium.woff2") format("woff2"), url("../fonts/NotoSans-Medium.woff") format("woff");
	font-weight: 500;
	font-display: swap;
}
.container {
	width: 100%;
	max-width: 1460px;
	margin: 0 auto;
	padding: 0 50px;
}
.container-wide {
	width: 100%}
p {
	font-size: 16px;
	line-height: 1.5;
	margin-top: 0;
	margin-bottom: 1.5em;
	letter-spacing: .25px;
}
.small-text {
	font-size: 14px;
	line-height: 1.43;
	letter-spacing: .25px;
	color: #8b9db6;
	font-weight: 500;
}
a {
	color: #6f86a5;
	transition: all .2s linear;
	text-decoration: none;
}
h1 {
	font-family: "Muller", sans-serif;
	font-size: 64px;
	color: #264269;
	font-weight: 800;
	line-height: 1;
	margin-top: 0;
	margin-bottom: 48px;
	letter-spacing: -0.5px;
}
h1.white {
	color: #fff;
}
h2 {
	font-family: "Muller", sans-serif;
	font-size: 36px;
	color: #264269;
	font-weight: 800;
	line-height: 1;
	margin-top: 0;
	margin-bottom: 40px;
}
h3 {
	font-family: "Muller", sans-serif;
	color: #264269;
	font-size: 28px;
	line-height: 1;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 12px;
}
h4 {
	font-family: "Muller", sans-serif;
	color: #264269;
	font-size: 22px;
	line-height: 1.09;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 8px;
}
h5 {
	font-family: "Muller", sans-serif;
	color: #264269;
	font-size: 18px;
	line-height: 1.33;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 4px;
}
.button {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.25;
	color: #fff;
	background-color: #2965a0;
	border-radius: 8px;
	height: 48px;
	padding: 2px 24px;
	min-width: 140px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: background-color .2s linear;
}
.button:hover {
	background-color: #3470ab;
}
.button.disabled {
	background-color: #f1f4f8;
	color: #c6d3e4;
}
.button.disabled:hover {
	background-color: #f1f4f8;
	cursor: default;
}
.button-link {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.25;
	display: inline-flex;
	align-items: center;
	border-radius: 8px;
	height: 48px;
	padding: 2px 20px;
	transition: background-color .2s linear;
	color: #264269;
}
.button-link svg {
	display: block;
	margin-left: 12px;
	flex-shrink: 0;
}
.button-link svg path, .button-link svg rect {
	transition: stroke .2s linear;
}
.button-link:hover {
	background-color: #f1f8ff;
}
.button-link:hover svg path, .button-link:hover svg rect {
	stroke: #264269;
}
.button-kids {
	background-color: #eea427;
	padding-bottom: 4px;
	border-radius: 12px;
	display: inline-flex;
	transition: background-color 0s;
}
.button-kids span {
	min-width: 128px;
	height: 44px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.25;
	background-color: #ffb129;
	color: #fff;
	transition: background-color .2s linear, color .2s linear;
	border-radius: 12px;
	padding: 2px 28px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.button-kids span img {
	margin-right: 12px;
}
.button-kids:hover span {
	background: #ffbc34;
}
.button-kids:active {
	background-color: transparent;
}
.button-kids:active span {
	transform: translateY(4px);
}
.button-kids_pink {
	background-color: #df3c65;
}
.button-kids_pink span {
	background-color: #f84c77;
}
.button-kids_pink:hover span {
	background-color: #ff5782;
}
.button-kids_purple {
	background-color: #8067df;
}
.button-kids_purple span {
	background-color: #9077f6;
}
.button-kids_purple:hover span {
	background-color: #9b82ff;
}
.button-kids_purple {
	background-color: #8067df;
}
.button-kids_purple span {
	background-color: #9077f6;
}
.button-kids_purple:hover span {
	background-color: #9b82ff;
}
.button-kids_cyan {
	background-color: #61c3d2;
}
.button-kids_cyan span {
	background-color: #67d1df;
}
.button-kids_cyan:hover span {
	background-color: #72dcea;
}
.button-kids_aqua {
	background-color: #45beab;
}
.button-kids_aqua span {
	background-color: #48d0bc;
}
.button-kids_aqua:hover span {
	background-color: #53dbc7;
}
.tab-item {
	display: none;
}
.tab-item.active {
	display: block;
}
.modal {
	display: none;
	position: fixed;
	z-index: 6;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background: rgba(40, 55, 75, .7);
	backdrop-filter: blur(9px);
}
.modal-body {
	margin: 5% auto;
	width: 90%;
	max-width: 1024px;
	padding: 64px;
	background: #fff;
	position: relative;
	border-radius: 8px;
	position: relative;
}
.modal-body .title {
	font-weight: 700;
	text-align: center;
	margin-bottom: 48px;
	color: #102a50;
}
.modal-body .subtitle {
	font-size: 18px;
	color: #264269;
	text-align: center;
	letter-spacing: .5px;
	margin-bottom: 24px;
}
.modal-body .subtitle:last-child {
	margin-bottom: 0;
}
.modal-body__btn {
	margin-top: 48px;
	text-align: center;
}
.modal-close-cross {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}
.modal-close-cross svg {
	display: block;
}
.modal-close-cross svg path {
	transition: stroke .2s linear;
}
.modal-close-cross:hover svg path {
	stroke: #264269;
}
#modalSearch {
	background-color: #f1f8ff;
	backdrop-filter: unset;
}
#modalSearch .modal-body {
	max-width: 896px;
	padding: 48px;
}
#modalSearch .modal-close-cross {
	right: -52px;
}
#modalSuccess .modal-body {
	max-width: 800px;
}
#modalSuccess p {
	text-align: center;
}
.form-group {
	width: 100%;
	margin-bottom: 24px;
}
.form-group-title {
	color: #c6d3e4;
	margin-bottom: 4px;
}
.form-input, .form-textarea {
	font-family: "Noto Sans", sans-serif;
	width: 100%;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: .25px;
	color: #264269;
	border: none;
	outline: none;
	display: block;
}
.form-input.error, .form-textarea.error {
	border-color: #fa4c4d;
}
.form-input {
	height: 40px;
	border-bottom: 1px solid #d6e1f0;
}
.form-textarea {
	border: 1px solid #d6e1f0;
	height: 140px;
	border-radius: 8px;
	padding: 8px 12px;
	margin-top: 8px;
}
.form-submit {
	border: none;
	outline: none;
	cursor: pointer;
	font-family: "Noto Sans", sans-serif;
}
.form-submit.disabled {
	pointer-events: none;
}
input.form-input::-webkit-input-placeholder, textarea.form-textarea::-webkit-input-placeholder {
	color: #c6d3e4;
}
input.form-input::-moz-placeholder, textarea.form-textarea::-moz-placeholder {
	color: #c6d3e4;
}
input.form-input:-moz-placeholder, textarea.form-textarea:-moz-placeholder {
	color: #c6d3e4;
}
input.form-input:-ms-input-placeholder, textarea.form-textarea:-ms-input-placeholder {
	color: #c6d3e4;
}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
	color: transparent;
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
	color: transparent;
}
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
	color: transparent;
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
	color: transparent;
}
header {
	width: 100%;
	background-color: #fff;
	filter: drop-shadow(0px 8px 24px rgba(0,  66,  133,  0.05));
	z-index: 3;
	border-bottom: 1px solid transparent;
	position: absolute;
	transition: background-color .2s linear;
	top: 0;
	left: 0;
}
.header-logo img {
	display: block;
	max-width: 226px;
}
.header-logo .header-logo_white {
	display: none;
}
.header-top {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 40px;
	border-bottom: 1px solid #f1f4f8;
}
.langs {
	display: flex;
	align-items: center;
	position: relative;
	color: #264269;
	padding: 4px 12px;
	border-radius: 14px;
	transition: background-color .2s linear;
}
.langs span {
	font-size: 14px;
	margin-right: 12px;
	letter-spacing: .25px;
	line-height: 1.43;
	font-weight: 500;
}
.langs img {
	margin-right: 8px;
}
.langs svg path {
	transition: stroke .2s linear;
}
.langs:hover, .langs.active {
	cursor: pointer;
	background-color: #f1f8ff;
}
.langs:hover svg path, .langs.active svg path {
	stroke: #264269;
}
.langs.active svg {
	transform: rotate(180deg);
}
.header-menu {
	display: flex;
	align-items: center;
	position:  relative;
}
.header-menu .mobile-langs {
	display: none;
}
.mobile-langs__link {
	display: block;
	font-size: 20px;
	letter-spacing: .25px;
	line-height: 1.6;
	color: #264269;
	padding: 4px 16px;
	border-radius: 72px;
	margin-right: 4px;
}
.mobile-langs__link:last-child {
	margin: 0;
}
.mobile-langs__link img {
	margin-right: 8px;
}
.mobile-langs__link.active, .mobile-langs__link:active {
	background-color: #f1f8ff;
}
.langs-dropdown {
	display: none;
	position: absolute;
	width: 200px;
	list-style: none;
	margin: 0;
	background-color: #fff;
	border-radius: 8px;
	margin-top: 8px;
	top: 28px;
	right: 0;
	padding: 12px 0;
}
.langs-dropdown.active {
	display: block;
	z-index: 1;
}
.langs-dropdown__link {
	display: flex;
	align-items: center;
	border-left: 2px solid transparent;
	padding: 10px 14px;
	font-size: 14px;
	font-weight: 500;
	color: #6f86a5;
	line-height: 1.43;
	letter-spacing: .25px;
}
.langs-dropdown__link img {
	margin-right: 8px;
}
.langs-dropdown__link:hover {
	border-color: #264269;
	color: #264269;
	background-color: #f1f8ff;
}
.header-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 79px;
}
.header-bottom-right {
	display: flex;
	align-items: center;
}
.nav {
	display: flex;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 0;
}
.nav li {
	display: flex;
}
.header-nav {
	margin-left: 16px;
}
.nav__link {
	font-size: 16px;
	font-weight: 600;
	color: #264269;
	letter-spacing: .01em;
	line-height: 1.25;
	padding: 10px 16px;
	border-radius: 20px;
}
.nav__link:hover {
	background-color: #f1f8ff;
}
.nav__btn {
	margin-left: 16px;
}
.header-search__btn {
	margin-left: 20px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: background-color .2s linear;
	flex-shrink: 0;
}
.header-search__btn svg {
	display: block;
}
.header-search__btn svg path {
	transition: fill .2s linear;
}
.header-search__btn:hover {
	background-color: #f1f8ff;
}
.header-search__btn:hover svg path {
	fill: #264269;
}
.mobile-menu-button {
	display: none;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	cursor: pointer;
	align-items: center;
	justify-content: center;
	transition: background-color .2s linear;
}
.mobile-menu-button:active {
	background-color: #f1f8ff;
}
.mobile-menu-button:active svg path {
	transition: all .2s linear;
}
.mobile-menu-button:active svg.default path {
	fill: #264269;
}
.mobile-menu-button:active svg.opened path {
	stroke: #264269;
}
.mobile-menu-button svg.default {
	display: block;
}
.mobile-menu-button svg.opened {
	display: none;
}
.mobile-menu-button.opened svg.default {
	display: none;
}
.mobile-menu-button.opened svg.opened {
	display: block;
}
header.header_white {
	background-color: transparent;
	filter: none;
	border-bottom: 1px solid rgba(255, 255, 255, .16);
}
header.header_white .header-logo .header-logo_white {
	display: block;
}
header.header_white .header-logo .header-logo_default {
	display: none;
}
header.header_white .nav__link {
	color: #fff;
}
header.header_white .nav__link:hover {
	background-color: rgba(255, 255, 255, .16);
}
header.header_white .header-search__btn svg path {
	fill: rgba(255, 255, 255, .88);
}
header.header_white .header-search__btn:hover {
	background-color: rgba(255, 255, 255, .16);
}
header.header_white .header-search__btn:hover svg path {
	fill: #fff;
}
header.header_white .langs {
	color: #fff;
}
header.header_white .langs svg path {
	stroke: rgba(255, 255, 255, .88);
}
header.header_white .langs:hover, header.header_white .langs.active {
	background-color: rgba(255, 255, 255, .16);
}
header.header_white .langs:hover svg path, header.header_white .langs.active svg path {
	stroke: #fff;
}
header.header_white .mobile-menu-button:active {
	background-color: rgba(255, 255, 255, .16);
}
header.header_white .mobile-menu-button:active svg.default path {
	fill: #fff;
}
header.header_white .mobile-menu-button:active svg.opened path {
	stroke: #fff;
}
header.header_white .mobile-menu-button svg.default path {
	fill: rgba(255, 255, 255, .88);
}
header.header_white .mobile-menu-button svg.opened path {
	stroke: rgba(255, 255, 255, .88);
}
header.header_white .header-top {
	border-bottom: 1px solid transparent;
}
header.fixed {
	position: fixed;
	top: 0;
}
.welcome-block {
	position: relative;
}
.welcome-block .container {
	height: 100vh;
	min-height: 720px;
	padding-top: 270px;
	padding-bottom: 190px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.welcome-video {
	width: 100%;
	height: 100vh;
	min-height: 720px;
	position: absolute;
	z-index: 0;
}
.welcome-video video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}
.video-gradient {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.welcome-block-border {
	width: 100%;
	height: 28px;
	background-size: auto 100%;
	position: absolute;
	opacity: .2;
}
.welcome-block-btop {
	top: 196px;
}
.welcome-block-bbottom {
	bottom: 88px;
}
.welcome-content {
	z-index: 1;
	text-align: center;
}
.welcome-title {
	color: #fff;
	text-align: center;
	margin-bottom: 0;
}
.welcome-title::after {
	content: "";
	display: block;
	margin: 40px auto 0;
	width: 193px;
	height: 6px;
	background-color: #fff;
}
.welcome-subtitle {
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.33;
	letter-spacing: -0.25px;
	margin: 40px 0 0;
}
.arrow-scroll-down {
	position: absolute;
	bottom: 150px;
	left: 50%;
	margin: 16px 0 0 -10px;
}
.index-page {
	position: relative;
	background-color: #f1f8ff;
	padding-bottom: 128px;
	z-index: 0;
}
.index-gradient {
	width: 100%;
	height: 44%;
	position: absolute;
	top: 0;
	z-index: -1;
}
.index-section {
	padding-top: 100px;
}
.index-section-materials {
	padding-top: 80px;
	position: relative;
}
.index-section-materials .container {
	position: relative;
	z-index: 1;
}
.background-waves {
	width: 100%;
	height: auto;
	max-height: 1181px;
	position: absolute;
	left: 0;
	/* top: -800px; */
	bottom: -400px;
	z-index: -1;
	pointer-events: none;
}
.index-section-title {
	text-align: center;
}
.screen_white {
	background-color: #fff;
	padding: 48px;
	border-radius: 8px;
}
.screen_white.screen_white_bigmrgn {
	padding-bottom: 64px;
}
.button-link-wrap {
	margin-top: 48px;
	text-align: center;
}
.button-link-wrap_video {
	margin-top: 56px;
}
.index-section-folks {
	position: relative;
	padding-top: 272px;
}
.index-stars {
	position: absolute;
	max-width: 100%;
	top: 28px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: -1;
}
.index-planet {
	position: absolute;
	max-width: 100%;
	top: 58px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: -1;
}
.index-folks-adaptive {
	display: none;
	padding-left: 32px;
	padding-right: 32px;
}
.index-folks-wrap {
	max-width: 1100px;
	height: 660px;
	margin: 0 auto;
	margin-top: 48px;
	position: relative;
}
.index-character {
	position: absolute;
	width: 140px;
	height: 140px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	transition: transform .2s linear, opacity .2s linear;
	cursor: pointer;
}
.index-character:hover {
	transform: translateY(-2px);
}
.index-character:hover .index-character__circle {
	box-shadow: 0px 8px 64px rgba(0, 66, 133, .24);
}
.index-character__img-wrap {
	position: relative;
	z-index: -1;
	width: 140px;
	height: 140px;
	display: flex;
}
.index-character__img_margin-thin-picture {
	margin-left:  28% !important;
	 margin-top:  10% !important;
}
.index-character__circle {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	box-shadow: 0px 8px 48px rgba(0, 66, 133, .16);
	transition: box-shadow .2s linear;
	position: absolute;
	bottom: 8px;
	left: 8px;
	z-index: -1;
}
.index-character__img {
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
}
.index-character__title {
	background: #fff;
	box-shadow: 0px 8px 24px rgba(0, 66, 133, .05);
	border-radius: 8px;
	font-family: "Muller", sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.33;
	text-align: center;
	color: #264269;
	padding: 8px 0;
	width: 100%;
	top: 84px;
	z-index: 1;
	position: absolute;
}
.index-character-1 {
	right: 0;
	top: 0;
}
 .index-character-2 {
	right: 160px;
	top: 94px;
}
 .index-character-3 {
	right: 0;
	top: 172px;
}
 .index-character-4 {
	right: 320px;
	top: 172px;
}
 .index-character-5 {
	left: 0;
	top: 172px;
}
 .index-character-6 {
	left: 160px;
	top: 266px;
}
 .index-character-7 {
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 266px;
}
 .index-character-8 {
	right: 160px;
	top: 266px;
}
 .index-character-9 {
	right: 320px;
	top: 516px;
}
 .index-character-10 {
	left: 320px;
	top: 172px;
}
 .index-character-11 {
	left: 0;
	top: 344px;
}
 .index-character-12 {
	left: 320px;
	top: 516px;
}
 .index-character-13 {
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 438px;
}
 .index-character-14 {
	right:  160px;
	 top:  438px;
}
 .index-character-15 {
	left: 320px;
	top: 344px;
}
 .index-character-16 {
	right: 320px;
	top: 344px;
}
 .index-character-17 {
	left: 160px;
	top: 438px;
}
 .index-character-18 {
	left: 0;
	top: 516px;
}
.character-popup {
	display: none;
	position: absolute;
	background-color: #fff;
	box-shadow: 0px 8px 48px rgba(0, 66, 133, .16);
	border-radius: 8px;
	padding: 24px 24px 48px;
	width: 348px;
	margin-top: -26px;
	margin-right: -104px;
	z-index: 2;
}
.character-popup h3 {
	text-align: center;
	margin-bottom: 16px;
}
.character-popup .index-character__circle {
	box-shadow: none;
}
.popup-close {
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
	border-radius: 8px;
	transition: background-color .2s linear;
}
.popup-close svg {
	display: block;
}
.popup-close svg path {
	transition: fill .2s linear;
}
.popup-close:hover {
	background-color: #f1f8ff;
}
.popup-close:hover svg path {
	fill: #264269;
}
.character-popup__img {
	margin: 0 auto 24px;
}
.folk-characteristics {
	margin: 0;
	padding: 0;
	list-style: none;
}
.folk-characteristics li {
	margin-bottom: 16px;
}
.folk-characteristics li>* {
	margin-bottom: 4px;
}
.folk-characteristics li>*:last-child {
	margin-bottom: 0;
}
.folk-characteristics li:last-child {
	margin-bottom: 0;
}
.folk-characteristics__title {
	display: flex;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.43;
	letter-spacing: .25px;
	color: #8b9db6;
}
.folk-characteristics__title::before {
	display: block;
	margin-right: 8px;
	width: 14px;
	height: 20px;
}
.folk-characteristics__title_location::before {
	content: url("../img/icon-location.svg");
}
.folk-characteristics__title_languages::before {
	content: url("../img/icon-languages.png");
}
.folk-characteristics__title_name::before {
	content: url("../img/icon-name.svg");
}
.folk-characteristics__title_skills::before {
	content: url("../img/icon-skills.svg");
}
.folk-characteristics__title_population::before {
	content: url("../img/icon-population.svg");
}
.folk-characteristics__text {
	color: #264269;
}
.folk-characteristics {
	margin-bottom: 16px;
}
.popup-button-wrap {
	text-align: center;
	margin: auto auto 0 auto !important;
}
#cpopup1 {
	right: 0;
	top: 0;
}
 #cpopup2 {
	right: 160px;
	top: 94px;
}
 #cpopup3 {
	right: 0;
	top: 172px;
}
 #cpopup4 {
	right: 320px;
	top: 172px;
}
 #cpopup5 {
	left: 0;
	top: 172px;
	margin-left: -104px;
	margin-right: 0;
}
 #cpopup6 {
	left: 160px;
	top: 266px;
	margin-left: -104px;
	margin-right: 0;
}
 #cpopup7 {
	left: 0;
	right: 0;
	margin: 0 auto;
	margin-top: -26px;
	top: 266px;
}
 #cpopup8 {
	right: 160px;
	top: 266px;
}
 #cpopup9 {
	right:  320px;
	top:  516px;
}
 #cpopup10 {
	left:  320px;
	top:  172px;
}
 #cpopup11 {
	left: 0;
	top: 344px;
	margin-left: -104px;
	margin-right: 0;
}
 #cpopup12 {
	left:  320px;
	top:  516px;
}
 #cpopup13 {
	left: 0;
	right: 0;
	margin: 0 auto;
	margin-top: -26px;
	top: 438px;
}
 #cpopup14 {
	right:  160px;
	top:  438px;
}
 #cpopup15 {
	left:  320px;
	top:  344px;
}
 #cpopup16 {
	right:  320px;
	top:  344px;
}
 #cpopup17 {
	left:  160px;
	top:  438px;
	margin-left:  -104px;
	 margin-right:  0;
}
 #cpopup18 {
	left:  0;
	top:  516px;
	margin-left:  -104px;
	margin-right:  0;
}
.index-section-about {
	background-image: url("../img/graphics_snow.png");
	background-repeat: no-repeat;
	background-position: center;
}
.about-screen {
	background-color: #fff;
	box-shadow: 0px 8px 24px rgba(0, 66, 133, .05);
	border-radius: 12px;
	padding: 48px 40px 64px;
	width: 54%;
	z-index: 0;
}
.about-screen>*:last-child {
	margin-bottom: 0;
}
.about-screen h3 {
	margin-bottom: 24px;
}
.about-screen p {
	margin-bottom: 20px;
	color: #6f86a5;
}
.about-screen_right {
	margin-left: auto;
	margin-bottom: 96px;
}
.index-section-about-block {
	position: relative;
	height: 100%;
	padding-top: 100px;
	z-index: 1;
	padding-bottom: 375px;
}
.index-about-img-1 {
	position: absolute;
	border-radius: 4px;
	top: 0;
	left: 8.5%;
	z-index: -1;
}
.index-section-about-row {
	display: flex;
	align-items: flex-end;
}
.index-about-img-character {
	display: block;
	width: 46%;
	max-width: 500px;
	margin-left: -3%;
	margin-bottom: 28px;
}
.index-about-img-2 {
	border-radius: 4px;
	position: absolute;
	bottom: 0%;
	z-index: -1;
	max-width: 100%;
	margin: 0 auto;
	left: 0;
	right: 0;
}
.index-section-kids {
	padding-top: 164px;
}
.index-banner-kids {
	border-radius: 24px;
	background-image:  linear-gradient(270deg,  rgba(133,  175,  217,  0) 0%,  #85AFD9 70.55%),  url(/local/templates/kids/img/banner-as.svg);
	background-size:  111%;
	background-position:  -39px -118px;
	padding: 48px;
	min-height: 320px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
}
.index-banner-kids__text {
	width: 52%;
	z-index: 1;
}
.index-banner-kids__text h2 {
	color: #fff;
	margin-bottom: 16px;
}
.index-banner-kids__text p {
	color: #fff;
	font-size: 20px;
	line-height: 1.6;
}
.index-banner-kids__img {
	position: absolute;
	right:  0;
	bottom:  -90px;
	z-index:  0;
	width:  484px;
	right:  92px;
}
.index-banner-kids__img_mobile {
	display: none;
	margin-right: -24px;
}
.materials-container {
	display: grid;
	grid-template-columns: repeat(3,  minmax(0,  1fr));
	grid-gap: 32px;
	align-items: start;
}
.material-card {
	display: block;
}
.material-card.hidden {
	display: none;
}
.material-card .shade {
	border-radius: 8px;
	transition: background-color .2s linear;
	display: flex;
	flex-direction: column;
}
.material-card:hover .shade {
	background-color: rgba(255, 255, 255, .06);
}
.material-card__title {
	font-family: "Muller", sans-serif;
	color: #264269;
	font-size: 28px;
	line-height: 1;
	font-weight: 800;
	margin-top: 0;
	margin-bottom: 12px;
}
.material-card_regular {
	background-position: center;
	background-size: cover;
	border-radius: 8px;
}
.material-card_regular .shade {
	min-height: 400px;
	padding: 40px 24px 24px 24px;
}
.material-card_regular .material-card__title {
	color: #fff;
}
.material-card_regular .material-card__subtitle {
	color: rgba(255, 255, 255, .88);
}
.material-card_light {
	background-position: center;
	background-size: cover;
	border-radius: 8px;
}
.material-card_light .shade {
	min-height: 400px;
	padding: 40px 24px 24px 24px;
}
.material-card_light .material-card__title {
	color: #264269;
}
.material-card_light .material-card__subtitle {
	color: #6f86a5;
}
.material-card_outside .shade {
	min-height: unset;
	height: 100%;
	border-radius: 8px;
	padding: 24px;
}
.material-card_outside .material-card__title {
	color: #264269;
	font-size: 22px;
	line-height: 1.09;
	font-weight: 700;
	margin-bottom: 8px;
}
.material-card_outside .material-card__subtitle {
	color: #6f86a5;
}
.material-card_outside__img {
	background-size: cover;
	background-position: center;
	border-radius: 8px;
	height: 296px;
	margin-bottom: 20px;
}
.material-card__subtitle {
	font-size: 14px;
	line-height: 1.43;
	letter-spacing: .25px;
	font-weight: 500;
	margin-bottom: 0;
}
.material-card__img-source {
	font-size: 14px;
	line-height: 1.43;
	letter-spacing: .25px;
	color: rgba(255, 255, 255, .6);
	margin-top: auto;
}
.material-card_patterned {
	background-color: #dceaf8;
	border-radius: 8px;
}
.material-card_patterned .shade {
	padding: 24px 0;
	min-height: 400px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.material-card_patterned .shade::before {
	content: "";
	display: block;
	width: 100%;
	height: 64px;
	background-image: url("../img/card-ornament_new.svg");
	background-size: auto 100%;
	opacity: .5;
}
.material-card_patterned .shade::after {
	content: "";
	display: block;
	width: 100%;
	height: 64px;
	background-image: url("../img/card-ornament_new.svg");
	background-size: auto 100%;
	opacity: .5;
}
.material-card_patterned__content {
	padding: 24px 40px;
	text-align: center;
}
.material-card_wide {
	grid-column: span 2;
}
.material-card_wide .material-card__title {
	font-size: 36px;
}
.material-card_wide .material-card__subtitle {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}
.video-container {
	display: flex;
	margin: 0 -16px -40px;
	flex-wrap: wrap;
	align-items: flex-start;
}
.video-container .video-card {
	width: calc(25% - 32px);
	margin: 0 16px 40px;
}
.video-card {
	display: block;
}
.video-card__preview {
	border-radius: 2px;
	width: 100%;
	height: 164px;
	background-size: cover;
	background-position: center;
	margin-bottom: 12px;
}
.video-card__preview::before {
	content: url("../img/play-button_sm.svg");
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	border-radius: 2px;
	opacity: 0;
	background-color: rgba(16, 42, 79, .24);
	transition: opacity .2s linear;
}
.video-card:hover .video-card__preview::before {
	opacity: 1;
}
.video-card__title {
	color: #264269;
	margin: 0 0 4px;
}
.video-card__subtitle {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: .25px;
	line-height: 1.43;
	color: #6f86a5;
	margin: 0;
}
.video-card_big {
	width: 100%;
	display: flex;
	margin-bottom: 40px;
}
.video-card_big .video-card__preview {
	width: 58%;
	height: 412px;
	margin-bottom: 0;
}
.video-card_big .video-card__preview::before {
	content: url("../img/play-button.svg");
}
.video-card_big__desc {
	width: 42%;
	padding: 64px 40px 40px 56px;
}
.video-card_big__desc>*:last-child {
	margin-bottom: 0;
}
.video-card_big__desc p {
	font-size: 14px;
	color: #6f86a5;
	margin-bottom: 20px;
	line-height: 1.43;
	letter-spacing: .25px;
}
.video-card_big__desc p.video-card_big__subtitle {
	font-size: 16px;
	color: #264269;
	margin-bottom: 24px;
}
.video-card_big__title {
	margin-bottom: 8px;
}
.course-card-big:last-child {
	margin-bottom: 0;
}
.course-card-big__desc .video-card_big__title {
	margin-bottom: 24px;
}
.course-card-big__desc p.video-card_big__subtitle {
	color: #8b9db6;
}
.tiled-page, .folk-page {
	padding-top: 200px;
	padding-bottom: 128px;
	background-color: #f1f8ff;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center top;
}
.folk-page {
	padding-top: 184px;
}
.tiled-page__title {
	color: #fff;
	text-align: center;
}
.journal-menu-wrap {
	background-color: #fff;
	border-radius: 8px;
}
.journal-menu-wrap.fixed {
	width: 100%;
	box-shadow: 0px 8px 24px rgba(0, 66, 133, .05);
	position: fixed;
	top: 0;
	left: 0;
	border-radius: 0;
	z-index: 1;
}
.journal-menu-wrap.fixed .journal-menu-content {
	max-width: 1460px;
	padding: 0 50px;
	margin: 0 auto;
}
.journal-menu-wrap.fixed .journal-menu-character {
	display: none !important;
}
.journal-menu-content {
	height: 64px;
	padding: 0 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.journal-menu {
	list-style: none;
	margin: 0;
	margin-left: -16px;
	padding: 0;
	display: flex;
}
.journal-menu li {
	display: flex;
}
.journal-menu__link {
	padding: 0 16px;
	display: flex;
	align-items: center;
	text-align: center;
	height: 64px;
	font-size: 16px;
	font-weight: 500;
	color: #264269;
	line-height: 1.25;
}
.journal-menu__link:hover {
	background-color: #f1f8ff;
}
.journal-menu-right {
	display: flex;
	align-items: center;
	position: relative;
}
.journal-menu-character {
	width: 140px;
	height: 140px;
	position: absolute;
	right: 0;
	display: none;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 0;
}
.journal-screen {
	background-color: #fff;
	border-radius: 8px;
	margin-top: 16px;
}
.journal-section {
	padding: 48px;
	border-bottom: 1px solid #f1f4f8;
}
.journal-section:last-child {
	border-bottom: none;
}
.section-title {
	margin-bottom: 24px;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: .16em;
	text-transform: uppercase;
	color: #8b9db6;
}
.dropdown {
	width: 100%;
	display: inline-block;
	transition: all .5s ease;
	position: relative;
	color: #c6d3e4;
	text-align: left;
	border: none;
	outline: none;
}
.dropdown:hover .select .arrow path {
	stroke: #264269;
}
.dropdown .select {
	cursor: pointer;
	display: flex;
	align-items: center;
	padding: 10px 0;
	color: #c6d3e4;
	outline: none;
	border: none;
	border-bottom: 1px solid #d6e1f0;
}
.dropdown .select .arrow {
	margin-left: auto;
	flex-shrink: 0;
}
.dropdown .select .arrow path {
	transition: stroke .2s linear;
}
.dropdown .select span {
	font-size: 16px;
	line-height: 1.25;
	letter-spacing: .25px;
	color: #c6d3e4;
	display: flex;
	align-items: center;
}
.dropdown.active .select>.arrow {
	transform: rotate(-180deg);
}
.dropdown .select-menu {
	margin: 0;
	padding: 16px 0;
	list-style: none;
	position: absolute;
	background-color: #fff;
	width: 100%;
	max-height: 272px;
	left: 0;
	margin-top: 8px;
	border: none;
	overflow: hidden;
	display: none;
	overflow-y: auto;
	z-index: 1;
	border-radius: 0;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
}
.dropdown .select-menu li {
	font-size: 16px;
	line-height: 1.25;
	letter-spacing: .25px;
	padding: 10px 16px;
	cursor: pointer;
	border-left: 2px solid transparent;
	transition: border-color .2s linear, color .2s linear;
}
.dropdown .select-menu li:hover {
	border-color: #264269;
	color: #264269;
	background-color: #f1f8ff;
}
.scrollbar-thumb {
	background: #d6e1f0 !important;
}
.scrollbar-track {
	background: #f1f8ff !important;
}
footer {
	padding: 64px 0 100px;
}
footer .container {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.footer-logo img {
	display: block;
	max-width: 198px;
}
.footer-nav {
	margin-top: 40px;
}
.footer-nav li {
	margin-right: 8px;
}
.footer-nav li:last-child {
	margin-right: 0;
}
.footer-socials {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	margin-top: 16px;
}
.footer-socials li {
	margin-right: 16px;
}
.footer-socials li:last-child {
	margin-right: 0;
}
.footer-socials__link {
	width: 72px;
	height: 72px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer-socials__link:hover {
	background-color: #f1f8ff;
}
.footer-socials__link svg path {
	transition: fill .2s linear;
}
.footer-cai {
	margin-top: 40px;
	display: flex;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
}
.footer-cai a {
	margin-right: 50px;
}
.footer-cai a:last-child {
	margin-right: 0;
}
.footer-cai a span {
	display: block;
	margin-bottom: 12px;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: .25px;
	color: #c6d3e4;
}
.copyrights {
	margin: 16px auto 0 auto;
	max-width: 400px;
}
.copyrights p {
	color: #8b9db6;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.43;
	letter-spacing: .25px;
	text-align: center;
}
.copyrights p a {
	color: #8b9db6;
	text-decoration: underline;
}
.copyrights p:first-child {
	margin-bottom: 24px;
}
.article-page {
	margin-top: 120px;
	padding: 64px 0;
}
.article-wrap {
	display: flex;
	justify-content: space-between;
}
.article-side-wrap {
	width: 24%;
	width: calc(25% - 16px);
}
.article-side.fixed {
	position: fixed;
	top: 64px;
}
.article-side.bottom {
	margin-top: auto;
}
.article-side .back-link {
	margin-top: -6px;
}
.article {
	width: 74%;
	width: calc(75% - 16px);
}
.article__section {
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: .16em;
	text-transform: uppercase;
	font-weight: 500;
	color: #8b9db6;
	margin-bottom: 32px;
}
.article__title {
	font-weight: 700;
	letter-spacing: -1px;
	color: #102a50;
	margin-bottom: 24px;
	max-width: 89%}
.article__subtitle {
	font-size: 20px;
	line-height: 1.6;
	letter-spacing: .25px;
	color: #424e5f;
	margin-bottom: 48px;
	max-width: 89%}
.article__subtitle_gray {
	letter-spacing: 0;
	color: #8b9db6;
	font-size: 24px;
	line-height: 1.33;
	margin-bottom: 48px;
	max-width: 89%}
.article_video .article__title {
	margin-bottom: 8px;
	letter-spacing: .5px;
}
.article_video .article__subtitle {
	font-size: 18px;
	color: #8b9db6;
	margin-bottom: 32px;
	letter-spacing: .5px;
}
.article-contents {
	max-width: 89%}
.article-contents__title {
	color: #102a50;
	margin-bottom: 24px;
}
.article-anchors {
	margin: 0;
	padding: 0;
	list-style: none;
	flex-wrap: wrap;
	display: flex;
	margin-bottom: 48px;
}
.article-anchors li {
	margin-right: 8px;
	margin-top: 8px;
}
.article-anchors__link {
	display: block;
	color: #264269;
	font-size: 16px;
	letter-spacing: .25px;
	text-decoration: underline;
	padding: 10px 24px;
	background-color: #f1f8ff;
	border-radius: 22px;
}
.article-anchors__link:hover {
	color: #f84c77;
}
.article__main-photo {
	display: block;
	width: 100%;
	margin-bottom: 64px;
	border-radius: 4px;
}
.article__main-photo_described {
	margin-bottom: 16px;
}
.photo-desc {
	margin-bottom: 48px;
}
.photo-desc>* {
	margin-bottom: 4px;
}
.photo-desc>*:last-child {
	margin-bottom: 0;
}
.photo-desc__title {
	font-family: "Muller", sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.33;
	color: #102a50;
	margin-bottom: 4px;
	letter-spacing: 0;
}
.photo-desc__author {
	font-size: 14px;
	line-height: 1.43;
	letter-spacing: .25px;
	font-weight: 500;
	color: #c6d3e4;
}
.photo-desc_main-photo {
	margin-bottom: 64px;
	max-width: 66.5%}
.article-text {
	color: #424e5f;
	font-size: 16px;
}
.article-text>* {
	max-width: 66.5%}
.article-text h2 {
	color: #102a50;
	font-weight: 700;
	margin-top: 48px;
	margin-bottom: 20px;
	letter-spacing: -0.5px;
}
.article-text h3 {
	color: #102a50;
	margin-top: 48px;
	margin-bottom: 20px;
}
.article-text h4, .article-text h5 {
	color: #102a50;
	letter-spacing: 0;
	margin-bottom: 16px;
}
.article-text p {
	color: #424e5f;
	margin-bottom: 24px;
}
.article-text .small-text {
	color: #8b9db6;
}
.article-text a:not([class]) {
	color: inherit;
	text-decoration: underline;
}
.article-text a:not([class]):hover {
	color: #f84c77;
}
.article-text .photo-desc>* {
	margin-bottom: 4px;
}
.article-text .photo-desc>*:last-child {
	margin-bottom: 0;
}
.article-text p.photo-desc__title {
	color: #102a50;
}
.article-text p.photo-desc__author {
	color: #c6d3e4;
}
.article-text ul {
	margin: 40px 0 48px;
	padding: 0;
	padding-left: 1.5em;
	color: #424e5f;
	font-size: 16px;
	letter-spacing: .25px;
}
.article-text ul li {
	margin-bottom: 20px;
}
.article-text ul li::marker {
	color: #264269;
}
.article-text ul li>* {
	margin-bottom: 4px;
}
.article-text ul li>*:last-child {
	margin-bottom: 0;
}
.article-text ul li:last-child {
	margin-bottom: 0;
}
.article-text img {
	border-radius: 4px;
	margin-bottom: 48px;
	display: block;
	max-width: 66.5%;
}
.article-text .copyrighted-img {
	width: -moz-fit-content;
	width: fit-content;
	max-width: 66.5%;
	margin-bottom: 48px;
	position: relative;
}
.article-text .copyrighted-img img {
	max-width: 100%;
	margin: 0;
}
.article-text .copyrighted-img .copyrighted-img__source {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 24px;
	font-size: 14px;
	line-height: 1.43;
	letter-spacing: .25px;
	color: rgba(255, 255, 255, .6);
}
.article-text .copyrighted-img .copyrighted-img__source_dark {
	color: #102a50;
}
.article-text .wide-img {
	max-width: none;
	width: 89%}
.article-text .wide-img.copyrighted-img img {
	width: 100%}
.article-text .described-img, .article-text .described-video {
	margin-bottom: 16px;
}
.article-text .article-row {
	display: flex;
	width: 100%;
	max-width: 100%;
	justify-content: space-between;
	margin-bottom: 24px;
}
.article-text .article-row .article-row__left>*:last-child {
	margin-bottom: 0;
}
.article-text .article-row .article-row__left>h3:first-child, .article-text .article-row .article-row__left>ul:first-child, .article-text .article-row .article-row__left>.quote:first-child, .article-text .article-row .article-row__left>.quote_blue:first-child, .article-text .article-row .article-row__left>.info-block:first-child {
	margin-top: 24px;
}
.article-text .article-row .article-row__left>ul:last-child, .article-text .article-row .article-row__left>.quote:last-child, .article-text .article-row .article-row__left>.quote_blue:last-child, .article-text .article-row .article-row__left>.info-block:last-child, .article-text .article-row .article-row__left>img:last-child, .article-text .article-row .article-row__left>.copyrighted-img:last-child, .article-text .article-row .article-row__left>.photo-desc:last-child, .article-text .article-row .article-row__left>.article-img:last-child {
	margin-bottom: 24px;
}
.article-text .quote_blue {
	background-color: #f1f8ff;
}
.article-text .quote {
	border: 1px solid #d6e1f0;
}
.article-text .quote, .article-text .quote_blue {
	border-radius: 12px;
	padding: 40px 24px;
}
.article-text .quote p, .article-text .quote_blue p {
	padding-right: 24px;
	letter-spacing: .5px;
	color: #424e5f;
	font-size: 18px;
}
.article-text .quote p:last-child, .article-text .quote_blue p:last-child {
	margin-bottom: 0;
}
.article-text .quote .author, .article-text .quote_blue .author {
	display: block;
	margin: 24px 0 0 auto;
	text-align: right;
	font-size: 14px;
	line-height: 1.43;
	letter-spacing: .25px;
	font-weight: 500;
	color: #8b9db6;
	max-width: 420px;
}
.article-text .info-block {
	padding: 40px 48px 48px 32px;
	background: #fff;
	box-shadow: 0px 8px 24px rgba(0, 66, 133, .05);
}
.article-text .title-icon {
	line-height: 1.29;
	padding-left: 44px;
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 24px;
}
.article-text .title-icon_info {
	background-image: url("../img/icon-infoblock-info.svg");
}
.article-text .title-icon_airplane {
	background-image: url("../img/icon-infoblock-airplane.svg");
}
.article-text .title-icon_bag {
	background-image: url("../img/icon-infoblock-bag.svg");
}
.article-text .title-icon_suitcase {
	background-image: url("../img/icon-infoblock-suitcase.svg");
}
.article-text .quote, .article-text .quote_blue, .article-text .info-block {
	margin: 48px 0;
}
.article-text .quote>*:first-child, .article-text .quote_blue>*:first-child, .article-text .info-block>*:first-child {
	margin-top: 0;
}
.article-text .quote>*:last-child, .article-text .quote_blue>*:last-child, .article-text .info-block>*:last-child {
	margin-bottom: 0;
}
.article-text .quote h3, .article-text .quote_blue h3, .article-text .info-block h3 {
	margin: 0 0 24px 0;
}
.article-text .quote ul, .article-text .quote_blue ul, .article-text .info-block ul {
	margin: 0 0 24px 0;
}
.article-text .article-portrait__desc h2 {
	margin-bottom: 32px;
	margin-top: 0;
}
.article-text .folk-characteristics li {
	margin-bottom: 24px;
}
.article-text .folk-characteristics .folk-characteristics__text {
	color: #264269;
}
.article-text .folk-characteristics .folk-characteristics__title img {
	border-radius: 0;
}
.article-text>iframe {
	display: block;
	max-width: unset;
	width: 89%;
	height: 500px;
	margin-bottom: 48px;
	margin-top: 48px;
}
.tour-info {
	margin: 24px 0;
}
.tour-info__item {
	font-family: 'Muller';
	font-size: 18px;
	line-height: 1.33;
	font-weight: 700;
	margin-bottom: 16px;
	background: left 2px / 16px no-repeat;
	padding-left: 30px;
	color: #102A50;
}
.tour-info__item:last-child {
	margin-bottom: 0;
}
.tour-info__item_name {
	background-image: url('../img/icon-tour-name.svg');
}
.tour-info__item_location {
	background-image: url('../img/icon-tour-location.svg');
}
.tour-info__item_time {
	background-image: url('../img/icon-tour-time.svg');
}
.article-text .audio-block {
	margin-bottom: 24px;
}
.article-text audio {
	display: block;
	max-width: 100%;
	margin-bottom: 4px;
}
.article-text .audio-block__title {
	display: block;
	font-size: 14px;
	line-height: 1.43;
	letter-spacing: .25px;
	color: #8b9db6;
	font-weight: 500;
}
.article-slider, .article-text .article-slider {
	width: 100%;
	margin-bottom: 48px;
	max-width: 66.5%;
}
.article-slider .owl-stage {
	display: flex;
	align-items: center;
}
.article-slider .aticle-slide__img-wrap {
	position: relative;
	margin: 0 auto;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}
.article-slider .aticle-slide__img-wrap img,  .article-text .article-slider .aticle-slide__img-wrap img {
	width: auto;
	max-width: 100%;
	max-height: 500px;
	margin-bottom: 0;
}
.article-slide {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 3px;
}
.article-slider .owl-nav button.owl-prev,  .article-slider .owl-nav button.owl-next {
	width: 55px;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.article-slider .owl-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-22px);
	width: 100%;
	height: 0;
	display: flex;
	justify-content: space-between;
	padding: 0 24px;
}
.article-slider__button {
	width: 44px;
	height: 44px;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	box-shadow:  0px 4px 8px rgba(0,  66,  133,  0.17);
	cursor: pointer;
	transition: background-color .2s linear;
}
.article-slider__button:hover {
	background-color: rgba(241,  248,  255,  0.88);
}
.article-slider__button svg path {
	transition: stroke .2s linear;
}
.article-slider__button:hover svg path {
	stroke: #264269;
}
.article-slider .owl-dots {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
.article-slider .owl-dot {
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: #DCEAF8 !important;
	margin: 0 6px;
	transition: background .2s linear;
}
.article-slider .owl-dot.active {
	background: #264269 !important;
}
.article-img {
	margin-bottom: 48px;
}
.article-text .article-img_wide {
	max-width: none;
	width: 89%;
}
.article-img__img-wrap {
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
}
.article-img img,  .article-text .article-img img {
	margin-bottom: 0;
	max-width: 100%;
	display: block;
	max-height: 600px;
}
.article-img__title,  .article-slide__title {
	font-family: "Muller", sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.33;
	color: #102A50;
	margin: 16px auto 0;
	text-align: center;
	max-width: 480px;
}
.article-img-copyright {
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(16, 42, 79, 0.32);
	padding: 4px 8px;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.25px;
	color: #FFFFFF;
}
.article-img_main {
	margin-bottom: 64px;
	width: 100%}
.article-right-photo {
	max-width: 200px;
	align-self: center;
	margin-bottom: 40px;
	text-align: center;
}
.article-right-photo .article-right-photo__img {
	width: 200px;
	max-width: none;
	height: 200px;
	border-radius: 100%;
	object-fit: cover;
	object-position: center;
	margin-bottom: 16px;
}
.article-right-photo__title {
	font-family: 'Muller';
	font-weight: 700;
	font-size: 18px;
	line-height: 1.33;
	color: #102A50;
	margin-bottom: 16px;
}
.article-right-photo__copyright {
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.25px;
	color: #6F86A5;
}
.article-text>*:last-child {
	margin-bottom: 0;
}
.article-portrait {
	margin-top: 48px;
	margin-bottom: 48px;
	max-width: none;
	width: 89%;
	border-top: 1px solid #f1f4f8;
	border-bottom: 1px solid #f1f4f8;
	padding: 32px 0;
	display: flex;
	align-items: flex-start;
}
.article-portrait img {
	margin-bottom: 0;
	max-width: 100%}
.article-portrait__img {
	border-radius: 4px;
	width: 400px;
	max-width: 100%;
	margin-right: 64px;
}
.article-portrait_right .article-portrait__img {
	margin-right: 0;
	margin-left: 64px;
}
.article-portrait__desc {
	padding: 24px 64px 24px 0;
	flex: 1;
}
.article-portrait__desc h2 {
	font-weight: 700;
	letter-spacing: -0.5px;
	margin-top: 0;
}
.article-portrait__desc ul {
	margin: 0;
	padding: 0;
}
.article-row__left {
	width: 66.5%}
.article-row__left img, .article-row__left .copyrighted-img {
	max-width: 100%}
.article-row__right {
	width: 30%;
	width: calc(33.5% - 32px);
	display: flex;
	flex-direction: column;
}
.article-row__right .article-right-link, .article-row__right .article-right-person, .article-row__right .article-right-img {
	margin-bottom: 40px;
	align-self: flex-end;
}
.article-row__right .article-right-link>*:last-child, .article-row__right .article-right-person>*:last-child, .article-row__right .article-right-img>*:last-child {
	margin-bottom: 0;
}
.article-row__right>*:last-child {
	margin-bottom: 0;
}
.article-row__right .audio-block {
	width: 100%}
.article-right-link {
	width: 100%;
	max-width: 200px;
	display: block;
}
.article-right-link .img {
	width: 148px;
	height: 148px;
	object-fit: cover;
	object-position: center;
	border-radius: 12px;
	margin-bottom: 12px;
	max-width: none;
}
.article-right-link .title {
	font-size: 14px;
	color: #6f86a5;
	line-height: 1.43;
	letter-spacing: .25px;
	display: block;
	text-decoration: underline;
	transition: color .2s linear;
}
.article-right-link:hover .title {
	color: #f84c77;
}
.article-right-person {
	width: 100%;
	max-width: 200px;
	text-align: center;
}
.article-right-person .img {
	width: 100px;
	height: 100px;
	object-fit: cover;
	object-position: center;
	border-radius: 50%;
	margin: 0 auto 20px auto;
	max-width: none;
}
.article-right-person .title {
	margin-bottom: 4px;
}
.article-right-person .subtitle {
	font-size: 14px;
	color: #6f86a5;
	line-height: 1.43;
	letter-spacing: .25px;
	font-weight: 500;
	display: block;
}
.article-right-img {
	width: 100%;
	max-width: 250px;
	text-align: left;
}
.article-right-img .img {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	object-fit: cover;
	object-position: center;
	margin-bottom: 24px;
	max-width: none;
}
.article-right-img .title, .article-right-img .img-source {
	display: block;
	font-size: 14px;
	line-height: 1.43;
	letter-spacing: .25px;
	font-weight: 500;
	color: #8b9db6;
}
.article-right-img .img-source {
	color: #c6d3e4;
	margin-bottom: 4px;
}
.article-banner-kids {
	border-radius: 24px;
	background-color: #f1f8ff;
	padding: 32px;
	margin-top: 48px;
	margin-bottom: 48px;
	background-size: 140px;
	background-position: right 16px center;
	background-repeat: no-repeat;
	min-height: 224px;
	display: flex;
	flex-direction: column;
}
.article-banner-kids .button-kids-wrap {
	margin-top: auto;
}
.article-banner-kids__text {
	width: calc(100% - 156px);
}
.next-article {
	margin-top: 64px;
	background-color: #f1f8ff;
	border-radius: 12px;
	min-height: 143px;
	display: flex;
	width: 66.5%}
.next-article__img {
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
	width: 143px;
	display: block;
	object-fit: cover;
	object-position: center;
}
.next-article__text {
	height: 100%;
	align-self: center;
	padding: 32px;
}
.next-article__text p {
	font-size: 16px;
	color: #8b9db6;
	display: block;
	margin-bottom: 12px;
}
.next-article__text h3 {
	margin-bottom: 0;
}
.article-credits, .article-text .article-credits {
	margin-top: 64px;
	width: 66.5%;
	max-width: none;
}
.article-credits>*, .article-text .article-credits>* {
	margin-bottom: 32px;
}
.article-credits>*:last-child, .article-text .article-credits>*:last-child {
	margin-bottom: 0;
}
.article-credits p, .article-credits a, .article-text .article-credits p, .article-text .article-credits a {
	font-size: 14px;
	line-height: 1.43;
	letter-spacing: .25px;
	color: #8b9db6;
}
.article-credits a, .article-text .article-credits a {
	text-decoration: underline;
}
.article-credits a:hover, .article-text .article-credits a:hover {
	color: #f84c77;
}
.article-credits p span, .article-text .article-credits p span {
	font-weight: 700;
	color: #264269;
}
.article-credits .sources, .article-text .article-credits .sources {
	display: flex;
}
.article-credits .sources .title, .article-text .article-credits .sources .title {
	padding: 12px 31px 0 0;
	margin: 0;
	width: 29%;
	width: calc(30% - 1px);
}
.article-credits .sources .divider, .article-text .article-credits .sources .divider {
	width: 1px;
	background-color: #f1f4f8;
}
.article-credits .sources-list, .article-text .article-credits .sources-list {
	margin: 0;
	padding: 12px 0 0 31px;
	list-style: none;
	width: 70%}
.article-credits .sources-list li, .article-text .article-credits .sources-list li {
	margin-bottom: 16px;
}
.article-credits .sources-list li p, .article-text .article-credits .sources-list li p {
	margin: 0;
}
.article-tags {
	margin-top: 64px;
	width: 66.5%}
.article-tags__title {
	font-size: 14px;
	line-height: 1.43;
	letter-spacing: .25px;
	font-weight: 500;
	color: #c6d3e4;
	margin-bottom: 8px;
}
.article-tags__list {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	flex-wrap: wrap;
}
.article-tags__list li {
	margin-right: 8px;
	margin-top: 8px;
}
.article-tags__list li:last-child {
	margin-right: 0;
}
.article-tag-link {
	font-size: 14px;
	line-height: 1.43;
	letter-spacing: .02em;
	color: #6f86a5;
	border: 1px solid #d6e1f0;
	border-radius: 4px;
	display: block;
	padding: 6px 12px;
}
.article-tag-link:hover {
	border-color: #d6e1f0;
	background-color: #f1f8ff;
	color: #264269;
}
.back-link {
	margin-bottom: 32px;
}
.back-link a {
	display: inline-flex;
	align-items: center;
	font-size: 14px;
	line-height: 1.43;
	letter-spacing: .25px;
	font-weight: 500;
	color: #8b9db6;
	padding: 6px 8px;
	border-radius: 4px;
}
.back-link a svg {
	margin-right: 8px;
}
.back-link a svg path {
	transition: stroke .2s linear;
}
.back-link a:hover {
	color: #264269;
	background-color: #f1f8ff;
}
.back-link a:hover svg path {
	stroke: #264269;
}
.other-articles {
	margin-top: 128px;
}
.other-articles_video {
	margin-bottom: 64px;
}
.other-articles__title {
	font-weight: 700;
	color: #102a50;
}
.other-articles__title-animated {
	font-family: "Noto Sans";
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #8B9DB6;
}
.animated__block-back a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	gap: 12px;
	margin-bottom: 32px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}
.animated__block-back div:first-child {
	width: 32px;
	height: 32px;
	background-image: url("/local/templates/kids/img/arrow-back.svg");
	background-repeat: no-repeat;
	background-size: contain;
}
.animated__block-back div:last-child {
	font-family: "Noto Sans";
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 32px;
	letter-spacing: 0.25px;
	color: #6F86A5;
}
.animated__block-video-card {
	padding: 48px 0;
}
.animated__block-video-card video {
	max-width: 732px;
	max-height: 412px;
}
.animated__wrapper-block-video {
	display: flex;
	flex-direction: row;
}
.animated__one-video {
	display: flex;
	position: relative;
}
.animated__play-video {
	position: absolute;
	 width: 72px;
	height: 72px;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	background-image:  url(/local/templates/kids/img/play-button.png);
	cursor: pointer;
}
.animated__block-preview {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	padding-bottom: 48px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.animated__block-preview div {
	height: 100%}
.animated__block-preview div:first-child {
	width: 40%}
.animated__block-preview div:last-child {
	width: 60%;
	padding-left: 100px;
}
.animated__block-preview img {
	width: 100%}
.animated__block-preview h1 {
	line-height: 64px;
}
.animated__block-preview p {
	font-family: "Noto Sans";
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0.25px;
	color: #6F86A5;
}
.animated__block-video {
	padding: 48px 0 0;
	margin: 0;
}
.animated__block-video:first-child {
	padding-bottom: 71px;
}
.share-buttons {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.share-button {
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #6f86a5;
	padding: 10px 16px 10px 12px;
	letter-spacing: .25px;
	border-radius: 8px;
}
.share-button svg {
	margin-right: 12px;
}
.share-button svg path {
	transition: fill .2s linear;
}
.share-button:hover {
	background-color: #f1f8ff;
	color: #264269;
}
#shareVk:hover svg path, #postcardShareVk:hover svg path, .footer-socials__link_vk:hover svg path {
	fill: #5281b7;
}
#shareFb:hover svg path, #postcardShareFb:hover svg path, .footer-socials__link_fb:hover svg path {
	fill: #456db0;
}
#shareOk:hover svg path, #postcardShareOk:hover svg path, .footer-socials__link_ok:hover svg path {
	fill: #ee820a;
}
#shareTw:hover svg path, #postcardShareTw:hover svg path, .footer-socials__link_tw:hover svg path {
	fill: #44a5ef;
}
#getLink:hover svg path, #postcardGetLink:hover svg path {
	fill: #264269;
}
.footer-socials__link_inst:hover svg path {
	fill: #d62976;
}
.footer-socials__link_yt:hover svg path {
	fill: #ff0101;
}
.share-block__title {
	font-size: 14px;
	line-height: 1.43;
	letter-spacing: .25px;
	font-weight: 500;
	margin-bottom: 16px;
	color: #c6d3e4;
	padding-left: 12px;
}
.get-link-wrap {
	position: relative;
}
.cloud {
	display: inline-block;
	background-color: #fff;
	border: 1px solid #d6e1f0;
	border-radius: 16px;
	padding: 11px 20px;
	filter: drop-shadow(0px 8px 24px rgba(0,  66,  133,  0.05));
	color: #264269;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 16px;
}
.cloud::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	margin-bottom: -9px;
	left: 20px;
	width: 16px;
	height: 16px;
	background: #fff;
	border-right: 1px solid #d6e1f0;
	border-bottom: 1px solid #d6e1f0;
	border-bottom-right-radius: 2px;
	transform: rotate(45deg);
}
.share-tooltip {
	opacity: 0;
	visibility: hidden;
	width: 193px;
	position: absolute;
	top: 100%;
	margin-top: 16px;
	left: 0;
	transition: opacity .2s linear, visibility .2s linear;
	border: 1px solid #f1f4f8;
	font-size: 14px;
	line-height: 1.43;
	letter-spacing: .25px;
	font-weight: 500;
	z-index: 1;
}
.share-tooltip::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	margin-bottom: 0;
	margin-top: -9px;
	transform: rotate(225deg);
	border-right: 1px solid #f1f4f8;
	border-bottom: 1px solid #f1f4f8;
}
.share-tooltip.active {
	opacity: 1;
	visibility: visible;
}
.scroll-top-btn {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	bottom: 48px;
	text-align: center;
	transition: opacity .2s linear, visibility .2s linear;
}
.scroll-top-btn:hover .scroll-top-btn__title {
	color: #6f86a5;
}
.scroll-top-btn:hover .scroll-top-btn__arrow {
	transform: translateY(-2px);
}
.scroll-top-btn:hover .scroll-top-btn__arrow svg path {
	stroke: #264269;
}
.scroll-top-btn.active {
	opacity: 1;
	visibility: visible;
}
.scroll-top-btn__arrow {
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	box-shadow: 0px 8px 24px rgba(0, 66, 133, .05);
	border-radius: 50%;
	transition: transform .2s linear;
	margin: 0 auto;
}
.scroll-top-btn__arrow svg path {
	transition: stroke .2s linear;
}
.scroll-top-btn__title {
	font-size: 14px;
	line-height: 1.43;
	text-align: center;
	letter-spacing: .25px;
	font-weight: 500;
	color: #c6d3e4;
	transition: color .2s linear;
	display: block;
	margin-top: 8px;
}
.article-ext-links, .article-ext-events {
	max-width: unset;
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3,  minmax(0,  1fr));
	grid-gap: 32px;
	margin: 32px 0;
}
.article-ext-link, .article-ext-event {
	display: flex;
	flex-direction: column;
	width: 100%;
	border-radius: 12px;
	border: 1px solid #d6e1f0;
	padding: 24px 24px 0 24px;
}
.article-ext-link .img-wrap, .article-ext-event .img-wrap {
	height: 200px;
	width: 100%;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
	margin-bottom: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.article-ext-link .img-wrap img, .article-ext-event .img-wrap img {
	max-width: 100%;
	max-height: 100%;
	margin-bottom: 0;
	border-radius: 0;
}
.article-ext-link .img-wrap.img-wrap_cover img, .article-ext-event .img-wrap.img-wrap_cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 8px;
}
.article-ext-link .img-wrap .img-source, .article-ext-event .img-wrap .img-source {
	position: absolute;
	max-width: 100%;
	bottom: 0;
	left: 0;
	padding: 8px 12px;
	font-size: 14px;
	line-height: 1.43;
	letter-spacing: .25px;
	color: rgba(255, 255, 255, .6);
}
.article-ext-link h4, .article-ext-event h4 {
	margin-bottom: 12px;
}
.article-ext-link p, .article-ext-event p {
	font-size: 14px;
	color: #424e5f;
	margin-bottom: 12px;
}
.article-ext-link .desc, .article-ext-event .desc {
	margin-bottom: 32px;
}
.article-ext-link .desc>*:last-child, .article-ext-event .desc>*:last-child {
	margin-bottom: 0;
}
.article-ext-link .source, .article-ext-event .source {
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 56px;
	font-size: 14px;
	line-height: 1.43;
	letter-spacing: .25px;
	color: #6f86a5;
	text-decoration: underline;
	border-top: 1px solid #f1f4f8;
	margin-top: auto;
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 30px;
}
.article-ext-link:hover .source, .article-ext-event:hover .source {
	color: #fe5f5f;
}
.article-ext-event__place {
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 56px;
	font-size: 14px;
	line-height: 1.43;
	letter-spacing: .25px;
	color: #6f86a5;
	border-top: 1px solid #f1f4f8;
	margin-top: auto;
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 30px;
}
.article-link_web .source {
	background-image: url("../img/socials/icon-link-web.svg");
}
.article-link_web:hover .source {
	background-image: url("../img/socials/icon-link-web_hover.svg");
}
.article-link_yt .source {
	background-image: url("../img/socials/icon-link-yt.svg");
}
.article-link_yt:hover .source {
	background-image: url("../img/socials/icon-link-yt_hover.svg");
}
.article-link_vk .source {
	background-image: url("../img/socials/icon-link-vk.svg");
}
.article-link_vk:hover .source {
	background-image: url("../img/socials/icon-link-vk_hover.svg");
}
.article-link_inst .source {
	background-image: url("../img/socials/icon-link-inst.svg");
}
.article-link_inst:hover .source {
	background-image: url("../img/socials/icon-link-inst_hover.svg");
}
.article-link_fb .source {
	background-image: url("../img/socials/icon-link-fb.svg");
}
.article-link_fb:hover .source {
	background-image: url("../img/socials/icon-link-fb_hover.svg");
}
.article-link_ok .source {
	background-image: url("../img/socials/icon-link-ok.svg");
}
.article-link_ok:hover .source {
	background-image: url("../img/socials/icon-link-ok_hover.svg");
}
.article-link_tw .source {
	background-image: url("../img/socials/icon-link-tw.svg");
}
.article-link_tw:hover .source {
	background-image: url("../img/socials/icon-link-tw_hover.svg");
}
.search-form {
	position: relative;
}
.search-form__input {
	border: none;
	outline: none;
	width: 100%;
	font-weight: 700;
	font-size: 28px;
	color: #264269;
	line-height: 1.29;
	border-bottom: 1px solid #f1f4f8;
	padding: 6px 95px 5px 32px;
	transition: color .2s linear, border-color .2s linear;
}
.search-form__input:hover, .search-form__input:focus {
	border-color: #8b9db6;
}
.search-form__input::placeholder {
	color: #c6d3e4;
}
.search-form__input::-webkit-input-placeholder {
	color: #c6d3e4;
}
.search-form__input::-moz-placeholder {
	color: #c6d3e4;
}
.search-form__input::-ms-input-placeholder {
	color: #c6d3e4;
}
.search-form__submit {
	cursor: pointer;
	width: 24px;
	height: 24px;
	border: none;
	outline: none;
	position: absolute;
	left: 0;
	top: 14px;
	background-color: transparent;
	background-size: 20px 20px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("../img/icon-search_noframe.svg");
}
.search-form__submit:hover {
	background-image: url("../img/icon-search_noframe_dark.svg");
}
.clear-search-input {
	position: absolute;
	right: 0;
	top: 10px;
	font-size: 14px;
	line-height: 1.43;
	letter-spacing: .25px;
	font-weight: 500;
	color: #c6d3e4;
	padding: 4px 12px;
	border-radius: 28px;
	opacity: 0;
	visibility: hidden;
}
.clear-search-input:hover {
	color: #264269;
	background-color: #f1f8ff;
}
.clear-search-input.active {
	opacity: 1;
	visibility: visible;
}
.queries {
	margin-top: 40px;
}
.queries-title {
	color: #c6d3e4;
}
.queries-list {
	padding: 0;
	list-style: none;
	margin: 16px -16px 0;
	display: flex;
	flex-wrap: wrap;
}
.queries-list li {
	margin-bottom: 4px;
}
.queries-list__link {
	display: block;
	font-size: 16px;
	padding: 8px 16px;
	letter-spacing: .25px;
	text-decoration-line: underline;
	color: #6f86a5;
	border-radius: 20px;
}
.queries-list__link:hover {
	color: #264269;
	background-color: #f1f4f8;
}
.search-matches {
	color: #c6d3e4;
	margin-top: 8px;
}
.search-modal-divider {
	width: 100%;
	width: calc(100% + 96px);
	height: 1px;
	background-color: #f1f4f8;
	margin: 48px -48px 0;
}
.search-results {
	margin-top: 32px;
}
.search-results li {
	margin-bottom: 16px;
}
.search-results li:last-child {
	margin-bottom: 0;
}
.search-result {
	display: flex;
	align-items: center;
	width: 100%;
	width: calc(100% + 12px);
	margin-left: -12px;
	padding: 12px;
	border-radius: 8px;
	margin-bottom: 16px;
}
.search-result:last-child {
	margin-bottom: 0;
}
.search-result:hover {
	background-color: #f1f8ff;
}
.search-result:hover .search-result__content .section {
	color: #8b9db6;
}
.search-result__img {
	width: 128px;
	height: 128px;
	object-fit: cover;
	object-position: center;
	border-radius: 8px;
	display: block;
	margin-right: 28px;
}
.search-result__content .head>* {
	margin-bottom: 4px;
}
.search-result__content .head>*:last-child {
	margin-bottom: 0;
}
.search-result__content .section {
	margin-top: 32px;
	color: #c6d3e4;
	transition: color .2s linear;
}
.button-link-wrap_search {
	text-align: center;
	margin-top: 36px;
}
.search-checkboxes {
	margin-top: 20px;
}
.search-checkboxes .checkbox-group {
	display: inline-block;
	margin-top: 20px;
	margin-right: 24px;
}
.checkbox-group input[type=checkbox] {
	display: none;
}
.checkbox+label {
	user-select: none;
	cursor: pointer;
	font-size: 16px;
	letter-spacing: .25px;
	color: #6f86a5;
	transition: color .2s linear;
}
.checkbox+label a {
	text-decoration: underline;
}
.checkbox+label::before {
	content: "";
	display: inline-flex;
	width: 16px;
	height: 16px;
	background-color: #fff;
	border: 1px solid #8b9db6;
	border-radius: 4px;
	margin-right: 12px;
	cursor: pointer;
	flex-shrink: 0;
	margin-top: 4px;
	transition: border-color .2s linear;
}
.checkbox:hover+label, .checkbox:hover+label a {
	color: #264269;
}
.checkbox:hover+label::before {
	border-color: #264269;
}
.checkbox:checked+label::before {
	background-image: url("../img/icon-checkbox.svg");
	background-repeat: no-repeat;
	background-position: center;
	border-color: #8b9db6;
}
.not_found {
	margin-top: 32px;
}
.library-screen {
	padding: 0 48px 64px;
}
.books-link-wrap {
	height: 64px;
	display: flex;
	margin-left: -20px;
	align-items: center;
}
.books-link-wrap .button-link {
	font-weight: 400;
}
.books-container {
	padding-top: 48px;
	display: flex;
	margin: 0 -20px -64px;
	align-items: flex-start;
	flex-wrap: wrap;
}
.books-container .book-card {
	padding: 0 20px;
	width: 20%;
	margin-bottom: 64px;
}
.books-container .book-card:nth-child(9n+6), .books-container .book-card:nth-child(9n+7), .books-container .book-card:nth-child(9n+8), .books-container .book-card:nth-child(9n+9) {
	width: 25%}
.book-cover-wrap {
	width: 100%;
	display: flex;
	align-items: flex-end;
}
.book-cover-wrap.bordered .book-cover {
	border: 1px solid #d6e1f0;
}
.book-cover {
	width: 100%;
	max-height: 100%;
	overflow: hidden;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.book-cover:hover .book-cover__shade {
	opacity: 1;
	visibility: visible;
}
.book-cover__img {
	display: block;
	width: 100%}
.book-cover-wrap.nocover .book-cover {
	height: 100%;
	background-color: #dceaf8;
}
.book-cover-wrap.nocover .book-cover .book-cover__title-wrap {
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 16px 0;
}
.book-cover-wrap.nocover .book-cover .book-cover__title-wrap::before, .book-cover-wrap.nocover .book-cover .book-cover__title-wrap::after {
	content: "";
	display: block;
	width: 100%;
	height: 28px;
	background-image: url("../img/card-ornament_new.svg");
	background-size: auto 100%;
	opacity: .5;
	flex-shrink: 0;
}
.book-cover__title {
	padding: 0 16px;
	text-align: center;
}
.book-cover__name {
	color: #264269;
	font-weight: 600;
}
.book-cover__author {
	margin-top: 12px;
}
.book-cover__shade {
	position: absolute;
	opacity: 0;
	top: 0;
	left: 0;
	visibility: hidden;
	width: 100%;
	height: 100%;
	background-color: rgba(16, 42, 79, .24);
	transition: opacity .2s linear, visibility .2s linear;
	display: flex;
	align-items: center;
	justify-content: center;
}
.book-cover__links {
	width: 100%;
	max-width: 152px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	position: relative;
}
.book-cover__link {
	width: 64px;
	height: 64px;
	display: flex;
	background-color: #fff;
	border-radius: 50%;
	background-position: center;
	background-repeat: no-repeat;
	margin: 0 6px;
}
.book-cover__link:hover {
	background-color: #f1f8ff;
}
.book-cover__link_read {
	background-image: url("../img/icon-eye.svg");
}
.book-cover__link_download {
	background-image: url("../img/icon-download.svg");
}
.book-cover__link_book {
	background-image: url("../img/icon-book.svg");
}
.book-cover__link_book:hover+.book-cover__hidden-desc {
	opacity: 1;
}
.book-cover__hidden-desc {
	text-align: center;
	color: #fff;
	margin-top: 4px;
	opacity: 0;
	transition: opacity .2s linear;
	position: absolute;
	top: 100%}
.book-cover__hidden-desc::after {
	content: "Смотреть на сайте библиотеки";
	display: block;
}
.book-card__title {
	margin-top: 20px;
	margin-bottom: 0;
	color: #264269;
}
.book-card__author {
	margin-bottom: 0;
	margin-top: 8px;
}
.books-form {
	margin-top: 48px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.form-col {
	width: 48%;
	width: calc(50% - 32px);
}
.attach-group {
	margin-top: 40px;
	margin-bottom: 40px;
}
.attach-file-input {
	display: none;
}
.attach-file-label {
	display: inline-flex;
	align-items: center;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: .25px;
	color: #264269;
	border: 1px solid #d6e1f0;
	cursor: pointer;
	transition: background-color .2s linear;
	border-radius: 8px;
	height: 64px;
	padding: 4px 24px 4px 16px;
}
.attach-file-label svg {
	margin-right: 10px;
	flex-shrink: 0;
}
.attach-file-label svg path, .attach-file-label svg rect {
	transition: stroke .2s linear;
}
.attach-file-label:hover {
	background-color: #f1f8ff;
}
.attach-file-label:hover svg path, .attach-file-label:hover svg rect {
	stroke: #264269;
}
.attached-file {
	display: none;
	margin: 40px 0;
	width: -moz-fit-content;
	width: fit-content;
	max-width: 100%;
	align-items: center;
	justify-content: flex-start;
	padding: 4px 12px;
	min-height: 64px;
	border-radius: 8px;
	transition: background-color .2s linear;
	border: 1px solid #d6e1f0;
}
.attached-file svg path {
	transition: fill .2s linear;
}
.attached-file svg {
	flex-shrink: 0;
}
.attached-file:hover {
	background-color: #f1f8ff;
}
.attached-file:hover svg path {
	fill: #8b9db6;
}
.attached-file:hover .delete-attached svg path {
	fill: #264269;
}
.attached-file:hover .delete-attached:hover {
	background-color: #dceaf8;
}
.attached-file__info {
	margin: 0 12px;
	overflow: hidden;
}
.attached-file__info span {
	display: block;
	letter-spacing: .25px;
}
.attached-file__info .name {
	font-size: 16px;
	color: #264269;
	text-overflow: ellipsis;
	overflow: hidden;
}
.attached-file__info .data {
	font-size: 14px;
	line-height: 1.43;
	font-weight: 500;
	color: #6f86a5;
}
.delete-attached {
	width: 20px;
	height: 20px;
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
}
.delete-attached svg path {
	fill: transparent;
	transition: fill .2s linear;
}
.form-buttons {
	display: flex;
	width: 100%;
	justify-content: center;
	margin-top: 24px;
}
.clear-form-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: 600;
	color: #6f86a5;
	padding: 4px 24px;
	height: 48px;
	border-radius: 8px;
	margin-left: 8px;
}
.clear-form-btn svg {
	margin-left: 10px;
}
.clear-form-btn svg path {
	transition: fill .2s linear;
}
.clear-form-btn:not(.disabled):hover {
	background-color: #f1f8ff;
	color: #264269;
}
.clear-form-btn:not(.disabled):hover svg path {
	fill: #264269;
}
.clear-form-btn.disabled {
	color: #c6d3e4;
	pointer-events: none;
}
.clear-form-btn.disabled svg path {
	fill: #d6e1f0;
}
.modal-books-text {
	max-width: 664px;
}
.modal-books-text_blue {
	background-color: #f1f8ff;
	border-radius: 12px;
	padding: 24px 24px 32px 24px;
}
.modal-books-text_blue p:last-child {
	margin-bottom: 0;
}
.g-recaptcha {
	margin-top: 40px;
}
.courses-section {
	padding: 48px;
	border-bottom: 1px solid #f1f4f8;
}
.courses-section:last-child {
	border-bottom: none;
}
.language-classes__warning {
	margin: 20px auto 0;
	width: 100%;
	max-width: 780px;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	letter-spacing: .25px;
	color: #95a9c4;
}
.folk-page-head {
	background: #fff;
	box-shadow: 0px 8px 24px rgba(0, 66, 133, .05);
	border-radius: 8px;
	padding: 48px 0 64px 64px;
	margin-bottom: 20px;
	position: relative;
	display: flex;
	justify-content: space-between;
}
.folk-page-head .cloud-wrap {
	margin-bottom: 20px;
}
.folk-page-characteristics {
	background: #fff;
	box-shadow: 0px 8px 24px rgba(0, 66, 133, .05);
	border-radius: 8px;
	padding: 40px 40px 48px;
	display: flex;
	position: relative;
}
.folk-page-characteristics__item {
	padding: 0 56px;
	width: 23%}
.folk-page-characteristics__item:first-child {
	padding-left: 0;
	flex: 1;
}
.folk-page-characteristics__item:last-child {
	padding-right: 0;
	width: 29%}
.folk-characteristics__item-text {
	font-size: 18px;
	color: #264269;
	letter-spacing: .5px;
	line-height: 1.56;
	margin-top: 4px;
}
.folk-page-characteristics__divider {
	width: 1px;
	background-color: #d6e1f0;
}
.folk-page__title {
	letter-spacing: -1px;
	font-weight: 700;
	margin-bottom: 20px;
}
.folk-page-head__content {
	width: 51%}
.folk-page-head__content>*:last-child {
	margin-bottom: 0;
}
.folk-page-head__content p {
	color: #6f86a5;
}
.folk-page-head__img-wrap {
	position: absolute;
	top: -55px;
	right: 0;
	width: 44%;
	max-width: 530px;
	z-index: 0;
}
.folk-page-head__img {
	width: 100%;
	display: block;
}
.folk-page-head__circle {
	border-radius: 50%;
	width: 71%;
	position: absolute;
	z-index: -1;
	bottom: 32px;
	left: 32px;
	box-shadow: 0px 8px 48px rgba(0, 66, 133, .16);
}
.folk-page-head__circle::after {
	content: "";
	display: block;
	width: 100%;
	padding-bottom: 100%}
.about-folk {
	position: relative;
	display: flex;
	align-items: center;
	padding: 48px 0 80px;
	z-index: 1;
	margin-top: 80px;
	min-height: 500px;
}
.about-folk-snow {
	position: absolute;
	left: -130px;
	bottom: -80px;
	max-width: 100%;
	z-index: -1;
}
.about-folk-img {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 70%;
	max-width: 780px;
	z-index: -1;
	display: block;
	border-radius: 4px;
	object-fit: cover;
	object-position: center;
}
.content-plug {
	width: 100%;
	min-height: 412px;
	background-size: cover;
	background-position: center;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 64px 24px;
}
.content-plug h2 {
	color: #fff;
	max-width: 700px;
	font-weight: 700;
	letter-spacing: -0.5px;
	margin-bottom: 24px;
}
.content-plug p {
	color: rgba(255, 255, 255, .88);
	max-width: 700px;
}
.content-plug p:last-child {
	margin-bottom: 0;
}
.kids-page {
	padding: 112px 0 116px 0;
	background-color: #ebf4fe;
	background-size: 100% auto;
	background-repeat: no-repeat;
	min-height: 100vh;
}
.kids-wrap {
	display: flex;
	justify-content: space-between;
}
.kids-side {
	width: 32%;
	width: calc(33.33333% - 16px);
}
.kids-side_main {
	margin-bottom: 48px;
}
.kids-content {
	width: 66%;
	width: calc(66.66667% - 16px);
}
header.header_kids .kids-nav {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
header.header_kids .header-top {
	display: none;
}
.kids-menu:not(.opened) .kids-nav {
	margin: 0;
	padding: 0;
}
.kids-menu:not(.opened) .kids-nav li::before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #264269;
	margin: 0 4px;
	align-self: center;
}
.kids-menu:not(.opened) .kids-nav li:first-child::before {
	display: none;
}
.kids-nav__link {
	text-transform: uppercase;
	letter-spacing: .08em;
}
.kids-character {
	border-radius: 24px;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-color: #fff;
}
.kids-character.fixed {
	position: fixed;
	width: calc(33.33333% - 66px);
	max-width: 437px;
	margin-right: 50px;
}
.kids-character.no_fixed {
	position: static;
	width: 100%;
	margin-right: auto;
}
.kids-side.no_fixed {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.kids-character__answer-container, .kids-character__cartoons-phrase-container {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	width: 88%;
	width: calc(100% - 40px);
	top: 40px;
	display: none;
}
.kids-character__answer, .kids-character__cartoons-phrase {
	display: none;
	padding: 16px 20px;
	background: #fff;
	border-radius: 16px;
	color: #264269;
	font-size: 22px;
	line-height: 1.09;
	font-weight: 700;
	filter: drop-shadow(0px 8px 48px rgba(0,  66,  133,  0.16));
}
.kids-character__answer:before, .kids-character__cartoons-phrase:before {
	content: "";
	border-style: solid;
	border-width: 10px 15px 10px 0;
	border-color: transparent #fff transparent transparent;
	position: absolute;
	transform: rotate(-90deg);
	left: 50%;
	margin-left: -8px;
	margin-top: 36px;
}
.kids-character__cartoons-phrase-container {
	display: flex;
}
.kids-character__cartoons-phrase {
	display: block;
}
#kidsCharacterPhraseContainer {
	opacity: 0;
}
.kids-character__bg {
	border-radius: 24px 24px 0 0;
	padding: 64px 32px 0;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center bottom;
	position: relative;
}
.kids-character__name {
	font-family: "Noto Sans", sans-serif;
	font-weight: 800;
	font-size: 48px;
	line-height: 1;
	color: #fff;
	margin-bottom: 8px;
	letter-spacing: -0.5px;
}
.kids-character__ethnicity {
	font-size: 20px;
	line-height: 1.6;
	letter-spacing: .25px;
	color: #fff;
}
.kids-character__img {
	width: 100%;
	margin-bottom: -56px;
}
.kids-character__characteristics {
	margin: 0;
	margin-top: 56px;
	padding: 20px 32px 48px;
	list-style: none;
}
.kids-character__characteristics li {
	margin-bottom: 16px;
}
.kids-character__characteristics li:last-child {
	margin-bottom: 0;
}
.kids-character__characteristics li>* {
	margin-bottom: 4px;
}
.kids-character__characteristics li>*:last-child {
	margin-bottom: 0;
}
.kids-character__characteristics li p {
	color: #6f86a5;
}
.kids-character__characteristics-title {
	font-family: "Muller", sans-serif;
	color: #264269;
	font-size: 22px;
	line-height: 1.09;
	font-weight: 700;
}
.back-link_kids {
	margin-left: -12px;
}
.back-link_kids a {
	font-size: 20px;
	line-height: 1.6;
	letter-spacing: .25px;
	color: #6f86a5;
	display: inline-flex;
	align-items: center;
	border-radius: 8px;
	background-color: transparent;
	padding: 8px 16px 8px 12px;
}
.back-link_kids a svg {
	margin-right: 12px;
}
.back-link_kids a svg rect {
	transition: stroke .2s linear;
}
.back-link_kids a:hover {
	color: #264269;
	background-color: #f1f8ff;
}
.back-link_kids a:hover svg rect {
	stroke: #264269;
}
.back-link_kids_main {
	margin-top: 16px;
	margin-bottom: 40px;
}
.back-link_kids_main a:hover {
	background-color: #fff;
}
.back-link_kids_main.back-link_kids_adaptive {
	display: none;
	margin-top: 0;
	margin-bottom: 20px;
}
.screen_kids {
	border-radius: 24px;
	background-color: #fff;
}
.screen_kids_inner {
	min-height: 100%;
	padding: 40px 64px 64px 64px;
}
.kids-seсtion {
	margin-bottom: 48px;
}
.kids-seсtion .section-title {
	margin-bottom: 20px;
}
.kids-seсtion:last-child {
	margin-bottom: 0;
}
.kids-seсtion_games {
	margin-bottom: 64px;
}
.games-container {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: 0 -12px -32px -12px;
}
.game-card {
	width: 24%;
	width: calc(25% - 24px);
	margin: 0 12px 32px 12px;
}
.game-card:hover .game-cover-wrap {
	filter: drop-shadow(0px 8px 24px rgba(0,  66,  133,  0.05));
	transform: translateY(-4px);
}
.game-card__title {
	margin: 12px 0 0 0;
	color: #264269;
	padding-left: 8px;
}
.main-games-container {
	margin: 0 -16px -40px -16px;
}
.main-games-container .game-card {
	width: calc(25% - 32px);
	margin: 0 16px 40px 16px;
}
.main-games-container .game-card:nth-child(6n+5), .main-games-container .game-card:nth-child(6n+6) {
	width: calc(50% - 32px);
}
.main-games-container .game-card:nth-child(6n+5) .game-card__title, .main-games-container .game-card:nth-child(6n+6) .game-card__title {
	padding: 0 32px 0 16px;
	margin-top: 16px;
	color: #264269;
	font-family: "Muller", sans-serif;
	font-weight: 700;
	font-size: 22px;
	letter-spacing: 0;
	line-height: 1.09;
}
.game-cover-wrap {
	overflow: hidden;
	position: relative;
	width: 100%;
	padding-bottom: 100%;
	transition: filter .2s linear, transform .2s linear;
	border-radius: 24px;
}
.game-cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 24px;
}
.screen_tales {
	padding: 40px 32px;
}
.button-tales-wrap {
	text-align: center;
	margin-top: 32px;
}
.tale-link {
	padding: 12px;
	display: flex;
	align-items: center;
	background-image: url("../img/play-button_circled.svg");
	background-position: right 12px center;
	background-repeat: no-repeat;
	border-radius: 16px;
}
.tale-link:hover {
	background-color: #f1f8ff;
}
.tale-link__img, .tale-head__img {
	display: block;
	width: 92px;
	height: 92px;
	object-fit: cover;
	object-position: center;
	border-radius: 12px;
	margin-right: 32px;
}
.tale-link__desc {
	max-width: 620px;
	padding-right: 80px;
}
.tale-link__desc p {
	color: #6f86a5;
	margin: 0;
}
.tale-link__desc p span {
	color: #c6d3e4;
}
.big-text {
	font-size: 20px;
	line-height: 1.6;
}
.screen_book {
	padding: 40px 40px 48px 40px;
}
.screen_book p {
	margin: 16px 0 0 0;
	color: #6f86a5;
}
.screen_book iframe {
	display: block;
	width: 100%;
	height: 470px;
	border-radius: 2px;
}
.screen_book video {
	width: 100%;
	border-radius: 2px;
}
.screen_cartoons {
	display: flex;
}
.screen_cartoons-left {
	width: 50%;
	width: calc(50% + 16px);
	box-shadow: 0px 8px 24px rgba(0, 66, 133, .05);
	border-radius: 24px 0px 0px 24px;
	padding: 32px 32px 48px;
}
.cartoon-card {
	display: block;
	position: relative;
}
.cartoon-card:hover .cartoon-card__preview::before {
	opacity: 1;
}
.cartoon-card__preview {
	width: 100%;
	height: 136px;
	background-size: cover;
	background-position: center;
	margin-bottom: 12px;
}
.cartoon-card_big .cartoon-card__preview {
	height: 232px;
	margin-bottom: 16px;
}
.cartoon-card_big .cartoon-card__preview::before {
	content: url("../img/play-button.svg");
}
.cartoon-card__title {
	font-size: 16px;
	color: #6f86a5;
	margin-bottom: 0;
}
.cartoon-card__series {
	position: absolute;
	top: 8px;
	left: 8px;
	background-color: #fff;
	border-radius: 2px;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.33;
	color: #264269;
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.screen_cartoons-right {
	width: 50%;
	width: calc(50% - 16px);
	padding: 56px 32px 32px;
}
.button-toons-wrap {
	margin-top: 32px;
}
.cartoons-slider {
	position: relative;
}
.cartoons-slider .owl-nav {
	width: 100%;
	display: flex;
	justify-content: space-between;
	position: absolute;
	top: 53px;
	left: 0;
	height: 0;
}
.cartoons-slider .owl-nav button {
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff !important;
	border-radius: 50%;
	transition: all .2s linear;
	box-shadow: 0px 8px 24px rgba(0, 66, 133, .05);
}
.cartoons-slider .owl-nav button:hover {
	background-color: #f1f8ff !important;
}
.cartoons-slider .owl-nav button.disabled {
	opacity: 0;
	visibility: hidden;
}
.cartoons-slider .owl-stage {
	display: flex;
	padding-right: 10px !important;
	box-sizing: border-box;
}
.cartoons-slider .owl-item {
	opacity: .25;
	transition: .5s opacity;
	margin-right: 16px !important;
}
.cartoons-slider .owl-item.active {
	flex-shrink: 0;
	opacity: 1;
}
.cartoons-slider .owl-item.active+.owl-item {
	opacity: .25;
}
.cartoons-slider .owl-item:first-child {
	margin-left: -60px;
}
.other-items_kids {
	margin-top: 56px;
}
.other-items_kids h3 {
	margin-bottom: 32px;
}
.other-items_tales {
	margin-top: 64px;
}
.tales-list {
	margin: 0 -12px;
	padding: 0;
	list-style: none;
}
.tales-list li::after {
	content: "";
	display: block;
	margin: 12px;
	width: 100%;
	width: calc(100% - 24px);
	height: 1px;
	background-color: #f1f4f8;
}
.tales-list li:last-child::after {
	display: none;
}
.tales-section-title {
	margin: 28px 0 20px;
	color: #8b9db6;
}
.tales-section-title:first-child {
	margin-top: 0;
}
.tale-lang-dropdown {
	max-width: 252px;
	margin-bottom: 16px;
}
.cartoon-lang-dropdown {
	max-width: 220px;
}
.main-tale {
	margin-top: 32px;
}
.tale-head {
	display: flex;
}
.cartoon-head {
	display: flex;
	justify-content: space-between;
}
.tale-head__desc h2 {
	margin-bottom: 16px;
	font-weight: 700;
	letter-spacing: -0.5px;
}
.tale-head__desc p {
	color: #6f86a5;
	margin-bottom: 12px;
}
.tale-head__desc p:last-child {
	margin-bottom: 0;
}
.tale-head__desc p span {
	color: #c6d3e4;
}
.cartoons-container {
	display: grid;
	grid-template-columns: repeat(3,  minmax(0,  1fr));
	grid-column-gap: 36px;
	grid-row-gap: 40px;
	align-items: start;
}
.cartoons-container_lang {
	display: none;
}
.cartoons-container_lang.active {
	display: grid;
}
.audio-wrap {
	width: 100%;
	margin-top: 40px;
}
.audio-question-wrap {
	width: 100%;
	margin: 100px 0 80px 0;
}
.audioplayer {
	display: flex;
	align-items: center;
	position: relative;
}
.audioplayer-playpause {
	margin-right: 24px;
}
.audioplayer-playpause a {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	border: 1px solid #d6e1f0;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	content: "";
	color: transparent;
	transition: all 0s;
}
.audioplayer-stopped .audioplayer-playpause a {
	background-image: url("../img/icon-play_sm.svg");
}
.audioplayer-playing .audioplayer-playpause a {
	background-image: url("../img/icon-pause_sm.svg");
}
.audioplayer-volume {
	display: none;
}
.audioplayer-bar {
	width: 100%;
	height: 6px;
	background-color: #f1f4f8;
	border-radius: 3px;
	margin-top: 20px;
	position: relative;
}
.audioplayer-bar div {
	height: 6px;
}
.audioplayer-time {
	position: absolute;
	top: 13px;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: .25px;
	font-weight: 500;
	color: #6f86a5;
}
.audioplayer-time-current {
	left: 80px;
}
.audioplayer-time-duration {
	right: 0;
}
.audioplayer-bar-loaded {
	background-color: #f1f4f8;
	position: absolute;
	border-radius: 3px;
	z-index: 0;
}
.audioplayer-bar-played {
	position: absolute;
	z-index: 0;
	border-radius: 3px;
	background-color: #f84c77;
}
.audioplayer-bar-played::after {
	content: "";
	display: none;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #f84c77;
	box-shadow: 0px 1px 12px rgba(35, 64, 92, .2);
	cursor: pointer;
	position: absolute;
	right: -8px;
	top: -5px;
}
.audioplayer-playing .audioplayer-time-current {
	color: #f84c77;
}
.audioplayer-playing .audioplayer-bar-played::after {
	display: block;
}
.cartoon {
	margin-top: 24px;
}
.cartoon iframe {
	width: 100%;
	display: block;
	height: 440px;
	border-radius: 2px;
}
.cartoon video {
	width: 100%;
	border-radius: 2px;
}
.cartoon .cartoon__title {
	margin: 16px 0 0;
	color: #6f86a5;
}
.cartoon_lang {
	display: none;
}
.cartoon_lang.active {
	display: block;
}
.kids-select-page {
	padding-top: 32px;
	display: flex;
	flex-direction: column;
	min-height: 100%}
.kids-select__title {
	text-align: center;
	margin-top: 60px;
	margin-bottom: 16px;
}
.characters-wrap {
	background-color: #f1f8ff;
	padding-bottom: 160px;
	flex: 1;
}
header.header_kids-select {
	display: none;
}
.header-logo_kids {
	display: inline-block;
}
.header-logo_kids.fixed {
	position: fixed;
	top: 32px;
	z-index: 2;
}
.character-select-wrap {
	height: 224px;
	background-color: #f1f8ff;
	background-image: linear-gradient(180deg,  #FFFFFF 0%,  rgba(255,  255,  255,  0.99) 39.11%,  rgba(255,  255,  255,  0.91) 50.37%,  rgba(255,  255,  255,  0) 100%);
}
.character-select-wrap.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1;
	background-color: transparent;
}
.character-select-wrap .container {
	padding-top: 32px;
}
.characters-container {
	display: grid;
	grid-template-columns: repeat(4,  minmax(0,  1fr));
	grid-gap: 32px;
	align-items: flex-end;
	margin-bottom: 128px;
}
.character-item {
	display: block;
	border-radius: 24px;
	background-color: #fff;
	padding: 0;
	text-align: center;
	transition: box-shadow .2s linear, transform .2s linear;
}
.character-item:hover {
	box-shadow: 0px 8px 24px rgba(0, 66, 133, .05);
	transform: translateY(-4px);
}
.character-item:nth-child(even) {
	margin-bottom: -128px;
}
.character-item__bg {
	border-radius: 24px 24px 0 0;
	padding: 68px 24px 0;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.character-item__desc {
	margin-top: 40px;
	padding: 24px 24px 44px;
}
.character-item__img {
	max-width: 100%;
	margin-bottom: -46px;
}
.character-item__name {
	font-family: "Noto Sans", sans-serif;
	font-weight: 800;
	line-height: 1.14;
	margin-bottom: 8px;
	letter-spacing: -0.5px;
}
.character-item__ethnicity {
	margin-bottom: 0;
	color: #6f86a5;
}
.select-character-form {
	max-width: 432px;
	margin: 0 auto;
}
.select-character-form .search-form__input {
	background-color: transparent;
	padding-right: 0;
}
.radio-group input[type=radio] {
	display: none;
	outline: none;
}
.radio+label {
	display: flex;
	user-select: none;
	cursor: pointer;
	font-size: 20px;
	line-height: 1.4;
	letter-spacing: .25px;
	color: #6f86a5;
	outline: none;
	transition: color .2s linear, background-color .2s linear;
	padding: 14px 16px;
	border-radius: 8px;
}
.radio+label::before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background-color: transparent;
	border: 3px solid #d6e1f0;
	border-radius: 50%;
	margin-right: 16px;
	cursor: pointer;
	flex-shrink: 0;
	transition: border-color .2s linear;
	margin-top: 4px;
	box-sizing: border-box;
}
.radio:hover+label, .radio:checked+label {
	color: #264269;
	background-color: #f1f8ff;
}
.radio:hover+label::before, .radio:checked+label::before {
	border-color: #264269;
}
.radio-answer:hover {
	background-color: #f1f8ff;
}
.radio-answer:hover .radio+label {
	border-color: #264269;
}
.game-page__title {
	font-weight: 700;
}
.game-page__title span {
	color: #85afd9;
}
h2.game-page__title {
	letter-spacing: -0.5px;
	margin-top: 20px;
}
.game-page__text_bigger {
	font-size: 24px;
	text-align: center;
	margin: 100px 0;
	color: #6f86a5;
}
.game-page__other-items {
	display: none;
	margin-top: 48px;
}
.game-page__other-items.active {
	display: block;
}
.game-page__img {
	max-width: 100%;
	display: block;
	margin: 56px auto 48px auto;
	border-radius: 2px;
}
.game-page__img-block {
	position: relative;
	margin: 56px auto 48px;
	width: -moz-fit-content;
	width: fit-content;
}
.game-page__img-block img {
	max-width: 100%;
	display: block;
	border-radius: 2px;
}
.game-page__img-source {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 24px;
	font-size: 14px;
	line-height: 1.43;
	letter-spacing: .25px;
	color: rgba(255, 255, 255, .6);
}
.answers-block {
	border-radius: 12px;
	background-color: transparent;
	border: 2px solid #f1f4f8;
	padding: 16px 12px;
}
.answers-block_horizontal {
	display: flex;
	border: none;
	justify-content: center;
	flex-wrap: wrap;
	padding: 0;
	margin: 48px 0 -12px;
}
.answers-block_horizontal .radio-answer {
	border: 2px solid #f1f4f8;
	margin-right: 16px;
	margin-bottom: 12px;
	border-radius: 12px;
	min-width: 200px;
}
.game-page__result {
	border-radius: 24px;
	padding: 48px;
	border: 2px solid #7ed391;
	display: none;
}
.game-page__result h3 {
	color: #7ed391;
}
.game-page__result p {
	margin-bottom: 20px;
	color: #6f86a5;
}
.game-page__result>*:last-child {
	margin-bottom: 0;
}
.game-page__result.result_incorrect {
	border-color: #fe5f5f;
}
.game-page__result.result_incorrect h3 {
	color: #fe5f5f;
}
.game-page__result.active {
	display: block;
}
.game-answer__img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
	margin-bottom: 32px;
	border-radius: 12px;
}
.game-answer__title {
	margin-bottom: 20px;
	font-weight: 700;
}
.game-answer__text {
	display: none;
	color: #6f86a5;
}
.img-answers {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: 100px -12px -24px -12px;
}
.img-answers .img-answer {
	margin: 0 12px 24px 12px;
	width: calc(33.33333% - 24px);
}
.img-answers .img-answer input[type=radio] {
	display: none;
}
.img-answer {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 12px;
}
.img-answer img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
	border-radius: 8px;
}
.img-answer:hover {
	background-color: #f1f8ff;
}
.img-answer label {
	padding: 12px;
	cursor: pointer;
}
.game-answer__title_right, .game-answer__title_wrong {
	display: none;
}
.game-answer__title_right {
	color: #7ed391;
}
.game-answer__title_wrong {
	color: #fe5f5f;
}
.game-page__dropdown-result, .game-page__sortgame-result {
	display: none;
	margin-bottom: 24px;
}
.game-page__dropdown-result h5, .game-page__sortgame-result h5 {
	color: #7ed391;
	display: flex;
	margin-bottom: 12px;
}
.game-page__dropdown-result h5::before, .game-page__sortgame-result h5::before {
	content: url("../img/icon-kids-ok.svg");
	display: block;
	margin-right: 8px;
}
.game-page__dropdown-result.wrong h5, .game-page__sortgame-result.wrong h5 {
	color: #fe5f5f;
}
.game-page__dropdown-result.wrong h5::before, .game-page__sortgame-result.wrong h5::before {
	content: url("../img/icon-kids-decline.svg");
}
.game-page__dropdown-result p, .game-page__sortgame-result p {
	color: #6f86a5;
	margin-bottom: 0;
}
.dragndrop {
	margin-bottom: 32px;
}
.dragndrop__image-container {
	width: -moz-fit-content;
	width: fit-content;
	position: relative;
	margin: 0 auto;
}
.dragndrop__points {
	position: absolute;
	height: 100%;
	width: 100%}
.dragndrop__image {
	max-width: 100%;
	height: auto;
	display: block;
}
.dragndrop__answer {
	position: relative;
	display: flex;
	align-items: center;
	cursor: move;
	cursor: grab;
	padding: 7px 23px 7px 7px;
	background-color: #fff;
	border: 1px solid #d6e1f0;
	box-shadow: 0px 8px 24px rgba(0, 66, 133, .05);
	border-radius: 28px;
	margin-right: 12px;
	margin-bottom: 12px;
	white-space: nowrap;
	z-index: 1;
	transition: background-color .2s linear;
}
.dragndrop__answer.ui-draggable-dragging {
	cursor: grabbing;
}
.dragndrop__answer p {
	margin-bottom: 0;
	color: #264269;
}
.dragndrop__answer .point {
	width: 32px;
	height: 32px;
	background-color: #fff;
	border: 1px solid #d6e1f0;
	margin-right: 8px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.dragndrop__answer .point::before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	background-color: #264269;
	border-radius: 50%}
.dragndrop__answer .point.right::before {
	background-color: #21cf21;
}
.dragndrop__answer .point.wrong::before {
	background-color: #e92f28;
}
.dragndrop__answer:last-child {
	margin-right: 0;
}
.dragndrop__answer.wrong {
	border: 1px solid #fe5f5f;
}
.dragndrop__answer.wrong .point {
	border: 1px solid #fe5f5f;
}
.dragndrop__answer.wrong .point::before {
	background-color: #fe5f5f;
}
.dragndrop__answer.right {
	border: 1px solid #7ed391;
}
.dragndrop__answer.right .point {
	border: 1px solid #7ed391;
}
.dragndrop__answer.right .point::before {
	background-color: #7ed391;
}
.dragndrop__answer:hover {
	background-color: #f1f8ff;
}
.dragndrop__answers-block {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	border: none;
	padding: 0;
	height: 48px;
}
.dragndrop__point {
	background: #264269;
	border: 10px solid #fff;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	position: absolute;
}
.sortgame__answers-block {
	display: flex;
	justify-content: space-between;
	justify-content: center;
	width: 100%;
	border: none;
	padding: 0;
	margin-top: 64px;
	margin-bottom: 48px;
}
.sortgame__button {
	cursor: pointer;
	height: 100%;
	width: 36px;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background-color .2s linear;
}
.sortgame__button:hover {
	background-color: #f1f8ff;
}
.sortgame__button::before {
	display: block;
	height: 32px;
}
.sortgame__prev-button {
	margin-right: 10px;
}
.sortgame__prev-button:before {
	content: url("../img/sort-game-arrow_prev.svg");
}
.sortgame__next-button {
	margin-left: 10px;
}
.sortgame__next-button:before {
	content: url("../img/sort-game-arrow_next.svg");
}
.sortgame__element {
	display: inline-flex;
	margin-right: 12px;
	border-radius: 12px;
	justify-content: space-between;
	align-items: center;
	border: 2px solid #f1f4f8;
	cursor: move;
	background: #fff;
	flex: 1 1 0;
	padding: 10px;
	box-shadow: 0px 8px 24px rgba(0, 66, 133, .05);
}
.sortgame__element:first-child .sortgame__prev-button {
	display: none;
}
.sortgame__element:last-child {
	margin-right: 0px;
}
.sortgame__element:last-child .sortgame__next-button {
	display: none;
}
.sortgame__element.right {
	border-color: #7ed391;
}
.sortgame__element.wrong {
	border-color: #fe5f5f;
}
.sortgame__img {
	height: 160px;
	width: 160px;
	object-fit: cover;
	object-position: center;
	border-radius: 8px;
}
.game-click {
	display: flex;
	justify-content: center;
	align-items: center;
}
#gameClickSquare {
	position: absolute;
	border: 4px solid transparent;
	border-radius: 24px;
	justify-content: center;
	display: inline-flex;
	opacity: 0;
	z-index: 2;
	box-sizing: content-box;
}
#gameClickSquare.right {
	border: 4px solid #7ed391;
	opacity: 1;
}
#gameClickSquare.right:before {
	content: url(../img/gameclick-right.svg);
	position: absolute;
	top: 0;
	margin-top: -130px;
	width: 128px;
	left: 50%;
	margin-left: -50px;
}
#gameClickSquare.wrong {
	border: 4px solid #fe5f5f;
	opacity: 1;
}
#gameClickSquare.wrong:before {
	content: url("../img/gameclick-wrong.svg");
	position: absolute;
	top: 0;
	margin-top: -130px;
	width: 128px;
	left: 50%;
	margin-left: -70px;
}
.game-click {
	width: -moz-fit-content;
	width: fit-content;
	position: relative;
	margin: 0 auto;
}
.game-click__container {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 1;
}
.game-click__image {
	max-width: 100%;
	height: auto;
	display: block;
}
#gameClickImageContainer {
	cursor: crosshair;
}
.game__button-container, .reload-game__button-container {
	display: none;
	justify-content: center;
	width: 100%}
.game__button-container.active, .reload-game__button-container.active {
	display: flex;
}
.reload-game__button-container {
	margin-bottom: 48px;
}
.game-click__result .game-answer__title {
	margin-top: 32px;
}
.kids-character-mobile {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 64px;
	align-items: center;
	justify-content: space-between;
	background-color: #fff;
	box-shadow: 0px 8px 48px rgba(0, 66, 133, .16);
	border-radius: 24px 24px 0px 0px;
	padding: 0 50px;
	z-index: 1;
}
.kids-character-mobile.index {
	transition: .3s transform;
}
.kids-character-mobile.hidden {
	transform: translate(0,  120px);
}
.kids-character-mobile__head {
	flex: 1;
}
.kids-character-mobile__head p {
	margin-bottom: 0;
}
.kids-character-mobile__name {
	font-size: 18px;
	font-weight: 700;
	color: #264269;
	line-height: 1.1;
	letter-spacing: 0;
}
.kids-character-mobile__img {
	width: 128px;
}
.kids-character-mobile__answer-container, .kids-character-mobile__cartoons-phrase-container {
	position: absolute;
	bottom: 0;
	right: 193px;
	filter: drop-shadow(0px 8px 48px rgba(0,  66,  133,  0.16));
}
.kids-character-mobile__answer, .kids-character-mobile__cartoons-phrase {
	height: 64px;
	padding: 0 20px 0 24px;
	display: flex;
	align-items: center;
	background-color: #fff;
	border-radius: 24px;
	font-family: "Muller", sans-serif;
	color: #264269;
	font-size: 18px;
	line-height: 1.09;
	font-weight: 700;
}
.kids-character-mobile__answer:before, .kids-character-mobile__cartoons-phrase:before {
	content: "";
	border-style: solid;
	border-width: 10px 15px 10px 0;
	border-color: transparent #fff transparent transparent;
	position: absolute;
	transform: rotate(180deg);
	right: 0;
	margin-right: -15px;
}
.kids-character-mobile__answer {
	display: none;
}
.kids-character-mobile__answer.active {
	display: flex;
}
.postcard {
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: 48px;
	box-shadow: 0px 8px 24px rgba(0, 66, 133, .05);
}
.postcard__content {
	display: flex;
	align-items: flex-start;
	padding: 80px 48px 56px;
	background-color: #85afd9;
	background-image: url(../img/postcard/bg1.svg);
	background-size: cover;
	background-position: center;
}
.postcard__footer {
	padding: 48px 48px 56px;
	padding-top: 36px;
	background: #fff;
	margin-top: auto;
	position: relative;
}
.postcard__footer:before {
	width: 100%;
	content: "";
	height: 60px;
	background: url(../img/postcard-prefooter.svg);
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center bottom;
	position: absolute;
	top: 0;
	left: 0;
	top: -58px;
}
.postcard__logo {
	position: relative;
	padding: 54px 0 0 80px;
	display: flex;
	color: #6f86a5;
}
.postcard__logo img {
	position: absolute;
	height: 64px;
	top: 0;
	left: 0;
}
.postcard__logo-link {
	display: flex;
	align-items: center;
}
.postcard__logo-link::before {
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	background-color: #d6e1f0;
	margin: 0 8px;
	border-radius: 50%}
.postcard__cloud {
	padding: 48px 64px 48px 48px;
	background: #fff;
	border-radius: 12px;
	width: 52%;
	position: relative;
	filter: drop-shadow(0px 8px 24px rgba(0,  66,  133,  0.05));
}
.postcard__cloud::after {
	content: "";
	border-style: solid;
	border-width: 20px 0 20px 32px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -20px;
	margin-right: -32px;
}
.postcard__greetings {
	margin-bottom: 16px;
	font-weight: 700;
	letter-spacing: -0.5px;
}
.postcard__wish {
	margin-bottom: 16px;
}
.postcard__clarification {
	color: #c6d3e4;
}
.postcard__wish_translated {
	max-width: 320px;
	margin-top: 32px;
	margin-bottom: 0;
}
.postcard-controls {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 80px;
}
.postcard-controls__left {
	flex: 0 0 63%}
.postcard-controls__dropdowns {
	display: flex;
	margin-top: 20px;
}
.postcard-controls__dropdowns>* {
	margin-right: 40px;
}
.postcard-controls__dropdowns>*:last-child {
	margin-right: 0;
}
.postcard__character {
	flex: 1;
	position: relative;
	display: flex;
	flex-direction: column;
	height: 360px;
}
.postcard__character img {
	position: absolute;
	z-index: 1;
	height: 135%;
	max-width: 100%}
.postcard__character-name {
	padding: 24px 32px;
	min-width: 232px;
	background-color: #fff;
	border-radius: 24px;
	box-shadow: 0px 8px 48px rgba(0, 66, 133, .16);
	position: absolute;
	right: 0;
	top: 320px;
	text-align: center;
	z-index: 2;
}
.postcard__character-name h3 {
	font-weight: 800;
}
.postcard__character-name>* {
	margin-bottom: 8px;
}
.postcard__character-name>*:last-child {
	margin-bottom: 0;
}
.postcard__dropdown-wrap {
	width: 100%}
.postcard__dropdown-wrap p {
	color: #c6d3e4;
	margin-bottom: 4px;
}
.postcard__dropdown-wrap .dropdown .select-menu {
	z-index: 2;
}
.postcard-controls__right {
	display: flex;
}
.postcard__share-block {
	position: relative;
	margin-right: 16px;
}
.postcard-controls__share-list {
	display: none;
}
.postcard-controls__share-list.active {
	width: 248px;
	padding: 16px 0;
	display: flex;
	flex-direction: column;
	position: absolute;
	top: 100%;
	margin-top: 8px;
	background-color: #fff;
	box-shadow: 0px 8px 24px rgba(0, 66, 133, .05);
	border-radius: 8px;
	z-index: 1;
}
.postcard-controls__share-list .share-button {
	padding: 12px 16px;
	border-radius: 0;
}
.postcard__download-block {
	position: relative;
}
.postcard__download-info {
	position: absolute;
	top: 100%;
	right: 0;
	margin-top: 12px;
	margin-bottom: 0;
	color: #c6d3e4;
}
.test-page__result-bg {
	background-position: center;
	background-size: cover;
	width: 100%;
	padding: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 24px;
	margin-top: 40px;
}
.test-page__result {
	border-radius: 24px;
	width: 100%;
	max-width: 500px;
	padding: 40px 48px 32px 48px;
	background-color: #fff;
	text-align: center;
	min-height: 330px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.test-page__result .small-text {
	font-weight: 400;
	margin-bottom: 24px;
}
.test-page__result h2 {
	font-weight: 700;
	margin-bottom: 8px;
}
.test-page__result h3 {
	margin-bottom: 0;
}
.test-page__result .button-kids {
	margin-top: 32px;
}
.test-page__result p {
	margin-bottom: 0;
	color: #6f86a5;
}
.test-page__result p a {
	text-decoration: underline;
}
.test-page__result p a:hover {
	color: #f84c77;
}
.test-page__result-divider {
	height: 1px;
	width: 100%;
	max-width: 264px;
	background: #d6e1f0;
	margin: 27px auto 31px auto;
}
.test-question-index {
	font-family: "Muller", sans-serif;
	font-size: 18px;
	line-height: 1.33;
	font-weight: 700;
	color: #8b9db6;
	margin: 16px 0 12px 0;
}
.test-btn-wrap {
	text-align: center;
	margin-top: 32px;
}
.test-question-text {
	margin-top: 16px;
	text-align: center;
}
.radio-answer.correct {
	border-color: #7ed391;
}
.radio-answer.correct .radio+label {
	color: #7ed391;
}
.radio-answer.correct .radio+label::before {
	border-color: #7ed391;
}
.radio-answer.clicked, .radio-answer.wrong {
	border-color: #fe5f5f;
}
.radio-answer.clicked .radio+label, .radio-answer.wrong .radio+label {
	color: #fe5f5f;
}
.radio-answer.clicked .radio+label::before, .radio-answer.wrong .radio+label::before {
	border-color: #fe5f5f;
}
.radio-answer.clicked.correct {
	border-color: #7ed391;
}
.radio-answer.clicked.correct .radio+label {
	color: #7ed391;
}
.radio-answer.clicked.correct .radio+label::before {
	border-color: #7ed391;
}
.test_result .game-page__other-items {
	display: block;
}
.img-answers_4 {
	width: 100%;
	max-width: 570px;
	margin: 48px auto -20px auto;
	flex-wrap: wrap;
}
.img-answers_4 .img-answer {
	width: calc(50% - 20px);
	margin: 0 10px 20px 10px;
}
.img-answer.clicked, .img-answer.correct, .img-answer.wrong {
	position: relative;
}
.img-answer.clicked label, .img-answer.correct label, .img-answer.wrong label {
	padding: 10px;
}
.img-answer.clicked::before, .img-answer.correct::before, .img-answer.wrong::before {
	display: block;
	position: absolute;
}
.img-answer.clicked, .img-answer.wrong {
	border: 2px solid #fe5f5f;
}
.img-answer.clicked::before, .img-answer.wrong::before {
	content: url("../img/testclick-wrong.svg");
}
.img-answer.correct, .img-answer.clicked.correct {
	border: 2px solid #7ed391;
}
.img-answer.correct::before, .img-answer.clicked.correct::before {
	content: url("../img/testclick-right.svg");
}
.middle-screem__tip {
	width: 80%;
	text-align: center;
	margin: 16px auto 0 auto;
}
.middle-screem__tip .game__button {
	margin-top: 8px;
}
.no-hover .radio-answer {
	pointer-events: none;
}
.no-hover.img-answer {
	pointer-events: none;
}
.sp-game__answer {
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	opacity: 1;
	transition: opacity .2s linear;
}
.sp-game__answer:hover {
	opacity: .8;
}
.sp-game__answer.right:hover, .sp-game__answer.clicked.right, .sp-game__answer.clicked.right:hover {
	opacity: 1;
}
.sp-game__answer.clicked, .sp-game__answer.wrong:hover {
	opacity: .5;
}
.sp-game__answer img {
	max-width: 100%}
.sp-game__elements {
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.sp-game__answer-text {
	background: #fff;
	font-size: 16px;
	line-height: 24px;
	color: #264269;
	padding: 4px 20px;
	letter-spacing: .25px;
	margin-top: 8px;
	box-shadow: 0px 8px 24px rgba(0, 66, 133, .05);
	border-radius: 28px;
}
.sp-game__answer-circle {
	width: 88px;
	height: 88px;
	border-radius: 50%;
	background-color: #fff;
	background-image: url("../img/game11/circle_incorrect.svg");
	background-position: center;
	background-repeat: no-repeat;
}
.sp-game__answer-circle.right {
	background-image: url("../img/game11/circle_correct.svg");
}
.sp-game__field {
	position: relative;
	margin-top: 48px;
	min-height: 420px;
}
.sp-game__answer {
	position: absolute;
}
.sp-game__answer_bear {
	width: 33%}
.sp-game__answer_fox {
	width: 33%;
	margin-left: 33%;
	margin-top: 4%}
.sp-game__answer_crow {
	width: 34%;
	margin-left: 66%;
	margin-top: 4%}
.sp-game__answer_goose {
	margin-top: 25.5%}
.sp-game__answer_wolf {
	margin-top: 32%;
	width: 29%;
	margin-left: 33%}
.sp-game__answer_deer {
	margin-top: 29%;
	width: 30%;
	margin-left: 70%}
[v-cloak] {
	display: none;
}
.test-question-index_center {
	margin: 48px 0 16px;
	text-align: center;
}
.test-question-audio {
	width: 100%;
	margin-bottom: 64px;
}
.radio-answer__caption {
	display: none;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: .25px;
	color: #8b9db6;
	margin-top: 4px;
	max-width: 600px;
}
.radio-answer.clicked .radio-answer__caption {
	display: block;
}
.middle-screen__btn {
	margin: 32px 0 0 0;
	text-align: center;
}
.tale-text {
	margin-top: 64px;
}
.content-plug_tales {
	margin-top: 32px;
	flex: 1;
	min-height: 370px;
	border-radius: 24px;
}
.screen_kids_inner_tales {
	display: flex;
	flex-direction: column;
}
.banner-toindex {
	margin-top: 92px;
	border-radius: 8px;
}
.banner-toindex .index-banner-kids__img {
	bottom: 0;
	max-width: 63%}
.banner-toindex .index-banner-kids__text {
	max-width: 510px;
}
header.header_kids {
	position: fixed;
}
.main-tales {
	margin-top: 20px;
}
.main-tales h2 {
	font-weight: 700;
	letter-spacing: -0.5px;
	margin-bottom: 40px;
}
.accordion {
	border-top: 1px solid #d6e1f0;
	border-bottom: 1px solid #d6e1f0;
}
.accordion__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	padding: 31px 0;
}
.accordion__header:hover .accordion__icon path {
	stroke: #264269;
}
.accordion__icon {
	display: block;
}
.accordion__icon path {
	transition: stroke .2s linear;
}
.accordion__header.active .accordion__icon {
	transform: rotate(180deg);
}
.accordion__title {
	margin-right: 16px;
	font-family: "Muller", sans-serif;
	color: #264269;
	font-size: 22px;
	line-height: 1.09;
	font-weight: 700;
}
.accordion__body {
	display: none;
	padding-bottom: 24px;
	max-width: 668px;
	color: #6f86a5;
}
.accordion__body p {
	margin-bottom: 20px;
}
.accordion__body>*:last-child {
	margin-bottom: 0;
}
.selectize-dropdown-content .create {
	display: none !important;
}
.selectize-input {
	border: none;
	box-shadow: none;
	border-bottom: 1px solid #d6e1f0;
	outline: none;
	padding: 10px 0;
	color: #264269;
}
.selectize-input.focus {
	box-shadow: none;
}
.selectize-input.focus input::-webkit-input-placeholder {
	color: transparent;
}
.selectize-input.focus input::-moz-placeholder {
	color: transparent;
}
.selectize-input.focus input:-moz-placeholder {
	color: transparent;
}
.selectize-input.focus input:-ms-input-placeholder {
	color: transparent;
}
.selectize-input input {
	color: #264269;
}
.selectize-input input::-webkit-input-placeholder {
	color: #c6d3e4;
}
.selectize-input input::-moz-placeholder {
	color: #c6d3e4;
}
.selectize-input input:-moz-placeholder {
	color: #c6d3e4;
}
.selectize-input input:-ms-input-placeholder {
	color: #c6d3e4;
}
.selectize-input:hover:after, .selectize-control.single .selectize-input:hover:after {
	opacity: 1;
}
.selectize-control.single .selectize-input.input-active {
	padding-left: 24px;
	background: url("../img/icon-search_dropdown.svg") no-repeat left center !important;
}
.selectize-control.single .selectize-input.input-active~.clear-select {
	margin-left: 32px;
}
.selectize-dropdown, .selectize-input, .selectize-input input {
	font-size: 16px;
	letter-spacing: .25px;
	line-height: 1.25 !important;
}
.selectize-dropdown {
	color: #c6d3e4;
}
.selectize-input.full input {
	color: #264269;
}
.selectize-dropdown-content {
	max-height: 272px;
	padding: 16px 0;
}
.selectize-dropdown-content .option {
	padding: 10px 16px;
	border-left: 2px solid transparent;
	transition: border-color .2s linear, color .2s linear;
}
.selectize-dropdown-content .option:hover, .selectize-dropdown-content .option.active:hover {
	border-color: #264269;
	color: #264269;
	background-color: #f1f8ff;
}
.selectize-dropdown-content .option.active {
	background-color: #fff;
	color: #c6d3e4;
}
.selectize-control {
	width: 220px;
	margin-top: 6px;
	transition: margin-right .5s ease;
	background-color: transparent;
	outline: none;
}
.selectize-control.slided {
	margin-right: 156px;
	position: relative;
	z-index: 1;
}
#journalSubject~.selectize-control {
	transition: none;
}
.journal-menu-wrap.fixed .selectize-control.slided {
	margin-right: 0;
}
.clear-select {
	display: block;
	background: url("../img/icon-cross-sm.svg") 100% no-repeat;
	background-position: center;
	width: 16px;
	height: 16px;
	margin-left: 4px;
	display: none;
	position: relative;
	z-index: 2;
	cursor: pointer;
	top: 19px;
}
.selectize-dropdown {
	border: none;
	box-shadow: none;
}
.selectize-input:after, .selectize-control.single .selectize-input:after {
	border: none;
	content: " ";
	background: url("../img/icon-seacrh-drop-arrow.svg");
	width: 12px;
	height: 9px;
	right: 0;
	transition: .2s opacity linear;
	opacity: .5;
	margin-top: -3px;
}
.selectize-control.single .selectize-input.dropdown-active:after, .selectize-input.dropdown-active:after {
	transform: rotate(-180deg);
	opacity: 1;
}
#selectedCoursesLanguage~.journal-menu-character {
	right: unset;
	left: 100%;
	left: calc(100% + 16px);
}
#selectedCoursesLanguage {
	margin-left: 8px;
}
.journal-menu-wrap.fixed #selectedCoursesLanguage {
	margin-left: 0;
}
.nav__link_library {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.nav__link_library svg {
	margin: auto;
}
.nav__link_library span {
	display: none;
}
.nav__link_library-white path {
	fill: #fff;
}
.nav__wrapper-courses-menu {
	display: none;
	position: absolute;
	height: 100vh;
	width: 100%;
	background: rgba(16, 42, 79, 0.5);
	z-index: 1;
}
.nav__courses-menu {
	display: none;
	-webkit-box-shadow: 0px 8px 48px rgba(0, 66, 133, 0.16);
	box-shadow: 0px 8px 48px rgba(0, 66, 133, 0.16);
	background: #fff;
	width: 100%;
	height: auto;
	z-index: 3;
	overflow: hidden;
}
.nav__courses-menu .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
.nav__courses-menu .container>div:first-child {
	margin-left: 30px;
	padding-bottom: 64px;
}
.nav__courses-menu .container>div:last-child {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position:  relative;
}
.nav__courses-menu .container>div:last-child svg {
	position:  relative;
	 bottom:  -200px;
	 left:  -20px;
}
.nav__courses-menu .container>div:last-child img {
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	margin-bottom: 0;
	margin-top: auto;
}
.nav__courses-menu_one-lang .nav__courses-links {
	padding:  16px 0 32px;
}
.rotate-arrow-filter::after {
	-webkit-transform:  rotate(-180deg);
	 transform:  rotate(-180deg);
}
.nav__courses-menu_one-lang .nav__link_color-blue {
	width:  33.3333333333% !important;
	 margin-top:  16px;
	 padding:  10px 16px;
	 cursor:  pointer;
}
.nav__courses-menu h3 {
	margin: 48px 0 16px;
}
.nav__courses-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.nav__courses-links div {
	width: 33.3333333333%;
	margin-top: 16px;
	padding: 10px 16px;
}
.nav__courses-links .nav__link {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}
.nav__courses-links .nav__link_color-blue {
	color: #264269!important;
}
.nav__courses-image-people {
	background-image: url(/upload/courses-menu/character=vepsy.png);
	width: 115%;
	height: 118%;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 16%;
	left: 0;
}
.journal-menu__block-select-language {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	border-bottom: 1px solid #D6E1F0;
	color: #D6E1F0;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 20px 48px 12px;
	padding-bottom: 7px;
	width: 200px;
	cursor:  pointer;
}
.journal-menu__block-select-language svg {
	margin: auto 0;
}
.journal-menu__block-select-language:hover path {
	stroke: #264269;
}
.show-window-language {
	display: block !important;
	border-radius: 8px;
	position:  absolute;
}
.show-window-language .container {
	padding: 0 32px;
}
.show-window-language .container>div:first-child {
	margin-left: 0;
	padding-bottom: 0;
}
.show-window-language .nav__courses-links {
	padding: 16px 0 32px;
}
.video-card_half-width-update {
	position: relative;
	width: calc(50% - 32px)!important;
}
.video-card__preview_height-update {
	height: 344px!important;
	background-color:  rgba(51,  51,  51,  0.4);
	background-blend-mode:  multiply;
}
.video-card__title_update-text-half-card {
	color: #fff;
	font-size: 22px;
	line-height: 24px;
}
.video-card_full-width-update {
	width: 100%!important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.video-card__preview_update-single-card {
	width: 60%;
	height: 412px!important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.video-card_text-single-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: auto 0;
}
.courses-section_background-grey {
	background-color: #F6F9FF;
}
.journal-screen_shadow {
	-webkit-box-shadow: 0px 8px 24px rgba(0, 66, 133, 0.08);
	box-shadow: 0px 8px 24px rgba(0, 66, 133, 0.08);
}
.video-card_title-container {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	gap: 32px;
}
.video-card_img-people {
	max-height:  140px;
	position: absolute;
	top: -35px;
	left: -12px;
}
.video-card_img-people-saamy {
	max-height:  120px !important;
	 top:  -15px !important;
	 left:  25px !important;
}
.video-card_title-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 12px;
}
.video-card_title-wrapper h3, .video-card_title-wrapper p {
	margin-bottom: 0!important;
}
.course-card-big__desc_flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 32px;
}
.video-card__title-one-block-video {
	font-style: normal;
	font-weight: 700;
	font-size: 22px;
	line-height: 24px;
	color: #264269;
	margin-top: 48px;
	margin-bottom: 20px;
}
.course-card-big_margin-none {
	margin: 0;
}
.video-card__title-one-block-video {
	font-style: normal;
	font-weight: 700;
	font-size: 22px;
	line-height: 24px;
	color: #264269;
	margin-top: 48px;
	margin-bottom: 20px;
}
.video-card__wrapper-video-block {
	gap: 32px;
	margin: 0;
}
.video-card_margin-sides {
	margin-left: 0!important;
	margin-right: 0!important;
	width: calc(25% - 24px)!important;
}
.courses-section_padding-bottom {
	padding-bottom: 0;
}
.nav__courses-image-people_filter {
	background-image: url(/upload/courses-menu/character=vepsy.png);
	width: 125%;
	height: 135%;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 1%;
	left: 2%}
.rotate-svg-filter {
	transform:  rotate(-180deg);
}
.video-card__wrapper-text {
	position: absolute;
	bottom: 24px;
	left: 24px;
}
.video-card__subtitle_update-text-half-card {
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.25px;
	color: rgba(255, 255, 255, 0.88);
}
.video-card_big__title_mobile {
	display: none !important;
}
.nav__courses-menu-mobile {
	display: none;
}
.show-window-language_mobile {
	display: block;
}
.language-courses-svg {
	display: none;
}

.header__search {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	margin-left: 20px;
	cursor: pointer;
}

.header__search:hover {
	background: rgba(255, 255, 255, 0.16);
}

.header__search_mob {
	display: none;
}

.nav-wrapper-main-menu {
	display: none;
	position: absolute;
	height: 100vh;
	width: 100%;
	background: #FFF;
	box-shadow: 0px 8px 48px 0px rgba(0, 66, 133, 0.16);
	padding: 48px 0 64px 0;
	z-index: 1;
}

.nav-wrapper-main-menu.active {
	display: block;
}

.nav-wrapper-main-menu__wrap {
	display: flex;
	align-items: flex-start;
	max-width: 1460px;
	width: 100%;
	padding-left: 20px !important;
	padding-right: 20px !important;
	margin: 0 auto;
}

.nav-wrapper-main-menu__left {
	width: 30%;
}

.nav-wrapper-main-menu__title {
	display: block;
	font-family: "Muller", sans-serif;
	font-weight: 700;
	font-size: 28px;
	line-height: 28px;
	margin-bottom: 32px;
	color: #264269;
}

.nav-wrapper-main-menu__section {
	width: fit-content;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 16px;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.16px;
	border-radius: 20px;
	color: #264269;
	margin-bottom: 16px;
	
}

.nav-wrapper-main-menu__section:last-child {
	margin-bottom: 0;
}

.nav-wrapper-main-menu__section:hover {
	background: #F1F8FF;
}

.nav-wrapper-main-menu__right {
	width: 70%;
	display: none;
}

.nav-wrapper-main-menu__right.active {
	display: block;
}

.nav-wrapper-main-menu__subtitle {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 16px;
}

.nav-wrapper-main-menu__subtitle-text {
	font-family: "Muller", sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	color: #8B9DB6;
}

.nav-wrapper-main-menu__subtitle-link {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: #264269;
	padding: 10px 20px;
	border-radius: 8px;
}

.nav-wrapper-main-menu__subtitle-link-arrow {
	width: 28px;
	height: 28px;
	border: 1px solid #8B9DB6;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 12px;
}

.nav-wrapper-main-menu__subtitle-link:hover {
	background: #F1F8FF;
}

.nav-wrapper-main-menu__subtitle-link:hover .nav-wrapper-main-menu__subtitle-link-arrow {
	border: 1px solid #264269;
}

.nav-wrapper-main-menu__subtitle-link:hover .nav-wrapper-main-menu__subtitle-link-arrow path {
	stroke: #264269;
}

.nav-wrapper-main-menu__container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 32px;
	grid-row-gap: 0px;
}

.nav__main {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.nav__main.active svg {
	transform: rotate(180deg);
}

.nav__main-menu-mobile {
	display: none;
}

.nav__main-menu-mobile.active {
	display: block;
	width: 100%;
}

.main-atoms {
	margin-top: 100px;
}

.button-link-wrap_atoms {
	margin-top: 0;
	margin-bottom: 100px;
}

.about-filter__container {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 34px;
}

.about-theme-search {
	display: flex;
	/* justify-content: space-between; */
	margin-bottom: 30px;
}

.about-theme__container, .about-search__container {
	display: flex;
	align-items: center;
}

.about-search__container {
	margin: 0 0 0 auto;
}

.about-theme__title, .about-search__title {
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	color: #6F86A5;
	margin-right: 24px;
}

.about-theme__select {
	width: 200px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.25px;
	color: #8B9DB6;
	padding: 8px 0;
	cursor: pointer;
	position: relative;
	border-bottom: 1px solid #D6E1F0;
}

.about-theme__select-text {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.25px;
	color: #8B9DB6;
}

.about-theme__select-list {
	display: none;
}

.about-theme__select:hover {
	border-bottom-color: #8B9DB6;
}

.about-theme__select:hover path {
	stroke: #264269;
}

.about-theme__select.active, .about-theme__select.fixed {
	border-bottom-color: #8B9DB6;
}

.about-theme__select.active svg {
	transform: rotate(180deg);
}

.about-theme__select.active path, .about-theme__select.fixed path {
	stroke: #264269;
}

.about-theme__select.active .about-theme__select-list {
	position: absolute;
	display: flex;
	flex-direction: column;
	background: #FFFFFF;
	box-shadow: 0px 8px 24px 0px rgba(0, 66, 133, 0.05);
	border-radius: 8px;
	padding: 0.7em 0;
	top: 56px;
	left: 0;
	z-index: 10;
	width: 100%;
}

.about-theme__select.active .about-theme__select-list-item {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.25px;
	color: #6F86A5;
	padding: 12px 16px;
}

.about-theme__select.active .about-theme__select-list-item:hover {
	background: #F1F8FF;
}

.about-theme__select.active .about-theme__select-list-item.active {
	background: #F1F8FF;
}

.about-search {
	display: flex;
	align-items: center;
	border-bottom: 1px solid rgba(0, 0, 0, 0.09);
	height: 40px;
	position: relative;
	width: 200px;
}

.about-search__button {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 12px;
	cursor: pointer;
	flex: none;
}

.about-search input {
	outline: none;
	height: 39px;
	/* width: 152px; */
	width: 100%;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.25px;
	color: #102A50;
	background: transparent;
	border: 0;
	border-radius: 0;
}

.header-search__cross {
	display: none;
	width: 20px;
	height: 20px;
	align-items: center;
	justify-content: center;
	border-radius: 3px;
	flex: none;
	cursor: pointer;
}

.about-search.active .header-search__cross {
	display: flex;
}

.header-search__cross:hover {
	background: #F1F8FF;
}

.header-search__cross:hover path {
	fill: #264269;
}

.materials-container__more {
	padding: 10px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	color: #264269;
	margin-top: 48px;
	cursor: pointer;
}

.materials-container__more img {
	margin-left: 12px;
}

.materials-container__more.active {
	display: none;
}

.about-filter__clear-filter {
	padding: 8px 16px;
	display: none;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0.25px;
	color: #8B9DB6;
	margin-left: 24px;
	cursor: pointer;
}

.journal-section.active .about-filter__clear-filter {
	display: flex;
}

.about-filter {
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 13px 24px 15px 16px;
	border-radius: 12px;
	border-bottom: 2px solid #C6D3E4;
	background: #F1F4F8;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	color: #264269;
	cursor: pointer;
	margin-right: 8px;
	margin-bottom: 8px;
}

.about-filter:last-child {
	margin-right: 0;
	margin-bottom: 0;
}

.about-filter__sharp {
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0.25px;
	color: #6F86A5;
	margin-right: 6px;
}

.about-filter:hover {
	background: #DEE6F0;
}

.about-filter.active {
	background: #2965A0;
	border-color: #264269;
	color: #fff;
}

.about-filter.active .about-filter__sharp {
	color: #fff;
}

.about-filter.active:hover {
	background: #3470AB;
}

.main-container {
	justify-content: space-between !important;
	position: relative;
	z-index: 1;
	padding-bottom: 220px !important;
	padding-top: 220px !important;
	height: 800px !important;
}

.welcome-video {
	height: 800px;
}

.main-block {
	display: flex;
	flex-direction: column;
}

.main-block__title {
	font-size: 72px;
	font-weight: 800;
	line-height: 72px;
	letter-spacing: -0.5px;
	color: #fff;
	margin-bottom: 48px;
}

.main-block__line {
	width: 100%;
	max-width: 193px;
	height: 6px;
	background: #fff;
	margin-bottom: 40px;
}

.main-block__text {
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 28px;
	letter-spacing: -0.25px;
	color: #fff;
}

.main-tour {
	display: flex;
	flex-direction: column;
	width: 316px;
	border-radius: 24px;
	overflow: hidden;
	background: linear-gradient(115deg, #66B7FF 15.94%, #6CC9EC 83.82%);
	box-shadow: 0px 8px 24px 0px rgba(0, 66, 133, 0.05);
	padding: 0 24px 16px 24px;
}

.main-tour__img {
	background-position: center center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	width: calc(100% + 48px);
	margin-left: -24px;
	height: 184px;
	padding: 12px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	margin-bottom: 20px;
}

.main-tour__title {
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	color: #fff;
	margin-bottom: 4px;
}

.main-tour__text {
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0.25px;
	color: #fff;
	margin-bottom: 24px;
}

.main-tour__text a {
	color: #fff;
}

.main-tour__button {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.25);
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.32) 0%, rgba(255, 255, 255, 0.16) 100%);
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.04);
	width: 100%;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	color: #fff;
	padding: 8px 24px;
}

.main-tour__button svg {
	margin-left: 12px;
}

.main-tour__button:hover {
	background: #fff;
	color: #65B6FF;
}

.main-tour__button:hover path {
	fill: #65B6FF;
}

.index-section-materials2 {
	padding-top: 0;
	position: relative;
	z-index: 0;
	margin-top: -152px;
}

.index-page2 {
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 10;
	padding-bottom: 0;
}

.index-page3 {
	z-index: 2;
}

.screen_white2 {
	margin-bottom: 80px;
}

.main-atoms2 {
	margin-top: 40px;
	margin-bottom: 40px;
}

.main-atoms2__button {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	background: linear-gradient(115deg, #65B6FF 30.99%, #B58DEE 112.32%);
	width: fit-content;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	color: #fff;
	padding: 13px 24px;
	margin: 0 auto;
}

.main-tour_mob {
	display: none;
}

@media (max-width:1024px) {
	.video-card_img-people {
	height: 100%}
.video-card_img-people {
	top: -8px;
	left: -5px;
}
.nav__courses-links_mobile {
	display:  flex;
	flex-direction:  column;
}
.block-language-courses {
	display: flex;
	flex-direction:  row;
	justify-content:  space-between;
}
.language-courses-svg {
	display: block;
	margin:  auto 24px;
}
.block-link-courses, .nav__main-li {
	flex-direction: column;
}
.nav__link_mobile {
	font-style:  normal;
	 font-weight:  500 !important;
	 font-size:  16px !important;
	 line-height:  20px !important;
	 letter-spacing:  0.01em !important;
	color:  #264269 !important;
}
.nav__courses-links_mobile >div {
	margin:  14px 0;
}


}@media only screen and (min-width: 1025px)and (max-height: 926px) {
	.kids-character {
	display: flex;
	flex-direction: column;
	height: calc(100vh - 144px);
	min-height: 556px;
}
.kids-character__bg {
	flex: 1;
	padding: 40px 32px 0 32px;
}
.kids-character__img {
	width: auto;
	max-width: 100%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	margin: 0 auto;
	margin-bottom: -35px;
	max-height: calc(100% - 90px);
	bottom: 0;
}
.kids-character__characteristics {
	flex: 0 0 auto;
	margin-top: 35px;
}
.kids-character__characteristics li {
	margin-bottom: 12px;
}
.kids-character__characteristics li>* {
	margin-bottom: 0;
}
.kids-character__characteristics-title {
	font-size: 18px;
}
.kids-character__name {
	font-size: 36px;
	margin-bottom: 4px;
}
.kids-character__ethnicity {
	font-size: 16px;
}
.kids-character__answer-container, .kids-character__cartoons-phrase-container {
	top: 25px;
	z-index: 1;
}
.kids-character__answer, .kids-character__cartoons-phrase {
	font-size: 18px;
}
.kids-character__answer::before, .kids-character__cartoons-phrase::before {
	margin-top: 32px;
}
}@media only screen and (max-width: 1300px) {
	.index-folks {
	display: none;
}
.tiled-page {
	background-size: auto 450px;
}
.index-folks-wrap {
	max-width: none;
	height: auto;
	margin-top: 0;
}
.character-popup {
	position: static;
	display: block;
	width: auto;
	margin: 0 !important;
	box-shadow: 0px 8px 24px rgba(0, 66, 133, .05);
	padding-bottom: 40px;
}
.character-popup .popup-close {
	display: none;
}
.character-popup h3 {
	text-align: center;
	margin-bottom: 16px;
}
.character-popup .popup-button-wrap {
	margin-top: 32px;
}
.index-folks-slider {
	position: relative;
	margin-bottom: 26px;
	padding: 0 32px;
	width: 100%}
.owl-carousel .owl-stage {
	display:  flex;
	align-items:  stretch;
}
.owl-carousel .owl-item {
	height: inherit !important;
}
.character-popup {
	height:  100%;
	display:  flex;
	
flex-direction:  column;
}
.index-folks-slider.owl-carousel .owl-item img {
	width: auto;
}
.index-folks-slider.owl-carousel .owl-dots {
	display: flex;
	position: absolute;
	bottom: -26px;
	left: 50%}
.index-folks-slider.owl-carousel .owl-nav {
	width: 100%;
	width: calc( 100% + 80px);
	justify-content: space-between;
	height: 0;
	display: flex;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	margin-left: -72px;
	margin-right: -40px;
}
.index-folks-slider.owl-carousel .owl-nav button img {
	display: block;
}
.index-folks-slider.owl-carousel button.owl-dot {
	width: 8px;
	height: 8px;
	background-color: #d6e1f0;
	border-radius: 50%;
	margin-right: 10px;
}
.index-folks-slider.owl-carousel button.owl-dot:last-child {
	margin-right: 0;
}
.index-folks-slider.owl-carousel button.owl-dot.active {
	background-color: #264269;
}
.index-character__img-wrap {
	z-index: 0;
}
.folk-page-characteristics__item {
	width: 30%;
	padding: 0 20px;
}
.about-folk-snow {
	left: 0;
}
.sortgame__answers-block {
	flex-direction: column;
	align-items: center;
	margin-top: 36px;
	margin-bottom: 32px;
}
.sortgame__element {
	margin-right: 0;
	margin-bottom: 10px;
	flex-direction: column;
}
.sortgame__element:last-child {
	margin-bottom: 0;
}
.sortgame__button {
	width: 100%;
	height: 44px;
}
.sortgame__button::before {
	height: 23px;
}
.sortgame__prev-button {
	margin-right: 0;
	margin-bottom: 10px;
}
.sortgame__prev-button:before {
	content: url(../img/sort-game-arrow_up.svg);
}
.sortgame__next-button {
	margin-left: 0;
	margin-top: 10px;
}
.sortgame__next-button:before {
	content: url(../img/sort-game-arrow_down.svg);
}
.reload-game__button-container {
	margin-bottom: 32px;
}
.postcard-controls {
	flex-direction: column;
	align-items: unset;
}
.postcard-controls__right {
	align-self: flex-end;
	margin-top: 32px;
}
.books-container .book-card {
	width: 25%}
header.header_kids .kids-nav {
	position: static !important;
	left: 0 !important;
	transform: none !important;
}
header.header_kids .kids-menu {
	margin-right: 48px;
	margin-left: auto;
}
}@media only screen and (max-width: 1200px) {
	.materials-container {
	grid-template-columns: repeat(2,  minmax(0,  1fr));
}
.material-card_wide {
	grid-column: span 1;
}
.material-card_wide .material-card__title {
	font-size: 28px;
}
.material-card_wide .material-card__subtitle {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.43;
}
.index-banner-kids__img {
	width: 450px;
	right: 0;
	bottom: -17px;
}
.banner-toindex {
	margin-top: 16px;
}
.banner-toindex .index-banner-kids__img {
	max-width: 80%}
.index-about-img-1 {
	left: 0;
}
.video-card_big__desc {
	padding: 0 0 0 32px;
}
.article-wrap {
	flex-direction: column;
	justify-content: flex-start;
}
.article-side-wrap {
	width: 100%;
	margin-bottom: 48px;
}
.article {
	width: 100%}
.share-buttons {
	flex-direction: row;
	flex-wrap: wrap;
}
.scroll-top-btn {
	right: 50px;
}
.folk-page-head__img-wrap {
	top: unset;
	bottom: -50px;
}
.index-section-kids {
	padding-top: 100px;
}
.sp-game__field {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.sp-game__answer {
	position: relative;
	width: auto !important;
	margin: 32px 0 0 0 !important;
}
.sp-game__answer:first-child {
	margin-top: 0 !important;
}
.character-select-wrap.fixed .select-character-form {
	margin-right: 0;
}
}@media only screen and (max-width: 1024px) {
	body.preventMobileScroll {
	overflow: hidden;
}
.footer-nav li {
	margin-right: 0;
}
.video-container .video-card {
	width: calc(50% - 32px);
}
.article-portrait__desc {
	padding: 24px 0;
}
.article-portrait__img {
	margin-right: 32px;
}
.article-portrait_right .article-portrait__img {
	margin-left: 32px;
}
.article__title, .article__subtitle, .article-contents, .article__subtitle_gray, .photo-desc_main-photo {
	max-width: 100%}
.article-portrait, .article-credits, .next-article, .article-tags, .article-text .article-credits {
	width: 100%}
.article-text>iframe {
	height: 430px;
}
#modalSearch .modal-close-cross {
	right: 0;
}
.about-screen {
	width: 70%}
.index-section-about-block {
	padding-top: 64px;
	padding-bottom: 300px;
}
.index-about-img-1 {
	width: 420px;
}
.about-screen_right {
	margin-bottom: 48px;
}
.index-gradient, .index-stars, .index-planet, .about-folk-snow {
	display: none;
}
.index-section-folks {
	padding-top: 100px;
}
.tiled-page {
	padding-top: 160px;
}
.folk-page {
	padding-top: 144px;
}
.mobile-menu-button {
	display: flex;
}
header {
	box-shadow: 0px 8px 24px rgba(0, 66, 133, .05);
	filter: none;
}
header.header_white {
	box-shadow: none;
}
.header-top {
	display: none;
}
.header-menu {
	display: none;
	background-color: #fff;
	align-items: flex-start;
}
.header-menu.opened {
	display: flex;
	flex-direction: column;
	position: absolute;
	top: 80px;
	width: 100%;
	height: 100%;
	left: 0;
	padding-top: 24px;
	padding-bottom: 32px;
	min-height: calc(100vh - 80px);
	overflow-y: auto;
}
.header-menu.opened .header-nav {
	width: 100%;
	flex-direction: column;
	margin: 0 0 16px 0;
}
.header-menu.opened .header-nav li {
	width: 100%}
.header-menu.opened .header-nav li .nav__link {
	width: 100%;
	padding: 18px 50px;
	border-radius: 0;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
}
.header-menu.opened .header-nav li .nav__btn {
	margin-left: 50px;
	margin-top: 32px;
}
.header-menu.opened .mobile-langs {
	display: flex;
	margin-top: auto;
	padding-left: 50px;
}
.welcome-block-btop {
	top: 140px;
}
.welcome-block-bbottom {
	bottom: 60px;
}
.welcome-block .container {
	padding-top: 170px;
	padding-bottom: 125px;
}
.arrow-scroll-down {
	bottom: 110px;
	width: 18px;
	margin-left: -9px;
}
.article-page {
	margin-top: 80px;
}
.scroll-top-btn:hover .scroll-top-btn__arrow {
	transform: none;
}
.scroll-top-btn__arrow {
	width: 36px;
	height: 36px;
}
.scroll-top-btn__arrow svg {
	width: 16px;
	height: 10px;
}
.scroll-top-btn__arrow svg path {
	stroke: #264269;
}
.scroll-top-btn__title {
	margin-top: 4px;
	color: #6f86a5;
}
.journal-menu, .books-link-wrap {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	width: calc(100% + 16px);
	z-index: 1;
	background-color: #fff;
	padding-left: 50px;
}
.books-link-wrap {
	width: 100%;
	margin-left: 0;
	padding-left: 0;
}
.books-link-wrap .button-link {
	width: 100%;
	height: 64px;
	justify-content: center;
	border-radius: 0;
}
.journal-menu-character {
	display: none !important;
}
.journal-menu-right {
	width: 100%;
	max-width: none;
}
.selectize-control {
	width: 100%;
	height: 64px;
	transition: none;
	margin-top: 0;
}
.selectize-control .slided {
	margin-right: 0;
}
.selectize-input {
	border: none;
	padding: 22px 0;
}
.selectize-dropdown-content {
	width: 100vw !important;
	margin-left: -50px;
	background-color: #fff;
	height: 100vh;
	height: calc(100vh - 64px);
	padding: 0;
	max-height: unset;
}
.selectize-dropdown-content .option {
	font-size: 18px;
	padding: 16px 50px;
	border-left: none;
	border-top: 1px solid #f1f4f8;
	color: #6f86a5;
}
.selectize-dropdown-content .option:hover, .selectize-dropdown-content .option.active:hover {
	background-color: #fff;
	color: #f84c77;
	border-color: #f1f4f8;
}
.selectize-dropdown-content .option:last-child {
	border-bottom: 1px solid #f1f4f8;
}
.selectize-dropdown-content .option.active {
	color: #6f86a5;
}
.clear-select {
	top: 25px;
}
.selectize-input:after, .selectize-control.single .selectize-input:after {
	width: 16px;
	height: 12px;
	background-size: 100%}
.journal-menu-right {
	opacity: 0;
	visibility: hidden;
}
.mobile-visible .journal-menu-right {
	opacity: 1;
	visibility: visible;
}
.journal-screen {
	margin-top: 0;
}
.journal-menu-content {
	height: 0;
	transition: .3s height;
}
.mobile-visible .journal-menu-content {
	height: unset;
}
.article-ext-links, .article-ext-events {
	grid-template-columns: repeat(2,  minmax(0,  1fr));
}
header.header_kids .kids-menu {
	margin: 0;
}
header.header_kids .langs {
	display: none;
}
.kids-wrap {
	flex-direction: column-reverse;
}
.kids-page {
	background-image: none !important;
	background-color: #f1f8ff;
}
.kids-content {
	width: 100%}
.kids-side {
	width: 100%;
	margin-bottom: 48px;
}
.kids-side:not(.kids-side_main) {
	display: none;
}
.kids-character {
	max-width: 400px;
	position: static;
	width: auto;
	margin-right: auto;
}
.kids-character__bg {
	padding: 40px 24px 0;
}
.kids-character__characteristics {
	padding: 20px 24px 48px;
}
.back-link_kids_main {
	display: none;
}
.back-link_kids_main.back-link_kids_adaptive {
	display: block;
}
.characters-container {
	grid-template-columns: repeat(2,  minmax(0,  1fr));
	align-items: flex-start;
	margin-bottom: 0;
}
.character-item:hover {
	transform: translateY(0);
}
.character-item:nth-child(even) {
	margin-bottom: 0;
}
.books-container .book-card {
	width: 33.333%}
.books-container .book-card:nth-child(9n+6), .books-container .book-card:nth-child(9n+7), .books-container .book-card:nth-child(9n+8), .books-container .book-card:nth-child(9n+9) {
	width: 33.333%}
.courses-menu-dropdown {
	margin-left: 0;
}
.kids-character-mobile {
	display: flex;
}
.index-about-img-character {
	margin-left: 0;
	width: 30%}
.postcard__character {
	flex: unset;
	position: relative;
	height: 250px;
	margin-bottom: -20px;
}
.postcard__character img {
	height: 100%;
	position: relative;
}
.postcard__character-name {
	display: none;
}
.postcard__content {
	padding: 48px 16px 80px;
	flex-direction: column-reverse;
	align-items: center;
}
.postcard__cloud {
	width: 100%}
.postcard__cloud::after {
	display: none;
}
.g-recaptcha {
	margin-top: 32px;
	transform: scale(0.7);
	-webkit-transform: scale(0.7);
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	max-width: 220px;
}
.banner-toindex .index-banner-kids__text {
	width: 100%;
	max-width: none;
}
.banner-toindex .index-banner-kids__text p {
	max-width: 350px;
}
.kids-character.fixed {
	max-width: 400px;
	position: static;
	width: auto;
	margin-right: auto;
}
.background-waves {
	display: none;
}
.animated__wrapper-block-video {
	flex-direction: column;
	gap: 32px;
}
.video-card_big__desc_animated_series {
	padding: 0;
	width: 88%}
.animated__block-video-card video {
	max-width: 100%;
	max-height: 100%}
.nav__link_library {
	gap: 12px;
}
.nav__link_library span {
	display: block;
}
.nav__link_library svg {
	margin: auto 0;
}
.journal-menu-wrap {
	display:  none;
}

@media (max-width:1020px){
	.header__search {
		display: none;
	}
	
	.header__search_mob {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 40px;
		height: 40px;
		border-radius: 100%;
		cursor: pointer;
	}
	
	.about-theme-search {
		flex-direction: column;
	}
	
	.about-search__container {
		margin: 0;
	}
}

}@media (max-width:912px) {
	.animated__block-preview div: last-child {
	padding-left: 32px;
}
.animated__block-preview h1 {
	font-size: 50px;
}
}@media (max-width:820px) {
	.video-card_img-people {
	height: 60%;
	top: 13px;
}
}@media only screen and (max-width: 768px) {
	body {
	overflow-x: hidden;
}
.container {
	padding-left: 16px;
	padding-right: 16px;
}
h1 {
	font-size: 36px;
	margin-bottom: 32px;
	letter-spacing: normal;
}
h2 {
	font-size: 28px;
	margin-bottom: 24px;
}
h3 {
	font-size: 22px;
	margin-bottom: 8px;
}
h4 {
	font-size: 18px;
	margin-bottom: 4px;
}
h5 {
	font-size: 16px;
}
.materials-container {
	grid-row-gap: 24px;
	grid-column-gap: 16px;
}
.footer-logo img {
	max-width: 132px;
}
.footer-nav {
	margin-top: 48px;
	flex-direction: column;
}
.footer-nav li {
	margin-bottom: 16px;
}
.footer-nav li:last-child {
	margin-bottom: 0;
}
.footer-nav .nav__btn {
	margin: 24px 0 0 0;
}
.footer-nav .nav__link {
	font-size: 20px;
	line-height: 1.4;
	font-weight: 700;
	border-radius: 24px;
}
.footer-socials {
	margin-top: 48px;
	flex-wrap: wrap;
}
.index-folks-slider {
	padding: 0;
}
.index-folks-slider.owl-carousel .owl-nav {
	display: none;
}
.index-folks-slider.owl-carousel button.owl-dot {
	width: 6px;
	height: 6px;
	margin-right: 5px;
}
.index-folks-slider.owl-carousel button.owl-dot:last-child {
	margin-right: 0;
}
.character-popup {
	padding-bottom: 24px;
}
.search-modal-divider {
	width: 100%;
	margin: 24px 0 0 0;
}
.search-result {
	padding: 20px;
	margin: 0 -20px;
	width: calc(100% + 40px);
	border-radius: 0;
}
.button-link-wrap_search {
	margin-top: 20px;
}
.header-logo img {
	max-width: 188px;
}
.header-menu.opened {
	padding-top: 12px;
}
.header-menu.opened .header-nav li .nav__link {
	padding: 18px 16px;
}
.header-menu.opened .header-nav li .nav__btn {
	margin-left: 16px;
}
.header-menu.opened .mobile-langs {
	padding-left: 16px;
}
.welcome-block .container {
	min-height: 550px;
	padding-top: 140px;
}
.welcome-title::after {
	width: 140px;
	height: 4px;
	margin-top: 24px;
}
.welcome-subtitle {
	font-size: 18px;
	margin-top: 24px;
	letter-spacing: 0;
}
.index-section-materials {
	padding-top: 48px;
}
.screen_white {
	padding: 32px 16px;
	margin: 0 -16px;
	border-radius: 16px;
}
.screen_white.screen_white_bigmrgn {
	padding-bottom: 32px;
}
.material-card_patterned .shade {
	min-height: 328px;
}
.material-card_patterned .shade::before, .material-card_patterned .shade::after {
	height: 48px;
}
.material-card_patterned__content {
	padding: 16px;
}
.material-card_regular .shade, .material-card_light .shade {
	min-height: 328px;
}
.material-card_outside {
	margin-bottom: 12px;
}
.material-card_outside__img {
	height: 244px;
}
.tiled-page {
	padding-top: 112px;
	padding-bottom: 64px;
	background-size: auto 300px;
}
.folk-page {
	padding-top: 64px;
	padding-bottom: 64px;
	background-image: none !important;
}
.article-page {
	margin-top: 64px;
	padding: 32px 0 48px;
}
.journal-screen {
	margin-left: -16px;
	margin-right: -16px;
	border-radius: 16px;
}
.journal-section, .courses-section {
	padding: 32px 16px;
}
.button-link-wrap {
	margin-top: 24px;
}
.video-card_big {
	margin-bottom: 32px;
}
.video-card_big .video-card__preview {
	width: 48%;
	width: calc(50% - 8px);
	width: 100%;
	height: 300px;
}
.video-card_big .video-card__preview::before {
	content: url("../img/play-button_sm.svg");
}
.video-card_big__desc {
	width: 48%;
	width: calc(50% - 8px);
	padding-left: 16px;
}
.video-card_big__desc p {
	margin-bottom: 16px;
}
.video-card_big__desc p.video-card_big__subtitle {
	margin-bottom: 20px;
}
.video-container {
	margin: 0 -8px -32px -8px;
}
.video-container .video-card {
	margin: 0 8px 32px 8px;
	width: calc(50% - 16px);
}
.index-section-about-block {
	padding: 0;
	display: flex;
	flex-direction: column;
}
.index-about-img-1 {
	display: block;
	width: calc(100% + 32px);
	margin: 0 -16px -16px;
	position: relative;
	order: 0;
}
.index-about-img-character {
	display: none;
}
.about-screen_right {
	order: 1;
}
.about-screen {
	width: auto;
	padding: 32px 16px 40px;
	margin: 0 -16px;
	border-radius: 16px;
}
.about-screen h3 {
	margin-bottom: 16px;
}
.index-about-img-2 {
	position: static;
	order: 2;
	width: calc(100% + 32px);
	max-width: none;
	margin: -8px -16px;
}
.index-section-about-row {
	order: 3;
}
.index-section {
	padding-top: 48px;
}
.index-page {
	padding-bottom: 64px;
}
.index-section-kids, .index-section-folks {
	padding-top: 64px;
}
.index-banner-kids {
	padding: 32px 24px 0;
	min-height: unset;
}
.index-banner-kids__text {
	width: 100%}
.index-banner-kids__text p {
	font-size: 16px;
}
.big-text {
	font-size: 16px;
}
.index-banner-kids__img {
	position: static;
	margin: -87px 0 -14px 0;
	width: 380px;
	align-self: flex-end;
}
.article-row__left {
	width: 100%}
.article-row__right {
	width: 100%;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.article-row__right .article-right-link, .article-row__right .article-right-person, .article-row__right .article-right-img, .article-row__right .article-right-photo {
	margin-bottom: 24px;
	align-self: unset;
}
.article-row__right>*:last-child {
	margin-bottom: 0;
}
.article-right-person .img, .article-right-img .img {
	margin-bottom: 12px;
}
.article-portrait {
	flex-direction: column;
	padding: 24px 0;
}
.article-portrait .article-portrait__img {
	margin: 0;
	margin-bottom: 32px;
}
.article-portrait_right .article-portrait__img {
	margin-top: 32px;
	margin-bottom: 0;
}
.article-portrait__desc {
	padding: 0;
}
.article-banner-kids {
	padding: 24px 16px;
}
.photo-desc {
	margin-bottom: 32px;
}
.photo-desc__title {
	font-size: 16px;
}
.article-text>* {
	max-width: 100%}
.article-slider,  .article-text .article-slider {
	max-width: 100%;
}
.article-text .wide-img {
	width: 100%}
.article-text img, .article-text .copyrighted-img {
	max-width: 100%}
.article-text>iframe {
	width: 100%;
	height: 350px;
}
.article-text ul li, .article-text .folk-characteristics li {
	margin-bottom: 16px;
}
.article-text h2, .article-text h3 {
	margin-top: 32px;
}
.article-text img, .article-text .photo-desc, .article-text .copyrighted-img {
	margin-bottom: 32px;
}
.article-text .copyrighted-img.described-img {
	margin-bottom: 16px;
}
.article-text .quote, .article-text .quote_blue {
	padding: 24px 16px;
}
.article-text .quote h3, .article-text .quote p, .article-text .quote_blue h3, .article-text .quote_blue p {
	padding-right: 0;
}
.article-text .quote p, .article-text .quote_blue p {
	font-size: 16px;
	letter-spacing: .25px;
}
.article-text .info-block {
	padding: 24px 16px;
}
.article-text .title-icon {
	background-size: 18px;
	padding-left: 32px;
}
.article-text .quote, .article-text .quote_blue, .article-text .article-banner-kids, .article-text ul, .article-text .article-portrait, .article-text iframe, .article-text video, .article-text .info-block {
	margin-top: 32px;
	margin-bottom: 32px;
}
.article-text .folk-characteristics {
	margin: 0;
	padding: 0;
}
.article-text .article-row {
	flex-direction: column;
}
.article-text .article-row .article-row__left>*:last-child {
	margin-bottom: 24px;
}
.article-text .article-row .article-row__left>h3:first-child, .article-text .article-row .article-row__left>ul:first-child, .article-text .article-row .article-row__left>.quote:first-child, .article-text .article-row .article-row__left>.quote_blue:first-child, .article-text .article-row .article-row__left>.info-block:first-child {
	margin-top: 10px;
}
.article-text .article-row .article-row__left>ul:last-child, .article-text .article-row .article-row__left>.quote:last-child, .article-text .article-row .article-row__left>.quote_blue:last-child, .article-text .article-row .article-row__left>.info-block:last-child, .article-text .article-row .article-row__left>img:last-child, .article-text .article-row .article-row__left>.copyrighted-img:last-child, .article-text .article-row .article-row__left>.photo-desc:last-child, .article-text .article-row .article-row__left>.article-img:last-child {
	margin-bottom: 32px;
}
.article-text .article-portrait__desc h2 {
	margin-bottom: 16px;
}
.article-text>*:last-child {
	margin-bottom: 0;
}
.article-credits, .article-text .article-credits, .next-article, .article-tags {
	margin-top: 32px;
}
.article-credits>*, .article-text .article-credits>* {
	margin-bottom: 24px;
}
.article-credits .sources .title, .article-text .article-credits .sources .title {
	padding-right: 15px;
}
.article-credits .sources .sources-list, .article-text .article-credits .sources .sources-list {
	padding-left: 15px;
}
.next-article__text {
	padding: 16px;
}
.next-article__text p {
	margin-bottom: 6px;
}
.article__section {
	font-size: 16px;
	margin-bottom: 16px;
}
.article__subtitle {
	font-size: 16px;
	margin-bottom: 32px;
}
.article__subtitle_gray {
	font-size: 18px;
	margin-bottom: 32px;
}
.other-articles {
	margin-top: 64px;
}
.other-articles_video {
	margin-bottom: 16px;
}
.article-side-wrap {
	margin-bottom: 32px;
}
.back-link {
	margin-bottom: 16px;
}
.share-block__title {
	padding-left: 8px;
	margin-bottom: 8px;
}
.article-contents__title {
	margin-bottom: 12px;
}
.article-anchors {
	margin-bottom: 32px;
}
.article-anchors li {
	margin-right: 4px;
	margin-top: 4px;
}
.article-anchors__link {
	padding: 6px 16px;
}
.article__main-photo {
	margin-bottom: 32px;
}
.article__main-photo_described {
	margin-bottom: 16px;
}
.search-form__input {
	font-size: 18px;
	padding-left: 24px;
}
.search-form__submit {
	width: 16px;
	height: 16px;
	background-size: 100%;
	top: 8px;
}
.clear-search-input {
	top: 3px;
}
.search-checkboxes {
	margin-top: 0;
	display: flex;
	flex-direction: column;
}
.search-checkboxes br {
	display: none;
}
.search-checkboxes .checkbox-group:first-child {
	margin-bottom: 12px;
}
.search-checkboxes .checkbox-group {
	margin-right: 0;
	margin-top: 16px;
}
.modal-body {
	width: calc(100% - 32px);
	padding: 48px 20px;
}
#modalSearch .modal-body {
	padding: 48px 20px 64px;
	width: 100%;
	border-radius: 0;
	margin: 0;
	min-height: 100vh;
}
.modal-body .title {
	margin-bottom: 24px;
}
.modal-body__btn {
	margin-top: 32px;
}
.scroll-top-btn {
	right: 16px;
	bottom: 16px;
}
.header-bottom {
	height: 63px;
}
.welcome-block-btop {
	top: 112px;
}
.header-menu.opened {
	top: 64px;
	min-height: calc(100vh - 64px);
}
.welcome-video {
	min-height: 550px;
}
.journal-menu {
	padding-left: 16px;
	overflow: auto;
}
.journal-menu__link {
	white-space: nowrap;
}
.journal-menu-wrap.fixed .journal-menu-content {
	padding: 0 16px;
}
.article-ext-links, .article-ext-events {
	grid-gap: 16px;
	margin: 16px 0;
}
.article-ext-link {
	padding: 24px 16px 0 16px;
}
.article-ext-link .img-wrap {
	margin-bottom: 16px;
}
.screen_kids_inner {
	padding: 0 16px;
}
.cartoons-container {
	grid-template-columns: repeat(2,  minmax(0,  1fr));
	grid-column-gap: 16px;
	grid-row-gap: 21px;
}
.cartoon {
	margin: 20px -16px 0 -16px;
	border-bottom: 1px solid #f1f4f8;
	padding-bottom: 24px;
}
.cartoon .cartoon__title {
	padding: 0 16px;
}
.main-tale {
	margin-top: 20px;
}
.other-items_kids {
	margin-top: 48px;
}
.other-items_kids h3 {
	margin-bottom: 24px;
}
.cartoon iframe, .screen_book iframe {
	height: 380px;
}
.kids-page {
	padding-top: 96px;
}
.kids-page:not(.kids-page_main) {
	background-color: #fff;
}
.kids-character__name {
	font-size: 36px;
	margin-bottom: 4px;
}
.kids-character__ethnicity {
	font-size: 16px;
}
.screen_tales {
	padding: 32px 16px 40px 16px;
}
.screen_book {
	padding: 32px 16px;
	box-shadow: 0px 8px 24px rgba(0, 66, 133, .05);
}
.kids-seсtion_games {
	margin-top: 48px;
}
.screen_cartoons {
	flex-wrap: wrap;
}
.screen_cartoons-left {
	width: 100%;
	border-radius: 24px 24px 0 0;
	padding: 32px 16px 40px;
}
.screen_cartoons-right {
	width: 100%;
	padding: 32px 16px;
}
.button-toons-wrap {
	text-align: center;
}
.cartoon-card_big .video-card__preview::before {
	content: url("../img/play-button_sm.svg");
}
.characters-wrap {
	padding-bottom: 64px;
}
.select-character-form {
	max-width: 250px;
}
.character-select-wrap {
	height: 128px;
	background-image: linear-gradient(180deg,  #FFFFFF 0%,  rgba(255,  255,  255,  0.99) 50.5%,  rgba(255,  255,  255,  0.91) 56.12%,  rgba(255,  255,  255,  0) 100%);
}
.character-select-wrap .container {
	padding-top: 16px;
}
.kids-select__title {
	margin-top: 32px;
	font-size: 28px;
}
.tale-link__desc p {
	font-size: 14px;
	font-weight: 500;
}
.characters-container {
	grid-gap: 16px;
}
.character-item__name {
	font-weight: 700;
	margin-bottom: 4px;
}
.character-item__ethnicity {
	font-size: 14px;
	font-weight: 500;
}
.character-item__bg {
	padding-top: 32px;
}
.character-item__img {
	margin-bottom: -24px;
}
.character-item__desc {
	margin-top: 16px;
	padding: 16px 16px 28px;
}
.library-screen {
	padding: 0 32px 48px;
}
.books-container {
	margin: 0 -8px -32px -8px;
}
.books-container .book-card {
	width: 50%;
	padding: 0 8px;
	margin-bottom: 32px;
}
.books-container .book-card:nth-child(9n+6), .books-container .book-card:nth-child(9n+7), .books-container .book-card:nth-child(9n+8), .books-container .book-card:nth-child(9n+9) {
	width: 50%}
.modal-books-text_blue {
	padding: 24px 20px;
	margin: 0 -20px;
	border-radius: 0;
}
.books-form {
	margin-top: 32px;
}
.attach-group, .attached-file {
	margin: 24px 0;
}
.form-col {
	width: calc(50% - 8px);
}
.form-buttons {
	margin-top: 8px;
}
.folk-page-characteristics {
	z-index: 1;
	flex-direction: column;
	padding: 32px 24px 48px;
	margin: 0 -16px;
	border-radius: 16px;
}
.folk-page-characteristics__divider {
	display: none;
}
.folk-page-characteristics__item {
	width: 100%;
	padding: 0;
	margin-bottom: 16px;
}
.folk-page-characteristics__item:last-child {
	margin-bottom: 0;
	width: 100%}
.folk-characteristics__item-text {
	font-size: 16px;
	letter-spacing: .25px;
	line-height: 1.5;
}
.folk-page-head {
	background-color: transparent;
	padding: 0;
	flex-direction: column;
	justify-content: flex-start;
	box-shadow: none;
	margin-bottom: 0;
}
.folk-page-head .cloud-wrap {
	margin-bottom: 12px;
}
.folk-page-head__content {
	width: auto;
	background-color: #fff;
	margin: 0 -16px 24px;
	padding: 40px 16px 48px;
	box-shadow: 0px 8px 24px rgba(0, 66, 133, .05);
	border-radius: 0px 0px 16px 16px;
}
.folk-page-head__circle {
	left: 18px;
	bottom: 18px;
}
.folk-page-head__img-wrap {
	position: relative;
	width: 100%;
	bottom: 0;
	margin-bottom: -70px;
	max-width: 400px;
}
.about-folk-img {
	position: static;
	margin: -8px -16px;
	width: calc(100% + 32px);
	height: auto;
	z-index: -1;
}
.about-folk {
	flex-direction: column-reverse;
	margin: 0;
	padding: 0;
	z-index: 0;
}
.header-logo_kids.fixed {
	top: 16px;
}
.section-title {
	text-align: center;
}
.game-page__img, .game-page__img-block {
	margin-top: 40px;
	margin-bottom: 32px;
}
.game-page__result {
	padding: 16px 16px 40px;
}
.game-card, .main-games-container .game-card {
	width: 45%;
	width: calc(50% - 32px);
}
.game-card:hover .game-cover-wrap, .main-games-container .game-card:hover .game-cover-wrap {
	transform: none;
}
.game-card .game-card__title, .main-games-container .game-card .game-card__title {
	padding: 0 32px 0 16px;
	margin-top: 16px;
	color: #264269;
	font-family: "Muller", sans-serif;
	font-weight: 700;
	font-size: 22px;
	line-height: 1.09;
	letter-spacing: 0;
}
.kids-character-mobile {
	padding: 0 16px;
}
.kids-character-mobile__answer-container, .kids-character-mobile__cartoons-phrase-container {
	right: 143px;
}
.screen_kids {
	margin-left: -16px;
	margin-right: -16px;
}
.tales-section-title {
	margin: 20px 0 12px;
}
.material-card__title, .material-card_wide .material-card__title, .material-card_outside .material-card__title {
	font-size: 22px;
	margin-bottom: 8px;
}
.game-page__text_bigger {
	margin-top: 48px;
	margin-bottom: 64px;
	text-align: left;
	font-size: 20px;
}
.dragndrop__answers-block {
	justify-content: flex-start;
}
.postcard__dropdown-wrap {
	margin-right: 16px;
}
.postcard__download-info {
	margin-top: 4px;
}
.postcard__content {
	padding-top: 32px;
}
.postcard__cloud {
	padding: 32px 16px;
}
.postcard__footer {
	padding: 16px 16px 32px;
}
.postcard__logo {
	padding: 40px 0 0;
	flex-direction: column;
}
.postcard__logo img {
	height: 32px;
}
.postcard__logo-link::before {
	display: none;
}
.postcard-controls {
	margin-bottom: 48px;
}
.test-page__result-bg {
	padding: 48px 0;
	margin: 20px -16px 0;
	border-radius: 0;
	width: calc(100% + 32px);
}
.test-page__result {
	padding: 40px 20px 48px;
	min-height: initial;
}
.content-plug {
	min-height: initial;
}
.content-plug h2 {
	font-size: 18px;
	line-height: 1.33;
	margin-bottom: 16px;
	letter-spacing: 0;
	max-width: 390px;
}
.content-plug p {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.43;
}
.content-plug_tales {
	margin-top: 20px;
}
.banner-toindex {
	margin-top: 0;
}
.banner-toindex .index-banner-kids__img {
	margin: -24px -24px 0 0;
	width: 100%;
	max-width: 600px;
}
.banner-toindex .index-banner-kids__text p {
	max-width: none;
}
.footer-cai {
	flex-direction: column;
	align-items: center;
	margin-bottom: 20px;
}
.footer-cai a {
	margin-right: 0;
	margin-bottom: 15px;
}
.footer-cai a:last-child {
	margin-bottom: 0;
}
.footer-cai a span {
	text-align: center;
	margin-bottom: 10px;
}
.accordion__header {
	padding: 23px 0;
}
.accordion__title {
	font-size: 18px;
}
.accordion__body {
	max-width: none;
}
.tale-text {
	margin-top: 32px;
}
.index-section-about {
	background: none;
}
.selectize-dropdown-content {
	margin-left: -16px;
}
.selectize-dropdown-content .option {
	padding: 16px;
}
.article__title, .folk-page__title {
	letter-spacing: -0.5px;
}
.article-text h2, .article-portrait__desc h2, .tale-head__desc h2, .character-item__name, h2.game-page__title, .postcard__greetings, .main-tales h2 {
	letter-spacing: normal;
}
.test-question-audio {
	margin-bottom: 48px;
}
.test-question-index_center {
	margin: 32px 0 0;
}
.animated__background {
	background-position-y: -35px;
}
.video-card_big__desc_animated_series {
	width:  100%}
.video-card__wrapper-video-block {
	flex-direction: column;
}
.video-card_margin-sides {
	width:  100%!important;
}
.video-card__preview {
	width:  100%;
	 height:  300px;
}
.video-card__title-one-block-video.lessons {
	display: none;
}
.video-card_title-container svg  {
	display:  none;
}
.video-card_title-container img  {
	display:  none;
}
.course-card-big__desc_flex >p {
	display:  none;
}
.video-card_title-wrapper {
	flex-direction:  column-reverse;
}
.video-card_big__subtitle {
	font-style:  normal;
	 font-weight:  400;
	 font-size:  16px;
	 line-height:  24px;
	 letter-spacing:  0.25px;
}
.video-card__subtitle {
	font-style:  normal;
	 font-weight:  500;
	 font-size:  14px;
	 line-height:  20px;
	 letter-spacing:  0.25px;
	 color:  #6F86A5;
}
.video-card__title {
	font-style:  normal;
	 font-weight:  400;
	 font-size:  16px;
	 line-height:  24px;
	 letter-spacing:  0.25px;
}
.video-card__subtitle {
	font-style:  normal;
	 font-weight:  500;
	 font-size:  14px;
	 line-height:  20px;
	 letter-spacing:  0.25px;
}
.article-img, .article-slider {
	margin-bottom: 32px;
}
.article-text .article-img_wide {
	width: 100%;
}
.article-img__title,  .article-slide__title {
	margin-top: 8px;
}
.article-slider .owl-dots {
	margin-top: 16px;
}
.article-img_main {
	margin-bottom: 32px;
}
.article-right-photo__title, .article-img__title, .article-slide__title {
	font-size: 16px;
}
.article-right-photo__title, .article-right-photo .article-right-photo__img {
	margin-bottom: 12px;
}

.main-atoms {
	margin-top: 64px;
}

.button-link-wrap_atoms {
	margin-bottom: 64px;
}

.about-filter__container {
	margin-bottom: 28px;
}

.about-filter {
	height: 36px;
	padding: 9px 16px 11px 12px;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 16px; 
	margin-right: 4px;
	border-radius: 8px;
}

.about-filter__sharp {
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px;
	letter-spacing: 0.25px;
	margin-right: 4px;
}

.about-theme__container, .about-search__container {
	flex-direction: column;
	align-items: flex-start;
}

.about-theme__container {
	margin-bottom: 28px;
}

.about-theme__title, .about-search__title {
	margin-right: 0;
	margin-bottom: 4px;
}

.about-theme__select {
	width: 100%;
}

.about-search {
	width: 100%;
}

.main-block {
	width: 100%;
	margin-top: 100px;
}

.main-tour {
	display: none;
}

.main-block__title {
	text-align: center;
	font-size: 36px;
	font-style: normal;
	font-weight: 800;
	line-height: 36px;
	margin:  0 auto 24px;
}

.main-block__line {
	margin: 0 auto 24px;
	max-width: 140px;
	height: 4px;
}

.main-block__text {
	text-align: center;
	ont-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
}

.main-container {
	flex-direction: column;
	padding-top: 80px !important;
	padding-bottom: 168px !important;
	justify-content: flex-start !important;
	height: auto !important;
}

.main-tour_mob {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	border-radius: 16px;
	background: linear-gradient(115deg, #66B7FF 15.94%, #6CC9EC 83.82%);
	box-shadow: 0px 8px 24px 0px rgba(0, 66, 133, 0.05);
	padding: 8px;
}

.main-tour__text {
	margin-bottom: 0;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 16px; 
}

.main-tour__button {
	width: fit-content;
	padding: 8px 14px;
	margin-left: 16px;
}

.index-section-materials2 {
	margin-top: -14px;
}

.index-page2 {
	padding-bottom: 0;
}

.welcome-video {
	height: 100%;
}

}
@media (max-width:540px) {
	.animated__block-preview {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-bottom: 32px;
}
.animated__block-preview h1 {
	font-size: 36px;
	line-height: 1;
}
.animated__block-preview p {
	font-size: 16px;
	line-height: 1.43;
}
.animated__block-preview div:first-child, .animated__block-preview div:last-child {
	width: 100%}
.animated__block-preview div:last-child {
	margin-top: 32px;
	padding-left: 0;
}
.animated__block-video {
	margin: 0;
	padding: 32px 0 50px;
}
.animated__play-video {
	width: 52px;
	height: 52px;
	background-size: contain;
}
.video-card_big {
	flex-direction: column;
	gap:  12px;
}
.video-card_big__title {
	display: block !important;
}
.video-card_big__title {
	display: none;
}
.video-card_big__subtitle {
	font-size:  14px !important;
	font-style:  normal;
	 font-weight:  500;
	 line-height:  20px;
	 letter-spacing:  0.25px;
}
.video-container {
	margin: 0;
}
.video-card_big__title_mobile {
	display: block;
	font-size:  16px !important;
	font-style:  normal;
	 font-weight:  400;
	 line-height:  24px !important;
	 letter-spacing:  0.25px !important;
	color:  #264269 !important;
}
.video-card__title {
	margin-bottom: 12px;
}
.video-card__title-one-block-video {
	margin-top:  16px;
}
.tour-info__item {
	font-size: 16px;
}
}@media only screen and (max-width: 480px) {
	.copyrights {
	flex-direction: column;
}
.copyrights p {
	text-align: center;
	margin-top: 16px;
}
.copyrights p:first-child {
	margin-right: 0;
	margin-top: 0;
}
.character-popup .button {
	width: 100%}
.materials-container {
	grid-template-columns: repeat(1,  minmax(0,  1fr));
}
.share-button {
	width: 40px;
	height: 40px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%}
.share-button span {
	display: none;
}
.share-button svg {
	margin-right: 0;
}
.article-banner-kids {
	min-height: unset;
	background-size: 100px;
	background-position: right bottom;
}
.article-banner-kids__text {
	width: 100%}
.article-text>iframe {
	height: 240px;
}
.search-result__img {
	width: 100px;
	height: 100px;
	margin-right: 24px;
}
.search-result__content .section {
	margin-top: 4px;
}
.index-banner-kids__img {
	display: none;
}
.index-banner-kids__img_mobile {
	display: block;
	width: 100%;
	width: calc(100% + 24px);
	margin: 0 -24px 0 auto;
	height: auto;
}
.video-card_big {
	flex-wrap: wrap;
}
.video-card_big .video-card__preview {
	width: 100%;
	margin-bottom: 12px;
	height: 188px;
	border-radius: 2px;
}
.video-card_big p:not(.video-card_big__subtitle) {
	display: none;
}
.video-card_big__desc {
	padding-left: 0;
	width: 100%}
.video-card_big__desc .video-card_big__title {
	font-size: 16px;
	font-family: "Noto Sans", sans-serif;
	font-weight: 400;
	margin-bottom: 4px;
	line-height: 1.5;
	letter-spacing: .25px;
}
.video-card_big__desc p.video-card_big__subtitle {
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 500;
	color: #6f86a5;
}
.course-card-big__desc {
	display: flex;
	flex-direction: column;
}
.course-card-big__desc .video-card_big__title {
	order: 0;
}
.course-card-big__desc .video-card_big__subtitle {
	order: 1;
}
.video-card__preview {
	height: 188px;
}
.cartoons-slider .cartoon-card__preview {
	height: 136px;
}
.article-credits .sources, .article-text .article-credits .sources {
	flex-direction: column;
}
.article-credits .sources .title, .article-text .article-credits .sources .title {
	width: 100%;
	padding: 0;
	margin-bottom: 12px;
}
.article-credits .sources .sources-list, .article-text .article-credits .sources .sources-list {
	width: 100%;
	padding-left: 0;
}
.article-credits .sources .sources-list li:last-child, .article-text .article-credits .sources .sources-list li:last-child {
	margin-bottom: 0;
}
.article-credits .sources .divider, .article-text .article-credits .sources .divider {
	width: 100%;
	height: 1px;
}
.next-article {
	min-height: 100px;
}
.next-article__img {
	width: 100px;
}
.article-row__right {
	display: block;
}
.article-ext-links, .article-ext-events {
	grid-template-columns: repeat(1,  minmax(0,  1fr));
}
.video-container .video-card {
	width: 100%}
.share-tooltip {
	left: -16px;
	width: 133px;
	padding: 10px;
}
#sharePostcardTooltip {
	left: 0;
}
.cartoons-container {
	grid-template-columns: repeat(1,  minmax(0,  1fr));
}
.cartoon iframe, .screen_book iframe {
	height: 240px;
}
.cartoon-head {
	flex-direction: column;
}
.cartoon-card_big .cartoon-card__preview {
	height: 188px;
}
.tale-head {
	flex-direction: column;
}
.tale-head__img {
	margin: 0 0 20px 0;
}
.tale-lang-dropdown {
	margin-top: 0;
}
.tale-link {
	background-image: none;
}
.tale-link__img {
	margin-right: 16px;
	width: 68px;
	height: 68px;
}
.tale-link__desc {
	padding-right: 0;
}
.game-card, .main-games-container .game-card {
	width: 100%}
.main-games-container .game-card:nth-child(6n+5), .main-games-container .game-card:nth-child(6n+6) {
	width: 100%}
.character-select-wrap .select-character-form {
	max-width: none;
}
.character-item__bg {
	padding: 32px 12px 0 12px;
}
.audio-wrap {
	margin-top: 16px;
}
.audio-question-wrap {
	margin: 48px 0 64px;
}
.books-container .book-card {
	width: 100%}
.books-container .book-card:nth-child(9n+6), .books-container .book-card:nth-child(9n+7), .books-container .book-card:nth-child(9n+8), .books-container .book-card:nth-child(9n+9) {
	width: 100%}
.books-form {
	flex-direction: column;
}
.form-col {
	width: 100%}
.form-buttons {
	margin-top: 32px;
	flex-direction: column;
}
.clear-form-btn {
	margin-left: 0;
	margin-top: 8px;
}
.img-answers {
	margin: -24px 0 0 0;
}
.img-answers .img-answer {
	margin: 24px auto 0 auto;
	width: 100%;
	max-width: 240px;
}
.kids-character-mobile__answer-container, .kids-character-mobile__cartoons-phrase-container {
	width: calc(100% - 143px);
}
.kids-character {
	margin: 0 -16px !important;
	max-width: none !important;
}
.modal-body__btn .button {
	width: 100%}
#modalSuccess p {
	text-align: left;
}
.answers-block_horizontal {
	flex-direction: column;
}
.answers-block_horizontal .radio-answer {
	margin-right: 0;
	width: 100%}
.postcard-controls__dropdowns {
	flex-wrap: wrap;
}
.postcard__dropdown-wrap {
	margin-right: 0;
	margin-bottom: 24px;
}
.postcard__dropdown-wrap:last-child {
	margin-bottom: 0;
}
.postcard-controls__right {
	flex-direction: column;
	align-self: flex-start;
	align-items: flex-start;
}
.postcard__share-block {
	margin-right: 0;
	margin-bottom: 16px;
}
.postcard-controls__share-list.active .share-button {
	width: auto;
	height: auto;
	justify-content: flex-start;
}
.postcard-controls__share-list.active .share-button span {
	display: block;
}
.postcard-controls__share-list.active .share-button svg {
	margin-right: 12px;
}
.test-page__result .button-kids, .test-page__result .button-kids span {
	width: 100%}
.img-answers_4 {
	margin: 0;
}
.img-answers_4 .img-answer {
	max-width: 264px;
}
.middle-screem__tip {
	width: 100%}
.middle-screem__tip p {
	text-align: left;
}
.banner-toindex .index-banner-kids__img {
	display: block;
	margin: 16px -24px 0 -40px;
	width: calc(100% + 64px);
}
.selectize-dropdown-content {
	padding-bottom: 55px;
}
}

@media (max-width: 414px) {
	.video-card_title-wrapper {
		flex-direction:  column;
	}
}

#AtomSFrameCombo {
	min-width: 100% !important;
}
#AtomSFrameCombo iframe {
	width: 100% !important;
}