@charset "utf-8";
@font-face {
  font-family: FiraSans-Regular;
  src: url('fonts/FiraSans-Regular.eot');
  src: local('O'), url('fonts/FiraSans-Regular.woff') format('woff'), url('fonts/FiraSans-Regular.ttf') format('truetype'), url('fonts/FiraSans-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: FiraSans-SemiBold;
  src: url('fonts/FiraSans-SemiBold.eot');
  src: local('O'), url('fonts/FiraSans-SemiBold.woff') format('woff'), url('fonts/FiraSans-SemiBold.ttf') format('truetype'), url('fonts/FiraSans-SemiBold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: FiraSans-Bold;
  src: url('fonts/FiraSans-Bold.eot');
  src: local('O'), url('fonts/FiraSans-Bold.woff') format('woff'), url('fonts/FiraSans-Bold.ttf') format('truetype'), url('fonts/FiraSans-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
#facts {
	width: 100%;
	height: 1390px;
	text-align: center;
	background: #3DBE6E;
	margin-bottom: -100px;

}
.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: top;
}
.flex-m {
	align-items: center;
}
.transition {
	transition: all 0.3s linear 0s;
}
.flex-sb {
	justify-content: space-between;
}
.flex-sa {
	justify-content: space-around;
}
.flex-c {
	justify-content: center;
}
.flex-t {
	align-items: flex-start;
}
.flex-bt {
	align-items: flex-end;
}
.flex-b {
	align-items: flex-end;
}
.flex-s {
	align-items: stretch;
}
.flex-r {
	justify-content: flex-end;
}
#video-wall {
	position: relative;
}
div.video {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.g-wrap {
	z-index: 2;
}
.block-cont1.block-cont {
	padding-bottom: 0;
}
.g-wrap {
	background: #fff;
}
div.video iframe {
	top: 0;
	left: 0;
	height: 100%;
	min-height: 100%;
}
#video-wall .video-absolute {
	width: 100%;
	padding-bottom: 150px;
	top: 0;
	left: 0;
	z-index: 1;
	color: #fff;
}
#video-wall .video-absolute .flex>div {
	width: 20%;
	font: 100 20px/1.2 Arial;
	position: relative;
	padding-left: 4.3%;
}
#video-wall .video-absolute .flex>div>div {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 40px;
	line-height: 1;
	padding-right: 5px;
	padding-bottom: 5px;
}
#video-wall .video-absolute .flex>div span {
	position: relative;
	display: block;
	line-height: 1;
}
#video-wall .video-absolute .flex>div span:after {
	position: absolute;
	top: -12px;
	right: -8px;
	height: 80px;
	border-right: 1px solid #fff;
	content: "";
}
#video-wall .video-absolute .title-over-video {
	text-align: center;
	margin-bottom: 70px;
	margin-top: 175px;
	font-size: 36px;
	line-height: 1.2;
}
#video-wall .video {
	height: 540px;
	overflow: hidden;
}
.inside {
	width: 960px;
	margin: 0 auto;
}
#video-inner {
	min-width: 100%;
	position: fixed;
	top: 0;
	min-height: 100%;
	display: block;
	left: 0;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
	outline: none
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
body {
	line-height: 1
}
ol, ul {
	list-style: none
}
blockquote, q {
	quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner {
	border: none;
	padding: 0
}
html {
	min-height: 100%;
	height: 100%;
	position: relative
}
body {
	-webkit-font-smoothing: antialiased;
	background: #FFF;
	color: #000;
	font-size: 14px;
	line-height: 19px;
	font-family: Tahoma, sans-serif;
	font-weight: 400;
	min-height: 100% !important;
	height: 100%;
	height: auto;
	position: relative;
	min-width: 320px
}
a {
	color: #ec4d79;
	-webkit-transition: color 0.3s linear;
	-moz-transition: color 0.3s linear;
	-ms-transition: color 0.3s linear;
	-o-transition: color 0.3s linear;
	transition: color 0.3s linear
}
a:hover {
	text-decoration: none;
	-webkit-transition: color 0.1s linear;
	-moz-transition: color 0.1s linear;
	-ms-transition: color 0.1s linear;
	-o-transition: color 0.1s linear;
	transition: color 0.1s linear
}
.wrap {
	width: 1200px;
	margin: 0 auto;
	position: relative
}
.inline-wrap {
	display: inline-block
}
.g-wrap {
	width: 100%;
	min-width: 1200px;
	position: relative;
	overflow: hidden
}
.clearfix:after {
	visibility: hidden;
	display: block;
	content: ".";
	clear: both;
	height: 0
}
::selection {
	color: #ffffff;
	background: #e72058
}
::-moz-selection {
	color: #ffffff;
	background: #e72058
}
.no-select {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none
}
.head-intro {
	position: relative;
	min-height: 1px;
	padding-bottom: 230px;
}
.head-intro:before {
	content: "";
	display: none;
	position: absolute;
	width: 1650px;
	height: 800px;
	top: 0;
	z-index: 1;
	left: 50%;
	margin-left: -833px;
	border: 8px solid #FFF;
	border-top-width: 0;
	box-shadow: 0 0 0 1px #e72058;
	/*box-shadow:0 0 0 1px #009B9C;*/
	background: #c41b4b url(../img/bg.jpg) no-repeat 50% 0;
	/*background:#009B9C url(../img/Bg.jpg) no-repeat 50% 0;*/
	border-bottom-left-radius: 50% 100%;
	border-bottom-right-radius: 50% 100%
}
.head-top {
	position: relative;
	z-index: 3
}
.head-top .logo {
	float: left;
	margin: 30px 0 0 0px
}
.head-top .logo span {
	display: block;
	text-decoration: none;
	font-size: 0;
	color: transparent;
	background: url(../img/logo.svg) no-repeat 0 0;
	width: 134px;
	height: 28px
}
.head-top .metro {
	float: left;
	margin: 60px 0 0 100px
}
.head-top .metro span {
	display: block;
	float: left;
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
	color: #FFF;
	position: relative;
	padding: 0;
	margin-right: 50px;
	cursor: pointer;
	-webkit-transition: color 0.3s linear;
	-moz-transition: color 0.3s linear;
	-ms-transition: color 0.3s linear;
	-o-transition: color 0.3s linear;
	transition: color 0.3s linear
}
.head-top .metro span:last-child {
	margin-right: 0
}
.head-top .metro span:hover {
	color: rgba(255, 255, 255, 0.8);
	-webkit-transition: color 0.1s linear;
	-moz-transition: color 0.1s linear;
	-ms-transition: color 0.1s linear;
	-o-transition: color 0.1s linear;
	transition: color 0.1s linear
}
.head-top .metro span:before {
	content: "";
	display: block;
	background: url(../img/metro.svg) no-repeat center 0;
	width: 100%;
	height: 24px;
	position: absolute;
	top: 50%;
	margin-top: -40px;
	left: 0
}
.head-top .metro span.blue:before {
	background-position: center -23px
}
.head-top .metro span.red:before {
	background-position: center -70px
}
.head-top .metro span.lightgreen:before {
	background-position: center -47px
}
.head-top .phone {
	float: right;
	margin: 15px 0px 0 0;
	text-align: center
}
.head-top .phone .phone-wrap {
	display: block;
	text-align: center;
	margin-bottom: 8px
}
.phone_number {
	text-decoration: none;
	cursor: default
}
.head-top .phone .phone_number {
	color: #FFF;
	margin-top: 5px;
	display: inline-block;
	font-size: 23px;
	line-height: 28px;
	font-weight: 900
}
.btn, a.btn, input.btn {
	font-size: 14px;
	line-height: 15px;
	font-family: Tahoma, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	color: #000;
	font-weight: 700;
	background: #ffd800;
	border: 0 none;
	margin: 0;
	padding: 13px 20px 11px;
	letter-spacing: 0.2px;
	text-align: center;
	cursor: pointer;
	outline: none;
	border-radius: 4px;
	transition: background 0.3s linear;
	-webkit-transition: background 0.3s linear;
	-moz-transition: background 0.3s linear;
	-o-transition: background 0.3s linear;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none
}
.btn:hover, a.btn:hover, input.btn:hover {
	background: #ffe970;
	transition: background 0.3s linear;
	-webkit-transition: background 0.3s linear;
	-moz-transition: background 0.3s linear;
	-o-transition: background 0.3s linear
}
.btn i {
	display: inline-block;
	position: relative
}
.btn.call i {
	padding-left: 27px
}
.btn.call i:before {
	content: "";
	display: block;
	position: absolute;
	left: -5px;
	top: 50%;
	margin-top: -13px;
	width: 22px;
	height: 22px;
	background: url(../img/phone.svg) no-repeat 0 0
}
.head-desc {
	position: relative;
	z-index: 3;
	margin-top: 132px
}
.head-desc h2 {
	font-size: 52px;
	line-height: 62px;
	color: #FFF;
	font-weight: 700;
	text-align: center
}
.small-sup {
	display: inline-block;
	position: relative;
	color: transparent
}
.small-sup i {
	font-size: 36px;
	line-height: 1;
	display: block;
	position: absolute;
	top: 20px;
	left: 8px;
	font-style: italic;
	font-weight: 200;
	color: #FFF
}
.head-desc .slogan {
	display: block;
	font-size: 40px;
	line-height: 42px;
	text-align: center;
	color: #FFF;
	font-weight: 100;
	margin: 8px 0 48px
}
.head-desc .about {
	display: block;
	margin: 0 auto;
	width: 260px;
	padding: 118px 35px 20px;
	border-radius: 50%;
	overflow: hidden;
	background: #05b5b3;
	font-size: 24px;
	line-height: 32px;
	text-align: center;
	color: #FFF;
	font-style: italic;
	font-weight: 300;
	height: 192px;
	position: relative
}
.head-desc .about:before {
	content: "";
	display: block;
	width: 56px;
	height: 56px;
	position: absolute;
	top: 41px;
	left: 50%;
	margin-left: -31px;
	background: #FFF url(../img/i1.png) no-repeat 50% 50%;
	background-size: cover;
	border: 3px solid #FFF;
	border-radius: 50%;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.39)
}
.block-cont {
	position: relative;
	padding: 57px 0;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0)
}
.cont-results h2 {
	text-align: center;
	font-size: 54px;
	line-height: 60px;
	color: #000
}
.results-futures {
	width: 960px;
	margin: 38px auto 0
}
.results-futures span {
	font-size: 20px;
	line-height: 22px;
	color: #000;
	position: relative;
	display: block;
	padding: 0 0 0 70px
}
.results-futures span i {
	display: block;
	font-size: 12px;
	line-height: 1;
	color: #707070
}
.results-futures span:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 52px;
	height: 52px;
	background: url(../img/i2.svg) no-repeat 0 0
}
.results-futures span.i1:before {
	background-position: 0 0;
	top: -3px
}
.results-futures span.i2:before {
	background-position: 0 -52px;
	top: -5px
}
.results-futures span.i3:before {
	background-position: 0 -104px;
	top: -7px
}
.results-futures span.i4:before {
	background-position: 0 -156px
}
.results-futures span.i5:before {
	background-position: 0 -208px;
	left: 1px;
	top: -2px
}
.results-futures span.i6:before {
	background-position: 0 -260px;
	top: -3px;
	left: 2px
}
.results-futures span.i7:before {
	background-position: 0 -312px;
	top: -3px;
	left: 2px
}
.results-futures span.i8:before {
	background-position: 0 -364px;
	left: 6px;
	top: -11px
}
.results-futures span.i9:before {
	background-position: 0 -416px;
	left: 4px;
	top: -9px
}
.results-futures span.i10:before {
	background-position: 0 -468px;
	left: 5px
}
.results-futures span.i11:before {
	background-position: 0 -520px;
	top: -1px;
	left: 5px
}
.results-futures span.i12:before {
	background-position: 0 -572px;
	top: -4px;
	left: 3px
}
.results-futures span.i13:before {
	background-position: 0 -624px;
	top: -10px;
	left: 5px
}
.results-futures span.i14:before {
	background-position: 0 -676px;
	left: 7px;
	top: -3px
}
.results-futures span.i15:before {
	background-position: 0 -728px;
	top: -10px;
	left: 8px
}
.results-futures td.c1 {
	width: 300px;
	padding-right: 48px;
	padding-left: 10px
}
.results-futures td.c2 {
	width: 265px;
	padding-right: 5px
}
.results-futures td.c3 {
	width: 332px
}
.results-futures td {
	padding-bottom: 32px
}
.cont-action {
	position: relative;
	background: #d01d4f;
	width: 702px;
	margin-top: 50px;
	padding: 35px 54px 36px 264px
}
.cont-action:before, .cont-action:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4
}
.cont-action:before {
	width: 219px;
	height: 304px;
	background: url(../img/i3.png) no-repeat 0 0;
	top: -42px;
	left: 6px
}
.cont-action:after {
	width: 276px;
	height: 404px;
	z-index: 6;
	background: url(../img/i4.png) no-repeat 0 0;
	top: -87px;
	left: -27px
}
.cont-action .text {
	float: left;
	width: 420px;
	color: #FFF;
	margin-top: 2px
}
.cont-action .text h3 {
	font-size: 32px;
	line-height: 38px;
	margin-bottom: 16px
}
.cont-action .text h3 b {
	font-weight: 700
}
.cont-action .text p {
	font-size: 24px;
	line-height: 34px;
	font-style: italic
}
.cont-action form {
	float: right;
	width: 224px
}
.g-form .form_line {
	margin-bottom: 13px
}
.g-form input[type="text"] {
	font-size: 17px;
	font-family: Tahoma, sans-serif;
	color: #000;
	outline: none;
	display: block;
	background: #FFF;
	width: 188px;
	border: 1px solid #e2dcc8;
	margin: 0;
	padding: 10px 17px 8px;
	line-height: 24px;
	height: 24px;
	border-radius: 4px;
	transition: All 0.3s linear;
	-webkit-transition: All 0.3s linear;
	-moz-transition: All 0.3s linear;
	-o-transition: All 0.3s linear
}

