:root {
    --main: #1c191a;
}

/* !RESET */
html,body,div,span,applet,object,iframe,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,h1,h2,h3,h4,h5,h6,p{box-sizing:border-box;margin:0;padding:0;border:0;outline:0;}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}
td { vertical-align: top; }

html {
	font-size: 16px;
	height: 100%;
}

body {
	font-family: 'Roboto Slab', Helvetica, sans-serif;
	font-style: normal;
	font-weight: 300;
	line-height: 150%;
	min-height: 100vh;
	min-width: 380px;
	margin: 0 auto;
	position: relative;
	margin: 0 auto;
	color: #fff;
	display: block;
	background: #0a0a18;	
	font-size: 16px;
}

*:focus {
    outline: none;
}

.main h1 {
	font-family: 'Roboto Slab', serif;
	font-size: 180%;
	margin: 40px 0 40px;
}

.h1, .h2 {
	font-family: 'Roboto Slab', serif;
	font-size: 150%;
	margin: 65px 0 65px;
}
.h2 {
	font-size: 140%;
	margin: 0 0 15px;
}

.round {
	border-radius: 24px;
}

ul {
	margin: 0;
	padding: 0;
}

a,
button 
{
	outline: none !important;
	outline-offset: 0 !important;
	-webkit-tap-highlight-color: rgba(0,0,0,0); 
	-webkit-tap-highlight-color: transparent;
}

p {
	padding-bottom: 15px;
}
a {
	color: #225082;
	transition: .5s color;
}
a:focus,
a:active
{
	outline: none;
	outline-offset: 0;
}
a:hover 
{
	outline: none;
	text-decoration: none;
	color: #f7d200;
}

.cls,
.clearfix:after 
{
	content: "";
	display: table;
	clear: both;
}

.h1, .h2, .h3 {
	font-weight: 500;
	padding-bottom: 15px;
	line-height: 120%;
	font-size: 28px;
	display: block;
}
.h3 {
	font-size: 22px;
}

.container {
    position: relative;
    min-width: 320px;
    height: 100%;
}

header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 120px;
	
/*	background: linear-gradient(0deg, rgba(34,193,195,0) 0%, rgba(253,187,45,1) 100%);	*/
}

.main {
	min-height: 60vh;
}

footer {
	background: #161a2a;
	padding: 25px 0;
	text-align: center;
}

.partners {
	padding: 15px 0;
	text-align: center;
}

.partners-list a,
.partners-list span {
	display: inline-block;
	height: 64px;
	width: 55px;
	background: 50% 50% no-repeat;
	background-size: auto 36px;
	transition: .5s opacity;
}
.partners-list a:hover {
	opacity: .8;
}
.partners-list.p-big a,
.partners-list span {
	background-size: auto 55px;
	margin-bottom: 5px;
}
.partners-list.p-big .p4 {
	margin-left: 7px;
}
.partners-list .president { background-image: url(../img/president.png); }
.partners-list .p1 { background-image: url(../img/i1.png); }
.partners-list .p2 { background-image: url(../img/i2.png); }
.partners-list .p3 { background-image: url(../img/i3.png); }
.partners-list .p4 { background-image: url(../img/i4.png); }
.partners-list .p5 { background-image: url(../img/i5.png); }
.partners-list .p6 { background-image: url(../img/mvs.png); }
.partners-list .p7 { background-image: url(../img/sadr2.png?v2); width: 70px; }

.language {
	position: absolute;
	right: 15px;
	top: 22px;
}
.language a {
	color: #fff;
	padding: 0 10px;
}
.language a:not(:first-child) {
	border-left: 1px solid #82a5bb;
}
.language a.select {
	color: #b6dfec;
}

