@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: "ExoSoft";
	src: url("fonts/ExoSoft.otf");
}
@font-face {
	font-family: "ExoSoftBold";
	src: url("fonts/ExoSoftBold.otf");
}
@font-face {
	font-family: "AvenirNextCyr-Heavy";
	src: url("fonts/AvenirNextCyr-Heavy.otf");
}
body {
	margin:0;
	padding:0;
	font-family: "ExoSoft";
	color: #262626;
}
b, strong {
	font-family: "ExoSoftBold";
	font-weight: normal;
}
a {
	text-decoration: none;
	color: #ff2b2b;
}
a, a:focus, *:focus {
    outline: none;
}
h1, h2, h3, h4, h5{
	font-weight: normal;
	font-family: "AvenirNextCyr-Heavy";
}
input, button, img {
    border: none;
    outline: none;
}
.clear {
    clear: both;
}
.container{
	margin:0 auto;
	width:1220px;
	max-width:90%;
}
header {
	margin-top: 30px;
	position: fixed;
	z-index: 9;
	width: 100%;
	top: 0;
}
header.bg-f {
    background: #fff;
}
header.bg-f.ffv {
    background: #fff0;
}
header.bg-f.ffv.fix {
    background: #212325;
}
header.fix {
    background-color: #212325;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin: 0;
    padding: 20px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
	transition: all 300ms ease-in 150ms;
}
header.fix hr {
    display: none;
}

.fix + section#slider {

}

header .fix-img {
    display: none;
}
header.fix .fix-img {
    display: inline;
}
header.fix .logo img:first-child {
    display: none;
}
.fix nav#nav-main a, .fix .phone {
    color: #fff;
}

body.home {
    /*background: url("images/bg.png") no-repeat scroll 0 0 / 100% auto;*/
}
.logo {
    float: left;
}

p.trener-dol {
    margin-bottom: 10px !important;
}
.trener-desc p {
    margin: 0;
    padding: 0;
    font-size: 19px !important;
}
/* =Nav
-------------------------------------------------------------- */
#nav-trigger {
    display: none;
    float: left;
    margin-bottom: 0px;
    margin-left: 5%;
    margin-top: 0;
    padding: 10px 0;
    position: relative;
    z-index: 2;
}
.home #nav-trigger{
	margin-bottom:0px;
}
.home #nav-trigger span, .home #nav-trigger span::before, .home #nav-trigger span::after {
	background: #fff;
}
.fix #nav-trigger span, .fix #nav-trigger span::before, .fix #nav-trigger span::after {
	background:#fff;
}
#nav-trigger span {
	background: #000;
    display: inline-block;
    height: 2px;
    position: absolute;
    margin-top: 8px;
    width: 25px;
	cursor:pointer;
}
#nav-trigger span::before, #nav-trigger span::after {
    background: #000;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
}
#nav-trigger span::before {
    bottom: 100%;
    margin: 0 0 3px;
}
#nav-trigger span::after {
    margin: 3px 0 0;
    top: 100%;
}
#nav-trigger span.open {
}
nav {
}
nav#nav-main {
	float: left;
    margin: 10px 2.5%;
}
nav#nav-main ul {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
nav#nav-main li {
    display: inline-block;
	margin-right:25px;
}
nav#nav-main a {
    display: block;
    color: #262626;
	font-size:12px;
	text-transform: uppercase;
}

nav#nav-main li.current-menu-item a, nav#nav-main li.current-category-ancestor a{
    color: #ff2b2b;
}
.home nav#nav-main a {
	color:#fff;
}
nav#nav-main a:hover {
	text-decoration:underline;
}
nav#nav-mobile {
	position: relative;
	display: none;
}
nav#nav-mobile ul {
    display: none;
    list-style-type: none;
    position: absolute;
    left: 0;
    right: 0;
	margin:0;
	padding:0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: #212325;
	z-index:10;
	top: 63px;
}
.fix nav#nav-mobile ul {
    top: 61px;
}

nav#nav-mobile li {
    display: block;
    padding: 5px 0;
    border-bottom: solid 1px #000;
}
nav#nav-mobile li:last-child {
    border-bottom: none;
}
nav#nav-mobile a {
    display: block;
    color: white;
    padding: 10px 30px;
}

