body,
html {
	padding: 0;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	background: #1d2126;
	font-size: 20px;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
}

body,
html,
p,
table,
input,
button {
	font-family: 'Open Sans', sans-serif;
}

*,
*:after,
*:before {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	transition: .5s ease-in-out;
	/* добавим плавность переходов для всех элементов страницы*/
}

.slick-track{
	transition: none;
}

a {
	/* RESET */
	text-decoration: none;
	position: relative;
	z-index: 0;
	display: inline-block;
	color: #fff;
	border-bottom: 1px solid #fff;
}

a:hover {
	border-bottom: 1px solid #57E8FF;
	color: #fff;
	text-decoration: none;
}

#feedback-text {
	height: 120px;
}

.form-callback label,
#modalContent label,
.field-feedback-agree label {
	font-weight: normal;
}

/* HEADER */
.topnav {
	background: #000;
	padding: 10px 0;
	border-bottom: 1px solid #405876
}

.t-nav {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 300px);
}

.topnav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	justify-content: right;
	text-align: justify;
	text-align-last: justify;
}

.topnav ul li {
	display: inline-block;
	padding: 10px 30px 10px 30px;
	vertical-align: middle;
}

.topnav ul li a {
	color: #37c1ff;
	font-weight: 300;
	font-size: 18px;
	text-decoration: none;
	border-bottom: none
}

.topnav ul li.active a {
	color: #fff
}

.logo {
	transition: 0;
	display: inline-block;
	vertical-align: middle;
	height: 72px;
	width: 300px;
	margin-top: 10px;
	position: relative;
	left: -95px;
	border-bottom: none;
}

.logo:hover {
	transition: 0;
	border-bottom: none;
}

nav {
	display: inline-block;
	width: calc(100% - 300px);
	vertical-align: middle;
}

nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	justify-content: right;
	text-align: justify;
	text-align-last: justify;
}

nav ul li {
	display: inline-block;
	padding: 30px 30px 10px 30px;
	vertical-align: middle;
}

nav ul li a {
	text-transform: uppercase;
	position: relative;
	top: -3px;
	color: #37c1ff;
	text-decoration: none;
	border-bottom: none
}

.logoline {
	height: 95px;
	position: relative;
	z-index: 1;
	transition: 0;
}

nav ul li.active a {
	color: #fff;
}

nav ul li a:hover,
.topnav ul li a:hover {
	color: #57E8FF;
	text-decoration: none;
	border-bottom: none;
}

nav ul li.active a:before {
	content: ' ';
	position: absolute;
	left: -15px;
	width: 6px;
	height: 6px;
	background: #fff;
	border-radius: 50%;
	top: 10px;
}

.home-video {
	position: relative;
	padding-top: 56.25%;
	margin-top: 150px;
}

.home-video iframe {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	margin: 0;
	top: 0;
	left: 0;
	border: none;
}

/* FOOTER */
footer {
	background: #232F39;
	padding: 50px 0;
	color: #888888;
	font-size: 16px;
	clear: both;
}

footer a {
	color: #888888;
	text-decoration: underline;
}

footer .col33 {
	display: inline-block;
	vertical-align: top;
	width: 33.33333333%;
}

footer .fb-link {
	display: inline-block;
	background: url(../img/ico-fb.svg) 0 0 no-repeat;
}

footer .yt-link {
	display: inline-block;
	background: url(../img/ico-youtube.svg) 0 0 no-repeat;
}

footer .ig-link {
	display: inline-block;
	background: url(../img/ico-insta.svg) 0 0 no-repeat;
}

footer .tg-link {
	display: inline-block;
	background: url(../img/ico-tg.svg) 0 0 no-repeat;
}

footer strong {
	text-align: center;
	width: 100%;
	color: #37C1FF !important;
	display: block;
}

footer .alignright {
	padding-top: 152px;
}

.form-group.field-feedback-agree.required,
.form-group.field-feedback-agree.required a {
	font-size: 14px;
}

footer .alighcenter {
	padding-top: 75px;
}

footer a,
footer a:hover {
	border-bottom: none
}

.foterlogo {
	display: block;
	margin-bottom: 40px;
	position: relative;
	top: -20px;
}

.name {
	font-weight: 700;
	margin-bottom: 20px;
	display: block;
}

.alignright {
	text-align: right;
}

.snets {
	width: 59px;
	height: 57px;
	margin-left: 15px;
	opacity: 50%;
	margin-bottom: 43px;
}

.snets:hover {
	opacity: 1
}

.copy {
	display: block;
}

.field-feedback-phone {
	width: 300px;
	display: inline-block;
}

.icontel {
	width: 55px;
	height: 55px;
	background: url(../img/icon_footer_phone.svg) 0 0;
	display: block;
	margin: 0 auto 5px auto;
}

.cookie-agree {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	padding: 10px 230px 10px 20px;
	font-size: 12px;
	color: #fff;
	min-height: 40px;
	z-index: 99999999999;
}

.cookie-agree-close {
	position: absolute;
	right: 90px;
	top: 10px;
	color: #fff;
	width: 100px;
	text-align: center;
	padding: 8px 0;
	border: 2px solid #BC9664;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 10px;
	text-decoration: none;
	transition: background .5s;
}

.cookie-agree-close:hover {
	text-decoration: none;
	color: #fff;
	background: #BB2A2D;
}

/* COMMON STYLES */
.box {
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
	padding: 0 100px;
}

.gray-box {
	background: #2a2b31 url(../img/bgr-gray-pattern.gif);
	position: relative;
	padding: 150px 0;
}

.blue-box {
	background: #152F4E;
	padding: 150px 0 150px 0;
}

.blue-box h2 {
	text-align: center;
	margin: 0;
}

/* MAIN SLIDER */
.slider-box {
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
}

.slider {
	position: relative;
	margin-top: -95px;
}

.slider ul {
	padding: 0;
	margin: 0;
	list-style: none;
	height: 838px;
}

.slider .box {
	height: 838px;
}

.slider ul li {
	height: 838px;
}

.slider h2 {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	right: 100px;
	top: 230px;
	font-weight: 300;
	text-align: right;
	font-size: 100px;
}

.slider p {
	margin: 0 0 0 50%;
	position: absolute;
	left: 0;
	right: 100px;
	top: 380px;
	text-align: right;
}

.arrows {
	right: 0;
	bottom: 0;
	position: absolute;
}

