/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
button,
hr,
input {
    overflow: visible
}

img,
legend {
    max-width: 100%
}

progress,
sub,
sup {
    vertical-align: baseline
}

.button,
.swiper-pagination-bullet,
a {
    background-color: transparent
}

.button,
.header__logo-svg {
    -webkit-transition: all ease .25s;
    -o-transition: all ease .25s
}

.section,
sub,
sup {
    position: relative
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

details,
main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    outline: 0
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: ButtonText dotted 1px
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 14px
}

.button,
body {
    font-size: 1rem
}

body {
    margin: 0;
    font-family: Roboto, sans-serif;
    color: #343434
}

.hero__title,
.section-title__heading {
    font-family: "Yeseva One", cursive;
    text-transform: uppercase
}

.container {
    width: 95%;
    max-width: 1256px;
    margin: auto
}

body.lock {
    overflow: hidden
}

.button {
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    cursor: pointer;
    padding: 21px 36px;
    transition: all ease .25s
}

.button:hover {
    background-color: #FFB931;
    border: 1px solid #FFB931
}

.section {
    padding: 90px 0
}

.section::before {
    content: '';
    width: 2px;
    height: 70px;
    position: absolute;
    top: 5px;
    left: 50%;
    background-color: #FFB931
}

.section-title__image {
    text-align: center
}

.section-title__heading {
    font-size: 1.428rem;
    text-align: center;
    letter-spacing: 2px
}

.section-title__description {
    max-width: 698px;
    font-family: Roboto, sans-serif;
    font-size: 1.285rem;
    text-align: center;
    margin: 0 auto
}

.swiper-container {
    overflow: hidden;
    max-width: 100%;
    max-height: 100%
}

.swiper-pagination {
    position: relative;
    margin-top: 40px
}

.swiper-pagination-bullet {
    height: 14px;
    width: 14px;
    border-radius: 50%;
    border: 6px solid #fff;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    opacity: 1
}

.swiper-pagination-bullet-active {
    background-color: #FFB931
}

.header {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #5BADDF;
    z-index: 99
}

.header__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__list,
.header__social {
    display: -webkit-box;
    display: -ms-flexbox
}

.header__logo {
    z-index: 50
}

.header__logo-svg {
    fill: #333;
    width: 80px;
    transition: all ease .25s
}

.advantages img,
.header__logo-svg:hover {
    fill: #FFB931
}

