@font-face{
	font-family: RobotoSlab;
	src: local("RobotoSlab"),
	url(Fonts/Roboto/RobotoSlab-Regular.ttf);
}

* {
    margin:0;
    /*padding: 0;ПРОБЛЕМА ЗДЕСЬ*/
	text-decoration: none;
	list-style-type: none;
	color: #000;
	font-family: 'Roboto Regular', arial;
	
}

body {
	width: 100%;
	box-sizing: border-box;
    overflow-x: hidden;
}

.flex-imgs {
display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.flex-imgs img {
max-width: 100%;
    width: 600px;
    padding: 10px;
    box-sizing: border-box;
}
.card-item__buttons {
  display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.card-item__buttons .form-button {
  width: initial;
  padding: 0 20px;
  margin: 5px 10px;
  width: 205px;
  transition: all 0.5s;
}
.card-item__buttons .form-button:first-child:hover {
  color: black !important;
  background: green;
  border-color: green;
}
.form-button_credit {
    background: #FFC107!important;
    border-color: #FFC107!important;
    color: #333!important;
}
.card-item__buttons .form-button:hover {
  text-decoration: none;
  color: #fff!important;
}

/*Первый экран*/
.container1 {
	width: 100%;
	height: 100%;
	background: #141414/*rgba(0,0,0,.5)*/;
}
.li9-2-1 a span {
    text-decoration: underline;
}
.blur {
	position: absolute;
	width: 100%;
	height: 100vh;
	background: url(../Object/bg1-1.png)no-repeat;
	background-size: cover;
	background-position: 0% 0%;
	z-index: -1;
	transition: .3s;
}
.trainer-body {
    
}
.banner-btn {
    font-size: 18px !important;
    position: absolute;
    left: 50% !important;;
    margin-left: -100px!important;
    bottom: 40px;
}
.trainer-info {
    
}
.trainer-img {
        height: 100%;
    width: 40%;
    background-size: contain !important;
}
#logo_main {
	cursor: pointer;
	#position: absolute;
	left: 0;
	transform: translate(105px, 0);
}

.container1 #ul1 {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	margin-right: 155px;
}

.container1 #ul1 li {
	font-size: 50px;
	margin: 36px 15.5px;
	display: flex;
	align-items: center;
	margin-top: 40px;
}

.container1 #ul1 li a:hover{
	color: #cc0f00;
}

.container1 #ul1 li:nth-child(1) {
	margin-right: 472px;
	margin-top: 5px;
}

.container1 #ul1 li img {
	width: 191px;
	transform: translate(-10px, 15px);
}
.timetable tr th {
    font-size: 18px;
    padding: 10px;
    font-weight: bold;
    border-bottom: 1px solid black;
}
.header-menu {
    width: 1170px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    position: relative;
}
#menu-toggle {
    color: white;
    position: absolute;
    top: 25px;
    left: 40px;
    font-size: 30px;
    display: none;
}
#main-menu {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
#main-menu li  {
    margin-right: 10px;
}
#main-menu li:last-child  {
    margin-right: 0;
}
#main-menu li a {
    color: white ;
}
.under{
	text-decoration: underline;
}

.container1 #ul1 li:nth-child(2){
	margin-left: -5px;
}

.container1 #ul1 li a{
	font-size: 12px;
	letter-spacing: 1.3px;
	color: #fff;
	transition: .3s;
}

/*1 блок текста*/
.container1 {
    height: 100%;
}
.container1 #ul2{

    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-right: 125px;
    margin-top: 300px;
}

.container1 #ul2 li{
	margin: 10px 0;
	width: 650px;
	letter-spacing: .7px;
}

.container1 #ul2 li:nth-child(1){
	color: #fff;
	font-size: 33px;
	font-family: 'Roboto Black', arial;
	line-height: 40px;
}

.container1 #ul2 li:nth-child(2){
	color: #fff;
	font-size: 18px;
	line-height: 32px;
}

.button{
  position: relative;
  bottom: 0; 
	width: 196px;
	height: 56px;
	background: #cc0f00;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	margin: 0px 60% 5% 40%;
	transition: .3s;
	border: 2px solid #cc0f00;
	z-index: 999999;
}

.button span{
	font-size: 14px;
	color: #fff;
	transition: .3s;
	font-family: 'Roboto Black';
}

.button:hover{
	background: none;
	width: 196px;
	height: 56px;
	border: 2px solid #cc0f00;
	
}

.button:hover a span {
	color: #cc0f00!important;
	font-weight: bold;
}

/*2 экран*/
.container2{
	width: 100%;
	height: 450px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 80px;
}

.container2 #ul3{
	width: 80%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0;
}

.container2 li{
	margin: 60px 0 0 0;
	text-align: center;
}