.arr-left {
	opacity: .8;
	right: 175px;
	bottom: 200px;
	position: absolute;
	background: url(../img/arrow-left-1.svg) 0 0;
	width: 54px;
	height: 16px;
	display: block;
	display: inline-block;
	margin-left: 30px;
}

.arr-left:hover,
.arr-right:hover {
	opacity: 1
}

.arr-right {
	opacity: .8;
	right: 100px;
	bottom: 200px;
	position: absolute;
	background: url(../img/arrow-right.svg) 0 0;
	width: 54px;
	height: 16px;
	display: block;
	display: inline-block;
	margin-left: 30px;
}


/* ABONEMENTS */
.icon.star {
	display: inline-block;
	background: url(../img/ico-star.svg) top right no-repeat;
	width: calc(25% - 15px);
	height: 137px;
	vertical-align: top;
	margin-right: 15px;
}

.icon.quest {
	display: inline-block;
	background: url(../img/ico-quest.svg) top right no-repeat;
	width: calc(25% - 50px);
	height: 150px;
	vertical-align: top;
	margin-right: 15px;
}

.box-text-right {
	display: inline-block;
	width: calc(62.5% - 15px);
	vertical-align: top;
	margin-left: 15px;
}

.box-text {
	margin-left: -15px;
	margin-right: -15px;
}

.box-text-right h2 {
	font-weight: 600;
	margin: 0 0 10px 0;
}

.box-text-right p {
	padding: 0;
	margin: 0
}

.a-items {
	display: inline-block;
	vertical-align: top;
	width: calc(25% - 30px);
	margin: 0 15px;
	position: relative;
}

.a-items img {
	width: 100%;
}

.abonements {
	position: relative;
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 100px;
	margin-top: 100px;
	text-align: center;
}

.a-items h3 {
	position: absolute;
	text-align: left !important;
	font-size: 20px !important;
	left: 30px;
	right: 30px;
	top: 15px;
	margin: 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
	font-weight: 500 !important;
}

.a-items * {
	color: #fff;
	text-decoration: none;
}

.a-items .how {
	position: absolute;
	left: 30px;
	top: 30%;
	text-align: left !important;
}

.a-items .how span {
	font-weight: 300;
	font-size: 144px;
	display: inline;
	vertical-align: middle;
	padding-right: 15px;
	line-height: 100%
}

.a-items .how i {
	display: block;
	font-size: 30px;
	font-style: normal;
	line-height: 100%;
	font-weight: 500
}

.a-items .price i {
	display: inline-block;
	font-size: 18px;
	font-style: normal;
	vertical-align: middle;
	position: relative;
	margin-bottom: -12px;
}

.a-items small {
	position: absolute;
	bottom: 85px;
	border-bottom: 1px solid #fff;
	left: 30px;
	right: 30px;
	padding-bottom: 10px;
	font-size: 14px;
	text-align: left;
}

.abonements .price {
	text-align: left !important;
	position: absolute;
	bottom: 20px;
	left: 30px;
	right: 30px;
	font-size: 48px;
	font-weight: 400
}

.abonements .price i {
	font-weight: 300;
}

.a-items:hover {
	opacity: 0.85
}

/*SHEDULE*/
.shedule-grid {}

.shedule-header {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}

.single-column .shedule-header {
	grid-template-columns: 1fr;
}

.two-column .shedule-header {
	grid-template-columns: 1fr 1fr;
}

.shedule-grid.single-column:first-child .shedule-header,
.shedule-grid.single-column:first-child .shedule-content {
	grid-template-columns: 41.5% 58.5%;
}

.shedule-grid.multi-column:first-child .shedule-header,
.shedule-grid.multi-column:first-child .shedule-content {
	grid-template-columns: 41.5% 19.5% 19.5% 19.5%;
}

.shedule-grid.multi-column-5:first-child .shedule-header,
.shedule-grid.multi-column-5:first-child .shedule-content {
	grid-template-columns: 30% 14% 14% 14% 14% 14%;
}

.shedule-grid.two-column:first-child .shedule-header,
.shedule-grid.two-column:first-child .shedule-content {
	grid-template-columns: 41.5% 29.25% 29.25%;
}

.shedule h2 {
	font-weight: 300;
	font-size: 36px;
	color: #517597;
	text-transform: uppercase;
}

.shedule h3 {
	margin-top: 35px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.shedule-description {
	padding-left: 170px;
	background: url(../img/per.png) 0 30px no-repeat;
	margin: 75px 250px 75px 100px;
	min-height: 200px;
}

.shedule-description * {
	color: #37C1FF;
	font-size: 16px;
}

.shedule-description span,
.shedule-description .blue-right {
	display: block;
	float: right;
	line-height: 120%;
	margin-left: 30px;
}

.shedule-description span h4,
.shedule-description .blue-right h4 {
	margin: 0;
	font-weight: 700;
	font-style: italic;
	font-size: 40px;
	line-height: 100%;
}

.shedule-description span strong,
.shedule-description .blue-right strong {
	display: block;
	font-size: 21px;
	line-height: 120%;
}

.shedule-description span,
.shedule-description .blue-right {
	font-size: 26px;
}

.shedule .menu-filters {
	margin-bottom: 60px;
}

.hheader {
	grid-column: 1 / -1;
	grid-row: 1 / 2;
	border: 1px solid #405876;
	text-align: center;
	border-collapse: collapse;
	grid-auto-rows: 60px;
}

.eheader {
	grid-column: 1 / 2;
	grid-row: 2 / 3
}

.sheader {
	grid-row: 2 / 3;
	border: 1px solid #405876;
	text-align: center;
	border-collapse: collapse;
}

.multi-column .shedule-content,
.multi-column-5 .shedule-content {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-auto-rows: 90px;
}

.two-column .shedule-content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-auto-rows: 90px;
}

.single-column .shedule-content {
	display: grid;
	grid-template-columns: 1fr;
	grid-auto-rows: 90px;
}

.box-mini {
	width: 300px;
	margin: 0 auto;
}

.box-mini .col-lg-5 {
	width: 100% !important
}

.box-mini h1 {
	font-size: 26px;
}

.text-muted {
	color: #ccc;
	font-size: 16px;
}

.box-mini label {
	font-weight: 400;
	font-size: 16px;
}

.box-mini button {
	width: 100%
}

.empty-grid,
.eheader {
	display: none;
	border: 1px solid #405876;
	text-align: center;
	border-collapse: collapse;
}

