
body {
	background-image: url(/images/background.jpg);
}

ul {
	list-style-type:none;
}

.brd {
	border:1px solid black;
}

a.upper-yellow {
	
	font-weight: bold;
	font-size:16px;
	text-transform: uppercase;
}

div.container {
	/*border:1px solid black;*/
	 box-shadow: 0 0 12px rgba(0,0,0,0.5);
	 margin-top:12px;
	 background-color: #fff;right-block
	 border-radius:5px;
}

div.top-menu-row {
	margin-top:5px;
}

ul#top_menu {
	list-style-type:none;
	padding-left:0;
}

ul#top_menu li {
	float:left;
	padding:3px;
	text-transform: uppercase;;
	color:#7c7c7c;
	font-size:12px;	
}
ul#top_menu a {
	color:#7c7c7c;
	font-size:11px;		
}

ul#top_menu li.sep {
	background-image: url(/images/bg-top-menu-sep.png);
	width:10px;
	background-repeat: no-repeat;
	background-position: center;
}

div.top-header {
	text-align: right;
	padding-left:0;	
}

div.top-header a{
	color:#7c7c7c;
	font-size:11px;		
	text-transform: uppercase;;
	height: 20px;
	line-height: 20px;
	padding:0;
	width:140px;
	border-radius: 2px;
}

a.top-header-button-callback {
	background-color: #7c7c7c;
	border:none;
	color:#fff !important;
}

div.center-header-1 {
	height:128px;
}

div.center-header-1 img {
	margin-top:10px;
}

div.center-header-2 {
	height: 128px;
	text-align:center;
	padding-top:10px;
}

div.center-header-2 a.phone {
	font-size:23px;
	text-decoration:none;
}

div.center-header-2 span.title {
	font-size:12px;
	color:#444444;
}

div.center-header-2 span.title a {

}

div.center-header-3 {
	height:128px;
	text-align: center;
	padding-top:15px;
}

div.header-locator {
	
	
}

div.header-locator div.select {
margin-top:7px;	
}

div.header-locator div.select_title {
	padding-right:15px;
	background-image: url(/images/bg-select-yellow.png);
	background-position: right;
	background-repeat: no-repeat;
	cursor: pointer;	
}

div.header-locator div.select:nth-child(1) {
	margin-top:10px;
}

div.header-locator div.select_title_wrapper {
	color: #444;
	font-size:12px;	
	border-bottom:1px dotted #f8b133;	
	text-align: center;	
	
}

div.header-locator div.select div.select_options {
	position: absolute;
	z-index:1000;	
	display: none;
} 

div.header-locator div.select div.select_options ul {	
	padding-left:0;
	background-color: #fff;	
	width:190px;
}

div.header-locator div.select div.select_options ul li {
	text-align: left;
	font-size:12px;
	cursor: pointer;
	height:18px;
	padding-left:5px;
	border-bottom:1px dotted #f8b133;
}

div.header-locator div.select div.select_options ul li a {
	color:inherit;
	text-decoration: none;
}

div.header-locator div.caption {
	color: #444;
	font-size:12px;	
	border-bottom:1px dotted #f8b133;
}

div.header-locator div.caption span.yellow {
	color:#f8b133;
}

div.center-header-4 {
	height:128px;
	/*padding-top:15px;*/
	padding-top:0;
	padding-left:0;
}
div.center-header-4 a.btn {
	color:#444444;
	text-transform: uppercase;
	margin-top:1px;
	margin-bottom:1px;
	width:140px;
	font-size:12px;
	text-align:left;
	height:38px;
	line-height: 22px;
	background-position: 8px;
	padding-left:6px;
	background-repeat: no-repeat;
	
}

div.center-header-4 a.btn-teachers {
	padding-left:27px;
}

div.center-header-4 a.btn-shedule {	
	padding-left:27px;
}

div.center-header-4 a.btn-organiz {	
	padding-left:27px;
	/*display:none;*/	
	text-wrap: wrap;
	line-height:10px;
	padding-top:0;
	padding-bottom:0;
	display:flex;
	align-items: center;
	align-content:center;
	
}

div.center-header-4 a.btn-organiz span.red {
	font-size:10px;
	color: red;
}

div.center-header-4 a.btn span {
	font-size:12px;
}

div.center-header-4 a.btn:nth-child(2){
	/*margin-top:15px;*/
}

div.header-main-menu ul {
	list-style-type:none;
	width:100%;
	padding:0;
	display:flex;
	justify-content:center;	
}

div.header-main-menu li {
	width:16.5%;
	text-align:center;
	font-size:16px;
	text-transform: uppercase;
	padding-top:8px;
} 

div.header-main-menu li a {
	color:#444444;
	font-weight: 300;	
}

div.header-main-menu li.active a {
	font-weight: bold;
}

div.header-main-menu li:nth-child(1){
	border-color: #5f84c1;
}

div.header-main-menu li:nth-child(2){
	border-color: #a2539a;
}
div.header-main-menu li:nth-child(3){
	
}
div.header-main-menu li:nth-child(4){
	border-color: #86bb50;
}
div.header-main-menu li:nth-child(5){
	border-color: #5f84c1;
}
div.header-main-menu li:nth-child(6){
	
}

div.footer-row {
	
}

div.footer-menu {
	padding-top:30px;
}

div.footer-menu.with-padding li{
	padding-left:10px;
}

div.footer-menu span.title {
	font-size:18px;
	color:#444444;
	font-weight: bold;
}

