/*=================================NORMALIZE CSS==============================*/

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-family: sans-serif;
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
	position:relative;
	height:100%;
}

body {
  font-size: 1.4rem;
	min-height:100%;
	position:relative;
	padding-bottom:200px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

a {
  background-color: transparent;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  outline: none;
}

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  max-width: 100%;
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
select,
input,
textarea {
  outline: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  background: none;
  border: 1px solid;
  cursor: pointer;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: hidden;
  resize: none;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[hidden] {
  display: none;
}

ol,
ul {
  list-style: none;
}

/*===============================END NORMALIZE CSS==============================*/
body {
  font-family: 'Roboto Slab', serif;
  font-size: 1.6rem;
}

h1,
.h1 {
  font-size: 7.5rem;
}

h2,
.h2 {
  font-size: 4rem;
}

h3,
.h3,
.h3-pattern {
  font-size: 3rem;
}

h4,
.h4 {
  font-size: 2.3rem;
}

h5,
.h5 {
  font-size: 2rem;
}

p:last-child {
  margin-bottom: 0;
}

header {
  background-color: #e31e24;
  padding: 1.8rem 0;
  letter-spacing: .1rem;
}

header a {
  color: #fff;
  font-weight: 700;
}

header a:hover,
.contacts a:hover,
.breadcrumb a:hover,
.pagination a:not(.active):hover,
.social .icon:hover,
.navbar a:hover,
.nav-list a:hover {
  opacity: .75;
}

.social-links {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 1vw;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-links a {
  margin-left: 1rem;
}

.social-links a:first-child {
  margin-left: 0;
}

footer {
  background-color: #e31e24;
  color: #00395e;
	position:absolute;
	width:100%;
	bottom:0;
}

.footer a {
  color: #00395e;
  font-weight: bold;
}

.footer {
  padding: 3rem 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer .col:nth-child(2) {
	font-size: 2rem
}
.footer .col:last-child {
  text-align: right;
	width:45%;
	font-size:13px;
}
.nav-list a {display: flex; align-items: flex-start}
.nav-list a span {width: calc(100% - 2rem)}
.nav-list a::before {
	content: '';
	display: inline-block;
	margin-right: 1rem;
	margin-top: 1rem;
	width: .8rem;
	height: .8rem;
	background: #00395e;
	border-radius: 100%;
}
.footer .logo,
.social,
.navbar a,
.social .icon {
  display: inline-block;
}

.footer .logo {
  vertical-align: -6px;
  margin-right: 5rem;
}

.navbar {
  text-align: center;
  border-bottom: 1px solid #00395e;
  padding: 2rem 0;
}

.navbar a {
  margin: 0 2rem;
  text-transform: uppercase;
  color: #00395e;
	font-weight: bold
}

.social .icon {
  background: url("../img/social.png") no-repeat center;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 1rem;
}

.social .icon:last-child {
  margin-right: 0;
}

.social .icon-fb {
  background-position: left;
}

.social .icon-insta {
  background-position: -39px;
}

.social .icon-vk {
  background-position: -77px;
}

.social .icon-twitter {
  background-position: -116px;
}

.lang-switcher {
  position: relative;
  margin-left: 1vw;
	display: flex;
	justify-content: space-between;
}

.lang-switcher a {
  font-family: 'Roboto',sans-serif;
  font-size: 1.4rem;
  min-width: 3.2rem;
  text-align: center;
  border-radius: 100%;
  border: 1px solid;
  padding: .6rem;
  background: #e31e24;
	text-transform:uppercase;
}

.mobile-menu {
  display: none;
}

nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

nav .logo-white {
  margin-right: 1vw;
}

.nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  text-transform: uppercase;
}

.nav-menu li {
  margin-right: 0.8vw;
}

.nav-menu li:last-child {
  margin-right: 0;
}

.nav-menu a {
  font-size: 1.5rem;
}

.elem-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.phone {
  font-size: 1.6rem;
  color: #fff;
  max-width: 15rem;
}

.btn {
  padding: 1.2rem 2.5rem;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  border-radius: 5rem;
  display: inline-block;
	min-width: 19rem
}
.header-text .btn:not(:last-child) {
	margin-bottom: 1rem;	
}
.header-text .btn{min-width:0;}
.header-text .btn:nth-child(2){width:50%;}
.header-text .btn.doctor{max-width:42%;}

.lang_kk .header-text .btn:nth-child(2){width:57%;}
.lang_kk .header-text .btn.doctor{max-width:38%;}

.btn-primary {
  background-color: #bcd02c;
}

.btn-red {
  background-color: #e31e24;
}

.slider,
.photo-slider,
.club-slider,
.banner,
.table-slider,
.contacts-block,
.supervis-slider {
  position: relative;
  overflow: hidden;
}

.banner .logo,
.slider .logo {
  position: absolute;
  z-index: 2;
  top: 3rem;
  left: 0;
}

.slider .header-text {
  position: absolute;
  bottom: 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  line-height: 1.6;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.slider .text-group,
.slider.slider-inner .text-group {
  width: calc(100% - 33%);
  text-align: justify;
}
#main_clubs .banner .text-group{
	width: calc(100% - 33%);
	margin:0;
}

#main_clubs .banner h1{text-align:left;}

#main_clubs .banner .text-group a{
	text-align:left;
	width:auto;
	max-width:25%;
}

.page_inner .slider.slider-inner .h1 {
  text-align: left;
}

.page_inner .slider.slider-inner .text-group {
  width: 70%;
}

.slider .btn-group {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-transform: uppercase;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
	justify-content: space-between
}

#main_page .slider .btn-group{min-width:400px;}
#main_page .slider .text-group{max-width: calc(100% - 420px);}

.slider .img-overlay img{width:100%;height:100%;object-fit:cover;}

.slider .btn-red:last-child {
	margin-left: 0;
	width: 100%;
	line-height: 4.2rem
}
.slider .swiper-button-prev {
  left: 3vw;
}

.slider .swiper-button-next {
  right: 3vw;
}

.slider .swiper-button-prev,
.slider .swiper-button-next {
  opacity: .85;
  width: 2.5rem;
  background-size: contain;
}

.slider-nav {
  padding: 4rem 0;
  position: relative;
  overflow: hidden;
}

.slider-nav img {
  width: 100%;
  height: 18rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.slider-nav .slick-slide {
  border: 0 solid transparent;
  cursor: pointer;
}

/*
.slider-nav .slick-slide.slick-current {
  border: .8rem solid #bcd02c;
}

}
*/

.slider-nav .slide-item {
  border: none;
	
}
.slider-nav .slick-slide > div {
	height: 18rem;
	margin: 1px
}
.slider-for {
  max-height: 70rem;
}

.slider-for .img-overlay::after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(0,0,0,.5)),color-stop(30%, rgba(0,0,0,0)));
  background: -webkit-linear-gradient(top, rgba(0,0,0,.5) 10%,rgba(0,0,0,0) 30%);
  background: -o-linear-gradient(top, rgba(0,0,0,.5) 10%,rgba(0,0,0,0) 30%);
  background: linear-gradient(to bottom, rgba(0,0,0,.5) 10%,rgba(0,0,0,0) 30%);
}