.empty-grid {
	border-bottom: none;
}

.eheader {
	border-top: none;
}

.shedule-grid:first-child .hheader {
	grid-column: 2 / -1;

}

.hheader span {
	color: #6797C3
}

.shedule-grid:first-child .empty-grid,
.shedule-grid:first-child .eheader {
	display: block;

}

.table-grid {
	display: grid;
	grid-template-columns: 46% 27% 27%;
	padding-bottom: 100px;
}

.gr-sidebar {
	display: none;
}

.gr-sidebar strong {
	display: block;
}

.gr-sidebar span {
	padding: 5px 10px;
}

.gr-sidebar span span {
	color: #6797C3
}

.shedule-grid:first-child .gr-sidebar {
	display: grid;
	align-items: center;
}

.table-grid .shedule-header {}

.gr-main {
	border: 1px solid #405876;
	border-collapse: collapse;
	text-align: center;
}

.gr-sidebar {
	border: 1px solid #405876;
	border-collapse: collapse;
	text-align: center;
	line-height: 120%;
}

.hheader,
.sheader,
.gr-main {
	display: grid;
	align-items: center;
}

.shedule .box-text {
	padding-bottom: 100px;
}

/* FORMS */
.form-callback input.phone {
	border: 1px solid #37C1FF;
	background: none;
	width: 255px;
	padding: 15px 10px;
	color: #808080;
	vertical-align: top;
	font-size: 16px;
	color: #fff;
}

.form-callback input:focus {
	border: 1px solid #fff;
	outline: none
}

.form-callback {
	padding-top: 50px;
	display: block;
	width: 255px;
	margin: 0 auto;
}

footer .form-callback {
	padding-top: 5px
}

#modalContent .form-callback {
	padding-top: 0;
}

sup {
	font-size: 14px;
}

#modalContent .form-callback .send,
.btn-primary {
	display: block;
	background: #37C1FF;
	color: #000;
	text-transform: uppercase;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	font-weight: 600;
	vertical-align: top;
	border: none;
	font-size: 18px;
	border-radius: 0;
	width: 255px;
}

footer .form-callback .send,
footer .btn-primary {
	padding: 14px 20px 15px 20px;
	margin-bottom: 10px;
}

#feedback-agree {	
display: none;
opacity: 0;
}

.field-feedback-agree label{
	cursor: pointer;
	position: relative;	
}

.agree-checkbox::before{
	content: '';	
	width: 15px;
	height: 15px;	
	background:none;	
	transition: .2s;
	cursor: pointer;
	border: 1px solid #37C1FF;
	display: inline-block;
	margin-right: 5px;
}

#feedback-agree:checked ~ .agree-checkbox::before {
    background-color: #37C1FF;
}

.field-feedback-agree a{
	display: inline;
	word-break: break-word;
}

.help-block {
	font-size: 14px !important;
}

.modal-body #feedback-name,
.modal-body #feedback-phone,
.modal-body #feedback-text {
	background-color: #fff !important;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333 !important;
}

.form-callback .send:hover,
.form-callback .send:active,
.form-callback .send:focus {
	background: #73D4FF;
	color: #000;
}

footer .form-callback .send {
	color: #fff;
}

footer .form-callback .send:hover,
footer .form-callback .send:active,
footer .form-callback .send:focus {
	color: #fff;
}

.box-text-right .form-callback {
	margin: 0;
	width: auto;
}

.box-text-right .form-callback .field-feedback-phone,
.box-text-right .form-callback .send {
	display: inline-block;
	vertical-align: top;
}

.box-text-right .form-callback .field-feedback-phone {
	width: auto;
	margin-right: 20px;
	width: 255px;
}

.box-text-right .form-callback input {
	padding: 10px;
}

.covid-header {
	position: absolute;
	left: 0;
	right: 0;
	top: 324px;
	z-index: 12;
	opacity: 0.7
}

.covid-header a,
.covid-header a:hover {
	border-bottom: none;
}

.covid-header>div {
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
	padding: 0 100px;
}

.covid-header:hover {
	opacity: 1
}

.covid-header p {
	display: inline-block;
	vertical-align: middle;
	width: 170px;
	font-size: 16px;
	line-height: 120%;
	margin-right: 20px;
	overflow: hidden;
	opacity: 0;
	position: relative;
	left: 80px;
	margin-top: 10px;
}

.covid-header:hover p {
	opacity: 1
}

.covid-header figure {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	left: -190px;
}

.table-remark {
	margin-top: -90px;
}

/* NEWS */
.news-list {
	position: relative;
	margin-left: -50px;
	margin-right: -50px;
	margin-top: 100px;
}

.news-list .item {
	width: calc(33.3333333% - 100px);
	margin: 0 50px;
	display: inline-block;
	vertical-align: top;
	border-top: 1px solid #2F6A8B;
	padding: 15px 25px;
}

.news-list .type {
	color: #4679B6;
	display: block;
	font-weight: 400;
	margin-bottom: 30px;
	font-size: 20px;
}

input::placeholder,
textarea::placeholder {
	color: #333 !important
}

textarea {
	background: none !important;
	border: 1px solid #37C1FF !important;
	color: #fff !important;
}

.news-list .data {
	display: block;
	color: #4679B6;
	margin-bottom: 11px;
	font-size: 18px;
}

.news-list h3 {
	color: #fff !important;
	font-weight: 900;
	font-size: 28px;
}

.news-list p {
	margin-top: 25px;
	font-size: 18px;
	min-height: 150px;
}

.tags {
	display: block;
	color: #2F6A8B;
	font-size: 14px;
	margin-bottom: 100px;
}

.tags a {
	color: #4679B6;
	font-size: 14px;
	text-decoration: none;
}

.news-list .item.action {
	margin: 0 50px;
	border-top: 1px solid #4679B6;
	padding: 15px 25px;
}

.news-list .item.action .type,
.news-list .item.action h3 {
	color: #4679B6;
}

/* CONTENT */
.tel {
	color: #37c1ff;
	font-size: 24px;
	display: inline-block;
	vertical-align: middle;
	width: 276px;
	margin-right: 24px;
	border-bottom: none
}

.topnav .box:before {
	content: ' ';
	width: 315px;
	height: 9px;
	position: absolute;
	bottom: -12px;
	left: 20px;
	background: url(../img/blueline.png) 0 0;

}