.pdf {
	background: url(../img/pdf.svg) 0 7px no-repeat;
	background-size: auto 38px;
	min-height: 32px;
	display: block;
	margin: 10px 0 30px;
	padding-left: 55px;
	color: #fff !important;
	transition: .5s opacity;
	opacity: .8;
}
.pdf.youtube {
	background: url(../img/youtube.svg) 0 7px no-repeat;
	background-size: auto 38px;
}
.pdf.docx {
	background: url(../img/docx.svg) 0 7px no-repeat;
	background-size: auto 38px;
}
.pdf.drive {
	background: url(../img/google_drive.svg) 0 10px no-repeat;
	background-size: auto 30px;
}
.pdf:hover {
	opacity: 1;
}
.pdf b {
	display: block;
	font-size: 130%;
	font-weight: normal;
	padding-bottom: 2px;
}



.menu {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.menu li {
	width: 33%;
	padding: 10px 0;
	line-height: 130%;
	font-size: 13px;
	list-style: none;
	display: inline-block;

	-webkit-box-flex: 0;
	-ms-flex: 0 0 33%;
	flex: 0 0 33%;
	max-width: 33%;
}

.menu li a {
	position: relative;
	color: #fff;
}
.menu li a:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	height: 1px;
	background: #fff;
	width: 0;
	transition: .5s width ease-in-out;
}
.menu li a:hover:after {
	color: #b6dfec;
	width: 90%;
}
@media (max-width: 768px) {
	.menu li {
		width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

/* FORM */
.form-box {
	
}
.form-slide {
	padding: 10px 35px 35px;
	margin: 30px 0;
	border-radius: 0px;
	border: 1px solid rgba(130, 165, 187, .5);
	display: none;
	display: block;
}
.form-slide.active {
	display: block;
}
.form-slide .label
{
	padding: 5px 0;
	display: block;
}
.red {
	color: red;
}
.form-slide .label .capt {
	padding: 15px 0 10px;
	line-height: 130%;
	position: relative;
}
.form-slide .label.required .capt:before
{
	content: "";
	position: absolute;
	left: -36px;
	top: 19px;
	width: 0; 
	height: 0; 
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;  
	border-left: 8px solid red;
}
.form-slide .label.required.ok .capt:before
{
	border-left-color: #32cd32;
}
.form-slide .label.required .capt:after {
	content: "*";
	color: red;
	display: none;
}
.form-slide .label small {
	margin: -5px 0 10px;
	display: block;
	line-height: 130%;
}
.form-slide input {
	display: block;
	padding: 7px;
	width: 100%;
	border: 0;
}
.form-slide .title {
	font-size: 18px;
	font-weight: bold;
	padding: 15px 0 10px;
}
.form-slide .title small {
	display: block;
	font-size: 14px;
}

.list {
	margin: 0 -3px;
}
.list li {
	list-style: none;
	padding: 3px;
}
.list input[type=radio],
.list input[type=checkbox] {
	display: none;
}
.list input {
	margin: 5px 0 0;
	opacity: .5;
	transition: .5s opacity;
	display: none;
	border: 0;
}
.list label {
	position: relative;
	padding-left: 30px;
	display: block;
	cursor: pointer;
}
.list label .wrpr2 {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 50px;
	width: 100%;
	z-index: 1;
}
.list label:after,
.list label:before {
	content: "";
	position: absolute;
	top: 6px;
	left: 0;
	border-radius: 25px;
	border: 2px solid #fff;
	height: 14px;
	width: 14px;	
	transition: .5s border, .5s transform;
}
.list input[type=checkbox] + label:after,
.list input[type=checkbox] + label:before {
	border-radius: 0;
}
.list label:hover:after {
	border-color: #b6dfec;
}
.list input + label:before {
	background: #fff;
	transform: scale(0);
}
.list input:checked + label:before {
	transform: scale(1);
}
.list input:checked + label input {
	opacity: 1;
	display: block;
}


select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	display: block;
	padding: 10px 5px;
	border: 0;
	width: 100%;
	border: 0;
	font-family: inherit;
	font-size: inherit;
	font-weight: normal;
	cursor: inherit;

	z-index: 1;
	outline: none;
}
select::-ms-expand {
  display: none;
}

.form-slide .select {
  display: grid;
  grid-template-areas: "select";
  align-items: center;
  position: relative;
  border: 0;
  cursor: pointer;
  line-height: 1.1;
  background-color: #fff;
  background-image: linear-gradient(to top, #f9f9f9, #fff 33%);
}
.form-slide .select select, .form-slide .select::after {
  grid-area: select;
}
.form-slide .select:not(.select--multiple)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 0.8em;
  height: 0.5em;
  background-color: #b6dfec;
  -webkit-clip-path: polygon(100% 0%, 0 0%, 50% 100%);
          clip-path: polygon(100% 0%, 0 0%, 50% 100%);
}

select:focus + .focus {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border: 2px solid #b6dfec;
  border-radius: inherit;
}
.select--disabled {
  cursor: not-allowed;
  background-color: #eee;
  background-image: linear-gradient(to top, #ddd, #eee 33%);
}
.loader {
	transform: translate(-55px, 5px);
	position: absolute;
	height: 40px;
	width: 40px;
	background: url(../img/loader.gif) 50% 50% no-repeat;
	background-size: 40px auto;
	display: none;	
}
.loader.active {
	display: inline-block; 
}
input[type=submit]:disabled {
	background: #ddd !important;
	cursor: default;
}

.video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.history-box {
	padding-top: 30px;
}
.history-box .item img {
	width: 100%;
	display: block;
	margin: 0 auto 20px;
}
.history-box .item {
	padding-bottom: 30px;
}
.history-box .h {
	padding-bottom: 15px;
	display: block;
	font-size: 18px;
}

/* BURGER */

.burger
{
	cursor: pointer;
	position: relative;
	height: 27px;
	width: 34px;
	display: inline-block;
	transform: translateY(1px);
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 1;
	cursor: pointer;
	opacity: .9;
}
.burger i,
.burger:after,
.burger:before
{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	height: 1px;
	width: 100%;
	background: #fff;
	border-radius: 1px;
	transform: rotate(0);
	transition: .25s ease-in-out;
}
.burger i
{
	top: 50%;
	margin-top: -0.5px;
}
.burger:before
{
	top: 100%;
}

.slider,
.slick-list,
.slick-track,
.slick-track > div {
	height: 100%;}

.slick-track > div {

	height: 100%;
}

.slider .slick-arrow {
	background: transparent;
	border: 0;	
	position: absolute;
	top: 35%;
	left: 0;
	height: 60px;
	width: 60px;
	font-size: 0;
	z-index: 1;
	cursor: pointer;
	transition: opacity .5s;
	opacity: .6;
	cursor: pointer;
}
.slider .slick-arrow:after {
	content: "";
	position: absolute;
	height: 40px;
	width: 40px;
	top: 0;
	left: 0;
	transform: rotate(45deg);
	transition: border-color .5s;
}
.slider .slick-arrow.slick-prev {
	left: -60px;
}
.slider .slick-arrow.slick-next {
	right: -80px;
	left: auto;
}
.slider .slick-arrow.slick-prev:after {
	border-bottom: solid 2px #fff;
	border-left: solid 2px #fff;
}
.slider .slick-arrow.slick-next:after {
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
}

.slider-wrapper {
	height: 130px;
	overflow: hidden;
	margin: 30px 0 0;
}
.slide {
	width: 130px;	
}
.slide img {
	opacity: .95;
	transition: opacity .5s;
}
.slide a:hover img {
	opacity: 1;
}
.slider {
	margin: 0 auto;
	max-width: 650px;	
}
.slider-box {
	max-width: 652px;
	margin: 0 auto 15px;	
}
.slider-box .row {
	margin: 0;
}
.slider-box .row > div{
	padding: 0;
}

.slider-h2 {
	font-size: 130%;
	color: #b6dfec;
	margin: 60px auto -25px;
}

.crumbs {
	font-size: 14px;
	color: #fff;
	margin: 40px 0 0;
}
.crumbs li {
	display: inline-block;
	list-style: none;
}
.crumbs a {
	color: #fff;
	transition: color .5s;
	text-decoration: underline;
}
.crumbs a:hover {
	color: #b6dfec;
	text-decoration: none;
}
.crumbs h1 {
	font-size: inherit;
	display: inline;
	font-weight: inherit;
}


.container-box {
	max-width: 840px;
	margin: 0 auto;
}
.container-box .h2 {
	padding: 45px 15px 15px;
	font-size: 120%;
	line-height: 130%;
	text-align: center;
	color: #b6dfec;
}
.container-box .h5 {
	padding: 5px 15px 0;
	font-size: 70%;
	line-height: 120%;
	text-align: center;
	color: #b6dfec;
	font-weight: 300;
	max-width: 640px;
	margin: 0 auto;
}
.container-box .h5 small {
	display: block;
	color: #fff;
}

.children {
	text-align: center;
	padding: 0 0 15px;
}
.children > div {
	position: relative;
	font-weight: 400;
}
.children > div:not(:first-child):after {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	height: 60px;
	width: 1px;
	background: #b6dfec;
}

.children span {
	display: block;
}
.children b {
	position: relative;
	display: inline-block;
	cursor: pointer;
}
.children .col > b {
	font-size: 36px;
	padding: 10px 0;
}
.children b:after,
.info-tip:after {
	content: "i";
	text-transform: lowercase;
	display: block;
	color: #0a0a18;
	font-size: 12px;
	line-height: 100%;
	padding: 2px 0;
	height: 16px;
	width: 16px;
	text-align: center;
	background: #b6dfec;
	border-radius: 20px;
	position: absolute;
	top: 5px;
	right: -24px;
}
.info-tip {
	position: relative;
	width: 26px;
	display: inline-block;
	height: 20px;
}
.info-tip:after {
	top: 8px;
	right: 4px;
}
.children b i,
.info-tip i {
	position: absolute;
	bottom: 55px;
	left: 50%;
	opacity: 0;	
	transform: translate(-50%, -30px) scale(0);
	background: #82a5bb;
	color: #000;
	width: 200px;
	font-size: 13px;
	line-height: 130%;
	display: block;
	padding: 10px 15px;
	margin: 0;
	font-weight: normal;
	font-style: normal;
	transition: transform .5s, opacity .5s;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	z-index: 999;
}
.children span b i {
	bottom: 35px;
}
.info-tip i {
	bottom: 35px;
	right: -14px;
	width: 220px;
}
.children b i small {
	display: block;
	padding: 3px 0 0;
	margin: 3px 0 0;
	border-top: 1px solid #b6dfec;
	font-size: 8px;
}
.children b i small strong {
	display: block;
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 5px;
}
.children b i:after,
.info-tip i:after {
	content: "";
	transform: translate(-50%, 50%) rotate(45deg);
	position: absolute;
	left: 50%;
	bottom: 0;
	height: 14px;
	width: 14px;
	background: #82a5bb;
}
.children b.active i,
.children b:hover i,
.info-tip.active i, 
.info-tip:hover i {
	opacity: 1;
	transform: translate(-50%, 0) scale(1);
}
 .children small {
 	display: block;
 	padding-top: 5px;
	font-size: 90%;
	line-height: 120%;
	font-weight: 400;
}

.child-profile label {
	display: block;
}
.child-profile b {
	display: block;
	font-size: 120%;
	margin-bottom: 10px;
}

#before24 {	
	background: #82a5bb;
	border-bottom: 5px solid #b6dfec;
	overflow: hidden;
	position: relative;
}

#body {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	opacity: .1;
}