.sl-gallery {
  position: relative;
	padding-bottom: 0rem
}
.slider-nav .slick-list, .slider-nav .slick-track {
	margin-bottom: 1rem
}
.sl-gallery .title {
  font-size: 3.5rem;
  color: #00395e;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	padding-top: 6rem
}

.sl-gallery .container {
  overflow: hidden;
}.slider-nav .slick-prev:focus, 
.slider-nav .slick-prev:hover,
.slider-nav .slick-prev {
  background: url("../img/icons/prev-green.png") no-repeat center;
  left: 18vw;
	
}
.slider-nav .slick-next:focus, 
.slider-nav .slick-next:hover, 
.slider-nav .slick-next {
 	background: url("../img/icons/next-green.png") no-repeat center;
  right: 18vw;
	top: auto;
}

.slider-nav .slick-prev,
.slider-nav .slick-next {
  width: 5.5rem;
  height: 2rem;
  z-index: 999;
  background-repeat: no-repeat;
	bottom: -5px;
	top: auto;
}
.slider-nav .slick-dots {
	bottom: 5px
}


.slider-nav .slick-dots li.slick-active button:before,
.slider-nav .slick-dots li button:before {
	color: #bcd02c;
	opacity: 1;
}
.slider-nav .slick-dots li.slick-active button:before {
	font-size: 6px
}
.slider-nav .slick-dots li button:before {
	font-size: 4px
}
.slider-nav button::before,
.slider-nav button::after {
  content: none;
}

.banner .header-text {
  position: absolute;
  bottom: 10rem;
  left: 0;
  right: 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.banner h1 {
  margin-bottom: 4rem;
  width: 100%;
}
.banner .img{object-fit:cover;}
.banner .text-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.banner .text-group a {
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  line-height: normal;
	width: 25%;
	text-align: center
}
.scroll-downs {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 3rem;
  left: 0;
  margin: auto;
  
  width :34px;
  height: 55px;
}
.mousey {
  width: 3px;
  padding: 10px 14px;
  height: 30px;
  border: 2px solid #fff;
  border-radius: 25px;
  opacity: 0.75;
  box-sizing: content-box;
}
.scroller {
  width: 3px;
  height: 8px;
  border-radius: 25%;
  background-color: #fff;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(.15,.41,.69,.94);
  animation-iteration-count: infinite;
}
@keyframes scroll {
  0% { opacity: 0; }
  10% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(15px); opacity: 0;}
}
.banner .text-group .container-flex {justify-content: space-between}


.banner .text-group a.active, .banner .text-group a:hover {
  color: #bcd02c;
}

.banner .btn-group {
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 3rem;
}

.banner .btn-group .btn-red {
  width: 24rem;
  margin-bottom: 5.5rem;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.gallery {
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -3rem;
}

.gallery .col {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.gallery .col:first-child {
  margin: 0.5rem;
  width: calc(50% - 1rem);
}

.gallery .item {
  width: calc(50% - 1rem);
  margin: 0.5rem;
  color: #fff;
  position: relative;
}

.gallery .item img {
	display: block;
	width:100%;
}

.gallery .text-group {
  position: absolute;
  bottom: 3rem;
  left: 3rem;
  right: 2rem;
}

.gallery .text-group p {
  line-height: 1.8;
}

.slick-dotted.slick-slider{marign-bottom:0;}

.gallery-slider .swiper-button-prev,
.gallery-slider .swiper-button-next,
.green-nav .swiper-button-prev,
.green-nav .swiper-button-next,
.photo-slider .swiper-button-prev,
.photo-slider .swiper-button-next {
  width: 55px;
  height: 20px;
}

.photo-slider .swiper-button-prev {
  background: url("../img/icons/prev.png") no-repeat center;
  left: 0;
}

.photo-slider .swiper-button-next {
  background: url("../img/icons/next.png") no-repeat center;
  right: 0;
}

.photo-slider .slider-controls,
.green-nav .slider-controls {
  position: absolute;
  bottom: 3.5rem;
  left: 0;
  right: 0;
  max-width: 35%;
  margin: 0 auto;
}

.photo-slider .swiper-pagination,
.green-nav .swiper-pagination {
  position: absolute;
  height: 24px;
  bottom: 0;
  max-width: 50%;
  margin: 0 auto;
  left: 0;
  right: 0;
	overflow: hidden
}

.photo-slider .swiper-pagination-bullet,
.green-nav .swiper-pagination-bullet,
.gallery-slider .swiper-pagination-bullet {
  margin: 0 1rem;
  width: .4rem;
  height: .4rem;
  background: #fff;
  vertical-align: middle;
  opacity: 1;
}

.photo-slider .swiper-pagination-bullet-active,
.green-nav .swiper-pagination-bullet-active,
.gallery-slider .swiper-pagination-bullet-active {
  width: .6rem;
  height: .6rem;
}

.gallery-slider.green-nav .slider-controls {
  position: relative;
  bottom: 0;
  margin: 0 auto;
}

.green-nav .swiper-button-prev {
  background: url("../img/icons/prev-green.png") no-repeat center;
  left: 0;
}

.green-nav .swiper-button-next {
  background: url("../img/icons/next-green.png") no-repeat center;
  right: 0;
}

.green-nav .swiper-pagination-bullet {
  background: #bcd02c;
}

.photo-slider {
  width: 100%;
  height: 100%;
}

.photo-slider h3 {
  position: absolute;
  bottom: 9rem;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  max-width: 60%;
  margin: 0 auto;
}

.photo-slider h3 a {
  color: #fff;
}

.img-overlay {
  position: relative;
  width: 100%;
  height: 100%;
}

.img-overlay::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(23%, rgba(0,0,0,0)),to(rgba(0,0,0,0.65)));
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 23%,rgba(0,0,0,0.65) 100%);
  background: -o-linear-gradient(top, rgba(0,0,0,0) 23%,rgba(0,0,0,0.65) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 23%,rgba(0,0,0,0.65) 100%);
  width: 100%;
  height: 100%;
}

.services {
  background: url("../img/bg-2.png") no-repeat center;
  background-size: cover;
  padding: 5rem 0 6rem;
  color: #fff;
}

.services h5 {
  width: 100%;
  margin-bottom: 3.5rem;
	font-size: 3rem
}

.services ul {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
	font-size: 1.8rem;
	font-weight: bold
	
}

.services .service-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(25% - 2rem);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 2rem;
}

.services .service-item img {
  margin-right: 1rem;
}

.services-list {
  color: #00395e;
  font-weight: 700;
  position: relative;
  z-index: 2;
  overflow: hidden;
	margin-bottom:2rem;
}

.services-list .container-flex {
  margin: 0 -3rem;
}

.services-list a {
  color: #00395e;
  width: 100%;
	height: 28rem;
	background:#000;
}
.services-list a video,
.services-list a img{transition:0.3s;display:block;}
.services-list a:hover img,.services-list video:hover img{opacity:0.75;}