.tel a {
	color: #37c1ff;
	border-bottom: none
}

.tel a:hover {
	text-decoration: none;
}

.tel a span {
	color: #5785ae
}

.no-title {
	display: block;
	max-width: 1200px;
	margin: 0 auto;
	text-align: right;
}

.e-link {
	font-size: 10px;
	margin-left: 15px;
}

.b-link {
	color: green;
	float: right;
}

.about .b-link {
	padding-top: 80px;
}

.about .year .b-link {
	padding-top: 15px;
}

.p-link {
	color: yellow;
	float: right;
	z-index: 999;
	position: fixed;
}

.box .p-link {
	color: yellow;
	float: right;
	position: static;
}

.t-link {
	color: magenta;
}

.percentage-div {
	width: 600px;
	color: #37C1FF;
	margin-top: 70px;
	font-style: italic;
}

.percentage-div:before {
	content: '%';
	float: left;
	font-size: 60px;
	font-style: italic;
	font-weight: 700;
	margin-right: 15px;
	display: block;
	height: 55px;
	position: relative;
	margin-top: -15px;
}

.percentage-div strong {
	font-style: italic;
}

header {
	position: sticky;
	top: 0;
	position: -webkit-sticky;
	/* Safari */
	z-index: 9999
}

.sticky {
	background: rgba(28, 31, 35, .85);
	position: sticky;
	width: 100%;
}

.sticky .logo {
	width: 55px;
	height: 50px;
	background-image: url(../img/logo.svg);
	background-size: 191px;
	left: 62px;
	display: inline-block;
	background-repeat: no-repeat;
	transition: 0;
}

.sticky .logo img {
	display: none;
	transition: 0;
}

.logo img {
	transition: 0;
}

.sticky .logoline {
	height: 75px;
}

.sticky nav ul li {
	padding: 25px 30px 10px 30px;
}

.sticky nav {
	width: calc(100% - 55px);
	display: inline-block;
}

/* BLUE PAGE */

.zones {
	background: #1c1f23
}

.bluebgr {
	background: #112232;
	max-width: 1200px;
	margin: 150px auto 100px auto;
	padding: 70px
}

.bluebgr h1 {
	font-size: 50px;
	font-weight: 300;
	margin-top: 0;
	text-transform: uppercase;
	color: #6797C3
}

.bluebgr .slider {
	width: 380px;
	float: right;
	position: relative;
	margin-right: -150px;
	margin-left: 70px;
	margin-bottom: 100px;
	margin-top: 0
}

.bluebgr .slider .slick-slider img {
	max-width: 100%;
}

.bluebgr .arrows {
	bottom: 0;
	z-index: 999;
	left: 0;
}

.arr-left:hover,
.arr-right:hover,
.arr-left,
.arr-right {
	cursor: pointer;
	border-bottom: none;
}

.bluebgr .arrows .arr-left {
	right: auto;
	bottom: -40px;
	left: -30px;
	border-bottom: none
}

.bluebgr .arrows .arr-right {
	right: auto;
	bottom: -40px;
	left: 40px;
	border-bottom: none
}

.box-aquazone .act-image {
	float: right;
	position: relative;
	margin-right: -120px;
	margin-top: -140px;
	margin-left: 50px;
	margin-bottom: 50px;
	width: 45%
}

.box-aquazone .act-image img {
	max-width: 100%;
}

.box-aquazone ul {
	margin-left: 0;
	padding-left: 0;
}

.ttg {
	margin-top: 100px;
	min-height: 800px;
}

.ttg h2 {
	font-weight: 600;
	margin-bottom: 50px;
	margin-top: 0;
	font-size: 40px;
}

.ttg h3 {
	font-size: 28px;
	font-weight: 300;
	margin-bottom: 50px;
}

.ttg .abonements {
	margin-top: 20px;
	margin-bottom: 0;
}

.abonements span {
	cursor: pointer;
}

/*.abonements span.a-items:hover::before {
	content: 'Записаться на занятия';
	position: absolute;
	background: #272830;
	color: #fff;
	border: 1px solid #fff;
	padding: 3px;
	font-size: 12px;
	z-index: 15;
	width: 150px;
	top:48%;
	left: 50%;
	margin-left: -78px;
	text-align: center;

}*/
.ttg p,
.ttg ul li,
.ttg {
	font-size: 18px;
}

.tickets-container h2 {
	clear: both;
	margin-top: 70px;
}

.border1,
.border2 {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border: 1px solid #6797C3
}

.border1 {
	margin-left: -10px;
	margin-bottom: -10px;
	margin-top: 10px;
	margin-right: 10px;
}

.border2 {
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: -10px;
	margin-right: -10px;
}

.ancore-box {
	display: flex;
	justify-content: space-between;
	padding: 0 35px;
}

.hits-div {
	display: inline;
	vertical-align: top;
	width: 23%;
}

.hits-div a {
	color: #C4C4C4;
	border: 1px solid #C4C4C4;
	padding: 17px 14px;
	display: block;
	border-radius: 10px;
	text-align: left;
	font-size: 16px;
	min-height: 130px;
}

.hits-div a strong {
	display: block;
	text-transform: uppercase;
}

.hits-div a:hover {
	text-decoration: none;
	color: #fff;
	border: 1px solid #fff;
	background: rgba(255, 255, 255, .05);
}

.bluebgr .slider.abonements {
	width: 100% !important;
	clear: both;
}

.cafe .menu-filters .box {
	text-align: center;
	padding-top: 36px;
}

.cafe .menu-filters .box .menu-filter-div {
	margin-bottom: 5px;
}

.cafe-header {
	height: 390px;
	background: url(../img/cafe_header.jpg) center center;
	background-size: cover;
  background-repeat: no-repeat;
  
}

.cafe-box.box {
	margin-bottom: 100px;
}

.cafe-header .col33,
.children-header .col33 {
	width: 33.333333%;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	font-size: 34px;
	font-weight: 300;
	text-transform: uppercase;
	overflow: hidden;
	min-height: 129px;
	background-size: 100%;
}

.elecafe-img {
	background: url(../img/logo_elecafe.svg) center center no-repeat;
	height: 390px;	
  	background-size: 200px auto;
  	background-position: center 70px;
    
}

.cafe-img {
	background: url(../img/cafe.svg) center center no-repeat;
	height: 390px;
}

.cafe {
	background: url(../img/bg_cafe.png);
}

