@font-face {
	font-family: 'latobold';
	src: url('../fonts/lato-bold-webfont.eot');
	src: url('../fonts/lato-bold-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/lato-bold-webfont.woff2') format('woff2'),
	url('../fonts/lato-bold-webfont.woff') format('woff'),
	url('../fonts/lato-bold-webfont.ttf') format('truetype'),
	url('../fonts/lato-bold-webfont.svg#latobold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'latoregular';
	src: url('../fonts/lato-regular-webfont.eot');
	src: url('../fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/lato-regular-webfont.woff2') format('woff2'),
	url('../fonts/lato-regular-webfont.woff') format('woff'),
	url('../fonts/lato-regular-webfont.ttf') format('truetype'),
	url('../fonts/lato-regular-webfont.svg#latoregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'latoblack';
	src: url('../fonts/lato-black-webfont.eot');
	src: url('../fonts/lato-black-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/lato-black-webfont.woff2') format('woff2'),
	url('../fonts/lato-black-webfont.woff') format('woff'),
	url('../fonts/lato-black-webfont.ttf') format('truetype'),
	url('../fonts/lato-black-webfont.svg#latoblack') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'latomedium';
	src: url('../fonts/lato-medium-webfont.eot');
	src: url('../fonts/lato-medium-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/lato-medium-webfont.woff2') format('woff2'),
	url('../fonts/lato-medium-webfont.woff') format('woff'),
	url('../fonts/lato-medium-webfont.ttf') format('truetype'),
	url('../fonts/lato-medium-webfont.svg#latomedium') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'robotobold';
	src: url('../fonts/roboto-bold-webfont.eot');
	src: url('../fonts/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/roboto-bold-webfont.woff2') format('woff2'),
	url('../fonts/roboto-bold-webfont.woff') format('woff'),
	url('../fonts/roboto-bold-webfont.ttf') format('truetype'),
	url('../fonts/roboto-bold-webfont.svg#robotobold') format('svg');
	font-weight: normal;
	font-style: normal;
}

html,body {
	height: 100%;
	margin: 0;
}
body {
	margin: 0;
	background: #fff ;
	color: #1F4550 ;
	min-width: 1260px ;
	font: 14px/17px 'latoregular' , arial, helvetica, sans-serif;
	-webkit-text-size-adjust: 100%;
}
/* General reset */
form, fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
img {
	border-style: none;
	vertical-align:top;
}
ul li{vertical-align:top;}
input, select, textarea {
	vertical-align: top;
	font: 14px/18px 'latobold' , arial, helvetica, sans-serif;
}
a {
	color: #1F4550 ;
	text-decoration: underline;
    transition: color 0.2s ease-in-out;
}
a:hover {text-decoration: none;}
a[href^="tel"],
a[href^="tel"]:hover {
	color: #1F4550;
	cursor: default;
	text-decoration: none;
	white-space: nowrap;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {display:block;}
figure{margin:0;}

button::-moz-focus-inner {
	padding:0;
	border:0;
}
a:focus,
a:hover,
button:focus {
	outline: none;
	outline: 0;
}

h1,
h2{
	font: 18px/24px 'latobold' , arial, helvetica, sans-serif;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 28px ;
}
h2{
	font-size: 24px;
	line-height: 30px ;
}
h3{
	font: 20px/26px 'latobold' , arial, helvetica, sans-serif;
	margin: 0 0 10px ;
}
h4,
h5 {

}
p{ margin: 0 0 15px;}
ol {
	margin:0;
	padding:0;
	overflow:hidden;
	list-style:none;
	counter-reset:item;
}
ol > li:before {
	content: counters(item, ".", decimal) "";
	counter-increment: item;
	float:left;
	margin: 0 0 0 -34px ;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-width: 20px ;
	height: 20px ;
	border: 2px solid #64CD12;
	border-radius: 50% ;
	padding: 0 2px ;
	color: #64CD12;
	font: 11px/16px 'robotobold' , arial, helvetica, sans-serif;
}
ol li {
	padding: 0 0 6px 35px ;
	position: relative;
}
.btn {
	min-width: 140px;
	height: 46px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden ;
	display: inline-block;
	vertical-align: top ;
	text-align: center ;
	text-transform: uppercase;
	background: linear-gradient(180deg, #4AC5F7 0%, #53C8F7 100%);
	border: 3px solid #FFFFFF;
	-webkit-box-shadow: 4px 5px 9px rgba(0, 0, 0, 0.11), inset 0px -1px 19px #1382af;
	-moz-box-shadow: 4px 5px 9px rgba(0, 0, 0, 0.11), inset 0px -1px 19px #1382af;
	box-shadow: 4px 5px 9px rgba(0, 0, 0, 0.11), inset 0px -1px 19px #1382af;
	-webkit-border-radius: 24px ;
	-moz-border-radius: 24px ;
	border-radius: 24px ;
	margin: 0 0 15px ;
	padding: 0 12px ;
	font: 14px/40px "latobold" , arial, helvetica, sans-serif;
	color:#fff ;
	cursor:pointer;
	text-decoration: none;
	position: relative;
	transition: box-shadow 0.2s ease-in-out , border-color 0.2s ease-in-out , background-color 0.2s ease-in-out ;
}
.btn:before {
	content: '';
	position: absolute;
	top: 5px;
	left: 1px;
	right: 1px ;
	height: 18px ;
	box-shadow: inset rgba(255,255,255,.7) 0 2px 3px -1px, rgba(255,255,255,.7) 0 -4px 6px 0px ;
	-webkit-border-radius: 100px 100px 0 0  ;
	-moz-border-radius: 100px 100px 0 0 ;
	border-radius: 100px 100px 0 0 ;
}
.btn:hover,
.btn:focus {
	-webkit-box-shadow: 4px 5px 9px rgba(0, 0, 0, 0.11), inset 0px -1px 19px rgba(0,0,0,0) ;
	-moz-box-shadow: 4px 5px 9px rgba(0, 0, 0, 0.11), inset 0px -1px 19px rgba(0,0,0,0) ;
	box-shadow: 4px 5px 9px rgba(0, 0, 0, 0.11), inset 0px -1px 19px rgba(0,0,0,0) ;
}
.btn.btn-green {
    background: #49E951;
    box-shadow: 4px 5px 9px rgba(0, 0, 0, 0.11), inset 0px -1px 19px #40a243;
    font: 20px/40px "latoblack" , arial, helvetica, sans-serif;
}
.btn.btn-green:hover,
.btn.btn-green:focus {
    box-shadow: 4px 5px 9px rgba(0, 0, 0, 0.11), inset 0px -1px 19px rgba(0,0,0,0);
}
.btn.btn-green.disabled,
.btn.btn-green.disabled:hover,
.btn.btn-green.disabled:focus {
    box-shadow: 4px 5px 9px rgba(0, 0, 0, 0.11), inset 0px -1px 19px #318F34;
}
.btn.btn-red {
    font: 20px/40px "latoblack" , arial, helvetica, sans-serif;
    background: #FF5D47;
    box-shadow: 4px 5px 9px rgba(0, 0, 0, 0.11), inset 0px -1px 19px #40a243;
}
.btn.btn-red:hover,
.btn.btn-red:focus {
    box-shadow: 4px 5px 9px rgba(0, 0, 0, 0.11), inset 0px -1px 19px rgba(0,0,0,0);
}
.btn.btn-red.disabled,
.btn.btn-red.disabled:hover,
.btn.btn-red.disabled:focus{
    box-shadow: 4px 5px 9px rgba(0, 0, 0, 0.11), inset 0px -1px 19px #318F34;
}
.btn.disabled ,
.btn.disabled:hover ,
.btn.disabled:focus {
    opacity: 0.3 ;
    -webkit-box-shadow: 4px 5px 9px rgba(0, 0, 0, 0.11), inset 0px -1px 19px #1382af;
    -moz-box-shadow: 4px 5px 9px rgba(0, 0, 0, 0.11), inset 0px -1px 19px #1382af;
    box-shadow: 4px 5px 9px rgba(0, 0, 0, 0.11), inset 0px -1px 19px #1382af;
}
.btn.disabled { cursor: default;}
.btn.btn-middle { min-width: 220px ; }

.btn-sound {
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	width: 100px;
	height: 100px ;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 10px solid #fff;
	text-indent: -9999px ;
	overflow: hidden;
	padding: 0 ;
	margin: 0 0 15px ;
	background: linear-gradient(180deg, #4AC5F7 0%, #53C8F7 100%);
	-webkit-box-shadow: 4px 5px 9px rgba(0, 0, 0, 0.11), inset 0px -1px 35px #1a93c4;
	-moz-box-shadow: 4px 5px 9px rgba(0, 0, 0, 0.11), inset 0px -1px 35px #1a93c4;
	box-shadow: 4px 5px 9px rgba(0, 0, 0, 0.11), inset 0px -1px 35px #1a93c4;
	transition: box-shadow 0.2s ease-in-out;
}
.btn-sound {
    cursor: pointer;
}
.btn-sound:before {
	content: '';
	position: absolute;
	top: 50% ;
	left: 50% ;
	z-index: 3 ;
	width: 28px ;
	height: 32px ;
	background: url(../images/icon-sound.svg) 0 0 no-repeat;
	margin: -16px 0 0 -14px ;
}
.btn-sound:hover,
.btn-sound:focus {
	-webkit-box-shadow: 4px 5px 9px rgba(0, 0, 0, 0.11), inset 0px -1px 35px rgba(0,0,0,0) ;
	-moz-box-shadow: 4px 5px 9px rgba(0, 0, 0, 0.11), inset 0px -1px 35px rgba(0,0,0,0) ;
	box-shadow: 4px 5px 9px rgba(0, 0, 0, 0.11), inset 0px -1px 35px rgba(0,0,0,0) ;
}
.btn-sound.sound-small {
    width: 50px ;
    height: 50px ;
    border-width: 3px;
    -webkit-box-shadow: 4px 5px 9px rgba(0, 0, 0, 0.11), inset 0px -1px 19px #1084b3;
    -moz-box-shadow: 4px 5px 9px rgba(0, 0, 0, 0.11), inset 0px -1px 19px #1084b3;
    box-shadow: 4px 5px 9px rgba(0, 0, 0, 0.11), inset 0px -1px 19px #1084b3;
}
.btn-sound.sound-small:hover,
.btn-sound.sound-small:focus {
    -webkit-box-shadow: 4px 5px 9px rgba(0, 0, 0, 0.11), inset 0px -1px 19px rgba(0,0,0,0);
    -moz-box-shadow: 4px 5px 9px rgba(0, 0, 0, 0.11), inset 0px -1px 19px rgba(0,0,0,0);
    box-shadow: 4px 5px 9px rgba(0, 0, 0, 0.11), inset 0px -1px 19px rgba(0,0,0,0);
}
.sprites {
	display: inline-block;
	vertical-align: top;
	text-indent: -9999px ;
	overflow: hidden;
}
.sprites.sprites-info {
	background: url(../images/info.svg) 0 0 no-repeat;
	width: 18px ;
	height: 18px ;
}
.sprites.sprites-back {
	background: url(../images/arrow-left.svg) 0 0 no-repeat;
	width: 10px ;
	height: 17px ;
}
.sprites.sprites-yurt {
	background: url(../images/yurt.svg) 0 0 no-repeat;
	width: 22px ;
	height: 23px ;
}
.sprites.sprites-next {
    background: url(../images/arrow-right.svg) 0 0 no-repeat;
    width: 10px ;
    height: 17px ;
}
.sprites.sprites-check{
	background: url(../images/icon-check.svg) 0 0 no-repeat;
	width: 21px ;
	height: 21px ;
}
.sprites.sprites-clean {
	background: url(../images/icon-clean.svg) 0 0 no-repeat;
	width: 27px ;
	height: 28px ;
}

.btn .sprites.sprites-info{ margin: 11px 12px 0 0 ;}
.btn .sprites{ margin: 11px 12px 0 0 ;}
.btn .sprites.sprites-yurt { margin: 8px 12px 0 0 ; }
.btn .sprites.sprites-back{ margin: 11px 13px 0 -7px ;}
.btn .sprites.sprites-next{ margin: 11px -7px 0 13px ;}
.btn .sprites.sprites-clean { margin: 7px 9px 0 0 ;}
.btn .sprites.sprites-check{ margin: 10px 13px 0 4px ; }

/* wrapper */
#wrapper {
	overflow:hidden;
	width: 100% ;
	min-height: 100%;
	position: relative ;
	background: url(../images/bg-body.png) 50% 0 no-repeat;
	background-size: cover ;
	text-align: center ;
}
.index-page #wrapper {
	background-image: url(../images/bg-body02.png) ;
}
.page-view #wrapper {
    background-image: url(../images/bg-body03.png) ;
}
/* header */
#header {
	position: absolute;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	padding: 23px 0 0 ;
    z-index: 12 ;
}
.index-page #header{ padding: 0 ;}
.holder-head {
	padding: 0 350px ;
}
.holder-head:after {
	content: '';
	display: block;
	clear: both;
}
.holder-head .head-btn{
	float: left;
	width: 340px ;
	margin: -11px 0 0 -330px ;
}
.holder-head .head-btn .btn{
	float: left;
	margin-right: 20px;
}
#nav {
	float: right;
	margin: -11px -330px 0 0 ;
}
.menu-holder {
	position: fixed;
	top: 0 ;
	right:-300px;
	width: 240px;
	padding: 77px 10px 0 ;
	background: #fff ;
	-webkit-transition: right .4s ease-in-out;
	-moz-transition: right .4s ease-in-out;
	transition: right .4s ease-in-out;
	overflow: hidden ;
	overflow-y: auto;
	z-index:16;
	height: 100vh ;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    text-align: left ;
}
.open-menu .menu-holder { right:0;}
.menu-holder .toogle-close {
    position: absolute;
    top: 19px ;
    right: 23px ;
    width: 32px;
    height: 32px ;
    text-indent: -9999px ;
    overflow: hidden;
    z-index: 2;
    cursor: pointer;
}
.menu-holder .toogle-close:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    background: url(../images/close.svg) 0 0 no-repeat;
    width: 14px ;
    height: 14px ;
    margin: -7px 0 0 -7px ;
    transition: opacity 0.2s ease-in-out ;
}
.menu-holder .toogle-close:hover:before{ opacity: 0.8;}
.nav-overlay {
	bottom: 0;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 12;
	transition: opacity 0.2s ease-in-out , visibility 0.2s ease-in-out ;
	opacity: 0 ;
	visibility: hidden;
}
.open-menu .nav-overlay{
	opacity: 1;
	visibility: visible;
}
.toogle-icon {
	width: 17px ;
	height: 14px ;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.toogle-icon > span {
	text-indent: -9999px;
	overflow: hidden;
	position:absolute;
	left:0;
	height:3px;
	right: 0;
	background: #fff;
	-webkit-border-radius: 5px ;
	-moz-border-radius: 5px ;
	border-radius: 5px ;
	transition: background-color 0.2s ease-in-out ;
}
.toogle-icon > .t { top: 0 ; }
.toogle-icon > .c { top: 5px ; }
.toogle-icon > .b { top: 10px ; }
.toggle-menu { z-index: 17; }
.btn .toogle-icon{
	margin: 13px 9px 0 0 ;
    transition: margin-top 0.2s ease-in-out;
}
.btn.toggle-menu{
    transition: all 0.2s ease-in-out ;
}
.open-menu .btn.toggle-menu{
	background: linear-gradient(180deg, #fff 0%, #fff 100%);
	border-color: #c6d1d6;
	-webkit-box-shadow: 4px 5px 9px rgba(0, 0, 0, 0), inset 0px -1px 19px rgba(0, 0, 0, 0);
	-moz-box-shadow: 4px 5px 9px rgba(0, 0, 0, 0), inset 0px -1px 19px rgba(0, 0, 0, 0);
	box-shadow: 4px 5px 9px rgba(0, 0, 0, 0), inset 0px -1px 19px rgba(0, 0, 0, 0);
	color: #1F4550 ;
    min-width: 134px ;
    border-width: 2px;
    height: 40px ;
    font-size: 14px ;
    line-height: 36px ;
    margin: 3px ;
}
.open-menu .toogle-icon > span{ background: #1f4550 ;}
.open-menu .btn .toogle-icon {
    margin: 11px 9px 0 0;
}
.menu-holder .text-center {
	display:table;
	position:relative;
	width:100%;
	height:100%;
    overflow: visible;
    min-height: inherit ;
}
.title-menu {
    display: block;
    font: 20px/24px "latobold" , arial, helvetica, sans-serif;
    text-transform: uppercase;
    margin: 0 0 20px ;
}
.menu-holder .text-center .text-inner{
    display:table-cell;
    vertical-align: top;
    padding: 0 0 75px;
}
.menu-holder .btn{
    position: absolute;
    margin: 0;
    bottom: 22px ;
    left: 0 ;
    right: 0 ;
}
.panel {
    margin:0 -30px 0 -10px ;
    padding:0;
    list-style:none;
    font-size: 0;
    line-height: 0;
    text-align: left;
}
.panel li{
    display: inline-block;
    vertical-align: top;
    margin: 0 2px 4px;
    font: 30px/58px "latoblack" , arial, helvetica, sans-serif;
    text-align: center;
    text-transform: uppercase;
}
.panel li a{
    display: block;
    position: relative;
    width: 60px ;
    height: 60px ;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: color 0.2s ease-in-out;
    margin: 8px ;
    text-decoration: none;
}
.panel li a > span{
    position: relative;
    z-index: 3;
}
.panel li a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% ;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: linear-gradient(180deg, #4AC5F7 0%, #53C8F7 100%);
    border: 3px solid #FFFFFF;
    box-shadow: 4px 5px 9px rgba(0, 0, 0, 0.11), inset 0px -1px 19px #1a93c4;
    border-radius: 50% ;
    z-index: 2;
    transition: all 0.2s ease-in-out  ;
}
.panel li a:after {
    width: 60px ;
    height: 60px ;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border: 0 solid transparent;
    transition: all 0.2s ease-in-out ;
    z-index: 1 ;
    border-radius: 50% ;
    background: #fff ;
}
.panel li a:hover:before,
.panel .active a:before{
    opacity: 0 ;
    transform: scale(1.2);
}
.panel .active a{ cursor: default; }
.panel li a:hover:after ,
.panel .active a:after {
    border-color: #50C8F9 ;
    border-width: 3px ;
    width: 76px ;
    height: 76px ;
    left: -8px ;
    top: -8px ;
}
.panel li a:hover,
.panel .active a { color: #1F4550; }

    /* main */
#main {
	width:100%;
}
.text-center {
	display:table;
	position:relative;
	overflow:hidden;
	width:100%;
    height: 100vh;
    min-height: 750px;
}
.text-center .text-inner {
    display: table-cell ;
    vertical-align: middle ;
    padding: 184px 0 25px ;
}
.index-page .text-center .text-inner{ padding: 120px 0 90px ; }
.wrap {
	max-width: 1100px ;
	margin: 0 auto;
	padding: 0 30px ;
}
#header .wrap {
	max-width: 1140px ;
	position: relative;
	z-index: 2;
}
#wrapper:before {
	content: '';
	position: absolute;
	top: 0;
	left: 50% ;
	width: 1276px;
	height: 267px;
	background: url(../images/cloud-big.svg) 0 0 no-repeat;
	margin: 0 0 0 -636px ;
}
.index-page #wrapper:before{ display: none;}
.aside-cloud{
	float: right;
	position: relative;
	padding: 12px 20px 25px ;
}
.aside-cloud:before{
	content: '';
	position: absolute;
	top: 0;
	left: 50% ;
	background: url(../images/cloud-small.svg) 0 0 no-repeat;
	width: 319px ;
	height: 176px ;
	margin:  0 0 0 -159px ;
}
.foot-actions {
	position: absolute;
	bottom: 13px ;
	left: 0 ;
	right: 0 ;
	z-index: 11 ;
}
.menu {
	margin:0 auto ;
	padding:0;
	list-style:none;
	max-width: 580px ;
}
.menu li { margin: 0 0 30px ; }
.menu li a {
	display: block;
	box-shadow: 0px 18px 29px rgba(0, 0, 0, 0.08)  ;
	border-radius: 44px;
	height: 80px ;
	font: 28px/40px "latobold" , arial, helvetica, sans-serif;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	padding: 15px 20px 20px ;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    position: relative;
    border-top: 5px solid #fff ;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.92) 4.42%, rgba(255, 255, 255, 0) 100%);
}
.menu li a:before  {
    content: '';
    position: absolute;
    top: -5px;
    height: 80px ;
    left: 0;
    right: 0 ;
    z-index: 2;
    border-radius: 44px;
    box-shadow:  inset 0px -2px 4px #799bb0 ;
}
.menu li a:after {
    background: linear-gradient(180deg, #FFFFFF 0%, #C1EDFF 33.15%, #33BAF2 100%);
    border-bottom: 5px solid #59c6f3 ;
    transition: opacity 0.2s ease-in-out ;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0 ;
    right: 0 ;
    z-index: 1;
    border-radius: 44px;
}
.menu li a span {
    position: relative ;
    z-index: 3 ;
}
.menu li a:hover:after ,
.menu .active a:after {  opacity: 0 ; }

.list-language {
	margin:0;
	padding:0;
	list-style:none;
}
.list-language li{
	display: inline-block;
	vertical-align: top;
	margin: 0 8px ;
}
.flag{
	display: inline-block;
	vertical-align: top;
	width: 22px ;
}
.btn .flag{
	margin: 9px 13px 0 0 ;
}
.list-sounds {
	padding: 0 0 10px;
	margin: 0 auto  ;
	list-style: none ;
	max-width: 634px ;
	font-size: 0;
	line-height: 0 ;
}
.list-sounds.sounds-red {
	max-width: 450px ;
	padding: 20px 0 20px ;
}
.list-sounds li{
	display: inline-block;
	vertical-align: top;
	margin: 0 2px 4px ;
}
.item-sound {
	padding: 8px ;
	width: 86px ;
	height: 86px ;
	position: relative;
	display: block;
	text-align: center;
	text-transform: uppercase;
	font: 24px/70px "latoblack" , arial, helvetica, sans-serif;
	cursor: pointer;
	color: #fff ;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: color 0.3s ease-in-out , background-color 0.3s ease-in-out ;
	border-radius: 50% ;
    white-space: nowrap;
}
.item-sound:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50% ;
	width: 70px ;
	height: 70px ;
	margin: -35px 0 0 -35px ;
	z-index: 1;
	transition: all 0.3s ease-in-out ;
	background: #fff;
	background: -moz-linear-gradient( #fff 0%, #9fd2e7 50%, #0c7fb0 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#fff), color-stop(50%,#9fd2e7), color-stop(100%,#0c7fb0));
	background: -webkit-linear-gradient(  #fff 0%,#9fd2e7 50%,#0c7fb0 100%);
	background: -o-linear-gradient(  #fff 0%,#9fd2e7 50%,#0c7fb0 100%);
	background: -ms-linear-gradient(  #fff 0%,#9fd2e7 50%,#0c7fb0 100%);
	background: linear-gradient( #fff 0%,#9fd2e7 50%,#0c7fb0 100%);
	box-shadow: 0px 18px 29px rgba(6, 62, 86, 0.2) ;
	border-radius: 50% ;
}
.sounds-red .item-sound:before{
	background: #fff;
	background: -moz-linear-gradient( #fff 0%, #f4c5b9 50%, #f03025 100%);
	background: -webkit-gradient(linear, left top, right bottom , color-stop(0%,#fff), color-stop(50%,#f4c5b9), color-stop(100%,#f03025));
	background: -webkit-linear-gradient(  #fff 0%,#f4c5b9 50%,#f03025 100%);
	background: -o-linear-gradient(  #fff 0%,#f4c5b9 50%,#f03025 100%);
	background: -ms-linear-gradient(  #fff 0%,#f4c5b9 50%,#f03025 100%);
	background: linear-gradient( #fff 0%,#f4c5b9 50%,#f03025 100%);
	box-shadow: 0px 18px 29px rgba(104, 72, 19, 0.2) ;
}
.item-sound > span{
	position: relative;
	display: block;
	z-index: 3;
}
.item-sound:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	border: 0 solid transparent;
	transition: all 0.3s ease-in-out ;
	z-index: 2 ;
	margin: -31px 0 0 -31px ;
	height: 62px;
	width: 62px ;
	border-radius: 50% ;
	background: linear-gradient(180deg, #7CD9FF 0%, #077DAF 100%);
	background-blend-mode: soft-light, normal;
	box-shadow:  inset 0px 8px 21px rgba(21, 128, 173, 0.6);
}
.sounds-red .item-sound:after {
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), linear-gradient(180deg, #FF8C73 0%, #F41E1E 100%);
	background-blend-mode: soft-light, normal;
	box-shadow:  inset 0px 8px 21px rgba(187, 114, 18, 0.5);
}
.item-sound:hover:before,
.active > .item-sound:before,
.item-sound:hover:after,
.active > .item-sound:after{
	opacity: 0 ;
	transform: scale(1.3);
}
.item-sound:hover,
.active > .item-sound {
	background: #fff ;
	color: #1F4550;
}
.text-red{ color: #CE240D; }
.text-green { color: #64CD12;}
.text-blue { color: #0B77A4;}

.list-sounds.sounds-syllables { max-width: 900px;}
.list-sounds.sounds-syllables li { margin: 0 2px 14px;}
.sounds-syllables .item-sound {
    padding: 8px ;
    width: 156px ;
    height: 106px ;
    border-radius: 50px ;
    font-size: 24px ;
    line-height: 90px ;
}
.sounds-syllables .item-sound:before {
    width: 140px ;
    height: 90px ;
    margin: -45px 0 0 -70px ;
    border-radius: 50px ;
}
.sounds-syllables .item-sound:after {
    margin: -41px 0 0 -66px ;
    width: 132px ;
    height: 82px ;
    border-radius: 50px ;
}

.sounds-syllables .item-sound:hover:before,
.sounds-syllables .active > .item-sound:before,
.sounds-syllables .item-sound:hover:after,
.sounds-syllables .active > .item-sound:after{
    transform: scale(1.2);
}

.letter-large {  font: 44px/50px "latoblack" , arial, helvetica, sans-serif;}
h2 .letter-large{
    margin: -14px 0 0 7px ;
    display: inline-block;
    vertical-align: top;
}
.container-white {
	background: #FFFFFF;
	border-radius: 40px;
	padding: 24px 260px 18px 40px ;
	margin: 0 0 20px ;
	text-align: left;
	position: relative;
	z-index: 2;
	box-shadow: 10px 24px 54px rgba(0, 0, 0, 0.15);
}
.wrap-container .container-white {
	border-radius: 60px;
	margin: 0 0 50px ;
	padding: 44px 260px 18px 56px;
}
.wrap-container{
	position: relative;
}
.wrap-container .circle-box{
	width: 140px ;
	height: 140px ;
	position: absolute;
	top: -30px ;
	right: -50px ;
	background: #fff ;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	z-index: 1 ;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding:  20px ;
}
.wrap-container > .circle-box{
	box-shadow: 10px 24px 54px rgba(0, 0, 0, 0.15);
}
.container-white .circle-box .btn-sound {
	margin: 0 ;
}
.container-white:after{
	content: '';
	display: block;
	clear: both;
}
.container-white .col-img {
	width: 270px ;
	float: right;
	margin: 8px -220px 10px 0 ;
}
.container-white .col-img img{
	max-width: 100% ;
	height: auto ;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.hold-utterance {
	padding: 54px 0 86px ;
}
.hold-utterance.utterance-space { padding: 0 0 36px ; }
.letter-utterance{
	display: inline-block;
	vertical-align: top;
    margin: 0 28px 0 -18px ;
	font: 140px/160px "latobold" , arial, helvetica, sans-serif;
	color: #CE240D;
    min-width: 430px ;
	transition: transform 0.2s ease-in-out ;
}
.letter-utterance:hover {
	transform: scale(1.1);
}
.hold-utterance .btn-sound{
	margin-top: 41px ;
	margin-right: -5px ;
}
.text-title {
	text-transform: none;
	font: 18px/24px "latomedium" , arial, helvetica, sans-serif ;
    display: inline-block;
    vertical-align: top;
}
blockquote {
	margin: 0 0 12px ;
    padding: 0 0 0 100px ;
	font-size: 32px ;
	line-height: 47px ;
}
.autor{
    display: block;
    text-align: right;
    font-style: normal;
	font-size: 25px ;
	line-height: 30px ;
	margin: -10px 0 0 ;
}
blockquote .text-red{
    font-family: "latobold" , arial, helvetica, sans-serif ;
}
.foot-actions .btn{
	margin-left: 12px ;
	margin-right: 12px ;
}
.foot-actions .btn-prev {
	float: left;
	margin: 0 0 15px -170px ;
}
.foot-actions .btn-next{
	float: right;
	margin: 0 -170px 15px 0 ;
}
.gallery  .foot-actions .wrap{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 1160px ;
	padding: 0 200px ;
}
.gallery {
    position:relative;
    overflow:hidden;
    width: 100% ;
}
.gallery .gallery-holder {
	width:100%;
	position:relative;
	overflow:hidden;
    padding:0;
    margin:0;
    list-style:none;
    height:100vh;
    min-height: 750px ;
}
.gallery .gallery-holder > li {
    position:absolute;
    top:0;
    left:0;
    z-index:1;
    width: 100% ;
    height: 100% ;
}
.gallery .gallery-holder .active {z-index:10;}
.head-caption {
    width: 100% ;
}
.head-caption h1{
    display: inline-block;
    vertical-align: top;
}
.switcher {
    display: inline-block;
    vertical-align: top;
    margin:0;
    padding:0;
    list-style:none;
    width: 21px ;
    height: 24px ;
    font: 18px/24px 'latobold' , arial, helvetica, sans-serif;
    position: relative;
}
.switcher li {
    position: absolute;
    top: 0 ;
    left: 0 ;
    width: 100% ;
    height: 24px ;
    opacity: 0 ;
    transition: opacity 0.2s ease-in-out ;
    z-index: 2;
}
.switcher li.active{
    opacity: 1;
    z-index: 3 ;
}
.switcher li a{  text-decoration: none; }
.wrap.wrap-syllables {
    padding-top: 50px ;
    padding-bottom: 50px ;
    position: relative;
    max-width: 1120px;
}
.wrap.wrap-syllables .btn-sound {
    position: absolute;
    top: -40px ;
    right: 40px ;
}
.list-syllables{
    margin:0 ;
    padding: 0 0 60px ;
    list-style:none;
    font-size: 0;
    line-height: 0 ;
    display: inline-block;
    vertical-align: top;
}
.list-syllables:after{
    content: '';
    display: block;
    clear: both;
}
.list-syllables li{
    float: left;
    text-align: center;
    text-transform: uppercase;
    font: 60px/118px 'latoblack' , arial, helvetica, sans-serif;
    color: #0B77A4;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 10px solid #fff;
    box-shadow: 0px 18px 29px rgba(0, 0, 0, 0.08);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 140px ;
    height: 140px ;
    margin: -10px 90px ;
    transition: background-color 0.2s ease-in-out ;
    cursor: pointer;
	position: relative;
}
.list-syllables li:before {
	content: '';
	position: absolute;
	top: 86px;
	left: 110px;
	width: 8px;
	margin: 0 0 0 -4px;
	transition: all 0.5s ease-in-out;
	height: 0;
	background: #fff ;
}
.list-syllables li:nth-child(1):before,
.list-syllables li:nth-child(2):before,
.list-syllables li:nth-child(3):before{
	transform: rotate(-45deg);
	top: 86px;
	left: 115px;
}
.list-syllables li:nth-child(4):before,
.list-syllables li:nth-child(5):before,
.list-syllables li:nth-child(6):before{
	transform: rotate(45deg);
	bottom: 92px;
	top: auto ;
}
.list-syllables li:last-child:before{display: none;}
.list-syllables li.active:before{
	height: 70px ;
}
.list-syllables li.active:nth-child(1):before,
.list-syllables li.active:nth-child(2):before,
.list-syllables li.active:nth-child(3):before{
	top: 80px;
	left: 145px;
}
.list-syllables li.active:nth-child(4):before,
.list-syllables li.active:nth-child(5):before,
.list-syllables li.active:nth-child(6):before {
	left: 140px;
	bottom: 86px;
}

.list-syllables li:hover ,
.list-syllables .active { background: #fff ;}
.list-syllables li:nth-child(4),
.list-syllables li:nth-child(12){
    margin-left: 250px;
}
.hold-locomotive {
    width: 100% ;
    padding: 0 0 23px ;
    margin: 0 0 14px ;
    background:  url(../images/road.png) 50% 100%  repeat-x ;
    min-height: 276px ;
    position: relative;
}
.locomotive {
    width: 641px;
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -320px ;
}
.locomotive.locomotive-start {
	-webkit-animation-duration: 5s;
	-moz-animation-duration: 5s;
	animation-duration: 5s;

	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;

	-webkit-animation-timing-function: linear ;
	-moz-animation-timing-function:linear;
	animation-timing-function: linear;

	-webkit-animation-name: tada-locomotive ;
	-moz-animation-name: tada-locomotive ;
	animation-name: tada-locomotive ;

	left: 100% ;
}
@-webkit-keyframes tada-locomotive {
	0% { left: -800px ;}
	100% { left: 130% ;}
}
@-moz-keyframes tada-locomotive {
	0% { left: -800px ;}
	100% { left: 130% ;}
}
@keyframes tada-locomotive {
	0% { left: -800px ;}
	100% { left: 130% ;}
}
.locomotive.locomotive-start .train-wheel{
	-webkit-animation-duration: 1.2s !important;
	-moz-animation-duration: 1.2s !important;
	animation-duration: 1.2s !important;

	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;

	-webkit-animation-timing-function: linear ;
	-moz-animation-timing-function:linear;
	animation-timing-function: linear;

	-webkit-animation-name: tada-wheel ;
	-moz-animation-name: tada-wheel ;
	animation-name: tada-wheel ;
}

.locomotive .train-wheel {
    position: absolute;
    bottom: 2px  ;
    left: 20px ;
    z-index: 2 ;
    background: url(../images/wheel01.png) 0 0 no-repeat;
    width: 50px ;
    height: 53px ;

    -webkit-animation-duration: 1.2s;
    -moz-animation-duration: 1.2s;
    animation-duration: 1.2s;

    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;

    -webkit-animation-timing-function: linear ;
    -moz-animation-timing-function:linear;
    animation-timing-function: linear;

    -webkit-animation-name: tada-wheel ;
    -moz-animation-name: tada-wheel ;
    animation-name: tada-wheel ;
}
@-webkit-keyframes tada-wheel {
    0% { transform: rotate(0);}
    50% { transform: rotate(180deg);}
    100% { transform: rotate(360deg);}
}
@-moz-keyframes tada-wheel {
    0% { transform: rotate(0);}
    50% { transform: rotate(180deg);}
    100% { transform: rotate(360deg);}
}
@keyframes tada-wheel {
    0% { transform: rotate(0);}
    50% { transform: rotate(180deg);}
    100% { transform: rotate(360deg);}
}
.h2-locomotive {
    font-size: xx-large;
}
.locomotive .train-wheel.wheel02 ,
.locomotive .train-wheel.wheel04 {
    left: 121px ;
    bottom: 1px ;
    background: url(../images/wheel02.png) 0 0 no-repeat;
}
.locomotive .train-wheel.wheel03 { left: 228px ;}
.locomotive .train-wheel.wheel04 {
    left: 329px ;
    bottom: 1px ;
}
.locomotive .train-wheel.wheel05 {
    left: 425px ;
    width: 61px ;
    height: 61px ;
    bottom: 0 ;
    background: url(../images/wheel03.png) 0 0 no-repeat;
}
.locomotive .train-wheel.wheel06,
.locomotive .train-wheel.wheel07{
    left: 490px ;
    background: url(../images/wheel04.png) 0 0 no-repeat;
    width: 47px ;
    height: 48px ;
    bottom: 0 ;
}
.locomotive .train-wheel.wheel07{
    background: url(../images/wheel05.png) 0 0 no-repeat;
    left: 538px ;
}
.locomotive .line-wheel{
    position: absolute;
    background: url(../images/stick-wheel.png) 0 0 no-repeat;
    width: 68px ;
    height: 20px ;
    bottom: 16px ;
    left: 503px ;
    z-index: 3;
}
.locomotive .train-smoke {
    position: absolute;
    left: 475px ;
    bottom: 161px ;
    z-index: 3;
    background: url(../images/train-cloud.png) 0 0 no-repeat;
    width: 124px ;
    height: 81px ;

    -webkit-animation-duration: 1.2s;
    -moz-animation-duration: 1.2s;
    animation-duration: 1.2s;

    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;

    -webkit-animation-timing-function: ease-in-out ;
    -moz-animation-timing-function:ease-in-out;
    animation-timing-function: ease-in-out;

    -webkit-animation-name: tada-cloud ;
    -moz-animation-name: tada-cloud ;
    animation-name: tada-cloud ;
}
@-webkit-keyframes tada-cloud {
    0% {
        transform: scale(0);
        opacity: 0;
        bottom: 120px ;
        left: 520px ;
    }
    50% {
        transform: scale(0.8);
        opacity: 1;
        bottom: 152px ;
        left: 480px ;
    }
    100% {
        transform: scale(1);
        opacity: 0;
        bottom: 163px ;
        left: 475px ;
    }
}
@-moz-keyframes tada-cloud {
    0% {
        transform: scale(0);
        opacity: 0;
        bottom: 120px ;
        left: 520px ;
    }
    50% {
        transform: scale(0.8);
        opacity: 1;
        bottom: 152px ;
        left: 480px ;
    }
    100% {
        transform: scale(1);
        opacity: 0;
        bottom: 163px ;
        left: 475px ;
    }
}
@keyframes tada-cloud {
    0% {
        transform: scale(0);
        opacity: 0;
        bottom: 120px ;
        left: 520px ;
    }
    50% {
        transform: scale(0.8);
        opacity: 1;
        bottom: 152px ;
        left: 480px ;
    }
    100% {
        transform: scale(1);
        opacity: 0;
        bottom: 163px ;
        left: 475px ;
    }
}
.locomotive-sound{
    display: block;
    width: 390px ;
    font: 98px/120px 'latoblack' , arial, helvetica, sans-serif;
    margin: 0 0 -84px ;
    /*color: #CE240D;*/
}
.foot-actions .time-hold {
    display: inline-block;
    vertical-align: top;
    color: #FDFFFF;
    font: 48px/50px 'latobold' , arial, helvetica, sans-serif;
    margin: -5px 22px 5px;
}
.hold-aircraft {
    width: 434px ;
    height: 359px ;
    position: absolute;
    left:50%;
    top: 50% ;
    margin: -130px 0 0 -217px ;

    -webkit-animation-duration: 2.5s;
    -moz-animation-duration: 2.5s;
    animation-duration: 2.5s;

    -webkit-animation-timing-function: linear ;
    -moz-animation-timing-function: linear ;
    animation-timing-function: linear ;
}

.hold-aircraft.aircraft-go{
	-webkit-animation-name: aircraft-start ;
	-moz-animation-name: aircraft-start ;
	animation-name: aircraft-start ;

	-webkit-animation-duration: 5s;
	-moz-animation-duration: 5s;
	animation-duration: 5s;

	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;

	left: -500px ;
	top: 67% ;
}
@-webkit-keyframes aircraft-start {
	0% { left: -500px ; }
	100% { left: 120% ; }
}
@-moz-keyframes aircraft-start {
	0% { left: -500px ; }
	100% { left: 120% ; }
}
@keyframes aircraft-start {
	0% { left: -500px ; }
	100% { left: 120% ; }
}
.hold-aircraft.aircraft-out {
    -webkit-animation-name: aircraft-out ;
    -moz-animation-name: aircraft-out ;
    animation-name: aircraft-out ;

    left: 130% ;
}
@-webkit-keyframes aircraft-out {
    0% { left: 50% ; }
    100% { left: 130% ; }
}
@-moz-keyframes aircraft-out {
    0% { left: 50% ; }
    100% { left: 130% ; }
}
@keyframes aircraft-out {
    0% { left: 50% ; }
    100% { left: 130% ; }
}

.hold-aircraft .aircraft-sound {
    position: absolute;
    z-index: 2 ;
    top: 82px ;
    left: 20px ;
    right: 62px ;
    color: #fff ;
    font: 70px/80px 'latoblack' , arial, helvetica, sans-serif;
    text-transform: uppercase;
}
.container-puzzle {
    width: 100% ;
    display: table;
    margin: 0 0 18px ;
}
.container-puzzle:after{
    content: '';
    display: block;
    clear: both;
}
.container-puzzle .col-btn {
    width: 324px ;
    text-align: left;
    display: table-cell;
    vertical-align: middle;
}
.container-puzzle .col-btn:first-child { padding-top: 6px;}
.container-puzzle .col-puzzle {
    width: 451px ;
    display: table-cell;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px 0 24px ;
    font-size: 0 ;
    line-height: 0 ;
}
.wrap-tabs [data-tab].disabled{
	opacity: 0.5;
	cursor: default;
}
.wrap-tabs [data-tab].disabled:hover{
	text-decoration: none;
}
.wrap-tabs .tab{
	width: 100%;
	position: absolute;
	left: -9999px;
	top: -9999px;
}
.wrap-tabs .tab.hidden{
	position: absolute;
	left: -9999px;
	top: -9999px;
}
    .wrap-tabs .tab.visible.hidden {
        position: static;
        display: block;
    }

.list-btn {
	max-width: 185px ;
	padding: 0 0 20px ;
	margin: 0 ;
	list-style: none ;
}
.container-puzzle .hold-btn{
    padding:  0 0 9px ;
    max-width: 185px ;
}
.list-btn .btn{
	margin: 0 0 24px ;
}
.list-btn .btn.active{
	-webkit-box-shadow: 4px 5px 9px rgba(0, 0, 0, 0.11), inset 0px -1px 19px rgba(0,0,0,0) ;
	-moz-box-shadow: 4px 5px 9px rgba(0, 0, 0, 0.11), inset 0px -1px 19px rgba(0,0,0,0) ;
	box-shadow: 4px 5px 9px rgba(0, 0, 0, 0.11), inset 0px -1px 19px rgba(0,0,0,0) ;
	cursor: default;
}
.container-puzzle .hold-btn .btn,
.list-btn .btn{ width: 100% ;}
.btn .number{
    display: inline-block;
    vertical-align: top;
    font-size: 24px ;
    line-height: 36px ;
    font-weight: normal;
    margin: 0 0 0 5px ;
}
.container-puzzle .btn-sound{
    margin: 8px 0 10px 15px ;
}
.wrap-puzzle {
    width: 404px ;
    min-height: 406px ;
}
.wrap-puzzle .item-puzzle {
    display: inline-block;
    vertical-align: top;
    margin: 1px ;
    width: 200px ;
    height: 200px ;
    background-color: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px ;
    border-radius: 20px ;
    background-repeat: no-repeat;
}
.wrap-puzzle.correct-puzzle .item-puzzle {
    box-shadow: 10px 54px 54px rgba(0, 0, 0, 0.19);
}
.wrap-puzzle.puzzle-six .item-puzzle{ height: 133px ;}
.wrap-puzzle.puzzle-eight .item-puzzle{ height: 99px ;}

.missing-letters {
    width: 1150px;
    margin: 0 auto 4px;
    text-align: left;
}
.row{
    margin: 0 -15px ;
}
.row:after{
    content: '';
    display: block;
    clear: both;
}
.row > .col{
    float: left;
    width: 50% ;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px ;
}
.missing-letters  .row > .col:first-child {
    width: 100% ;
    padding-left: 25px ;
}
.missing-letters  .row > .col{ width: 43.5% ;}
.item-letter{
    float: left;
    margin: 0 10px 10px ;
    width: 84px ;
    height: 80px ;
    background: #FFFFFF;
    border: 3px solid #FFFFFF;
    box-sizing: border-box;
    box-shadow: inset 4px 4px 10px rgba(68, 68, 68, 0.4);
    border-radius: 14px;
    transition: background-color 0.2s ease-in-out ;
}
.item-letter.letter-red { background: #CE240D;}
.item-letter.letter-green { background: #64CD12 ;}
.item-letter input[type="text"]{
    width: 100% ;
    height: 58px ;
    color: #1F4550;
    font: 42px/56px 'latoblack' , arial, helvetica, sans-serif;
    padding: 0 2px 2px;
    border: 0;
    outline: none;
    outline: 0;
    background:none;
    margin:0;
    -webkit-appearance: none;
    text-align: center;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.missing-letters .row{ padding-bottom: 30px;}
.missing-letters .col{  padding-bottom: 26px ;}
.missing-letters .btn-sound{ margin: 7px 10px 17px 15px;}
.connect-pictures {
    max-width: 904px ;
    margin: 0 auto 30px ;
}
.connect-pictures .row > .col { width: 33.33% ;}

.box-picture {
    display: inline-block;
    vertical-align: top;
    width: 186px ;
    height: 186px ;
    margin: 0 10px 76px ;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
    .box-picture .inner-picture {
        background: #e6f9ff;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        width: 162px;
        height: 162px;
        border: 12px solid #fff;
        position: relative;
        overflow: hidden;
        z-index: 2;
    }

.box-picture1 .inner-picture img {
    width: 250px !important;
    height: 260px !important;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 93%;
    min-height: 93%;
    width: auto;
    height: auto;
    transform: translateX(-50%) translateY(-50%);
}

.box-picture2 {
    display: inline-block;
    vertical-align: top;
    width: 186px;
    height: 186px;
    margin: 0 10px 76px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.box-picture2 .inner-picture img {
    width: 350px !important;
    height: 360px !important;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 93%;
    min-height: 93%;
    width: auto;
    height: auto;
    transform: translateX(-50%) translateY(-50%);
}

.box-picture .btn-sound {
    position: absolute;
    z-index: 3;
    top: -4px ;
    right: -5px  ;
    background: none ;
    width: 52px ;
    height: 52px ;
    border: none ;
    margin: 0 ;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0), inset 0px 0 0 rgba(0,0,0,0) ;
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0), inset 0px 0 0 rgba(0,0,0,0) ;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0), inset 0px 0 0 rgba(0,0,0,0)  ;
}
.box-picture .btn-sound:before {
    width: 20px;
    height: 23px;
    background: url(../images/icon-sound-black.svg) 0 0 no-repeat;
    margin: -14px 0 0 -8px;
    transition: opacity 0.2s ease-in-out ;
}
.box-picture .btn-sound:hover:before{
    opacity: 0.75 ;
}
.box-picture:before {
    content: '';
    width: 57px ;
    height: 57px ;
    background: #fff ;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 1 ;
    position: absolute;
    top: -4px ;
    right: -5px ;
}
.connect-pictures .letter-pictures {
    display: block;
    font: 220px/240px 'latoblack' , arial, helvetica, sans-serif;
    text-transform: uppercase;
    color: #CE240D;
}
.box-picture .picture-arrow {
    position: absolute;
    top: 100% ;
    left: 50% ;
    width: 8px ;
    margin: 0 0 0 -4px ;
    transition: all 0.3s ease-in-out ;
    height: 0 ;
}
.box-picture .picture-arrow:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50% ;
    margin: 0 0 0 -18px ;
    width: 36px ;
    height: 32px ;
    background: url(../images/picture-arrow-white.png) 0 0 no-repeat;
    opacity: 0.6 ;
}
.box-picture.arrow-red .picture-arrow:after,
.box-picture.arrow-green .picture-arrow:after{
    width: 77px ;
    margin: 0 0 -25px -38px ;
    height: calc(100% + 25px ) ;
    background: url(../images/picture-arrow-red.png) 0 100% no-repeat;
    opacity: 1;
}
.box-picture.arrow-green .picture-arrow:after{
    background: url(../images/picture-arrow-green.png) 0 100% no-repeat;
}
.box-picture .picture-arrow:before {
    content: '';
    position: absolute;
    top: 0 ;
    bottom: 32px ;
    left: 0;
    width: 8px ;
    background: rgba(255,255,255,0.6);
    transition: all 0.3s ease-in-out ;
}
.box-picture.arrow-green .picture-arrow:before ,
.box-picture.arrow-red .picture-arrow:before {
    opacity: 0;
    visibility: hidden;
}
.box-picture:hover .picture-arrow ,
.box-picture.selected .picture-arrow ,
.box-picture.arrow-green .picture-arrow ,
.box-picture.arrow-red .picture-arrow {  height: 70px ;}
.connect-pictures .col:first-child .picture-arrow {
    top: 168px  ;
    left: 145px  ;
    margin: 0 ;
    transform: rotate(-45deg);
}
.connect-pictures .col:first-child .box-picture:hover .picture-arrow ,
.connect-pictures .col:first-child .box-picture.selected .picture-arrow,
.connect-pictures .col:first-child .box-picture.arrow-green .picture-arrow ,
.connect-pictures .col:first-child .box-picture.arrow-red .picture-arrow{
    height: 191px ;
    top: 137px  ;
    left: 210px ;
}
.connect-pictures .col:nth-child(3) .picture-arrow {
    top: 168px  ;
    left: auto ;
    right: 145px  ;
    margin: 0 ;
    transform: rotate(45deg);
}
.connect-pictures .col:nth-child(3) .box-picture:hover .picture-arrow,
.connect-pictures .col:nth-child(3) .box-picture.selected .picture-arrow ,
.connect-pictures .col:nth-child(3) .box-picture.arrow-green .picture-arrow ,
.connect-pictures .col:nth-child(3) .box-picture.arrow-red .picture-arrow {
    height: 191px ;
    top: 137px  ;
    right: 210px ;
}
.connect-basket {
    height: 210px ;
    width: 300px ;
    margin: 0 auto 30px ;
}
.connect-basket .inner-basket {
    width: 1000px ;
    text-align: center ;
    position: relative;
    left: 50% ;
    top: -170px ;
    margin: 0 0 0 -500px ;
}
.pictures-basket .box-picture {
    width: 264px ;
    height: 264px ;
    margin: 0 10px 42px ;
}
.pictures-basket .box-picture .inner-picture{
    width: 232px ;
    height: 232px ;
    border-width: 16px ;
}
.pictures-basket .box-picture .btn-sound {
    top: -6px ;
    right: -6px  ;
    width: 80px ;
    height: 80px ;
}
.pictures-basket .box-picture .btn-sound:before {
    width: 28px;
    height: 32px;
    background-size: contain;
    margin: -22px 0 0 -8px;
}
.pictures-basket .box-picture:before {
    width: 80px ;
    height: 80px ;
    top: -6px ;
    right: -6px ;
}
.connect-pictures.pictures-basket {
    max-width: 990px;
    margin-bottom: 0px;
    padding: 50px 0 0 ;
}
.game-stairs{
    width: 750px;
    position: relative;
    background: url(../images/stairs.png) 128px 100% no-repeat;
    height: 485px  ;
    margin: -12px auto 80px ;
}
.game-stairs .stairs-door{
    position: absolute;
    top: -18px ;
    left: 50% ;
    background: url(../images/door.png) 0 0 no-repeat;
    width: 144px ;
    height: 128px ;
    margin: 0 0 0 -71px ;
}
.game-stairs .step-white{
    position: absolute;
    z-index: 2 ;
    top: 415px ;
    left: 4px ;
    border: 5px solid rgba(255,255,255,0.6);
    text-transform: uppercase;
    text-align: center;
    width: 124px;
    height: 62px ;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: rgba(255,255,255,0.6);
    font: 40px/52px 'latoblack' , arial, helvetica, sans-serif;
}
.game-stairs .step-white.step02 {
    top: 353px ;
    left: 66px ;
}
.game-stairs .step-white.step03 {
    top: 291px ;
    left: 128px ;
}
.game-stairs .step-white.step04 {
    top: 229px ;
    left: 190px ;
}
.game-stairs .step-white.step05 {
    top: 167px ;
    left: 252px ;
}
.game-stairs .step-white.step06 {
    top: 105px ;
    left: 314px ;
}
.game-stairs .key{
    position: absolute;
    top: 311px ;
    left: 6px ;
    z-index: 4 ;
    background: url(../images/key.svg) 0 0 no-repeat;
    width: 42px ;
    height: 90px ;
}
.game-stairs .brick {
    position: absolute;
    z-index: 3 ;
    cursor: pointer;
    top: 0 ;
    left: 0 ;
    background: url(../images/brick.png) 0 0 no-repeat;
    width: 132px ;
    height: 71px ;
    font: 40px/62px 'latoblack' , arial, helvetica, sans-serif;
    color: #fff ;
    text-transform: uppercase;
    text-align: center;
	transition: opacity 0.2s ease-in-out ;
}
.game-chamomile {
    height: 420px ;
    width: 100% ;
    position: relative;
    margin: 0 0 42px ;
}
.chamomile-circle {
    position: absolute;
    top: 50%;
    left: 175px ;
    width: 126px ;
    height: 126px ;
    padding: 5px ;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 8px 11px 20px rgba(0, 0, 0, 0.26);
    text-transform: uppercase;
    text-align: center ;
    font: 56px/114px 'latoblack' , arial, helvetica, sans-serif;
    color: #0B77A4;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: -66px 0 0;
    background: #fbdd09;
    background: -moz-linear-gradient( #fbdd09 0%, #edcb17 50%, #dab229 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#fbdd09), color-stop(50%,#edcb17), color-stop(100%,#dab229));
    background: -webkit-linear-gradient(  #fbdd09 0%,#edcb17 50%,#dab229 100%);
    background: -o-linear-gradient(  #fbdd09 0%,#edcb17 50%,#dab229 100%);
    background: -ms-linear-gradient(  #fbdd09 0%,#edcb17 50%,#dab229 100%);
    background: linear-gradient( #fbdd09 0%,#edcb17 50%,#dab229 100%);
    z-index: 3;
}
.chamomile-circle span {
    display: block ;
    position: relative ;
    background: radial-gradient(75.05px at 42.01% 35.07%, #FDE103 0%, #E5BB29 80.11%, #CCA828 100%);
    width: 100% ;
    height: 116px ;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.chamomile-circle.chamomile02{
    left: 810px ;
}
.chamomile-sheet{
    position: absolute;
    z-index: 2;
    top: 0 ;
    left: 0 ;
    width: 118px ;
    height: 210px  ;
    font: 34px/44px 'latoblack' , arial, helvetica, sans-serif;
    text-align: center;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 4px 0 0 ;
    color: #CE240D;
    background: url(../images/sheet.png) 0 0 no-repeat;
    cursor: pointer;
	transition: opacity 0.2s ease-in-out ;
}
.chamomile-sheet span{
    display: block;
    width: 70px ;
    margin: 0 auto ;
    transition: color 0.2s ease-in-out ;
}
.chamomile-sheet.sheet-green{  background:  url(../images/sheet-green.png) 0 0 no-repeat;}
.chamomile-sheet.sheet-red{  background:  url(../images/sheet-red.png) 0 0 no-repeat;}
.chamomile-sheet.sheet-red span{ color: #fff ;}

.list-alphabet {
    -webkit-column-count: 7;
    -moz-column-count: 7;
    column-count: 7;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    padding: 6px 0 0  ;
    list-style:none;
    margin: 0 -20px 0 0 ;
}
.list-articles.articles-visual li{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    overflow: visible;
}
.alphabet-letter {
    display: inline-block;
    vertical-align: top;
    background: #FFFFFF;
    box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin: 0 20px 5px 0;
    height: 82px ;
    position: relative;
    width: 140px ;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2px 80px 5px 5px ;
    text-align: center;
    color: #CE240D;
    font: 20px/22px 'latoblack' , arial, helvetica, sans-serif;
}
.alphabet-letter.letter-blue{ color: #0B77A4;}
.alphabet-letter .btn-sound {
    width: 50px;
    height: 50px;
    border-width: 3px;
    -webkit-box-shadow: 4px 5px 9px rgba(0, 0, 0, 0.11), inset 0px -1px 19px #1084b3;
    -moz-box-shadow: 4px 5px 9px rgba(0, 0, 0, 0.11), inset 0px -1px 19px #1084b3;
    box-shadow: 4px 5px 9px rgba(0, 0, 0, 0.11), inset 0px -1px 19px #1084b3;
    position: absolute;
    margin: 0 ;
    top: 33px ;
    right: -13px ;
}
.alphabet-letter .btn-sound:hover,
.alphabet-letter .btn-sound:focus {
    -webkit-box-shadow: 4px 5px 9px rgba(0, 0, 0, 0.11), inset 0px 0 0 rgba(0,0,0,0);
    -moz-box-shadow: 4px 5px 9px rgba(0, 0, 0, 0.11), inset 0px 0 0px rgba(0,0,0,0);
    box-shadow: 4px 5px 9px rgba(0, 0, 0, 0.11), inset 0px 0 0px rgba(0,0,0,0);
}
.alphabet-letter .name-letter{
    display: block;
    text-transform: uppercase;
    margin: 0 0 3px ;
    font-size: 40px ;
    line-height: 44px ;
    font-weight: normal;

	transition: transform 0.2s ease-in-out ;
}
.alphabet-letter:hover .name-letter{
	transform: scale(1.18);
}
.alphabet-letter .sound-letter{
    display: block;
    text-transform: lowercase;
}
.alphabet-letter .letter-img{
    width: 60px ;
    height: 71px ;
    line-height: 70px ;
    position: absolute;
    top: 2px;
    right: 22px ;
}
.alphabet-letter .letter-img img{
    max-width: 100% ;
    height: auto ;
    vertical-align: middle;
    transition: transform 0.2s ease-in-out;
}
.alphabet-letter:hover .letter-img img{
    transform: scale(1.15);
}
.hold-patter{
    padding: 0 0 30px ;
}
.row-patter {
    display: inline-block;
    vertical-align: top;
    background: #FFFFFF;
    box-shadow: 0px 18px 29px rgba(0, 0, 0, 0.08);
    border-radius: 14px;
    margin: 0 0 34px ;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 14px 29px 16px 81px ;
    min-height: 64px ;
    font: 52px/34px 'latobold' , arial, helvetica, sans-serif;
    position: relative;
}
.row-patter .btn-sound {
    position: absolute;
    top: 7px ;
    left: 7px ;
}
.hold-patter .box-picture {
    display: block;
    width: 368px;
    height: 400px;
    margin: 0 auto 27px;
}
.hold-patter .box-picture .inner-picture {
     width: 400px;
     height: 400px;
     border: 16px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
     box-sizing: border-box;
 }
.hold-patter .box-picture:before {
    width: 81px;
    height: 81px;
    top: -5px;
    right: -6px;
}
.hold-patter .box-picture .btn-sound {
    top: -5px;
    right: -6px;
    width: 81px;
    height: 81px;
}
.hold-patter .box-picture .btn-sound:before {
    width: 28px;
    height: 32px;
    background-size: contain;
    margin: -24px 0 0 -6px;
}
.hold-patter .missing-letters{
    text-align: center;
    margin-bottom: 20px ;
}
.hold-patter .item-letter {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 0 8px 10px;
}
.video-television {
    width: 940px ;
    margin: 0px auto 15px ;
    height: 460px ;
    background: linear-gradient(180deg, #718E95 0%, #243337 104.35%);
    box-shadow: 6px 14px 24px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 44px 40px 40px 44px ;
    -moz-border-radius: 44px 40px 40px 44px ;
    border-radius: 44px 40px 40px 44px ;
    padding: 0 176px 0 0 ;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.video-television .video-number {
    float: right;
    width: 140px ;
    margin: 27px -155px 0 0 ;
    padding:0;
    list-style:none;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    font-size: 0;
    line-height: 0;
}
.video-number li{
    display: inline-block;
    width: 100%;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 8px 14px 9px ;
    font: 24px/50px 'latoblack' , arial, helvetica, sans-serif;
    text-align: center;
}
.video-number li a {
    width: 56px ;
    height: 56px ;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff ;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out , box-shadow 0.2s ease-in-out ;
    display: block;
    padding: 3px ;
    text-decoration: none;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    position: relative;
    color: #fff ;
    box-shadow: 4px 5px 9px rgba(0, 0, 0, 0.11) ;
}
.video-number li a:before{
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px ;
    bottom: 3px ;
    z-index: 1 ;
    background: linear-gradient(180deg, #4AC5F7 0%, #53C8F7 100%);
    box-shadow: inset 0px -1px 19px #0473A0;
    border-radius: 10px;
    transition: opacity 0.2s ease-in-out ;
}
.video-number li a:after {
    content: '';
    position: absolute;
    box-shadow: inset rgba(255,255,255,.7) 0 2px 3px -1px, rgba(255,255,255,.7) 0 -4px 6px 0px;
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0;
    z-index: 2 ;
    top: 9px;
    left: 8px;
    right: 8px;
    height: 7px;
    transition: opacity 0.2s ease-in-out ;
}
.video-number li a span{
    position: relative;
    z-index: 3;
    display: block;
    transition: background-color 0.2s ease-in-out ;
    height: 50px ;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.video-number li a:hover ,
.video-number .active a{
    color: #1F4550;
    background: rgba(0,0,0,0) ;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0) ;
}
.video-number li a:hover span ,
.video-number .active a span{ background: #fff ;}

.video-number li a:hover:before  ,
.video-number .active a:before ,
.video-number li a:hover:after ,
.video-number .active a:after { opacity: 0 ;}

.gallery-utterance .text-center .text-inner {
	padding-bottom: 78px;
}
.video-television .box-video {
    background: linear-gradient(180deg, #DADBDB -4.21%, #DADBDB -3.51%, #FFFFFF 6.39%, #D3D3D4 18.39%, #D3D3D4 87.6%, #F9F9F9 100.33%, #D3D3D4 110.21%, #D3D3D4 121.51%);
    box-shadow: 10px 4px 14px rgba(0, 0, 0, 0.15);
    height: 460px ;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 24px ;
    -webkit-border-radius: 38px;
    -moz-border-radius: 38px;
    border-radius: 38px;
}
.video-television .box-video .inner-video {
    background: linear-gradient(180deg, #FFFFFF 7.17%, #FFFFFF 81.26%, #D1D2D2 137.09%, #FFFFFF 187.84%);
    height: 413px ;
    overflow: hidden;
    -webkit-border-radius: 38px;
    -moz-border-radius: 38px;
    border-radius: 38px;
    padding: 7px ;
    box-sizing: border-box;
}
.video-television .frame-video {
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    border-radius: 36px;
    overflow: hidden;
    height: 396px ;
    position: relative;
}
.video-television .video-link{
    position: absolute;
    top: 0;
    left: 0 ;
    bottom: 0 ;
    right: 0;
    z-index: 2;
    text-indent: -9999px ;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.8);
}
.video-television .play {
    position: absolute;
    top: 50% ;
    left:  50% ;
    background: url(../images/play.svg) 0 0 no-repeat;
    width: 120px ;
    height: 130px ;
    margin: -61px 0 0 -50px ;
    transition: opacity 0.2s ease-in-out ;
}
.video-television .video-link:hover .play{ opacity: 0.75;}

.hold-mill {
    width: 340px ;
    margin: -72px auto 72px  ;
    position: relative;
}
.hold-mill .mill-top{
    position: absolute;
    z-index: 2;
    top: 170px ;
    left: 50% ;
    width: 340px ;
    margin: -190px 0 0 -176px ;

    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    animation-duration: 2s;

    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;

    -webkit-animation-timing-function: linear ;
    -moz-animation-timing-function: linear ;
    animation-timing-function: linear ;

    -webkit-animation-name: tada-mill ;
    -moz-animation-name: tada-mill ;
    animation-name: tada-mill ;
}
@-webkit-keyframes tada-mill {
    0% { transform: rotate(0); }
    100% { transform: rotate(360deg); }
}
@-moz-keyframes tada-mill {
    0% { transform: rotate(0); }
    100% { transform: rotate(360deg); }
}
@keyframes tada-mill {
    0% { transform: rotate(0); }
    100% { transform: rotate(360deg); }
}

.modal {
	width:500px;
	position:absolute;
	top:-9999px;
	left:-9999px;
	z-index:100;
	background: #FFFFFF;
	border-radius: 20px;
	padding: 50px 40px 20px;
	text-align: center ;
	-webkit-box-shadow: 0 24px 54px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 24px 54px rgba(0, 0, 0, 0.15);
	box-shadow: 0 24px 54px rgba(0, 0, 0, 0.15);
}
.modal .close {
	background: url(../images/close.svg) no-repeat 50% 50% ;
	overflow:hidden;
	text-indent:-9999px;
	position:absolute;
	top:10px;
	right:10px;
	width: 30px ;
	height: 30px ;
	transition: opacity 0.2s ease-in-out ;
}
.modal .close:hover{ opacity: 0.8;}
.modal p{ margin: 0 0 30px ;}
.modal .hold-btn{ width: 100% ;}

.game-stairs .key.anim-key {
	-webkit-animation-duration: 3s;
	-moz-animation-duration: 3s;
	animation-duration: 3s;

	-webkit-animation-timing-function: linear ;
	-moz-animation-timing-function: linear ;
	animation-timing-function: linear ;

	-webkit-animation-name: tada-key ;
	-moz-animation-name: tada-key ;
	animation-name: tada-key ;

	top: 10px ;
	left: 351px;
}
@-webkit-keyframes tada-key {
	0% {
		top: 311px;
		left: 6px;
	}
	10%{
		top: 249px;
		left: 6px;
	}
	20%{
		top: 249px;
		left: 55px;
	}
	30%{
		top: 187px;
		left: 55px;
	}
	40%{
		top: 187px;
		left: 124px;
	}
	50%{
		top: 125px;
		left: 124px;
	}
	60%{
		top: 125px;
		left: 193px;
	}
	70%{
		top: 63px;
		left: 193px;
	}
	80%{
		top: 63px;
		left: 268px;
	}
	90%{
		top: 10px;
		left: 268px;
	}
	100% {
		top: 10px ;
		left: 351px;
	}
}
@-moz-keyframes tada-key {
	0% {
		top: 311px;
		left: 6px;
	}
	10%{
		top: 249px;
		left: 6px;
	}
	20%{
		top: 249px;
		left: 55px;
	}
	30%{
		top: 187px;
		left: 55px;
	}
	40%{
		top: 187px;
		left: 124px;
	}
	50%{
		top: 125px;
		left: 124px;
	}
	60%{
		top: 125px;
		left: 193px;
	}
	70%{
		top: 63px;
		left: 193px;
	}
	80%{
		top: 63px;
		left: 268px;
	}
	90%{
		top: 10px;
		left: 268px;
	}
	100% {
		top: 10px ;
		left: 351px;
	}
}
@keyframes tada-key {
	0% {
		top: 311px;
		left: 6px;
	}
	10%{
		top: 249px;
		left: 6px;
	}
	20%{
		top: 249px;
		left: 55px;
	}
	30%{
		top: 187px;
		left: 55px;
	}
	40%{
		top: 187px;
		left: 124px;
	}
	50%{
		top: 125px;
		left: 124px;
	}
	60%{
		top: 125px;
		left: 193px;
	}
	70%{
		top: 63px;
		left: 193px;
	}
	80%{
		top: 63px;
		left: 268px;
	}
	90%{
		top: 10px;
		left: 268px;
	}
	100% {
		top: 10px ;
		left: 351px;
	}
}

	/* placeholder input*/
input:-moz-placeholder {
	color:#999;
	opacity:1;
}
input::-moz-placeholder {
	color:#999;
	opacity:1;
}
input::-webkit-input-placeholder {color:#999;}
input:-ms-input-placeholder {color: #999 ;}
/* input:focus placeholder */
input:focus:-moz-placeholder {
	color:#999;
	opacity:1;
}
input:focus::-moz-placeholder {
	color:#999;
	opacity:1;
}
input:focus::-webkit-input-placeholder {color:#999;}
input:focus:-ms-input-placeholder {color: #999 ;}
/* placeholder  textarea*/
textarea:-moz-placeholder {
	color:#999;
	opacity:1;
}
textarea::-moz-placeholder {
	color:#999;
	opacity:1;
}
textarea::-webkit-input-placeholder {color:#999;}
textarea:-ms-input-placeholder {color: #999 ;}
/*  textarea:focus placeholder */
textarea:focus:-moz-placeholder {
	color:#999;
	opacity:1;
}
textarea:focus::-moz-placeholder {
	color:#999;
	opacity:1;
}
textarea:focus::-webkit-input-placeholder {color:#999;}
textarea:focus:-ms-input-placeholder {color: #999 ;}

.image-letter {
    position: absolute;
    width: 152px;
    height: 264px;
    left: calc(50% - 152px/2 + 2px);
    top: calc(50% - 264px/2 + 174px);
    font-family: Lato;
    font-style: normal;
    font-weight: 900;
    font-size: 220px;
    line-height: 264px;
    /* identical to box height */
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    font-feature-settings: 'tnum' on, 'lnum' on;
    color: #CE240D;
    border: 12px solid #FFFFFF;
    text-shadow: 10px 18px 29px rgba(0, 0, 0, 0.18);
}

.demo {
    margin: 0 auto;
    padding: 20px;
    list-style: none;
    max-width: 580px;
    font-size: 20px;
    line-height: normal;
}




@media (max-width: 932px) {
    body {
        min-width: initial;
    }

    #nav {
        margin: 0;
        order: 2;
        position: fixed;
    right: 16px;
    top: 10px;
    }

    .wrap-puzzle {
        margin: auto;
    }

    #wrapper {
        min-height: 100vh;
        display: flex;
        flex-direction: column;
    }

    #wrapper > * {
        width: 100%;
    }

    #wrapper > form {
        margin: auto !important;
    }

    .login-input {
        padding: 0px 8px;
    }

    .wrap {
        padding-left: 16px;
        padding-right: 16px;
    }

    #header {
        position: initial;
        padding: 10px 0;
        /* background: rgba(255, 255, 255, 0.5);
        backdrop-filter: blur(20px); */
    }

    #header .wrap {
        position: initial;
    }

    .holder-head {
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    

    #nav .btn {
        margin: 0;
    }

    .holder-head .head-btn .btn {
        margin: 0;
        margin-right: 10px;
    }

    .holder-head .head-btn .btn:last-child {
        margin-right: 0;
    }

    .holder-head .head-btn {
        margin: 0;
        width: auto;
        display: flex;
        align-items: center;
    }

    #wrapper:before {
        display: none;
    }

    .head-caption {
        width: 100%;
        order: 3;
        margin-top: 6px;
    }

    .head-caption h1 {
        margin-bottom: 16px;
    }

    .head-caption h2 {
        margin-bottom: 0;
    }

    .text-center {
        display: block;
        height: auto;
        min-height: initial;
        overflow: initial;
        flex: 1 0 0%;
        display: flex;
        flex-direction: column;
    }

    .text-center .text-inner {
        padding: 0;
        height: 100%;
        width: 100%;
        flex: 1 0 0%;
        display: flex;
        flex-direction: column;
    }

    .text-center .text-inner:has(.menu) {
        align-items: center;
        justify-content: center;
    }

    .text-center .text-inner .wrap {
        width: 100%;
        box-sizing: border-box;
    }

    .list-language {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .list-language .btn {
        margin-bottom: 0;
    }

    .menu li:last-child {
        margin-bottom: 0;
    }

    .menu li a {
        font-size: 15px;
    }

    .foot-actions {
        position: initial;
        padding: 12px 0 24px;
    }

    #header .wrap > h2 {
        margin-bottom: 0;
    }

    .hold-utterance {
        padding: 16px 0;
        display: flex;
        justify-content: center;
        row-gap: 16px;
        align-items: center;
    }

    .letter-utterance {
        margin: 0;
        min-width: initial;
        font-size: 68px;
        line-height: normal;
        margin-right: 20px;
    }

    .hold-utterance .btn-sound {
        margin: 0;
    }

    .container-white {
        padding: 24px;
        box-shadow: initial;
    }

    .container-white .col-img {
        width: 100%;
        text-align: center;
        margin: 0 0 16px;
    }

    .wrap-container .container-white {
        padding: 24px;
    }

    .gallery .gallery-holder {
        height: auto;
        min-height: initial;
    }

    .gallery .gallery-holder > li {
        position: initial;
        display: none;
    }

    .gallery .gallery-holder .active {
        display: block;
    }

    blockquote {
        padding: 0;
        font-size: 24px;
        line-height: normal;
    }

    .wrap-container .circle-box {
        width: 64px;
        height: 64px;
        padding: 0;
        top: 16px;
        right: 16px;
    }

    .container-white .circle-box .btn-sound {
        width: 100%;
        height: 100%;
        
    }

    .container-white .circle-box .btn-sound:before {
        background-size: 50%;
        background-position: center;
    }

    .gallery-utterance .text-center .text-inner {
        padding-bottom: 0;
    }

    .gallery .foot-actions .wrap {
        padding: 0 16px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    

    .foot-actions .btn-prev {

    }

    .foot-actions .btn {
        margin-left: 0;
        margin-bottom: 0;
    }

    .foot-actions .btn-prev {
        margin: 0;
    }

    .foot-actions .btn-next {
        margin: 0;
    }

    .foot-actions .btn-prev {
        /* margin-right: auto; */
    }

    .foot-actions .btn-next {
        
        order: 2;
    }

    .wrap-container .container-white {
        margin-bottom: 24px;
    }

    .wrap-container .container-white {
        border-radius: 40px;
        margin-bottom: 0;
    }

    .panel {
        margin: 0;
    }

    .row-patter {
        font-size: 28px;
    }

    .missing-letters {
        width: 100%;
        display: flex;
        overflow: hidden;
    }

    .hold-patter .item-letter {
        flex: 1 0 0%;
    }

    .list-alphabet {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .locomotive {
        left: 0;
        margin: -266px 0 0 -320px
    }

    .hold-locomotive{
        min-height:100px;
    }
    .h2-locomotive {
        font-size: large;
    }

    .item-letter input[type="text"] {
        height: 100%;
        font-size: 24px;
    }

    .hold-patter .item-letter {
        flex: 1 0 0%;
        height: auto;
        aspect-ratio: 1 / 1;
        margin: 0 4px;
    }

    .hold-patter .missing-letters {
        margin-bottom: 0;
    }

    .hold-patter .missing-letters {
        max-width: 600px;
        margin-top: 32px;
        margin-left: auto;
        margin-right: auto;
        width: auto;
    }

    .hold-patter {
        padding-bottom: 0;
    }

    .patter .hold-patter .box-picture {
        margin: 0 auto;
    }

    

    .wrap:has(.game-chamomile) {
        display: grid;
        justify-content: center;
        height: 250px;
        margin-top: -150px;
    }

    .game-chamomile {
        width: 1100px;
        transform: scale(0.325);
    }

    .text-green {
        margin-bottom: 48px;
       
    }

    .connect-pictures .letter-pictures {
        font-size: 22.2222222222vw;
        line-height: 24.2424242424vw;
      }
      
      .connect-pictures .letter-pictures img {
        width: 26.4646464646vw;
        height: auto;
      }

      .connect-pictures .col:first-child .picture-arrow {
        top: 16.9696969697vw;
        left: 14.6464646465vw;
      }
      
      .box-picture .picture-arrow:before {
        bottom: 3.2323232323vw;
        width: 0.8080808081vw;
      }
      
      .box-picture .picture-arrow:after {
        margin: 0vw 0vw 0vw -1.8181818182vw;
        width: 3.6363636364vw;
        height: 3.2323232323vw;
        background-size: contain;
      }
      
      .connect-pictures .col:nth-child(3) .picture-arrow {
        top: 16.9696969697vw;
        right: 14.6464646465vw;
      }

    .wrapper-aircraft img {
        transform: scale(0.7);
    }
    .train-mobile {
        transform: scale(0.5);
        margin-top: 141px;
    }
    

    .connect-pictures .col:nth-child(3) .box-picture:hover .picture-arrow,
    .connect-pictures .col:nth-child(3) .box-picture.selected .picture-arrow,
    .connect-pictures .col:nth-child(3) .box-picture.arrow-green .picture-arrow,
    .connect-pictures .col:nth-child(3) .box-picture.arrow-red .picture-arrow {
        height: 19.2929292929vw;
        top: 13.8383838384vw;
        right: 21.2121212121vw;
    }

.connect-pictures .col:first-child .box-picture:hover .picture-arrow, .connect-pictures .col:first-child .box-picture.selected .picture-arrow, .connect-pictures .col:first-child .box-picture.arrow-green .picture-arrow, .connect-pictures .col:first-child .box-picture.arrow-red .picture-arrow {
    left: 21.2121212121vw;
    top: 13.8383838384vw;
    height: 19.2929292929vw;
  }
  /* .connect-pictures .letter-pictures {
    margin-top: 10.101010101vw;
  } */

  .box-picture .picture-arrow:before {
    left: 2px;
  }

  .box-picture:hover .picture-arrow, .box-picture.selected .picture-arrow, .box-picture.arrow-green .picture-arrow, .box-picture.arrow-red .picture-arrow {
    height: 7.0707070707vw;
  }


  .missing-letters {
    justify-content: center;
  }
}

@media (min-width: 667px) and (max-width: 932px) {
    .container-white .col-img {
        width: auto;
        float: right;
        margin-bottom: 0;
    }

    .hold-aircraft.aircraft-go {
        top: 90%;
    }
}

@media (max-width: 480px) {

    

    .hold-mill {
        width: 100vw;
        margin: 0 auto;
        margin-left: -16px;
        -webkit-transform: scale(0.95);
            -ms-transform: scale(0.95);
                transform: scale(0.95);
      }
      
      .hold-mill .mill-top {
        top: 50vw;
        width: 100vw;
        margin: -55.8823529412vw 0 0 -51.7647058824vw;
      }
}




@media (max-width: 932px) {
    .head-caption h1 {
        font-size: 16px;
        line-height: normal;
        margin-bottom: 12px;
    }

    .head-caption h2 {
        font-size: 20px;
        line-height: normal;
    }

    .btn:has(.sprites), .btn:has(.toogle-icon) {
        width: 48px;
        height: 48px;
        min-width: initial;
        font-size: 0;
    }

    .btn .sprites.sprites-yurt {
        margin: 10px 12px 0 -2px;
    }

    .btn .sprites.sprites-info {
        margin: 13px 12px 0 0;
    }

    .btn .sprites.sprites-back {
        margin: 12px 13px 0 2px;
    }

    .btn .sprites.sprites-next {
        margin: 13px -8px 0 -4px;
    }

    .btn .toogle-icon {
        margin: 16px 9px 0 0;
    }

    .btn .sprites.sprites-check {
        margin: 12px 13px 0 -1px;
    }

    .btn .sprites.sprites-clean {
        margin: 10px 9px 0 -4px;
    }

    .gallery .foot-actions .wrap .btn {
        margin-bottom: 0;
    }

    .menu li {
        margin: 0 0 15px;
    }

    #main {
        flex: 1 0 0%;
        display: flex;
        flex-direction: column;
    }

    .foot-actions {
        margin-top: auto;
        position: sticky;
        bottom: 0;
    }

    .holder-head > h1 {
        width: 100%;
        margin-top: 6px;
        margin-bottom: 12px;
        order: 3;
    }

    h2 {
        font-size: 20px;
        line-height: normal;
    }

    .container-white .col-img img {
        max-width: 160px;
    }

    .gallery {
        display: flex;
        flex-direction: column;
        flex: 1 0 0%;
    }

    .btn-sound {
        width: 64px;
        height: 64px;
        border-width: 6px;
    }

    .btn-sound:before {
        background-size: 80%;
        background-position: center;
    }

    .menu-holder {
        z-index: 99;
    }

    .hold-aircraft.aircraft-go {
        top: 50%;
        transform: translateY(-50%);
    }

    form.ng-pristine.ng-valid {
        display: flex;
        flex-direction: column;
        flex: 1 0 0%;
    }

    .connect-pictures.pictures-basket, .connect-pictures {
        box-sizing: border-box;
    }

    .letter-large {
        font-size: 28px !important;
        line-height: normal;
    }

    .wrap > .text-green {
        display: block;
        margin-bottom: 12px;
    }


    .missing-letters {
        width: 100vw;
        margin: 0 auto 0.35vw; /* 4px / 1150px * 100% */
        flex-wrap: wrap;
        margin-left: -16px;
    }
    
    .missing-letters .row {
        padding-bottom: 2.61vw; /* 30px / 1150px * 100% */
        width: 100%;
    }
    
    .missing-letters .col {
        padding-bottom: 3vw; /* 26px / 1150px * 100% */
        display: flex;
        align-items: center;
    }
    
    .missing-letters .row > .col:first-child {
        padding-left: 16px; /* 25px / 1150px * 100% */
    }
    
    .item-letter {
        margin: 0 1vw 1vw; /* 10px / 1150px * 100% */
        width: 8vw; /* 84px / 1150px * 100% */
        height: 8vw; /* 80px / 1150px * 100% */
        border: 3px solid #FFFFFF;
        border-radius: 2vw;
    }
    
    .item-letter input[type="text"] {
        font-size: 3.65vw; /* 42px / 1150px * 100% */
    }
    
    .btn-sound.sound-small {
        width: 6vw; /* 50px / 1150px * 100% */
        height: 6vw; /* 50px / 1150px * 100% */
    }

    .missing-letters .btn-sound {
        margin: 0 0 0 2vw; /* 7px, 10px, 17px, 15px / 1150px * 100% */
        border-width: 1.5px;
    }
    
    .missing-letters .btn-sound:before {
        top: 50%;
        left: 50%;
        width: 3vw; /* 28px / 1150px * 100% */
        height: 3vw; /* 32px / 1150px * 100% */
        margin: -1.39vw 0 0 -1.22vw; /* -16px, 0, 0, -14px / 1150px * 100% */
    }
    
    .list-btn .btn {
        font-size: 0;
    }

    .list-btn .btn strong {
        font-size: 20px;
    }

    

    .wrap.wrap-syllables .btn-sound {
        top: 0;
    }

      
      .row-patter .btn-sound {
        width: 50px;
        height: 50px;
      }

      .btn.btn-green, .btn.btn-red {
        min-width: 100px;
        font-size: 14px;
      }

      .btn.btn-green {
        margin-left: auto;
      }

      .btn.btn-red {
        margin-right: auto;
        margin-left: 14px;
      }

      .switcher li.active {
        z-index: -1;
      }

      .btn.toggle-menu {
        transition: 0s;
      }

      .open-menu .btn.toggle-menu {
        opacity: 0;
      }

      .gallery .gallery-holder {
        overflow: initial;
      }

      .gallery .foot-actions .wrap button[type="reset"] {
        margin-right: auto;
        margin-left: 14px;
      }
}

@media (max-width: 480px) {
    .list-sounds {
        margin: 0 -10px;
    }
}



/* Цепочка */
@media (max-width: 932px) {

    .gallery .gallery-holder {
        flex: 1 0 0%;
        display: flex;
        align-items: center;
    }

    

    .list-syllables {
        padding: 0 0 5vw;
        width: 100vw;
        margin-left: -16px;
      }
      
      .list-syllables li {
        font-size: 5vw;
        line-height: 9.8333333333vw;
        border-width: 0.8333333333vw;
        -webkit-box-shadow: 0px 1.5vw 2.4166666667vw rgba(0, 0, 0, 0.08);
                box-shadow: 0px 1.5vw 2.4166666667vw rgba(0, 0, 0, 0.08);
        width: 11.6666666667vw;
        height: 11.6666666667vw;
        margin: -0.8333333333vw 7.5vw;
      }
      
      .list-syllables li:before {
        top: 7.1666666667vw;
        left: 9.1666666667vw;
        width: 0.6666666667vw;
        margin: 0 0 0 -0.3333333333vw;
      }
      
      .list-syllables li:nth-child(1):before,
      .list-syllables li:nth-child(2):before,
      .list-syllables li:nth-child(3):before {
        top: 7.1666666667vw;
        left: 9.5833333333vw;
      }
      
      .list-syllables li:nth-child(4):before,
      .list-syllables li:nth-child(5):before,
      .list-syllables li:nth-child(6):before {
        bottom: 7.6666666667vw;
      }
      
      .list-syllables li:last-child:before {
        display: none;
      }
      
      .list-syllables li.active:before {
        height: 5.8333333333vw;
      }
      
      .list-syllables li.active:nth-child(1):before,
      .list-syllables li.active:nth-child(2):before,
      .list-syllables li.active:nth-child(3):before {
        top: 6.6666666667vw;
        left: 12.0833333333vw;
      }
      
      .list-syllables li.active:nth-child(4):before,
      .list-syllables li.active:nth-child(5):before,
      .list-syllables li.active:nth-child(6):before {
        left: 11.6666666667vw;
        bottom: 7.1666666667vw;
      }
      
      .list-syllables li:hover,
      .list-syllables .active {
        background: #fff;
      }
      
      .list-syllables li:nth-child(4),
      .list-syllables li:nth-child(12) {
        margin-left: 20.8333333333vw;
      }
}

/* Мельница */

@media (max-width: 932px) {

    .wrap:has(.hold-mill) {
        flex: 1 0 0%;
        display: flex;
        align-items: center;
    }

    .hold-mill {
        width: 50vw;
        margin: 21.1764705882vw auto 10.5882352941vw;
      }
      
      .hold-mill img {
        width: 50vw;
        height: auto; /* Оставляем, так как высота не задана в px */
      }
      
      .hold-mill .mill-top {
        top: 50vw;
        left: 50%; /* Оставляем, так как это относительная позиция */
        width: 50vw;
        margin: -55.8823529412vw 0 0 -25.8823529412vw;
      }
}

@media (min-width: 667px) and (max-width: 932px) {
    .head-caption, .holder-head > h1 {
        position: absolute;
       top: 20px;
        left: 0;
        padding-left: 106px;
        padding-right: 106px;
        text-align: center;
        padding: 0 10px;
        margin: 0;
        margin-right: auto;
        box-sizing: border-box;
        pointer-events: none;
    }

    #header {
        position: relative;
    }

    .wrap.wrap-syllables {
        padding-bottom: 0;
    }

    .list-syllables {
        padding-bottom: 0;
    }

    .hold-aircraft.aircraft-go {
        top: 85%;
    }

    h2 {
        font-size: 16px;
    }


    .missing-letters .col {
        padding-bottom: 0;
    }

    .missing-letters .row {
        padding-bottom: 10px;
    }


    .hold-mill {
        width: 17.7083333333vw;
        margin: 2vw auto;
      }
      
      .hold-mill img {
        width: 17.7083333333vw;
        height: auto; /* Оставляем, так как высота не задана в px */
      }
      
      .hold-mill .mill-top {
        top: 8.8541666667vw;
        left: 50%; /* Оставляем, так как это относительная позиция */
        width: 17.7083333333vw;
        margin: -10vw 0 0 -9.1666666667vw;
      }

      #header {
        min-height: 84px;
      }

      .hold-patter {
        transform: scale(0.65);
        margin-top: -50px;
        margin-bottom: -50px;
      }

      .hold-patter .missing-letters {
        margin-top: 72px;
      }
}

/* видео */
@media (min-width: 481px) and (max-width: 932px) {
    .video-television {
        width: 48.9583333333vw;
        margin: 0 auto 0.78125vw;
        height: 23.9583333333vw;
        -webkit-box-shadow: 0.3125vw 0.7291666667vw 1.25vw rgba(0, 0, 0, 0.2);
                box-shadow: 0.3125vw 0.7291666667vw 1.25vw rgba(0, 0, 0, 0.2);
        border-radius: 2.2916666667vw 2.0833333333vw 2.0833333333vw 2.2916666667vw;
        padding: 0 9.1666666667vw 0 0;
      }
      
      .video-television .video-number {
        width: 7.2916666667vw;
        margin: 1.40625vw -8.0729166667vw 0 0;
        list-style: none;
      }
      
      .video-number li {
        padding: 0 0.4166666667vw 0.7291666667vw 0.46875vw;
        font-size: 1.25vw;
        line-height: 2.6041666667vw;
      }
      
      .video-number li a {
        width: 2.9166666667vw;
        height: 2.9166666667vw;
        padding: 0.15625vw;
        border-radius: 0.625vw;
        -webkit-box-shadow: 0.2083333333vw 0.2604166667vw 0.46875vw rgba(0, 0, 0, 0.11);
                box-shadow: 0.2083333333vw 0.2604166667vw 0.46875vw rgba(0, 0, 0, 0.11);
      }
      
      .video-number li a:before {
        top: 0.15625vw;
        left: 0.15625vw;
        right: 0.15625vw;
        bottom: 0.15625vw;
        -webkit-box-shadow: inset 0px -1px 0.9895833333vw #0473A0;
                box-shadow: inset 0px -1px 0.9895833333vw #0473A0;
        border-radius: 0.5208333333vw;
      }
      
      .video-number li a:after {
        -webkit-box-shadow: inset rgba(255, 255, 255, 0.7) 0 0.1041666667vw 0.15625vw -1px, rgba(255, 255, 255, 0.7) 0 -vw(4, 1920) 0.3125vw 0px;
                box-shadow: inset rgba(255, 255, 255, 0.7) 0 0.1041666667vw 0.15625vw -1px, rgba(255, 255, 255, 0.7) 0 -vw(4, 1920) 0.3125vw 0px;
        border-radius: 1.0416666667vw 1.0416666667vw 0 0;
        top: 0.46875vw;
        left: 0.4166666667vw;
        right: 0.4166666667vw;
        height: 0.3645833333vw;
      }
      
      .video-number li a span {
        height: 2.6041666667vw;
        border-radius: 0.5208333333vw;
      }
      
      .gallery-utterance .text-center .text-inner {
        padding-bottom: 4.0625vw;
        padding-bottom: 0;
      }
      
      .video-television .box-video {
        -webkit-box-shadow: 0.5208333333vw 0.2083333333vw 0.7291666667vw rgba(0, 0, 0, 0.15);
                box-shadow: 0.5208333333vw 0.2083333333vw 0.7291666667vw rgba(0, 0, 0, 0.15);
        height: 23.9583333333vw;
        padding: 1.25vw;
        border-radius: 1.9791666667vw;
      }
      
      .video-television .box-video .inner-video {
        height: 21.5104166667vw;
        border-radius: 1.9791666667vw;
        padding: 0.3645833333vw;
      }
      
      .video-television .frame-video {
        border-radius: 1.875vw;
        height: 20.625vw;
      }
      
      .video-television .play {
        width: 6.25vw;
        height: 6.7708333333vw;
        margin: -3.1770833333vw 0 0 -2.6041666667vw;
        background-size: contain;
      }

      .wrap:has(.video-television) {
        flex: 1 0 0%;
        display: flex;
        align-items: center;

      }

      .menu li {
        margin-bottom: 10px;
        
      }

      .menu li a {
        height: 40px;
        font-size: 14px;
        /* line-height: 40px; */
        padding: 0;
        border: none;
      }

      /* .menu li a:after {
        bottom: 4px;
      } */

      .menu li a:before {
        height: 100%;
        top: 0;
      }
}

@media (max-widtH: 480px) {
    .video-television {
        width: 100%;
        height: auto;
        padding: 0;
        display: flex;
        flex-direction: column-reverse;
    }

    .video-television .video-number {
        margin: 0;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .video-number li {
        width: auto;
    }

    .video-television .box-video {
        margin-bottom: 16px;
    }
}

/* пазлы */


@media (max-width: 480px) {
    .container-puzzle {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    .list-btn .btn {
        margin-bottom: 0;
    }

    .container-puzzle .col-btn {
        width: auto;
        display: flex;
        order: -1;
    }

    .container-puzzle .btn-sound {
        display: block;
        margin: 0;
        margin-left: auto;
    }

    .container-puzzle .col-puzzle {
        width: 100%;
        padding: 0;
    }

    .container-puzzle .hold-btn .btn, .list-btn .btn {
        width: 36px;
        height: 36px;
        padding: 0;
        min-width: initial;
    }

    .btn .number {
        line-height: 30px;
        margin: 0;
    }

    .pickPuzzle {
        min-width: 120px !important;
        margin-bottom: 0;
        line-height: 32px;
    }

    .list-btn {
        padding-bottom: 0;
        row-gap: 4px;
    }

    .container-puzzle .col-btn {
        row-gap: 4px;
    }

    .container-puzzle .col-btn {
        row-gap: 4px;
    }

    .container-puzzle .hold-btn {
        margin-left: 4px;
    }

    .container-puzzle .hold-btn {
        padding-bottom: 0;
    }
}

@media (max-height: 320px) {
    .game-chamomile {
        width: 1100px;
        transform: scale(0.35);
    }
}

@media (max-width: 920px) {
    .mobile-hidden {
        display: none;
    }
}
@media (min-width: 920px) {
    .desktop-hidden {
        display: none;
    }
}