
@font-face {
	font-family:'MyriadPro-Regular';
	src: url('/fonts/myriadpro-regular_latin+latin-ext+cyrillic+cyrillic-ext_gdi.eot');
	src: url('/fonts/myriadpro-regular_latin+latin-ext+cyrillic+cyrillic-ext_gdi.eot') format('embedded-opentype'),
		url('/fonts/myriadpro-regular_latin+latin-ext+cyrillic+cyrillic-ext_gdi.woff') format('woff'),
		url('/fonts/myriadpro-regular_latin+latin-ext+cyrillic+cyrillic-ext_gdi.ttf') format('truetype'),
		url('/fonts/myriadpro-regular_latin+latin-ext+cyrillic+cyrillic-ext_gdi.otf') format('opentype'),
		url('/fonts/myriadpro-regular_latin+latin-ext+cyrillic+cyrillic-ext_gdi.svg##MyriadPro-Regular') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-2215;
}



@font-face {
    font-family: 'ford_antenna_regularregular';
    src: url('/fonts/fordantennawgl-regular-webfont.eot');
    src: url('/fonts/fordantennawgl-regular-webfont.eot') format('embedded-opentype'),
         url('/fonts/fordantennawgl-regular-webfont.woff') format('woff'),
         url('/fonts/fordantennawgl-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}




html{height:100%; max-width:100%;}
body {
	margin:0;
	padding:0;
	font: normal 14px/18px;
	font-family: 'ford_antenna_regularregular',Arial;
	margin:0;
	padding:0;
	color:#2e2e2e;
	//overflow-x:hidden;
	height:100%;
	max-width:100%;
}

table {border-collapse:collapse;}
ul{list-style:none; padding-left:0px;}
td {vertical-align:top;}
input, textarea {outline:none;}
a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

h3 {
  color:#484848; font-family:'ford_antenna_regularregular',Arial; margin:15px 0 10px 0;
}
h4,
h5 {
  margin-bottom: 3px;
}

h1{color:#2e2e2e; font-size:43px; font-family:'ford_antenna_regularregular',Arial; margin-bottom:20px; text-align:left; font-weight:bold;}
h2{color:#2e2e2e; font-size:43px; font-family:'ford_antenna_regularregular',Arial; margin-bottom:20px; text-align:left; font-weight:bold;}
h2.grey{color:#9b9b9b; text-transform:uppercase; font-size:24px; font-family:'ford_antenna_regularregular',Arial; margin-bottom:20px; text-align:center;}
h3{color:#484848; text-transform:uppercase; font-size:16px; font-family:'ford_antenna_regularregular',Arial;}
h2 a{color:#2e2e2e; text-transform:uppercase; font-size:24px; font-family:'ford_antenna_regularregular',Arial; margin-bottom:20px; text-decoration:none;}
h2 a:hover{text-decoration:underline;}

h1 span,h2 span{
	font-weight: lighter;
}

#cont{
width:100%;
min-height:100%;
position:relative;
text-align:center;
vertical-align:top;
}

.clear{clear:both;}

.content{
	width:1180px;
	margin:0 auto;
	position:relative;
}
.content1000{
	width:1000px;
}
.content:after{
	display:table;
	clear:both;
	content:"";
}
.clearfix:after{
	display:table;
	clear:both;
	content:"";
}

#video{
min-width: 100%;
min-height: 100%;
position: absolute;
top: 50%;
left: 50%;
-ms-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}

#bar{background:#454545; height:30px;}
#choose{padding:0; float:right; text-align:left;}
#choose span{color:#fff; font-size:16px; font-family:'ford_antenna_regularregular',Arial; background:url(/images/choose_bg.png) left 11px no-repeat; padding-left:25px; cursor:pointer;}
#choose a{font-weight:bold; color:#0f9c94; font-size:12px; text-decoration:none; font-family:'ford_antenna_regularregular',Arial;}
#choose_slide{display:none; text-align:right; position:absolute; margin:5px 0 0 0;}
#choose_slide a{background:none;}
#choose_slide ul{background:#2e2e2e; box-sizing:border-box; padding:0 20px 5px 20px; margin:0;}
#choose_slide ul li{text-align:left;}
#choose_slide a:hover{text-decoration:underline;}

#bar #phone{float:right; font-family:'ford_antenna_regularregular',Arial; color:#fff; margin:0 30px;}
#bar #phone a{color:#fff; text-decoration: none;}

#callback{ background:url(/images/phone_icon.png) left 5px no-repeat; padding:0px 0 0px 27px; color:#28fff3; font-size:16px; font-family:'ford_antenna_regularregular',Arial; float:right; cursor:pointer; text-decoration:underline;}
.callback_form{background:#ecf1f7; border-radius:15px; box-shadow:0px 0px 10px rgba(0,0,0,0.4); padding:40px; min-width:300px;}
.callback_form h2{color:#0f9c94; font-family:'ford_antenna_regularregular',Arial; font-weight:bold; font-size:20px;}
.callback_form input[type=text],.callback_form input[type=tel]{border:1px solid #0f9c94; border-radius:5px; width:100%; box-sizing:border-box; background:#fff; height:40px; padding:0 10px; margin-top:5px;}
.callback_form p{text-align:left; font-family:'ford_antenna_regularregular',Arial; font-weight:bold; font-size:14px; color:#383838;}
.callback_form button{background:#0f9c94; border-radius:10px; color:#fff; text-transform:uppercase; font-size:18px; font-family:'ford_antenna_regularregular',Arial; font-weight:bold; padding:10px 20px; border:0; cursor:pointer;}
.callback_form .close{position:absolute; top:0; right:0; cursor:pointer;}

#header{width:100%; text-align:center; position:fixed; z-index:1000; background: #2e2e2e; height:80px;}

#logo_img{position:absolute; z-index:2;}
#logo_img img{box-shadow: 0px 0px 15px #222;}

.menu_div{float:right;}
#menu_table{vertical-align:middle; height:50px;}
#menu {vertical-align:middle; height:50px;}
#menu ul{margin:0;}
#menu li{float:left; margin-top:-5px;}
#menu li:hover{}
#menu li:hover a{text-decoration:none;}
#menu ul li a{color:#e8e8e8; margin-left:19px; text-decoration:none; font-size:12px; font-family:'ford_antenna_regularregular',Arial; text-transform:uppercase;}
#menu ul li a.act{color:#0f9c94;}
#menu ul li a:hover{color:#0f9c94;}
//#menu ul li.submenu{padding-right:7px;}
#menu ul li.submenu a{}
#menu ul li.submenu:hover{ border-radius:10px; border-bottom-left-radius:0 !important; border-bottom-right-radius:0 !important;}
#menu ul li.submenu > ul{
	display: none;
}
#menu ul li.submenu:hover > ul{
	display: block;
}
#menu ul li.submenu > ul li a{
	margin-left:0;
}

#menu ul li ul{float: none;
position: absolute;
padding-left: 0;
padding: 25px 15px 15px 15px;
background: #2e2e2e;
z-index: 11;
margin-top: 0px;
margin-left: -8px;
text-align: left;}
#menu ul li ul li{float:none; padding:5px 12px 10px 12px; border-top:0px solid #158fc7; min-width:160px;}
#menu ul li ul li:hover{ border-radius:0;}
#menu ul li ul li a{color:#fff; font-size:12px; text-decoration:none;}

#menu ul li.submenu ul li a{background:none; text-decoration:none; padding:0;}
#menu ul li.submenu li a:hover{ font-size:12px; text-decoration:none;}

#menu ul li ul li ul{margin-left:0; padding-left:0; border:0;}
#menu ul li ul li ul li{margin-left:0; padding-left:0; border:0; line-height:12px; float:none; height:auto !important;}
#menu ul li ul li ul li a{font-size:12px; text-decoration:none; font-weight:normal;}
#menu ul li ul li ul li a:hover{font-size:12px !important; font-weight:normal !important;}

#menu ul li ul li ul li ul{display:none !important;}

.helper{height:240px;}
#footer{
	text-align:center;
	background:url(/images/footer_bg.png) center top no-repeat;
	width:100%;
	height:240px;
	margin-top:30px;
	box-sizing:border-box;
	padding-top:60px;
	margin-top:-240px;
	position:relative;
	z-index:2;
}
#footer .footer_left{
	float:left;
	width: 718px;
}
#footer .footer_left div.subscribe{
	background:#646464;
	width:100%;
	margin-bottom:20px;
}
#footer .footer_left div.subscribe div.desc{
	text-transform:uppercase;
	color:#fff;
	font-family:'ford_antenna_regularregular',Arial;
	font-size:14px;
	width: 330px;
	float:left;
	text-align:left;
	line-height:18px;
	padding:4px 20px;
}
#footer .footer_left div.subscribe div.input input{
	background:#a7a7a7;
	border:0;
	height:30px;
	width:280px;
	float:left;
	margin:7px 0;
	font-size:14px;
	padding:0px 10px;
}
#footer .footer_left div.subscribe div.input input::-webkit-input-placeholder {color:#fff;}
#footer .footer_left div.subscribe div.input input::-moz-placeholder          {color:#fff;}
#footer .footer_left div.subscribe div.input input:-moz-placeholder           {color:#fff;}
#footer .footer_left div.subscribe div.input input:-ms-input-placeholder      {color:#fff;}

#footer .footer_left div.subscribe div.but{
	float:left;
	background:url(/images/subscribe_but.jpg) center center no-repeat;
	background-size:cover;
	width:39px;
	height:43px;
	margin-left:8px;
	cursor:pointer;
}

#footer .footer_left div.logos{
	float:left;
	display:flex;
	align-items: center;
}
#footer .footer_left div.logos img{
	margin-right:30px;
}

#footer .footer_left div.social{
	float:right;
	height:83px;
	box-sizing:border-box;
	padding-top:30px;
}
#footer .footer_left div.social a{
	padding: 15px 22px;
	margin:30px 20px 0 0;
}

@media(max-width:580px){
	#footer .footer_left div.logos{
		float:none;
		justify-content: center;
	}
	#footer .footer_left div.social{
		float:none;
	}
}

#footer .footer_left div.social a.insta{background:url(/images/insta_icon.png) 50% 50% no-repeat;}
#footer .footer_left div.social a.vk{background:url(/images/vk_icon.png) 50% 50% no-repeat;}

#footer .footer_right{
	float:right;
}
#footer .footer_right div.phone{
	color:#22a49f;
	font-family:'ford_antenna_regularregular',Arial;
	font-size:30px;
}
#footer .footer_right div.phone a{color:#22a49f; text-decoration: none;}
#webanatomy {
text-align: left;
float:right;
margin-top:30px;
}
#webanatomy a {
color: #fff;
text-decoration: none;
font-size:12px;
text-transform:none;
}
#webanatomy div {
background: url(/images/webanatomy.png) left center no-repeat;
background-size:contain;
padding: 7px 0 10px 65px;
width: 220px;
height:50px;
box-sizing: border-box;
}

#breadcrumbs{font-family:'ford_antenna_regularregular',Arial; font-size:14px; margin-top:40px; text-align:left;}
#breadcrumbs a{color:#009999;}

#slider{width:100%; height:700px; overflow:hidden; text-align:center; z-index:1; position:relative;}

#slider .slide{ text-align:center; height:700px; width:100%;}
#slider .slide .img{width:100%; height:700px; width:100%;}

.content.nav{
	z-index:2;
}
#main_nav{
	position:absolute;
	right:0;
	margin-top:-35px;
	z-index:2;
}
#main_nav span {
    text-decoration: none;
    cursor: pointer;
    font-size: 0;
    background: url(/images/slider_page.png) no-repeat;
    padding: 10px;
    margin: 0 2px;
}
#main_nav span.cycle-pager-active {
    background: url(/images/slider_page_act.png) no-repeat;
}