.cafe-box h2 {
	text-align: center;
	font-size: 60px;
	margin-bottom: 50px;
	margin-top: 100px;
	clear: both;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 36px;
}

.food-container {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: center;
}

.f-item {
	padding: 0 25px 50px 25px;
	width: 25%;
	text-align: center;
}

.food-img {
	border: #9D9C9C 1px solid;
	border-radius: 50%;
	padding: 6px;
}

.food-img img {
	max-width: 100%;
	border-radius: 50%;
}

.f-item h3 {
	font-size: 20px;
	font-weight: 600;
}

.f-text {
	font-size: 16px;
	display: block;
	margin-bottom: 10px;
}

.f-info {
	display: block;
	font-size: 16px;
}

.f-price {
	font-weight: 600;

}

.f-price:after {
	content: "\20BD";
	padding-left: 5px;
}

.foodbox {
	border: 1px solid #6797C3;
	padding: 55px 60px 55px 60px;
	margin-bottom: 200px;
}
.foodbox-first{
	margin-top: 80px;
}

.foodbox-image {
	width: 465px;
	height: 50px;
	float: right;
	margin: 0 -110px 50px 50px
}

.foodbox-image-left {
	width: 465px;
	height: 50px;
	float: left;
	margin: 0 50px 50px -110px
}

.foodbox-image img,
.foodbox-image-left img {
	max-width: 100%;

}

.food-text {
	padding-right: 400px;
}

.food-text-left {
	padding-left: 400px;
}

.foodbox-image .slick-prev{
 border-bottom: none;
  opacity: .8;
  position: absolute;
  background: url(../img/arrow-left-1.svg) 0 0;
  width: 54px;
  height: 16px; 
  display: inline-block;
  margin-left: 0px;
  left: 0;
  bottom: -50px;
  top:auto;

}
.foodbox-image .slick-next{
 border-bottom: none;
  opacity: .8;
  position: absolute;
  background: url(../img/arrow-right.svg) 0 0;
  width: 54px;
  height: 16px; 
  display: inline-block;
  margin-left: 0px;
  right: auto;
  left: 70px;
  bottom: -50px;
  top:auto;

}

.slick-lightbox .slick-prev::before{
	content: '←';
	
}
.slick-lightbox .slick-prev{
left: 50px;
}
.slick-lightbox .slick-next::before{
	content: '→';

}
.slick-lightbox .slick-next{
	
	right: 50px;
}

.foodbox-image-left .slick-prev{
 border-bottom: none;
  opacity: .8;
  position: absolute;
  background: url(../img/arrow-left-1.svg) 0 0;
  width: 54px;
  height: 16px; 
  display: inline-block;
  margin-left: 0px;
  left: auto;
  right: 70px;
  bottom: -50px;
  top:auto;

}
.foodbox-image-left .slick-next{
 border-bottom: none;
  opacity: .8;
  position: absolute;
  background: url(../img/arrow-right.svg) 0 0;
  width: 54px;
  height: 16px; 
  display: inline-block;
  margin-left: 0px;
  right: 0;
  left: auto;
  bottom: -50px;
  top:auto;

}

.foodbox-image-left .arrows .arr-left {
	right: 70px;
	bottom: -40px;
	border-bottom: none
}

.foodbox-image-left .arrows .arr-right {
	bottom: -40px;
	right: 0px;
	border-bottom: none
}

.foodbox-image .arrows{
	left:0px;
}

.foodbox-image .arrows .arr-left {
	left: 0px;
	bottom: -40px;
	border-bottom: none;
	margin-left: 0;
}

.foodbox-image .arrows .arr-right {
	bottom: -40px;
	left: 70px;
	border-bottom: none;
	margin-left: 0;
}

.slick-track a{
	border-bottom:none;
}



.menu-title {
	width: 279px;
	height: 85px;
	margin: 50px auto 25px auto;
	background: url(../img/menu.svg) 0 0;
	text-align: center;
	display: none;
}

.menu-filter-div {
	display: inline-block;
	vertical-align: top;

}

.menu-filter-div a {
	display: inline-block;
	margin: 0 30px 0 0;
	color: #fff;
	text-decoration: none;
	border-bottom: 2px solid #70b6f1;
	transition: background 0.1s cubic-bezier(.33, .66, .66, 1);
}

.menu-filter-div a:hover {
	background: #70b6f1;
}

.menu-filters .box div {}

.children h2 {
	font-weight: 300;
	font-size: 60px;
}

.box-right-text h2,
.box-right-text p {
	text-align: right;

}

.children .cafe-box.box {
	background: #fff;
}

.children .cafe-box .f-item * {
	color: #000
}

.children-header svg {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -178px;
	margin-top: -64px;
}

.children .wide-box {
	background: #fff;
	padding: 20px 0;
}

.children .wide-box .cafe-box h2 {
	color: #000;
	text-transform: uppercase;
}

.children .wide-box {
	background-position: center;
}

.children .menu-filters {
	background: #fff;
	text-align: center;
	margin-bottom: 0;
}

.children .menu-filters .box a {
	color: #000;
	border-bottom: 2px solid #000;
}

.children .menu-filters {
	padding: 15px 0 20px 0;
}

.kids-room h2 {
	color: #000;
	text-transform: uppercase;
}

.kids-room {
	height: 1000px;
}

.kids-room p {
	color: #000;
}

.box-left-text {
	padding-right: 30%;
	padding-left: 13%;
}

.children-header {
	background-image: url(../img/kids_header.jpg);
	background-position: center;
	height: 390px;
	position: relative;
}

.children .box-right-text {
	padding-left: 30%;
	padding-right: 13%;
}

.contrast-text * {
	color: #000;
}

.contrast-text a,
.kids-box a {
	border-bottom: 1px solid #000 !important;
	color: #000;
}

.contrast-text a:hover,
.kids-box a:hover {
	color: #000 !important;
	border-bottom: 1px solid #57E8FF;
}

.next-button a,
.next-button span {
	display: inline-block;
	color: #fff;
	background: #FF6737;
	text-transform: uppercase;
	width: 230px;
	text-align: center;
	font-size: 20px;
	padding: 15px 0;
	font-weight: 400;
	cursor: pointer;
}

.next-button a:hover,
.next-button span:hover {
	text-decoration: none;
}

.next-button {
	margin-top: 100px;
}

h2 a {
	position: relative;
	top: -200px;
}