/********NAV**********/


header .container {
    position: relative;
}
header .phone {
color: #262626;
    float: right;
    font-size: 20px;
    position: absolute;
    right: 0;
    text-align: right;
    top: -17px;
}
.home .phone {
	color:#fff;
}

.phone > div:nth-child(1) {
    display: block;
}
.phone div > span {
    font-size: 12px;
}
a.callback {
    border-bottom: 1px dotted;
    display: inline;
    font-size: 16px;
}
header hr{
	border-bottom: 1px solid #e82c2c;
	border-top: none;
	margin: 25px 0 0;
}
.home header hr{
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

/*Slider begin*/
.slides .slick-slide {
	color: #fff;
	padding: 15vw 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	box-sizing: border-box;
	height: 90vh;
}
.slides .slick-slide::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  top: 0;
	z-index:9;
}
.slides .slick-slide:nth-child(2) img {
    right: 0;
}
#slider .container {
    position: relative;
	z-index: 10;
}
.slides .slick-prev {
    display: none !important;
}
.slides {
    color: #fff;
}
.slides h2 {
    font-size: 75px;
    line-height: 1.05;
    margin-bottom: 5%;
    margin-top: 0;
	font-family: "AvenirNextCyr-Heavy";
	
}
.slides h3 {
    font-size: 20px;
    line-height: 1.6;
	margin: 0 0 0 50px;
	font-family: "ExoSoft";
}
.slides .text{
	float:left;
	width:56%;

}
.slides img {
    float: right;
    width: 44%;
	transition: all 600ms linear 300ms;
	position:relative;
	right:-500px;
}
.slides img.homeAnimation{
	right:0px;
}
.slides .slick-slide {
    overflow: hidden;
}

.slides .slick-next.slick-arrow {
	background: url("images/chevron-right.png") no-repeat scroll 0 0;
	cursor: pointer;
	height: 32px;
	margin-top: -10px;
	position: absolute;
	right: 70px;
	text-indent: -9999px;
	top: 41%;
	width: 18px;
}
.slides .slick-dots {
	list-style: outside none none;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 110px;
	top: 41%;
}
.slides .slick-dots li {
    display: inline-block;
}
.slides li button {
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
    height: 6px;
    margin-right: 10px;
    opacity: 0.5;
    padding: 0;
    text-indent: -9999px;
    width: 6px;
}
.slides li:last-child button {
    margin-right: 0;
}
.slides li.slick-active button {
    background-color: transparent;
    border: 2px solid #ee2b2b;
    height: 12px;
    opacity: 1;
    position: relative;
    top: -1px;
    width: 12px;
}

a.btn-red {
    background-color: #ee2b2b;
    color: #fff;
    display: inline-block;
    margin: 0 20px;
    padding: 0px 30px;
    position: relative;
	font-size:11px;
	text-transform:uppercase;
	height:47px;
	line-height:47px;
}
a.btn-red::before {
    border-bottom: 47px solid #ee2b2b;
    border-left: 18px solid transparent;
    content: "";
    left: -18px;
    position: absolute;
    top: 0;
    vertical-align: top;
}
a.btn-red::after {
    border-right: 18px solid transparent;
    border-top: 48px solid #ee2b2b;
    content: "";
    right: -18px;
    position: absolute;
    top: 0;
    vertical-align: top;
}
.buttons{
	margin-left: 50px;
	display: inline-block;
}
.buttons > a {
    margin-top: 10% !important;
}
a.btn-transp {
    background: url("images/transp-btn.png") no-repeat scroll center center;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    height: 48px;
    line-height: 48px;
    padding: 0 0 0 15px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: top;
    width: 185px;
	position:relative;
}
/*a.btn-red:hover{
	background: #333;
}
a.btn-red:hover::before {
    border-bottom: 47px solid #333;
}
a.btn-red:hover::after {
    border-top: 48px solid #333;
}*/
a.know-more {
    bottom: 30%;
    color: #bababa;
    font-size: 12px;
    margin-left: 50px;
    position: absolute;
}
a.know-more img {
    margin-right: 15px;
    vertical-align: middle;
}