#main_table{text-align:center; z-index:10; position:relative;}
#main_cont{ text-align:center; width:100%; padding-top:80px;}
/*#main_cont h1{color: #a42a00; font: normal 18px/25px PFDinTextPro-Regular; text-align:center; text-transform:uppercase;}*/

.main_div{width:100%; text-align:left; padding-bottom:20px;}

#main_studios{
	background:url(/images/main_studios_bg.jpg) center top no-repeat;
	background-size: cover;
	height:auto;
	box-sizing:border-box;
	padding-top:50px;
	padding-bottom:20px;
}
#main_studios.inner{background:none; padding-top:0;}

#main_studios div.item{
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:cover;
	box-shadow:0 0 30px rgba(0,0,0,0.3);
	float:left;
	margin:0 20px 20px 0;
	width:380px;
	height:255px;
	box-sizing:border-box;
	text-align:left;
	font-family:'ford_antenna_regularregular', Arial;
}
#main_studios div.item:hover{
	box-shadow:0 0 30px rgba(22,197,187,1);
}
#main_studios div.item a{
	color:#2e2e2e;
	text-decoration:none;
	width: 100%;
	height: 100%;
	display: block;
}
#main_studios div.item a div.block{
	width:380px;
	height:255px;
	box-sizing:border-box;
	padding:30px;
}
#main_studios .item:nth-of-type(3n){
	margin-right:0;
}
#main_studios div.item div.title{
	background:url(/images/studio_title_line.jpg) left top no-repeat;
	font-size:19px;
	font-weight:600;
	line-height:27px;
	padding:10px 0;
	margin-top:100px;
}
#main_studios div.item div.address{

}

.news_cell{float:left; width:380px; margin-right:20px; margin-bottom:20px; text-align:left; font-family:'ford_antenna_regularregular',Arial;}
.news_cell a{text-decoration:none;}
.news_cell:nth-child(3n+1){margin-right:0}
.news_cell div.anons{width:380px; box-sizing:border-box; padding:10px 25px; background:url(/images/news_anons_bg.jpg) 10px top no-repeat;}
.news_cell div.title{color: #144c49; font-size:24px;  font-weight:bold; line-height:30px; margin-bottom:20px;}
.news_cell div.text{color: #464646; font-size:14px;}
.news_cell div.date{color: #888888; font-size:14px; margin-top:20px}
.news_cell div.news_img{width:380px; height:280px; background-size:cover; background-repeat:no-repeat; background-position:50% 50%;}


#main_types{margin:30px 0;}
#main_types #prev{cursor:pointer; position:absolute; left:-40px; top:230px; background:url(/images/subscribe_but.jpg) center center no-repeat; width:39px; height:43px; transform: scaleX(-1);}
#main_types #next{cursor:pointer; position:absolute; right:-40px; top:230px; background:url(/images/subscribe_but.jpg) center center no-repeat; width:39px; height:43px;}
.types_cell{float:left; width:270px !important; height:350px; margin:10px 12px; border-radius:15px; box-shadow:0 0 10px rgba(0,0,0,0.2); font-family:'ford_antenna_regularregular',Arial;}
.types_cell:last-child{/*margin-right:0;*/}
.types_cell div.types_img{width:100%; height:260px; background-size:cover; background-repeat:no-repeat; background-position:50% 50%; border-top-left-radius:15px; border-top-right-radius:15px;}
.types_cell a{color:#2e2e2e; text-decoration:none;}
.types_cell div.types_title{color:#2e2e2e; font-size:18px; font-weight:bold; box-sizing:border-box; text-align:left; padding:15px 20px; white-space: normal;}


.team_cell{float:left; width:320px; padding-right:20px; text-align:center;}
.team_cell p.team_img{width:320px; height:200px; background-size:cover; background-repeat:no-repeat; background-position:50% 50%;}
.team_cell a{color:#949494; font-family:'ford_antenna_regularregular',Arial; text-transform:uppercase; text-decoration:none;}
.team_cell p.team_title{color:#949494; text-transform:uppercase; text-decoration:none; margin-bottom:5px;}
.team_cell p.team_spec{color:#549dc5; text-transform:uppercase; text-decoration:none; font-size:12px !important; margin-top:5px;}

.full_team{margin:30px 0;}
.full_team img{width:300px;}
.full_team td:first-child{width:320px;}

#main_prices{margin-top:30px;}
.groups_cell{float:left; width:380px; margin-right:20px; border-radius:10px; background:#fff;}
.groups_cell:last-child{margin-right:0;}
//.groups_cell:hover{box-shadow:0px 0px 5px rgba(0,0,0,0.5);}
.groups_cell p.groups_title{ border-top-left-radius:10px; border-top-right-radius:10px; margin:0; padding:7px 0; font-family:'ford_antenna_regularregular'; color:#fff; text-transform:uppercase;}
.groups_cell p.groups_img{width:380px; height:110px; background-repeat:no-repeat; background-position:50% 50%; background-color:#f4f4f4; margin:0;}
.groups_cell a{color:#949494; font-family:'ford_antenna_regularregular',Arial; text-transform:uppercase; text-decoration:none;}
.groups_cell span{color:#2e2e2e; font-family:'ford_antenna_regularregular',Arial; font-size:18px; font-weight:bold; background-color:#f4f4f4; display:block; padding:10px 0;}

.prices_div{height:85px; overflow:hidden;}
.prices_div table{height:auto; width:100%;}
.main_prices{font-size:12px;}
.main_prices th{background:#fff; padding:10px 25px;}
.main_prices td{background:#fff; padding:0px 25px; font-size:20px; font-family:'ford_antenna_regularregular',Arial;}
/*.main_prices tr{display:none;}*/
.groups_cell button.price_but{border:0; background:#f8b359; border-radius:20px; margin:10px auto; padding:3px 20px 5px 20px; font-family:'ford_antenna_regularregular'; color:#fff; text-transform:uppercase; cursor:pointer; font-size:12px; outline:none;}

#group1 p.groups_title{background:#fdcf16;}
#group2 p.groups_title{background:#429edf;}
#group3 p.groups_title{background:#6633cc;}

#group1 button.price_but{background:#fdcf16;}
#group2 button.price_but{background:#429edf;}
#group3 button.price_but{background:#6633cc;}

#calendar_box{min-height:1000px;}
#main_calendar{font-family:'ford_antenna_regularregular'; padding-top:30px; min-height:1000px;}
#main_calendar_td{width:1000px;}
#main_calendar_td div.week{margin-right:4px;background:#fff; border:1px solid #ecf1f7; border-top-left-radius:10px; border-top-right-radius:10px; text-transform:uppercase; font-weight:bold; padding:10px 0; margin-left:51px;}
#main_calendar_td div.week div.left_arr{float:left; background:url(/images/left_arr.png) center center no-repeat; width:30px; height:27px; margin-left:20px;}
#main_calendar_td div.week div.right_arr{float:right; background:url(/images/right_arr.png)center center no-repeat; width:30px; height:27px; margin-right:20px;}
#main_calendar_td div.week div.left_arr:hover{background:url(/images/left_arr_act.png) center center no-repeat; cursor:pointer;}
#main_calendar_td div.week div.right_arr:hover{background:url(/images/right_arr_act.png)center center no-repeat; cursor:pointer;}

#main_calendar_td div.cal_column{float:left; margin:0;}
#main_calendar_td th.month{color:#f7941e; height:40px; text-transform:uppercase; background:#ecf1f7;}
#main_calendar_td .minute{font-size:12px; color:#575455 !important; width:50px;}
#main_calendar_td .time{width:50px;}
#main_calendar_td td{height:25px; width: 133px; vertical-align:middle !important;}
#main_calendar_td th{height:40px; vertical-align:middle; text-transform:uppercase; background:#f9fafc; color:#8b8b8c; font-weight: bold; border:1px solid #ecf1f7; font-size:18px;}
#main_calendar_td .time_table td{border-bottom:1px solid #ecf1f7; height:25px;}
#main_calendar_td .cal_table td{border:1px solid #ecf1f7; font-size:12px; color:#fff;}
/*#main_calendar_td .cal_table tr:nth-child(4n+2){ background:#d1d2d4;}
#main_calendar_td .cal_table tr:nth-child(4n+3){ background:#d1d2d4;}
#main_calendar_td .cal_table tr:nth-child(4n+4){ background:#e7e7e8;}
#main_calendar_td .cal_table tr:nth-child(4n+5){ background:#e7e7e8;}

#main_calendar_td .time_table tr:nth-child(4n+2){ background:#d1d2d4; color:#a7a9ac;}
#main_calendar_td .time_table tr:nth-child(4n+3){ background:#d1d2d4;}
#main_calendar_td .time_table tr:nth-child(4n+4){ background:#e7e7e8; color:#d1d2d4;}
#main_calendar_td .time_table tr:nth-child(4n+5){ background:#e7e7e8;}*/

#main_calendar_td .cal_table tr:nth-child(odd){ background:#e7e7e8;}
#main_calendar_td .cal_table tr:nth-child(even){ background:#d1d2d4;}
#main_calendar_td .time_table tr:nth-child(odd){ background:#e7e7e8;}
#main_calendar_td .time_table tr:nth-child(even){ background:#d1d2d4;}


#main_calendar_td .time_table td.time{font-size:27px; background:#fff !important;}
#main_calendar_td .time_table td.time:even{color:#a7a9ac !important;}

.timetable_check.person{background:#0f9c94 !important; cursor:pointer;}
.timetable_check.freegroup{background:#5278bf !important; cursor:pointer;}
.timetable_check.fullgroup{background: #5278bf !important; cursor:pointer;}
.timetable_check span{text-transform:uppercase;}
.timetable_free{}
.timetable_free:hover{background:#ecf1f7 url(/images/zapis_text.png) center center no-repeat !important; cursor:pointer;}

.timetable_popup{display:none; position:absolute; padding:20px; margin:-60px 0 0 133px; color:#fff; border:1px solid #fff;}
.timetable_popup span{text-transform:uppercase;}
.timetable_popup button{text-transform:uppercase; background:#fff; padding:5px 20px; border:0; color:#666; border:0; font-weight:bold; margin-top:10px; cursor:pointer;}
.timetable_check.person .timetable_popup{background:#0f9c94 !important;}
.timetable_check.freegroup .timetable_popup{background:#6e5a9f !important;}
.timetable_check.fullgroup .timetable_popup{background:#5278bf !important;}
.timetable_check.freegroup .timetable_popup button{color:#6e5a9f !important;}


#next_week{background:#f3f3f3 url(/images/next_arr.png) center center no-repeat; width:40px !important; cursor:pointer;}
#prev_week{background:#f3f3f3 url(/images/prev_arr.png) center center no-repeat; width:40px !important; cursor:pointer;}

#legend{margin-top:20px;}
#legend td{min-width:50px; text-transform:uppercase; padding:10px 30px; color:#fff; font-size:14px;}
#legend td.title{padding-right:50px;}
#legend td.title:last-child{padding-right:0px;}
#legend td.person{background:#0f9c94; line-height:20px;}
#legend td.fullgroup{background:#5278bf; line-height:20px;}
#legend td.freegroup{background:#6e5a9f; line-height:20px;}

#text{text-align:left; background:#fff;}
/*#text h1{color: #a42a00; font: normal 18px/25px PFDinTextPro-Regular; text-align:center; text-transform:uppercase;}*/
#text ul{list-style:none;}
#text li{padding:2px 0;}
#text li{
	background: url(/images/green_square.png) left center no-repeat;
	padding-left:20px;
	padding-bottom:6px;
}
#text a{
	color:#009999;
	text-decoration: none;
}
#text a:hover{
	color: #f37a19;
}

/*.visible{ display: table-row-group !important; }*/

.price-right{border:3px solid #0f9c94; border-radius:5px; float:right; font-family: 'ford_antenna_regularregular',Arial; margin-left:20px; padding:10px 5px;}
.price-right table{width:100%;}
.price-right table td{vertical-align:middle; padding:10px; text-transform:uppercase; color:#0f9c94; font-weight:bold;}
.price-right table td:first-child{text-align:left;}
.price-right table td:last-child{text-align:right;}

.wrapper {
    width: 1000px;
}

.wrapper .column {
    width: 33%;
    display: inline-block;
    vertical-align: top;
}


#studio_page #text{float:left; width:calc(100% - 450px);}
#studio_page #int_slider {width:420px; height:230px; float:right; margin-top:10px;}
#studio_page #int_slider #slides{float:left; width:340px; height:230px; border-radius:10px;}
#studio_page #int_slider .img{width:340px; height:230px; border-radius:10px;}
#studio_page #int_slider #prev_slide{float:left; margin:105px 10px 0 0; cursor:pointer;}
#studio_page #int_slider #next_slide{float:left; margin:105px 0 0 10px; cursor:pointer;}

#studio_page #bg1,#studio_page #bg2{
	height:480px;
}
#studio_page #bg1 div,#studio_page #bg2 div{
	background-size:cover !important;
	height:480px;
}
#studio_page #bg1.studio1-1 div{
	background:url(/images/bg1.jpg) center bottom no-repeat;
}
#studio_page #bg2.studio1-2 div{
	background:url(/images/bg2.jpg) center bottom no-repeat;
}
#studio_page #bg1.studio2-1 div{
	background:url(/images/krem-bg1.jpg) center bottom no-repeat;
}
#studio_page #bg2.studio2-2 div{
	background:url(/images/krem-bg2.jpg) center bottom no-repeat;
}
#studio_page #bg1.studio3-1 div{
	background:url(/images/prim-bg1.jpg) center bottom no-repeat;
}
#studio_page #bg2.studio3-2 div{
	background:url(/images/prim-bg2.jpg) center bottom no-repeat;
}
#studio_page #bg1.studio4-1 div{
	background:url(/images/ps-bg1.jpg) center bottom no-repeat;
}
#studio_page #bg2.studio4-2 div{
	background:url(/images/ps-bg2.jpg) center bottom no-repeat;
}
#studio_page #bg1.studio5-1 div{
	background:url(/images/ber-bg1.jpg) center bottom no-repeat;
}
#studio_page #bg2.studio5-2 div{
	background:url(/images/ber-bg2.jpg) center bottom no-repeat;
}
#studio_page #bg1.studio6-1 div{
	background:url(/images/bg1.jpg) center bottom no-repeat;
}
#studio_page #bg2.studio6-2 div{
	background:url(/images/bg2.jpg) center bottom no-repeat;
}
#studio_page #bg1.studio7-1 div{
	background:url(/images/bg1.jpg) center bottom no-repeat;
}
#studio_page #bg2.studio7-2 div{
	background:url(/images/bg2.jpg) center bottom no-repeat;
}
#studio_page #bg1.studio8-1 div{
	background:url(/images/bg8_1.jpg) center bottom no-repeat;
}
#studio_page #bg2.studio8-2 div{
	background:url(/images/bg8_2.jpg) center bottom no-repeat;
}
#studio_page #bg1.studio9-1 div{
	background:url(/images/bg1.jpg) center bottom no-repeat;
}
#studio_page #bg2.studio9-2 div{
	background:url(/images/bg2.jpg) center bottom no-repeat;
}
#studio_page #bg1.studio10-1 div{
	background:url(/images/bg1.jpg) center bottom no-repeat;
}
#studio_page #bg2.studio10-2 div{
	background:url(/images/bg2.jpg) center bottom no-repeat;
}
#studio_page #bg1.studio12-1 div{
	background:url(/images/bg1.jpg) center bottom no-repeat;
}
#studio_page #bg2.studio12-2 div{
	background:url(/images/bg2.jpg) center bottom no-repeat;
}
#studio_page #bg1.studio13-1 div{
	background:url(/images/bg13_1.jpg) center bottom no-repeat;
}
#studio_page #bg2.studio13-2 div{
	background:url(/images/bg13_2.jpg) center bottom no-repeat;
}
#studio_page #bg1.studio15-1 div{
	background:url(/images/bg15_1.jpg) center bottom no-repeat;
}
#studio_page #bg2.studio15-2 div{
	background:url(/images/bg15_2.jpg) center bottom no-repeat;
}