.header__menu {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.header__list {
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header__list li {
    font-size: 1.2rem;
    list-style: none;
    margin-right: 43px
}

.header__link {
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    color: #343434;
    -webkit-transition: all ease .25s;
    -o-transition: all ease .25s;
    transition: all ease .25s
}

.header__link:last-child {
    margin-right: 0
}

.header__link::after {
    display: block;
    position: absolute;
    bottom: -21px;
    content: '';
    height: 3px;
    width: 0;
    border-radius: 2px;
    background-color: #FFB931;
    -webkit-transition: width .25s;
    -o-transition: width .25s;
    transition: width .25s
}

.hero,
.hero__content,
.hero__title {
    position: relative
}

.header__link:hover {
    color: #FFB931
}

.header__link:hover::after {
    width: 100%
}

.header__address {
    margin: 5px 0;
    text-decoration: none;
    color: #343434
}

.header__social {
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.hero,
.hero__buttons {
    display: -webkit-box;
    display: -ms-flexbox
}

.card,
.hero {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical
}

.header__social-link {
    margin-right: 15px;
    font-size: 1.428rem;
    color: #343434;
    -webkit-transition: all ease .25s;
    -o-transition: all ease .25s;
    transition: all ease .25s
}

.header__social-link:last-child {
    margin-right: 0
}

.header__social-link:hover {
    color: #FFB931
}

.hero {
    background: url(../img/hero/hero-1.jpg) center/cover no-repeat #5BADDF;
    height: 100vh;
    display: flex;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.hero__content {
    color: #fff;
    max-width: 600px
}

.hero__title {
    color: #fff;
    font-size: 4rem;
    letter-spacing: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.hero__title::after {
    content: url(../img/hero/piranha-b.png);
    position: absolute
}

.hero__text {
    font-weight: 700;
    font-size: 24px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 35px;
    color: #fff
}

.hero__buttons {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.card,
.lessons__row {
    display: -webkit-box;
    display: -ms-flexbox
}

.hero__button {
    text-decoration: none;
    margin-top: 10px;
    font-weight: 700;
    font-size: 20px
}

.hero__button--fill {
    background: #FFB931
}

.about {
    background-color: rgba(91, 173, 223, .55)
}

.about__text {
    padding: 0 20px;
    font-size: 1.142rem;
    text-align: justify
}

.lessons {
    padding-bottom: 0
}

.lessons__row {
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px
}

.lessons__card {
    -webkit-box-shadow: 10px 10px 20px rgba(35, 183, 174, .15);
    box-shadow: 10px 10px 20px rgba(35, 183, 174, .15);
    margin: 0 15px
}

.card {
    position: relative;
    width: 290px;
    display: flex;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 150px
}

.camps_wrap,
.card__text {
    display: -webkit-box;
    display: -ms-flexbox
}

.card__image {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(17, 51, 17, .1)
}

.card__text {
    ;
    z-index: 98;
    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;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 290px;
    background-color: #fff;
    border: 1px solid #5BADDF;
    padding: 10px 10px 30px
}

.card__title {
    margin: 0;
    padding: 13px 0;
    text-align: center;
    font-size: 1.285rem
}

.card__title-age {
    display: block
}

.card__item {
    margin: 0;
    padding-bottom: 10px
}

.camps__button,
.card__pricetag {
    padding: 13px 24px;
    color: #fff;
    background-color: #FFB931;
    -webkit-box-shadow: 5px 5px 5px rgba(255, 185, 49, .45);
    -webkit-transition: all ease .25s;
    -o-transition: all ease .25s;
    cursor: pointer
}

.card__item--bold {
    font-size: 1.142rem;
    font-weight: 700
}

.card__pricetag {
    -ms-flex-item-align: center;
    align-self: center;
    position: absolute;
    bottom: -27px;
    font-size: 1.714rem;
    font-weight: 400;
    box-shadow: 5px 5px 5px rgba(255, 185, 49, .45);
    transition: all ease .25s
}

.card__pricetag:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.camps {
    background-color: rgba(91, 173, 223, .55)
}

.camps_wrap {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.advantages__row,
.camps_right {
    display: -webkit-box;
    display: -ms-flexbox
}

.camps_img {
    max-width: 750px
}

.camps_image {
    width: 100%
}

.camps_left {
    margin-top: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%
}

.camps_right,
.modal__form,
.success__form,
.team__description {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

.camps_right {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
}

.camps_list-item {
    margin-top: 7px
}

.camps__button {
    -ms-flex-item-align: center;
    align-self: center;
    font-size: 1.714rem;
    font-weight: 400;
    box-shadow: 5px 5px 5px rgba(255, 185, 49, .45);
    transition: all ease .25s
}

.camps__accent {
    color: snow
}

.advantages__row {
    margin-top: 40px;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center
}

.advantages__card {
    max-width: 230px
}

.team {
    background-color: rgba(91, 173, 223, .55)
}

.team-container {
    max-width: 100%
}

.team__button--primary {
    background-color: #FFB931;
    border: 1px solid #FFB931;
    -webkit-box-shadow: 5px 5px 5px rgba(255, 185, 49, .45);
    box-shadow: 5px 5px 5px rgba(255, 185, 49, .45);
    -webkit-transition: all ease .25s;
    -o-transition: all ease .25s;
    transition: all ease .25s
}

.team__button--primary:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.team__section-title {
    margin-bottom: 50px
}

.team__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.team__progress {
    margin-top: 50px
}

.team__image-item {
    max-height: 500px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    box-shadow: 0 0 5px rgba(0, 0, 0, .5)
}

.team__title {
    font-size: 20px
}

.team__description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: spase-between;
    -ms-flex-pack: spase-between;
    justify-content: spase-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 18px;
    max-width: 443px;
    margin-left: 10px
}

.team_item {
    margin: 10px 0
}

.footer {
    margin-top: 100px
}

.footer-map__wrap {
    margin-bottom: 100px;
    -webkit-box-shadow: 1px 1px 30px #5BADDF;
    box-shadow: 1px 1px 30px #5BADDF
}

.footer__menu {
    background-color: #5BADDF
}

.footer__map {
    min-height: 465px
}

.footer__contact {
    text-align: center;
    font-size: 20px
}

.footer__doc {
    font-size: 1.428rem;
    text-decoration: none;
    color: #343434
}

.modal,
.success {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: rgba(91, 173, 223, .6);
    overflow: auto
}

.modal--visible,
.success--visible {
    opacity: 1;
    visibility: visible
}

.modal__dialog,
.success__dialog {
    max-width: 36.36rem;
    position: relative;
    padding: 2.357rem 3.7rem 1.928rem;
    background: #5BADDF;
    color: #fff;
    border: 1px solid #FFB931
}

.modal__close,
.success__close {
    position: absolute;
    right: 0;
    top: 0;
    margin: 12px;
    width: 28px;
    height: 28px;
    border: none;
    cursor: pointer;
    border-radius: 50%;
    color: #FFB931
}

.modal__title,
.success__title {
    margin-top: 0;
    margin-bottom: 2rem;
    text-align: center;
    font-family: Roboto, sans-serif;
    font-size: 1.357rem;
    font-weight: 400;
    line-height: 138.6%
}

.modal__form,
.success__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column
}

.modal__input,
.success__input {
    max-height: 2.5rem;
    border-radius: 4px;
    border: none;
    font-size: 1rem;
    padding: 1rem
}

.modal__input-group,
.success__input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 2.5rem
}

.modal__input:last-of-type,
.success__input:last-of-type {
    margin-bottom: 0
}

.modal__policy,
.success__policy {
    margin-bottom: 2.4rem;
    position: relative
}

.modal__button,
.success__button {
    -ms-flex-item-align: end;
    align-self: flex-end;
    padding: 20px 48px;
    background-color: #FFB931;
    color: #fff;
    -webkit-box-shadow: 0 5px 15px rgba(255, 185, 49, .2);
    box-shadow: 0 5px 15px rgba(255, 185, 49, .2);
    -webkit-transition: -webkit-box-shadow .2s;
    -o-transition: box-shadow .2s;
    transition: box-shadow .2s;
    transition: box-shadow .2s, -webkit-box-shadow .2s
}

.success__text {
    margin: 0 0 1rem;
    font-size: 1.5rem;
    line-height: 1.2;
    text-align: center;
    color: #fff
}

.success__link {
    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;
    padding: 20px 48px;
    background-color: #FFB931;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-box-shadow: 0 5px 15px rgba(255, 185, 49, .2);
    box-shadow: 0 5px 15px rgba(255, 185, 49, .2);
    -webkit-transition: -webkit-box-shadow .2s;
    -o-transition: box-shadow .2s;
    transition: box-shadow .2s;
    transition: box-shadow .2s, -webkit-box-shadow .2s
}

.success__icon {
    background-color: transparent;
    margin-right: 2rem;
    width: 2rem;
    height: 2rem
}

.modal #policyCheckbox-error {
    text-align: left
}

div.form__invalid {
    position: absolute;
    top: 4.5rem;
    left: 0;
    width: 100%;
    text-align: center;
    color: #ff2400
}

.schedule {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1.5rem;
    text-align: center
}

.schedule__footer {
    position: absolute;
    bottom: 5px;
    width: 100%
}

.table {
    border-collapse: collapse;
    font-size: 1.2rem;
    margin: 0 auto
}

.table td,
.table th {
    padding: 10px;
    border: 1px solid #121212
}

.table tr:nth-child(odd) {
    background: rgba(91, 173, 223, .5)
}

.table__time {
    display: block;
    line-height: 1.5
}

@media screen and (max-width:1300px) {
    html {
        font-size: 12px
    }
}

@media screen and (max-width:1190px) {
    .lessons__card::after {
        display: none
    }
}

@media screen and (max-width:990px) {
    .section {
        padding-bottom: 45px
    }

    .header__list li {
        font-size: 1rem;
        margin-right: 15px
    }

    .header__connect {
        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: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .header__address {
        font-size: 1rem;
        text-align: center
    }

    .advantages__row,
    .lessons__row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .footer__doc {
        display: inline-block;
        margin-right: 0
    }

    .footer__button {
        padding: 15px
    }
}

@media screen and (max-width:955px) {
    .team__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .camps p {
        font-size: 1.285rem
    }
}

@media screen and (max-width:767px) {

    .header::before,
    .header__burger::after {
        position: absolute;
        width: 100%;
        left: 0;
        z-index: 3;
        content: ''
    }

    .header::before {
        top: 0;
        height: 100%;
        background-color: #5BADDF
    }

    .header__burger {
        display: block;
        position: absolute;
        right: 10px;
        width: 30px;
        height: 20px;
        z-index: 3
    }

    .header__burger::after {
        background-color: #fff;
        height: 2px;
        bottom: 0;
        -webkit-transition: all ease .25s;
        -o-transition: all ease .25s;
        transition: all ease .25s
    }

    .header__burger span,
    .header__burger::before {
        position: absolute;
        background-color: #fff;
        height: 2px;
        -webkit-transition: all ease .25s;
        -o-transition: all ease .25s;
        left: 0;
        width: 100%
    }

    .header__burger::before {
        content: '';
        top: 0;
        transition: all ease .25s
    }

    .header__burger span {
        top: 9px;
        transition: all ease .25s
    }

    .header__burger.active span {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0)
    }

    .header__burger.active::before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 9px
    }

    .header__burger.active::after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        bottom: 9px
    }

    .header__menu {
        position: fixed;
        width: 100%;
        height: 100%;
        top: -100%;
        left: 0;
        overflow: auto;
        background-color: #5BADDF;
        padding: 70px 0 0;
        -webkit-transition: all ease .25s;
        -o-transition: all ease .25s;
        transition: all ease .25s
    }

    .header__menu.active {
        top: 0
    }

    .header__content {
        height: 60px;
        position: relative
    }

    .header__list {
        display: block
    }

    .header__list li {
        margin: 0 0 20px;
        font-size: 2rem
    }

    .schedule {
        height: auto;
        overflow: auto
    }

    .schedule__footer {
        position: relative;
        bottom: 0;
        width: 100%;
        margin-top: 0
    }

    .camps_wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .camps_left {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .camps_img:nth-child(1) {
        display: none
    }
}

@media screen and (min-width:666px) {
    .hero__content {
        right: 30px;
        bottom: 50px;
        position: absolute;
        min-width: 600px
    }
}

@media screen and (max-width:500px) {
    .header__address {
        margin-right: 15px;
        font-size: 1rem
    }

    .header__social-link {
        font-size: 2rem
    }
}

@media screen and (max-width:370px) {
    .header__content {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .header__connect {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0
    }

    .header__address,
    .hero__title::after {
        display: none
    }
}