.g-form textarea::-webkit-input-placeholder,
.g-form input[type="tel"]::-webkit-input-placeholder,
.g-form input[type="text"]::-webkit-input-placeholder{color:#000}

.g-form textarea:-moz-placeholder,
.g-form input[type="tel"]:-moz-placeholder,
.g-form input[type="text"]:-moz-placeholder{color:#000;opacity:1}

.g-form textarea::-moz-placeholder,
.g-form input[type="tel"]::-moz-placeholder,
.g-form input[type="text"]::-moz-placeholder{color:#000;opacity:1}

.g-form textarea:-ms-input-placeholder,
.g-form input[type="tel"]:-ms-input-placeholder,
.g-form input[type="text"]:-ms-input-placeholder{color:#000}

.g-form textarea:focus,
.g-form input[type="tel"]:focus,
.g-form input[type="text"]:focus{border-color:#05b5b3;box-shadow:0 0 5px 1px rgba(5, 181, 179, 0.42)}

.g-form textarea:focus::-webkit-input-placeholder,
.g-form input[type="tel"]:focus::-webkit-input-placeholder,
.g-form input[type="text"]:focus::-webkit-input-placeholder{color:transparent}

.g-form textarea:-moz-placeholder,
.g-form input[type="tel"]:focus:-moz-placeholder,
.g-form input[type="text"]:focus:-moz-placeholder{color:transparent;opacity:0}

.g-form textarea:focus::-moz-placeholder,
.g-form input[type="tel"]:focus::-moz-placeholder,
.g-form input[type="text"]:focus::-moz-placeholder{color:transparent;opacity:0}

.g-form textarea:focus:-ms-input-placeholder,
.g-form input[type="tel"]:focus:-ms-input-placeholder,
.g-form input[type="text"]:focus:-ms-input-placeholder{color:transparent}



.g-form input.btn {
	font-size: 16px;
	display: block;
	width: 100%;
	border: 1px solid #c91447;
	letter-spacing: 0;
	padding: 14px 20px 12px
}
.g-form .form_btn {
	margin-top: 22px
}
.cont-include {
	margin-top: 124px;
	width: 1020px;
    margin-bottom: 80px;
}
.cont-include h2 {
	text-align: center;
	font-size: 54px;
	line-height: 60px;
	color: #000
}
.fancybox-title-float-wrap .child {
    display: none !important;
}
.include-wrap {
	text-align: center;
	margin-top: 51px
}
.include-wrap li {
	list-style: none;
	display: block;
	float: left;
	margin-right: 90px;
	width: 145px;
	position: relative;
	/*transition:All 0.4s linear;-webkit-transition:All 0.4s linear;-moz-transition:All 0.4s linear;-o-transition:All 0.4s linear;transform:translate(0px, -50px);-webkit-transform:translate(0px, -50px);-moz-transform:translate(0px, -50px);-o-transform:translate(0px, -50px);-ms-transform:translate(0px, -50px);*/
	opacity: 0;
	visibility: hidden
}
.include-wrap li.animate {
	transform: translate(0px, 0px);
	-webkit-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	opacity: 1;
	visibility: visible
}
.include-wrap li:last-child {
	margin-right: 0
}
.include-wrap li .image {
	position: relative
}
.include-wrap li .image:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	z-index: 10;
	background: #CCC
}
.include-wrap li.i1 .image:before {
	width: 13px;
	height: 13px;
	background: #e13c48;
	top: 132px;
	left: 119px
}
.include-wrap li.i2 .image:before {
	background: #1eb5b4;
	top: 61px;
	left: 153px
}
.include-wrap li.i3 .image:before {
	background: #96bb27;
	top: 102px;
	left: 148px
}
.include-wrap li.i4 .image:before {
	background: #f5d006;
	top: 138px;
	left: 52px
}
.include-wrap li .image i {
	display: block;
	position: absolute;
	z-index: 5;
	font-size: 20px;
	line-height: 1;
	font-weight: 700;
	color: #FFF;
	top: 9px;
	left: -5px;
	width: 38px;
	height: 20px;
	padding: 10px 0 8px;
	border-radius: 50%;
	overflow: hidden;
	background: #CCC
}
.include-wrap li.i1 .image i {
	background: #e13c48
}
.include-wrap li.i2 .image i {
	background: #1eb5b4
}
.include-wrap li.i3 .image i {
	background: #96bb27
}
.include-wrap li.i4 .image i {
	background: #f5d006
}
.include-wrap li .image b {
	display: block;
	position: relative;
	overflow: hidden;
	width: 145px;
	height: 145px;
	border-radius: 50%;
	background: #CCC
}
.include-wrap li .image img {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%)
}
.include-wrap li h5 {
	font-size: 20px;
	line-height: 24px;
	color: #000;
	font-weight: 700;
	margin-top: 13px
}
.include-desc {
	margin-top: 43px;
	padding: 0 438px 0 39px
}
.include-desc p {
	font-size: 24px;
	line-height: 36px;
	color: #000;
	font-weight: 300;

}
.include-desc p b {
	font-weight: 400
}
.cont-teachers {
	width: 940px;
	position: relative;
	margin-top: 164px
}
.cont-teachers h2 {
	font-size: 54px;
	line-height: 60px;
	color: #000;
	text-align: center
}
.cont-teachers p.desc {
	display: block;
	position: absolute;
	z-index: 20;
	top: -312px;
	right: 28px;
	width: 200px;
	height: 84px;
	overflow: hidden;
	font-size: 20px;
	line-height: 28px;
	text-align: center;
	color: #000;
	font-weight: 300;
	background: url(../img/lines.svg) no-repeat 0 0;
	padding: 89px 27px 114px 223px
}
.cont-teachers p.desc i {
	color: #e72058
}
.teachers-list {
	margin-top: 62px
}
.teachers-list li {
	list-style: none;
	display: block;
	float: left;
	width: 220px;
	margin-right: 20px;
	color: #000;
	transition: All 0.4s linear;
	-webkit-transition: All 0.4s linear;
	-moz-transition: All 0.4s linear;
	-o-transition: All 0.4s linear;
	transform: translate(0px, -50px);
	-webkit-transform: translate(0px, -50px);
	-moz-transform: translate(0px, -50px);
	-o-transform: translate(0px, -50px);
	-ms-transform: translate(0px, -50px);
	opacity: 0;
	visibility: hidden
}
.teachers-list li.animate {
	transform: translate(0px, 0px);
	-webkit-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	opacity: 1;
	visibility: visible
}
.teachers-list li:last-child {
	margin-right: 0
}
.teachers-list li .image {
	display: block;
	width: 145px;
	height: 145px;
	margin: 0 auto;
	border-radius: 50%;
	overflow: hidden;
	background: #FFF;
	position: relative
}
.teachers-list li .image img {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%)
}
.teachers-list li h5 {
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	margin: 26px 0 16px
}
.teachers-list li .profession {
	font-size: 18px;
	line-height: 22px;
	font-style: italic
}
.teachers-list li .about {
	font-size: 14px;
	line-height: 22px;
	margin: 13px 0 0
}
.teachers-list li .about span {
	display: block;
	margin-bottom: 12px
}
.teachers-list li .place {
	font-size: 14px;
	line-height: 22px;
	color: #707070;
	font-style: italic;
	margin-top: 10px
}
.teachers-list .row {
	margin-bottom: 91px
}
.teachers-list .row:last-child {
	margin-bottom: 0
}
.cont-students {
	background: #f3f3f3;
	position: relative;
	padding: 90px 0 77px;
	margin-top: 109px
}
.cont-students:before, .cont-students:after {
	content: "";
	display: block;
	height: 22px;
	width: 100%;
	background: url(../img/i5.svg) repeat-x 0 0;
	position: absolute;
	left: 0;
	top: 9px
}
.cont-students:after {
	top: auto;
	bottom: 14px
}
.cont-students .wrap {
	width: 940px;
	text-align: center
}
.cont-students h2 {
	text-align: center;
	font-size: 54px;
	line-height: 60px;
	color: #000;
	margin-bottom: 61px
}
.cont-students .item {
	display: block;
	float: left;
	width: 220px;
	margin-right: 20px;
	text-align: left;
	transition: All 0.4s linear;
	-webkit-transition: All 0.4s linear;
	-moz-transition: All 0.4s linear;
	-o-transition: All 0.4s linear;
	transform: translate(0px, -50px);
	-webkit-transform: translate(0px, -50px);
	-moz-transform: translate(0px, -50px);
	-o-transform: translate(0px, -50px);
	-ms-transform: translate(0px, -50px);
	opacity: 0;
	visibility: hidden
}
.cont-students .item.animate {
	transform: translate(0px, 0px);
	-webkit-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	opacity: 1;
	visibility: visible
}
.cont-students .item:last-child {
	margin-right: 0
}
.cont-students .item .image {
	display: block;
	position: relative;
	width: 145px;
	height: 145px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto
}
.cont-students .item .image img {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%)
}
.cont-students .item h5 {
	font-size: 20px;
	line-height: 30px;
	color: #000;
	font-weight: 700;
	margin: 31px 0 11px
}
.cont-students .item .age {
	font-size: 18px;
	line-height: 22px;
	color: #000;
	font-style: italic
}
.cont-students .item .films {
	font-size: 14px;
	line-height: 22px;
	color: #000;
	margin-top: 15px
}
.cont-students .item .films span {
	display: block;
	margin-bottom: 10px
}
.cont-students .item li {
	margin-bottom: 10px
}
.cont-students .item li:last-child {
	margin-bottom: 0
}
.cont-students .item li b {
	display: block
}
.cont-students .item li i {
	display: block;
	color: #707070;
	font-style: italic
}
.cont-child_like {
	width: 960px;
	position: relative;
	margin-top: 96px
}
.child_like--text {
	position: relative;
	z-index: 10;
	padding: 220px 390px 310px 87px;
	width: 483px
}
.child_like--text h2 {
	font-size: 36px;
	line-height: 44px;
	color: #000
}
.child_like--text p {
	font-size: 24px;
	line-height: 36px;
	font-weight: 300;

	margin: 22px 0 28px
}
.child_like--text p b {
	font-weight: 400
}
.child_like--text .btn {
	font-size: 18px;
	line-height: 1;
	padding: 17px 20px 15px;
	width: 420px
}
.child_like--circle {
	position: absolute;
	z-index: 1;
	width: 740px;
	height: 740px;
	top: 10px;
	left: -69px
}
.child_like--circle:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: inherit;
	height: inherit;
	border-radius: 50%;
	border: 1px dashed #dadada
}
.child_like--circle li {
	list-style: none;
	display: block;
	position: absolute;
	z-index: 6;
	top: 0;
	left: 0;
	width: 304px;
	padding: 0 0 0 112px;
	transition: All 0.4s linear;
	-webkit-transition: All 0.4s linear;
	-moz-transition: All 0.4s linear;
	-o-transition: All 0.4s linear;
	transform: translate(0px, -50px);
	-webkit-transform: translate(0px, -50px);
	-moz-transform: translate(0px, -50px);
	-o-transform: translate(0px, -50px);
	-ms-transform: translate(0px, -50px);
	opacity: 0;
	visibility: hidden
}
.child_like--circle li.animate {
	transform: translate(0px, 0px);
	-webkit-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	opacity: 1;
	visibility: visible
}
.child_like--circle li.i1 {
	top: 16px;
	left: 156px
}
.child_like--circle li.i2 {
	top: 38px;
	left: 541px
}
.child_like--circle li.i3 {
	top: 158px;
	left: 646px
}
.child_like--circle li.i4 {
	top: 300px;
	left: 698px
}
.child_like--circle li.i5 {
	top: 486px;
	left: 680px
}
.child_like--circle li.i6 {
	top: 610px;
	left: 556px
}
.child_like--circle li.i7 {
	top: 653px;
	left: 156px
}
.child_like--circle li .image {
	display: block;
	position: absolute;
	background: #FFF;
	overflow: hidden;
	width: 86px;
	height: 86px;
	border-radius: 50%;
	left: 0;
	top: 50%;
	margin-top: -45px
}
.child_like--circle li .image img {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%)
}
.child_like--circle li p {
	font-size: 24px;
	line-height: 1;
	color: #000;
	font-weight: 300;

}
.cont-prices.our-prices {
    background: #f3f3f3 none repeat scroll 0 0;
    margin: 50px auto 0;
    max-width: 1920px;
    padding: 50px 0 60px 0;
    width: 100%;
}
.cont-teachers > .inn {
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    width: 940px;
}
.cont-sliders {
	background: #CCC;
	height: 600px;
	margin-top: 70px;
	margin-bottom: 60px
}
.cont-action.i2:after {
	width: 244px;
	height: 346px;
	background: url(../img/i5.png) no-repeat 0 0;
	top: -14px;
	left: 15px
}
.cont-action.i2:before {
	background: url(../img/i6.png) no-repeat 0 0;
	width: 225px;
	left: 13px
}
.cont-photos {
	width: 820px;
	margin-top: 155px
}
.photos-gallery {
	position: relative;
	height: 200px
}
.photos-gallery .item {
	display: block;
	position: absolute;
	width: 292px;
	height: 195px;
	background: #CCC;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden
}
.photos-gallery .item img {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%)
}
.photos-gallery .item.left {
	left: 7px;
	top: -31px;
	z-index: 6;
	width: 300px;
	height: 200px;
	transform: rotate(-9deg);
	-webkit-transform: rotate(-9deg);
	-moz-transform: rotate(-9deg);
	-o-transform: rotate(-9deg);
	-ms-transform: rotate(-9deg)
}
.photos-gallery .item.center {
	left: 50%;
	margin-left: -156px;
	z-index: 4
}
.photos-gallery .item.right {
	right: 7px;
	top: -28px;
	z-index: 2;
	width: 300px;
	height: 200px;
	transform: rotate(7deg);
	-webkit-transform: rotate(7deg);
	-moz-transform: rotate(7deg);
	-o-transform: rotate(7deg);
	-ms-transform: rotate(7deg)
}
.photos-text {
	margin-top: 31px
}
.photos-text h2 {
	font-size: 50px;
	line-height: 56px;
	text-align: center;
	color: #000
}
.photos-text p {
	font-size: 24px;
	line-height: 36px;
	color: #000;
	font-weight: 300;
	font-style: italic;
	text-align: center;
	margin-top: 9px
}
.photos-text .btn-wrap {
	text-align: center;
	margin-top: 25px
}
.photos-text .btn {
	font-size: 18px;
	line-height: 1;
	width: 420px;
	padding: 17px 20px 15px
}
.cont-schedule {
	width: 1000px;
	margin-top: 97px
}
.cont-video {
	background-image: url("data:image/png;base64,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AAAIFgAAQLAAAAAIFgAAAMECAAAIFgAAAMECAAAIFgAAAMECAAAgWAAAAMECAAAgWAAAAMECAAAgWAAAAAQLAAAgWAAAAAQLAAAgWAAAAAQLAACAYAEAAAQLAACAYAEAAAQLAACAYAEAABAsAACAYAEAABAsAACAYAEAABAsAACAYAEAABAsAAAAggUAABAsAAAAggUAABAsAAAAggUAAECwAAAAggUAAECwAAAAggUAAECwAAAACBYAAECwAAAACBYAAECwAAAACBYAAADBAgAACBYAAADBAgAACBYAAADBAgAAIFgAAADBAgAAIFgAAADBAgAAIFgAAAAECwAAIFgAAAAECwAAIFgAAAAECwAAIFgAAAAECwAAgGABAAAECwAAgGABAAAECwAAgGABAAAQLAAAgGABAAAQLAAAgGABAAAQLAAAAIIFAAAQLAAAAIIFAAAQLAAAAIIFAABAsAAAAIIFAABAsAAAAIIFAABAsAAAAAgWAABAsAAAAAgWAABAsAAAAAgWAABAsAAAAAgWAAAAwQIAAAgWAAAAwQIAAAgWAAAAwQIAACBYAAAAwQIAACBYAAAAwQIAACBYAAAABAsAACBYAAAABAsAACBYAAAABAsAAIBgAQAABAsAAIBgAQAABAsAAIBgAQAAECwAAIBgAQAAECwAAIBgAQAAECwAAIBgAQAAECwAAACCBQAAECwAAACCBQAAECwAAACCBQAAQLAAAACCBQAAQLAAAACCBQAAQLAAAAAIFgAAQLAAAAAIFgAAQLAAAAAIFgAAAMECAAAIFgAAAMECAAAIFgAAAMECAAAgWAAAAMECAAAgWAAAAMECAAAgWAAAAAQLAAAgWAAAAAQLAAAgWAAAAAQLAAAgWAAAAAQLAACAYAEAAAQLAACAYAEAAAQLAACAYAEAABAsAACAYAEAABAsAACAYAEAABAsAAAAggUAABAsAAAAggUAABAsAAAAggUAAECwAAAAggUAAECwAAAAggUAAECwAAAACBYAAECwAAAACBYAAECwAAAACBYAAECwAAAACBYAAADBAgAACBYAAADBAgAACBYAAADBAgAAIFgAAADBAgAAIFgAAADBAgAAIFgAAAAECwAAIFgAAAAECwAAIFgAAAAECwAAgGABAAAECwAAgGABAAAECwAAgGABAAAQLAAAgGABAAAQLAAAgGAB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") !important;
	background-position: 260px 60px;
	background-repeat: no-repeat;
	background-size: auto 85%;
	margin-top: 40px;
	min-height: 430px;
	width: 960px;
	text-align: center
}
.cont-schedule h2, .cont-video h2 {
	text-align: center;
	font-size: 50px;
	line-height: 56px;
	color: #000;
	margin-bottom: 36px
}
.schedule-nav a {
	display: inline-block;
	text-decoration: none;
	color: #d01d4f;
	border-bottom: 1px dashed#d01d4f;
	margin-top: 20px;
	margin-bottom: 10px;
}
.mini-lk {
	padding: 40px;
}
.schedule-nav .mini-lk .title {
	font-size: 21px;
	line-height: 22px;
	font-weight: 600;
	text-decoration: underline
}
.schedule-nav .mini-lk .list {
	margin-top: 11px
}
.schedule-nav .mini-lk .list li {
	margin-bottom: 10px;
	list-style: none;
	display: block;
	font-size: 14px;
	line-height: 19px;
	display: inline-block;
	width: 131px;
	margin-right: 50px;
	margin-bottom: 20px;
}
.schedule-nav .mini-lk .list li:last-child {
	margin-bottom: 0
}
.schedule-nav .mini-lk .list li b {
	display: block;
	font-weight: 600
}
.schedule-nav .mini-lk .list li span {
	display: block
}
.metrop {
	margin-top: 10px;
	font-size: 16px;
	margin-bottom: 20px;
}
.metrop span {
	color: #999999;
	font-size: 14px
}
.map2 {
	background: #f7f1d9;
	width: 540px;
	float: left;
	height: 350px;
	margin-right: 20px;
}
.mini-lk .photo {
	float: left;
	width: 140px;
	height: 352px;
	overflow: hidden;
}
.mini-lk .photo a {
	border: none;
	margin-top: 0;
}
.tab-content .media .photo {
	float: right;
	width: 140px;
	height: 352px;
	overflow: hidden;
}
.schedule-tabs {
	float: right;
	width: 619px;
	padding: 29px 41px 74px 50px;
	background: #FFF;
	position: relative;
	overflow: hidden;
	box-shadow: 0 0 11px rgba(0, 0, 0, 0.29);
	border-radius: 34px
}
.tab-content {
	display: none
}
.tab-content.active {
	display: block
}
.tab-content h4 {
	font-size: 24px;
	line-height: 28px;
	font-weight: 300;
	font-style: italic;
	color: #000
}
.tab-content p {
	font-size: 16px;
	line-height: 22px;
	color: #000;
	margin-top: 21px
}
.tab-content .media {
	margin-top: 38px
}
.tab-content .media .map {
	background: #f7f1d9;
	width: 456px;
	float: left;
	height: 352px
}
.tab-content .media .map2 {
	background: #f7f1d9;
	width: 456px;
	float: left;
	height: 352px
}
.tab-content .media .photo {
	float: right;
	width: 140px;
	height: 352px;
	overflow: hidden
}
.tab-content .media .photo a {
	display: block;
	position: relative;
	height: 108px;
	background: #000;
	overflow: hidden;
	margin-bottom: 14px;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden
}
.tab-content .media .photo a:last-child {
	margin-bottom: 0
}
.tab-content .media .photo a img {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	min-height: 100%;
	min-width: 100%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transition: opacity 0.3s linear;
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear
}
.tab-content .media .photo a:hover img {
	opacity: 0.7
}
.tab-content .futures {
	margin-top: 40px
}
.tab-content .futures .col {
	width: 250px;
	float: left
}
.tab-content .futures .col.big {
	width: 310px;
	margin-right: 26px
}
.tab-content .futures li {
	list-style: none;
	display: block;
	position: relative;
	padding: 0 0 0 16px;
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 28px
}
.tab-content .futures li:last-child {
	margin-bottom: 0
}
.tab-content .futures li:before {
	content: "вЂў";
	position: absolute;
	left: 7px;
	top: 1px
}
.cont-prices {
	width: 960px;
	margin-top: 80px;
	text-align: center
}
.cont-prices img {
    max-width: 100%;
}
.cont-prices h2 {
	text-align: center;
	font-size: 50px;
	color: #000;
	line-height: 56px;
	margin-bottom: 22px
}
.faq1 {
	width: 100%;
	margin-top: 20px;
}
.faq {
	width: 960px;
	margin-top: 50px;
}
.hidentxt {
	width: 960px;
	margin-top: 15px;
	font-weight: 300;
	text-align: justify;
}
.faq1 h2 {
	text-align: center;
	font-size: 50px;
	color: #000;
	line-height: 56px;
	margin-bottom: 22px
}
.faq1 a {
	text-decoration: none;
	font-size: 18px;
	font-family: Tahoma;
	border-bottom: 1px dotted #ec4d79;
}
.faq1 a:hover {
	border-bottom: 1px dotted #000000;
	color: #000000;
}
.faq1 a.active {
	border-bottom: 1px dotted #000000;
	color: #000000;
}
.cont-prices a {
	display: block;
	float: left;
	padding: 33px 30px 16px;
	width: 160px;
	border: 3px solid #e72058;
	border-radius: 20px;
	margin-right: 14px;
	text-decoration: none;
	color: #000;
	text-align: left;
	transition: All 0.3s linear;
	-webkit-transition: All 0.3s linear;
	-moz-transition: All 0.3s linear;
	-o-transition: All 0.3s linear
}
.cont-prices a:hover {
	transition: All 0.3s linear;
	-webkit-transition: All 0.3s linear;
	-moz-transition: All 0.3s linear;
	-o-transition: All 0.3s linear
}
.cont-prices a span {
	display: block;
	position: relative
}
.cont-prices a .age {
	font-size: 20px;
	line-height: 26px;
	font-weight: 700
}
.cont-prices a .age b {
	float: left
}
.cont-prices a .age .label {
	font-size: 11px;
	line-height: 12px;
	display: block;
	float: left;
	color: #FFF;
	background: #e72058;
	text-transform: uppercase;
	padding: 7px 6px 5px;
	border-radius: 3px;
	margin-left: 13px;
	margin-top: 1px;
	transition: All 0.3s linear;
	-webkit-transition: All 0.3s linear;
	-moz-transition: All 0.3s linear;
	-o-transition: All 0.3s linear
}
.cont-prices a .price {
	font-size: 20px;
	line-height: 1.3;
	color: #e72058;
	margin-bottom: 4px;
	transition: All 0.3s linear;
	-webkit-transition: All 0.3s linear;
	-moz-transition: All 0.3s linear;
	-o-transition: All 0.3s linear
}
.cont-prices a .price b {
	display: inline-block;
	position: relative
}
.cont-prices a .price b:after {
	content: "";
	display: block;
	width: 100%;
	left: 0;
	position: absolute;
	bottom: 4px;
	border-bottom: 1px dashed #e72058;
	transition: All 0.3s linear;
	-webkit-transition: All 0.3s linear;
	-moz-transition: All 0.3s linear;
	-o-transition: All 0.3s linear
}
.cont-prices a .class {
	font-size: 16px;
	line-height: 1.3;
	font-weight: bold;
}
.cont-prices a:last-child {
	margin-right: 0
}
.currency {
	position: relative
}
.currency:after {
	content: "_";
	font-size: 0.7em;
	position: absolute;
	bottom: 3px;
	left: 1px
}
.cont-prices a:hover {
	border-color: #05b5b3
}
.cont-prices a:hover .age .label {
	background: #05b5b3
}
.cont-prices a:hover .price {
	color: #05b5b3
}
.cont-prices a:hover .price b:after {
	border-color: #05b5b3
}
.block-foot {
	min-height: 639px;
	left: 0;
	bottom: 0;
	z-index: 56;
	background: #7ad4f8;
    padding-bottom: 20px;
}
.foot-wrap {
	position: relative;
	width: 960px
}
.foot-wrap:before {
	content: "";
	display: block;
	position: absolute;
	height: 779px;
	top: 0;
	left: 50%;
	width: 1630px;
	margin-left: -815px;
	/*background: url(../img/bg1.jpg) no-repeat center 0;*/    	
	z-index: 1;
	border-top-left-radius: 115px;
	border-top-right-radius: 115px
}
.foot-form {
	position: relative;
	z-index: 5;
	padding: 111px 0 0
}
.g-form_content {
	width: 476px;
	padding: 39px 40px 42px;
	margin: 0 auto;
	background: #FFF;
	position: relative;
	border-radius: 4px
}
.g-form_content h3 {
	font-size: 32px;
	line-height: 38px;
	font-weight: 300;
	font-style: italic;
	color: #000;
	text-align: center
}
.g-form_content h3 b {
	font-weight: 400
}
.g-form_content p {
	font-size: 16px;
	line-height: 24px;
	color: #000;
	padding: 0 3px;
	margin: 9px 0 22px
}
.g-form_content .g-form .form_line {
	margin-bottom: 29px
}
.g-form_content .g-form textarea,
.g-form_content .g-form input[type="tel"],
.g-form_content .g-form input[type="text"] {
	font-size: 16px;
	border-color: #d5d5d5;
	padding: 19px 21px 17px;
	line-height: 22px;
	height: 22px;
	width: 432px;
    max-width: 100%;

}
.g-form_content .g-form .phone-s input[type="tel"] {
    width: 520px;
    height: 60px;
    box-sizing: border-box;
}
.g-form_content .g-form textarea:focus,
.g-form_content .g-form input[type="tel"]:focus,
.g-form_content .g-form input[type="text"]:focus {
	border-color: #05b5b3;
	box-shadow: 0 0 5px 1px rgba(5, 181, 179, 0.42)
}
.g-form_content .g-form input.btn {
	border: 0 none;
	font-size: 18px;
	line-height: 1;
	padding: 23px 20px 19px
}
.foot-bottom {
	position: relative;
	z-index: 6;
	margin-top: 33px;
	padding: 60px 10px;
}
.foot-bottom .logo {
	float: left;
	margin-top: 6px
}
.foot-bottom .logo span {
	display: block;
	text-decoration: none;
	color: #FFF;
	font-size: 12px;
	line-height: 14px;
	width: 150px;
	position: relative;
	padding: 0 0 0 157px
}
.foot-bottom .logo span b {
	display: block;
	font-size: 0;
	color: transparent;
	position: absolute;
	left: 1px;
	top: 50%;
	width: 134px;
	height: 28px;
	background: url(../img/logo.svg) no-repeat 0 0;
	margin-top: -16px
}
.foot-bottom .logo span i {
	display: block;
	position: relative
}
.foot-bottom .soc {
	float: left;
	margin: 5px 0 0 52px
}
.foot-bottom .soc a {
	float: left;
	display: block;
	font-size: 0;
	color: transparent;
	width: 34px;
	height: 34px;
	background: url(../img/soc.png) no-repeat 0 0;
	margin-right: 11px;
	transition: All 0.3s linear;
	-webkit-transition: All 0.3s linear;
	-moz-transition: All 0.3s linear;
	-o-transition: All 0.3s linear
}
.foot-bottom .soc a.tg {
	background-position: 0 -34px
}
.g-form_content .g-form input[type="tel"] {
    border: 1px solid #d7d7d7;
}
.g-form_content .g-form textarea {
    height: 100px;
    resize:none;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    box-sizing: border-box;
    width: 100%;
    font-family: "Tahoma";
}
.fancybox-lock body {
    overflow-y: hidden !important;
}
.cont-prices.our-prices .inn {
    margin: 0 auto;
    max-width: 100%;
    width: 960px;
}
.foot-bottom .soc a.yt {

    background-position:0 -68px
}
.foot-bottom .soc a.in {

    background-position:0 -102px;
}
.foot-bottom .soc a:last-child {
	margin-right: 0
}
.foot-bottom .soc a:hover {
	opacity: 0.7
}
.foot-bottom .phone {
	float: right
}
.foot-bottom .phone b {
	float: left;
	display: inline-block;
	font-size: 23px;
	line-height: 24px;
	color: #FFF;
	font-weight: 900;
	margin: 10px 23px 0 0
}
.foot-bottom .phone .btn {
	float: left;
	margin-right: 23px
}
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top
}
.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020
}
.fancybox-skin {
	position: relative;
	background: #FFF;
	color: #444;
	text-shadow: none;
	border-radius: 4px
}
.fancybox-opened {
	z-index: 8030
}
.fancybox-outer, .fancybox-inner {
	position: relative
}
.fancybox-inner {
	overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch
}
.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap
}
.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%
}
.fancybox-image {
	max-width: 100%;
	max-height: 100%
}
#fancybox-loading, .fancybox-prev span, .fancybox-next span {
	background-image: url('fancybox_sprite.png')
}
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060
}
#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('fancybox_loading.gif') center center no-repeat
}
.fancybox-close {
	position: absolute;
	top: 6px;
	right: 8px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	z-index: 8040
}
.fancybox-close:before, .fancybox-close:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -7px 0 0 -7px;
	width: 14px;
	height: 14px;
	background: url(../img/close.svg) no-repeat 0 0;
	opacity: 1;
	z-index: 1;
	transition: opacity 0.3s linear;
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear
}
.fancybox-close:after {
	z-index: 4;
	opacity: 0;
	background-position: 0 -14px
}
.fancybox-close:hover:before {
	opacity: 0
}
.fancybox-close:hover:after {
	opacity: 1
}
.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('blank.gif');
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	z-index: 8040
}
.fancybox-prev {
	left: 0
}
.fancybox-next {
	right: 0
}
.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 28px;
	height: 47px;
	margin-top: -24px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
	background: url(../img/nav.svg) no-repeat 0 0;
	opacity: 0.7;
	transition: opacity 0.3s linear;
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear
}
.fancybox-nav span:hover {
	opacity: 1
}
.fancybox-prev span {
	left: 16px
}
.fancybox-next span {
	right: 16px;
	background-position: -28px 0
}
.fancybox-nav:hover span {
	visibility: visible
}
.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important
}
.fancybox-lock-test {
	overflow-y: hidden !important
}
.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
}
.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0
}
.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050
}
.fancybox-opened .fancybox-title {
	visibility: visible
}
.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center
}
.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent;
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap
}
.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff
}
.fancybox-title-inside-wrap {
	padding-top: 10px
}
.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8)
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
	#fancybox-loading {
		background-image: url('fancybox_sprite@2x.png');
		background-size: 44px 152px
	}
	#fancybox-loading div {
		background-image: url('fancybox_loading@2x.gif');
		background-size: 24px 24px
	}
}
.fancybox-margin {
	margin-right: 0 !important
}
.fancybox-inner .g-form_content {
	padding: 39px 32px 42px;
	width: 502px
}
.fancybox-inner .g-form_content h3 {
	letter-spacing: -0.2px
}
.fancybox-inner .g-form_content .g-form input[type="text"] {
	width: 458px
}
.fancybox-inner .g-form_content.price p {
	text-align: center
}
.fancybox-inner .g-form_content .price_desc {
	text-align: center;
	font-size: 32px;
	line-height: 38px;
	color: #e72058;
	font-weight: 300;
	font-style: italic;
	margin: 5px 0 13px
}
.fancybox-inner .g-form_content.price .currency:after {
	bottom: 2px
}
.fancybox-inner .g-form_content.call {
	padding: 47px 32px 32px
}
.fancybox-inner .g-form_content.call p {
	text-align: center
}
.fancybox-inner .g-form_content.thank p {
	margin: 16px 0 0;
	text-align: center
}
.form_line {
	position: relative
}
.g-form input[type="text"] {
	position: relative;
	z-index: 1
}
.g-form_content .g-form textarea.error,
.g-form input[type="text"].error, .g-form_content .g-form input[type="text"].error {
	box-shadow: none;
	border-color: #e72058;
	color: #e72058
}
textarea.error::-webkit-input-placeholder,
.g-form input[type="text"].error::-webkit-input-placeholder,
.g-form_content .g-form input[type="text"].error::-webkit-input-placeholder {
	color: #e72058
}

