@font-face {
    font-family: Jost;
    font-display: swap;
    src: url(/swimstars/fonts/Jost-Bold.woff2) format("woff2"), url(/swimstars/fonts/Jost-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Jost;
    font-display: swap;
    src: url(/swimstars/fonts/Jost-Medium.woff2) format("woff2"), url(/swimstars/fonts/Jost-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Jost;
    font-display: swap;
    src: url(/swimstars/fonts/Jost-Regular.woff2) format("woff2"), url(/swimstars/fonts/Jost-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Jost;
    font-display: swap;
    src: url(/swimstars/fonts/Jost-SemiBold.woff2) format("woff2"), url(/swimstars/fonts/Jost-SemiBold.woff) format("woff");
    font-weight: 600;
    font-style: normal
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    border: 0
}

:active,
:focus {
    outline: 0
}

body,
html {
    height: 100%;
    min-width: 100%;
    font-weight: 400;
    font-family: Jost, sans-serif;
    text-rendering: optimizeLegibility;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scroll-behavior: smooth
}

button {
    background: inherit;
    cursor: pointer;
    color: inherit
}

a {
    color: inherit;
    display: inline
}

a:hover,
a:link,
a:visited {
    text-decoration: none
}

a:active,
a:focus {
    outline: 0
}

li,
ul {
    list-style: none
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit
}

.wrapper {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.wrapper>main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.wrapper>* {
    min-width: 0
}

.container,
[class*=__container] {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 15px
}

.header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 0
}

.header__title {
    color: #58e700;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal
}

.header__title span {
    color: #fff
}

.header__container {
    position: relative;
    gap: 20px;
    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
}

.header__burger {
    position: relative;
    cursor: pointer;
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 27px;
    height: 18px
}

.header__burger span {
    background: #fff;
    display: inline-block;
    width: 100%;
    height: 1px
}

.header__burger span::after,
.header__burger span::before {
    background: #fff;
    content: "";
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 1px
}

.header__burger span::after {
    bottom: 0
}

.header__burger span::before {
    top: 0
}

.header.fixed {
    position: fixed;
    z-index: 100;
    background: #005869;

}

.header-open {
    background: 0 0;
    color: #58e700;
    font-weight: 500;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 127px
}

.header-open .header__container-hidden {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header-open .header__container-visible {
    display: none
}

.header__container-hidden {
    display: none
}

.header__menu {
    width: 100%
}

.header__list {
    row-gap: 10px;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header__burger-close span {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.header__burger-close span::before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.header__burger-close span::after {
    display: none
}

.hero {
    height: 100vh;
    background: url(/swimstars/images/hero.png) no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed
}

.hero__container {
    height: 100%;
    gap: 25px;
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 112px;
    text-align: center
}

.hero__title {
    color: #58e700;
    font-size: 95px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
}

.hero__subtitle {
    color: #fff;
    font-size: 30px;
    font-style: normal;
    line-height: normal
}

.coach {
    background: #f5f5f5;
    padding: 60px 0
}

.coach__title {
    text-align: center;
    color: #0a697d;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 70px
}

.coach-swiper {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    max-width: 1320px;
    margin: 0 auto;
    width: 100%;
    height: 100%
}

.coach-swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.coach-swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 100%
}

.coach__card {
    border-left: 5px solid green;
    padding: 20px 10px 25px;
    gap: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.coach__name {
    color: #0a697d;
    text-align: center;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal
}

.coach__descr {
    color: #969696;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.coach__wrap {
    padding: 0 60px;
    position: relative
}

.value__container {
    padding-top: 170px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.value__info {
    color: #969696;
    font-size: 18px;
    font-style: normal;
    line-height: normal;
    margin-bottom: 170px
}

.value__title {
    text-align: center;
    color: #0a697d;
    font-size: 35px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 90px
}

.value__list {
    margin-bottom: 100px;
    gap: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.value__item {
    max-width: 640px;
    gap: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.value__left div {
    position: relative;
    background: #58e700;
    width: 100px;
    height: 100px
}

.value__left div img {
    width: 100px;
    height: 100px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-top: -15px;
    margin-left: 25px
}

.value__subtitle {
    color: #0a697d;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px
}

.value__descr {
    color: #969696;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.event {
    padding: 170px 0 100px 0;
}

.event__title {
    text-align: center;
    color: #0a697d;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 50px
}

.event__list {
    gap: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
.event__item {
    flex: 1 0 0;
}
.wrap {
    max-width: 1410px;
    margin: 0 auto;
}
.event__card {
    gap: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left
}

.event__date {
    color: #969696;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.event__subtitle {
    color: #0a697d;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal
}
.event__price {
    color: #0a697d;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.event__price span {
	text-decoration: line-through;
    font-size: 16px;
    color: #9d9d9d;
}
.event__descr {
    color: #969696;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.event__link {
    display: inline-block;
    border-radius: 7px;
    background: #58e700;
    max-width: 150px;
    width: 100%;
    padding: 10px;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    -webkit-transition: .65s ease;
    -o-transition: .65s ease;
    transition: .65s ease
}

.event__link:hover {
    color: #0a697d
}

.event__link:active {
    background: #fff;
    color: #58e700;
    -webkit-box-shadow: 0 0 5px #0a697d;
    box-shadow: 0 0 5px #0a697d
}

.price {
    margin-bottom: 120px
}

.price__title {
    text-align: center;
    color: #0a697d;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 85px
}

.price__list {
    display: grid;
    -webkit-column-gap: 110px;
    -moz-column-gap: 110px;
    column-gap: 110px;
    row-gap: 90px;
    grid-template-columns: 1fr 1fr
}

.price__card {
    text-align: left
}

.price__subtitle {
    margin-bottom: 25px;
    color: #0a697d;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal
}

.price__descr {
    padding-bottom: 10px;
    border-bottom: 2px solid green;
    margin-bottom: 25px;
    color: #969696;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.price__price {
    color: #0a697d;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: right
}

.calendar {
    padding: 54px 0;
    background: #0a697d
}

.calendar__title {
    text-align: center;
    color: #fff;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 52px
}

.calendar form {
    gap: 20px;
    display: grid;
    grid-template-areas: "date message" "name message" "number message" "submit submit"
}

.calendar form input {
    padding: 16px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #d9d9d9;
    background: #fff;
    font-size: 16px;
    color: #000;
    font-weight: 500
}

.calendar form input:first-child {
    grid-area: date
}

.calendar form input:nth-child(2) {
    grid-area: name
}

.calendar form input:nth-child(3) {
    grid-area: number
}

.calendar form textarea {
    grid-area: message;
    padding: 16px;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #d9d9d9
}

.calendar form button {
    grid-area: submit;
    margin: 0 auto;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 5px;
    background: #58e700;
    max-width: 250px;
    padding: 12px;
    -webkit-transition: .65s ease;
    -o-transition: .65s ease;
    transition: .65s ease
}

.calendar form button:hover {
    color: #0a697d
}

.calendar form button:active {
    color: #58e700;
    background: #fff
}

.footer {
    background: #054755;
    padding: 70px 0 25px
}

.footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.footer__top {
    gap: 20px;
    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;
    padding-bottom: 55px;
    border-bottom: 1px solid #0a697d;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer__bottom {
    padding-top: 25px;
    gap: 20px;
    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
}

.footer__bottom a,
.footer__bottom p {
    color: #0a697d;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.footer__bottom a {
    -webkit-transition: .65s ease;
    -o-transition: .65s ease;
    transition: .65s ease
}

.footer__bottom a:hover {
    color: red
}

.footer__title {
    color: #58e700;
    font-size: 35px;
    font-style: normal;
    font-weight: 500;
    line-height: normal
}

.footer__title span {
    color: #fff
}

.footer__info {
    gap: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer__item {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer__phones {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.footer__phones a {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    -webkit-transition: .65s ease;
    -o-transition: .65s ease;
    transition: .65s ease
}

.footer__phones a:hover {
    color: #58e700
}

.footer__text {
    max-width: 310px
}

.footer__location,
.footer__phone {
    padding: 5px;
    border-radius: 5px;
    background: #58e700
}

.gallery_block { display:flex; flex-wrap:wrap; width:100%; max-width:1440px; margin:auto; }
.gallery_item { width:17%; margin:1.5%; }
.gallery_img { height:200px; }
.gallery_img img { width:100%; height:100%; object-fit:cover; }

.main-about-us {}
.main-about-us img { width:100%; max-width:350px; margin-left:20px; margin-bottom:20px; }
.main-about-us_items { display:flex; justify-content:space-between; }
.main-about-us_item { width:45%; }

.b-cookie {
	filter: drop-shadow(0 0 27px rgba(0,0,0,.12));
	left: 50%;
	padding: 12px 24px;
	position: fixed;
	transform: translate3d(-50%,-24px,0);
	width: 640px; bottom:10px; background:#fff; border:#eaeaea solid 1px;border-radius: 12px; z-index: 55;}
.main-cu { font-family: Arial, Helvetica, sans-serif; display:flex; justify-content: center; align-items:center;}
.b-cookie-text { margin:0 70px 0 0; font-size:14px}
.b-cookie-but button {
	border-radius: 12px;
	padding: 12px 30px;
	margin: 0;
	background: #58e700;
	border: none;
	cursor: pointer;
	color: #fff;
}
.b-cookie a {
    text-decoration: underline;
}
@media only screen and (max-width: 700px){
	.b-cookie {
		width: 96%;
		box-sizing: border-box;
	  }
}
@media only screen and (max-width:400px){
	.b-cookie-text {
		margin: 0;
		text-align: center;
	  }
	  .main-cu {
		flex-direction: column;
		gap: 20px;
	  }
}

@media (max-width:1250px) {
    .header__list {
        font-size: 14px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media (max-width:1240px) {
    .hero__title {
        font-size: 75px
    }
}

@media (max-width:1024px) {
    .h2-title {
        font-size: 30px;
        margin-bottom: 50px
    }

    .hero__title {
        font-size: 60px
    }

    .value__list {
        gap: 20px
    }

    .value__item {
        gap: 35px
    }

    .event {
        padding: 70px 0
    }

    .event__list {
        display: grid;
        grid-template-columns: 1fr 1fr
    }

    .event__list .event__image img {
        width: 100%
    }
}

@media (max-width:962px) {
    .value__list {
        gap: 70px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .value__item {
        max-width: 100%
    }

    .value__item:last-child {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        text-align: right
    }
}

@media (max-width:896px) {
    .hero__subtitle {
        font-size: 20px
    }
}

@media (max-width:768px) {
    .h2-title {
        font-size: 27px
    }

    .header__title {
        font-size: 45px
    }

    .hero__container {
        padding-bottom: 56px
    }

    .hero__title {
        font-size: 45px
    }

    .price {
        margin-bottom: 120px
    }

    .price__list {
        -webkit-column-gap: 60px;
        -moz-column-gap: 60px;
        column-gap: 60px;
        row-gap: 45px
    }

    .calendar form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width:712px) {
    .footer__info {
        gap: 20px
    }
}

@media (max-width:586px) {
    .hero__title {
        font-size: 35px
    }

    .hero__subtitle {
        text-wrap: balance
    }
}

@media (max-width:550px) {
    .event__list {
        gap: 20px;
        grid-template-columns: 1fr
    }
}

@media (max-width:500px) {
    .h2-title {
        font-size: 24px
    }

    .value__container {
        padding-top: 70px
    }

    .value__info {
        margin-bottom: 70px
    }

    .value__list {
        margin-bottom: 70px
    }

    .value__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .value__item:last-child {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: right;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .value__subtitle {
        font-size: 20px
    }

    .price__list {
        grid-template-columns: 1fr
    }
}

@media (max-width:470px) {
    .hero__title {
        font-size: 28px
    }
}

@media (max-width:450px) {
    .header-open {
        height: auto;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .header-open .header__container-hidden {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .header__list {
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
        padding-right: 0;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width:440px) {
    .footer__bottom {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (max-width:380px) {
    .hero__subtitle {
        font-size: 16px
    }
}

@media (max-width:375px) {
    .header__title {
        font-size: 30px
    }
}