.container2 li:nth-child(1){
	margin-top: 77px;
	color: #cc0f00;
	font-size: 46px;
	font-weight: 600;
	font-family: 'Roboto Black', arial;
	line-height: 46px;
}

.container2 li:nth-child(2){
	font-size: 20px;
	color: rgba(0,0,0,.6);
	letter-spacing: .8;
}

/*3 экран*/
.container3{
	width: 100%;
	height: 735px;
}

.container3 #ul4{
	display: flex;
	justify-content: center;
	padding: 0;
}

.container3 #ul4 #li4-1{
	width: 50%;
	height: 735px;
	background: #f8f9f9;
	display: flex;
	justify-content: center;
	align-items: center;
}

.container3 #ul4 #li4-2{
	width: 50%;
	height: 735px;
	background: url(../Object/photo1.png)no-repeat;
	background-size: cover;
}
.container3 #ul4-1{
	display: flex;
	flex-direction: column;
	margin-top: 18px;
}

.container3 #ul4-1 li{
	width: 540px;
	margin: 16px 0;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: bold;
	margin-top: 14px;
}

.container3 #ul4-1 li:nth-child(1){
	font-size: 32px;
	letter-spacing: 1px;
	color: #cc0f00;
	font-family: 'Roboto Black', arial;
	margin-bottom: 20px!important;
}

/*Линии прогресса*/
.progress_line{
	display: flex;
	justify-content: center;
	height: 3px;
	width: 0px!important;
	background: #cc0f00;
	margin: 3px 0!important;
	margin-bottom: 10px!important;
}

.line1{
	transition: 2s;
}

.line2{
	transition: 2.5s;
}

.line3{
	transition: 3s;
}

.fade_line{
	width: 540px!important;
}

.button_slider{
	position: absolute;
	width: 50%;
	height: 630px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.button_slider img{
	width: 50px;
	opacity: .4;
	margin: 0 30px;
	cursor: pointer;
	transition: .5s;
}

.button_slider img:nth-child(2){
	transform: rotate(180deg);
}

#li4-2{
	transition: .5s;
}

/*4 экран*/
.icon{
	width: 50px;
	height: 50px;
	margin-right: 20px;
}

.container5{
	width: 100%;
	height: 100%;
	background: #fff;
}

.container5 ul{
	display: flex;
	justify-content: center;
}

.container5 li{
	width: 25%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	transition: all 0.6s;
	cursor: pointer;
}
.container5 li:hover {
    margin: 0 !important;
}
.container5 li:nth-child(3):hover, .container5 li:nth-child(4):hover, .container5 li:nth-child(6):hover {
    margin-top: 80px !important;
}
.container5 li:nth-child(1){
	justify-content: flex-start;
}

.container5 li:nth-child(1) span{
	margin-top: 130px;
	color: red;
	font-size: 28px;
	font-weight: bold;
}






/*6 экран*/
.container6{
	width: 100%;
	height: 100%;
	background: #f5f5f5;
	display: flex;
	justify-content: center;
	padding-bottom: 30px;
}

.container6 ul{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
    padding: 0 10px;
}

.container6 li{
	width: 25%;
	height: 22vw;
	background: #252525;
	overflow: hidden;
	transition: .5s;
}

.container6 li:hover .mask{
	opacity: 0;
	visibility: hidden;
}

.mask{
	width: 25%;
	height: 22vw;
	position: absolute;
	background: rgba(0,0,0,.6);
	transition: .5s;
}

/*7 экран*/
.container7{
	width: 100%;
	height: 700px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	z-index: 999;
}

#video{
	margin-top: 20px;
	width: 80%;
	height: 600px;
	background: #000;
}

.icon{
	position: absolute;
	z-index: 999;
	width: 82%;
	height: 630px;
	background: url(../Object/0091.jpg)no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	background-position: center;
}

.form_icon{
	width: 60px;
	height: 60px;
	background: url(../Object/play-button.svg)no-repeat;
	background-size: 60px;
	cursor: pointer;
	z-index: 1000;
	transition: .3s;
}

.form_icon:hover{
	background: url(../Object/play-button-hover.svg)no-repeat;
	background-size: cover;
}

/*8 экран*/
.container8{
	width: 100%;
	height: 760px;
	background: #cc0f00;
	display: flex;
	align-items: center;
}

.container8 #ul8{
	width: 100%;
	height: 600px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
	padding: 50px 0 0 0;
}

.container8 .li8{
	margin: 20px 10px;
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: flex-start;
	width: 300px;
	/*height: 0;*/
}



.container8 .li8 ul{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin: 0;
	padding: 0;
}