.soc > a {
    background-color: #acacac;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 34px;
    text-align: center;
    width: 34px;
	margin-right:10px;
}
.soc > a:last-child {
	margin-right:0;
}
.soc a i {
    line-height: 34px;
}
.soc > a:hover {
    background-color: #ee2b2b;
}
#slider .soc {
	bottom: 15%;
    position: absolute;
    right: 7%;
}

/*Slider end*/

/*About begin*/

#about h2 {
    color: #262626;
    font-size: 44px;
    width: 60%;
}
#about {
    position: relative;
}
#about h2 span {
    color: #e82c2c;
}
#about img {
    float: right;
    margin-left: 50px;
}
#about p {
    color: #262626;
    font-size: 20px;
    line-height: 32px;
	margin-bottom: 50px;
}
.numbers {
	margin: 60px 0px 30px 0px;
}
.numbers {
    display: flex;
    flex-flow: row wrap;
}
.numbers > div {
	margin-bottom: 80px;
    width: 33%;
}
.numbers span {
    color: #e82c2c;
    display: inline-block;
    font-size: 71px;
    line-height: 60px;
    margin-right: 25px;
    vertical-align: middle;
}
.numbers h4 {
    display: inline-block;
    font-size: 29px;
    line-height: 30px;
    margin: 0;
    position: relative;
    top: 3px;
    vertical-align: middle;
    width: 60%;
}
.icons > div {
    color: #717171;
    display: inline-block;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    vertical-align: top;
    width: 24%;
}
.icons > div h3{
	font-family: "ExoSoft";
}
#about .icon-img > img {
    float: none;
    margin-left: auto;
}

.icons .icon-img {
    height: 100px;
}

/*About end*/

/*News begin*/
.news-img {
	position: relative;
	height: 245px;
	overflow: hidden;
}
.news-img a img {
    width: 100%;
    height: 245px;
    object-fit: cover;}
.news-list-one h3 {
    padding: 0px 0px 0px 10px;
}
#news h2 {
    border-bottom: 1px solid #dfdfdf;
    font-size: 63px;
    margin-bottom: 50px;
    padding-bottom: 30px;
    position: relative;
}
#news h2 a {
    border-bottom: 1px dotted;
    display: inline-block;
    font-size: 20px;
    margin: auto;
    position: absolute;
    right: 0;
    top: 25%;
}
#news h2 a:hover {
    color: #262626;
}
.news-list > div {
    width: calc(33% - 10px);
}
.news-list {
    text-align: center;
}
.news-list h3 a {
    border-bottom: 1px dotted;
    color: #262626;
    font-size: 22px;
    line-height: 24px;
}
.news-list h3 a:hover {
    color: #ff2b2b;
}
.news-list h3 {
    font-size: 26px;
    margin:15px 25px 15px 0px;
    text-align: left;
}
.news-list p {
	color: #717171;
    font-size: 18px;
    line-height: 28px;
    margin: 17px 0px 0px 0px;
    text-align: left;
    line-height: 26px !important;
    padding: 0px 0px 0px 10px;	
}

/*News end*/

/*Map begin*/

#map {
    background-color: #323232;
    height: 517px;
    margin: 7% 0;
    position: relative;
}
#map .container {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
}
.map-info {
	color: #fff;
    float: right;
    margin: 50px 0;
    width: 50%;
}
.map-info h4 {
    font-size: 20px;
    margin-bottom: 10px;
}
#map .phone {
	display: inline-block;
    font-size: 26px;
    line-height: 40px;
    text-align: left;
	float: none;
	vertical-align: top;
	margin-right:50px;
	color:#fff;
}
.mail {
    display: inline-block;
	vertical-align: top;
	line-height: 40px;
}
.mail > a {
    border-bottom: 1px dotted;
    font-size: 26px;
}
.address {
    font-size: 26px;
    margin: 50px 0 40px;
}
/*Map end*/