textarea.error:-moz-placeholder,
.g-form input[type="text"].error:-moz-placeholder,
.g-form_content .g-form input[type="text"].error:-moz-placeholder {
	color: #e72058;
	opacity: 1
}
textarea.error::-moz-placeholder,
.g-form input[type="text"].error::-moz-placeholder,
.g-form_content .g-form input[type="text"].error::-moz-placeholder {
	color: #e72058;
	opacity: 1
}
textarea.error:-ms-input-placeholder,
.g-form input[type="text"].error:-ms-input-placeholder,
.g-form_content .g-form input[type="text"].error:-ms-input-placeholder {
	color: #e72058
}
.form_line i {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: -20px;
	font-size: 11px;
	color: #e72058;
	line-height: 1
}
.action-wrap .form_line i {
	color: #FFF;
	bottom: -12px
}
.cont-reviews {
	width: 960px;
	margin-top: 100px;
	margin-bottom: 132px
}
.cont-reviews h2 {
	text-align: center;
	font-size: 54px;
	line-height: 60px;
	color: #000;
	margin-bottom: 56px
}
.reviews-slider_wrap {
	width: 820px;
	margin: 0 auto 86px;
	position: relative
}
.reviews-slider_wrap:last-child {
	margin-bottom: 0
}
.cont-reviews li {
	list-style: none;
	position: relative;
	display: block;
	overflow: hidden;
	height: auto
}
.cont-reviews li .profile {
	float: left;
	width: 180px;
	margin-top: 6px
}
.cont-reviews li .avatar {
	display: block;
	width: 145px;
	height: 145px;
	overflow: hidden;
	position: relative;
	border-radius: 50%;
	background: #CCC;
	margin: 0 auto
}
.cont-reviews li .avatar img {
	display: block;
	min-height: 100%;
	min-width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%)
}
.cont-reviews li .text {
	float: right;
	width: calc(100% - 200px);
	font-size: 20px;
	line-height: 32px;
	font-weight: 300;
	font-style: italic;
	color: #000
}
.cont-reviews li .razer {
	max-height: 192px;
	overflow: hidden
}
.cont-reviews .read-more a {
	position: relative;
	display: inline-block;
	text-decoration: none
}
.cont-reviews .read-more a:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 6px;
	width: 100%;
	border-bottom: 1px dashed #ec4d79
}
.cont-reviews .read-more a:hover:after {
	opacity: 0
}
.bx-pager {
	display: none
}
.reviews-slider_wrap .bx-prev, .reviews-slider_wrap .bx-next {
	position: absolute;
	top: 50%;
	left: -45px;
	width: 28px;
	height: 47px;
	margin-top: -49px;
	cursor: pointer;
	z-index: 40;
	font-size: 0;
	color: transparent;
	text-decoration: none;
	display: block;
	background: url(../img/nav.svg) no-repeat 0 0;
	opacity: 0.7;
	transition: opacity 0.3s linear;
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear
}
.reviews-slider_wrap .bx-next {
	background-position: -28px 0;
	left: auto;
	right: -45px
}
.reviews-slider_wrap .bx-prev:hover, .reviews-slider_wrap .bx-next:hover {
	opacity: 1
}
.g-form_content.read {
	width: 794px;
	padding: 52px 32px 60px
}
.g-form_content.read .profile {
	float: left;
	width: 180px;
	margin-top: 6px
}
.g-form_content.read .avatar {
	display: block;
	width: 145px;
	height: 145px;
	overflow: hidden;
	position: relative;
	border-radius: 50%;
	background: #CCC;
	margin: 0 auto
}
.g-form_content.read .avatar img {
	display: block;
	min-height: 100%;
	min-width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%)
}
.g-form_content.read .text {
	float: right;
	width: 600px
}
.g-form_content.read .text p {
	font-size: 20px;
	line-height: 32px;
	font-weight: 300;
	font-style: italic;
	color: #000;
	padding: 0;
	margin: 0
}
.reviews-slider_wrap h3 {
	font-size: 32px;
	line-height: 38px;
	color: #000;
	text-align: center;
	margin-bottom: 29px
}
.letter-wrap {
	position: relative;
	overflow: hidden;
	height: inherit
}
.letter-wrap img {
	display: block;
	height: 100%;
	margin: 0 auto
}
.reviews-slider_wrap.letters .bx-prev, .reviews-slider_wrap.letters .bx-next {
	margin-top: 5px
}
.cont-photo_gallery {
	width: 940px;
	margin-top: 95px
}
.cont-photo_gallery h2 {
	font-size: 54px;
	line-height: 50px;
	color: #000;
	position: relative;
	z-index: 1
}
.photo_gallery-slider {
	position: relative;
	z-index: 10;
	margin-top: -60px;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden
}
.photo_gallery-slider li {
	list-style: none;
	display: block;
	position: relative;
	height: 621px;
	overflow: hidden
}
.photo_gallery-slider .image-wrap {
	width: 621px;
	margin: 0 auto;
	position: relative
}
.photo_gallery-slider .image {
	position: relative;
	z-index: 6;
	width: 621px;
	height: 621px;
	background: #CCC;
	border-radius: 50%;
	overflow: hidden
}
.photo_gallery-slider .image:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 6
}
.photo_gallery-slider .image img.load {
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%)
}
.photo_gallery-slider .image img.img {
	display: block;
	min-height: 100%;
	min-width: 100%;
	height: 100%;
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%)
}
.photo_gallery-slider .desc {
	position: absolute;
	bottom: 0;
	background: #14b9b7;
	font-size: 17px;
	line-height: 23px;
	color: #FFF;
	font-weight: 300;
	font-style: italic;
	width: 205px;
	padding: 17px 10px 17px 256px;
	left: 310px;
	cursor: default
}
.photo_gallery-slider .bx-wrapper {
	position: relative
}
.photo_gallery-slider .bx-viewport {
	position: relative;
	z-index: 1
}
.photo_gallery-slider .bx-controls {
	position: relative;
	z-index: 20
}
.photo_gallery-slider .bx-prev, .photo_gallery-slider .bx-next {
	width: 145px;
	height: 145px;
	background-color: #151515;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	display: block;
	font-size: 0;
	color: transparent;
	bottom: 247px;
	left: -11px;
	z-index: 20;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear
}
.photo_gallery-slider .bx-next {
	left: auto;
	right: -11px
}
.photo_gallery-slider .bx-prev img, .photo_gallery-slider .bx-next img {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	height: 100%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	opacity: 0.5
}
.photo_gallery-slider .bx-prev:hover, .photo_gallery-slider .bx-next:hover {
	background-color: #e72058
}
.photo_gallery-slider .bx-prev:before, .photo_gallery-slider .bx-next:before {
	content: "";
	display: block;
	position: absolute;
	opacity: 0.7;
	top: 50%;
	left: 50%;
	width: 28px;
	height: 47px;
	margin-top: -23px;
	margin-left: -17px;
	cursor: pointer;
	z-index: 40;
	font-size: 0;
	color: transparent;
	text-decoration: none;
	background: url(../img/nav1.svg) no-repeat 0 0;
	transition: opacity 0.3s linear;
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear
}
.photo_gallery-slider .bx-next:before {
	background-position: -28px 0;
	left: auto;
	margin-left: auto;
	right: 50%;
	margin-right: -17px
}
.photo_gallery-slider .bx-prev:hover:before, .photo_gallery-slider .bx-next:hover:before {
	opacity: 1
}
.schedule-nav a .list {
	display: none
}
.schedule-nav a.active .list {
	display: block
}
.scrollup {
	width: 60px;
	height: 60px;
	opacity: 0.5;
	position: fixed;
	bottom: 50px;
	right: 190px;
	display: none;
	text-indent: -9999px;
	background: url(../img/up.png) no-repeat;
	z-index: 1007
}
.block-cont {
	padding: 57px 0 0;
}
#my-form-3.g-form {
    width:100% ;
}
header {
    position: relative;
	background: url(../img/header_bg.jpg) no-repeat center 0px !important;
}
span.slogan span {
	color: #ffd800;
	font-weight: 300;
}
.head-custom-links {
	text-align: center;
	margin-bottom: 45px;
}
.head-custom-links .btn, .head-custom-link a.btn, .head-custom-link input.btn {
	font-size: 9px;
	width: 200px;
	box-shadow: 0px 9px 21px 0px rgba(255, 216, 0, 0.16);
}
.head-custom-links a span {
	display: block;
	font-size: 22px;
	font-weight: bold;
}
.head-custom-links .btn {
	font-size: 12px;
	padding-top: 16px;
	width: 250px;
	line-height: 20px;
}
p.main-slogan2 {
	text-align: center;
	font-size: 28px;
	font-weight: 200;
	font-style: italic;
	color: #fff;
	line-height: 33px;
}
span.plus-icon {
	position: absolute;
	top: 75px;
	right: -58px;
	color: #d01d4f;
	font-weight: bold;
	font-size: 40px;
}
.curs-obu {
	border: 1px dashed #ccc;
	border-radius: 50px;
	padding: 50px;
}
.curs-obu h2 {
	margin-bottom: 60px;
}
.last-i h5 {
	font-size: 20px;
	line-height: 24px;
	color: #000;
	font-weight: 700;
	margin-top: 13px;
}
.last-i span {
	right: -58px;
	color: #d01d4f;
	font-weight: bold;
	font-size: 40px;
	display: block;
	margin-top: 15px;
}
.text-tab {
	float: left;
	width: 220px;
	text-align: left;
}
.text-tab li {
	font-family: Tahoma, sans-serif;
	color: black;
	list-style: none;
	display: block;
	position: relative;
	padding: 0 0 0 20px;
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 1.5;
}
.text-tab li:before {
	content: "•";
	position: absolute;
	left: 12px;
	top: 1px;
}
.mini-lk .photo img {
	width: 168px;
	height: 112px;
}
.head-desc .slogan {
	width: 800px;
	margin: 23px auto 36px;
}
.separator {
	width: 920px;
	margin: 0 auto;
	border-bottom: 1px solid #e9e9e9;
}
#screens-reviews h3 {
	font-size: 32px;
	line-height: 38px;
	color: #000;
	text-align: center;
	margin-bottom: 29px;
	margin-top: 29px;
}
#screens-reviews a {
	color: white;
}
#screens-reviews img {
	margin: 8px;
	border-radius: 13px;
	box-shadow: 2px 0 9px rgba(0, 0, 0, 0.16);
}
#screens-reviews img:hover {
	border: 3px solid #d01d4f;
	margin: 5px;
}
div.head-top div.metro p {
	font-size: 15px;
	font-weight: 700;
	color: #FFF;
}
.head-top .metro {
	margin: 36px 0 0 95px;
}
.head-top .metro i.newmetro {
	padding-left: 27px;
}
.head-top .metro i.newmetro {
	display: inline-block;
	position: relative;
}
.head-top .metro i.newmetro:before {
	content: "";
	display: block;
	background: url(../img/metro.svg) no-repeat center 0;
	width: 100%;
	height: 24px;
	position: absolute;
	top: 50%;
	margin-top: -13px;
	left: -35px;
}
#spektakli {
	width: 940px;
	position: relative;
	margin-top: 164px;
}
#spektakli h2 {
	font-size: 54px;
	line-height: 60px;
	color: #000;
	text-align: center;
}
#spektakli h3 {
	font-size: 24px;
	line-height: 38px;
	font-weight: 300;

	color: #000;
	text-align: center;
	margin-bottom: 40px;
}
#spektakli h4 {
	font-size: 19px;
	line-height: 24px;
	color: #000;
	font-weight: 700;
	margin: 10px 0;
}
#spektakli ul li {
	float: left;
	width: 22%;
	text-align: center;
	margin: 10px 14px;
	min-height: 327px;
}
#spektakli ul li img {
	width: 138px;
	height: 196px;
}
.students-wrap .teachers-list {
	margin-top: 0;
}
.students-wrap .teachers-list li {
	width: 31%;
	margin-right: 0;
	padding: 10px;
}
.students-wrap .teachers-list .row {
	margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
	
	div.video, #video-wall {
		display: none;
	}
}
#spektakli ul {
	overflow: hidden !important;
}
.fancybox-lock body {
	overflow-y: hidden !important;
}
.header {
	background: #8356b2;
	padding: 5px 0;
    position: relative;
    z-index: 1;
}
.header .logo img {
    display: block;
}