.container8_black .li8 ul li {
    color: #333!important;
}
.container8_black .li8 ul li a {
  color: #4682B4;
}
.container8_black .li8 ul li a:hover {
  text-decoration: underline;
}

.li8 ul li:nth-child(2){
	margin-top: 30px;
	height: 18px;
	font-size: 18px;
	color: #fff;
}

.li8 ul li:nth-child(3){
	margin-top: 20px;
	font-size: 16px;
	color: #fff;
}

/*9 экран*/
.container9{
	width: 100%;
	height: 100%;
}

.container9 #ul9{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0;
}

.container9 #ul9-1 {
	padding: 0;
}

.container9 #li9-1{
	margin: 65px 0;
	color: #cc0f00;
	font-size: 32px;
	font-weight: bold;
}

.container9 #ul9-1{
	width: 100%;
	display: flex;
	flex-direction: row;
}

.container9 #li9-2{
	width: 100%;
}

.container9 .li9-2-1{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-items: center;
	width: 100%;
	height: 350px;
	margin-bottom: 50px;
}

.container9 .li9-2-1 span{
	color: #fff;
	font-size: 34px;
	height: 24px;
	letter-spacing: 1px;
}

.container9 .li9-2-1 a{
	color: #fff;
	font-size: 18px;
	text-decoration: underline;
	transition: .5s;
}

.li9-2-1 a:hover{
	color: #cc0f00;
}

.container9 #ul9-1 li:nth-child(1){
	background: url(../Object/banner4.png)no-repeat;
	background-size: 800px;
	background-position: 50% 50%;
	transition: .5s;
	cursor: pointer;
	transition: all 0.6s;
}
.container9 #ul9-1 li:nth-child(1):hover {
    transform: scale(1.1);
}
.container9 #ul9-1 li:nth-child(2){
	background: url(../Object/banner5.png)no-repeat;
	background-size: 800px;
	background-position: 50% 50%;
	transition: .5s;
	cursor: pointer;
}

#li_hover1 span,#li_hover3 span, #li_hover5 span{
	transition: .5s;
}

.container9 #ul9-2{
	display: flex;
	justify-content: center;
}

.container9 #ul9-2 li{
	margin: 30px 40px;
}

.container9 #li9-4{
	width: 80%;
	height: 800px;
	background: url(../Object/Table.png)no-repeat;
	background-size: contain;
}

/*10 экран*/
.container10{
	width: 100%;
	height: 650px;
	background: url(../Object/bg1.jpg)no-repeat;
	background-size: cover;
	transition: .3s;
}

.container10 ul{
	width: 100%;
	height: 560px;
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	z-index: 2;
	background: rgba(0,0,0,.7);
}

.container10 li{
	width: 650px;
	text-align: center;
	margin-top: 100px;
	font-size: 24px;
	color: #fff;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	transition: .2s;
}

.container10 li:nth-child(1){
	height: 0;
}

.container10 .item{
	width: 12px;
	height: 12px;
	border-radius: 360px;
	background: #cc0f00;
	opacity: .4!important;
	margin: 0px 10px;
	margin-top: 100px;
	transform: scale(1);
	transition: .5s;
	cursor: pointer;
}

.container10 .curry{
	width: 12px;
	height: 12px;
	transform: scale(1.4);
	background: #fff;
	opacity: .7!important;
	pointer-events: none;
}

.container10 img{
	position: absolute;
	width: 1000px;
	z-index: 1;
}
/*11 экран*/
.container11{
	width: 100%;
	height: 100%;
	background: #f5f5f5;
}

.container11 ul{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0;
}

.container11 li:nth-child(1){

	font-size: 34px;
	font-weight: bold;
	color: #cc0f00;
}

.container11 li.bold{
  margin-top: 15px;
	font-size: 22px;
	font-weight: bold;
	color: #cc0f00;
}

.container11 input,.container2-3 input{
	outline: none;
	height: 50px;
	width: 97%;
	font-size: 18px;
	padding-left: 20px;
	margin-top: 40px;
	border: none;
	transition: .5s;
}

.input1{
	width: 320px!important;
	margin: 0px 20px!important;
}

.input2{
	padding-bottom: 130px;
}

.container11 .li11{
	margin: 70px 0;
}

.li11 span{
	font-size: 17px;
}

/*12 экран*/
.container12{
	width: 100%;
	height: 300px;
	background: #141414;

	
	
	    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}


.footer-nav ul li {
    font-size: 16px;
    margin: 10px 0;
}
.footer-container {
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
	flex-wrap: wrap;
}
.footer-nav li {
    transition: all 0.5s;
}
.footer-nav li:not(:first-child):hover {
    transform: scale(1.1);
    text-decoration: underline;
}
.footer-container div {
    margin-left: 20px;
}
.footer-container div:first-child {
    margin-left: 0;
}
#ul12-1,#ul12-2,#ul12-3{
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 10px 0;
}

