@font-face {
    font-family: 'pt_sans';
    src: url('../fonts/pt_sans-web-bold-webfont.woff2') format('woff2'),
         url('../fonts/pt_sans-web-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'pt_sans';
    src: url('../fonts/pt_sans-web-italic-webfont.woff2') format('woff2'),
         url('../fonts/pt_sans-web-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'pt_sans';
    src: url('../fonts/pt_sans-web-regular-webfont.woff2') format('woff2'),
         url('../fonts/pt_sans-web-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto-regular-webfont.woff2') format('woff2'),
         url('../fonts/roboto-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon/fonts/icomoon.eot?eaip86');
  src:  url('../fonts/icomoon/fonts/icomoon.eot?eaip86#iefix') format('embedded-opentype'),
    url('../fonts/icomoon/fonts/icomoon.ttf?eaip86') format('truetype'),
    url('../fonts/icomoon/fonts/icomoon.woff?eaip86') format('woff'),
    url('../fonts/icomoon/fonts/icomoon.svg?eaip86#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"], :before, :after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #3baeda;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-close:before {
  content: "\e900";
}
.icon-call-answer:before {
  content: "\e901";
}
.icon-coach:before {
  content: "\e902";
}
.icon-fb-logo:before {
  content: "\e903";
}
.icon-instagram-logo:before {
  content: "\e904";
}
.icon-right-arrow:before {
  content: "\e905";
}
.icon-swim:before {
  content: "\e906";
}
.icon-dive:before {
  content: "\e907";
}
.icon-aqua-zumba:before {
  content: "\e908";
}
.icon-attention:before {
  content: "\e909";
}
.icon-cafe-food:before {
  content: "\e90a";
}
.icon-check:before {
  content: "\e90b";
}
.icon-location:before {
  content: "\e91c";
}
.icon-logo:before {
  content: "\e91e";
}

/* CSS reset */
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
:after, :before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: inline-block;
}
body {
	background: #fff;
	font: 16px/1.25 'pt_sans', Arial, Helvetica, sans-serif;
	color: #434a54;
	letter-spacing: 0.02em;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
}
article, aside, figcaption, figure, footer, header, nav, section {
	display: block;
}
ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, embed, object, iframe {
	margin: 0 0 15px;
}
fieldset, img {
	border: 0;
}
a {
	text-decoration: none;
	color: #3baeda;
	-webkit-transition:.3s;
	-o-transition:.3s;
	transition:.3s;
}
a:hover {
	text-decoration: none;
	color: #2888c5;
}
input, textarea, select {
	font: 100% 'pt_sans', Arial, Helvetica, sans-serif;
	vertical-align: middle;
	color: #000;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="file"],
input[type="submit"],
textarea {
	-webkit-appearance: none;
	border-radius: 0;
}
textarea {
	max-width: 100%;
	overflow: auto;
}
label {
	vertical-align: middle;
}
[type="submit"]::-moz-focus-inner,
[type="button"]::-moz-focus-inner {
	padding: 0;
	border: 0;
}
[type="submit"]:hover,
[type="button"]:hover {
	cursor: pointer;
}
::-webkit-input-placeholder {
	color: #656d78
}
::-moz-placeholder {
	color: #656d78;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #656d78 !important;
}
h1 {font-size: 200%;}
h2 {font-size: 150%;}
h3 {font-size: 120%;}
h4 {font-size: 110%;}
h5 {font-size: 100%;}
h6 {font-size: 90%;}
blockquote, q {
	quotes: none;
}
q:before, q:after {
	content: '';
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
th, td {
	border: 1px solid #ccc;
	padding: 3px 7px;
	text-align: left;
	vertical-align: baseline;
}
th {
	vertical-align: bottom;
}
ul, ol {
	padding-left: 40px;
	list-style-position: outside;
}
ul {
	list-style-type: none;
}
ol {
	list-style-type: decimal;
}
h1, h2, h3, h4 {
	font-family: 'pt_sans';
	font-weight: bold;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}
h2 {
	color: #3baeda;
	font-size: 1.875rem;
	line-height: 0.8;
	margin-bottom: 40px;
	text-align: center;
}
h3, h4 {
	font-size: 1.3125rem;
	margin-bottom: 10px;
}
/*.border {
	border: 1px solid #3baeda;
	border-radius: 3px;
}*/
/* Slider */
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* END Slider */

.clr:after {
	content: '';
	display: block;
	clear: both;
}
.b {
	font-family: 'pt_sans';
	font-weight: bold;
	letter-spacing: 0.06em;
}
.wrapper {
	max-width: 1250px;
	margin: 0 auto;
	padding: 0 40px;
}
.section, section {
	margin-bottom: 60px;
}
.mobile {
	display: none;
}
html.open {
	height: 100%;
	overflow: hidden;
}

/*header*/
.top-header {
	background: #103340;
}
.head-contacts, .main-header .wrapper, .main-header .menu ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.head-contacts, .main-header .wrapper, .main-header .menu ul.e-commerce {
	justify-content: space-around;
}
.head-contacts {
	color: #e8e8e8;
	font-size: 1.125rem;
	height: 50px;
	padding: 5px 50px;
}
.head-contacts  [class^="icon-"], .social a {
	font-size: 22px;
}
.head-contacts .address {
	margin-right: 5px;
}
.head-contacts .address span {
	vertical-align: middle;
}
.head-contacts .address span:before {
	vertical-align: top;
}
.head-contacts .phone {
	font-family: 'roboto', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 16px;
	margin: 0 5px;
}
.head-contacts .phone span {
	vertical-align: middle;
}
.social {
	cursor: default;
}
.social a {
	color: #e8e8e8;
	display: inline-block;
	vertical-align: middle;
	width:28px;
	height: 28px;
	overflow: hidden;
}
.social a:first-child {
	margin-right: 10px;
}
.social a:before {
	color: #e8e8e8;
	display: block;
	font-size: 1.75rem;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.social a:hover:before,
.instagram.social a:hover:before,
.contacts .social a:hover:before {
	color: #3baeda;
}
.head-contacts .social {
	margin-left: 5px;
}

/*main-header*/
.main-header {
	background: #fff;
	-webkit-box-shadow: 0 1px 20px -10px #3baeda;
	        box-shadow: 0 1px 20px -10px #3baeda;
	height: 80px;
}
.main-header .wrapper {
	height: 100%;
}
.fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
	background: rgba(255,255,255,0.98);
}
.main-header .logo-container {
	-webkit-box-flex: 10%;
	    -ms-flex: 10%;
	        flex: 10%;
	-ms-flex-item-align: end;
	    align-self: flex-end;
}
.logo-small, .logo  {
	position: relative;
}
.logo-small {
	color: #3baeda;
	cursor: pointer;
	font-size: 1.125rem;
	margin-bottom: 3px;
}
 a.logo-small:hover {
	color: #3baeda;
}
.logo-small span:before {
	font-size: 3rem;
}
.icon-logo {
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -24px;
}

/* Řŕďęŕ äĺäŕ ěîđîçŕ íŕ íîâűé ăîä */
/*.main-header .logo-small span:after {
	content: "";
	background: url(../images/new-year.png) no-repeat 0 0/cover;
	display: block;
	width: 42px;
	height: 49px;
	position: absolute;
	top: -11px;
	left: 8px;
}*/
/* END Řŕďęŕ äĺäŕ ěîđîçŕ íŕ íîâűé ăîä */

.main-header .menu {
	-webkit-box-flex: 75%;
	    -ms-flex: 75%;
	        flex: 75%;
	margin: 0 5%;
	display: block;
}
.main-header .menu ul {
	font-size: 18px;
	margin: 0;
	padding: 0;
}
.menu li a, .item-nav {
	color: #434a54;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}
.menu li span:hover, .item-nav:hover {
	color: #000;
	text-shadow: 0 1px rgba(0,0,0,0.1);
}
.main-header .menu .circle:before{
	background: #3baeda;
	cursor: default;
	height: 10px;
	width: 10px;
	left: 50%;
	margin-left: -5px;
	top: 100%;
	opacity: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}
.main-header .menu .circle.active:before {
	opacity: 1;
}
.btn-container {
	-webkit-box-flex: 15%;
	    -ms-flex: 15%;
	        flex: 15%;
}
.button {
	background: #3baeda;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 20px;
	padding: 10px 40px;
	outline: none;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.button:hover {
	background: #97b92c;
}

/*Banner*/
.banner {
	color: #fff;
	position: relative;
	width: 100%;
	/*height: calc(100vh - 130px);
	min-height: 480px;*/
	text-align: center;
}
.banner h1 {
	font-size: 35px;
}
.banner-text {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	text-align: center;
	padding: 110px 15px 25px;
	z-index: 1;
}
.logo .icon-logo {
	margin-left: -48px;
}
.logo span:before {
	color: #fff;
	font-size: 96px;
}
.field-text{
	display: inline-block;
	background: url(../images/back-text.png) repeat 0 5px;
	font-size: 1.875rem;
	line-height: 56px;
	padding: 0 30px;
	margin: 0 100px 15px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 60px;
}
.banner-slider {
	height: calc(100vh - 130px);
	width: 100%;
}
.banner-slider .image-container:not(:first-child) {
	display: none;
}
.image-container {
	height: 100%;
	overflow: hidden;
}
.banner img, .banner video{
	-o-object-fit: cover;
	   object-fit: cover;
	width: 100%;
	height: 100%;
}

/*News*/
.news .news-block {
	margin-bottom: 0;
}
.news {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.news-image {
	margin-right: 20px;
	overflow: hidden;
	width: 50%;
	height: 332px;
}
.news-image img {
	display: none;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.news-image .current-img {
	display: inline-block;
}
.news-slider {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 50%;
}
.news-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 82px;
}
.news-item {
	background: #cad1d9;
	font-size: 30px;
	line-height: 28px;
	padding: 15px 0 9px;
	margin-bottom: 43px;
	display: block;
	height: 82px;
	text-align: center;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.news-block {
	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;
	padding-left: 30px;
	width: calc(100% - 82px);
}
.slider-wrap {
	background: url(../images/olympic-games-light.svg) no-repeat 50% 0%/contain;
	position: relative;
	width: 100%;
	min-height: 84%;
}
.news h2 {
	font-size: 2.5rem;
	margin-bottom: 28px;
}
.news-article {
	padding-bottom: 20px;
	position: relative;
	width: 100%;
	z-index: 1;
}
[class*="arrow-"] {
	font-size: 32px;
	cursor: pointer;
	position: absolute;
	z-index: 1;
}
[class*="arrow-"]:before {
	color: #3baeda;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}
[class*="arrow-"]:hover:before {
	color: #2888c5;
}
.arrow-left,
.arrow-right {
	top: 50%;
}
.arrow-left {
	left: -10px;
}
.arrow-right {
	right: -10px;
}
.arrow-left, .arrow-right {
	margin-top: -16px;
}
.arrow-left {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}
.news [class*="arrow-"] {
	right: 0;
}
.news .arrow-up {
	bottom: 100%;
	-webkit-transform: rotate(-90deg);
	    -ms-transform: rotate(-90deg);
	        transform: rotate(-90deg);
}
.news .arrow-down {
	bottom: -7px;
	-webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotate(90deg);
}

/*services*/
.nav-list {
	float: left;
	padding-bottom: 40px;
	width: 25%;
}
.heading {
	background: #3baeda;
	color: #fff;
	font-size: 1.125rem;
	font-weight: normal;
}
.nav-list h2 {
	font-size: 1.625rem;
	line-height: 35px;
	margin-bottom: 0;
	padding-top: 5px;
}
.nav-list .menu {
	padding-left: 15px;
}
.nav-list .menu  li  span {
	cursor: pointer;
	display: block;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.nav-list .menu > li > span:hover,
.nav-list .menu li li:hover {
	background: #dcf2fa;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.nav-list .menu > li > span,
.nav-list .menu > li > a {
	border-bottom: 1px solid #3baeda;
	display: block;
	font-size: 20px;
	padding: 8px 25px 7px 10px;
}
.circle {
	position: relative;
}
.circle:before {
	content: '';
	border: 2px solid #3baeda;
	border-radius: 50%;
	cursor: pointer;
	position: absolute;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.circle.active:before {
	background: #3baeda;
}
.nav-list .circle:before {
	height: 15px;
	width: 15px;
	top: 50%;
	right: 0;
	margin-top: -8px;
}
.nav-list .menu > li > ul {
	border-bottom: 1px solid #3baeda;
	font-size: 16px;
	padding-left: 0;
	margin-bottom: 0;
}
.nav-list .menu li li.circle:before {
	background: #3baeda;
	height: 8px;
	width: 8px;
	margin-top: -4px;
	right: 5px;
	opacity: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.nav-list .menu li li.active:before {
	opacity: 1;
}
.nav-list .menu > li li span {
	padding: 10px 30px;
}
.service-content {
	float: left;
	width: 75%;
	position: relative;
}
.content-wrap {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	margin-bottom: 10px;
	padding-left: 15px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	z-index: 0;
}
.content-wrap.current {
	opacity: 1;
	position: relative;
	z-index: 1;
}
.service-article img {
	width: 100%;
}
.service-article h4 {
	color: #3baeda;
	font-size: 1rem;
}
.service-article-text {
	padding: 0 15px;
}
.service-article-text h3, h4 {
	text-transform: uppercase;
}
.service-article-text h3 span {
	font-size: 2.4375rem;
	margin-right: 10px;
}
.service-article-text p:last-child {
	margin-bottom: 0;
}
.prices {
	padding-bottom: 60px;
}
.prices h3 {
	text-transform: none;
	margin-bottom: 20px;
	padding: 8px 15px 8px 58px;
	position: relative;
}
.prices h3 span:before {
	color: #fff;
	font-size: 26px;
	margin-left: 15px;
	position: absolute;
	left: 0;
	top: 7px;
}
.prices-info {
	padding-left: 0;
	margin-bottom: 0;
}
.prices-info li {
	float: left;
	margin-bottom: 15px;
	padding: 0 15px 0 58px;
	position: relative;
	width: 40%;
}
.prices-info span:before {
	font-size: 22px;
	margin-left: 18px;
	position: absolute;
	left: 0;
}
.prices-info .addition {
	display: block;
	font-size: 14px;
	padding-left: 10%;
	margin-top: 5px;
}
.prices > .sub-row {
	margin: 20px 0 20px 15px;	
}
.table .heading {
	height: 40px;
}
.table th {
	padding: 8px 0;
	text-align: center;
	vertical-align: middle;
}
.table th small {
	display: block;
} 
.table, th, td {
	border: 0;
}
.table th span {
	border-right: 1px solid #fff;
	display: block;
	font-weight: normal;
	line-height: 24px;
	height: 24px;
	padding: 0 15px;
}
.table th:last-child span {
	border-right: 0;
}
.prices .table .heading {
	font-size: 1rem;
}
.table .subscription {
	border-bottom: 1px solid #aab2bd;
}
.table th:first-child {
	width: 60%;
}
.table th:nth-child(2),
.table th:last-child {
	width: 20%;
}
.table td {
	font-size: 1rem;
	padding: 3px 15px;
	vertical-align: middle;
}
.table .sub-row {
	padding: 6px 0px;
}
.table .sub-row:after {
	content: '';
	display: block;
	clear: both;
}
.table .sub-name {
	padding: 10px 15px 15px;
	padding-top: 10px;
	font-size: 18px;
	width: 60%;
}
.table .conditions {
	padding: 3px 0;
}
.table .condition, .table .price, .table .price-two-col {
	float: left;
}
.table .condition {
	width: 60%;
	padding-left: 40px;
}
.table .price {
	width: 20%;
	text-align: center;
}
.table .price-two-col {
	width: 40%;
	text-align: center;
}
.subscription p {
	padding: 6px 15px;
}
.table p {
	margin-bottom: 0;
}

.note {
	text-align: left;
}
.service-trainers {
	padding-bottom: 70px;
	margin-top: 30px;
	text-align: center;
}
.service-trainers h4 {
	border-bottom: 1px solid #3baeda;
	color: #3baeda;
	padding-bottom: 5px;
}
.olympic-small:before,
.olympic-small:after,
.olympic:before,
.olympic:after {
	content: '';
	background: url(../images/olympic-games.svg) no-repeat 0 50%/100%;
	position: relative;
}
.olympic-small:before,
.olympic-small:after {
	height: 23px;
	width: 50px;
	top: 5px;
}
.olympic-small:before {
	margin-right: 5px;
}
.olympic-small:after {
	margin-left: 5px;
}
.trainer {
	font-size: 18px;
	letter-spacing: 0.07em;
	display: inline-block;
	padding: 20px;
	vertical-align: top;
}
.trainer strong, .coach strong {
	text-transform: uppercase;
}
.trainer strong {
	display: block;
}
.trainer span {
	color: #787878;
	display: block;
	margin-bottom: 10px;
}
.group-name {
	color: #3baeda;
}
.timetable {
	margin: 5px 0 30px;
	border-collapse: collapse;
}
.service-trainers .timetable th {
	width: 14% !important;
}
.timetable td {
	text-align: center;
}
.timetable td.trainer-name {
	background: #dcf2fa;
	font-size: 18px;
	padding: 8px 30px 6px;
	/*text-align: left;*/
}
.timetable td span {
	display: block;
	margin: 0 auto;
	text-align: left;
	width: 42px;
}
.timetable .week td {
	color: #addbec;
	padding: 0;
	text-align: center;
}
.service-content .button {
	position: absolute;
	right: 0;
	bottom: 0;
}

/*Coaches*/
.olympic:before, .olympic:after {
	height: 33px;
	width: 72px;
	top: 6px;
}
.olympic:before {
	right: 20px;
}
.olympic:after {
	left: 20px;
}
.coaches-wrap {
	position: relative;
}
.coaches-slider {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 15px;
	position: relative;
}
.coach {
	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;
	padding: 15px 15px 0;
	margin-bottom: 0;
	width: 50%;
	text-align: center;
}
.coach-name {
	-ms-flex-item-align: start;
	    align-self: flex-start;
	margin: 0 auto;
}
.coach-img {
	border-radius: 50%;
	max-width: 250px;
	width: 100%;
	height: 250px;
	overflow: hidden;
	margin: 0 auto 30px;
}
.coach img {
	width: 100%;
}
.coach h3 {
	border-bottom: 1px solid #3baeda;
	display: inline-block;
	font-size: 1.125rem;
	font-weight: normal;
	padding: 0 40px 10px 40px;
	position: relative;
	margin-bottom: 30px;
	text-transform: none;
}
.coach .icon-coach:before {
	font-size: 2.5rem;
	position: absolute;
	left: -5px;
	top: 5px;
}
.coach-info {
	padding-left: 0;
}
.coach-info li {
	padding-left: 20px;
	margin-bottom: 15px;
}
.coach-info li:before {
	content: '';
	position: relative;
	height: 8px;
	width: 8px;
	left: -10px;
	top: -1px;
}

/*About us*/
.main-article img {
	float: left;
	width: 50%;
	padding-right: 30px;
	margin-bottom: 10px;
}

/*instagram*/
.instagram a {
	color: inherit;
	display: inline-block;
	font-size: 1.125rem;
	margin-bottom: 25px;
	padding-left: 40px;
	position: relative;
	overflow: visible;
	width: auto;
	height: auto;
}
.instagram a:hover {
	color: #000;
}
.instagram a:before {
	position: absolute;
	top: -5px;
	left: 0;
	font-size: 28px;
}
.instagram h3 {
	font-weight: normal;
	margin-bottom: 0;
	text-transform: none;
}
.instagram.social a:before, .contacts .social a:before {
	color: #aab2bd;
}
.slider-instagram {
	padding: 0 30px;
	position: relative;
}
.widgets-slider {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-height: 185px;
	padding: 0 15px;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.widgets-slider .slick-track {
	height: 100%;
}
.widget {
    overflow: hidden;
}
.widget img {
	-o-object-fit: cover;
	   object-fit: cover;
	width: 100%;
	height: 100%;
}

/*Contacts*/
.map {
	position: relative;
	width: 100%;
	margin: 240px 0 100px;
}
.map-wrap {
	width: 100%;
	position: absolute;
	top: -200px;
	bottom: -50px;
	left: 0;
	right: 0;
	z-index: 1;
}
.map-wrap iframe {
	height: 100%;
	width: 100%;
	margin: 0;
}
.contact-info {
	background: rgba(255,255,255,0.9);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	font-size: 20px;
	font-style: normal;
	line-height: 1.4;
	position: relative;
    z-index: 100;
	padding: 25px 5% 35px;
	margin-bottom: 0;
	margin-left: 7%;
	min-width: 30%;
}
.contact-info:hover {
	background: rgba(255,255,255,1);
}
.contact-info p {
	margin-bottom: 15px;
}
.contact-info .schedule span {
	display: block;
}
.contact-info .phones {
	margin-bottom: 15px;
}
.contact-info .phone {
	display: block;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
}
.contact-col > * {
	margin-bottom: 10px;
}
.footer {
	background: #103340;
	color: #fefefe;
	font-size: 0.875rem;
	cursor: default;
	padding: 90px 40px 40px;
	text-align: center;
}
.footer .logo-small {
	display: inline-block;
	margin-bottom: 20px;
}
.footer-menu ul {
	cursor: default;
	padding-left: 0;
	margin-bottom: 40px;
}
.footer-menu li {
	cursor: pointer;
	display: inline-block;
	margin: 0 25px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.footer-menu a {
	color: inherit;
}
.footer-menu a:hover {
	color: #3baeda;
}

/* Form */
html {
	/*overflow-x: hidden;
	width: 100vw;*/
}
.open-form {
	overflow: hidden;
	height: 100%;
}
.form-wrap {
	background: rgba(16,51,64,.8);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	opacity: 0;
	overflow: auto;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	z-index: -1;
}
.open-form .form-wrap {
	opacity: 1;
	z-index: 10;
}
.form {
	background: #fff;
	-webkit-box-shadow: 0 1px 80px -11px rgba(0,0,0,.5);
	        box-shadow: 0 1px 80px -11px rgba(0,0,0,.5);
	padding: 20px;
	position: absolute;
	top: 50vh;
	left: 0;
	right: 0;
	height: auto;
	margin: -146px auto 0;
	max-width: 800px;
	width: calc(100% - 40px);
	z-index: -1;
}
.form-in {
	background: url(../images/olympic-games-light.svg) no-repeat 50% 50%/60%;
	border: 2px solid #3baeda;
	font-size: 21px;
	padding: 20px 0;
	text-align: center;
}
.form-head {
	margin: 0 45px 20px;
}
.form input {
	background: transparent;
	border: 2px solid #3baeda;
	color: #434a54;
	font-style: italic;
	margin: 0 10px 10px;
	padding: 7px 10px;
	width: 340px;
}
.form .button {
	display: block;
	font-size: 22px;
	margin: 20px auto;
}
.form .response {
	color: #3baeda;
	font-size: 22px;
	margin-bottom: 0;
	padding: 0 20px;
}
.form .icon-close {
	position: absolute;
	top: 30px;
	right: 30px;
	cursor: pointer;
	font-size: 30px;
}
.form .icon-close:before {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.form .icon-close:hover:before {
	color: #434a54;
}
/* Ńňčëč äë˙ ńëŕéäĺđŕ */
* {
	outline: none;
}
.slick-slider {
	border: 0;
}
.banner .slick-list {
	width: 100%;
	height: 100% !important;
}
.banner .slick-track {
	height: 100%;
	overflow: hidden;
}
.slick-dots {
	padding-left: 0;
}
.slick-dots li {
	display: inline-block;
}
.slick-dots button {
	background: none;
	border: 3px solid #fff;
	border-radius: 50%;
	cursor: pointer;
	height: 20px;
	width: 20px;
	text-indent: -9999px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.slick-dots button:hover {
	background: rgba(255,255,255,0.2);
}
.slick-dots .slick-active button {
	background: #fff;
}
.slick-dots li:not(:last-child) {
	margin-right: 20px;
}
.news-item.slick-current {
	background: #3baeda;
	color: #fff;
	cursor: default;
}
.news-item:not(.slick-current) {
	cursor: pointer;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.news-item:not(.slick-current):hover {
	background: #bcc1c6;
}
.slick-disabled:before,
.slick-disabled:hover:before {
	color: #cad1d9;
}

/* Ńňčëč äë˙ E-commerce */

.aboniments-wrapper {
	max-width: 72.498938em;
    margin-left: auto;
    margin-right: auto;
    padding: 5em 2.617924em;
    box-sizing: content-box;
}

.aboniments-wrapper-clear::before, .aboniments-wrapper-clear::after,
.aboniments-wrapper ul.products::before, .aboniments-wrapper ul.products::after,
.product .related::before, .product .related::after {
  	content: '';
  	height: 0;
  	clear: both;
  	visibility: hidden;
  	display: table;
}

.aboniments-wrapper ul.products.columns-4 li.product {
	width: 22.434783%;
    display: inline-table;
    float: left;
    margin: 2.55% 2.55% 2.55% 0;
}

.aboniments-wrapper ul.products.columns-4 li.product img {
	height: inherit;
    width: 100%;
}

.aboniments-wrapper ul.products.columns-4 li.product a {
	display: block;
}

.aboniments-wrapper ul.products.columns-4 li.product h2 {
	font-size: 17px;
    margin: 1em 0;
    line-height: 21px;
    min-height: 42px;
}

.aboniments-wrapper ul.products.columns-4 li.product span.price {
	float: left;
    font-size: 18px;
    display: block;
    height: auto;
    position: relative;
    line-height: 45px;
    margin-left: 0.5em;
}

.aboniments-wrapper ul.products.columns-4 li.product span.woocommerce-Price-amount {
	position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.aboniments-wrapper ul.products.columns-4 li.product a.button {
	float: right;
    padding: 10px 15px;
    margin-right: 0.5em;
}

/* Ńňčëč äë˙ E-commerce - Product Page */

.product .woocommerce-product-gallery {
	width: 45%;
    float: left;
}

.product .woocommerce-product-gallery img {
    width: 100%;
    height: inherit;
}

.product .summary {
	width: 45%;
    float: right;
}

.product .summary h1 {
	text-transform: none;
}

.product.type-product .summary p.price {
	display: none;
}

.woocommerce-variation.single_variation .price{
	font-size: 19px;
}

table.variations {
	margin: 15px 0;
}

.woocommerce-variation.single_variation {
	margin: 0 0 15px;
}

.single_variation_wrap .variations_button .button {
	margin-top: 1em;
}

.product .related h2 {
	margin: 3em 0 2em;
}

.cart .cart_item img {
	max-width: 185px;
}

.e-commerce .item-nav.cart,
.e-commerce .item-nav.abonements {
	position: relative;
	padding-left: 25px;
}

.e-commerce .item-nav.cart::before,
.e-commerce .item-nav.abonements::before {
	font-family: WooCommerce;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "\e01d";
    text-decoration: none;
    top: 0;
    left: 0;
    font-size: 21px;
    position: absolute;
}

.e-commerce .item-nav.abonements::before {
	content: "\e02b";
}

.woocommerce-thankyou-order-received {
	font-weight: bold;
    margin: 0 0 25px;
}

.woocommerce-thankyou-order-details,
.thankyou-info-for-user,
.woocommerce-order-details ul {
	padding-left: 0;
}

.thankyou-p-info-for-user {
	margin: 0 0 40px;
}


@media screen and (max-width: 768px) {
	.aboniments-wrapper ul.products.columns-4 {
		padding-left: 0;
	}
	.aboniments-wrapper ul.products.columns-4 li.product {
		width: 100%;
    	margin: 0 0 2em;
	}
	.product .woocommerce-product-gallery,
	.product .summary {
		width: 100%;
    	float: none;
	}
	.aboniments-wrapper ul.products.columns-4 li.product h2 {
		font-size: 1.275rem;
	}
	.aboniments-wrapper ul.products.columns-4 li.product span.price {
		font-size: 31px;
	}
	.aboniments-wrapper ul.products.columns-4 li.product a.button,
	.product .single_add_to_cart_button,
	.product .summary .variations {
		font-size: 27px;
	}
	.product .summary p.price,
	.product .summary .woocommerce-variation-price .price {
		font-size: 37px;
	}
}


/* Ńňčëč äë˙ ńëŕéäĺđŕ äë˙ ČĹ 10-11 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.banner {
	   text-align: center;
	}
	.banner-slider {
		height: calc(100vh - 130px);
		/*min-height: calc(100vh - 130px);*/
		/*overflow: hidden;*/
	}
	.image-container {
		/*margin: 0 -9999px;*/
		/*overflow: visible;*/
	}
	.banner img, .banner video {
	   height: auto;
		min-height: calc(100vh - 130px);
	   max-width: 100%;
		width: auto;
	}
}

@media screen and (max-width: 1100px) {
	.head-contacts {
		padding: 0 25px;
	}
	.head-contacts .address {
		font-size: 16px;
	}
	.head-contacts .phone {
		font-size: 14px;
	}
	.head-contacts .icon-call-answer {
		font-size: 16px;
	}
	.main-header .menu ul {
		font-size: 17px;
	}
	.button {
		font-size: 1.125rem;
		padding: 10px 20px;
	}
	.banner-text {
		padding-bottom: 20px;
	}
}
@media screen and (max-width: 959px) {
	.wrapper {
		padding: 0;
	}
	.m-wrap {
		padding: 0 25px;
	}
	.desktop {
		display: none;
	}
	.head-contacts {
		-ms-flex-pack: distribute;
		justify-content: space-around;
		padding: 5px 0;
		margin: 0;
		width: calc(100% - 69px);
	}
	.main-header {
		height: 0;
		width: 0;
		visibility: hidden;
	}
	.main-header .menu ul {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-ms-flex-pack: distribute;
		    justify-content: space-around;
		min-height: 100%;
		padding: 20px 40px;

	}
	.main-header .menu {
		display:  none;
		background: rgba(16,51,64,.98);
		color: #fff;
		position: fixed;
		top: 50px;
		left: 0;
		right: 0;
		bottom: 0;
		margin: 0;
		overflow: auto;
		visibility: visible;
		z-index: 10;
	}
	.main-header .menu li {
		display: block;
		margin: 5px 0;
	}
	.main-header .menu a {
		color: #fff;
		display: inline-block;
		padding: 10px 20px;
		text-transform: uppercase;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
	}
	.main-header .menu a:hover {
		-webkit-transform: translateY(-2px);
		    -ms-transform: translateY(-2px);
		        transform: translateY(-2px);
		background: rgba(255,255,255,.1);
	}
	.main-header .menu .circle:before {
		left: 0;
		top: 14px;
	}
	.mobile {
		display: block;
	}
	.top-header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 5;
	}
	.menu-btn {
		display: inline-block;
		margin: auto 0;
		padding: 0 10px;
	}

	/* Ŕíčěŕöč˙ ăŕěáóđăĺđŕ */
	.three{
		padding: 12px 0 10px;
	}
	.hamburger .line{
		width: 35px;
		height: 2px;
		background-color: #fff;
		display: block;
		margin: 8px auto;
		-webkit-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.hamburger:hover{
		cursor: pointer;
	}
	.open .hamburger .line:nth-child(2) {
		opacity: 0;
	}
	.open .hamburger .line:nth-child(1) {
		-webkit-transform: translateY(10px) rotate(45deg);
		-ms-transform: translateY(10px) rotate(45deg);
		transform: translateY(10px) rotate(45deg);
	}
	.open .hamburger .line:nth-child(3) {
		-webkit-transform: translateY(-10px) rotate(-45deg);
		-ms-transform: translateY(-10px) rotate(-45deg);
		transform: translateY(-10px) rotate(-45deg);
	}
	/* END Ŕíčěŕöč˙ ăŕěáóđăĺđŕ */

	.main {
		margin-top: 50px;
	}
	.banner {
		/*height: calc(100vh - 50px);*/
	}
	.banner-slider {
		height: calc(100vh - 50px);
	}
	.field-text {
		margin: 0 50px 15px;
	}
	.news {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.news-image {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
		height: auto;
		width: 100%;
		margin: 30px 0 0;
	}
	.news-image .image-container {
		margin: 0;
	}
	.news-image img {
		height: auto;
		width: 100%;
	}
	.news-slider {
		width: 100%;
	}
	.news-block {
		padding-left: 25px;
	}
	.news-article {
		background-size: contain;
	}
	.content-wrap {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		z-index: 0;
	}
	.prices-info li {
		width: 50%;
	}
	.main-article {
		padding: 0 25px;
	}
	.main-article img {
		margin-bottom: 20px;
	}
	.map {
		margin-top: 340px;
	}
	.map-wrap {
		top: -300px;
	}
	.contact-info {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
/*		background: rgba(255,255,255,0.7);*/
		margin-left: 15px;
		margin-right: 15px;
/*		top: 60%;*/
/*		bottom: 15px;*/
		text-align: center;
	}
	.contact-info .schedule span {
		display: inline-block;
		padding: 0 7px;
	}
	.contact-info .phones {
		margin: 0 auto;
		width: 80%;
	}
	.contact-info .contact-col {
		float: left;
		width: 50%;
	}
	.footer .social {
		margin-bottom: 25px;
	}
	.copyright {
		display: block;
	}
}
@media screen and (max-width: 839px) {
	.top-header .social {
		display: none;
	}
	.nav-list {
		width: 30%;
	}
	.service-content {
		width: 70%;
	}
	.main-article img {
		width: 100%;
		padding-right: 0;
	}
	.timetable th span, .timetable td{
		font-size: 14px;
		padding-left: 7px;
		padding-right: 7px;
	}
	.timetable td.trainer-name {
		font-size: 16px;
		padding: 9px 10px 8px;
	}
	.timetable td span {
		width: 37px;
	}
	.form {
		top: 70px;
		margin: 0 20px 20px;
	}
	.form-in {
		background-position-y: 40%;
		background-size: contain;
	}
}
@media screen and (max-width: 767px) {
	.head-contacts {
		flex-wrap: wrap;
	}
	.head-contacts .phone {
		font-size: 12px;
	}
	.head-contacts .icon-call-answer {
		font-size: 14px;
	}
	.nav-list {
		width: 100%;
	}
	.nav-list .menu {
		padding-left: 0;
	}
	.nav-list .menu > li > span {
		padding-left: 5px;
	}
	.service-content {
		width: 100%;
	}
	.service-article-text {
		padding: 0;
	}
	.service-content .button {
		font-size: 20px;
		position: static;
		width: 100%;
	}
	.content-wrap {
		padding-left: 0;
	}
	.service-trainers {
		padding: 0;
	}
	.slider-instagram  {
		padding: 0;
	}
	.coaches-wrap .arrow-left,
	.coaches-wrap .arrow-right {
		top: 50vh;
	}
	.slider-instagram .arrow-left,
	.slider-instagram .arrow-right {
		display: none;
	}
	.instagram.social a {
		display: block;
		padding-left: 0;
		margin-right: 0;
	}
	.instagram.social a:before {
		font-size: 56px;
		top: calc(100% + 12px);
		left: 50%;
		margin-left: -28px;
	}
	.instagram h3 {
		color: #e8e8e8;
		padding: 15px;
		margin-bottom: 80px;
		text-align: center;
		background: #3baeda;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
	}
	.instagram a:hover h3 {
		color: #fff;
	}
	.widgets-slider {
		max-height: 180px;
		padding: 0;
	}
}
@media screen and (max-width: 639px) {
	.prices h3 {
		text-align: center;
		padding-right: 58px;
	}
	.contact-info .phones {
		width: 100%;
	}
	.footer {
		padding-top: 50px;
	}
	.footer .logo-small {
		display: none;
	}
	.form .response span {
		display: block;
	}
}
@media screen and (max-width: 499px) {
	html {
		font-size: 14px;
	}
	.m-wrap {
		padding: 0 15px;
	}
	.field-text {
		margin-left: 25px;
		margin-right: 25px;
	}
	.news-list {
		width: 41px;
	}
	.news-item {
		height: 41px;
		font-size: 16px;
		font-weight: bold;
		line-height: 16px;
		padding: 5px 0;
	}
	.news-block {
		padding-left: 15px;
		width: calc(100% - 41px);
	}
	.prices h3 {
		padding: 10px 50px;
	}
	.prices-info li {
		width: 100%;
	}
	.table:not(.timetable) th {
		border-top-width: 10px;
		border-bottom-width: 10px;
	}
	.timetable td{
		font-size: 12px;
		padding: 3px 5px;
	}
	.timetable td span {
		width: 31px;
	}
	.contact-info {
		font-size: 16px;
	}
	.contact-info .contact-col {
		float: none;
	}
	.contact-info .phone {
		font-size: 14px;
	}
	.form input {
		width: calc(100% - 40px);
		max-width: 340px;
	}
}
@media screen and (max-width: 419px) {
	.menu-btn {
		padding: 0 5px 0 0;
	}
	.hamburger .line{
		width: 35px;
		height: 2px;
		margin: 8px auto;
	}
	.head-contacts {
		font-size: 14px;
		width: calc(100% - 35px);
	}
	.banner-slider {
		/*min-height: 510px;*/
	}
}
@media screen and (max-width: 379px) {
	.olympic:before, .olympic:after {
		height: 28px;
		width: 62px;
	}
	.olympic:before {
		right: 5px;
	}
	.olympic:after {
		left: 5px;
	}
	.field-text {
		font-size: 21px;
	}
}

.timetable-new {
  margin-top: 35px;
}

.timetable__trainer-name {	
  background: #dcf2fa;
  font-size: 18px;
  padding: 8px 30px 6px;
  margin-bottom: 0;
  font-weight: 600;
}

.timetable__week {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.timetable__day {
  width: 50%;
}

.timetable__day:nth-child(odd) {
  padding-right: 20px;
}

.timetable__day:nth-child(even) {
  padding-left: 20px;
}

.timetable__day .heading {
  line-height: 40px;
  height: 40px;
}

.timetable__day th,
.timetable__day td {
  font-weight: inherit;
  font-size: inherit;
  text-align: center;
}

.timetable__day td {
  white-space: nowrap;
}

.timetable__day tr:nth-child(even) {
  background-color: #dcf2fa;
}

@media screen and (max-width: 839px) {
  .timetable__trainer-name {
    font-size: 15px;
  }

  .timetable__day:nth-child(odd) {
    padding-right: 10px;
  }

  .timetable__day:nth-child(even) {
    padding-left: 10px;
  }
  
  .timetable__day .heading {
    height: 30px;
    line-height: 30px;
  }
  
  .timetable__day .heading,
  .timetable__day th,
  .timetable__day td {
    font-size: 14px;
    padding-left: 7px;
    padding-right: 7px;
  }
}

@media screen and (max-width: 499px) {
  .timetable__day:nth-child(odd) {
    padding-right: 1%;
  }

  .timetable__day:nth-child(even) {
    padding-left: 1%;
  }

  .timetable__day .heading,
  .timetable__day th,
  .timetable__day td {
    font-size: 12px;
    padding: 3px 5px;
  }
}