.kids-box p {
	color: #000;
}

.box-right-text .next-button {
	text-align: right;
	margin-top: 50px;
}

.box-right-text,
.box-left-text {
	padding-top: 60px;
	padding-bottom: 60px;
}

.box-right-text h2,
.box-left-text h2,
.kids-menu h2 {
	margin-bottom: 55px;
	text-transform: uppercase;
	color: #000;
}

.kids-menu h2 {
	text-align: center;
	margin-top: 130px
}

.kids-gymnastic h2 {
	color: #fff;
}

.kids-menu .f-item,
.kids-menu .f-item * {
	color: #000;
}

.trainers,
.news_actions,
.shedule {
	background: url(../img/bg_inner1.png);
}

.trainers_type {
	border: 1px solid #6797C3;
	background: #202C36;
	padding: 106px;
	position: relative;
	margin: 50px 0 100px 0;
}

.trainers_type h2 {
	position: absolute;
	top: -25px;
	left: 40px;
	padding: 10px 27px;
	font-size: 26px;
	margin: 0;
	border: 1px solid #6797C3;
	background: #202C36
}

.persons-container {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: center;
}

.person-item {
	padding: 0 25px 50px 25px;
	width: 25%;
	text-align: center;
	min-height: 230px;
}

.person-img {
	border: #9D9C9C 1px solid;
	border-radius: 50%;
	padding: 6px;
}

.person-img img {
	width: 100%;
	border-radius: 50%;
}

.person-item p {
	margin-top: 15px;
	font-size: 14px;
}

.person-item strong {
	font-weight: 600;
	margin-top: 15px;
	display: block;
}

.news_actions h1 {
	margin: 0;
	padding: 80px 0
}

h1.page-title {
	margin: 0;
	padding: 80px 0 15px 0;
}

.news_actions .row {
	margin-left: 0;
	margin-right: 0;
}

.news-box {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}

.news-box .news-item-box {
	width: 33.3333333%;
}

.news-item-box .news-item {
	margin: 0 50px;
	border-top: 1px solid #4679B6;
	padding: 15px 25px 75px 25px;
}

.news-type {
	color: #4679B6;
	display: block;
	font-weight: 400;
	margin-bottom: 30px;
	font-size: 20px;

}

.news-item .data {
	display: block;
	color: #4679B6;
	margin-bottom: 11px;
	font-size: 18px;
}

.news-item strong {
	display: block;
	margin-bottom: 11px;
}

.news-item strong {
	color: #fff;
	font-weight: 900;
	font-size: 28px;
}

.newstext {
	font-size: 18px;
}

.about {
	background: url(../img/bg_inner1.png);
}

h1 {
	text-transform: uppercase;
}

.about h2 {
	color: #6797C3;
	text-transform: uppercase;
	margin-top: 80px;
	margin-bottom: 35px;
}

.contextnav a {
	display: inline-block;
	margin: 0 30px 0 0;
	color: #fff;
	text-decoration: none;
	border-bottom: 2px solid #70b6f1;
	transition: background 0.1s cubic-bezier(.33, .66, .66, 1);
}

.contextnav a:hover {
	background: #70b6f1;
}

.history .year {
	display: inline-block;
	width: 8%;
	vertical-align: top;
	color: #6797C3;
	font-size: 30px;
	font-weight: 300;
	position: relative;
	top: -15px;
}

.map {
	position: relative;
}