/*Footer begin*/
footer{
	margin-bottom:4%;
}
.foot-info {
    float: right;
    width: 60%;
}
.foot-info ul {
    margin-left: 20px;
    margin-bottom: 30px;
    column-width: 48%;
    column-count: 2;
    column-gap: 4%;
}
.foot-info > ul {
    display: inline-block;
    list-style: outside none none;
    margin: 0 15% 0 0;
    padding: 0;
}
.foot-info a {
    color: #262626;
    font-size: 16px;
    line-height: normal;
}
.foot-info a:hover {
    color: #ff2b2b;
}
.foot-info li {
    margin-bottom: 25px;
}

.footer-r {
    float: right;
    text-align: right;
}
.foot-info .soc > a {
    color: #fff;
}
footer .soc {
    margin-bottom: 30px;
}
.footer-r .power > a {
    color: #ff2b2b;
}
.power span {
    color: #262626;
}

/*Footer end*/

/*About page*/

#content h2 {
    font-size: 50px;
    margin: 120px 0px 30px 0px;
    line-height: 55px;
    display: block;
}
#content h2 span {
    color: #e82c2c;
}
#content {
    margin-top: 8%;
}
#content h2 + p {
    font-size: 20px;
    line-height: 32px;
	margin-bottom:50px;
}
.alignleft {
    float: left;
    margin-right: 50px;
	margin-bottom: 50px;
}
.alignright {
    float: right;
    margin-left: 50px;
	margin-bottom: 50px;
}

#content h3 {
    font-size: 26px;
    margin: 10px 0px 0px 0px;	
}
#content p {
    color: #7b7b7b;
    font-size: 20px;
	margin-bottom:50px;
    line-height: 32px;
}

#banner {
    background: rgba(0, 0, 0, 0) url("images/banner-bg.png") no-repeat scroll 0 0 / cover ;
    color: #fff;
    margin-bottom: 4%;
    padding: 50px 0;
}
#banner h2 {
    font-size: 44px;
    line-height: 63px;
    width: 60%;
}
#banner ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 65%;
}
#banner li {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 35px;
    position: relative;
}
#banner li::before {
    color: #e82c2c;
    content: "/";
    margin-right: 10px;
}
.pod-casr-one-button {
    font-size: 17px;
    border: 1px solid #fff;
    padding: 10px 30px;
    margin-top: 20px;
}
.directions-btn > a {
    border: 1px solid #d0d0d0;
    color: #262626;
    display: inline-block;
    font-size: 24px;
    padding: 40px 0;
    text-align: center;
	background: linear-gradient(to right, rgba(0,0,0,0) 50%, #ee2b2b 50%);
	background-size: 200% 100%;
    background-position:left bottom;
	transition:all 2s ease;
    width: 48.5%;
}
.directions-btn > a:hover {
    background-position:right bottom;
	color:#fff;
}
.directions-btn > a:first-child {
    margin-right: 25px;
}
.directions-btn {
    margin-bottom: 4%;
}
.directions-btn span {
    border-bottom: 1px dotted #ee2b2b;
}

#gallery .slick-arrow {
    background: #ee2b2b url("images/arr-l.png") no-repeat scroll center center;
    border-radius: 50%;
    bottom: 35px;
    cursor: pointer;
    height: 50px;
    position: absolute;
    right: 35px;
    text-indent: -9999px;
    width: 50px;
	z-index:9
}
#gallery .slick-arrow.slick-next {
    background: #ee2b2b url("images/arr-r.png") no-repeat scroll center center;
    bottom: 95px;
}

/*About page*/

/*Directions page*/
.pod-casr-one:hover span.pod-casr-one-title {
    background: rgba(41, 40, 45, 0.2);
}