#before24 .container {
	min-height: 140px;
	position: relative;
	z-index: 8;
}

#before24 .h1 {
	position: absolute;
	top: 50%;
	left: 0;
	margin: 0;
	text-align: center;
	width: 100%;
	transform: translateY(-50%);
	padding: 30px 15px;
	font-size: 24px;
}
#before24 .h1 .title {
	margin-bottom: 5px;
	color: #0a0a18;
	font-size: 56px;
	text-transform: uppercase;
}
#before24 .h1 .title a {
	text-decoration: none;
	color: #0a0a18;
}
#before24 .h1 .title a:hover {
	color: #161a2a;
}

.search {
	padding: 2px 0;
}
.search input[type=text] {
	display: block;
	background: transparent;
	color: #b6dfec;
	border: 0;
	background: #161a2a;
	padding: 5px 25px;
	width: 100%;
	height: 40px;
	font-weight: 300;
}

.search .btn {
	border-radius: 0;
	width: 100%;
	text-align: center;
	background: #b6dfec;
	color: #0a0a18;
	height: 40px;
}
.search .btn:hover {
	background: #82a5bb;
}

.not-found {
	padding: 15px 0 45px;
}

.child-info {
	padding: 10px 0;
}
.child-info a {
	padding: 15px;
	width: 100%;
	margin: 5px 0;
	background: #fff;
	color: #0a0a18 !important;
	transition: background .2s, color .2s;
}
.child-info a:hover {
	background: #82a5bb;
	color: #fff !important;
}