#studio_page #bg1.studio16-1 div{
	background:url(/images/bg15_1.jpg) center bottom no-repeat;
}
#studio_page #bg2.studio16-2 div{
	background:url(/images/bg16_2.jpg) center bottom no-repeat;
}
#studio_page #bg1.studio20-1 div{
	background:url(/images/bg1.jpg) center bottom no-repeat;
}
#studio_page #bg2.studio20-2 div{
	background:url(/images/bg2.jpg) center bottom no-repeat;
}
#studio_page .parallax_div{
	height:480px;
	overflow:hidden;
}
#studio_page .parallax{
	height:480px;
	background-size:cover;
	z-index:-1;
	margin-top:0;
}
#studio_page .white_top{
	position:absolute;
	margin:0 auto;
	width:100%;
	display:block;
}
#studio_page .white_bottom{
	position:absolute;
	margin:460px auto 0 auto;
	width:100%;
	display:block;
}

#team_list #review{
	margin-bottom:-40px;
}

#team_list .filter{
	text-align:left;
	margin-bottom:30px;
}
#team_list .filter span.all_team:hover{
	cursor:pointer;
	text-decoration:underline;
	color:#009999;
}
#team_list .filter .filter_list{
	display:none;
	position:absolute;
	padding:15px 25px;
	box-shadow:0 0 30px rgba(0,0,0,0.2);
	background:#fff;
}
#team_list .filter .team_studio_list u{
	color:#009999;
	font-weight:bold;
}
#team_list .filter .team_studio_list u:hover{
	text-decoration:none;
	cursor:pointer;
}
#team_list .filter .filter_list li:hover{
	cursor:pointer;
	color:#009999;
	text-decoration:underline;
}
#studio_team div.list{
	width:870px;
	margin:0 auto;
}
.team div.item{
	float:left;
	width:230px;
	height:370px;
	margin:0 30px 30px 30px;
}
.team div.item a{
	text-decoration:none;
}
.team div.item div.img{
	width:230px;
	height:280px;
}
.team div.item div.img img{
	max-width:230px;
	max-height:280px;
	width:auto;
	height:auto;
}
.team div.item div.title{
	color:#2e2e2e;
	font-size:18px;
	font-weight:bold;
	margin-top:10px;
}
.team div.item div.spec{
	color:#16c5bb;
	font-size:18px;
	font-weight:bold;
}
#team_page{
	text-align:left;
}
#team_page table{
	width:100%;
}
#team_page table td.img{
	padding-right:40px;
	max-width:50%;
	min-width:230px;
}
#team_page table td.img img{
	width:230px;
}

#main_about{/*float:left; width:670px;*/ margin-top:-10px; columns:2; column-gap: 40px;}
#main_about p{text-align:justify !important; margin-top:0;}
#main_about li{
	background: url(/images/green_square.png) left center no-repeat;
	padding-left:20px;
	padding-bottom:6px;
}
#main_about a{
	color:#2a7f9f;
	text-decoration: none;
}
#main_about a:hover{
	color: #f37a19;
}

a.more{color: #2a7f9f; background:url(/images/more_bg.png) left center no-repeat; padding-left:20px; text-decoration:none;}
a.more:hover{color:#f37a19; text-decoration:none;}

#news{text-align:left;}
#news a{color: #2a7f9f; text-decoration:none;}
#news a:hover{color:#f37a19; text-decoration:none;}
#news img{max-width:640px; max-height:300px;}
#news_full_img{max-width:400px; max-height:300px; float:left; padding:0 20px 10px 0;}

.paginator{text-align:left; width:100%; padding-top:15px;}
.paginator a{margin:0 5px; text-decoration:none; color: #2a7f9f; font-size: 15px;}
.paginator a#current_page{color: #aa3810 !important; text-decoration:none; }


.contacts .item{
	display: inline-block;
	vertical-align: top;
	width:30%;
	text-align: left;
	margin-right:3%;
	margin-bottom:3%;
}
#map{width:100%; height:500px; margin-bottom:-25px; position:relative; z-index:1; position:relative; margin-top:50px;}
#map-contacts{width:100%; height:600px; margin-bottom:-25px; position:relative; z-index:1; position:relative; margin-top:20px;}
#map img{position:absolute; top:0; left:0; z-index:2; width:100%;}
#map #contacts{
	position:absolute;
	border-radius:15px;
	background:#fff;
	box-shadow:0 0 30px rgba(0,0,0,0.2);
	width: 380px;
	height: 370px;
	z-index:3;
	box-sizing:border-box;
	padding:20px 30px;
}
#map #contacts div{
	background:#e5e5e5;
	padding:5px 40px;
	margin:5px 0 5px -40px;
	font-size:16px;
	text-align:left;
}
#map #contacts div span{
	font-weight:bold;
}

.order_form textarea{
	height:160px;
	box-sizing: border-box;
}
.order_form_left{
	width:50%;
	float:left;
	box-sizing: border-box;
	padding-right:10px;
}
.order_form_right{
	width:50%;
	float:right;
	box-sizing: border-box;
	padding-left:10px;
}

h2.webform_name{}
.webform{padding-bottom:14px;}
.webform input[type=submit]{
background: url(/images/webform_but.png) 0 0 no-repeat;
border: none;
line-height: normal;
width:92px;
height:40px;
margin-top:10px;
cursor:pointer;}

.webform button {
    background: url(/images/webform_but.png) 0 0 no-repeat;
    border: none;
    line-height: normal;
    width: 92px;
    height: 40px;
    margin-top: 10px;
    cursor: pointer;
}

/*.webform input[type=submit]:hover{background: url(../images/webform_act_but.png) 0 0  no-repeat; cursor:pointer;}*/

.webform input[type=text]{
background-color: #ffffff;
border: 1px solid #cccccc;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border linear .2s, box-shadow linear .2s;
-moz-transition: border linear .2s, box-shadow linear .2s;
-o-transition: border linear .2s, box-shadow linear .2s;
transition: border linear .2s, box-shadow linear .2s;
border-radius:8px;
margin: 0;
height: 30px;
width: 100%;
box-sizing: border-box;
padding:0 10px;
}
.webform textarea {
background-color: #ffffff;
border: 1px solid #cccccc;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border linear .2s, box-shadow linear .2s;
-moz-transition: border linear .2s, box-shadow linear .2s;
-o-transition: border linear .2s, box-shadow linear .2s;
transition: border linear .2s, box-shadow linear .2s;
border-radius:8px;
margin: 0;
width: 100%;
height:200px;
box-sizing: border-box;
}

.webform p.label{ font-weight:bold; padding-top:10px !important; margin:0 !important;}





  #opaco {
     background:url(/images/opaco_bg.png) !important;
     position: absolute;
     top: 0;
     width: 100%;
     z-index: 1000;
   }



  	.hidden{display:none;}


#close_popup{width:37px; height:37px; background:url(/images/close_img.png) no-repeat; position:absolute; right:-20px; top:-20px; cursor:pointer;}




.main_img{width:300px; height:300px; background:#fff; box-shadow:0px 0px 5px #d8d8d8; -webkit-box-shadow: 0px 0px 5px #d8d8d8; -moz-box-shadow: 0px 0px 5px #d8d8d8;}
.main_img td{text-align:center; vertical-align:middle;}



.clear{clear:both;}







#zayavka{background:url(/images/zayavka.png) 0 0 no-repeat; cursor:pointer; width:350px; height:110px; margin-left:40px;}
#zayavka:hover{background:url(/images/zayavka_act.png) 0 0 no-repeat; cursor:pointer; }



#popup{text-align:center;  }
#popup h2{}
#popup label{display:none;}
#popup input[type=text]{}
#popup textarea{}
#popup input[type=submit]{}
  #popup {
     position: absolute;
     left:0;
     top:0;
     z-index: 1001;
  }