.header .inside {
    width: 940px;
    padding: 0 24px;
    box-sizing: border-box;
    max-width: 100%;
}
.main-phone {
    margin-top: 4px;
    text-align: right;
}
.main-phone a {
	color: #fff;
	text-decoration: none;
	font-family: "Tahoma";
    font-weight: 900;
    font-size: 20px;
}
.button.green.header-whatsapp{
	margin-left: 10px;
	background-color: #57d690;
	padding: 4px 16px;
	text-align: center;
    cursor: pointer;
    border-radius: 10px;
	font-size: 15px;
}
@media screen and (max-width: 960px) {
	.button.green.header-whatsapp{
		background: none;
		padding: 0;
		margin: 0;
	}
	.button.green.header-whatsapp svg{
		width: 25px;
    	height: 25px;
	}
}
.about-program a {
    color: #ffbf00;

    font-size: 13px;
    text-decoration: underline;
}
.main-slogan p {
    position: relative;
    color: #fff;
    font-size: 13px;
    line-height: 1.4;
	font-family: "Tahoma";
    font-weight: 400;
}
.main-slogan p span {
    color: #ffbf00;
    text-decoration: underline;
    cursor: pointer;
}
.main-slogan p:before {
    position: absolute;
    top: 2px;
    left: -29px;
    width: 20px;
    height: 30px;
    background: url(../images/pin-small-yellow.png) no-repeat center;
    content:"";
}
.head-desc .slogan {
    color:#fff;
    font-family: "Tahoma";
    font-weight: 400;
    font-size: 26px;
}
.head-desc .slogan span {
    font-weight: 800;
    color:#ffbf00;
    display: inline-block;
    border-bottom: 1px solid #ffbf00;
    line-height: 1;
}
.custom-title {
    color:#fff;
    font-family: "Tahoma";
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    line-height: 1.3;
		margin: 0 0 45px;
}
.custom-title span {
    font-weight: 500;
    color:#ffbf00;
    display: inline-block;
}
.main-screen {
    position: relative;
}
.main-screen .inside {
    padding-top: 1px;

    padding-bottom: 100px;
}
.this-screen .inside {
    width: 1040px;
}
.sto.this-screen {
    background: #8356b2;
    padding: 96px 0;
}
.caption-widget .item .text {
    width: 150px;
    color: #333333;
    margin-left: 12px;
    font: 400 14px/1.4 "Tahoma";

}
.caption-widget .item.left .text {
    width: 190px;
}
.caption-widget .item.right .text {
    width: 210px;
}
.caption-widget .input-text input {
    padding-left: 30px;
    width: 302px;
    height: 68px;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    box-sizing: border-box;
    font: 16px/1 "Tahoma";
    font-weight: 400;
}
.caption-header {
    color:#333333;
    font: 32px/1 "Tahoma";
    font-weight: 400;
    text-align: center;
    margin-bottom: 28px;
}
.caption-header span {
    font-weight: 900;
    color:#8356b2;
}
.caption-footer .check {
    background: #ffd800;
    width: 15px;
    height: 15px;
    position: relative;
    border-radius: 4px;
    margin-right: 10px;
}