.toy {
	background: 50% 50% no-repeat;
	background-size: contain;
	display: block;
	animation: fall linear forwards;
	position: absolute;
	top: -150px; 
	height: 10px;
	width: 10px;
}

.service-keys .btn {
	display: inline-block;
	white-space: normal;
	width: 100%;
	line-height: 130%;
}

/*Define animation */
@keyframes fall {
  to {
      transform: translateY(105vh);
  }
}

body > .toy {
	z-index: -1;
}


.toy.toy1 { background-image: url(../img/toys/bw/Toys-01.svg); }
.toy.toy2 { background-image: url(../img/toys/bw/Toys-02.svg); }
.toy.toy3 { background-image: url(../img/toys/bw/Toys-03.svg); }
.toy.toy4 { background-image: url(../img/toys/bw/Toys-04.svg); }
.toy.toy5 { background-image: url(../img/toys/bw/Toys-05.svg); }
.toy.toy6 { background-image: url(../img/toys/bw/Toys-06.svg); }
.toy.toy7 { background-image: url(../img/toys/bw/Toys-07.svg); }
.toy.toy8 { background-image: url(../img/toys/bw/Toys-08.svg); }
.toy.toy9 { background-image: url(../img/toys/bw/Toys-09.svg); }
.toy.toy10 { background-image: url(../img/toys/bw/Toys-10.svg); }
.toy.toy11 { background-image: url(../img/toys/bw/Toys-11.svg); }
.toy.toy12 { background-image: url(../img/toys/bw/Toys-1.svg); }
.toy.toy13 { background-image: url(../img/toys/bw/Toys-13.svg); }
.toy.toy14 { background-image: url(../img/toys/bw/Toys-14.svg); }
.toy.toy15 { background-image: url(../img/toys/bw/Toys-15.svg); }
.toy.toy16 { background-image: url(../img/toys/bw/Toys-16.svg); }
.toy.toy17 { background-image: url(../img/toys/bw/Toys-17.svg); }
.toy.toy18 { background-image: url(../img/toys/bw/Toys-18.svg); }
.toy.toy19 { background-image: url(../img/toys/bw/Toys-19.svg); }
.toy.toy20 { background-image: url(../img/toys/bw/Toys-20.svg); }
.toy.toy21 { background-image: url(../img/toys/bw/Toys-21.svg); }
.toy.toy22 { background-image: url(../img/toys/bw/Toys-22.svg); }