span.pod-casr-one-title {
    border: none;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: normal;
    -moz-justify-content: normal;
    justify-content: normal;
    background: url(../images/2.svg) right 91px bottom 114px / auto auto no-repeat, url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxIiBoZWlnaHQ9IjExNSIgdmlld0JveD0iMCAwIDEgMTE1IiBpZD0ic3ZnLTEiPgogIDxkZWZzIGlkPSJkZWZzLTIiPgogICAgPHN0eWxlIGlkPSJzdHlsZS0zIj4KCS5jbHMtMSB7IG9wYWNpdHk6IDAuMTsgfQo8L3N0eWxlPgogIDwvZGVmcz4KICA8cmVjdCBpZD0iUHJ5YW1vdWdvbCduaWtfMSIgZGF0YS1uYW1lPSJQcnlhbW91Z29sJ25payAxIiBjbGFzcz0iY2xzLTEiIHdpZHRoPSIxIiBoZWlnaHQ9IjExNSIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIiBmaWxsPSIjZmZmZmZmIj48L3JlY3Q+Cjwvc3ZnPg==) right 92px bottom 0px / auto auto no-repeat rgba(41, 40, 45, 0.6);
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
}
span.pod-casr-one-title-ls {
    display: flex;
    align-items: center;
    width: auto;
    height: 100%;
    text-align: center;
    font-size: 28px;
    color: #fff;
    margin: 0px 30px;
    justify-content: center;
    display: flex;
    flex-flow: column;	
}
.pod-casr-one:hover a img {
    transition: all 0.3s ease-out;
    transform: scale(1.1);	
}
.pod-casr-one a img {
    transition: all 0.3s ease-out;
}
.pod-casr-one {
    overflow: hidden;
    width: 100%;
    height: 374px;
    position: relative;
}
.directions-list {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    padding: 20px 0px 20px 0px;
}
.directions-list > a {
    background-position: right bottom !important;
    background-repeat: no-repeat !important;
    border: 1px solid #d0d0d0;
    color: #262626;
    display: inline-block;
    font-size: 24px;
    vertical-align: top;
    width: 49%;
	height:380px;
	position:relative;
	margin-bottom:15px;
}
.directions-list > a:nth-child(2n+1) {
    margin-right: 15px;
}
.directions-list > a i {
    color: #ff2b2b;
	display: inline-block;
	margin-right:10px;
}
/*.directions-list span {
    bottom: 0;
    height: 90px;
    left: 0;
    margin: auto auto auto 25px;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 55%;
}*/
.directions-inner-list > div {
	background-position: 90% 25px !important;
    background-repeat: no-repeat !important;
    border: 1px solid #d0d0d0;
    float: left;
    padding: 30px;
    position: relative;
    width: 42%;
	margin-bottom:25px;
}
.directions-inner-list > div:nth-child(2n+1) {
    margin-right: 25px;
}
.directions-inner-list h3 {
    font-size: 34px;
	margin-top:0;
}
.directions-inner-list h3 span {
    color: #e82c2c;
}
.directions-inner-list > div p{
	margin-bottom:0 !important;
}

/*Directions page*/

/*Shedule page*/

.center{
	text-align:center;
	margin:50px 0;
}
#content table td.mptt-shortcode-hours, #content .mptt-shortcode-wrapper .mptt-shortcode-table.mptt-theme-mode tbody tr td.event, .mptt-shortcode-wrapper .mptt-shortcode-table tbody td {
    height: auto !important;
}
#content .mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container {
    outline: 0px solid #fff;
    overflow: inherit;
    position: inherit;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tr.mptt-shortcode-row th {
    background-color: #f0f0f0;
	font-size:18px;
	padding:20px;
	border: none;
}
#content table td.mptt-shortcode-hours{
	background-color: #f0f0f0;
	vertical-align: middle !important;
	border: none;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody td {
    border: 1px solid #d0d0d0;
}

.mptt-shortcode-wrapper .mptt-shortcode-table tbody tr:nth-child(2n+2) {
    background-color: #fff;
}
.mptt-shortcode-wrapper .mptt-shortcode-table {
    border-spacing: 10px;
}

.event-title {
    font-size: 16px;
}
#content table p.timeslot {
    display: none;
}
#content p.event-description {
    color: #7b7b7b;
    font-size: 14px;
    margin-bottom: 0;
}
.event-user img.avatar {
    display: none !important;
}
#content table p.event-user {
    background-color: #e82c2c;
    border-radius: 15px;
    color: #fff;
    display: block;
    font-size: 10px;
    height: 24px;
    line-height: 24px;
    margin: 0 auto 10px;
    text-transform: uppercase;
    width: 50px;
}