#ul12-3 li{
	margin: 5px 0;
}



#ul12-3 li a{
	color: rgba(255,255,255,.6);
	letter-spacing: 2px;
}

#ul12-2 li {
	color: rgba(255,255,255,.6);
	font-size: 16px;
	height: 30px;
	margin-left: -130px;
	transform: translate(-20px, 0);
}

#ul12-1 li:nth-child(2){
	font-size: 16px;
	color: rgba(255,255,255,.6);
}
.container12 li,.container12 li a{
	color: #fff;
	font-size: 14px;
}

.container12 .li12{
	width: 150px;
	margin: 0px 120px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#ul12-1 li{
	margin: 20px 0;
	transform: translate(-60px, 0);
}

#ul12-3 li a{
	transition: .5s;
}

#ul12-3 li:hover a{
	color: #cc0f00;
}

#logo{
	margin-top: 0px!important;
	font-size: 24px;
	font-weight: bold;
}

.li121{
	width: 230px!important;
}


/*Адаптив до 1400px*/
@media screen and (max-width: 1400px){

	.container12 #ul12{
		margin-left: -100px;
	}
	
	.container8{
		height: 1000px;
	}

	/*.container8 .li8{
		height: 300px;
	}*/

	.container8 #ul8{
		height: 900px;
	}
}
.table-1 i {
    display: none;
}

/*Адаптив до 1330px*/
@media screen and (max-width: 1300px){
	#ul12{
		zoom:.9;
	}

	#ul3-1-1{
		zoom:.9;
	}

	.li12{
		margin: 0 20px;
	}
}

/*Адаптив до 1180px*/
@media screen and (max-width: 1180px){
    #logo {
        margin-right: 100px;
    }
    .header-menu {
        width: 100%;
        justify-content: flex-start;
    }
	#ul1{
		margin-right: 20px!important;
	}

/*   #ul2{
  margin-left: -75px!important;
} */
	


	.container12 #ul12{
		margin-left: 0px;
	}

	.container12 .li12{
		width: 130px;
	}

	.container5 li:nth-child(1) span{
		font-size: 24px;
	}

	.container8{
		height: 1300px;
	}

	/*.container8 .li8{
		height: 300px;
	}*/

	.container8 #ul8{
		height: 1200px;
	}
	
	#ul4{
		zoom:.8;
	}

	.li12{
		margin: 0 70px!important;
	}
	
	.container10 img{
		width: 900px;
		margin-top: 56px;
	}

	#ul3-1-1{
		zoom:.8;
	}
}

.jGrowl-message {
    color:  white;
}

.team-item {
flex-basis: 20%;
height: 500px;
position:relative;    
cursor: pointer;
}
.team-overlay {
position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(204,15,0, 0.5);
    transition: all 0.4s;
}
.team-item:hover .team-overlay {
   background: rgba(204,15,0, 0); 
}
.team-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.programm-item {
    position: relative;
cursor: pointer;
    
}
.programm-title {
    position: absolute;
    color: white;
    font-size: 29px;
    z-index: 999;
    bottom: 20px;
    left: 55%;
    transform: translateX(-50%);
    width: 100%;
}