.map-adress {
	position: absolute;
	z-index: 999;
	bottom: 100px;
	left: 50%;
	width: 670px;
	background: #fff;
	border: 1px solid #000;
	margin-left: -335px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.col50 {
	width: 50%;
	display: inline-block;
	vertical-align: top;
}

.border-map-adress {
	margin: 20px;
	border: 1px solid #000;
	padding: 20px;
	color: #000;
	font-size: 14px;
}

.history .h-text {
	display: inline-block;
	width: 67%;
	vertical-align: top;
	padding: 0 30px 90px 40px;
	position: relative;
	border-left: 1px solid #6797C3;
	min-height: 270px;
}

div.history:last-child .h-text {
	border-left: 1px dashed #6797C3;
	padding-bottom: 0;
	margin-bottom: 50px;
}

.h-text p {
	padding-right: 90px;
}

.history .h-photo {
	display: inline-block;
	width: 25%;
	vertical-align: top;
}

.h-photo img {
	max-width: 100%;
}

.h-photo span {
	color: #9E9E9E;
	font-weight: 300;
	font-style: italic;
	font-size: 16px;
	margin-bottom: 20px;
	margin-top: 5px;
	display: block;
}

.h-circle {
	display: block;
	background: #6797C3;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	position: absolute;
	left: -5px;
	top: -5px;
}

.history .h-text p {
	position: relative;
	top: -10px;
}

.last-year .h-text {
	border-left: 1px dashed #6797C3;
	padding-bottom: 0;
	margin-bottom: 50px;
}

.h-arrow {
	display: block;
	width: 12.8px;
	height: 6.4px;
	position: absolute;
	bottom: 0;
	left: -7.5px;
}

.h-arrow:after,
.h-arrow:before {
	content: ' ';
	width: 8px;
	height: 1px;
	background: #6797C3;
	display: block;
}

.h-arrow:after {
	transform: rotate(45deg);
	position: absolute;
	left: 0;
	bottom: 0;
}

.h-arrow:before {
	transform: rotate(-45deg);
	position: absolute;
	left: 6px;
	bottom: 0;
}

.about-border-box {
	border: 1px solid #6797C3;
	padding: 75px 12%;
	margin-bottom: 100px;

}

.about-border-box ul {
	padding-left: 0;
}

.news-block-title {
	text-align: center;
	font-weight: 800;
	margin: 0;
	padding-top: 130px;
	padding-bottom: 70px;
	font-size: 36px;
}

.about .bluebgr {
	margin-bottom: 0;
}

.icon-aerobics {
	width: 80px;
	height: 80px;
	background-image: url(../img/icons_05_aquaAerobics.svg);
	background-size: 100%;
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}

.icon-fitness {
	width: 80px;
	height: 80px;
	background-image: url(../img/icons_01_fitness.svg);
	background-size: 100%;
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}

.icon-boxing {
	width: 80px;
	height: 80px;
	background-image: url(../img/icons_03_boxing.svg);
	background-size: 100%;
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}

.icon-swimming {
	width: 80px;
	height: 80px;
	background-image: url(../img/icons_04_bas.svg);
	background-size: 100%;
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}

.icon-gymnastyk {
	width: 80px;
	height: 80px;
	background-image: url(../img/icons_02gymnastics.svg);
	background-size: 100%;
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}

.about-border-box h3 {
	padding-bottom: 10px;
	padding-top: 0;
	margin-top: 0;
}

.h-photo a {
	display: block;
	position: relative;
}

.h-photo a:before {
	content: ' ';
	position: absolute;
	right: 20px;
	bottom: 47px;
	width: 21px;
	height: 21px;
	background-image: url(../img/icons_zoom.svg);
	background-size: 100%;
	z-index: 3;
}

.firstaqua {
	background: none;
	margin: 100px auto 100px auto;
	padding: 35px;
}

.firstaqua .act-image {
	margin-top: 0;
	margin-right: 0;
}

.firstaqua h1 {
	margin-bottom: 50px;
	font-weight: 300;
}

.akvaaerobika {
	background: none;
	padding-top: 0;
}

.akvaaerobika .persons-container,
.box-bgr-blue .persons-container {
	display: block;
	clear: both;
	margin: 50px 0 50px -50px;

}

.akvaaerobika .persons-container .person-img,
.box-bgr-blue .persons-container .person-img {
	float: left;
	width: 210px;
	margin-right: 50px;
}

.akvaaerobika .person-item,
.box-bgr-blue .person-item {
	width: 100%;
	text-align: left;
}

.akvaaerobika .person-item p,
.box-bgr-blue .person-item p {
	width: 80%;
}

.akvaaerobika .person-item strong,
.box-bgr-blue .person-item strong {
	padding-top: 20px;
	display: block;
	font-size: 32px;
	font-weight: 500
}

.akvaaerobika.bluebgr .abonements,
.box-bgr-blue.bluebgr .abonements {
	margin: 0;
	clear: both;
	margin-top: 20px;
}

.akvaaerobika.bluebgr .abonements,
.box-bgr-blue.bluebgr .abonements {
	text-align: left;
	padding: 0;
	width: 100% !important;
}

.akvaaerobika.bluebgr .a-items,
.box-bgr-blue.bluebgr .a-items {
	width: calc(33.33333% - 25px);
	margin: 0 25px 0 0;
	position: relative;
}

.abon-slide {
	clear: both;
	width: 100%;
}

.trainer-lists {
	border: 1px solid #4679B6;
	position: relative;
	max-width: 1200px;
	margin: 150px auto 100px auto;
}

.trainer-lists h2 {
	position: absolute;
	width: 200px;
	left: 50%;
	margin-left: -100px;
	background: #234564;
	color: #fff;
	margin-top: -30px;
	text-align: center;
	padding: 10px 0 15px 0;
}

.trainer-lists .person-item {
	margin-top: 70px;
}

.head-center h1,
.head-center h2,
.head-center h3 {
	text-align: center;
}

.popular-tickets-link {
	background: url(../img/icon-star.png) 0 0 no-repeat;
	height: 48px;
	padding-left: 60px;
	width: 150px;
	line-height: 110%;
	font-size: 18px;
	padding-top: 7px;
}

.t-cions {
	position: relative;
	margin-top: 100px;
	clear: both;
	width: 100%;
}

.all-tickets-link {
	position: absolute;
	right: 0;
	top: 0;
	padding-right: 50px;
	background: url(../img/ico_allAbon.svg) right top no-repeat;
	line-height: 110%;
	font-size: 18px;
	text-align: right;
	height: 48px;
	display: block;
	margin-right: 25px;
	color: #37c1ff;
	border-bottom: none;
}

.all-tickets-link:hover {
	color: #6cd0fd;
	border-bottom: none;
}

.kids-kudo h2 {
	color: #fff;
}

.kids-kudo,
.kids-box,
.kids-gymnastic,
.children .contrast-text {
	min-height: 950px;
}

#modal {
	background: rgba(0, 0, 0, 0.5);
	z-index: 999999;
}

.modal-content {
	background: rgb(33, 168, 230);
	background: linear-gradient(180deg, rgba(33, 168, 230, 1) 0%, rgba(1, 82, 158, 1) 100%);
	border-radius: 0;
	padding: 70px;
}

.modal-content a {
	color: #fff;
	text-decoration: underline;
	border-bottom: none;
}

.modal-header {
	border-bottom: none;
	text-transform: uppercase;
}

.modal-header h4 {
	font-weight: 300;
	font-size: 30px;
	text-align: center;
	clear: both;

}

.close {
	margin: -75px -75px 0 0 !important;
	position: relative;
}

.modal-sm {
	width: 800px;
	padding: 70px;
}

.modal-body p {
	text-align: center;
	margin-left: -50px;
	margin-right: -50px;
	position: relative;
}

.modal-body .close {
	float: none;
	display: block;
	width: 200px;
	background: #fff;
	color: #000;
	padding: 10px 0;
	margin: 40px auto 0 auto !important;
	opacity: 1;
}

.trainers .menu-filters .box {
	max-width: auto;
	margin: 0 0 100px 0;
	padding: 0;
}

/*======================== inga =======================*/

@media (max-width: 1024px) {
	.box {
		padding: 0 10px;
	}

	.percentage-div {
		width: 95%;
		margin-top: 70px;
	}

	/*голубой текст про 30% скидку*/
}

/*======================== ГЛАВНАЯ =======================*/
@media (max-width: 1024px) and (min-width: 769px) {
	.slider h2 {
		margin-top: -60px;
		/*padding: -30px;*/
		position: absolute;
		left: 0;
		right: 100px;
		top: 230px;
		font-weight: 300;
		text-align: right;
		font-size: 100px;
	}

	.slider p {
		margin: 0px 0px 0 15%;
		position: absolute;
		left: 0;
		right: 100px;
		top: 280px;
		text-align: right;
	}
}

@media (max-width: 768px) {
	.slider h2 {
		margin-top: -60px;
		/*padding: -30px;*/
		position: absolute;
		left: 0;
		right: 100px;
		top: 230px;
		font-weight: 300;
		text-align: right;
		font-size: 50px;
	}

	.slider p {
		margin: 0px 0px 0 10%;
		position: absolute;
		left: 0;
		right: 40px;
		top: 280px;
		text-align: right;
	}
}

@media (max-width: 1024px) {
	.slider .box {
		height: 570px;
	}
}