#main_webform{display:none; font-family:'ford_antenna_regularregular',Arial;}
#webform1 h2{padding:10px 0 0 0; color:#888888; font-size:20px;}
#webform1{color:#666666; width:600px; background:#fafafa; padding: 0 20px 20px 20px; text-align:left; border-radius:10px; box-shadow:0px 0px 10px #d8d8d8; -webkit-box-shadow: 0px 0px 10px #d8d8d8; -moz-box-shadow: 0px 0px 10px #d8d8d8;}
#webform1 textarea{height:160px; padding:10px;}
#webform1 input[type=file]{width:300px; color:#666666;}




.types_of_training_form {text-align:center; padding:0 10px; cursor:pointer; display: inline-block; max-width: 100px; font-size: 14px;}
.types_of_training_form div{width:100px; height:100px; background-size:cover !important; background-repeat:no-repeat; background-position:50% 50% !important; }
input[name=types_of_training]{display:none;}
.type_checked{border:3px solid #ff7813; width:94px !important; height:94px !important;}


.count_of_person_form {text-align:center; padding:0 10px; color:#737071; vertical-align:middle; cursor:pointer;}
.count_of_person_form div{width:40px; height:35px; border:3px solid #737071; background:#fff; font-size:25px; padding-bottom: 7px;}
input[name=count_of_person]{display:none;}
.person_checked{border:3px solid #000; background:#ff7813 !important; color:#fff;}

#review{margin-top:50px; color:#fff; font-family: 'ford_antenna_regularregular',Arial; padding-top:50px; height:470px; box-sizing:border-box; background:url(/images/main_review_bg.jpg) center top no-repeat;}
#review a{color:#144c49; text-decoration:underline; font-size:14px;}
#review div.item{
	width:460px;
	float:left;
	background:url(/images/studio_title_line.jpg) top left no-repeat;
	box-sizing:border-box;
	text-align:left;
	margin-right:20px;
}
#review div.text{font-size:14px;}
#review div.title{font-size:24px; font-weight:bold; color:#144c49; margin-top:20px;}
#review div.date{font-size:14px; color:#144c49;}
p.review_but{text-align:center; margin-top:55px; margin-left:25px; float:left;}
#review p.review_but a{color:#fff; text-decoration:none; padding:7px 25px; text-transform:uppercase; border:2px dashed #fff;}
p.review_but a:hover{text-decoration:underline;}

.review-content div.review{
	width:30%;
	float:left;
	text-align: left;
	margin-right:3%;
	margin-bottom:30px;
}
.review-content div.review-inner{
	width:66%;
}
.review-content div.review .title{
	font-weight: bold;
}
.review-content div.review a{
	color:#009999;
}
.review-content div.review span.date{
	float:right;
}
.review-content div.review .text{
	max-height:390px;
	overflow: hidden;
	position: relative;
}
.review-content div.review .text.full{
		max-height: none;
}
.review-content div.review .text p{
	margin:5px 0;
}
.review-content div.review .text .over{
	position: absolute;
	bottom:0;
	background: url(/images/over_bg.png) center bottom repeat-x;
	height:30px;
	width:100%;
}
.review-content div.review .brackets_bottom{
	text-align: right;
	margin:0;
}
.review-content div.review .brackets_top{
	margin: 0;
}

.full_review{color:#333; font-family: 'ford_antenna_regularregular',Arial;}
.full_review td{width:98%; padding-right:2%; padding-top:30px;}
.full_review a{color:#333; text-align:right;}
.full_review div.title{font-size:18px; text-align:right;}

#opinions_form{width:310px; font-family: 'ford_antenna_regularregular',Arial; padding-left:23px; float:right;}
#opinions_form h3{text-align:center; margin-top:0}
#opinions_form label{margin-left:10px; line-height:25px; text-transform:uppercase;}
#opinions_form input[type=text],#opinions_form input[type=email]{border:1px solid #e1dcd3; width:300px; height:27px; padding:0 5px; color:#333;}
#opinions_form textarea{border:1px solid #e1dcd3; width:300px; height:200px; padding:5px; color:#333;}
#opinions_form input[type=submit]{background:#5aa69d; color:#fff; text-transform:uppercase; border:0; text-align:center; padding:10px 30px; cursor:pointer;}
#opinions_form input[type=submit]:hover{background:#396761;}
#opinions_form p.submit{ text-align:center; }

.bk_blank{
	width:100%;
	background:transparent;
	overflow:hidden;
	text-align:center;
	padding:30px 0;
	z-index:2;

}

.bk{
	width:100%;
	height:400px;


}
.title_1{
	background:#efefef;
}
.title_2{
	background:#ecf1f7;
}

.title_3{
	background:#fbfbfb;
	padding-bottom:0 !important;
}
.title_4{
	background:#efefef;
	padding-bottom:0 !important;
}

.bk_0{
	background:url(/images/bg1.jpg) 0 0 no-repeat fixed;
	background-size:cover;
}
.bk_1{
	background:url(/images/bg2.jpg) 0 0  no-repeat fixed;
	background-size:cover;
}

.bk_2{
	background:url(/images/bg3.jpg) 0 0 no-repeat fixed;
	background-size:cover;
}
.bk_3{
	background:url(/images/bg4.jpg) 0 0  no-repeat fixed;
	background-size:cover;
}

.img_1{
	width:100%;}

.img_2{
	width:100%;
	}

.img_3{
	width:100%;
	}

.img_4{
	width:100%;
	}






.product td.photo{width:55%;}
.product td.text{text-align:left;}
.product td.text h1{font-size:27px; line-height:30px; text-align:left; font-weight:normal; text-transform:none; border-bottom:1px solid #000; padding-bottom:20px; margin-top:0;}
.product td.text span.price{color:#0f9c94; font-size:34px; font-weight:bold; background:url(/images/ruble_sign.png) right center no-repeat; padding-right:30px;}
.product td.text p.title{font-size:18px; font-weight:bold;}
.product td.text div.chars table{width:90%;}
.product td.text div.chars table tr{border-bottom:1px solid #ccc;}
.product td.text div.chars table td{padding:10px 30px;}
.product td.text div.chars table td span.brown{background:brown; padding:0px 10px;}
.product td.text div.chars table tr:last-child{border:0;}
.product td.advantages{padding-right:40px;}
.product td.advantages p.title{text-align:left; font-family: 'ford_antenna_regularregular',Arial; font-weight:bold; margin-top:30px; font-size:18px;}
.product td.advantages ul{margin:0px !important; font-family:'MyriadPro-Regular';}
.product td.advantages li{background:url(/images/green_square.png) left 4px no-repeat; list-style-type:none; padding:0 0 20px 25px !important;}
.product td.complect p.title{text-align:left; font-family: 'ford_antenna_regularregular',Arial; font-weight:bold; margin-top:30px; font-size:18px;}
.product td.complect{font-family:'MyriadPro-Regular';}
.product td.complect table td{padding-bottom:20px; font-family:'MyriadPro-Regular';}
.product td.complect td.photo{width:120px;}
.product td.complect td.photo img{width:100px; border:1px solid #ccc;}
.product td.complect td.text p.title{font-family:'MyriadPro-Regular'; margin:0 0 5px 0; font-size:16px; color:#000;}
.product td.complect td.text{font-size:14px; color:#a9a9a9; font-family:'MyriadPro-Regular';}

#cycle-1 div { width:100%; }
#cycle-1 .cycle-slide { border:1px solid #ccc;}
#cycle-2 .cycle-slide { border:1px solid #ccc; margin-right:10px; width:115px !important; cursor:pointer;}
#cycle-2 .cycle-slide-active { border:1px solid #0f9c94; }

#slideshow-1,#slideshow-2 { width: 100%; max-width: 490px; margin: auto; margin-left:0px; }
#slideshow-2 { margin-top: 10px }
.cycle-slideshow img { width: 100%; height: auto; display: block; }



.cycle-prev{background:url(/images/left_arr.png) no-repeat; padding:40px 20px; position:absolute; z-index:1000; margin:230px 0 0 -45px;}
.cycle-next{background:url(/images/right_arr.png) no-repeat; padding:40px 20px; position:absolute; z-index:1000; margin:230px 0 0 500px;}
.cycle-prev:hover{background:url(/images/left_arr_act.png) no-repeat; padding:40px 20px;}
.cycle-next:hover{background:url(/images/right_arr_act.png) no-repeat; padding:40px 20px;}

.other-title{padding-right:5px;}
.other-title img{height:140px;}
.other-next{padding-left:5px;}
.other-next div{background:#0f9c94 url(/images/other-next.png) 50% 50% no-repeat; width:70px; height:140px;}
#cycle-other img{height:142px; width:auto; border:1px solid #fff; text-align:center; display:inherit !important;}
#cycle-other .cycle-slide p{text-align:center; margin-top:7px;}
#cycle-other .cycle-slide{margin:-1px auto; text-align:center;}
#cycle-other .cycle-slide a{text-decoration:none; color:#000;}

.choose{float:left;}

.count{margin:10px 0;}
.count input{width:59px; background:#ebebeb; border:0; text-align:right; padding:5px;}
.count div.plus{height:12px; width:23px; background:#0f9c94 url(/images/top_arr.png) 50% 50% no-repeat;}
.count div.minus{height:13px; width:23px; background:#0f9c94 url(/images/bottom_arr.png) 50% 50% no-repeat;}
.count div.plus:hover{height:12px; width:23px; background:#0a6964 url(/images/top_arr.png) 50% 50% no-repeat; cursor:pointer;}
.count div.minus:hover{height:13px; width:23px; background:#0a6964 url(/images/bottom_arr.png) 50% 50% no-repeat; cursor:pointer;}

.color{margin:10px 0;}

.send_order{background:#0f9c94; color:#fff; border:0; font-family: 'ford_antenna_regularregular',Arial;
font-weight:bold; font-size:15px; text-transform:uppercase; padding:7px 20px 10px 20px; float:right; margin-top:20px;}
.send_order:hover{background:#0a6964; cursor:pointer;}

#left_menu{position:fixed; top:160px; left:0; z-index:2000;}
#left_menu div#icons{width:90px; background:#0f9c94; position:absolute; z-index:2;}
#left_menu div#icons div{width:90px; height:80px;}
#left_menu div#icons div.reform{background:url(/images/reform_icon.png) 50% 50% no-repeat, url(/images/left_menu_bg.jpg) 50% 100% no-repeat;}
#left_menu div#icons div.cadillac{background:url(/images/cadillac_icon.png) 50% 50% no-repeat, url(/images/left_menu_bg.jpg) 50% 100% no-repeat;}
#left_menu div#icons div.bochka{background:url(/images/bochka_icon.png) 50% 50% no-repeat, url(/images/left_menu_bg.jpg) 50% 100% no-repeat;}
#left_menu div#icons div.correct{background:url(/images/correct_icon.png) 50% 50% no-repeat, url(/images/left_menu_bg.jpg) 50% 100% no-repeat;}
#left_menu div#icons div.chair{background:url(/images/chair_icon.png) 50% 50% no-repeat, url(/images/left_menu_bg.jpg) 50% 100% no-repeat;}
#left_menu div#icons div.orbit{background:url(/images/orbit_icon.png) 50% 50% no-repeat, url(/images/left_menu_bg.jpg) 50% 100% no-repeat;}
#left_menu div#icons div.additional{background:url(/images/additional_icon.png) 50% 50% no-repeat;}



#left_menu div#icons div.reform:hover,#left_menu div#icons div.reform.act{background:url(/images/reform_icon_act.png) 50% 50% no-repeat, url(/images/left_menu_bg.jpg) 50% 100% no-repeat; cursor:pointer;}
#left_menu div#icons div.cadillac:hover,#left_menu div#icons div.cadillac.act{background:url(/images/cadillac_icon_act.png) 50% 50% no-repeat, url(/images/left_menu_bg.jpg) 50% 100% no-repeat; cursor:pointer;}
#left_menu div#icons div.bochka:hover,#left_menu div#icons div.bochka.act{background:url(/images/bochka_icon_act.png) 50% 50% no-repeat, url(/images/left_menu_bg.jpg) 50% 100% no-repeat; cursor:pointer;}
#left_menu div#icons div.correct:hover,#left_menu div#icons div.correct.act{background:url(/images/correct_icon_act.png) 50% 50% no-repeat, url(/images/left_menu_bg.jpg) 50% 100% no-repeat; cursor:pointer;}
#left_menu div#icons div.chair:hover,#left_menu div#icons div.chair.act{background:url(/images/chair_icon_act.png) 50% 50% no-repeat, url(/images/left_menu_bg.jpg) 50% 100% no-repeat; cursor:pointer;}
#left_menu div#icons div.orbit:hover,#left_menu div#icons div.orbit.act{background:url(/images/orbit_icon_act.png) 50% 50% no-repeat, url(/images/left_menu_bg.jpg) 50% 100% no-repeat; cursor:pointer;}
#left_menu div#icons div.additional:hover,#left_menu div#icons div.additional.act{background:url(/images/additional_icon_act.png) 50% 50% no-repeat; cursor:pointer;}


#left_menu div#titles{position:absolute; border:2px solid #0f9c94; z-index:1; display:none; width:350px; background:#fff;}
#left_menu div#titles a{color:#474747; text-decoration:none; padding:25px 150px 25px 120px; white-space:nowrap;}
#left_menu div#titles div:hover a,#left_menu div#titles div.act a{color:#fff;}
#left_menu div#titles div{height:80px; font-family: 'ford_antenna_regularregular',Arial; font-size:16px; text-transform:uppercase; text-align:left; padding:25px 0; overflow:hidden;}
#left_menu div#titles div:hover,#left_menu div#titles div.act{background:#0f9c94; color:#fff;}
#left_menu div#titles div.additional{height:78px; font-family: 'ford_antenna_regularregular',Arial; font-size:16px; text-transform:uppercase; margin:0 !important; padding:0 !important; text-align:left;}
#left_menu div#titles div.additional p{margin:0 !important; padding:12px 150px 0 120px !important;}
#left_menu div#titles div.additional a{padding:0px !important;}

#collage{width:100%; height:700px; background:url(/images/pilates-coll.jpg) top center repeat-x;}

#eq_left_menu{width:350px; margin-right:100px;}
#eq_left_menu div{width:250px; overflow:hidden;}
#eq_left_menu div.reform{background:url(/images/reform_icon.png) 10px 50% no-repeat}
#eq_left_menu div.cadillac{background:url(/images/cadillac_icon.png) 15px 50% no-repeat}
#eq_left_menu div.bochka{background:url(/images/bochka_icon.png) 17px 50% no-repeat}
#eq_left_menu div.correct{background:url(/images/correct_icon.png) 17px 50% no-repeat}
#eq_left_menu div.chair{background:url(/images/chair_icon.png) 22px 50% no-repeat}
#eq_left_menu div.orbit{background:url(/images/orbit_icon.png) 17px 50% no-repeat}
#eq_left_menu div.additional{background:url(/images/additional_icon.png) 17px 50% no-repeat;}



#eq_left_menu div.reform:hover{background:#0f9c94 url(/images/reform_icon_act.png) 10px 50% no-repeat; cursor:pointer;}
#eq_left_menu div.cadillac:hover{background:#0f9c94 url(/images/cadillac_icon_act.png) 15px 50% no-repeat; cursor:pointer;}
#eq_left_menu div.bochka:hover{background:#0f9c94 url(/images/bochka_icon_act.png) 17px 50% no-repeat; cursor:pointer;}
#eq_left_menu div.correct:hover{background:#0f9c94 url(/images/correct_icon_act.png) 17px 50% no-repeat; cursor:pointer;}
#eq_left_menu div.chair:hover{background:#0f9c94 url(/images/chair_icon_act.png) 22px 50% no-repeat; cursor:pointer;}
#eq_left_menu div.orbit:hover{background:#0f9c94 url(/images/orbit_icon_act.png) 17px 50% no-repeat; cursor:pointer;}
#eq_left_menu div.additional:hover{background:#0f9c94 url(/images/additional_icon_act.png) 17px 50% no-repeat; cursor:pointer;}

.grey{background:#f5f6fa;}

#eq_left_menu a{color:#2e2e2e; text-decoration:none;}
#eq_left_menu div:hover a{color:#fff;}
#eq_left_menu div{font-family: 'ford_antenna_regularregular',Arial; font-size:16px; text-transform:uppercase; text-align:left;
padding:15px 0 15px 100px; overflow:hidden;}
#eq_left_menu div:hover{background:#0f9c94; color:#fff;}

.eq{padding:30px 0;}
.eq h2{font-size:27px; line-height:30px; text-align:left; font-weight:normal; text-transform:none; border-bottom:1px solid #000; padding-bottom:20px; margin-top:0;}

#actions_slide{margin-right:50px;}
#actions_slide img{width:700px;}

.eq-pager{margin-top:10px;}
.eq-pager span{
    width: 15px;
    height: 15px;
    background:url(/images/eq-slider_pager.jpg) center center no-repeat;
    font-size: 0px;
    margin-right: 5px;
    display: inline-block;
	cursor:pointer;
}
.eq-pager span.cycle-pager-active{background:url(/images/eq-slider_pager_act.jpg) center center no-repeat; cursor:auto;}

#eq_news{width:250px; font-family: 'ford_antenna_regularregular',Arial; font-size:14px;}
#eq_news img{width:250px;}
#eq_news p.title{font-weight:bold;}
#eq_news p.date{color:#b3b3b3;}
#eq_news p.date a{color:#b3b3b3; text-decoration:none;}

#menu_but{display:none;}

.webform button.close_order_form{
	float:right;
}
.webform button.send_order_form{
	background:#ff8020;
	color:#fff;
	font-family: 'ford_antenna_regularregular',Arial;
	text-transform: uppercase;
	width:100px;
	border-radius: 7px;
	border: 1px groove #ff8020;
}

@media(max-width:1240px){
	h2{
		text-align:center;
	}
	.content{
		width:100%;
		box-sizing:border-box;
		padding:0 10px;
	}
	#main_studios {
		height:auto;
		background-size:cover;
	}
	#main_studios div.item{
		float:none;
		margin:20px auto !important;
	}

	.types_cell{
		float:none;
		display:inline-block;
		margin:10px !important;
		width:18% !important;
	}
	.groups_cell{
		float:none;
		margin:20px auto !important;
	}
	#review{
		height:auto;
		background-size:cover;
	}
	#review div.item{
		float:none;
		margin:20px auto !important;
	}
	p.review_but{
		float:none;
	}
	.news_cell{
		float:none;
		margin:20px auto !important;
	}
	#main_types #prev{z-index:1001; cursor:pointer; position:absolute; left:0px; top:230px; background:url(/images/subscribe_but.jpg) center center no-repeat; width:39px; height:43px; transform: scaleX(-1);}
	#main_types #next{z-index:1001; cursor:pointer; position:absolute; right:0px; top:230px; background:url(/images/subscribe_but.jpg) center center no-repeat; width:39px; height:43px;}

}
@media(max-width:1040px){
	#video{
		display: none;
	}
	#main_calendar_td{
		width: 100%;
	}
	#main_calendar_td div.cal_column{
		float:none;
		display: inline-block;
	}
	#main_calendar_td div.week{
		width:320px;
		margin:0 auto;
	}
	.top{
		z-index:1001;
		position:relative;
	}
	#bar{
		z-index:1000;
		position:relative;
	}
	#main_cont{
		padding-top:30px;
	}
	#header{
		height:30px;
	}
	#menu_but{
		display:block;
	}
	#menu_but img{
		/*box-shadow:none;
		width:30px;
		margin-top:3px;
		cursor:pointer;*/
	}
	#logo{
		display:none;
	}
	.menu_div {
	  width: 100%;
	  z-index: 200;
	  position: absolute;
	  background: #65ada4;
	  display: none;
	  padding-bottom: 20px;
	  padding-top: 20px;
	  left:0;
	  top:30px;
	}
	#menu li {
	  background: none;
	  overflow: inherit;
	  padding: 0;
	  text-align: left;
	  position: relative;
	  float:none;
	}
	#menu_table{
		width:100%;
	}
	.menu_div ul li a{
		border: 0;
		color: #fff;
		font-size: 15px;
		text-decoration: none;
		display: block;
		position: relative;
		padding: 10px 18px;
	}
	#footer{
		height:auto;
		background-size:cover;
	}
	#footer .footer_left{
		float:none;
		margin:20px auto !important;
	}
	#footer .footer_right{
		float:none;
		margin:20px auto !important;
	}
	#webanatomy{
		float:none;
		margin:20px auto;
		width:220px;
	}
	#main_about{
		float:none;
		width:100%;
	}
	.types_cell{
		width:20% !important;
	}
	.review-content div.review{
		width:47%;
	}

}
@media(max-width:900px){
	#studio_team div.list{
		width:100%;
	}