.programm-item:hover .programm-overlay {
      background: rgba(0, 0, 0, 0);  
}
.programm-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    transition: all 0.5s;
}
.contacts-body {
  display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    margin: 50px auto 0;  
}
.contacts-left {
    flex-basis: 50%;
}
.contacts-right {
    flex-basis: 40%;
}
.contacts-left {
    padding-left: 50px;
}
.contacts-left p {
    margin-bottom: 10px;
}
.contacts-left p span {
    font-weight:bold;
    color: #cc0f00;
}
.form-button {
    /*width: 196px;*/
    height: 56px;
    background: #4682B4;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin: 25px 0;
    padding: 0 20px;
    transition: .3s;
    border: 2px solid #4682B4;
    color: white;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
.home-form {
  /* display: flex;
    flex-direction: column;
    padding: 0 0 50px 0;*/
    display: inline-block;
}
.form-top {
        display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.form-top input {
    flex-basis: 45%;
    width: 100%;
}
.timetable-container {
    width: 90%;
    margin: 0 auto;
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.timetable-container .text1 {
    font-weight: bold;
}
.timetable {
    margin-top: 20px;
    color: white;
    width: 100%
}
.timetable tr {
    transition: all 0.6s;
}
.timetable tr:nth-child(even) {
    background: #58595c;
}
.timetable tr:nth-child(odd) {
    background: #636466;
}
.timetable tr:first-child {
    background-color: #4a4b4d;
}

.timetable tr:hover {
    background: gray;
}
.timetable tr:hover td {

}
.timetable td {
    vertical-align: middle;
    text-align: center;
    padding: 20px 10px;
    font-size: 14px;
        border-right: 1px solid black;
}


.text1 span {
    color: white !important;
}
    .form-top {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.form-top input {
    padding: 10px;
    display: inline-block;
}
.form-top textarea {
    margin-top: 40px;
    padding: 10px;
    width: 100%;
    border: none;
    font-size: 18px;
}
.contacts-left {
    padding-left:0;
}
.form-top .form-button.-banner-btn {
  transition: .1s;
}
.form-top .form-button.-banner-btn:active {
  background: #06467B;
}
.form-top .drfortran-btn:active {
  background: #06467B;
  border: 2px solid #06467B;
}
/*---------------------------------------*/
.club-card-container {
    padding-bottom: 20px;
    margin-bottom: 20px;
    -webkit-transition: -webkit-transform ease 400ms;
    transition: all ease 400ms;
}
.club-card-container .image-cont, .club-card-container .description-cont {
    margin: 40px 125px 20px 400px;
}
.club-card-container .card-image {
    position: relative;
    margin: 0 auto;
    width: 280px;
    height: 176px;
    border-radius: 10px;
}
.club-card-container .card-image div {
    width: 100%;
    height: 100%;
    border-radius: inherit;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.3);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: box-shadow .5s ease,-webkit-transform .5s ease;
    transition: box-shadow .5s ease,-webkit-transform .5s ease;
    transition: box-shadow .5s ease,transform .5s ease;
    transition: box-shadow .5s ease,transform .5s ease,-webkit-transform .5s ease;
}
.club-card-container.opened .card-image div, .club-card-container:hover .card-image div {
    box-shadow: none;
    -webkit-transform: translate3d(0,-5px,0);
    transform: translate3d(0,-5px,0);
}
.club-card-container .card-image:before {
    content: '';
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
    border-radius: inherit;
    -webkit-transform: translate3d(15px,-15px,0);
    transform: translate3d(15px,-15px,0);
    -webkit-transition: box-shadow .5s ease,-webkit-transform .5s ease;
    transition: box-shadow .5s ease,-webkit-transform .5s ease;
    transition: box-shadow .5s ease,transform .5s ease;
    transition: box-shadow .5s ease,transform .5s ease,-webkit-transform .5s ease;
}
.club-card-container.opened .card-image:before, .club-card-container:hover .card-image:before {
    box-shadow: -30px 30px 25px 0 rgba(0,0,0,.75);
    -webkit-transform: translate3d(0,-5px,0);
    transform: translate3d(0,-5px,0);
}
.club-card-container .card-image .image-individual {
    background: url(/images/card-individual.png) no-repeat center;
    background-size: cover;
}
.club-card-container .card-image .image-vip {
    background: url(/images/card-vip.png) no-repeat center;
    background-size: cover;
}
.club-card-container .card-image .image-allinone {
    background: url(/images/card-allinone.png) no-repeat center;
    background-size: cover;
}
.club-card-container .card-image .image-teen {
    background: url(/images/card-teen.png) no-repeat center;
    background-size: cover;
}
.club-card-container .card-image .image-kids {
    background: url(/images/card-kids.png) no-repeat center;
    background-size: cover;
}
.club-card-container .card-image .image-corporate {
    background: url(/images/card-corporate.png) no-repeat center;
    background-size: cover;
}
.club-card-container .showprivilege {
    display: inline-block;
    margin: 20px 0 0 0;
    color: #ff0033;
    cursor: pointer;
}
.club-card-container .redbutton {
    width: 120px;
    margin: 0 20px;
}
.club-card-container .card-privilege {
 display: none;
    /*display: flex;*/

}
.club-card-container .card-privilege .uk-text-small {
    color: #5877ad;
}
.club-card-container.opened, .club-card-container:hover {
    background: #cc0f00;
    color: #ffffff;
}
.club-card-container:hover .showprivilege {
    color: white;
}
.club-card-container.opened .card-privilege {
    display: block;
    visibility: visible;
}
.show {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}
.hide {
    display: none;
}
.rotate {
    transform: rotate(45deg);
}
.plus-to-minus {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 18px;
    height: 18px;
    cursor: pointer;
    -webkit-transition: -webkit-transform ease 400ms;
    transition: -webkit-transform ease 400ms;
    transition: transform ease 400ms;
    transition: transform ease 400ms, -webkit-transform ease 400ms;
}
.plus-to-minus:before, .plus-to-minus:after {
    content: '';
    position: absolute;
    background-color: #0a4595;
}
.plus-to-minus:before {
    left: 50%;
    margin-left: -2px;
    width: 4px;
    height: 18px;
}
.plus-to-minus:after {
    left: 0;
    top: 50%;
    margin-top: -2px;
    height: 4px;
    width: 18px;
    -webkit-transition: -webkit-transform ease 400ms;
    transition: -webkit-transform ease 400ms;
    transition: transform ease 400ms;
    transition: transform ease 400ms, -webkit-transform ease 400ms;
}
.club-card-container.opened .plus-to-minus {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.club-card-container.opened .plus-to-minus:after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.flex-grid {
        display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.pagecontent {
    padding-right: 150px;
}

.pageh2 {
    padding: 15px 0;
}
ol li i {
    margin: 0 10px;

}
.next-prev {
        display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    font-size: 20px;
    width: 98%;
}
.next-prev  .clearfix {
    display: none;
}
.navigation {
    position: relative;
}
.navigation i.fa-bars {
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
        transition: all 0.4s;
}
.navigation i.fa-bars:hover {
    transform-origin: 25% 25%;
    transform: rotate(180deg);
}
.prev-div, .next-div {
    transition: all 0.4s;
}
.prev-div:hover, .next-div:hover {
    text-decoration: underline;
}


.cards-list {
        display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    padding: 30px;
}
.cards-list__item {   
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 30px;
    transition: all 0.3s ease-out;
    padding: 30px 15px;
    border-radius: 15px;
    min-height: 576px;
    flex-basis: 30%;
    margin: 10px;
    }
    .cards-list__item:hover {
       box-shadow: 0 0 10px darkgrey; 
       background: #f3f3f3;
       color: black;
       cursor: pointer;
    }

.cards-list__item:hover img {
 
   border: 1px solid white;
    transform: scale(1.1);
}
.cards-list__item img {
    border-radius: 15px;
    width: 250px;
    height: 150px;
    box-shadow: 0 0 5px darkgray;
    cursor: pointer;

    transition: all 0.3s ease-out;
}
.card-item__title {
    margin: 20px 0;
    font-size: 18px;
        min-height: 52px;
}
.card-item__ul { }
.card-item__old-price {  margin: 10px 0; font-weight: bold;}
.card-item__new-price {  margin: 10px 0; color: red; font-weight: bold;}
.cards-list__item:hover .card-item__new-price {color: black;}
/*--------------------------------------*/
.swiper-img {
  width: 10% !important;
}
 .swiper-container {
      width: 100%;
      height: 100%;
    }
    .swiper-slide {
  
      text-align: center;
      font-size: 18px;
      background: #fff;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
    
.swiper-button-next, .swiper-button-prev {
    color: #cc0f00 !important;
}
.social-links a {
    font-size: 30px;
    margin-right: 10px;
    transition: all 0.4s;
}
.social-links a:hover {
color: #cc0f00;
}
.desc-hover {
   border-bottom: 2px solid #2a3035;
    background-color: #ba2b1b;
    border-radius: 5px;
    width: 300px;
    padding: 10px;
    position: absolute;
    top: 0;
    left: 0;
    opacity:0;
    transition: opacity 0.4s;
    z-index: -1;
}
.desc-hover__title {
    margin-bottom: 30px;
    font-size: 14px;
}
.desc-hover__time {
    font-size: 10px;
    border-bottom: 1px solid white;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.desc-hover__intro {
    font-size: 12px;
}

.desc-hover__hide {
    display: none;
}

#pozvonim-button {
    top: 35px !important;
    position: fixed !important ;
}

@media (max-width: 1200px) {
   .container12 .li12 {
       margin: 0 60px;
   } 
   .container1 #ul1 li:nth-child(1) {
       margin-right: 200px;
   }
   .icon {
       margin-right: 0;
   }
   #ul-1-2-2 {
       margin-left: 30px !important;
   }
   .next-prev {
       width: 90%;
   }
   .club-card-container .image-cont, .club-card-container .description-cont {
       margin: 40px 125px 20px 200px;
   }
   .pagecontent {
       padding-right: 0;
   }
   .container5 {
  height: 600px;
}
}
@media (max-width:991px) {
    .container1 #ul1 li:nth-child(1) {
        margin-right: 170px;
    }
    .container5 {
        display: none;
    }
    .swiper-slide {
        background-size: contain !important;
    }
    .container3 {
        height: 100%;
    }
    .container10, .container3 #ul4 #li4-2 {
        background: none;
    }
    .programm-title {
        font-size: 16px;
    }
    .container3-1, #ul1-2-1 {
        /* height: 100% !important; */
        
    }
    
    #ul1-2-1 li:not(:first-child) {
        background-size: cover !important;
    }
    #ul-1-2-2 {
        padding-bottom: 20px;
    }
    .club-card-container .image-cont, .club-card-container .description-cont {
    margin: 40px 22px 20px 200px;
}
.secondol li {
    font-size: 14px;
}
.secondol {
    padding: 20px !important;
}
}
@media (max-width:570px) {
  #ul1-2-1 {
      height: 660px!important;
  }
  .trainer-img {
    display: none;
  }
}
@media (max-width: 1024px) {
.container1 #ul2 li {
    width: 1024px;
}
.container2 {
    height: 450px;
}
.container5 {
    height: 500px;
}
iframe {
    height: 400px !important;
}

}
@media (max-width: 867px) {
  .li-upText {
      padding-top: 50px !important;
    }
    .li-upText span{
      font-size: 28px !important;
    }
   
        #logo {
        margin-right: 50px;
    }
    #main-menu li {
        font-size: 13px;
    }
    .table .team-item {
        flex-basis: 25%;
    }
    .before::before {
        display: none;
    }
    .club-card-container .image-cont, .club-card-container .description-cont {
    margin: 40px 22px 20px 130px;
}

}
@media (max-width: 567px) {
    .li-upText{
      padding-bottom: 40px !important;
    }
    .container6 {
        height: 310px;
    }
    .container2 {
        height: 460px;
    }
    .footer-left #logo {
        margin-left: 0;
    }
    iframe  {
        height: 300px;
    }
    .icon{
      height: 400px;
    }
    .container7 {
        height: 400px;
    }
    .container2 {
        height: 440px;
    }
    .container1 #ul2 li:nth-child(1) {
        font-size: 24px;
    }
    .contacts-right {
        width: 100% !important;
    }
    .form-top input, .form-top textarea {
        width: 80%;
    }
    .container1 #ul2 li {
        width: 100% !important;
        margin: 0 !important;
    }
    #ul2 li {
        width: 100% !important;
    }
    .container1 #ul2 li:nth-child(2) {
        font-size: 16px;
    }
    #ul2 {
        margin: 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    }
    .container2 li:nth-child(1) {
        margin-top: 155px;
    }
    #ul4 {
        display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    }
    .container3 #ul4 #li4-1 {
        width: 100%;
        height: 100%;
        margin-top: 90px;
    }
    .container10, .container3 #ul4 #li4-2 {
        display: none;
    }
    .contacts-right {
        width: 100% !important;
    }

    #logo {
        margin-right: 0;
        margin-left: 100px;
    }
    .container12 .li12 {
        width: 100%;
        margin: 0;
    }
    .container12 .footer-container {
        flex-direction: column;
        text-align: center;
    }
    
    .container12 .footer-container div {
        margin-bottom: 20px;
        width: 100%;
    }
    .footer-nav {
        display: flex;
        flex-direction: row;
        text-align: center;
    }
    .footer-nav li {
        margin-right: 10px;
    }
    .header-menu {
        flex-direction: column;
    align-items: flex-start;
    }
    #main-menu {
      background: rgba(0, 0, 0, 0.8);
        flex-direction: column;
    align-items: flex-start;
    padding-left: 40px;
    margin-top: 20px;
    display: none;
    z-index: 9;
    }
    #main-menu li {
        margin-right:0;
        margin-bottom: 20px;
    }
    #menu-toggle {
        display: block;
    }
    .footer-nav {
        flex-direction: column;
        padding: 0;
    }
    .table .team-item {
        flex-basis: 50%;
    }
    #ul-1-2-2 {
        width: 100% !important; 
    }
    .li1-2-3-1 {
        background-position-x: 50% !important;
    }
    #ul-1-2-2 li:nth-child(2) {
        width: 90%;
    }
}
@media (max-width: 768px) {
.container1 #ul2 li {
    width: 768px;
/*     margin: -148px; */
}
.container2 {
    height: 450px;
}
.container3 #ul4-1 {
    padding-left: 145px;
}
.container8 .li8:last-child {
    height: 200px;
}
.container6 {
    height: 400px;
}
.container10 {
    height: 350px;
}
#ul-1-2-2 {
    width: 100%;
}
}
@media (max-width: 420px) {
    .blur {
     background-position-x: -400px !important;
    	/*	height: 300px !important;
    	background-position: center !important; */
    }
    .container1 {
     background-position-x: 770px !important;
    	/*	height: 300px !important;
    	background-position: center !important; */
    }
    .container1 #ul2 {
    	align-items: center !important;
    	justify-content: center;
    	height: /*80vh*/auto;
    }
    .swiper-container_review {
      padding-bottom: 0px;
  }
    .timetable td,
    .timetable th{
        width: 140px !important;
    }