.mptt-shortcode-wrapper .mptt-shortcode-table tr.mptt-shortcode-row th:nth-child(1) {
    background: #e82c2c url("images/time.png") no-repeat scroll center center;
}
/*Shedule page*/

/*Team page*/

.team-list > div {
    display: inline-block;
    margin-right: 4%;
    text-align: center;
    width: 30%;
	margin-bottom:30px;
	vertical-align: top;
}
.team-list > div:nth-child(3n) {
    margin-right: 0;
}
.team-list {
    margin-top: 60px;
}

#content h2.team-name,  #content h2.news-name{
    font-size: 44px;
    margin-top: 50px;
}

.team-img img {
    width: 100%;
    height: 550px;
    object-fit: cover;
}
/*Team page*/

/*News page*/
.container .news-list {
    display: flex;
    gap: 20px;
    flex-flow: row wrap;	
}
#content .news-list {
	margin-top: 60px;
    display: flex;
    flex-flow: row wrap;
    gap: 20px;
}

#content table td {
    vertical-align: top;
}
#content table p {
    margin-bottom: 30px;
    margin-top: 0;
}

/*News page*/



@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
img {
    max-width: 100%;
	height: auto;
}

.page-id-185 table {
    width: 100%;
	margin-bottom:5%;
	text-align:center;
	border-spacing: 10px;
}
.page-id-185 table th {
    background-color: #f0f0f0;
    font-size: 18px;
    padding: 20px;
}
.page-id-185 table td {
    border: 1px solid #d0d0d0;
    padding: 20px;
	vertical-align: middle !important;
}

.page-id-185 table h3 {
    color: #ff2b2b;
    font-size: 24px;
    margin: 0;
}
.page-id-185 #content table p {
    font-size: 14px;
    margin-bottom: 0;
}
.page-id-185 h4 {
    margin: 0;
}
.page-id-185 #content p {
    margin-bottom: 0;
}
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px 20px 0;
  width: 570px;
  max-width: 90%;
  margin: 20px auto;
}

form.wpcf7-form {
    background: #fff url("images/popup-girl.png") no-repeat scroll right bottom;
}

#zayavka .wpcf7-form-control.wpcf7-submit {
    background: rgba(0, 0, 0, 0) url("images/red-bg.png") no-repeat scroll center center;
    color: #fff;
    font-family: "ExoSoft";
    font-size: 11px;
    text-align: center;
    text-transform: uppercase;
	width:287px;
	height:48px;
	padding:0;
	cursor:pointer;
	margin-bottom:50px;
}

span.wpcf7-not-valid-tip {
    bottom: -13px;
    display: block;
    font-size: 12px;
    margin-left: 70px;
    position: absolute;
    text-align: left;
    width: 100%;
}
form.sent p {
    display: none;
}

.wpcf7-form-control-wrap input.wpcf7-text {
    background: url("images/border-bg.png") no-repeat scroll left center;
	width:245px;
	height:50px;
	line-height:50px;
	font-size:13px;
	font-family: "ExoSoft";
	padding-left:40px;
	margin-bottom:10px;
}

.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    margin-left: 78px;
}
.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.tel {
    margin-left: 54px;
}
.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email {
    margin-left: 27px;
}
#zayavka h2 + p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin-bottom: 30px;
    margin-left: 50px;
}
#zayavka h2 {
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 0;
    margin-left: 50px;
    margin-top: 0;
	padding-top:50px;
}

#zayavka .sent h2 {
    display: none;
}
form.wpcf7-form .otpr{
 display: none;
 }
form.wpcf7-form.sent{
    background: #fff url("images/ok.png") no-repeat scroll top center;
	    padding-top: 85px;
	}
form.wpcf7-form.sent .otpr{
    font-size: 16px;
    line-height: 26px;
	display: block;

}
div.wpcf7-mail-sent-ok {
    border: medium none;
    margin: 0;
    padding: 50px;
    text-align: center;
	display:none !important;
}

#zayavka .otpr > h2 {
    display: block;
    font-size: 36px;
    font-weight: 300;
    text-align: center;
	margin-left:0;
}
#zayavka .otpr > p{
	display:block;
	line-height:26px;
	font-size:16px;
	text-align:center;
	padding-bottom:50px;
	margin-left:0;}
	.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    display: none;
}