.open-map {
    cursor: pointer;
}
 #order-free.order-free {
    padding-top: 20px;
 }

.caption-footer .checked:after {
    position: absolute;
    width: 15px;
    height: 15px;
    content:"";
    top:0;
    left:0;
    background: url(../images/checked.png) no-repeat center;
}
.caption-footer {
    margin-top: 14px;
    color:#666666;
    font: 12px/1 "Tahoma";
}
.free-lesson-popup{
    margin-top: 20px;
    margin-bottom: 10px;
}
.free-lesson-footer{
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.caption-widget .input-submit button{
    background: #ffd800;
    color:#000;
    font-family:"Tahoma";
    text-align: center;
    border: none;
    border-radius: 5px;
    width: 280px;
    height: 66px;
    font-weight: 900;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.1;
    padding-top: 16px;
    padding-bottom: 16px;
    cursor: pointer;
    letter-spacing: 0.6px;
    display: block;
    box-sizing: border-box;
    text-decoration: none;
}
.caption-widget .form {
    margin-top: 20px;
}
.caption-widget .input-submit button span {
    display: block;
    color:#93761d;
    font-weight: 400;
    text-transform: none;
    font-size: 16px;
    margin-top: 2px;
    letter-spacing: 0;

}
.caption-widget {
    background: #fff;
    padding: 32px 48px;
    border-radius: 18px;
    padding-bottom: 16px;
}
.main-screen .caption-widget {
    margin-top: 58px;
}
*, input {
    outline:none !important
}
.video-wall {
    background-color: #f3f3f3;
    background-image: url("../img/i5.svg"), url("../img/i5.svg") ;
    background-position: 0 9px, left bottom 9px;
    background-repeat: repeat-x;
    margin-top: 90px;
    margin-bottom: 90px;
}
.video-wall .inside {
    width: 940px;
    padding: 90px 0 75px;
    max-width: 98%;
}
.video-wall .inner {
    position: relative;
}
.video-wall .item {
    margin-bottom: 16px;
    max-width: 49.5%;
}
.video-wall .inner iframe,
.video-wall .inner img {
    display: block;
}
.video-wall .inner iframe {
    width: 100%;
    height: 100%;
}
.video-wall .inner .ico img {
    display: inline-block;
}
.video-wall .video-block {
    height: 100%;
}
.video-wall .content {
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
}
.video-wall .content.text {
    color:#000;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    font-family:"Tahoma";
    line-height: 1.2;

}
.video-wall .content.text .ico {

    margin-bottom: 22px;
}
.video-wall .content.text .p p {
    line-height: 1.4;
}
.order-free {
    width: 320px;
    display: none;

}
.order-free .right-part {
    width: 320px;
}
.order-free .popup-title {
    color: #333333;
    font: 400 26px/1.2 "Tahoma";
    margin-bottom: 34px;
    text-align: center;
}
.order-free .popup-title span {
    color: #8356b2;
    font-weight: 900;
}
.order-free .item {
    margin-bottom: 30px;
}
.order-free .item .text {
    color: #333333;
    font: 400 14px/1.5 "Tahoma";

    width: 210px;

}
.order-free .input-text {
    margin-bottom: 20px;
}
.order-free .input-text input {
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    box-sizing: border-box;
    font: 400 16px/1 "Tahoma";
    height: 68px;
    padding-left: 30px;
    width: 100%;
}
#thanks {
    text-align: center;
    width: 350px;
}
.map-mobile .form {
    display: none;
}
.map-pl {
    padding-top: 120px;
    padding-bottom: 120px;
    text-align: center;
}
#thanks h4 {
    font: 700 22px/1 "Tahoma";
    margin-bottom: 10px;
    padding-top: 20px;
}
#thanks p {
    font: 400 16px/1 "Tahoma";
}
.input-text input:focus {
    border-color: #05b5b3 !important;
    box-shadow: 0 0 5px 1px rgba(5, 181, 179, 0.42) !important;
}
.order-free .input-text input.error,
.input-text input.error {
    box-shadow: none;
    border-color: #e72058;
    color: #e72058;
}
.order-free .input-submit button {
    background: #ffd800 none repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    box-sizing: border-box;
    color: #000;
    cursor: pointer;
    display: block;
    font-family: "Tahoma";
    font-size: 18px;
    font-weight: 900;
    height: 66px;
    letter-spacing: 0.6px;
    line-height: 1.1;
    padding-top: 16px;
    padding-bottom: 16px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}