/*     #pozvonim-button {
top: 30px!important;
position: absolute !important;
} */
/*     #pozvonim-button {
    display: none !important;
} */
    
    .timetable-container {
        position: relative;
    }
    .table-1 i {
    display: block;
    /*position: absolute;*/
    color: white;
}
.table-1 i.chevron-left {
    left: 0;
}
.table-1 i.chevron-right {
    right: 0;
}
/*     .container1 {
    height: 100vh !important;
} */
       .container1-bot {
        height: 100% !important;
    }
    .myPref1 td {
        text-align: right;
    }
    .footer-center, .footer-right {
        margin-left: 0 !important; 
    }
    .footer-nav li {
        margin-right: 0;
    }
    .container3 #ul4-1 {
        padding-left: 0;
    }
    .footer-right {
        margin-bottom: 50px !important;
    }
    .container7 {
        height: 550px;
    }
    .title span {
        text-align: center;
    }
    .container12 {
        padding-top: 20px;
    }
    .trainer-img, .programm-img {
        display: none;
    }
    .li1-2-3-1 {
        width: 100% !important;
    }
.container3 #ul4 #li4-1 {
    margin-top: 0;
}
.container8 #ul8 {
    height: 1600px;
    padding-left:0;
}
.container8 .li8 ul {padding: 0;}
.container9 #li9-1 {
    margin: 0;
    margin-bottom: 20px;
}
.container12 {
    height: 100%;
}
.container6 {
    height: 200px;
}
#ul8 > li {
   height: 200px;
   margin-bottom: 20px;
}
#ul8 > li:last-child {
    margin-top: 20px;
}
    #ul3 {
        margin-top: 50px;
    }
    #ul-1-2-2 li:first-child, #ul-1-2-2 li:last-child {
        width: 80%;
    }
    #ul4-1  {
        text-align: center;
    }
    .container8 {
        height: 100%;
    }
    .team-item {
        flex-basis: 100% !important; 
    }
    .container2 li:nth-child(1) {
        margin-top: 0;
    }
    .container2 {
        min-height: 300px;
        height: auto;
    }
    #ul-1-2-2 li:nth-child(1) {
        font-size: 20px !important;
    }
    #ul-1-2-2 li:nth-child(2) {
        width: 80%;
    }
    #ul-1-2-2 li:nth-child(1) {
        margin: 30px 0 !important;
    }

    .contacts-body {
        flex-direction: column;
    }
    .map1 {
        height: 100% !important;
        margin: 20px 0 !important;
    }

    .container3 #ul4-1 li {
        width: 100%;
    }
}
@media (max-width: 380px) {
    .container3 #ul4-1 li:nth-child(1) {
        font-size: 24px;
    }
    .container6 {
        height: 400px;
    }
    .container9 .li9-2-1 span {
        font-size: 26px;
    }

}
@media (max-width: 375px) {


    .container2 li:nth-child(1) {
    margin-top: /*10*/0px;
}
.container9 #ul9-1 li:nth-child(1) {
    text-align: center;
}

}
@media (max-width: 360px) {
    .text1 span {
        font-size: 30px !important;
    }
}
@media (max-width: 320px) {
    .text1 span {
        font-size: 30px !important;
    }
    .container2 {
        height: 750px;
        margin-bottom: 150px; 
    }
    .container6, .container7 {
        height: 250px;
    }
    iframe, .icon {
        height: 200px !important;
    }
}