#before24 .toy.toy1 { background-image: url(../img/toys/Toys-01.svg); }
#before24 .toy.toy2 { background-image: url(../img/toys/Toys-02.svg); }
#before24 .toy.toy3 { background-image: url(../img/toys/Toys-03.svg); }
#before24 .toy.toy4 { background-image: url(../img/toys/Toys-04.svg); }
#before24 .toy.toy5 { background-image: url(../img/toys/Toys-05.svg); }
#before24 .toy.toy6 { background-image: url(../img/toys/Toys-06.svg); }
#before24 .toy.toy7 { background-image: url(../img/toys/Toys-07.svg); }
#before24 .toy.toy8 { background-image: url(../img/toys/Toys-08.svg); }
#before24 .toy.toy9 { background-image: url(../img/toys/Toys-09.svg); }
#before24 .toy.toy10 { background-image: url(../img/toys/Toys-10.svg); }
#before24 .toy.toy11 { background-image: url(../img/toys/Toys-11.svg); }
#before24 .toy.toy12 { background-image: url(../img/toys/Toys-1.svg); }
#before24 .toy.toy13 { background-image: url(../img/toys/Toys-13.svg); }
#before24 .toy.toy14 { background-image: url(../img/toys/Toys-14.svg); }
#before24 .toy.toy15 { background-image: url(../img/toys/Toys-15.svg); }
#before24 .toy.toy16 { background-image: url(../img/toys/Toys-16.svg); }
#before24 .toy.toy17 { background-image: url(../img/toys/Toys-17.svg); }
#before24 .toy.toy18 { background-image: url(../img/toys/Toys-18.svg); }
#before24 .toy.toy19 { background-image: url(../img/toys/Toys-19.svg); }
#before24 .toy.toy20 { background-image: url(../img/toys/Toys-20.svg); }
#before24 .toy.toy21 { background-image: url(../img/toys/Toys-21.svg); }
#before24 .toy.toy22 { background-image: url(../img/toys/Toys-22.svg); }