#video.white-popup {
    padding: 10px 10px 6px;
}
.mfp-close-btn-in #video .mfp-close {
    color: #fff;
}
/* =Media Queries
-------------------------------------------------------------- */

@media all and (max-width: 1920px) {
body.home {
    background-size: 100% 30%;
}
}

@media all and (max-width: 1280px) {
nav#nav-main {
    margin: 10px 3%;
}
nav#nav-main li {
    margin-right: 25px;
}
.slides h2 {
    font-size: 50px;
}
.slides h3 {
    font-size: 16px;
}
.slides .slick-dots {
    right: 15%;
    top: -40px;
}
.slides .slick-next.slick-arrow {
    top: -38px;
	right:10%;
}
.slides img {
    width: 35%;
}
#slider .soc {
    bottom: 25%;
    right: 0;
}
.directions-btn {
	text-align: center;
    display: flex;
}
.directions-btn > a {
    width: 48%;
}
.directions-list > a {
    width: 48%;
}
.directions-inner-list > div {
    width: 38%;
}
#nav-trigger {
    display: block;
}
nav#nav-main {
    display: none;
}
nav#nav-mobile {
    display: block;
}
}
@media all and (max-width: 1024px) {

#about img {
    float: none;
    margin-left: 0;
}
header {
    padding-top: 0;
}
header hr {
    margin: 20px 0 0;
}
body.home {
    background-size: 125% auto;
}
#about {
    top: 0;
}
.map-info {
    width: 65%;
}
#content h2 {
    font-size: 40px;
}
}

@media all and (max-width: 800px) {
.slides h2 {
    font-size: 40px;
}
.slides h3 {
    font-size: 13px;
}
a.know-more {
    bottom: 20%;
}
#about h2, #news h2 {
    font-size: 40px;
    width: 100%;
}
.icons > div {
    margin-bottom: 25px;
    width: 49%;
}
.map-info {
    width: 75%;
}

.directions-list > a {
    font-size: 18px;
    width: 48%;
}
.directions-inner-list > div {
    width: 35%;
}

}
@media all and (max-width: 768px) {


.news-list > div {
	width: 100%;	
}
.slides img{
	display: none !important;
}
.slides .text {
    float: none;
    text-align: center;
    width: 100%;
}
.slides h3 {
    margin: 0 0 30px;
}
.slides .slick-dots {
    right: 5%;
}
.slides .slick-next.slick-arrow {
    right: 0;
}
a.know-more {
    display: block;
    float: left;
    margin-left: 0;
    position: inherit;
}
#slider .soc {
    float: right;
    position: inherit;
}
.buttons {
    display: block;
    margin-left: 0;
	text-align:center;
}
.buttons > a {
    margin-top: 0px !important;
	margin-bottom:35px;
}
#slider {

}
.directions-btn {
    text-align: center;
	display: flex;	
}
.directions-btn > a {
    width: 46%;
}
.map-info {
    width: 100%;
}
}

@media all and (max-width: 640px) {
.slides .slick-slide {
	padding: 32vw 0;
	height:55vh;
}
.slides {

}
.slides h2 {
    font-size: 30px;
	margin-bottom: 10px;
}
.slides h3 {
    margin: 0 0 10px;
}
.slides .slick-dots, .slides .slick-next.slick-arrow {
	display: none !important;
}

.fix + section#slider {
 
}

#banner h2 {
    font-size: 30px;
    line-height: 35px;
    width: 100%;
}
#banner ul {
    width: 100%;
}
.directions-list > a {
    font-size: 18px;
    width: 100%;
}
.directions-inner-list > div {
    width: 78%;
}
.page-id-185 table td {
    padding: 14px;
	padding: 5px;
}

.page-id-185 #content table h3 {
    font-size: 15px;
}

.page-id-185 table th {
    background-color: #f0f0f0;
    font-size: 13px;
    padding: 9px;
}
}