.team div.item{
	float:none;
	margin:30px auto;
}
#studio_page #text{
	width:100%;
	float:none;
}
#studio_page #int_slider{
	width:100%;
	float:none;
	text-align: center;
	padding:30px calc((100% - 420px)/2) 30px;
	box-sizing: border-box;
}
}
@media(max-width:760px){
	#team_page td{
		display: block;
	}
	#team_page table td.img{
		max-width:100%;
		padding-right: 0;
	}
	.contacts .item{
		width:46%;
	}
	#footer .footer_left{
		width:100%;
	}
	#footer .footer_left div.subscribe div.desc{
		float:none;
		width:100%;
		padding:4px 7px;
	}
	#footer .footer_left div.subscribe div.input{
		margin-left:7px;
	}
	#footer .footer_left div.subscribe div.input input{
		width:calc(100% - 65px);
	}
	#footer .footer_left div.subscribe div.but{
		width:28px;
		height:	30px;
		margin-top:7px;
		background-size:contain;
	}
	#main_about{margin-top:-10px; columns:1;}
	.types_cell{
		width:27% !important;
	}
	#legend td{
		display: block;
	}
	#popup{
		//margin-left:0 !important;
	}
	#webform1{
		width:100%;
		box-sizing: border-box;
	}
	.types_of_training_form{
		display: inline-block;
		max-width:100px;
	}
	.order_form_left,.order_form_right{
		width:100%;
		padding:0;
	}
	.review-content div.review{
		width:94%;
		margin-left:3%;
	}
	#opinions_form{
		text-align: center;
		float:none;
		width:100%;
		padding-left:0;
	}
	#opinions_form input[type=text],#opinions_form textarea{
		width:100%;
		box-sizing: border-box;
	}
}
@media(max-width:640px){
	#main_cont{
		padding-top:80px;
	}
	#header{
		height:80px;
	}
	#bar{
		height:80px;
		//float:right;
		//width:250px;
		background:none;
	}
	#choose{
		text-align:right;
	}
	#bar #phone{
		margin:0;
	}
	#menu_but img{
		//width:50px;
		//margin-top:32px;
	}
	.menu_div{
		top:80px;
	}
	#map{
		padding-top:370px;
	}
	#map #contacts{
		top:-370px;
		width:calc(100% - 15px);
	}
}
@media(max-width:540px){
	#review div.item{
		width:100%;
	}
	.news_cell{
		width:100%;
	}
	.news_cell div.news_img{
		width:100%;
	}
	.news_cell div.anons{
		width:100%;
	}
	.groups_cell{
		width:100%;
	}
	.groups_cell p.groups_img{
		width:100%;
	}
	#main_studios div.item{
		width:100%;
	}
	#main_studios div.item a div.block{
		width:100%;
	}
	#main_studios div.item div.title{
		margin-top:80px;
	}
	.types_cell{
		width:calc(100% - 20px) !important;
	}
	#main_types #prev, 	#main_types #next{
			display: none;
	}
}
@media(max-width:1024px){
	#slider{
		height:320px;
	}
	#slider .slide{
		height:320px;
	}
	#slider .slide .img{
		height:320px;
	}
}
@media(max-width:780px){
	#slider{
		height:220px;
	}
	#slider .slide{
		height:220px;
	}
	#slider .slide .img{
		height:220px;
	}
}
@media(max-width:440px){
	.contacts .item{
		width:97%;
	}
	.main_prices th{
		padding:10px;
	}
	#slider{
		height:180px;
	}
	#slider .slide{
		height:180px;
	}
	#slider .slide .img{
		height:180px;
	}
	#studio_page #int_slider #slides{
		width:calc(100% - 80px);
	}
	#studio_page #int_slider #slides .slide{
		width:100%;
	}
	#studio_page #int_slider .img{
		width:100%;
	}
	#news_full_img{
		max-width: 100% !important;
		width:100% !important;
		max-height: 100% !important;
		height: auto !important;
	}
}