div.footer-menu ul {
	padding-left:0;		
}

div.footer-menu li {
	font-size:14px;
	color:#555;	
	
}

div.footer-menu li a {
	color:#555;
}

div.footer-footer {
	background-color:#444444;
}

div.footer-footer-col {
	height:40px;
	font-size:14px;
	
	line-height: 40px;
}

div.block_content {
	margin-top:30px;
}

div.block_content h3.title {
	font-size:36px;
	font-family:'DaxlinePro-Bold';
	
}

div.block_content h4.title {
	color:#444444;
	font-size:18px;
	font-weight: bold;
}

div.block_content p {
	font-size:15px;
	font-weight: 300;
	color:#222222;
	text-align: justify;
}

div.geography ul{
	width:100%;
	height:100px;
	display:flex;
	flex-direction:column;
	flex-wrap:wrap;
	height:365px;
}

div.geography div.slide-left {
	width:11px;
	height:14px;
	position:relative;
	top:180px;
	left:-15px;
	float:left;
}

div.geography div.slide-left a{
	display:block;width:11px;height:18px;	
	background-repeat:no-repeat;background-position:center;
	
}

div.geography div.slide-right {
	width:11px;
	height:14px;
	position:relative;
	top:180px;
	left:15px;
	float:right;
	
}

div.geography div.slide-right a{
	display:block;width:11px;height:18px;
	background-repeat:no-repeat;background-position:center;
}

div.geography ul {
	padding:0;
}

div.geography li {
	padding-left:12px;
	
	height:50px;
	background-color: #fafafa;
	margin:1px;
	border-radius: 3px;
	width:33%;
	display: flex;
	flex-direction:column;
	justify-content:center;
}

div.geography li.city-title{
	font-weight: bold;
	font-size:18px;
	color:#444;
	line-height: 50px;
	background-color:#fff;
}
div.geography li.district-title{
	
	font-weight: bold;
	font-size:16px;
	text-transform: uppercase;
	padding-right:5px;
	
}

div.geography li.address {
	
}

div.geography li.address span.address {
	font-size:14px;
	color:#444;
}

div.geography li.address span.name {
	font-size:13px;
	color:#767676;
	font-weight: lighter;
}

div.teacher-slider ul {
	display: flex;
	justify-content:center;
	padding-left:0;
}

div.teacher-slider ul li {
	width:195px;
	
}

div.teacher-slider div.name {
	font-size:18px;
	font-weight: bold;
	color:#444;
	text-transform: uppercase;
	text-align: center;
	padding-top:15px;	
}

div.teacher-slider div.name a {
	color:#444;
	height:50px;
	display:block;
	overflow:hidden;
}

div.teacher-slider div.specialty {
	font-size:12px;
	font-weight: bold;
	height:14px;
	overflow: hidden;
	text-align: center;
	line-height: 13px;
}

div.teacher-slider div.descr {
	color:#444;
	font-size:13px;
	text-align: center;
	line-height: 14px;
	padding-top:10px;
}


div.services-wizard {
	
}

div.services-wizard div.first span.glyphicon{
	font-size:12px;float:right;line-height:50px;margin-right:20px;color:#b7b7b7;
}

div.services-wizard div.wizard-wrapper{
	display: flex;
	justify-content:left;	
	height:303px;
}

div.services-wizard div.wizard-wrapper ul {
	padding-left:0;
}

div.services-wizard div.first {
	width:33%;

}

div.services-wizard div.two {
width:33%;
}

div.services-wizard div.two ul {
	padding-right:4px;
	
	height: 307px;
	overflow-x: hidden;
	
	background-position: right;
	background-repeat: no-repeat;
	background-size: 4px 150%;
	
	
	
}

div.services-wizard div.two ul::-webkit-scrollbar {
width: 4px;
height: 4px;
}

div.services-wizard div.two ul::-webkit-scrollbar-track {
box-shadow: inset 0 0 10px #ffe8c1;
border-radius: 10px;
}

div.services-wizard div.two ul::-webkit-scrollbar-thumb {
border-radius: 10px;
background: #ffb31b; 
box-shadow: inset 0 0 6px rgba(0,0,0,0.1); 
}


div.services-wizard div.third ul::-webkit-scrollbar {
width: 4px;
height: 4px;
}

div.services-wizard div.third ul::-webkit-scrollbar-track {
box-shadow: inset 0 0 10px #ffe8c1;
border-radius: 10px;
}

div.services-wizard div.third ul::-webkit-scrollbar-thumb {
border-radius: 10px;
background: #ffb31b; 
box-shadow: inset 0 0 6px rgba(0,0,0,0.1); 
}




div.services-wizard div.two li {
	height: 50px;
	display: flex;
	flex-direction:column;
	justify-content:center;
	padding-right:15px;
	/*background-image: url(/images/services-slider-bg-gray.png);*/
	background-position: right center;
	background-repeat: no-repeat;
	background-color: #fafafa;
	border-radius: 3px;
	margin:1px;
	padding-left:15px;
	overflow:hidden;
}

div.services-wizard div.two li.active {
	
}

div.services-wizard div.two li a {
	color:#444;
	font-size:14px;
}
div.services-wizard div.two li.active a {
	font-weight: bold;
}

div.services-wizard div.third {
width:33%;
}

div.services-wizard div.first li {
	height: 50px;
	line-height: 50px;
	background-color: #fafafa;
	b2ackground-color: gray;
	border-radius: 3px;
	margin:1px;
	padding-left:15px;
}