.int-desc span h1,
.int-desc span h2,
.int-desc span h3,
.int-desc span h4 {
    display: none;
}
@media (max-width: 380px) {
    .text1 span {
    font-size: 30px !important;
}
}
@media (max-width: 360px) {
    .blur {
        background-position: 40% !important;
     /*  height: 250px!important;*/
    }
    .container1 {
        background-position: 90% !important;
     /*  height: 250px!important;*/
    }
}
.fancybox-container  {z-index: 8888 !important;}
#jGrowl {
    z-index: 9999 !important;
}
.footer-info {
    color: white;
    flex-basis: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    justify-content: center;
        border-bottom: 1px solid white;
    padding: 10px;
}
.footer-info a {color: white; transition: all 0.5s;}
.footer-info a:hover {color: red;}

/* reviews */
.reviews {
	background: #303030;
}
.reviews .swiper-slide {
  text-align: center;
  font-size: 14px;
  /*background: #fff;*/
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;

}
.swiper-container_review {
    padding-bottom: 40px!important;
}
.reviews__content {
	max-width: 800px;
	width: 80%;
	margin: 0 10%;
	display: inline-block;
}
.reviews .swiper-slide span.name {
	display: block;
  color: #4682b4;
  font-size: 18px;
	margin: 0 0 20px 0;
}
.drfortran {
    width: 1170px;
    margin: 0 auto;
}