.form-page {
  padding-top: 60px;
  padding-bottom: 80px;
  text-align: left; }
  @media (max-width: 1024px) {
    .form-page {
      padding-top: 50px; } }
  @media (max-width: 480px) {
    .form-page {
      padding-top: 10px; } }
  .form-page h2 {
    margin-bottom: 40px;
    text-align: left; }
    @media (max-width: 768px) {
      .form-page h2 {
        text-align: left;
        font-size: 30px; } }


				.form-block {
				  text-align: left;
				  margin-bottom: 26px; }
				  .form-block_flex {
				    display: -webkit-box;
				    display: -ms-flexbox;
				    display: flex; }
				    @media (max-width: 768px) {
				      .form-block_flex {
				        display: block; } }
				  .form-block_title {
				    font-weight: bold;
				    font-size: 14px;
				    color: #000;
				    display: block;
				    margin-bottom: 9px; }
					.form-block input[type="date"] {
						width: 712px;
						background: transparent;
						border: 1px solid #D3D8DE;
						padding: 10px 20px;
						height: 50px;
						font-size: 14px;
						color: #0F9C94;
						outline: none;
						box-sizing: border-box;
						position: relative;
					}
					@media (max-width: 768px) {
						.form-block input[type="date"] {
							width: 99%; } }
					@media (max-width: 480px) {
						.form-block input[type="date"] {
							height: 44px;
							padding: 5px 15px; } }
					::-webkit-calendar-picker-indicator {
					  color: transparent;
					  opacity: 1;
						position: absolute;
						background-image: url(/images/select-bg.svg);
						height: 50px;
						width: 50px;
						right: -10px;
						top:0;
					}
					::-webkit-inner-spin-button { display: none; }

				  .form-block select {
				    width: 712px;
				    height: 50px;
				    background: transparent;
				    border: 1px solid #D3D8DE;
				    padding: 10px 20px;
				    font-size: 14px;
				    color: #0F9C94;
						outline: none;
				    -webkit-appearance: none;
				    -moz-appearance: none;
				    appearance: none;
				    background-image: url(/images/select-bg.svg);
				    background-repeat: no-repeat;
				    background-position: right;
				    -webkit-box-sizing: border-box;
				    box-sizing: border-box; }
				    @media (max-width: 768px) {
				      .form-block select {
				        width: 99%; } }
				    @media (max-width: 480px) {
				      .form-block select {
				        height: 44px;
				        padding: 5px 15px; } }
				    .form-block select::-ms-expand {
				      display: none; }
				  .form-block_btn {
				    width: 332px;
				    height: 64px;
				    background: #0F9C94;
				    font-size: 14px;
				    color: #FFFFFF;
				    border: none;
				    text-transform: uppercase;
				    -webkit-transition: all 0.2s ease-in-out;
				    -o-transition: all 0.2s ease-in-out;
				    transition: all 0.2s ease-in-out;
				    margin-bottom: 40px; }
				    @media (max-width: 360px) {
				      .form-block_btn {
				        width: 99%; } }
				    .form-block_btn:hover {
				      background: #0b6d68; }

				.form-block_input {
				  text-align: left;
				  margin-bottom: 26px;
				  width: 330px;
				  margin-right: 25px; }
				  @media (max-width: 1100px) {
				    .form-block_input {
				      width: 30%; } }
				  @media (max-width: 768px) {
				    .form-block_input {
				      width: 99%; } }
				  .form-block_input input {
				    width: 100%;
				    height: 50px;
				    background: transparent;
				    border: 1px solid #D3D8DE;
				    padding: 10px 20px;
				    font-size: 14px;
				    color: #0F9C94;
				    -webkit-box-sizing: border-box;
				    box-sizing: border-box; }
				    @media (max-width: 480px) {
				      .form-block_input input {
				        height: 44px;
				        padding: 5px 15px; } }

				.checkbox-wrap {
				  text-align: left;
				  margin-top: 40px;
				  margin-bottom: 40px;
				  color: #959595;
				  font-size: 14px; }
				  @media (max-width: 480px) {
				    .checkbox-wrap {
				      padding-left: 30px;
				      margin-top: 30px;
				      margin-bottom: 30px; } }

				input[type="checkbox"]:checked,
				input[type="checkbox"]:not(:checked) {
				  position: absolute;
				  left: 0;
				  width: auto;
				  opacity: 0; }

				input[type="checkbox"]:checked + label,
				input[type="checkbox"]:not(:checked) + label {
				  display: inline-block;
				  position: relative;
				  padding-left: 43px;
				  line-height: 20px;
				  cursor: pointer; }
				  @media (max-width: 480px) {
				    input[type="checkbox"]:checked + label,
				    input[type="checkbox"]:not(:checked) + label {
				      padding-left: 40px; } }

				input[type="checkbox"]:checked + label:before,
				input[type="checkbox"]:not(:checked) + label:before {
				  content: "";
				  position: absolute;
				  left: 0px;
				  top: 0px;
				  width: 25px;
				  height: 25px;
				  border: 1px solid #0F9C94;
				  background-color: #fff;
				  border-radius: 3px; }

				input[type="checkbox"]:checked + label:after,
				input[type="checkbox"]:not(:checked) + label:after {
				  content: "";
				  position: absolute;
				  -webkit-transition: all 0.2s ease;
				  -o-transition: all 0.2s ease;
				  transition: all 0.2s ease;
				  left: 7px;
				  top: 6px;
				  width: 11px;
				  height: 7px;
				  border-radius: 1px;
				  border-left: 2px solid #0F9C94;
				  border-bottom: 2px solid #0F9C94;
				  -webkit-transform: rotate(-45deg);
				  -ms-transform: rotate(-45deg);
				  transform: rotate(-45deg); }

				input[type="checkbox"]:not(:checked) + label:after {
				  opacity: 0; }

				input[type="checkbox"]:checked + label:after {
				  opacity: 1; }

				.form-block-time {
				  display: -webkit-box;
				  display: -ms-flexbox;
				  display: flex;
				  margin-bottom: 26px;
				  font-size: 14px;
				  color: #959595; }
				  @media (max-width: 768px) {
				    .form-block-time {
				      display: block; } }
				  .form-block-time input {
				    width: 116px;
				    height: 50px;
				    background: transparent;
				    border: 1px solid #D3D8DE;
				    padding: 10px 20px;
				    font-size: 14px;
				    color: #0F9C94;
				    -webkit-box-sizing: border-box;
				    box-sizing: border-box; }
				    @media (max-width: 480px) {
				      .form-block-time input {
				        height: 44px;
				        padding: 5px 15px;
				        width: 44%; } }
				  .form-block-time label {
				    margin-right: 20px; }
				    @media (max-width: 480px) {
				      .form-block-time label {
				        width: 46%;
				        display: inline-block; } }
				  .form-block-time_line {
				    background-color: #959595;
				    height: 1px;
				    width: 14px;
				    display: block;
				    margin: 0 9px; }
				  .form-block-time_time {
				    margin-right: 70px; }
				    @media (max-width: 768px) {
				      .form-block-time_time {
				        margin-right: 0;
				        margin-bottom: 26px; } }
				  .form-block-time_input {
				    display: -webkit-box;
				    display: -ms-flexbox;
				    display: flex;
				    -webkit-box-align: center;
				    -ms-flex-align: center;
				    align-items: center; }
						.form-description {
						  display: block;
						  font-size: 14px;
						  color: #959595; }
						  @media (max-width: 480px) {
						    .form-description {
						      width: 100%;
						      text-align: center; } }

									.timetable {
									  margin: 40px 0;
									  -webkit-box-sizing: border-box;
									  box-sizing: border-box; }
									  .timetable__wrap {
									    display: -webkit-box;
									    display: -ms-flexbox;
									    display: flex;
									    margin: 50px 0; }
									    @media (max-width: 768px) {
									      .timetable__wrap {
									        display: block; } }
									  .timetable__column {
									    width: 14.24%; }
									    @media (max-width: 768px) {
									      .timetable__column {
									        width: 100%;
									        -webkit-box-sizing: border-box;
									        box-sizing: border-box;
									        margin-bottom: 20px; } }
									    .timetable__column:first-child .timetable-item, .timetable__column:first-child .timetable__title {
									      border-left: 1px solid #ECF1F7; }
									    @media (max-width: 1400px) {
									      .timetable__column:first-child .timetable-desc {
									        left: -5px;
									        -webkit-transform: translateX(0%);
									        -ms-transform: translateX(0%);
									        transform: translateX(0%); }
									        .timetable__column:first-child .timetable-desc:after {
									          margin-left: 0;
									          left: 20px; } }
									    @media (max-width: 768px) {
									      .timetable__column:first-child .timetable-desc {
									        left: 0px; } }
									    @media (max-width: 1400px) {
									      .timetable__column:last-child .timetable-desc {
									        right: -5px;
									        left: auto;
									        -webkit-transform: translateX(0%);
									        -ms-transform: translateX(0%);
									        transform: translateX(0%); }
									        .timetable__column:last-child .timetable-desc:after {
									          margin-left: 0;
									          left: auto;
									          right: 20px; } }
									    @media (max-width: 768px) {
									      .timetable__column:last-child .timetable-desc {
									        left: 0px;
									        right: auto; } }
									  .timetable__title {
									    height: 75px;
									    border-right: 1px solid #ECF1F7;
									    border-bottom: 1px solid #ECF1F7;
									    border-top: 1px solid #ECF1F7;
									    display: -webkit-box;
									    display: -ms-flexbox;
									    display: flex;
									    -webkit-box-pack: center;
									    -ms-flex-pack: center;
									    justify-content: center;
									    -webkit-box-align: center;
									    -ms-flex-align: center;
									    align-items: center;
									    background: #F9FAFC;
									    font-weight: 600;
									    font-size: 18px;
									    color: #8B8B8C;
									    text-transform: uppercase; }
									    @media (max-width: 768px) {
									      .timetable__title {
									        height: 47px; } }

									.timetable-item {
									  height: 80px;
									  width: 100%;
									  -webkit-box-sizing: border-box;
									  box-sizing: border-box;
									  border-right: 1px solid #ECF1F7;
									  border-bottom: 1px solid #ECF1F7;
									  display: -webkit-box;
									  display: -ms-flexbox;
									  display: flex;
									  -webkit-box-pack: center;
									  -ms-flex-pack: center;
									  justify-content: center;
									  -webkit-box-align: center;
									  -ms-flex-align: center;
									  align-items: center;
									  -webkit-box-orient: vertical;
									  -webkit-box-direction: normal;
									  -ms-flex-direction: column;
									  flex-direction: column;
									  color: #FFFFFF;
									  font-weight: 300;
									  font-size: 14px;
									  line-height: 16px;
									  position: relative; }
									  @media (max-width: 1100px) {
									    .timetable-item {
									      height: 100px; } }
									  @media (max-width: 768px) {
									    .timetable-item {
									      height: auto;
									      min-height: 50px;
									      padding: 0 2px;
									      padding-bottom: 2px; } }
										.timetable-item .timetable-btn:hover {
													color: #18B2E2; }
									  .timetable-item.matwork {
									    background: #0F9C94; }
									    .timetable-item.matwork .timetable-btn:hover {
									      color: #0F9C94; }
									  .timetable-item.ballet {
									    background: #18B2E2; }
									    .timetable-item.ballet .timetable-btn:hover {
									      color: #18B2E2; }
									  .timetable-item.yoga {
									    background: #087ABA; }
									    .timetable-item.yoga .timetable-btn:hover {
									      color: #087ABA; }
									  .timetable-item.reformer {
									    background: #14CBCB; }
									    .timetable-item.reformer .timetable-btn:hover {
									      color: #14CBCB; }
									  .timetable-item.stretching {
									    background: #652EDC; }
									    .timetable-item.stretching .timetable-btn:hover {
									      color: #652EDC; }
									  .timetable-item.mfp {
									    background: #A676E2; }
									    .timetable-item.mfp .timetable-btn:hover {
									      color: #A676E2; }
									  @media (max-width: 768px) {
									    .timetable-item.empty-cell {
									      display: none; } }
									  .timetable-item:hover .timetable-desc {
									    visibility: visible;
									    opacity: 1; }
									  .timetable-item__text {
									    padding: 5px 14px;
									    width: 100%;
									    -webkit-box-sizing: border-box;
									    box-sizing: border-box; }
									    @media (max-width: 1024px) {
									      .timetable-item__text {
									        padding: 5px 8px; } }
									    @media (max-width: 768px) {
									      .timetable-item__text {
									        display: -webkit-box;
									        display: -ms-flexbox;
									        display: flex;
									        -webkit-box-pack: justify;
									        -ms-flex-pack: justify;
									        justify-content: space-between;
									        -webkit-box-align: center;
									        -ms-flex-align: center;
									        align-items: center;
									        padding: 5px 20px;
									        min-height: 50px; } }
									    .timetable-item__text span {
									      display: block; }
									  @media (max-width: 768px) {
									    .timetable-item__text-wrap {
									      padding-right: 20px;
									      -webkit-box-sizing: border-box;
									      box-sizing: border-box;
									      text-align: left; } }
									  @media (max-width: 480px) {
									    .timetable-item__text-wrap {
									      text-align: center;
									      width: 50%;
									      padding-right: 10px; } }

									.timetable-desc {
									  position: absolute;
									  top: 73px;
									  left: 50%;
									  -webkit-transform: translateX(-50%);
									  -ms-transform: translateX(-50%);
									  transform: translateX(-50%);
									  padding-top: 4px;
									  color: #000000;
									  z-index: 10;
									  visibility: hidden;
									  opacity: 0;
									  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
									  -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
									  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1); }
									  @media (max-width: 1024px) {
									    .timetable-desc {
									      top: 85px; } }
									  @media (max-width: 768px) {
									    .timetable-desc {
									      display: block;
									      visibility: visible;
									      opacity: 1;
									      position: relative;
									      top: 0;
									      max-height: 0;
									      overflow: hidden;
									      padding-top: 0;
									      -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
									      -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
									      transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
									      width: 100%;
									      -webkit-box-sizing: border-box;
									      box-sizing: border-box;
									      left: 0;
									      -webkit-transform: translateX(0%);
									      -ms-transform: translateX(0%);
									      transform: translateX(0%); } }
									  .timetable-desc.active {
									    max-height: 500px; }
									  .timetable-desc:after {
									    content: '';
									    width: 18px;
									    height: 18px;
									    background-color: #fff;
									    display: block;
									    -webkit-transform: rotate(45deg);
									    -ms-transform: rotate(45deg);
									    transform: rotate(45deg);
									    position: absolute;
									    top: 0;
									    left: 50%;
									    margin-left: -9px; }
									    @media (max-width: 768px) {
									      .timetable-desc:after {
									        display: none; } }
									  .timetable-desc__wrap {
									    background: #fff;
									    padding: 32px 30px;
									    width: 320px;
									    -webkit-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.35);
									    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.35);
									    border-radius: 4px; }
									    @media (max-width: 1024px) {
									      .timetable-desc__wrap {
									        width: 200px; } }
									    @media (max-width: 768px) {
									      .timetable-desc__wrap {
									        width: auto;
									        padding: 20px 10px;
									        text-align: left;
									        border-radius: 0; } }
									  .timetable-desc__title {
									    font-weight: bold;
									    font-size: 13px; }
									  .timetable-desc__text {
									    font-size: 13px;
									    line-height: 18px;
									    padding: 20px 0; }
									  .timetable-desc span {
									    display: block; }

									.timetable-btn {
									  font-size: 12px;
									  line-height: 12px;
									  color: #fff;
									  text-decoration: none;
									  border: 1px solid #FFFFFF;
									  border-radius: 10px;
									  height: 21px;
									  width: 100%;
									  display: block;
									  padding: 2px 10px;
									  text-transform: uppercase;
									  -webkit-box-sizing: border-box;
									  box-sizing: border-box;
									  margin-top: 8px;
									  margin-bottom: 5px;
									  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
									  -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
									  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1); }
									  @media (max-width: 1024px) {
									    .timetable-btn {
									      font-size: 10px;
									      line-height: 10px;
									      height: 18px;
									      padding: 2px 5px; } }
									  @media (max-width: 768px) {
									    .timetable-btn {
									      width: 40%;
									      width: 141px;
									      height: 21px;
									      font-size: 12px;
									      line-height: 12px;
									      padding: 2px 10px; } }
									  .timetable-btn:hover {
									    background: #fff; }

											.n-popup {
											  position: fixed;
											  top: 0;
											  left: 0;
											  bottom: 0;
											  right: 0;
											  z-index: 1000;
											  background: rgba(69, 69, 69, 0.8);
											  background: rgba(0, 0, 0, 0.8);
											  display: -webkit-box;
											  display: -ms-flexbox;
											  display: flex;
											  -webkit-box-align: center;
											  -ms-flex-align: center;
											  align-items: center;
											  -webkit-box-pack: center;
											  -ms-flex-pack: center;
											  justify-content: center;
											  opacity: 0;
											  visibility: hidden;
											  -webkit-transition: all 0.2s ease-in-out;
											  -o-transition: all 0.2s ease-in-out;
											  transition: all 0.2s ease-in-out; }
											  .n-popup.active {
											    opacity: 1;
											    visibility: visible; }
											  .n-popup_block {
											    width: 90%;
											    max-width: 812px;
											    height: 455px;
											    background: #fff;
											    padding: 50px 100px;
											    -webkit-box-sizing: border-box;
											    box-sizing: border-box;
											    display: -webkit-box;
											    display: -ms-flexbox;
											    display: flex;
											    -webkit-box-align: center;
											    -ms-flex-align: center;
											    align-items: center;
											    -webkit-box-pack: center;
											    -ms-flex-pack: center;
											    justify-content: center;
											    text-align: center;
											    font-size: 18px;
											    line-height: 36px;
											    color: #2E2E2E;
											    background-image: url(/images/bg-popup.svg);
											    background-repeat: no-repeat;
											    background-position: left top;
											    position: relative; }
											    @media (max-width: 768px) {
											      .n-popup_block {
											        height: 70%;
											        padding: 50px; } }
											    @media (max-width: 480px) {
											      .n-popup_block {
											        padding: 20px 30px; } }
											    .n-popup_block span {
											      display: block; }
											  .n-popup_close {
											    position: absolute;
											    top: 0;
											    right: 0;
											    width: 48px;
											    height: 48px;
											    background: #0F9C94;
											    -webkit-transition: all 0.2s ease-in-out;
											    -o-transition: all 0.2s ease-in-out;
											    transition: all 0.2s ease-in-out;
											    cursor: pointer; }
											    .n-popup_close:hover {
											      background: #0b6d68; }
											    .n-popup_close:after {
											      content: '';
											      width: 16px;
											      height: 16px;
											      background-image: url(/images/close.svg);
											      display: block;
											      position: absolute;
											      top: 50%;
											      left: 50%;
											      margin-top: -9px;
											      margin-left: -8px; }




	@media (max-width: 1040px) {
	  .menu_div {
	    height: 100vh;
	    -webkit-box-sizing: border-box;
	    box-sizing: border-box;
	    z-index: 3110;
	    background: #0F9C94;
	    float: none;
	    padding-bottom: 60px; }
	  #menu_table {
	    height: 100%;
	    overflow: auto;
	    display: block; }
	    #menu_table tbody, #menu_table tr {
	      display: block; }
	  #menu {
	    height: auto;
	    width: 100%;
	    display: block;
	    -webkit-box-sizing: border-box;
	    box-sizing: border-box; }
	    #menu ul li {
	      border-bottom: 1px solid #00A6A6; }
	      #menu ul li:hover {
	        background: #00A6A6; }
	      #menu ul li a {
	        font-size: 16px;
	        padding: 15px 18px; }
					#menu ul li a.act{color:#fff; text-decoration: underline;}
	        #menu ul li a:hover {
	          color: #fff; }
	    #menu ul li.submenu {
	      position: relative;
	      max-height: 54px;
	      overflow: hidden;
	      -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	      -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	      transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1); }
	      #menu ul li.submenu a {
	        margin-right: 70px; }
	      #menu ul li.submenu > ul {
	        display: block;
	        position: relative;
	        padding-top: 15px; }
	        #menu ul li.submenu > ul li {
	          border-bottom: none;
	          padding-left: 30px;
	          padding-top: 9px; }
	          #menu ul li.submenu > ul li a {
	            -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	            -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	            transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); }
	          #menu ul li.submenu > ul li:hover {
	            background: none; }
	            #menu ul li.submenu > ul li:hover a {
	              color: #00A6A6; }
	      #menu ul li.submenu:after {
	        content: '';
	        width: 14px;
	        height: 8px;
	        position: absolute;
	        right: 39px;
	        top: 23px;
	        background-image: url(/images/menu-down.svg);
	        background-repeat: no-repeat;
	        background-position: center;
	        -webkit-transition: -webkit-transform 0.5s cubic-bezier(1, 0, 0, 1);
	        transition: -webkit-transform 0.5s cubic-bezier(1, 0, 0, 1);
	        -o-transition: transform 0.5s cubic-bezier(1, 0, 0, 1);
	        transition: transform 0.5s cubic-bezier(1, 0, 0, 1);
	        transition: transform 0.5s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.5s cubic-bezier(1, 0, 0, 1); }
	      #menu ul li.submenu.active {
	        max-height: 600px; }
	        #menu ul li.submenu.active:after {
	          -webkit-transform: rotate(180deg);
	          -ms-transform: rotate(180deg);
	          transform: rotate(180deg); } }
						#menu ul li.submenu > ul li a {
		  font-size: 11px; }		

	.menu-btn {
	  display: none;
	  width: 313px;
	  height: 46px;
	  background: #00A6A6;
	  font-size: 14px;
	  color: #FFFFFF;
	  -webkit-box-align: center;
	  -ms-flex-align: center;
	  align-items: center;
	  -webkit-box-pack: center;
	  -ms-flex-pack: center;
	  justify-content: center;
	  text-decoration: none;
	  margin: 50px auto 60px auto;
	  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	  -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); }
	  @media (max-width: 1040px) {
	    .menu-btn {
	      display: -webkit-box;
	      display: -ms-flexbox;
	      display: flex; } }
	  .menu-btn__wrap {
	    width: 100%;
	    display: block; }
	  .menu-btn:hover {
	    background-color: #008d8d; }

			#logo_img img {
			  -webkit-box-shadow: none;
			  box-shadow: none; }


				.h-bar-wrap {
				    display: -webkit-box;
				    display: -ms-flexbox;
				    display: flex;
				    -webkit-box-pack: end;
				    -ms-flex-pack: end;
				    justify-content: flex-end;
				}



				.h-btns {
				    display: -webkit-box;
				    display: -ms-flexbox;
				    display: flex;
				    margin-right: 20px;
				}
				@media (max-width: 1024px){
					.h-btns {
					    width: 67%;
					    margin-right: 0;
					}
				}

			.h-btn {
			  text-decoration: none;
			  color: #fff;
			  font-size: 14px;
			  font-weight: 500;
			  background: #00A6A6;
			  padding: 4px 20px 10px 20px;
			  height: 30px;
			  display: block;
			  -webkit-box-sizing: border-box;
			  box-sizing: border-box;
			  max-width: 322px;
			  float: right;
			  -webkit-transition: all 0.2s ease-in-out;
			  -o-transition: all 0.2s ease-in-out;
			  transition: all 0.2s ease-in-out;
			  margin-right: 30px; }
			  .h-btn:hover {
			    background: #0b6d68; }


					.h-btns .h-btn {
					    margin-right: 0;
					    border-left: 0.5px solid #6A6A6A;
					}


			.logo-mob {
			  display: none; }

			@media (max-width: 1040px) {
			  #main_cont {
			    padding-top: 110px; }
			  .h-btn {
			    float: none;
			    width: 50%;
			    height: 49px;
			    -webkit-box-sizing: border-box;
			    box-sizing: border-box;
			    padding: 5px 5px 10px 5px;
			    background: none;
			    color: #14CBCB;
			    font-size: 15px;
			    display: -webkit-box;
			    display: -ms-flexbox;
			    display: flex;
			    -webkit-box-align: center;
			    -ms-flex-align: center;
			    align-items: center;
			    -webkit-box-pack: center;
			    -ms-flex-pack: center;
			    justify-content: center;
			    line-height: 15px;
			    max-width: 100%;
			    margin-right: 0; }
			    .h-btn:hover {
			      background: none; }
			    .h-btn span {
			      display: none; }
			  .logo-mob {
			    display: block;
			    -webkit-box-flex: 1;
			    -ms-flex-positive: 1;
			    flex-grow: 1;
			    margin-right: 61px; }
			  #phone {
			    display: none; }
			  #header .top .content {
			    display: -webkit-box;
			    display: -ms-flexbox;
			    display: flex;
			    -webkit-box-align: center;
			    -ms-flex-align: center;
			    align-items: center;
			    padding: 0; }
			  #header .top {
			    -webkit-box-flex: 1;
			    -ms-flex-positive: 1;
			    flex-grow: 1; }
			  #header {
			    background: #0F9C94;
			    height: 61px;
			    -webkit-box-sizing: border-box;
			    box-sizing: border-box; }
			  #menu_but {
			    border-right: 0.5px solid #14CBCB;
			    height: 61px;
			    display: block;
			    padding: 19px 14px;
			    -webkit-box-sizing: border-box;
			    box-sizing: border-box; }
			  #bar #phone {
			    line-height: 0;
			    font-size: 0;
			    display: block;
			    padding: 0;
			    height: 61px;
			    width: 61px;
			    background: none;
			    border-left: 0.5px solid #14CBCB;
			    position: relative;
			    position: absolute;
			    top: 0;
			    right: 0;
			    z-index: 2000;
			    margin: 0; }
			    #bar #phone:after {
			      content: '';
			      width: 24px;
			      height: 24px;
			      background-image: url(/images/phone_icon-white.svg);
			      background-position: center;
			      display: block;
			      position: absolute;
			      top: 50%;
			      left: 50%;
			      margin-top: -12px;
			      margin-left: -12px; }
			    #bar #phone a {
			      display: block;
			      width: 100%;
			      height: 100%;
			      z-index: 2010;
			      position: relative; }
			  #bar {
			    height: 49px;
			    background-color: #2e2e2e; }
			  .menu_div {
			    top: 61px;
			    border-top: 0.5px solid #14CBCB; }
			  #bar {
			    position: static; }
			    #bar .content {
			      position: static;
			      padding: 0; }
			  #callback {
			    background: none;
			    text-decoration: none;
			    width: 50%;
			    height: 49px;
			    -webkit-box-sizing: border-box;
			    box-sizing: border-box;
			    padding: 11px 5px;
			    border-left: 0.5px solid #6A6A6A;
			    color: #14CBCB;
			    font-size: 15px;
			    display: -webkit-box;
			    display: -ms-flexbox;
			    display: flex;
			    -webkit-box-align: center;
			    -ms-flex-align: center;
			    align-items: center;
			    -webkit-box-pack: center;
			    -ms-flex-pack: center;
			    justify-content: center;
			    padding: 5px 5px 10px 5px; } }

					@media (max-width: 480px){
						.h-bar-wrap #callback {
						    font-size: 14px;
						    line-height: 110%;
						}
					}

					@media (max-width: 1024px){
						.h-bar-wrap #callback {
						    width: 33%;
						}
					}

					#footer {
					  overflow: hidden; }