@media (max-width: 768px) {
	.slider .box {
		height: 570px;
	}
}

@media (max-width: 1024px) and (min-width: 769px) {

	/*  блок стрелок */
	.arrows {
		right: 0;
		bottom: 0;
		position: static;
	}

	.arr-left {
		right: 175px;
		bottom: 100px;
		display: block;
		display: inline-block;
		margin-left: 30px;
	}

	.arr-right {
		right: 100px;
		bottom: 100px;
		width: 54px;
		height: 16px;
		display: block;
		display: inline-block;
		margin-left: 30px;
	}
}

@media (max-width: 768px) {

	/*  блок стрелок */
	.arrows {
		right: 0;
		bottom: 0;
		position: static;
	}

	.arr-left {
		right: 175px;
		bottom: 50px;
		display: block;
		display: inline-block;
		margin-left: 30px;
	}

	.arr-right {
		right: 100px;
		bottom: 50px;
		width: 54px;
		height: 16px;
		display: block;
		display: inline-block;
		margin-left: 30px;
	}
}


@media (max-width: 1024px) {
	.box-text {
		margin-left: -150px;
		margin-right: -150px;
		color: 666666;
	}

	/*  блок с вопросом не работает*/
	/*  сделала цвет и отрицательный марджин*/
}


@media (max-width: 768px) {
	footer {
		background: #232F39;
		display: block;
		float: none;
		text-align: center;
	}

	footer .col33 {
		display: block;
		vertical-align: top;
		width: 100%;
	}

	footer .ig-link {
		display: inline-block;
		background: url(../img/ico-insta.svg) 0 0 no-repeat;
	}

	footer .tg-link {
		display: inline-block;
		background: url(../img/ico-tg.svg) 0 0 no-repeat;
	}

	.foterlogo {
		display: block;
		margin: 0 auto;
	}

	footer .alignright {
		padding-top: 46px;
		text-align: center;
	}

	footer .alighcenter {
		padding-top: 65px;
		text-align: center;
	}
}

@media (max-width: 1024px) {

	/*минимальная ширина не работает*/
	footer {
		background: #232F39;
		display: block;
		float: none;
		text-align: center;
	}

	footer .col33 {
		display: block;
		vertical-align: top;
		width: 100%;
	}

	footer .ig-link {
		display: inline-block;
		background: url(../img/ico-insta.svg) 0 0 no-repeat;
	}

	footer .tg-link {
		display: inline-block;
		background: url(../img/ico-tg.svg) 0 0 no-repeat;
	}

	.foterlogo {
		display: block;
		margin: 0 auto;
	}

	footer .alignright {
		padding-top: 46px;
		text-align: center;
	}

	footer .alighcenter {
		padding-top: 65px;
		text-align: center;
	}
}

@media (max-width: 1024px) {
	.news-list .item {
		width: 80%;
		margin: 0 50px;
		display: inline-block;
		vertical-align: top;
		padding-top: 25px;
		padding-right: 5px;
	}
}

/*================ АКЦИИ ===================*/
@media (max-width: 1024px) {
	.news-box .news-item-box {
		width: 50%;
	}
}

/*================ КАФЕ ===================*/
@media (max-width: 768px) {
	.food-container {
		display: inline-flex;
	}

	.f-item {
		padding: 0 25px 50px 25px;
		width: 80%;
	}
}

@media (max-width: 1024px) {

	.cafe-header .col33,
	.children-header .col33 {
		width: 100%;
		display: block;
		vertical-align: middle;
		text-align: center;
		font-size: 20px !important;
		font-weight: 300;
		text-transform: uppercase;
		overflow: hidden;
		min-height: 129px;
		padding-top: 20px;
	}

	.cafe-img {
		background: url(../img/cafe.svg) center center no-repeat;
		height: 218px;
		margin-top: -45px;
	}
	
	.foodbox-image-left {
		margin: 0 50px 50px -50px;
		width: 400px;
	}
	.foodbox-image {
width: 400px;
  margin: 0 -50px 50px 50px;}

	/*================ АКВААЭРОБИКА ===================*/
	@media (max-width: 1024px) {

		/*картинка в аквазоне*/
		.box-aquazone .act-image {
			float: none;
			position: relative;
			margin-right: -120px;
			margin-top: -140px;
			margin-left: 50px;
			margin-bottom: 50px;
			width: 85%
		}

		.bluebgr h1 {
			font-size: 40px;
			margin-top: 25px
		}

		.bluebgr {
			background: #112232;
			margin: 150px auto 100px auto;
			padding: 20px
		}
	}

	@media (max-width: 768px) {

		/*отключила картинку на тел*/
		.box-aquazone .act-image {
			display: none;
		}
	}

	@media (max-width: 768px) {

		/*расстояние между кнопками*/
		.ancore-box {
			display: block;
			justify-content: space-between;
			padding: 0 35px;
		}

		.hits-div {
			margin: 0 0 20px;
			padding: 0 35px;
		}
	}

	@media (max-width: 1024px) {

		/*слайдер не работает*/
		.bluebgr .slider {
			width: 310px;
			float: right;
			position: relative;
			margin-right: -70px;
			margin-left: 15px;
		}

		.bluebgr .slider .slick-slider img {
			max-width: 100%;
		}
	}

	@media (max-width: 768px) {

		/*отключила картинку на тел*/
		.bluebgr .slider {
			display: none;
		}
	}

	/*================ ТРЕНЕРЫ ===================*/
	@media (max-width: 1024px) {

		/*  не применился */
		.person-item {
			padding: 0 10px 50px 10px;
			width: 40%;
			text-align: center;
			min-height: 230px;
		}
	}

	@media (max-width: 768px) {

		/*  не применился */
		.person-item {
			width: 80%;
		}

		.trainers_type {
			background: #232F39;
			padding: 30px;
		}
	}

	/*================ ДЕТЯМ  ===================*/
	@media (max-width: 1024px) {
		.box-left-text {
			padding-right: 3%;
			padding-left: 7%;
		}

		.children h2 {
			margin-top: -10px;
			margin-bottom: 25px;
			font-weight: 300;
			font-size: 30px;
		}

		.box-right-text,
		.box-left-text {
			padding-top: 30px;
			padding-bottom: 30px;
		}

		.kids-room {
			height: 630px;
		}

		.children .box-right-text {
			padding-left: 7%;
			padding-right: 3%;
		}
	}