div.services-wizard div.first li a{
	font-size:16px;
	color:#444;
	text-transform: uppercase;
}

div.services-wizard div.first li.active a{
	font-weight: bold;

}

div.services-wizard div.first li.active a span.glyphicon {
	margin-right:18px;
	font-size:16px;
}

div.services-wizard div.third ul {
	padding-right:4px;
	height: 307px;
	overflow-x: hidden;
	
	background-position: right;
	background-repeat: no-repeat;
	background-size: 4px 150%;
}

div.services-wizard div.third li {
	height: 50px;
	display: flex;
	flex-direction:column;
	justify-content:center;
	padding-right:15px;
	background-color: #fafafa;
	border-radius: 3px;
	margin:1px;
	padding-left:15px;
	}
	
div.services-wizard div.third li a {
	font-size: 15px;
	color:#444;
}

div.services-wizard div.third li span.name {
	color:#767676;
	font-size:13px;
	font-weight: lighter;	
}

div.shop-slider ul{
	display: flex;
	justify-content:center;
	padding:0;
}

div.shop-slider li {
	width:185px;
	height:218px;
	margin-left:20px;
	border:1px solid #e5e5e5;
	border-radius: 3px;
	
}

div.shop-slider li:nth-child(1) {
	margin-left:0;
}

div.right-block {
	width:100%;
	margin-top:40px;
}

div.right-block div.caption {
	height:42px;
	width:100%;
	text-align:left;
	background-position: right;
	background-repeat: no-repeat;;
	border-radius: 3px;
	font-size: 22px;
	line-height: 42px;
	padding-left:15px;
	color:#fff;
	font-family: 'DaxlinePro-Bold';
}

div.right-block div.caption a {
	color:inherit;
	text-decoration: none;
}

div.right-block-events div.caption-image {
	width:87px;
	height:61px;
	float:right;
	background-image: url(/images/right-block-caption-bg-image-events.png);
	margin-right:20px;
	margin-top:-18px;
}

div.right-block ul {
	padding-left:0;
	margin-top:5px;
}

div.right-block ul li {
	margin-top:10px;
}

div.right-block ul li span.title {
	color:#444;
	font-size:16px;
	line-height: 16px;
	font-weight: 400;
}

div.right-block ul li a.date {

	font-size:12px;
}

div.right-block-articles div.caption-image {
	width:32px;
	height:50px;
	float:right;
	background-image: url(/images/right-block-caption-bg-image-articles.png);
	margin-right:20px;
	margin-top:-15px;
}

div.right-block-action div.caption-image {
	width:38px;
	height:55px;
	float:right;
	background-image: url(/images/right-block-caption-bg-image-action.png);
	margin-right:20px;
	margin-top:-15px;
}

div.right-block-news div.caption-image {
	width:38px;
	height:55px;
	float:right;
	background-image: url(/images/right-block-caption-bg-image-news.png);
	margin-right:20px;
	margin-top:-15px;
}

div.right-block-align-center {
	text-align:center;
}

div.right-block .btn-download {
	width:100%;
	text-align:center;
	margin-top:10px;
	background-color:#f8b133;
	color:white
}



div.block-contacts {
	
}

div.block-contacts ul {
	padding-left:0;
}

div.block-contacts ul li {
	margin-top:2px;
}

div.block-contacts ul li img.uncollapse {
	padding-right:12px;
}

div.block-contacts ul li.city a {
	color:#fff;
	text-decoration: none;
}

div.block-contacts ul li.city {
	line-height: 46px;	
	height:46px;
	
	border-radius: 3px;
	padding-left:12px;
   
	font-weight: bold;
	color:#fff;
	font-size:18px;
	text-transform: uppercase;	
}

div.block-contacts ul li.item div.head{
	background-color: #e5e5e5;		
	border-radius: 3px;
	padding-left:12px;
	height:46px;
	line-height: 46px;
	color:#444;
	font-size:18px;
}

div.block-contacts ul li.item div.head a {
	text-decoration: none;
	color:#444;
	font-size:18px;
}

div.block-contacts ul li.item div.head div.name-caption {
	float:left;
}
div.block-contacts ul li.item div.head div.underground-caption {
	float:right;width:290px;overflow: hidden;
}

div.block-contacts ul li.item div.head div.underground-caption img {
	padding-right:5px;
}


div.block-contacts ul li.item div.body div.phone {
	margin-left:-25px;
	padding-left:25px;
	margin-top:2px;
	background-image: url(/images/contacts-bg-phone.png);
	background-position: left;
	background-repeat: no-repeat;
	font-size:15px;
}

div.block-contacts ul li.item div.body div.email {
	margin-left:-25px;
	padding-left:25px;
	margin-top:2px;
	background-image: url(/images/contacts-bg-email.png);
	background-position: left;
	background-repeat: no-repeat;
}

div.block-contacts ul li.item div.body div.email a {
	font-size: 15px;
	color:#444;
	text-decoration: none;
}

div.block-contacts ul li.item div.body div.shedule {
	font-size: 15px;
	margin-left:-25px;
	padding-left:25px;
	margin-top:2px;
	background-image: url(/images/contacts-bg-shedule.png);
	background-position: left;
	background-repeat: no-repeat;
}

div.block-contacts div.description-left {
	float:left;width:300px;padding-left:50px;
}

div.block-contacts div.club-description-text {
	font-size:15px;color:#444;
	padding-bottom:15px;
	margin-left:-45px;
	max-height:65px;
	overflow:hidden;
	max-width:280px;
}