@media(max-width:480px){
						#popup{
							margin-right:40px;
						}
						.callback_form{
							padding:20px;
							min-width: inherit;
							box-sizing: border-box;
							width:100%;
						}
					}

.video-list{
	display: flex;
	flex-wrap: wrap;
	width:1180px;
}
.video-item{
	margin:20px auto;
	padding-bottom:40px;
	width:32%;
	height: 260px;
}
.video-item iframe{
	width:100%;
	height:100%;
}
.video-item p{
	text-align: center;
}
@media(max-width:1280px){
	.video-list{
		width:100%;
	}
}
@media(max-width:980px){
	.video-item{
		width:90vw;
		height: 360px;
	}
}
@media(max-width:480px){
	.video-item{
		height: 260px;
	}
}

#main_about {
  color: rgba(0, 0, 0, 0.5); }

.border-btn {
  font-size: 16px;
  text-transform: uppercase;
  color: #00A6A6;
  padding: 22px 60px;
  text-decoration: none;
  border: 1px dashed #0F9C94;
  border-radius: 90px;
  display: inline-block;
  margin-top: 50px;
  text-align: center;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  @media (max-width: 480px) {
    .border-btn {
      font-size: 13px;
      padding: 15px 40px;
      margin-top: 16px; } }
  .border-btn:hover {
    background: #0F9C94;
    color: #fff; }

#main_studios div.item {
  position: relative;
  height: 270px; }
  #main_studios div.item a div.block {
    width: 100%;
    height: auto;
    min-height: 95px;
    padding: 16px 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #000000;
    text-align: center;
    color: #fff; }
  #main_studios div.item div.title {
    margin-top: 0;
    background: none;
    padding-top: 0; }