.order-free .input-submit button span {
    color: #93761d;
    display: block;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    margin-top: 2px;
    text-transform: none;
}

#map-with-places {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 10;
    display: none;
}
#map-with-places > .inner {
    width: 940px;
    padding-top: 30px;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    max-height: 96%;
    box-sizing: border-box;
}
.places-close {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}
.map-outher {
    height: calc(100% - 130px);
}
.header-of-palces {
    text-align: center;
    padding-bottom: 25px;
}
.header-of-palces .ttl {
    color:#333333;
    font: 400 36px/1 "Tahoma";
    margin-bottom: 20px;
}
.header-of-palces .choice {
    color:#333333;
    font: 400 18px/1 "Tahoma";

}
.header-of-palces .choice .drop-hendler {
    color:#e13c48;
    cursor: pointer;
    margin-left: 6px;
    padding-right: 10px;

    display: inline-block;
    position: relative;
}

#filials-list{
    width: 760px;
    line-height: 1.3;
    text-align: center;
    margin: 30px auto 40px;
    font-size: 18px;
}

#filials-list ul li{
    margin-bottom: 10px;
}

#filials-list ul li span{
    font-weight: bold;
}


#filials-list ul li span.sokol{
    color: #38761d;
}

#filials-list ul li span.dub{
    color: #00ff00;
}

#filials-list ul li span.nov{
    color: #ffd966;
}

#filials-list ul li span.otr{
    color: #999999;
}

#filials-list ul li span.pol{
    color: #9900ff;
}

#filials-list ul li span.paz{
    color: #9900ff;
}

#filials-list ul li span.sok{
    color: #ff0000;
}

#filials-list ul li span.str{
    color: #0000ff;
}