#modal-box {
	position: relative;
	text-align: left;
	display: inline-block;
	max-width: 680px;
	width: 100%;
	background: #82a5bb;
	color: #fff;
	padding: 15px 20px 0;
	box-shadow: 0 4px 16px rgba(44, 42, 37, 0.15);
	transform: scale(0);
	transition: transform .5s;
	margin: 30px 0;
	z-index: 998;
}

.fog {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, .2);
	z-index: -1;
	opacity: 0;
	transition: opacity .5s;
	cursor: pointer;
}
.modalon .fog {
	opacity: 1;
	z-index: 998;
}
body.modalon {
	overflow: hidden;
}
#modal-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100%;
	overflow: auto;
	z-index: 999;
	text-align: center;
	transform: scale(0);
	padding: 0 10px;
}
.modalon #modal-box,
.modalon #modal-wrapper {
	transform: scale(1);
}
#modal-box .close {
	position: absolute;
	right: 15px;
	top: 15px;
	height: 20px;
	width: 20px;
	opacity: .5;
	transition: opacity .5s;
	cursor: pointer;
	background-image: url(../img/cross.svg);
	background-size: 100% auto;
}
#modal-box .close:hover{
	opacity: 1;
}	
#modal-box .h5 {
	font-size: 18px;
	font-weight: 400;
	display: block;
	padding: 0 25px 20px 0;
	margin: 0;
}


.btn-default {
	background: #b6dfec;
	color: #161a2a !important;
	cursor: pointer;
	border-radius: 0;
	padding-left: 25px;
	padding-right: 25px;
}
.btn-default.btn-prev {
 	background: #eeeeee;
 }
.btn-default:hover {
	background: #82a5bb;
}
.btn-350 {
	width: 100%;
	max-width: 400px;
}
.maps {
	font-size: 13px;
}
.maps img {
	margin-top: 10px;
}

@media (max-width: 768px) {

	.lng-en #before24 .h1 .title {
		font-size: 34px;
	}
	.lng-ru #before24 .h1 .title {
		font-size: 34px;
	}

	.menu li {
  		list-style: none;
  		display: block;
  		padding: 7px 15px;
  		border: 0 !important;
	}
	
	.slick-arrow {
		display: none !important;
	}
	
	.search input[type="text"] {
	  padding: 5px 15px;
  }
  
  .children > div {
 	 padding: 20px 0;
 	 -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .children > div:not(:first-child):after {
		left: 50%;
		top: 0;
		transform: translateX(-50%);
		height: 1px;
		width: 100px;
	}
  
  footer {
	  padding: 15px 0;
  }
  
  .language {
  	position: relative;
  	right: auto;
  	top: auto;
  	padding: 15px 0 15px;
	}
	
	.btn {
		white-space: normal;
		line-height: 120%;
	}
	
	.btns .btn {
		margin: 0 0 15px;
		width: 100%;
	}

}