#main_types #prev, #main_types #next {
  width: 54px;
  height: 54px;
  background-image: url(/images/arrow-next.svg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center; }
  #main_types #prev:hover, #main_types #next:hover {
    opacity: 0.6; }

#main_types #prev {
  left: -60px; }

#main_types #next {
  right: -60px; }

.review-column-wrap:after {
  display: table;
  clear: both;
  content: ""; }

#review div.item {
  width: 48%; }

#review a {
  color: #00A6A6; }
  #review a:hover {
    text-decoration: none; }

#review h2 {
  color: #fff; }

.blue-btn {
  font-size: 16px;
  text-transform: uppercase;
  background-color: #00A6A6;
  color: #fff !important;
  text-decoration: none !important;
  padding: 22px 60px;
  border-radius: 90px;
  display: inline-block;
  margin-top: 60px;
  text-align: center;
  position: relative; }
  @media (max-width: 480px) {
    .blue-btn {
      font-size: 13px;
      padding: 15px 40px;
      margin-top: 16px; } }
  .blue-btn:hover {
    background: #0F9C94;
    color: #fff; }





		.tr-tabs {
		  margin-bottom: 80px;
		  margin-top: 30px; }
		  @media (max-width: 480px) {
		    .tr-tabs {
		      margin-bottom: 30px; } }

		.tr-tabs-head {
		  display: -webkit-box;
		  display: -ms-flexbox;
		  display: flex;
		  width: 100%;
		  -webkit-box-sizing: border-box;
		  box-sizing: border-box;
		  -webkit-box-pack: justify;
		  -ms-flex-pack: justify;
		  justify-content: space-between; }
		  @media (max-width: 480px) {
		    .tr-tabs-head {
		      -ms-flex-wrap: wrap;
		      flex-wrap: wrap; } }
		  .tr-tabs-head_item {
		    width: 32%;
		    -webkit-box-sizing: border-box;
		    box-sizing: border-box;
		    height: 86px;
		    padding: 5px 10px;
		    border-radius: 16px;
		    border: 1px solid #C5C8D5;
		    font-weight: 600;
		    font-size: 18px;
		    color: #B9B9B9;
		    text-transform: uppercase;
		    display: -webkit-box;
		    display: -ms-flexbox;
		    display: flex;
		    -webkit-box-align: center;
		    -ms-flex-align: center;
		    align-items: center;
		    -webkit-box-pack: center;
		    -ms-flex-pack: center;
		    justify-content: center;
		    cursor: pointer; }
		    @media (max-width: 768px) {
		      .tr-tabs-head_item {
		        font-size: 14px;
		        height: 70px; } }
		    @media (max-width: 480px) {
		      .tr-tabs-head_item {
		        width: 48%;
		        margin-bottom: 10px;
		        font-size: 12px;
		        height: 60px;
		        border-radius: 10px; } }
		    .tr-tabs-head_item.active {
		      color: #fff; }
		    .tr-tabs-head_item--green.active {
		      background-color: #0F9C94;
		      border-color: #0F9C94; }
		    .tr-tabs-head_item--violet.active {
		      background-color: #652EDC;
		      border-color: #652EDC; }
		    .tr-tabs-head_item--yellow.active {
		      background-color: #FAC02B;
		      border-color: #FAC02B; }

		.tr-tabs-body {
		  padding-top: 44px;
		  width: 100%;
		  -webkit-box-sizing: border-box;
		  box-sizing: border-box; }
		  @media (max-width: 480px) {
		    .tr-tabs-body {
		      padding-top: 20px; } }
		  .tr-tabs-body_item {
		    display: none; }
		    .tr-tabs-body_item:first-child {
		      display: block; }

		.tabs-columns {
		  display: -webkit-box;
		  display: -ms-flexbox;
		  display: flex;
		  -webkit-box-pack: justify;
		  -ms-flex-pack: justify;
		  justify-content: space-between; }
		  @media (max-width: 1024px) {
		    .tabs-columns {
		      display: block; } }
		  .tabs-columns_item {
		    width: 48%; }
		    @media (max-width: 1024px) {
		      .tabs-columns_item {
		        width: 100%; }
		        .tabs-columns_item:first-child {
		          margin-bottom: 30px; } }

		.tr-table-wrap {
		  overflow-x: auto; }

		.tr-table {
		  width: 100%;
		  -webkit-box-sizing: border-box;
		  box-sizing: border-box; }
		  .tr-table th {
		    background: #E9EAED;
		    padding: 17px;
		    font-size: 16px;
		    font-weight: 600; }
		    @media (max-width: 480px) {
		      .tr-table th {
		        padding: 10px;
		        font-size: 13px; } }
		  .tr-table td {
		    font-weight: 300;
		    font-size: 18px;
		    padding: 5px;
		    background-color: #f8f8f8; }
		    @media (max-width: 480px) {
		      .tr-table td {
		        font-size: 14px; } }
		  .tr-table_title th {
		    font-weight: 600;
		    font-size: 24px; }
		    @media (max-width: 480px) {
		      .tr-table_title th {
		        font-size: 16px; } }
		  .tr-table_subtitle td {
		    line-height: 100%;
		    padding: 19px;
		    font-size: 16px; }
		    @media (max-width: 480px) {
		      .tr-table_subtitle td {
		        font-size: 13px;
		        padding: 10px 5px; } }