.block .h4 {
  margin: 0.5rem auto 1rem;
  text-transform: uppercase;
}

.block .item p::after, .tit-decor::after  {
  content: '';
  display: block;
  width: 5rem;
  height: 3px;
  background: #e31e24;
  margin: 1.5rem 0 0;
}


.block .item {
  margin: 0.5rem;
  width: calc(33.333333% - 1rem);
  margin-bottom: 1rem;
}

.block .item video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.column {
  width: calc(33.333333% - 2rem);
}

.column .h4 {
  margin: 1rem auto 3rem;
}

.column .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.column a {
  color: #00395e;
  font-size: 2rem;
  padding: 0 0 2rem;
}

.h3-pattern {
  position: relative;
  text-transform: uppercase;
  color: #00395e;
  font-weight: 700;
  text-align: center;
  margin: 4rem auto 2rem;
}

.h3-pattern p {
  position: relative;
  z-index: 2;
}

.h3-pattern::after {
  content: '';
  position: absolute;
  background: url("../img/icons/pattern.png") no-repeat center;
  top: -2.4rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 15rem;
  height: 12.8rem;
  z-index: -1;
}

.site-map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 6rem 0;
	justify-content: space-between
}



.site-map {
  color: #e31e24;
}

/*
.site-map .column:not(:last-child),
.nav-list .col {
  padding-left: 10rem;
}
*/

.site-map .column .h4::after {
  background: #e31e24;
}


.articles .full-width .nav-list{width:100%;display:block;}
.articles .full-width .nav-list a{width:50%;float:left;padding-left:10rem;}

.nav-list  a {
  width: 100%;
}

.nav-list .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 50%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-header {
  margin: 4rem 0;
}

.page-header h3 {
  color: #00395e;
  font-size: 3.5rem;
  text-transform: uppercase;
}

.page-content {
  padding: 4rem 0;
}

.contacts-block {
  margin-bottom: 4rem;
}