div.body-row {
	min-width:980px;
}

div.body-col {
	padding-left:40px;padding-right:40px;
}

div.main-slider {
	
}

div.main-slider div.slide-left {
	width:11px;
	height:14px;
	position:relative;
	top:110px;
	left:-15px;
	float:left;
	
}

div.main-slider div.slide-left a{
	display:block;width:11px;height:18px;	
	background-repeat:no-repeat;background-position:center;
	background-image:url(/images/color/yellow/slide-left.png);
}

div.main-slider div.slide-right {
	width:11px;
	height:14px;
	position:relative;
	top:110px;
	left:15px;
	float:right;
	background-image:url(/images/color/yellow/slide-right.png);
}

div.main-slider ul{
	padding-left:0;
	padding-right:0px;
	width:10000px;
}

div.main-slider li{
	

	width:294px;
	border:1px solid #f5f5f5;
	float:left;
	box-shadow: 4px 4px 4px rgba(100,100,100,0.5);
	border-radius: 3px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:30px;
	background-image: url(/images/bg-main-slider.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	margin-left:10px;
	margin-bottom:10px;
}

div.main-slider li:nth-child(1){
	/*margin-left:0;*/
}
div.main-slider li:nth-last-child(1){
	/*margin-right:0;*/
}

div.main-slider li.item div.title {
	margin-top:48px;
	font-family: 'DaxlinePro-Bold';
	font-size:24px;
	text-align: center;
	height:50px;
}
div.main-slider li.item div.descr {
	color:#484848;
	font-size:15px;
	text-align: center;
	font-weight: 300;
	margin-top:25px;
}

div.main-slider li.item div.for-who {
	font-weight: bold;
	font-size:18px;
	text-align: center;
	margin-top:30px;
}

div.main-slider li.item div.button-wrapper {
	text-align: center;
	margin-top:20px;
}

div.main-slider li.item div.button-wrapper a.btn {
    color: #444444;
    font-size: 12px;
    height: 38px;
    line-height: 22px;
    background-color: #fff;
    text-align: left;
    text-transform: uppercase;
}

div.service-selector {
	margin-left:-20px;
	margin-right:-20px;
	margin-top:40px;
	
}

div.service-selector ul.top-selector{
	padding-left:0;
	height: 44px;
	background-color: #f5f5f5;		
	border-bottom:3px solid #bcbcbc;	
	display:table;
	width:100%;
	border-collapse: collapse;
}



div.service-selector ul.top-selector li {
	
	height: 44px;	
	border-right:2px solid #fff;
	
	border-bottom:3px solid #bcbcbc;	
	font-size:15px;
	color:#444;
	text-transform: uppercase;
	line-height: 44px;
	display:table-cell;
	text-align:center;
	
}

div.service-selector ul.top-selector li:last-child {
	border-right:none;
}

div.service-selector ul.top-selector li:hover {
	border-bottom: 3px solid #c98100;
	color:#fff !important;
}

div.service-selector ul.top-selector li.active {
	border-bottom: 3px solid #c98100;
	
}

div.service-selector ul.top-selector li a{
	color:inherit;
	text-decoration: none;
}

div.service-selector ul.top-selector li a:hover {
	color:#fff;
}

div.service-selector div.content-wrapper {
	margin-top:30px;
}

div.service-selector div.content-wrapper hr {

}

div.service-selector div.content-wrapper img {
	
	padding-left:10px;
	
}


div.service-selector ul.left-selector {
	float:left;
	padding-left:0;
	margin-right:20px;
	width:210px;
	margin-bottom: 0;
}

div.service-selector ul.left-selector li {
	font-size:12px;
	margin-top:2px;
	border-radius: 3px;
	height:27px;
	line-height: 27px;
}

div.service-selector ul.left-selector li a {
	color:inherit;
	text-decoration: none;
}

div.service-selector ul.left-selector li.yellow {
	color:#fff;
	font-weight: 500;
	padding-left:6px;
}

div.service-selector ul.left-selector li.gray {
	color:#fff;
	font-weight: 500;
	background-color: #aeaeae;
	padding-left:21px;
}

div.service-selector ul.left-selector li.active {
	background-color: #a2539a !important;
}

div.service-selector ul.left-selector li.lightgray {
	color:#444;
	background-color: #e8e8e8;
	padding-left:42px;
}

div.service-selector div.footer-wrapper a.btn{
	background-color: #fff;    
    color: #444444;
    font-size: 12px;
    line-height: 22px;
    text-align: left;
    text-transform: uppercase;
}

div.block-feedback ul {
	padding-left:0;
}

div.block-feedback li {
	padding-left:20px;
	margin-top:10px;
	padding:10px;	
	border-radius:5px;
	/*box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);*/
	border: 2px solid #fde7c1;
}

div.block-feedback li div.feedback_header {
	
}

div.block-feedback li div.feedback_header span {
	font-size:12px;
}

div.block-feedback li div.feedback_header span.service-name {
	color:#f8b133;
	font-weight:bold;
}
div.block-feedback li div.feedback-content {
	font-size:15px;
	font-style:italic;
	font-weight:300;
	margin-top:10px;
}

div.block-feedback li div.feedback-date {
	font-size:14px;
	font-weight:300;
	margin-top:15px;	
}

div.block-feedback a.btn {
	border: 2px solid #fde7c1;
	text-decoration: none;
	color:inherit;
	text-transform: uppercase;
	font-size:12px;
}

div.block-feedback button {
	border: 2px solid #fde7c1;
	text-decoration: none;
	color:inherit;
	text-transform: uppercase;
	font-size:12px;
	background-color: #fff;
	margin-top:0;
}

div.block-feedback div.button-wrapper {
	float:right;
	margin-top:20px;
	padding-right:22px;
	
}


div.club-selector {
	margin-left:-20px;
	margin-right:-20px;
}

div.club-selector div.selector-header {
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}

div.club-selector div.selector-header div.dropdown {
	width:300px;
	margin:auto;
	margin-top:5px;
}

div.club-selector div.selector-header div.dropdown:nth-child(1), div.club-selector div.selector-header div.dropdown:nth-child(2) { 
	margin-top:0;
}

div.club-selector div.selector-header div.dropdown:nth-child(odd) {
	margin-left:0;	
}

div.club-selector div.selector-header div.dropdown:nth-child(even) {
	margin-right:0;	
}

div.club-selector div.selector-header div.dropdown a.btn {
	width:100%;
	background-color: #f5f5f5;
	border-radius: 3px;
	color:#444444;
	font-size:16px;
	text-transform: uppercase;
	text-align:left;
	background-image: url(/images/bg-dropdown-arrow-gray.png);
	background-position: right;
	background-repeat: no-repeat;
}

div.club-selector div.selector-header div.dropdown a.btn:hover {
	color:#fff;
	font-weight: bold;
	background-image: url(/images/bg-dropdown-arrow-yellow.png);
}

div.club-selector div.selector-body ul{
	padding-left:0;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}

div.club-selector div.selector-body ul li {
	width:300px;
	background-image: url(/images/bg-arrow-right.png);
	height:50px;
	margin:auto;
	margin-top:12px;
	border-radius:3px;
	box-shadow: 4px 4px 4px rgba(100,100,100,0.5);
	background-repeat: no-repeat;
	background-position: right;
	padding-left:14px;
	
}

div.club-selector div.selector-body ul li:nth-child(odd){
		margin-left:0;
}

div.club-selector div.selector-body ul li:nth-child(even){
	margin-right:0;
}

div.club-selector div.selector-body ul li div.name_wrapper{
line-height: 16px;	
}

div.club-selector div.selector-body ul li div.name_wrapper a {
	font-weight: bold;
	font-size:16px;
	text-transform: uppercase;
	text-decoration: none;
	
}
div.club-selector div.selector-body ul li div.address_wrapper {
	color:#444;
	font-size:14px;
	line-height: 16px;
}
div.club-selector div.selector-body ul li div.type_wrapper {
	color:#444;
	font-size:12px;
	font-weight: bold;
	line-height: 14px;
}

div.article-list-item {
	
}


div.article-list-item img.preview {
	padding-right:20px;
}
div.article-list-item h3.title {
	font-family: 'DaxlinePro-Bold';
	font-size:22px;
	text-transform: uppercase;	
	margin-bottom:5px;
}

div.article-list-item p{
	margin-bottom:5px;
}

div.article-list-item p.date {
	color:#a9a9a9;
	font-size:12px;
	font-weight: bold;
}


div.article-list-item p.descr{
	line-height: 19px;
}

div.article-list-item p.date span {
	text-transform: uppercase;;
}

div.article-list-item a.btn {
	border:2px solid #fde7c1;
	text-transform: uppercase;
	color:#444444;
	font-size:12px;
}

div.paginator ul {
	display:flex;
	justify-content:center;
	padding-left:0;
}

div.paginator li {
	width:40px;
	text-align: center;
	line-height: 40px;
	color:#444;
}

div.paginator li.active {
	font-weight:bold;	
}

div.paginator a {
	color:inherit;
	text-decoration: none;
}

div.paginator a.btn {
	border:1px solid #f0f0f0;
}

div.article-item {
	
}

div.article-item img {
	max-width: 573px;
}

div.article-item p.article-info {
	font-size:13px;
	font-weight: bold;
	margin-bottom:30px;
}

div.article-item h4 {
	font-family: 'DaxlinePro-Bold';
	font-size:22px;
	text-transform: uppercase;	
	margin-top:30px;
	margin-bottom:5px;	
}

div.article-item ul {
	list-style-type:decimal;
	font-size:18px;
	font-weight: bold;	
}

div.article-item li {
	font-size:14px;
}


div.article-item hr {
	color: #f8b133;
	border-color:#f8b133;
}

form.form {
	
}

form.form label{
	padding-left:5px;margin-top:15px;
}

form.form input, form.form select, form.form textarea  {
	height:32px;width:96%;font-size:16px;
	box-sizing: border-box;
}

form.form input {
	padding-left:6px;
}
form.form select {
	padding-left:4px;
}

form.form textarea {
	padding-left:4px;
	height: 200px;
}

form.form button {
	width:96%;text-align:center;margin-top:25px;border:2px solid #fde7c1;
}

form.form button span {
	color:#444;font-size:14px;text-transform:uppercase;font-weight:bold;
}

div.right-block-calendar div.caption-image {
	width:39px;
	height:39px;
	float:right;
	background-image: url(/images/right-block-caption-bg-image-calendar.png);
	margin-right:20px;
	margin-top:-10px;
}

div.right-block-calendar ul {
	padding-left:10px;
	
}

div.right-block-calendar ul li{
	float:left;
	width:25px;
	height:25px;
	margin-left:7px;
	margin-right:7px;
	text-align: center;
	padding-top:3px;
}

div.right-block-calendar ul li.title {
	font-size:17px;
	font-weight: bold;
	
}

div.right-block-calendar ul li a{
	color:inherit;
	text-decoration: none;
}

div.right-block-calendar ul li.active {
	background-color: #f8b133;
	border-radius: 3px;
}

div.right-block-calendar div.month-paginator {
	padding-left:15px;
	padding-right:15px;
	margin-top:10px;
}
 
div.right-block-calendar div.month-paginator a{
	text-transform: uppercase;
	color:inherit;
	text-decoration: none;
}

div.right-block-calendar div.month-paginator div.fl {
	float:left;
}

div.right-block-calendar div.month-paginator div.fr {
	float:right;
}

div.right-block-group-selector div.caption-image {
	width:39px;
	height:39px;
	float:right;
	background-image: url(/images/right-block-caption-bg-image-calendar.png);
	margin-right:20px;
	margin-top:-10px;
}

div.right-block-group-selector ul {
	padding-left:15px;
}

div.right-block-group-selector li {
	
	background-position: left;
	background-repeat: no-repeat;
	padding-left:35px;
	text-transform: uppercase;
	font-weight: bolder;
}

div.right-block-group-selector li.bg-1 {
	background-image: url('/images/right-block-news-group-bg-1.png');
}

div.right-block-group-selector li.bg-2 {
	background-image: url('/images/right-block-news-group-bg-2.png');
}


div.right-block-group-selector li.bg-3 {
	background-image: url('/images/right-block-news-group-bg-3.png');
}

div.right-block-group-selector li.bg-4 {
	background-image: url('/images/right-block-news-group-bg-4.png');
}


div.right-block-group-selector  ul li a {
	color:inherit;
	text-decoration: none;
}

div.news-list-filter {
	
}

div#search_box {
	position:absolute;
	left:-180px;	
	width:235px;
display:none;	
	
}