#filials-list ul li span.vern{
    color: #0000ff;
}

#filials-list ul li span.jas{
    color: #b45f06;
}

#filials-list ul li span.arb{
    color: #0000ff;
}

#filials-list ul li span.tver{
    color: #6aa84f;
}

#filials-list ul li span.caric{
    color: #6aa84f;
}

#filials-list ul li span.gorch{
    color: #6fa8dc;
}

#filials-list ul li span.tul{
    color: #999999;
}

#map-with-places #filials-list{
    display: none;
}

@media (max-width: 720px){
    #filials-list{
        width: 97%;
        padding: 0 5px;
    }
    
}
@media (max-width: 640px){
    
    .cont-schedule .choice, #map-with-places .choice{
        display: none;
    }
    #map-with-places #filials-list{
        display: block;
        font-size: 14px;
    }
}

.dropdown-list-wrapper {
    position: relative;
}
.header-of-palces .choice .drop-hendler span {
    background: url(../images/dashed-red.png) repeat-x left bottom 2px;
    padding-bottom: 2px;
    color:#e13c48;
}
.header-of-palces .choice .drop-hendler.grey span {
    background-image: url(../images/dashed-grey.png) ;
    color:#333;
    padding-left: 7px;
}
.header-of-palces .choice .drop-hendler .placed {
    padding: 0;
    background: none;
}
.header-of-palces .choice .drop-hendler img {
    display: inline-block;
    vertical-align: middle;
}
.dropdown-list-wrapper.open .header-of-palces .choice .drop-hendler span {
    color:#333333;
    display: inline-block;
    vertical-align: middle;
}
.header-of-palces .choice .drop-hendler:after {
    position: absolute;
    right: 0;
    top: 6px;
    width: 6px;
    height: 5px;
    background: url(../images/down-red.png) no-repeat center;
    content: "";
}
.header-of-palces .choice .drop-hendler.grey:after {
    background-image: url(../images/down-grey.png);
}
.dropdown-list-inner {
    width: 220px;
    position: absolute;
    top: 18px;
    left: 6px;
    background: #fff;
    padding-top: 6px;
    z-index: 1;
    box-shadow: 0px 13px 34px 0px rgba(0, 0, 0, 0.35);
    border-radius: 6px;

    overflow: hidden;
    display: none;
}
.dropdown-list-wrapper.open .dropdown-list-inner {
    display: block;
}
.scrol-bar {
    height: 360px;
    overflow-y: scroll;
}
#map-with-places.open {
    display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.dropdown-list-inner .row-item {
    padding: 10px 8px;
    border-bottom: 1px solid #e3e3e3;
    font: 400 16px/1 "Tahoma";
    cursor: pointer;
    text-align: left;
}
.dropdown-list-inner .row-item span {
    width: calc(100% - 40px);
    margin-left: 6px;
}
.dropdown-list-inner .row-item:hover {
    color:#e13c48;
}
.dropdown-list-inner .row-item span,
.dropdown-list-inner .row-item img {
    display: inline-block;
    vertical-align: middle;
}
.dropdown-list-inner .row-item:last-child {
    border-bottom:none
}

.dropdown-list-wrapper svg {
    display: inline-block;
    vertical-align: middle;
}



@media screen and (min-width: 960px) {
	
    .dropdown-list-wrapper:hover .dropdown-list-inner {
        display: block;
    }
}
@media screen and (max-width: 1000px) {
	
	.head-intro {
		padding-bottom: 130px;
	}

}
@media screen and (max-width: 800px) {
	
	.fancybox-lock body {
		overflow-y: auto !important;
	}
    .free-lesson-footer{
        font-size: 12px;
        margin-bottom: 40px;
        padding-left: 10px;
        padding-right: 10px;
    }
    }
@media screen and (max-width: 460px) {
	
	.head-top .logo {
		margin-bottom: 0;
	}
	.head-top .phone .phone_number {
		margin-right: 0;
		margin-bottom: 10px;
	}
	.head-desc h2 {
		line-height: 1.3 !important;
		font-size: 32px !important;
	}
}


@media screen and (max-width: 1100px) {
	
	.caption-widget {
	   padding: 40px 30px 20px;
	}
    .caption-header {
        font-size: 28px;
    }
    .this-screen .inside {
        width: 900px;
    }
    .caption-widget .input-submit button{
        width: 260px;
        padding-top: 20px;
    }
    .caption-widget .input-text input {
        width: 270px;
    }
    .caption-widget .input-text input {
        padding-left: 25px;
    }
    .head-desc {
        margin-top: 82px;
    }
    .head-desc h2 {
        font-size: 45px;
        line-height: 53px;
    }
    .head-desc .slogan {
        font-size: 24px;
        margin: 10px auto 26px;
    }
    .main-screen .inside {
        padding-bottom: 44px;
    }
    .custom-title {
        font-size: 16px;
    }
    .main-screen .caption-widget {
        margin-top: 40px;
    }
    .caption-header {
        font-size: 28px;
    }
    .caption-widget {
        padding-top: 35px;
    }



}
.header .mobile {
    display: none;
}
@media screen and (max-width: 960px) {
    
    .this-screen .inside {
        width: 720px;
    }
    .caption-widget {
        width: 100%;

        box-sizing: border-box;
    }
    .caption-widget .caption-body {
        display: -webkit-box;
    	display: -moz-box;
    	display: -ms-flexbox;
    	display: -webkit-flex;
    	display: flex;
        justify-content: space-between
    }
    .caption-widget .form {
        width: 300px;
        margin-top: 0;
    }
    .caption-widget .form > .flex {
        width: 100%;
        display: block;
    }
    .caption-widget .input-submit button,
    .caption-widget .input-text input{
        width: 100%;
    }
    .caption-widget .input-text {
        margin-bottom: 20px;
    }
    .caption-widget .blocks {
        width: 320px;
    }
    .header p.mobile {
        display: block;
    }
    .header .mobile.flex {
        text-align: right;
        font-size: 13px;
        display: -webkit-box;
    	display: -moz-box;
    	display: -ms-flexbox;
    	display: -webkit-flex;
    	display: flex;
    }

    .header .pc {
        display: none;
    }
    .header {
        padding: 7px 0;
    }
    body .head-desc {
        margin-top: 112px;
    }
    .head-desc .slogan {
        margin-top: 7px;
        padding-bottom: 35px;
    }
    .custom-titl {
        line-height: 1.5;
    }
    .custom-title br {
        display: none;
    }
    .caption-header {
        line-height: 1.3;
        margin-bottom: 18px;
    }
    
    .caption-footer .flex {
        justify-content:flex-end;

        padding-right: 15px;
    }
    .caption-widget .blocks .item {
        margin-bottom: 40px;
    }
    .caption-widget {
        padding-bottom: 40px;
    }


    .order-free .left-part {
        width: 100%;
        display: -webkit-box;
    	display: -moz-box;
    	display: -ms-flexbox;
    	display: -webkit-flex;
    	display: flex;
        justify-content:space-around;
    }
    .order-free .left-part > div {
        width: 180px;
        text-align: center;
    }
    .order-free .right-part {
        width: 100%;
    }
    .order-free {
        max-width: 100%;
        box-sizing: border-box;
    }
    .inside {
        max-width: 98%;
    }
    
    .order-free .left-part > div img {
        display: inline-block;
    }
}
.hidden-1 {
    display: none;
}
@media screen and (max-width: 768px) {
    
    .order-free .popup-title {
        font-size: 24px;
    }
    .video-wall .inside {
        width: 466px;
    }
    .video-wall .item {
        max-width: 100%;
    }
    .about-program {
        display: none;
    }
    .header p.mobile {
        display: none;
    }
    .header .main-slogan {
        display: none;
    }
    .hidden-1 {
        display: block;
    }
    .header .mobile.flex {
        width: 90px !important;
    }
    .head-desc h2 {
        font-size: 34px;
        line-height: 40px;
    }
    .head-desc .slogan {
        padding-bottom: 4px;
    }
    .head-desc .slogan {
        margin-top: 0;
        font-size: 25px;
    }
    .header .logo img {
        width: 160px;
    }
    .custom-title {
        padding: 0 110px;
    }
    .head-desc {
        margin-top: 86px;
    }
}
.just-button {
    display: none;
    text-align: center;
    padding-top: 50px;
}
.just-button a {
    background: #ffd800;
    color:#000;
    font-family:"Tahoma";
    text-align: center;
    border: none;
    border-radius: 5px;
    width: 280px;
    height: 66px;
    font-weight: 900;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.1;
    padding-top: 16px;
    padding-bottom: 16px;
    cursor: pointer;
    letter-spacing: 0.6px;
    display: inline-block;
    box-sizing: border-box;
    text-decoration: none;

}
.just-button a span {
    color: #93761d;
    display: block;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    margin-top: 2px;
    text-transform: none;
}
@media screen and (max-width: 700px) {
    
    .main-screen .caption-widget {
        display: none;
    }
    .head-desc h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }
    /* .just-button {
        display: block;
    } */
    .custom-title {
        padding: 0 30px;
    }
    .fancybox-skin {
        padding: 20px !important;
    }
    .order-free .left-part > div .text-image > div {
        width: 100%;
    }
    .order-free .left-part > div {
        width: 100%;
    }
    .caption-widget .blocks {
        width: 100%;
    }
    .caption-widget .form {
        width: 100%;
    }
    .caption-widget .caption-body {
        display: block;
    }
    .caption-widget .caption-footer {
        margin-top: 30px;
    }
    .caption-footer .flex {
        justify-content: flex-start;
    }
    .caption-widget .blocks .text-image {
        display: block;
    }
    .caption-widget .blocks .item {
        width: 30%;
        text-align: center;
    }
    .caption-widget .item.right .text {
        width: auto;
    }
    #map-with-places .header-of-palces .ttl {
        font-size: 30px;
    }
    .order-free .caption-footer {
        margin-top: 20px;
    }
}

