body{
	font-family: 'Arial', sans-serif;
	font-weight: normal;
	padding: 0;
	margin: 0;
	background-color: #99cccc;
	font-size: 13px;
	line-height: 18px;
	color: #201708;
}

ul, li {
	padding: 0;
	margin: 0;
	display: block;
	box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
}

div, section, form, button, span, p, a, input {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

a, a:active, a:hover {
	text-decoration: none;
	display: block;
}

button:active, button:hover, button:focus {
    outline: 0;
    outline-offset: 0;
}

section {
	background-color: #99cccc;
}

.container {
	max-width: 746px;
	margin: 0 auto;
}

.header {
	background-color: #006699;
	height: 264px;
	padding-top: 39px;
}

.title {
	font-family: 'Times New Roman', serif;
	font-size: 28px;
	font-style: normal;
	color: #006666;
	line-height: 18px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 5px;
	white-space: nowrap;
}

.bold {
	font-weight: bold;
}

.frame {
	border-top: 4px dotted #a0d0d0;
	border-bottom: 4px dotted #a0d0d0;
}

.db {
	display: block;
}

.d-none {
	display: none;
}

.name {
	font-family: 'Futura';
	font-weight: bold;
	font-style: normal;
	font-size: 13px;
	line-height: 18px;
	color: #3a6666;
}

/*header*/

.header {
	position: relative;
}

.header__logo {
	width: 100%;
	height: 185px;
	background: url(../img/logo.png) no-repeat center top;
    background-size: contain;
    margin: 0 auto;
}

.header__link {
	height: 100%;
}

.header__address {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	font-family: 'Times New Roman', serif;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 12px;
	color: #99ccff;
	padding-left: 20px;
	margin-top: 9px;
}

.menu {
	background-color: #006666;
	height: 33px;
}

.menu__list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	padding-left: 18px;
	padding-right: 13px;

}

.menu__border {
	font-size: 24px;
	color: #003333;
	text-transform: uppercase;
	padding: 8px 0;
}

.menu__link {
	font-weight: bold;
	color: #fff;
	font-size: 11px;
	letter-spacing: 3px;
	text-transform: uppercase;
	padding: 8px 33px;
}

.menu__link:hover {
	background-color: #003333;
	color: #66ffcc;
	transition: all ease 1s;
}

.menu__link:active {
	padding-top: 9px;
}

.menu__button {
	display: none;
	position: absolute;
	bottom: 23px;
	left: 25px;
}

.menu__open {
	background: none;
	border: none;
}

/*home*/

.home__news {
	position: relative;
	margin-top: 18px;
	width: 679px;
	background-color: #fff;
	padding: 4px 14px;
}

.news__frame {
	padding: 18px 0 25px;
}

.news__text {
	font-family: 'Times New Roman', serif;
	font-size: 15px;
	line-height: 18px;
	color: #201708;
	font-style: italic;
	text-align: center;
}

.home__owner {
	background-color: #fff;
	position: absolute;
	width: 120px;
	height: 196px;
	padding: 5px;
    right: -82px;
    top: 15px;
}

.owner__photo {
}

.owner__text {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	text-align: center;
	font-size: 10px;
	line-height: 14px;
	color: #201708;
}

.owner__name {
	font-family: 'Times New Roman', serif;
	font-size: 15px;
	line-height: 18px;
	font-style: italic;
}
.owner__post {
	text-transform: lowercase;
}
.owner__titul {
	text-transform: uppercase;
}

.home__offer {
	margin-top: 16px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	padding: 6px;
	background: url(../img/home-pic.jpg) no-repeat right center #ccffff;
}

.offer__presentation {
	width: 308px;
	background-color: #fff;
	padding: 6px;
	padding-right: 8px;
}

.offer__intro {
	padding-left: 19px;
	font-size: 13px;
	line-height: 18px;
	color: #231d11;
}

.presentation__slide {
	height: 283px;
	width: 308px;
	overflow: hidden;
	text-align: center;
}

.slider__image {
	background-repeat: no-repeat;
	background-size: cover;
	background-position-x: 50%;
	background-position-y: 50%;
	text-align: center;
	
}
.slick-slide img.slider__image  {
	display: inline-block;
}

.offer__shedule {
	margin-top: 11px;
}

.shedule__frame {
	padding: 8px 0;
}

.shedule__text {
	font-family: 'Futura';
	font-weight: bold;
	font-style: normal;
	font-size: 13px;
	line-height: 18px;
	color: #3a6666;
	text-align: center;
}

.offer__intro p:first-child {
	width: 175px;
	margin-bottom: 18px;
}

.offer__intro p:nth-child(3) {
	width: 229px;
	margin-top: 18px;
	margin-bottom: 38px;
}

.offer__intro ul li {
	position: relative;
	padding-left: 13px;
}