.contacts-block .item {
  border: 1px solid #bcd02c;
  border-radius: 3px;
  min-height: 42rem;
}
.contacts-block .item .img {
	width: auto;
	height: auto
}
.contacts-block .img-overlay {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contacts-block .img-overlay h3 {
  position: absolute;
  bottom: 4rem;
  color: #fff;
  z-index: 1;
  width: 90%;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.contacts-block .item p {
  max-width: 86%;
  margin: 0 auto;
  padding: 1.4rem 0;
  color: #00395e;
  line-height: 1.6;
}

.contacts-block .item p strong {
  color: #e31e24;
}

.contacts-block .slider-controls {
  display: none;
}

.about_club {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about_club .text {
  width: calc(100% - 37rem - 7rem);
  background: url("../img/bg-pattern-lg.png") no-repeat center;
	padding-bottom: 8rem
}

.about_club aside {
  width: 37rem;
}

.h3-pattern::after {
  z-index: 1;
}

.form-container {
  position: relative;
  padding: 2rem 3rem;
  margin-bottom: 5rem;
}

.form-container .h3-pattern {
  margin: 2rem auto;
}

#main_clubs .form-container {
  margin-bottom: 0;
}

.form-container .h3-pattern {
  font-size: 2.5rem;
  text-transform: none;
}

.form-container .h3-pattern p:not(:first-child) {
  font-size: 1.5rem;
  margin-top: 1rem;
}

.form {
  color: #00395e;
}

.form .btn {
  margin: 2rem auto 3rem;
  display: block;
}

.form label {
  text-align: center;
  display: block;
  margin-bottom: 1rem;
  font-size: 1.8rem;
}

.form-row {
  margin-bottom: 1rem;
}

.input-field {
  width: 100%;
  padding: 1.5rem;
  border-radius: 3rem;
  border: 2px solid #bcd02c;
}

textarea {
  min-height: 10rem;
}

#popup_form_result,
#doctor_form_result,
#getprice_form_result{padding:20px 100px 50px;color:#00395e;display:none;text-align:center;text-transform:none;}

#map {
  width: 100%;
  height: 50rem;
}

.text {
  font-size: 2rem;
  color: #00395e;
  padding: 4rem 0;
  text-align: justify;
}

.text h2,
.text p,
.page_inner .text img {
  margin-bottom: 4rem;
}

.text p:last-child {
  margin-bottom: 0;
}

.text ul {
  margin-bottom: 4rem;
  padding-left: 1rem;
}

.text ul li {
  position:relative;
	padding-left:3rem;
}

.text ul li::before {
  content: '';
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background: #bcd02c;
  border-radius: 50%;
  margin-top: 1rem;
	position:absolute;
	left:0;
}

.text ul li a {
  color: #bcd02c;
}

.text ul li:not(:last-child) {
  margin-bottom: 2rem;
}

.text iframe {
  width: 640px;
  height: 400px;
  margin-bottom: 4rem;
}

.archive .item {
  color: #00395e;
  margin-bottom: 5rem;
}

.archive .item h5 {
  margin-top: .5rem;
}

.page_inner .banner,
.page_inner .slider {
  height: 75vh;
}

.page_inner .banner .text-group,
.page_inner .slider .text-group,
.slider .header-text {
  width: 100%;
  text-align: center;
	display: flex;
	justify-content: space-between;
	left: 0; right: 0;
	margin: 0 auto
}

.page_inner .banner .h1,
.page_inner .slider .h1 {
  font-size: 5rem;
  width: 100%;
  text-align: center;
}

.banner.inner .text-group{
	width:auto;
}

.page_inner .gallery a {
  width: calc(20% - 1rem);
  margin-bottom: 25px;
  margin-right: 1rem;
	color:#00395e;
	text-align:left;
	font-size:18px;
}

.page_inner .gallery a img{margin-bottom:5px;}

.page_inner .gallery {
  margin: 0;
}

.page_inner .gallery a:nth-child(5n) {
  margin-right: 0;
}

.page_inner .gallery::after {
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.supervisers {
  padding: 4rem 0;
}

.supervisers .container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

.supervisers .item-text {
  position: relative;
  color: #00395e;
  width: calc(28rem - 2rem);
}

.supervisers .item-text h3 {
  margin-bottom: 3rem;
  font-size: 3.5rem;
}

.supervisers .item-text p {
  text-align: justify;
  line-height: 1.6;
}

.supervisers .item {
  height: 36rem;
}

.supervisers .text-group {
  position: absolute;
  bottom: 2rem;
  color: #fff;
  text-align: center;
  padding: 0 2rem;
  left: 0;
  right: 0;
}

.supervisers .text-group h5 {
  margin-bottom: 1rem;
}

.supervisers .text-group p {
  min-height: 4.2rem;
}

.supvis-slider {
  width: calc(100% - 32rem);
  display: inline-block;
  overflow: hidden;
}

.supervisers .slider-controls {
  position: relative;
  bottom: auto;
  max-width: 100%;
  margin-top: 5rem;
}
.filter.container-flex {
	margin-bottom: 4rem
}
.shedule {
  color: #00395e;
  padding-bottom: 4rem;
}
.downloads {
	margin-bottom: 4rem
}
.download-link {

	color: #333;
	display: inline-block;
	
}
.download-link:not(:last-child) {
	margin-right: 2rem
}
.download-link::after {
	content: '';
	background: url(/static/img/icons/download-ico.png) no-repeat;
	display: inline-block;
	width: 1.6rem;
	height: 1.6rem;
	background-size: contain;
	margin-left: 1rem;
	vertical-align: -1px
}


.tab li.active {
  background: #bcd02c;
}

.tab li {
  cursor: pointer;
  padding: 1.2rem 2rem;
	margin-bottom:1.2rem;
  display: inline-block;
  background: #f3f3f3;
  font-weight: bold;
  margin-right: 1rem;
}

.tab li:last-child {
  margin-right: 0;
}
.popup-program {
	cursor: pointer
}
.popup {
	max-width: 68rem;
	margin: 0 auto;
	padding: 4rem 6rem;
	background: #fff;
	position: relative
}
.popup-body {
	padding: 2rem 0 0;
}
.table {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
  font-size: 1.6rem;
  margin-bottom: 4rem;
	color: #00395e
}

.table thead {
  background: #bcd02c;
  font-size: 1.8rem;
  color: #00395e;
}

.table th {
  position: relative;
  border-right: 1px solid rgba(255,255,255,.3);
  font-weight: 600;
}

.table th:first-child {
  padding: 2rem 0;
}

.table tbody td:first-child {
  text-align: center;
  border-left: 1px solid #dfdfdf;
  font-weight: 700;
/*  color: #bcd02c;*/
  vertical-align: middle;
  width: 6rem;
  padding: 0;
}

.table tbody td {
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
  vertical-align: top;
  width: 13rem;
}

.table tbody td.active {
  background: #e31e24;
  color: #fff;
}

.table tbody td.active span,
.table tbody td.active .color-green {
  color: #fff;
}

.table tbody td.type201{background:#ffa4a4;}
.table tbody td.type202{background:#ffea9f;}
.table tbody td.type203{background:#9aef9c;}
.table tbody td.type4{background:#9bedff;}

.table tbody td a{color:#00395e;display:block;}

.table strong {
  font-weight: 600;
}

.table tbody td p {
  margin-bottom: 1rem;
}

.table tbody span {

  font-size: 1.4rem;
  vertical-align: 1px;
}

.table .time span {
  margin-left: 1rem;
}

.table tr.bg-grey {
  background: #f3f3f3;
}

.icon-time {
  background: url("../img/icons/time.png") no-repeat center;
  background-size: cover;
  width: 3.2rem;
  height: 3.2rem;
  display: inline-block;
  vertical-align: -4px;
	border-radius: 50%;
}
.row.icons {
	margin-bottom: 2rem
}
.row.icons p {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	align-items: center
}
.row.icons p:not(:last-child) {
	margin-bottom: 1rem
}
.row.icons span:not(:first-child) {
	margin-left: 1rem
}
#type .text {
	font-size: inherit;
	color: #000;
	padding: 0;
	line-height: 1.6
}
.popup-program .text {
	display: none
}
#type .popup-title {
	margin-bottom: 1.25rem;
	line-height: 1
}
.table td span.icon-time{width:20px;height:20px;border-radius:50%;vertical-align:-4px;}
.table td .room{margin-top:5px;}

.pagination {
  text-align: center;
  margin: 4rem auto;
}

.pagination a {
  display: inline-block;
  padding: .8rem 1.6rem;
  background: #f3f3f3;
  color: #00395e;
  margin: 0 .5rem;
}

.pagination .pag-link.active {
  background: #bcd02c;
}

.pagination .prev::before {
  content: '<';
}

.pagination .next::before {
  content: '>';
}

.table-slider {
  display: none;
  position: relative;
  overflow: hidden;
}

.table-slider .table .tr {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.table-slider .table th:first-child {
  padding: 1.5rem 0;
  text-transform: uppercase;
}

.table-slider .table td.first {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  color: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.table-slider .swiper-button-prev,
.table-slider .swiper-button-next {
  top: 4rem;
  width: 2rem;
  height: 2rem;
  background-size: cover;
  outline: none;
}

.table-slider .swiper-button-prev {
  left: 2rem;
  background: url("../img/icons/prev-blue.png") no-repeat center;
}

.table-slider .swiper-button-next {
  right: 2rem;
  background: url("../img/icons/next-blue.png") no-repeat center;
}

.table-slider .table td:first-child {
  color: inherit;
  text-align: left;
  padding: 1.5rem 3rem;
}

.mobile-header {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mobile-header .logo {
	order: 1
}
.mobile-header .mobile-menu {
	order: 4
}
.container.mfp-hide {
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
}

.mobile-menu {
  background: url("../img/icons/mobile-icon.png") no-repeat center;
  width: 2.5rem;
  height: 1.8rem;
  cursor: pointer;
}

.mobile-filter,
.mobile-header,
#main_page .logo-white{
  display: none;
}

.icon-phone {
	order: 3;
  width: 2.2rem;
	margin-top: .3rem;
  display: none;
}

.spa-contacts .contacts-block h3 {
  font-weight: 500;
  position: relative;
  bottom: 0;
  width: 100%;
}

.spa-contacts .text-group {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  line-height: normal;
}

.spa-contacts .text-group p {
  color: #fff;
  position: relative;
  z-index: 1;
  max-width: 100%;
  padding: 0;
}

.spa-contacts {
  padding-bottom: 4rem;
}

.spa-contacts h3 {
  color: #00395e;
  margin-bottom: 3rem;
}



#spa .services-list {
  background: none;
}

#spa .block .h4 {
  text-transform: inherit;
}

.research-slider {
	position: relative; 
	overflow: hidden;
	padding-bottom: 4rem;
	margin-bottom: 4rem
}

.research-slider .slider-controls {
	position: relative;
	bottom: -4rem;
}

.banner,
.slider {
	height: 75vh;
	width: 100%;
}
.banner video,
.slider video{     
	transform: translateY(-15%);
	width:100%;
	height: 100%;
	min-height: 150%;
	object-fit: cover
}

#race .banner .text-group{width:calc(100% - 33%);}

#race .banner h1 {
	text-align:left;
  margin-bottom: 0;
}

.sub-title {
  font-size: 5rem;
  font-weight: 700;
}

.timer {
  color: #bcd02c;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
}

.count-item {
  position: relative;
  width: 10rem;
}

.count-item::after {
  content: '';
  position: relative;
  width: 1px;
  height: 4rem;
  background: #bcd02c;
  opacity: .45;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -2rem;
}

.count-item:last-child::after {
  content: none;
}

.timer p {
  font-size: 1rem;
  margin-top: 1rem;
}

#race .btn-group .btn-red {
  -ms-flex-item-align: center;
  align-self: center;
  margin: 0 auto 1rem;
}

.race {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 4rem;
}

.race h3 {
  margin-bottom: 4rem;
}

.race .col:first-child {
  width: calc(100% - 68rem);
}

.race .col:last-child {
  width: 65rem;
  padding: 4rem 0;
}

.race .col:last-child img {
  border: 1px solid #ccc;
}

.race .btn-red {
  text-transform: uppercase;
  padding: 1.6rem 4rem;
}

.prize {
  background: url("../img/bg-4.png") no-repeat center;
  height: 55rem;
  background-size: cover;
  padding: 8rem 0 5rem;
}

.prize h2,
.medals {
  color: #fff;
}

.prize h2 {
  width: 100%;
}

.prize {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.prize .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.prize .container .col:first-child {
  width: 65%;
}

.prize .container .col:last-child {
  width: 30%;
}

.prize .elem-group {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.prize .elem-group .btn-red {
  text-transform: uppercase;
  padding: 1.2rem 4rem;
  margin-bottom: 1rem;
}

.prize .item {
  width: 20%;
}

.medals {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.item .icon {
  width: 5.1rem;
  height: 5.5rem;
  margin-bottom: 1rem;
}

.item .medal-1 {
  background: url("../img/icons/medal-1.png") no-repeat center;
}

.item .medal-2 {
  background: url("../img/icons/medal-2.png") no-repeat center;
}

.item .medal-3 {
  background: url("../img/icons/medal-3.png") no-repeat center;
}

.item .medal-4 {
  background: url("../img/icons/medal-4.png") no-repeat center;
}

.title-inner {
  margin: 4rem auto 3rem;
  text-align: center;
  text-transform: inherit;
  font-size: 3rem;
  color: #00395e;
}

#race .page-content {
  padding-bottom: 0;
}
#team .team {justify-content: center}
#team .item .text-group {position: relative; bottom: 0; margin: 2rem auto; color: #00395e}
#team .item {width: 22%;height: auto; margin: 1rem 4rem 4rem}
#team .img-overlay {height: 34rem}
.team {
  margin: -1rem;

}

.team .item {
  position: relative;
  width: calc(20% - 2rem);
  height: 35rem;
  margin: 1rem 1rem 3rem;
}

.team .item .text-group {
  position: absolute;
  bottom: 3rem;
  color: #fff;
  text-align: center;
  width: 100%;
}

.team .item h5 {
  margin-bottom: 1rem;
}

.section,
.research {
  margin: -1.5rem;
}

.section .item,
.research .item {
  margin: 1.5rem 1.5rem 4rem;
  color: #00395e;
  width: calc(25% - 3rem);
}

.section .item:nth-child(1),
.section .item:nth-child(2),
.section .item:nth-child(3),
.section .item:nth-child(4) {
  width: calc(50% - 3rem);
}

.section .item h5 {
  margin: .5rem 0 1rem;
}

.multirow-slider {
  padding: 4rem 0;
  background: #f3f3f3;
}

.multirow-slider h3 {
  color: #00395e;
  text-align: center;
  margin-bottom: 2rem;
}

.research h3 {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #00395e;
  margin: 2rem auto;
}

.research .item h5 {
  margin: 1rem 0 0;
}

.video {
  background: #f3f3f3 url("../img/bg-pattern-lg.png") no-repeat center;
}

.video h3 {
  text-align: center;
  margin: 4rem auto 0;
}

.video .item {
  width: calc(50% - 3rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.video .item a {
  position: relative;
  height: 20rem;
}

.video .item a,
.video .item p {
  width: calc(50% - 1rem);
}

.video .gallery-slider.green-nav .slider-controls {
  bottom: -2rem;
}

.video-items .item a::before {
  content: '';
  background: url("../img/icons/play.png") no-repeat center;
  width: 6rem;
  height: 6rem;
  position: absolute;
  left: calc(50% - 3rem);
  top: calc(50% - 3rem);
  z-index: 1;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.video-items .item a::after {
  content: '';
  background: rgba(3,3,3,.2);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.video-items .item a:hover::before {
  content: '';
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.video-items .item a:hover::after {
  background: rgba(3,3,3,0);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.videoFrame {position:relative;padding-bottom:56.25%;/*пропорции видео 16:9 */padding-top:25px;height:0;margin-bottom:30px;}
.videoFrame iframe{position:absolute;top:0;left:0;width:100%;height:100%;}

.images_widget{display:flex;flex-wrap:wrap;}
.images_widget .image-item{width:19%;margin:0.5%;}
.images_widget .image-item img{margin:0;}
.images_widget .image-item a{color:#00395e;font-size:16px;text-align:left;}

#medical .banner .text-group {
  width: calc(100% - 20%);
}

#medical .banner h1 {
  text-align: left;
  font-size: 5rem;
}

#medical .banner .btn-group {
  margin: 0;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

#medical .banner .btn-red {
  margin-bottom: 4rem;
}

#medical .form-container {
  margin-bottom: 0;
}

#medical .services h4 {
  max-width: 70%;
  margin: 0 auto;
}

#medical .contacts-block {
  margin-bottom: 2rem;
}

#gallery .text img {
  margin-bottom: 0;
}

.catalog.block .item {
  margin: 0 0 4rem;
  width: calc(33% - 1rem);
}




.nice-select:after {
  border-bottom: 3px solid #00395e;
  border-right: 3px solid #00395e;
  width: .8rem;
  height: .8rem;
  margin-top: -8px;
}

.rsDefaultInv,
.rsDefaultInv .rsOverflow,
.rsDefaultInv .rsSlide,
.rsDefaultInv .rsVideoFrameHolder,
.rsDefaultInv .rsThumbs {
  background: none;
}

.royalSlider {
  width: 100%;
  height: 590px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.rsOverflow {
  float: none;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.rsDefaultInv .rsThumbsVer {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 50%;
  margin-right: 2rem;
  position: relative;
}

.rsDefaultInv.rsWithThumbsVer .rsThumbsContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: auto!important;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

img.rsImg{max-width:100%;object-fit:cover;}

.rsDefaultInv .rsThumb {
  float: none;
  width: 32%;
  height: 19rem;
  outline: 7px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline-offset: -7px;
}

.rsDefaultInv .rsThumb.rsNavSelected {
  background: none;
  outline-color: #bcd02c;
}

.rsDefaultInv .rsThumb.rsNavSelected img {
  opacity: 1;
}

.rsDefaultInv .rsThumb img {
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0 auto!important;
}
@font-face {
  font-family: 'AvenirNextCyr-Regular';
  font-style: normal;
  font-weight: normal;
  src: local('AvenirNextCyr-Regular'), url("../font/AvenirNextCyr-Regular.woff") format('woff');
}

@font-face {
  font-family: 'AvenirNextCyr-Demi';
  font-style: normal;
  font-weight: normal;
  src: local('AvenirNextCyr-Demi'), url("../font/AvenirNextCyr-Demi.woff") format('woff');
}

@font-face {
  font-family: 'AvenirNextCyr-Medium';
  font-style: normal;
  font-weight: normal;
  src: local('AvenirNextCyr-Medium'), url("../font/AvenirNextCyr-Medium.woff") format('woff');
}

@font-face {
  font-family: 'AvenirNextCyr-Bold';
  font-style: normal;
  font-weight: normal;
  src: local('AvenirNextCyr-Bold'), url("../font/AvenirNextCyr-Bold.woff") format('woff');
}
/*=========================== HELPERS CLASSES ====================*/
.none{display:none;}
.container {
  margin-right: auto;
  margin-left: auto;
  width: calc(100% - 8rem);
  max-width: 1380px;
  position: relative;
}

.container-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

.align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.content {
  padding: 2rem;
}

.img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.page {
  width: 100%;
  overflow: hidden;
}

.full-width {
  width: 100%;
}

.hr {
  display: block;
  height: 1px;
  margin: 5rem auto;
  background: #C6CED7;
  width: 100%;
}

.slider {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.text-center {
  text-align: center;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.bg-light {
  background: #f3f3f3;
}

.color-green {
  color: #bcd02c;
}

::-webkit-input-placeholder {
  color: #808080;
}

:-ms-input-placeholder {
  color: #808080;
}

::-ms-input-placeholder {
  color: #808080;
}

::placeholder {
  color: #808080;
}

/*=========================== END HELPERS CLASSES ====================*/
.pop-up{
	max-width: 60rem;
	margin: 0 auto
}
.popup-container.form-container {
	max-width: 60rem;
	margin: 0 auto;
	padding: 5rem 0 3rem;
	border-radius: 1.5rem
}
.popup-container.form-container .form {
	max-width: 42rem;
	margin: 0 auto
}

.popup-container.form-container .h3-pattern {
	margin: 2rem auto 3rem
}
.popup-container.form-container .h3-pattern::after {
	top: -4rem;
}
.popup-container .mfp-close {
	color: #000;
	cursor: pointer;
	right: 1rem;
	top: 1rem;
}

.banner-phone {
	margin: 0 auto;
	width: auto;
	font-size: 1.8rem
}
.banner-phone img {
	margin-right: .6rem
}

form button:disabled, .loading{background-image:url(../img/loading.svg);background-repeat: no-repeat;background-position: center center;background-size: 50%;text-indent: 150%;overflow:hidden;}

@media screen and (max-width:1360px) {
  .container {
    width: calc(100% - 8rem);
  }

  .nav-menu a {
    font-size: 1.4rem;
  }

  .slider .swiper-button-prev {
    left: 2rem;
  }

  .slider .swiper-button-next {
    right: 2rem;
  }
}

@media screen and (max-width:1280px) {
  .nav-menu li {
    margin-right: 1rem;
  }

  .banner h1 {
    font-size: 5rem;
  }

  ;
	.slider .text-group,
  .banner .text-group {
    width: 50%;
  }

  .banner .text-group a {
    font-size: 2.2rem;
    margin-right: 4rem;
  }
}

@media screen and (max-width:1170px) {
	body {
		padding-bottom: 0;
	}
	footer {
		position: relative
	}
	
  .container {
    width: calc(100% - 4rem);
  }
	.slider .text-group {
		display: none;
	}
	.slider {
		height: 50vh;
		
	}
	.slider video, .banner video {
		    transform: translateY(-12%);
    width: 100%;
    height: 135%;
    object-fit: cover;
	}
	.slider .logo img {
		width: 160px
	}
	.mfp-menu .mfp-content {
		  background: #e31e24;
			position: absolute;
			left: 0;
			top: 0;
			height: 100%;
	}
		.mfp-close-btn-in .mfp-close {
		color: #fff;
	}
	.mfp-fades button.mfp-close {
		right: 0;
		top: 1rem;
		font-size: 4rem;
		color: #000!important
	}
	#type .tit-decor.time {
		font-size: 2rem
	}
	.popup-container.form-container {
		padding: 5rem 4rem 3rem
	}

button.mfp-close {
  font-size: 5rem;
  opacity: 1;
  font-family: serif;
  top: 1.2rem;
  right: -1rem;
}
	.scroll-downs {display: none}
	.banner .img {height: 100%; display: block}
  .banner .text-group,
  .banner .text-group a,
  .page_inner .slider.slider-inner .h1 {
    text-align: center;
  }

  .page_inner .slider.slider-inner .text-group,
  .slider .btn-group,
  .nav-list .col,
  .services .service-item,
  .site-map .h4.title-decor::after,
  .select-option,
  .site-map .column:last-child .h4::after,
  .supvis-slider,
  .supervisers .item-text,
  .banner h1,
  .banner .btn-group,
  .gallery .col,
  .gallery .col:first-child,
  .banner .text-group,
  .banner .text-group a,
  .banner .container-flex,
  .site-map .column:last-child .h4,
  nav,
  .elem-group,
  .column,
  #main_page .slider .logo,
  .footer .col,
  .footer .col:first-child,
  .slider .text-group,
  .banner .text-group {
    width: 100%;
  }

  #main_page .slider .logo {
    display: block;
    text-align: center;
  }

  .slider .btn-group {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 3rem;
  }
	
	#main_page .slider .btn-group{min-width:auto;}

  .slider .swiper-button-prev,
  .slider .swiper-button-next {

    bottom: 4.5rem;
    width: 2rem;
    background-size: contain;
  }

  .slider .btn {
    padding: .8rem 1rem;
    font-size: 1.2rem;
		
  }
	.slider .btn:not(:last-child) {
		margin-bottom: 1.2rem
	}


  .header-text p {
    line-height: normal;
  }

  .navbar,
  .table,
  .banner .logo,
  .slider .logo,
  .tab {
    display: none;
  }

  .footer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer .col:last-child {
    text-align: center;
		width:100%;
  }

  .footer .col:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .footer .col {
    margin-bottom: 1.5rem;
    text-align: center;
  }

  .footer .col:last-child {
    margin-bottom: 0;
  }

  .footer .logo {
    vertical-align: inherit;
    margin: 0 0 1.5rem;
  }

  .table-slider,
  .icon-phone {
    display: block;
  }
	.table-slider .icon-time{
		width: 2rem;
		height: 2rem
	}
  .table-slider .table {
    display: table;
    margin-bottom: 1rem;
  }
	#type.popup {
		padding: 3rem 2rem
	}
	#type .popup-title {
		font-size: 2.8rem
	}
  .nav-menu a {
    font-size: 100%;
  }

  header .container,
  nav,
  .elem-group,
  .nav-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  header .container.mfp-hide {
    display: none!important;
  }

  header .mobile-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 2rem;
  }

  nav a {
    color: #fff;
  }

  nav .logo-white {
    margin: 1.8rem 0 0;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .nav-menu li,
  .elem-group .phone {
    margin: 0 0 1.5rem;
  }

  .nav-menu {
    margin-top: 3rem;
  }

  .elem-group {
    margin: 1.5rem 0;
  }

  .social-links {
    margin: 0;
		display: flex;
		justify-content: center;
  }

  .lang-switcher {
    margin: 0;
		order: 3
  }

  .lang-switcher .lang {
    display: inline-block;
    position: relative;
  }


  .lang-switcher a {
    margin: 0;
  }

  .lang-switcher a.active {
    opacity: 1;
  }

  .lang-switcher:hover .lang a {
    border: 1px solid #fff;
  }

  .mobile-menu {
    display: inline-block;
  }

  .page-header {
    margin: 0 0 2.5rem;
  }

  .page-header h3 {
    font-size: 2.6rem;
  }

  .page-content {
    padding: 2.5rem 0;
  }

  .mobile-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
		width: 100%;
  }
	.downloads {
		margin-bottom: 3rem
	}
	.slider-nav .slick-slide, .slider-nav .slick-slide.slick-current {
		border-width: 0!important
	}
	.sl-gallery {
		padding-bottom: 0
	}
	.downloads .download-link:not(:last-child) {
		margin: 0 0 1.5rem
	}
	.filter.container-flex {
		margin-bottom: 2rem;
		z-index:999;
	}
  .select-option {
    padding: 1.4rem 2rem;
    background: #efefef;
    color: #00395e;
    font-weight: bold;
    border: 1px solid #dfdfdf;
  }
	.nice-select .current{display:block;width:90%;overflow:hidden;}
	.nice-select .option{white-space:normal;line-height:1.4;padding-top:12px;padding-bottom:10px;min-height:48px;}

  .contacts-block {
    margin-bottom: 0;
  }

  .contacts-block .item p {
    max-width: 100%;
    padding: 1rem 2rem;
  }

  .contacts-block .slider-controls {
    display: block;
    max-width: 80%;
    position: relative;
    bottom: 0;
    margin: 5rem auto 0;
  }

  .contacts-block .img-overlay h3 {
    bottom: 2rem;
    width: calc(100% - 4rem);
  }

  #map {
    height: 30rem;
  }

  .about_club {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .about_club .text,
  .about_club aside,
  aside {
    width: 100%;
    display: block;
  }

  form {
    position: relative;
    z-index: 2;
  }

  .gallery-slider.green-nav .slider-controls,
  .green-nav .slider-controls {
    max-width: 80%;
    position: relative;
    bottom: 0;
  }

  .gallery-slider.green-nav .slider-controls {
    margin: 1rem auto 4rem;
  }

  .slider-nav {
    padding: 1rem 0 2rem;
  }

  .slider-nav .slick-slide > div,
  .slider-nav img {
    height: 7rem;
  }

  .supervisers {
    padding: 3rem 0;
    background: #f3f3f3 url("../img/bg-pattern.png") no-repeat 50% 5%;
    background-size: 66%;
  }

  .supervisers h3 {
    text-align: center;
  }

  .supervisers .item-text p {
    line-height: normal;
  }

  .supervisers .item-text h3 {
    margin-bottom: 1rem;
  }

  .supervisers .item-text p {
    margin-bottom: 3rem;
  }

  .supervisers .item {
    height: 30rem;
  }

  .supervisers .slider-controls {
    margin-top: 5rem;
  }

  .block .item {
    width: calc(50% - 2rem);
    margin: 0 1rem 2rem;
  }

  .block .h4 {
    font-size: 1.6rem;
    text-transform: uppercase;
    margin: 0.5rem auto 1.5rem;
  }

  .sl-gallery .title {
    font-size: 2rem;
		padding-top: 2rem
  }

  .slider-for .slick-prev,
  .slider-for .slick-next {
    width: 2rem;
    height: 3rem;
  }

  .form-container {
    margin: 0 -2rem;
    padding: 2rem;
  }

  .banner .img-overlay {
    height: auto;
  }

  .banner .header-text,
  .slider .header-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    bottom: 4rem;
  }

  .banner .text-group a {
    font-size: 2rem;
    margin: 0 auto 1.5rem;
  }


	.banner-phone {
		margin: 2rem auto 0;
		justify-content: center
	}
  .banner h1 {
    font-size: 3.8rem;
    margin-bottom: 2rem;
  }

  .banner .btn-group {
    padding: 0;
    margin: 1rem auto 0;
  }

  .banner .btn-group .btn-red {
    margin: 0 auto;
  }

  .banner .img-overlay::after {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(15%, rgba(0,0,0,0)),to(rgba(0,0,0,0.6)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 15%,rgba(0,0,0,0.6) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 15%,rgba(0,0,0,0.6) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 15%,rgba(0,0,0,0.6) 100%);
  }

	#main_clubs .banner .text-group{width:100%;}
	#main_clubs .banner h1{text-align:center;}
	#main_clubs .banner .text-group a{max-width:none;text-align:center;}
	
  .text {
    padding: 2.5rem 0;
    font-size: 1.6rem;
  }

  .text h2,
  .text p,
  .text ul,
  .text iframe,
  .page_inner .text img,
  .text ul li:not(:last-child) {
    margin-bottom: 2.5rem;
  }

  .text ul {
    padding: 0;
  }

  .text iframe {
    width: 100%;
    height: 240px;
  }

  .text ul li::before {
    margin-top: .65rem;
  }

  .text ul li span {
    width: calc(100% - 2rem);
  }

  h3,
  .h3,
  .h3-pattern,
  .supervisers .item-text h3,
  .form-container .h3-pattern {
    font-size: 2.4rem;
  }

  .slider-nav .slick-slide,
  .slider-nav .slick-slide.slick-current {
    border-width: .5rem;
  }

  .services-list .h3-pattern::after {
    content: none;
  }

  .services-list {
    background: url("../img/bg-pattern-lg.png") no-repeat center;
    background-size: 80%;
  }

  .contacts-block .item {
    min-height: 38rem;
  }

  h5,
  .h5 {
    font-size: 1.6rem;
  }

  h4,
  .h4 {
    font-size: 1.8rem;
  }

  .archive {
    margin-top: 3rem;
  }

  .archive .item {
    margin-bottom: 3rem;
  }

  .form .btn {
    margin: 2rem auto;
  }

  .page_inner .banner .h1,
  .page_inner .slider .h1 {
    font-size: 3rem;
  }

  .page_inner .banner {
    height: auto;
  }

  .page_inner .text {
    padding: 2rem 0 3rem;
    background: none;
  }

  .page_inner .gallery {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .page_inner .gallery a {
    width: calc(50% - .5rem);
    margin-right: 0rem;
  }

  .page_inner .gallery::after {
    content: none;
  }

  .slider .img {
    width: auto;
  }

  .gallery {
    margin: 0 -2rem;
  }

  .gallery .col {
    width: 100%;
  }

  .gallery .col:first-child {
    margin: 0 auto 2rem;
  }

  .gallery .item {
    width: calc(50% - 0.5rem);
    margin: 0 0 1rem;
    position: relative;
  }

  .photo-slider .slider-controls {
    bottom: 1rem;
    max-width: 80%;
  }

  .photo-slider h3 {
    bottom: 5rem;
    max-width: 80%;
    font-size: 2rem;
  }

  .gallery .text-group {
    bottom: 1.5rem;
    left: 1rem;
  }

  .gallery .text-group h4 {
    bottom: 0;
    left: 0;
    line-height: 1.2;
    font-size: 1.6rem;
  }

  .gallery .text-group p,
  #main_page .services-list .item p {
    display: none;
  }

  .services {
    padding: 2rem 0rem 2.5rem;
  }

  .services .container-flex {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .services h5 {
    margin-bottom: 1.5rem;
    line-height: 1.6;
    font-size: 1.8rem;
  }

  .services .service-item {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
  }

  .services .service-item:last-child {
    margin-bottom: 0;
  }

  .services .service-item img {
    margin-right: 1.5rem;
  }

  #main_page .services-list {
    background: #f3f3f3;
  }

  #main_page .services-list .h3-pattern {
    margin: 0 auto 2rem;
  }



  #main_page .services-list .content {
    padding-bottom: 0;
  }


  .site-map .column:not(:last-child),
  .nav-list .col {
    padding-left: 0;
  }

	.articles .full-width .nav-list a{width:100%;float:none;padding-left:0rem;}

  .column .nav-list {
    display: none;
    margin-bottom: 3rem;
    padding: 0 1.5rem;
    font-weight: 700;
  }

  .column .nav-list.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .site-map .h4 {
    position: relative;
    font-weight: 700;
    text-indent: 1rem;
  }

  .site-map {
    padding: 4rem 0 2rem;
  }

  .site-map .column:last-child .h4 {
    max-width: 100%;
    margin: 0;
    text-align: left;
  }

  .site-map .column:last-child .h4::after {
    margin: 1.5rem 0;
  }

  .site-map .h4::before {
    content: '';
    background: url("../img/icons/ar-open-down-red.png") no-repeat center;
    width: 1.4rem;
    height: .9rem;
    position: absolute;
    right: 1rem;
    top: .5rem;
    -webkit-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s;
  }

  .site-map .h4.active::before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s;
  }

  .site-map a {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
    padding: 0;
  }

  .spa-contacts h3.text-center {
    line-height: normal;
    font-size: 2.4rem;
    padding: 0 2rem;
    margin-bottom: 2rem;
  }

  .spa-contacts .img-overlay h3 {
    width: 100%;
    bottom: 0;
  }

  .spa-contacts .img-overlay p {
    padding: 0;
  }

  #spa .form-container {
    margin-bottom: 0;
  }

  #spa .h3-pattern {
    margin-bottom: 2rem;
  }

  .sub-title {
    font-size: 2.4rem;
    width: 100%;
    text-align: center;
    line-height: 2;
  }

  #race .banner {
    height: 52rem;
  }

  #race .page-header h3 {
    font-size: 2.4rem;
  }

  #race .page-header {
    margin: 0 0 2rem;
  }

  #race .contacts-block {
    padding-bottom: 3rem;
  }

  .race {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 4rem;
  }

  .race h3 {
    margin-bottom: 2rem;
  }

  .race .col:first-child,
  .race .col:last-child {
    width: 100%;
    padding: 0;
  }

  .race .btn-red {
    margin: 0 auto;
    width: 100%;
  }

  .prize {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    height: auto;
    padding: 4rem 0 3rem;
  }

  .prize .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .prize .container .col:first-child,
  .prize .container .col:last-child {
    width: 100%;
  }

  .prize h2 {
    font-size: 2.8rem;
    margin-bottom: 3rem;
  }

  .prize .elem-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .prize .elem-group .btn-red {
    text-transform: uppercase;
    padding: 1.2rem 4rem;
    margin-bottom: 1rem;
  }

  .prize .item {
    width: 100%;
    text-align: center;
    margin-bottom: 3rem;
  }

  .medals {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .item .icon {
    width: 5.1rem;
    height: 5.5rem;
    margin: 0 auto 1rem;
  }

  .count-item {
    width: 7rem;
    font-size: 4rem;
  }

  .team {
    margin: -1rem;
  }

  .team .item {
    position: relative;
    width: calc(100% - 2rem);
    height: 35rem;
    margin: 1rem;
  }

  .team .item .text-group {
    position: absolute;
    bottom: 3rem;
    color: #fff;
    text-align: center;
    width: 100%;
  }

  .team .item h5 {
    margin-bottom: 1rem;
  }

  .pagination a {
    display: none;
  }

  .pagination a.prev,
  .pagination a.next,
  .pagination a.active {
    display: inline-block;
  }

  .royalSlider {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .rsOverflow {
    float: none;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .rsDefaultInv .rsThumbsVer {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    margin-right: 0;
    margin-top: 2rem;
  }

  .rsDefaultInv .rsThumb {
    outline: 4px solid transparent;
    outline-offset: -4px;
  }

  .multirow-slider {
    padding: 2rem 0;
  }

  .section,
  .research {
    margin: -1rem;
  }

  .section .item,
  .research .item {
    margin: 1rem .5rem 2rem;
    width: 100%;
  }

  .section .item:nth-child(1),
  .section .item:nth-child(2),
  .section .item:nth-child(3),
  .section .item:nth-child(4) {
    width: 100%;
  }

  .section .item h5 {
    margin: .5rem 0 1rem;
  }

  .title-inner {
    margin: 2rem auto;
    font-size: 2.4rem;
  }

  .video .item {
    width: 100%;
    margin-bottom: 3rem;
  }

  .video .item a {
    margin-bottom: 1rem;
  }

  .video .item a,
  .video .item p {
    width: 100%;
  }

  .video .gallery-slider.green-nav .slider-controls {
    bottom: -2rem;
  }

  .video h3 {
    margin-top: 2rem;
  }

  #kids .supervisers {
    background: #fff;
  }

  #kids .contacts-block .slider-controls {
    bottom: 1.5rem;
  }

  .video .gallery-slider.green-nav .slider-controls {
    bottom: 0;
  }

  .rsDefaultInv .rsThumb {
    height: 8rem;
  }

  .banner {
    height: auto;
  }

  #medical .banner .text-group {
    width: 100%;
  }

  #medical .banner h1 {
    text-align: center;
    font-size: 3rem;
    font-weight: 500;
  }

  #medical .banner p {
    display: none;
  }

  #medical .banner .btn-group {
    -ms-flex-item-align: center;
    align-self: center;
  }

  #medical .banner .btn-red {
    margin-bottom: 0;
  }

  #medical .services h4 {
    max-width: 100%;
  }

  .research h3 {
    font-size: 2.2rem;
  }

  #medical .contacts-block {
    margin-bottom: 0;
  }

  .catalog.block .item {
    width: 100%;
    margin-bottom: 2.5rem;
  }
	.slider-nav .slick-dots {
		max-width: 50%;
		height: 2rem;
		overflow: hidden;
		left: 0;
		right: 0;
		margin: 0 auto;
		bottom: 1.6rem
	}
	.slider-nav .slick-prev, .slider-nav .slick-next {
		bottom: 0
	}
	.slider-nav .slick-prev:focus, .slider-nav .slick-prev:hover, .slider-nav .slick-prev {
		left: 5vw
	}
		.slider-nav .slick-next:focus, .slider-nav .slick-next:hover, .slider-nav .slick-next {
		right: 5vw
	}
	
	.slider .btn-red:last-child {
		width: auto;
		line-height: 3.6rem;
		
	}
	.btn {
		min-width: 22rem
	}
	.services-list a {
		height: 10rem
	}
}

@media screen and (max-width:340px) {
	.lang-switcher {display: none}
}