.map-mobile {
    display: none;
}
.map-mobile .content-s {
    display: none;
}
.map-mobile .content-s.active {
    display: block;
}
@media screen and (max-width: 600px) {
    
    .caption-widget .blocks .text-image {
        display: -webkit-box;
    	display: -moz-box;
    	display: -ms-flexbox;
    	display: -webkit-flex;
    	display: flex;
    }
    .caption-widget .blocks .item {
        width: 100%;

    }
    .caption-widget .blocks .text-image > div:nth-child(1)
    .order-free .left-part > div .text-image > div:nth-child(1) {
        width: 100px;
    }
    .caption-widget .item.left .text,
    .caption-widget .item .text,
    .caption-widget .item.right .text {
        text-align: left;
    }
    .caption-widget .item.left .text,
    .caption-widget .item .text,
    .caption-widget .item.right .text,
    .order-free .left-part > div .text-image > div:nth-child(2) {
        width: calc(100% - 100px);
        display: -webkit-box;
    	display: -moz-box;
    	display: -ms-flexbox;
    	display: -webkit-flex;
    	display: flex;
        justify-content:space-between;
        text-align: left;
    }
    .order-free .left-part {
        width: 100%;
        display: block;
        text-align: left;
    }
    .order-free .left-part > div .text-image > div:nth-child(1) {
        width: 100px;
    }
    .cont-schedule.wrap #map-ofices2,
    .map-outher {
        display: block;
    }
    .map-mobile {
        display: block;
        padding: 20px;
    }
    .map-mobile .row {
        margin-bottom: 15px;
    }
    .map-mobile .row p {
        position: relative;
        padding-left: 20px;
        color:#333;
        font-family: "Tahoma";

    }
    .map-mobile .row p:before {
        position: absolute;
        width: 15px;
        height: 19px;

        content:"";
        left:0;
        top: 0;
    }
    .map-mobile .ico1 p:before {
        background: url(../images/sm-1.png) no-repeat center;
    }
    .map-mobile .ico2 p:before {
        background: url(../images/sm-2.png) no-repeat center;
    }
    .map-mobile .ico3 p:before {
        background: url(../images/sm-3.png) no-repeat center;
    }
    .map-mobile .input-text {
        margin-bottom: 20px;
    }
    .map-mobile .input-text input {
        height: 64px;
        border: 1px solid #d7d7d7;
        border-radius: 3px;
        box-sizing: border-box;
        font: 16px/1 "Tahoma";
        font-weight: 400;
        padding-left: 15px;
        width: 100%;
    }
    .map-mobile .input-text input.error {
        border-color: #e72058;
    }
    .map-mobile .input-submit button {
        background: #ffd800;
        color: #000;
        font-family: "Tahoma";
        text-align: center;
        border: none;
        border-radius: 5px;
        width: 280px;
        height: 64px;
        font-weight: 900;
        font-size: 18px;
        text-transform: uppercase;
        line-height: 1.1;
        padding-top: 16px;
        padding-bottom: 16px;
        cursor: pointer;
        letter-spacing: 0.6px;
        display: block;
        box-sizing: border-box;
        text-decoration: none;
        width: 100%;
    }
    .map-mobile .input-submit button span {
        display: block;
        color: #93761d;
        font-weight: 400;
        text-transform: none;
        font-size: 16px;
        margin-top: 2px;
        letter-spacing: 0;
    }
    .map-mobile .caption-footer {
        margin-top: 20px;
    }
    .map-mobile .field {
        width: 100%;
    }
    #map-with-places .header-of-palces .ttl {
        font-size: 24px;
    }
    .mobile-absolute {
        position: absolute;
        top: 18px;
        left: 0;
        width: 100%;
        display: -webkit-box;
    	display: -moz-box;
    	display: -ms-flexbox;
    	display: -webkit-flex;
    	display: flex;
        justify-content: center;
        z-index: 10;
    }
    .dropdown-list-inner {
        position: static;
    }
    .header-of-palces .dropdown-list-wrapper {
        width: 100%;
        display: block;
        text-align: center;
    }
}
body.lock {
    overflow: hidden !important;
}
@media screen and (max-width: 460px) {
    
    .head-desc h2 {
        font-size: 24px !important;
    }
      .caption-footer .label {
        width: calc(100% - 40px);
      }
    .caption-header {
        font-size: 24px;
    }
    .caption-widget {
        padding-left: 15px;
        padding-right: 15px;
    }
    header {        
        background: url(../img/header_bg_480.jpg) no-repeat center 0px !important;
    }
}
@media screen and (max-width: 620px) {
    
    #spektakli h2,
    .se-facts-about-us h2,
    .cont-include h2,
    .cont-teachers h2,
    .cont-photo_gallery h2,
    .cont-reviews h2,
    #screens-reviews h3,
    .cont-students h2,
    #jlesson h2,
    .cont-reviews h2,
    .cont-prices h2,
    .cont-schedule h2,
    .cont-video h2,
    .cont-results h2 {
        font-size: 20px !important;
        line-height: 1.3 !important;
    }
    .foot-wrap .g-form_content {
        padding: 30px 10px;
    }
}
#get-detail {
    display: none;
}
#get-detail.g-form_content .g-form input[type="tel"] {
    width: 460px
}
.cont-teachers {
    background: #f3f3f3 none repeat scroll 0 0;
    margin: 164px auto 0;
    max-width: 1920px;
    padding-bottom: 40px;
    padding-top: 50px;
    position: relative;
    width: 100%;
}
.more-holder{
    background: #2eb2fe;
		color: #fff;
}
.more-inner{
	background: url('../img/bg-more-blue.png') no-repeat 100% 100%;    
    background-position: 80% 100%;    
	max-width: 1630px;
	margin: 0 auto;
	padding: 88px 0;
}
.more-text{
	max-width: 600px;
}
.more-text h2{
	color: #fff;
	font-size: 50px;
	margin: 0 0 36px;
	    line-height: 1;
}
.more-text p{
	font-size: 24px;
	font-style: italic;
	margin: 0 0 28px;
	    font-weight: 300;
			line-height: 1.55;
}
.more-inner .inn{
	margin: 0 auto;
  max-width: 100%;
  width: 960px;
}
.more-inner .btn{
	padding: 20px 46px 14px 42px;
	font-size: 18px;
letter-spacing: 0.02em;
}
@media(max-width:1199px){
	.more-inner{
		background-position: calc(100% - -26px) calc(100% - -8px);
		padding: 55px 0;
		background-size: 51%;
	}
	.more-inner .inn{
		width: 925px;
	}
	.more-text h2 {
    font-size: 46px;
    margin: 0 0 24px;
    line-height: 1.15;
	}
	.more-text p{
		    line-height: 1.25;
				margin: 0 0 33px;
	}
	.more-inner .btn{
		    padding: 20px 22px 14px 14px;
	}
}
@media(max-width:991px){
	.more-inner .inn{
		width: 718px;
	}
	.more-text h2 {
	    font-size: 36px;
	    margin: 0 0 14px;
	    line-height: 1.2;
	}
	.more-text p{
		font-size: 20px;
		line-height: 1.45;
	    margin: 0 0 31px;
	}
	.foot-form{
		padding: 0 !important;
	}
	.more-inner{
		background-position: calc(100% - -85px) calc(100% - -9px);
	    padding: 55px 0 79px;
	    background-size: 57%;
	}
}
@media(max-width:767px){
	.more-inner .inn{
		width: 100%;
		padding: 0 60px;
		box-sizing: border-box;
	}
	.more-text h2 {
	    font-size: 24px;
	    margin: 0 0 14px;
	    line-height: 1.3;
	}
	.more-text p{
		font-size: 14px;
		    margin: 0 0 22px;
	}
	.more-inner {
		background-position: calc(100% - -123px) calc(100% - -14px);
	padding: 58px 0 59px;
	background-size: 147%;
	}
	.more-inner .btn{
		font-size: 13px;
		    padding: 18px 14px 17px 16px;
	}
}
@media(max-width:575px){
	.more-inner .inn{
		padding: 0 10px;
	}
	.more-text h2 {
	    text-align: center;
	}
	.more-text p{
		text-align: center;
		margin: 0 0 13px;
	}
	.more-inner .btn{
		display: block;
		width: 100%;
		padding: 18px 0 16px;
    text-align: center;
	}
	.more-inner {
		padding: 35px 0 247px;
		background-position: 10px calc(100% - -50px);
	background-size: 90%;
	}
	.fancybox-inner .g-form_content.call{
		padding: 0;
	}
	#get-detail.g-form_content .g-form input[type="tel"], #get-detail.g-form_content .g-form input[type="text"]{
		width: auto !important;
	}
	.g-form{
		width: auto !important;
	}
}
@media(max-width:330px){
	.more-inner {
		padding: 35px 0 196px;
	}
}
.underlined-link{
	color: #333;
}
.double_button .button-right a {
		background: #8356b2 none repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: "Tahoma";
    font-size: 18px;
    font-weight: 500;
    height: 66px;
    letter-spacing: 0.6px;
    line-height: 1.1;
    padding-bottom: 16px;
    padding-top: 16px;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    width: 290px;
}
.double_button .button-right a span {
    /* color: #93761d; */
		color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    margin-top: 2px;
    text-transform: none;
}
.double_button .button-left a {
    background: #ffd800 none repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    box-sizing: border-box;
		color: #000;
    cursor: pointer;
    display: block;
    font-family: "Tahoma";
    font-size: 18px;
    font-weight: 500;
    height: 66px;
    letter-spacing: 0.6px;
    line-height: 66px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 388px;
    transition: all 0.3s ease 0s;
    text-transform: none;
}
.double_button .button-left a:hover {
    background: #ffe970;;
    border-color:#ffe970;;
    transition: all 0.3s ease 0s;

}
.double_button_pad{
	padding: 50px 0 0;
}
.double_button > div {
    margin: 0 15px;
}
@media screen and (max-width:1100px){
	.double_button .button-right a,
	.double_button .button-left a {
			width: 330px;
	}
	.double_button.flex {
			justify-content: space-between
	}
	.double_button > div {
			margin: 0;
	}

}
@media screen and (max-width: 1000px){
	.double_button .button-right a, .double_button .button-left a {
			max-width: 100%;
	}
}
@media screen and (max-width: 700px){
	.double_button .button-left{
		margin-bottom: 20px;
	}
	.double_button > div {
			margin-left: auto;
			margin-right: auto;
	}
	.theator.page-new .double_button  {
			display: none;
	}
}
@media screen and (max-width: 400px){
	.double_button .button-right a,
	.double_button .button-left a {
			width: 300px;
	}
	.double_button .button-left a{
		font-size: 16px;
	}
}

@media screen and (min-width: 1280px){
	#facts {        
        height: 1190px;        
    }
}

.cont-teachers {    
    margin: 84px auto 0;    
}

#spektakli {    
    margin-top: 64px;
}

#profi {
    text-align: center;
    padding: 91px 0 90px;
    background: #f6f6f6 url(../images/bg_desktop.svg) no-repeat center bottom;
}
#profi .inside {
    width: 620px;
}
#profi h3 {
    color: #333333;
    font: 30px "FiraSans-SemiBold";
    margin-bottom: 16px;
    margin-top: 23px;
}
#profi p {
    color: #333333;
    font: 20px/1.5 "FiraSans-Regular";
    margin-bottom: 30px;
}
#profi .double_button .button-left a {
    width: 340px;
    font-size: 18px;
    height: 62px;
    letter-spacing: 0;
    font-family: "FiraSans-Bold";
}
#profi .double_button .button-right a {
    width: 250px;
    font-size: 18px;
    height: 62px;
    font-family: "FiraSans-Bold";
    letter-spacing: 0;
}
#profi .double_button .button-right a span {
    color: #c2a3e3;
    font-size: 14px;
    font-weight: 100;
    font-family: "FiraSans-Regular", sans-serif;
}
#profi .double_button > div {
    margin: 0;
}

@media screen and (max-width: 960px){
	
    #profi {
        padding-top: 64px;
        padding-bottom: 60px;
        background-image: url(../images/bg_tab.svg);
    }
    #profi p {
        margin-bottom: 20px;
        padding-left: 57px;
        padding-right: 57px;
        
    }
}
@media screen and (max-width: 700px){
	
    #profi .inside {
        width: 320px;
    }
    #profi img {
        width: 116px;
    }
    #profi h3 {
        font-size: 20px;
        margin-bottom: 8px;
        line-height: 1.3;
    }
    #profi p {
        font-size: 16px;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 34px;
    }
    #profi {
        padding-top: 40px;
        padding-bottom: 44px;
        background-image: url(../images/bg_mob.svg);
        background-position: center 30px;
    }
    #profi .flex {
        justify-content: center;
    }
    #profi .flex .button-left {
        margin-bottom: 18px;
    }
    #profi .flex .button-right a {
        width: 340px;
    }
    .cont-include {
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 380px){
	
    #profi .flex .button-left a,
    #profi .flex .button-right a {
        width: 300px;
        font-size: 16px;
    }
    #profi {
        background-size: 260px;
    }
}