.offer__intro ul li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 5px;
	height: 5px;
	background:#3a6666;
	border-radius:100%;
}

/*membership*/

.membership {
	text-align: center;	
}

.section-container {
	background-color: #ccffff;
	padding: 7px 0;
}

.heading {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	padding: 0 20px;
	padding-bottom: 0;
	margin-top: 40px;
}

.membership__title {
	padding: 0 27px;
}

.heading__dotted {
	width: 100%;
	border-top: 3px dotted #006666;
}

.basement__dotted {
	border-top: 3px dotted #006666;
	margin: 0 20px;
}

.membership__body {
	background: url(../img/mms-pic-left.jpg) no-repeat left 55px,
				url(../img/mms-pic-right.jpg) no-repeat right 55px;
}

.membership__body>span {
	display: block;
	font-size: 18px;
	color: #000;
	margin: 15px 0 30px;
}

.membership__body p {
	margin-bottom: 18px;
}

/*classes*/

.classes>.section-container {
	background-color: #fff;
}

.classes__title {
	padding: 0 18px;
}

.special__title {
	padding: 0 27px;
	white-space: nowrap;
	letter-spacing: 1px;
}

.special__title>span {
	text-transform: none;
}

.classes__table th {
	border: 1px solid black;
	font-size: 13px;
	line-height: 18px;
	background-color: #86c5a4;
}

.classes__table td {
	text-align: center;
	border: 1px solid black;
	vertical-align: top;
	width: 93px;
	font-size: 13px;
	line-height: 18px;
}

.classes__table {
	padding: 30px 6px 10px;
	overflow-x: auto;
}
.classes__table table { min-width: 600px;}

.classes__table p, .classes__table_p {
	font-size: 13px;
	line-height: 18px;
	margin: 20px 15px;
}

.classes__table table tr td.bold {
	width: 60px;
}

.classes__table table tr td span {
	display: block;
	font-size: 12px;
}

/*training*/

.training__title {
	padding: 0 17px;
}

.training__body {
	background: url(../img/pt-pic-1.jpg) no-repeat right -6px;
	position: relative;
}

.training__intro {
	padding: 0 20px;
}

.training__intro p:first-child {
	margin-top: 20px;
}

.training__intro p:nth-child(2) {
	margin-top: 8px;
	margin-bottom: 10px;
}

.training__intro ul li {
	width: 500px;
	font-size: 13px;
	position: relative;
	padding-left: 13px;
}

.training__intro ul li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 5px;
	height: 5px;
	background:#3a6666;
	border-radius:100%;
}

.training__coaches {
	background: url(../img/pt-pic-2.jpg) no-repeat left top;
	padding-left: 240px;
	padding-bottom: 60px;
}

.training__coaches p:first-child {
	padding-top: 40px;
	margin-bottom: 13px;
}

.training__presentation {
	width: 308px;
	background-color: #fff;
	padding: 6px;
	position: absolute;
	bottom: 26px;
	right: 6px;
}

/*instructors*/

.instructors__body {
	background: url(../img/pt-pic-3.jpg) no-repeat right -6px;
}

.instructors__title {
	padding: 0 20px;
}

.instructors__table {
	text-align: center;
	font-size: 13px;
	line-height: 24px;
	padding: 40px 225px 65px 70px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}

.table__row {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}

.table__row div {

}

/*footer*/

.footer__address {
	background-color: #3a6696;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	padding: 11px 0;
}
.address__item {
	margin-left: 32px;
	font-family: 'Futura';
	font-weight: bold;
	font-style: normal;
	font-size: 11px;
	letter-spacing: 3px;
	color: #a8cbcb;
	text-transform: uppercase;
}

.footer__menu_list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	padding-right: 13px;
	padding-left: 8px;
	width: 60%;
	margin: auto;
}

.footer__menu_border {
	text-transform: uppercase;
	font-size: 11px;
	color: #201708;
	padding: 15px 0;
}

.footer__menu_link {
	font-weight: bold;
	font-size: 11px;
	color: #201708;
	text-transform: lowercase;
	letter-spacing: 1px;
	margin: 15px 0;
	border-bottom: 1px solid rgba(0,0,0,0);
}

.footer__menu_link:hover {
	color: #201708;
	border-bottom: 1px solid #201708;
	transition: all ease 3s;
}

.footer__menu_link:active {
	padding-top: 16px;
}

.footer__credits {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	color: #006666;
	margin-bottom: 36px;
}

.credits__media {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	font-size: 13px;
}

.media__list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}

.media__link {
	margin-left: 9px;
}

.credits__text {
	font-size: 9px;
	margin-left: 25px;
	letter-spacing: 0.4px;
}

.credits__link {
	display: inline;
	color: #006666;
}

.credits__link:hover {
	display: inline;
	color: #006666;
}

.media__follow { white-space: nowrap}













 