div#search_box input#searchbox {
	height:20px;
	width:100%;
	border:1px solid #f8b133;
	border-radius: 2px;
	color:#7c7c7c;
	
}


div.block_accordeon h4.panel-title a {
  	color:#5c5c5c;
  	font-size:18px;
  }
  
  div.block_accordeon div.panel-heading {
  	background-color: #f0f0f0;
  }
  
  div.block_accordeon div.panel-heading-uncollapsed{
    	background-color: #b9c927;
    	color:#ffffff; 	
   }
   
   div.block_accordeon div.panel-heading-uncollapsed a {
   	color: #fff;
   }
  
  div.block_accordeon span.glyphicon {
  	color: #c7c7c7;
  	font-size: 14px;
  }
  
  div.block_accordeon div.panel-heading-uncollapsed span.glyphicon {
  color:#fff;
  }
  
    div.block_accordeon ul {
    	list-style-type:none;
    	padding-left:5px;
    }
    
    div.block_accordeon li a {
    	font-weight: bold;
    	color:#c32fa2;
    	font-size:16px;
    	text-decoration: none;
    }
    
    
    div.block_accordeon div.panel-body-title {
    margin-top:20px;
    }
    
    div.block_accordeon div.panel-body-body {
    	width:100%;    	
    	padding-left:25px;
    }
    
    div.block_accordeon div.panel-body-body-left {
    	float:left;
    	width:50%;
    }
    
    div.block_accordeon div.panel-body-body-right {
    	float:right;    	
    	width:50%;
    	text-align: right;
    }
    
    div.block_accordeon span.underground {
    	color:#363636;
    	font-weight: bold;
    	background-image: url(/images/icon-underground.png);
    	background-position: left;
    	background-repeat: no-repeat;
    	padding-left:40px;
    	padding-right:30px;
    }
    
    div.block_accordeon span.phone {
    display: block;
    background-image: url(/images/icon-phone.png);
    background-position: left;
    	background-repeat: no-repeat;
    	padding-left:38px;
    	padding-top:2px;
    	padding-right:30px;
    	color:#5b5b5b;
    }
    
    div.block_accordeon span.email {
    display: block;
    background-image: url(/images/icon-email.png);
    background-position: left;
    	background-repeat: no-repeat;
    	padding-left:38px;
    	padding-right:30px;
    	color:#5b5b5b;
    	margin-top:4px;
    }
    
     div.block_accordeon span.shedule {
    display: block;
    background-image: url(/images/icon-shedule.png);
    background-position: left;
    	background-repeat: no-repeat;
    	padding-left:38px;
    	padding-right:30px;
    	color:#5b5b5b;
    	margin-top:4px;
    }

    
    table.pricelist {
    	
    }
    
     table.pricelist tr.hidden {
     	display:none;
     }
    
    table.pricelist a {
    	color: inherit;
    	text-decoration: none;
    }
    
    table.pricelist tr.root-item td {
    	background-color: #f8b133;
    	font-size:18px;
    	font-weight: bold;
    	color:#fff;
    	text-transform: uppercase;
    	padding:10px;
    	border-radius: 3px;
    	border-top:3px #fff solid;
    }
    
    table.pricelist tr.root-item td img {
    	padding-right:15px;
    }    
    
    table.pricelist tr.sub-item {
    	
    }
    
     table.pricelist tr.sub-item  td {
    	background-color: #e5e5e5;
    	font-size:18px;
    	font-weight: bold;
    	color:#000;
    	text-transform: uppercase;
    	padding:10px;
    	border-radius: 3px;
    	border-top:3px #fff solid;
    }
    
    
    
    table.pricelist tr.level-2  td img {
    	padding-right:15px;
    	padding-left:20px;
    }   
    
    table.pricelist tr.level-3  a{
     	font-size:16px;
     }
    
    
    table.pricelist tr.level-3  td img {
    	padding-right:15px;
    	padding-left:35px;
    }   
    
    table.pricelist tr.level-4  td img {
    	padding-right:15px;
    	padding-left:50px;
    }   
    
      table.pricelist tr.club td {
    	background-color: #e5e5e5;
    	font-size:16px;
    	font-weight: bold;
    	color:#555;
    	text-transform: uppercase;
    	padding:10px;
    	border-radius: 3px;
    	border-top:3px #fff solid;
    }
    
      table.pricelist tr.level-4  a{
     	font-size:16px;
     }
    
    
    
    table.pricelist tr.row-header td{
    	border:1px solid #e5e5e5;
    	text-align:center;
    	font-size:12px;
    	padding:3px;
    	color:#b9b9b9;
    }
    
     table.pricelist tr.row-shedule td {
     	border:1px solid #e5e5e5;
    	text-align:center;
    	font-size:12px;
    	padding:3px;
    	color:#000;
     }
    
    
    
    table.pricelist tr.row-header td
    
    table.pricelist td {
    	
    }
    
    h1.page_name_title {
  		position:absolute;
  		font-size:10px;
  		font-weight:normal;
  		color:#999;
  		top:0px;  	
  		z-index:100;
  		margin-top:0px;
  		margin-left:-20px;
  		height:12px;
  		overflow:hidden;
  }
  
  table.pricelist a.btn-entry {
  	font-size:12px !important;
  	border:1px solid #f8b133;
  	border-radius:3px;
  }
  
  table.pricelist tr.row-shedule td.c1 {
  	text-align:left;padding-left:4px;
  }
  
  
  table.pricelist td.c2 {
  	width:260px;
  }
  
   form.form {
  	background-color: #f7f7f7;  	
  }
  
  form.form legend {
  	border:none;
  	height: 50px;
  	line-height: 50px;
  	color:#fff;
  	font-weight: bold;
  	font-size:18px;
  	text-transform: uppercase;
  	background-color:#f8b133;
  	text-align: center;  	
  	margin-bottom:0;
  	border-radius:3px;
  	padding-right:3px;
  }
  
  form.form label {
  	display: block;
  	color:#767676;
  	font-weight: normal;
  	margin-top:10px;
  }
  
  form.form div.form_boby {
  	 padding-left:30px;
  	 padding-right:30px;
  	 width:100%;
  }
  
  form.form input {
  	 border:1px solid #f8b133;
  	 width: 100%;
  	 height: 32px;
  	 border-radius:6px;
  	 margin-top:10px;
  }
  
  form.form select {
  	 border:1px solid #f8b133;
  	 width: 100%;
  	 height: 32px;
  	 border-radius:6px;
  }
  
  form.form textarea{
  	 border:1px solid #f8b133;
  	 width: 100%;
  	 height: 32px;
  	 border-radius:6px;
  }
  
  form.form div.form_footer {
  	 padding-left:30px;
  	 padding-right:30px;
  	 font-size:12px;
  	 color:#767676;
  	 padding-bottom:15px;
  }
  
  form.form div.form_footer button.btn-primary {
  	color:#333;
  }
  
  form.form div.form_footer button {
  	border:1px solid #f8b133;
  	border-radius:6px;  	
  	font-size:14px;
  	text-transform:uppercase;
  	font-weight:bold;
  	background-color:#fff;
  }
  
  
  div.action-container {
  	
  }
  
  div.image-container {
  	margin-top:2px;
  	border-radius:3px;
  	height:226px;
  	
  	background-position:center middle;
  	background-image:url("/images/action-default-bg.jpg");
  	-webkit-background-size: cover; /* For WebKit*/
    -moz-background-size: cover;    /* Mozilla*/
    -o-background-size: cover;      /* Opera*/
    background-size: cover;   
    display:flex;

  }
  
	div.action-title {
		padding-left:10px;
		border-bottom:2px solid #f8b133;
		text-align:center;
		padding-bottom:10px;
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#45484d+0,000000+100&0.05+0,0.5+100;Black+3D+%231 */
background: -moz-linear-gradient(top,  rgba(69,72,77,0.05) 0%, rgba(0,0,0,0.5) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(69,72,77,0.05) 0%,rgba(0,0,0,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(69,72,77,0.05) 0%,rgba(0,0,0,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d45484d', endColorstr='#80000000',GradientType=0 ); /* IE6-9 */

		  align-self: flex-end;
		  width:100%;
	}

  div.action-title a {
	    color: #fff;
  		  font-family: 'DaxlinePro-Bold';
		font-size:22px;
  }
  
  div.action-descr {
  		padding-top:15px;
  		padding-left:15px;
  	    color: #444;
	    font-size: 14px;
    	line-height: 16px;
    	font-weight: 400;
  }
  
  p.action-price {
  	color:#f8b133;
  	font-size:22px;
  	 font-family: 'DaxlinePro-Bold';
  	 padding-left:15px;
  	 margin-bottom:0;
  	 
  }
  
  div.action-descr-container {
  	background-color:#f5f5f5;
  	padding-bottom:5px;
  }
  
  div.event-image-container {
  	float:left;
  	width:60px;
  	height:60px;
  	
	background-position:center middle;
  	-webkit-background-size: cover; /* For WebKit*/
    -moz-background-size: cover;    /* Mozilla*/
    -o-background-size: cover;      /* Opera*/
    background-size: cover;   
  }
  
  div.event-image-container-img-0 {
  	background-image:url('/images/event-default-image-0.jpg');
  }
  
  div.event-image-container-img-1 {
  	background-image:url('/images/event-default-image-1.jpg');
  }
  
  div.event-image-container-img-2 {
  	background-image:url('/images/event-default-image-2.jpg');
  }
  
  div.event-content-container {
  	float:left;margin-left:5px;width:220px;
  }
  

div.personal_list a.btn {
    color: #444444;
    font-size: 12px;
    height: 38px;
    line-height: 22px;
    background-color: #fff;
    text-align: left;
    text-transform: uppercase;
    border:2px solid #fde7c1;
}

div.modal-body {
	background-image: url(/images/background.jpg);
}

div.modal-header {
	background-image: url(/images/color/yellow/block-title.jpg);
	background-position: right;
	background-repeat: no-repeat;
	border-radius: 3px;
    background-color: #f8b133;
    background-size: auto 100%; 
}

div.modal-footer {
	background-color:#444444;
}

div.modal-footer button.btn {
	border: 2px solid #f8b133;
	text-transform:uppercase;
}

div.modal-body .form-control {
	border:1px solid #f8b133;;
}

div.club-slideshow {
	
}

div.club-slideshow div.left-selector {
	position:absolute;
	width:24px;
	height:24px;
	margin-top:80px;
	float:left;
	background-image:url("/images/icons/icon-round-arrow-left.png");
	background-repeat:none;
	background-position:center center;
	cursor:pointer;
}

div.club-slideshow div.right-selector {
	position:absolute;	
	width:24px;
	height:24px;
	float:right;
	margin-top:80px;
	right:40px;
	background-image:url("/images/icons/icon-round-arrow-right.png");
	background-repeat:none;
	background-position:center center;
	cursor:pointer;
}

div.club-slideshow ul {
	display:flex;
	overflow:hidden;
	padding-left:0;
}

div.club-slideshow ul li {
	margin-left:4px;
	margin-top:5px;
	width:187px;
	min-width:196px;
}

div.club-slideshow ul li:first-child {
	margin-left:0;
}

div.club-slideshow a.image_container {
	width:100%;
	height:140px;
	background-position: center  center ;
    background-size: cover;
    display:block;
    border-bottom:3px solid #ffb113;
    border-radius:3px;
    border-bottom-left-radius:0;
    border-bottom-right-radius:0;
}

div.club-slideshow div.image-descr {
	height:50px;
	background-color:#f5f5f5;
	border-bottom-left-radius:3px;
    border-bottom-right-radius:3px;
    display:flex;
	align-items:center;
	justify-content: center;
	font-size:12px;
	font-weight:400;
}

img#main-image-slide {
	margin-top:5px;
	margin-bottom:15px;
	background-image:url('/images/samples/slider-1.jpg');
	width:100%;height:320px;
	background-size:cover;
}


div#main-slider-container {
	width:100%;height:320px;
}

div#main-slider-container div.slider {	
	position:absolute;left:0;
	border-radius:10px;
	background-size:cover;
	cursor:pointer;	
	display:none;
	margin-left:20px;
	
}