@media all and (max-width: 480px) {
#nav-trigger span {
    margin-top: 0;
}
.logo img {
    width: 115px;
}
.phone {
    font-size: 14px;
}
.slides h2 {
    font-size: 18px;
}
.slides h3 {
    font-size: 11px;
}
body.home {
    background-size: 125% auto;
}
.buttons > a {
    margin-bottom: 20px;
}
.soc > a {
    margin-right: 0;
}
#about h2, #news h2 {
    font-size: 25px;
}
.fix + section#slider {

}
#about p {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 20px;
}
.numbers {
    margin: 30px 0 45px;
}
.numbers h4 {
    font-size: 25px;
}
.numbers > div {
    margin-bottom: 45px;
    width: 100%;	
}
.icons > div {
    font-size: 18px;
    width: 100%;
}
#news h2 a {
    font-size: 12px;
}
.news-list > div {
}

.news-list h3 a {
    font-size: 22px;
}
.news-list p {
    font-size: 14px;
    line-height: 22px;
}
.address {
    font-size: 16px;
    margin: 22px 0 15px;
}
.map-info h4 {
    font-size: 16px;
    margin-bottom: 0;
}
#map .phone {
    font-size: 18px;
    line-height: 30px;
}
.mail > a {
    font-size: 18px;
}

footer .logo {
    float: none;
    margin-bottom: 20px;
    text-align: center;
}
.foot-info {
    width: 100%;
}
#content h2 {
    font-size: 30px;
}
#content h2 + p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
}
#content h3 {
    font-size: 20px;
}
#content p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
}
.directions-list {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
    padding: 20px 0px 20px 0px;
}
.directions-list > a {
    background-size: 50% auto !important;
    font-size: 18px;
    height: 250px;
}
.team-list > div {
    margin-right: 0;
    width: 100%;
}
#content h2.team-name, #content h2.news-name {
    font-size: 25px;
    margin-top: 0;
}
header .phone {
    font-size: 14px;
}
.home .phone div a{ color:#fff;}
.phone div a{ color:#262626;}
.fix .phone div a{ color:#fff;}
.wpcf7-form-control-wrap input.wpcf7-text {
    margin-left: 0 !important;
}

form.wpcf7-form {
    background: #fff none repeat scroll 0 0;
}
}


@media all and (max-width: 450px) {

body.home {
    background-size: 175% auto;
}
}
@media (max-width: 450px) {
	#content h2 {
		font-size: 30px;
    	line-height: 34px;
	}
	.pod-casr-one {
		overflow: hidden;
		width: 100%;
		height: 224px;
		position: relative;
	}	
	span.pod-casr-one-title-ls {
		display: flex;
		align-items: center;
		width: auto;
		height: 100%;
		text-align: center;
		font-size: 22px;
		color: #fff;
		margin: 0px 30px;
		justify-content: center;
		display: flex;
		flex-flow: column;
	}	
}

@media (max-width: 800px) {
	.directions-list {
		width: 100%;
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 20px;
		padding: 20px 0px 20px 0px;
	}
	.pod-casr-one {
		overflow: hidden;
		width: 100%;
		height: 374px;
		position: relative;
	}	
}

@media (max-width: 768px) {
	.pod-casr-one {
		overflow: hidden;
		width: 100%;
		height: auto;
		position: relative;
	}
	.numbers > div {
		margin-bottom: 80px;
		width: 100%;
	}	
}
@media (max-width: 420px) {
	.numbers > div {
		margin-bottom: 80px;
		width: 100%;
	}
	.directions-list {
		width: 100%;
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 20px;
		padding: 20px 0px 20px 0px;
	}	
}
@media (max-width: 1024px) {
	.pod-casr-one {
		overflow: hidden;
		width: 100%;
		height: auto;
		position: relative;
	}
	span.pod-casr-one-title-ls {
		display: flex;
		align-items: center;
		width: auto;
		height: 100%;
		text-align: center;
		font-size: 22px;
		color: #fff;
		margin: 0px 30px;
		justify-content: center;
		display: flex;
		flex-flow: column;
	}	
}

@media (max-width: 680px)
	.directions-list {
		width: 100%;
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 20px;
		padding: 20px 0px 20px 0px;
	}
}

.raspisanie-widget .container {
    max-width: 1140px !important;
}