div#main-slider-container div#slider-1 {

}

div#main-slider-container div#slider-2 {

}

div#main-slider-container div#slider-3 {

}

input.phone-error {
	border-color:red;
	background-color:#e96666ab;
}

@keyframes fadeOut{
 0% {
        display: block;
        opacity: 0;
    }


 100% {
        display: none;
        opacity: 0.1;
    }
   
}

a#link-logout {
	text-decoration:none;
}

a#link-logout span{
	background-image:url('/images/icons/icon-logout.png');background-repeat:no-repeat;background-size:11px 11px;
}

div.right-block-documents {
	
}

div.right-block-documents ul.document-list li{
	background-image:url("/images/icons/icon-pdf-128.png");
	background-repeat:no-repeat;
	background-size:16px 16px;
	padding-left:20px;
	line-height:18px;
}

div.accordion div.card {
		border:1px solid #f8b133;
		border-radius:5px;		
		margin-top:10px;
	}
	
	div.accordion div.card button {
		padding-left:3;
		color: #f8b133;
	}
	
	div.accordion div.card div.card-body {
		padding:10px;
		padding-left:16px;
		padding-top:0;
	}
	
	div.accordion div.card h5.mb-0 {
		margin-top:0;
		margin-bottom:0;
	}
	
 
   div#public_offer {
   	text-align:center;
   	color:#eee;
   	font-size:11px;
   }	
   
   
   div.right-block-documents-docpage {
   		
   }
   
   
   div.right-block-documents-docpage ul.document-list li{
	background-image:url("/images/icons/icon-document-128.png");
	background-repeat:no-repeat;
	background-size:16px 16px;
	padding-left:20px;
	line-height:18px;
}

div#org-submenu {
	width:100%;	
	text-align:center;	
	display:flex;
	flex-direction:column;	
	
}

div#org-submenu div.org-submenu {
	padding:2px;
}

div.dropdown-menu {
	width:100%;
	margin-left:20px;
	margin-right:20px;
}

div#org-submenu a.dropdown-item {
	padding:5px;
	background-color: #f8b133;
	display:inline-block;
	width:600px;
	font-weight:bold;
	border-radius:5px;
	color:#fff;
}