/* font-family: 'Lato', sans-serif;
font-family: 'Poppins', sans-serif; */

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}

body {
    background-color: #fff;
    max-width: 1920px;
    margin: 0 auto;
}

.intro {
    width: 100%;
    background-image: url(img/header/yog1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* height: 1082px; */
    position: relative;
}

.header {
    display: flex;
    justify-content: space-between;
    padding-top: 54px;
    align-items: center;
    width: 93.5%;
    margin: 0 auto;


}



.nav__link {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #99AADE;
    line-height: 1.4;
    margin-left: 50px;
    opacity: 0.5;

}

.nav {
    display: flex;
    align-items: center;
    list-style: none;
}



.nav__link.selected {
    opacity: 0.8;
    color: #7492EC;
}

.btn {
    opacity: 1;
    color: #fff;
    padding: 12px 33.6px 11px 32.4px;
    border: none;
    background-color: #7492EC;
    border-radius: 25px;
    font-weight: 400;
    text-transform: uppercase;
    transition: background-color 0.2s linear;
    outline: none;
    opacity: 1;
    text-align: center;
}

.btn:hover {
    cursor: pointer;
    background-color: #3c66e4;
}

.intro__inner {
    width: 100%;
    padding-bottom: 115px;
    display: flex;
    align-items: center;


}

.intro__item {
    width: 41.7%;
    margin: 225px 0 225px auto;
}

.intro__header {
    font-family: 'Poppins', sans-serif;
    font-size: 72px;
    font-weight: 300;
    opacity: 0.8;
    line-height: 1.4;
    color: #4C77EB;
    margin-right: 6.5%;
}

.first__sting {
    text-align: left;
}

.second__sting {
    text-align: right;
    margin-right: 6.5%;
}

.third__sting {
    text-align: right;
}

.fourth__sting {
    text-align: left;
}

/*=======everyone============*/

.container {
    width: 100%;
    max-width: 1175px;
    margin: 0 auto;
}

.everyone__inner {
    display: flex;
    width: 100%;

}

.everyone__img {

    max-width: 100%;
    height: auto;
}

.everyone__item {
    width: 50%;

}

.everyone__header {
    font-family: 'Poppins', sans-serif;
    font-size: 48px;
    font-weight: 300;
    color: #7492EC;
    margin-top: 140px;
}

.everyone__text {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 50px;
    color: #666666;
}

.everyone__video {
    position: relative;
    margin-bottom: 120px;
}

.everyone__play_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    cursor: pointer;
    transform: translate(-50%, -50%);
    /* transform: translateX(-50%); */
}

.everyone {
    background-image: url(img/everyone/bg-rose.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    margin-top: -55px;

}

.everyone__block {
    display: flex;
    margin-left: 130px;
    margin-bottom: 30px;
}

.everyone__block_img {
    margin-right: 24px;
    display: block;

}

.everyone__block__header {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #000000;
}

.everyone__block__text {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 400;
    max-width: 333px;
    margin-top: 10px;
    color: #666666;
}

/*==========classes============*/

.classes {
    background-image: url(img/classes/bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.classes__inner {
    display: flex;
    flex-direction: column;
    /* text-align: center; */
    background-image: url(img/classes/head__icon.png);
    background-repeat: no-repeat;
    background-position: top center;

}

.classes__header {
    padding-top: 106px;
    font-family: 'Poppins', sans-serif;
    font-size: 48px;
    font-weight: 300;
    color: #7492EC;
    line-height: 1.4;
    margin-bottom: 63px;
    text-align: center;
}

.classes__header a,
.classes__header a:visited {
    color: #7492EC;
}

.classes__train {
    display: flex;
    width: 100%;
    position: relative;

}

.classes__train__carusel {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: 0 -13.4px;
    margin-bottom: 90px;
    transition: all 0.3s linear;
}

.classes__train__item {
    min-width: 25%;
    padding: 0 13.4px;
    display: flex;
    flex-direction: column;

}

.inactive {
    
}

.btnprev,
.btnpnext {
    position: absolute;
    top: 86%;
    outline: none;
    cursor: pointer;

}

.btnpnext {
    left: 60%;
    transform: translateX(-50%);
    display: block;

    width: 0;
    height: 0;
    border-style: solid;
    border-width: 35px 0 35px 70px;
    border-color: transparent transparent transparent #007bff;
    background-color: #fff;
}

.btnprev {
    left: 40%;
    transform: translateX(-50%);

    width: 0;
    height: 0;
    border-style: solid;
    border-width: 35px 70px 35px 0;
    border-color: transparent #007bff transparent transparent;
    background-color: #fff;
}

.classes__train__item:hover {
    box-shadow: 0 3px 20px rgba(0, 0, 0, 13%);
    cursor: pointer;
}


.classes__img {
    border-radius: 5px;
    margin-bottom: 25.9px;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 13%);
    max-width: 100%;
    height: auto;
}

.classes__train__item--header {
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.33;
    color: #7492EC;
    margin-bottom: 10px;
    min-height: 70px;

}

.classes__train__item--header a,
.classes__train__item--header a:visited {
    color: #7492EC;
}


.classes__train__item--time,
.classes__train__item--teacher,
.classes__train__item--level {
    color: #999999;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 10px;

}

.classes__train__item--text {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 1.45;
}

.fa-clock,
.fa-user,
.fa-splotch,
.fa-bullhorn {
    margin-right: 15px;
    font-size: 14px;
}

/*====fountain=====*/

.fountain__inner {
    display: flex;
    flex-direction: column;
}

.fountain__head {
    padding-bottom: 90px;
    text-align: center;
    margin: 110px auto 0;
    max-width: 650px;

}

.fountain__title {
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-weight: 300;
    color: #000000;
    line-height: 1.1;
    margin-bottom: 30px;
}

.fountain__text {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 1.7;
    padding-right: 93px;
    padding-left: 93px;
    margin-bottom: 62px;


}

.fountain__content {
    display: flex;
    flex-direction: column;
    margin-bottom: 120px;

}

.fountain__row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;

    /* margin: 0 -15px 30px 0; */
}

.fountain__img {

    cursor: pointer;
    display: block;
    max-width: 100%;
    height: auto;
    /* padding: 0 15px; */
}

/*========instructors==========*/

.instructors {
    background-color: #7492EC;
    background-image: url(img/instructors/bg.png);

}

.instructors__inner {

    padding: 132px 182px 84px 182px;
}

.instructors__title {
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 1.1;
    text-align: center;
    margin-bottom: 30px;
}

.instructors__text {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    color: #FFFFFF;
    text-align: center;
    padding-right: 135px;
    padding-left: 135px;
}

.after__text {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 1.5;
    margin-bottom: 30px;
}

.after__span {


    padding: 10px 15px;
    border: 3px solid #fff;
    border-radius: 50%;
    color: #fff;
}

.instructors__after {
    text-align: center;
    margin-top: 43px;
}


/*=======Team========*/

.team {
    background-color: rgba(0, 0, 0, 0%);
}

.team__inner {
    display: flex;
    padding-top: 120px;
    margin: 0 - 20px;
}

.team__col {
    display: flex;
    flex-direction: column;
    padding: 0 20px;
}

.team__item {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
    width: 100%;
}

.team__info {
    margin-left: 20px;
}

.team__name {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    line-height: 1.2;
}

.team__prof {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 1.4;
}


/*==========renewal==================*/

.renewal__inner {
    max-width: 870px;
    margin: 0 auto;
    height: 745px;
    background-image: url(img/renewal/girl.png);
    background-position: right top;
    background-repeat: no-repeat;
    z-index: 200;
    margin-top: -65px;


}

.block {
    width: 100%;
    height: 65px;
    background-color: #fff;
    display: block;
}

.renewal__text {
    width: 481px;
    padding-top: 270px;
    margin-left: 50px;
}

.renewal {
    background-color: #F8F7FC;
}

.renewal__title {
    font-family: 'Poppins', sans-serif;
    font-size: 47px;
    font-weight: 300;
    color: #7492EC;
    line-height: 1.1;

}

.renewal__par {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #8EA2DC;
    line-height: 1.9;
    width: 460px;
    margin-top: 20px;
    margin-bottom: 50px;
}

.menu {
    display: none;
}


/*=============brands===============*/




.brands__inner {
    display: flex;
    padding: 80px 0px;
    justify-content: space-between;
}

/*=========footer-top==========*/

.footer__top {
    background-color: #181818;
    border-bottom: 2px solid #333333;
}


.footer__inner {
    display: flex;
    justify-content: space-between;

}

.top--inner {
    align-items: center;
    padding: 16px 0;
}

.footer__info,
.footer__logo,
form {
    flex-basis: 33.3333%;
}

.footer__title {
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 1.2;
}

.footer__text {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 500;
    font-style: italic;
    color: #BBBBBB;
    margin-top: 10px;
}

.form {
    display: flex;
    width: 100%;
    position: relative;
    align-items: center;
}

.input__mail {
    width: 100%;
    border-radius: 25px;
    padding: 16px 0 17px 21px;
    border: none;
    outline: none;
    background-color: #707070;
}

.input__btn {
    position: absolute;
    right: 0;
    border-radius: 25px;
    padding: 16px 38px;
    border: none;
    outline: none;
    cursor: pointer;
    background-color: #7492EC;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
}

.input__mail::placeholder {
    color: #BBBBBB;
}


/*==========footer__center==============*/

.footer__center {
    background-color: #222222;
}

.footer__inner--center {
    justify-content: start;
    margin: 0 -60px;
}


.footer__block {

    padding: 50px 60px 40px;
    max-width: 25%;
}

.footer__block:last-child {
    padding-right: 0px;
}

.footer__list {
    list-style: none;
    margin-top: 18px;
}

.footer__list__item {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #BBBBBB;
    margin-bottom: 20px;
}

.item--icon {
    width: 40px;
    height: auto;
    margin-right: 5px;
}



.list__item__footer {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #BBBBBB;
    margin-bottom: 10px;
    display: block;
}

.footer__time {
    display: flex;

}

.footer__working {
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    margin-top: 20px;

}

.footer__working:last-child {
    margin-right: 0;
}

.footer__working:first-child {
    margin-right: 40px;
}

.footer__days {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #BBBBBB;
    margin-bottom: 15px;
}

.footer__map {
    margin-top: 22px;
}

.footer__map img {
    max-width: 100%;
    height: auto;
}

/*========footer__bottom==========*/


.footer__bottom {
    background-color: #181818;
}

.footer__bot {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
}

.footer__sign {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.footer__link {
    margin-left: 25px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #999999;
}

.footer__link.selected {
    color: #FFFFFF;
}

/*========================================CONTACT===========================================*/

.contact__intro,
.pricing__intro {
    width: 100%;
    background-image: url(img/contact/contact_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 500px;
    position: relative;


}

.contact__heading,
.pricing__heading {
    padding-top: 160px;
}

.contact__block,
.pricing__block {
    width: 100%;

}

.contact__title,
.pricing__title {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 72px;
    color: #7492EC;
}

.contact__text,
.pricing__text {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #99AADE;
    line-height: 1.7;
    max-width: 397px;
}

/*======message===========*/

.message {
    background-color: #fff;
}

.message__item img {
    max-width: 100%;
    height: auto;
}

.message__inner {
    display: flex;
    padding-top: 120px;
    justify-content: space-between;
    padding-bottom: 120px;
}

.message__form,
.message__map {
    max-width: 50%;
}

.message__form {
    padding-right: 30px;
}


.form {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.message__name,
.message__info {
    width: 100%;
    display: flex;
    justify-content: space-between;
    /* margin-bottom: 30px; */

}

.message__input {
    width: 47%;
    display: block;
    padding: 17px 0 17px 17px;
    border: 1px solid #EEEEEE;
    outline: none;
    margin-bottom: 30px;
    cursor: pointer;
    border-radius: 5px;

    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
}

.message__input:focus {
    background-color: rgb(231, 247, 190);
}

.message__input::placeholder {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
}

.message__btn {
    width: 100%;
    padding: 15px 0;
    background-color: #7492EC;
    outline: none;
    border: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #fff;
    border-radius: 5px;
    transition: background-color 0.2s linear;
}

.message__btn:hover {
    cursor: pointer;
    background-color: #4971e7;

}

.textarea {
    max-width: 100%;
    min-height: 210px;
    max-height: 450px;
    min-width: 100%;

}

.message__map {
    display: flex;

}

.message__item {
    width: 50%;
    margin-right: 30px;
    border-radius: 5px;
}

.message__item img {
    cursor: pointer;
}

.message__title {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #000000;
    margin-top: 27px;
}

.message__list {
    margin-top: 20px;
    list-style: none;

}

.message__list__item {
    color: #666666;
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 12px;
}

.list--link {
    color: #7492EC;
}

.file__link:visited {
    color: #fff;
}

/*========================================PRICING===========================================*/

.prices__inner {
    display: flex;
    justify-content: space-between;
    padding: 150px 0;
}


.prices__card {
    max-width: 25%;
}

.prices__doll {
    font-family: 'Lato', sans-serif;
    font-size: 36px;
    font-weight: 600;
    color: #7492EC;
}

.prices__cost {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    word-spacing: 5px;
    padding-bottom: 30px;
}

.prices__subtitle {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #7492EC;
    padding-top: 30px;
    border-top: 1px solid #EEEEEE;
    width: 87%;
    margin-bottom: 25px;
}

.prices__text {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 1.7;
    width: 87%;
    padding-bottom: 30px;
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 45px;
}

/*==========series===============*/

.series {
    width: 100%;
    background-image: url(img/pricing/pricing-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}

.series__inner {
    padding-top: 150px;
    max-width: 462px;
    padding-bottom: 200px;
}

.series__title {
    font-family: 'Poppins', sans-serif;
    font-size: 47px;
    font-weight: 300;
    color: #7492EC;
    line-height: 1.1;

}

.series__text {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #8EA2DC;
    line-height: 1.9;
    max-width: 460px;
    margin-top: 20px;
    margin-bottom: 50px;
    letter-spacing: 1px;
}

/*========================================CLASSES===========================================*/

.classes__image {
    display: block;
    margin-left: auto;
    max-width: 100%;
    height: auto;
}

.classes__block--inner {
    margin-top: -130px;
}

.classes__parrent {
    padding-top: 90px;
}


/*========================================SINGLE_CLASS===========================================*/

.single_class__title {
    font-size: 29px;
}

.single_class__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 120px;
}

.single_class__head {
    width: 42%;
}

.single_class__image {
    position: relative;
}

.single_class__img {
    display: block;
    max-width: 100%;
    height: auto;

}

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

.item-1 {
    margin-right: 30px;
}

.single_class__text {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
}

.classes__single {
    background-image: none;
}


/*========benefits=================*/

.benefits {
    background-color: #F1F3F8;
}

.benefits__inner {
    display: flex;
    flex-direction: column;
    background-image: url(img/classes/head__icon.png);
    background-repeat: no-repeat;
    background-position: top center;

}

.benefits__head {
    padding-top: 106px;
    font-family: 'Poppins', sans-serif;
    font-size: 48px;
    font-weight: 300;
    color: #7492EC;
    line-height: 1.4;
    margin: 0 auto 63px;
}

.benefits__cards {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 120px;
}

.benefits__item {
    width: 30%;
    padding: 40px 0px;
    background-color: #fff;
    margin: 0 15px;
    border-radius: 5px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 2%);
    margin-bottom: 30px;
    transition: background-color 0.5s ease-in-out;
    cursor: default;
}

.benefits__item:hover {
    background-color: #7492EC;
}

.benefits__title {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    padding: 0 40px;
    margin-bottom: 10px;
}

.benefits__text {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    padding: 0 40px;
}


/* .train__after::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 20px;
    border-color: transparent transparent transparent #007bff;
    margin-top: 85px;
    margin-left: 35px;
    cursor: pointer;
    position: absolute;
    right: 1%;
}

.train__after::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 20px 10px 0;
    border-color: transparent #007bff transparent transparent;
    margin-top: 85px;
    margin-right: 35px;
    cursor: pointer;
    position: absolute;
    left: 1%;

} */


.train__after {
    overflow: hidden;
}


/*======================================ABOUT=================================================*/


.about-intro__inner {
    display: flex;
    align-items: center;
}

.about-intro__image img {
    max-width: 100%;
    height: auto;
}

.about-intro__text {
    max-width: 45%;
    margin-right: 50px;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 1.7;
}

.about-intro__text p {
    margin-bottom: 20px;
}

/*=========quote===========*/


.quote {
    background-image: url(img/about/thin-bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    padding: 168px 0 68px 0;
}

.quote__inner {
    max-width: 710px;
    margin: 0 auto;
    padding: 0 60px;
}

.quote__blockquote {
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    font-weight: 500;
    font-style: italic;
    text-align: center;
    color: #FFFEFE;
    line-height: 1.5;
}

.quote__autor {
    margin-top: 60px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
}


.levels {
    background-image: url(img/about/bg-rose.png);
    background-repeat: no-repeat;
    background-position: top center
}


.levels__inner {

    padding: 120px 0;

}

.levels__cards {
    display: flex;
    width: 100%;
    margin: 0 -15px;
}


.levels__item {
    width: 33.33333%;
    padding: 0 15px;
}

.levels__img {
    max-width: 100%;
    height: auto;
    transition: transform 0.5s linear;
}

.levels__image:hover .levels__img {
    transform: scale(1.2);
    transition-duration: 2s;
}

.levels__image {
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 30px;
    cursor: pointer;
}

.levels__title {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.33;
    color: #7492EC;
    margin-bottom: 20px;
}

.levels__text {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 1.45;
}


/*==========autor-quote===============*/

.autor-quote {
    background: linear-gradient(#50328F, #2CA2CD);
}

.autor-quote__inner {
    padding: 120px 0;
}


.autor-quote__head {
    max-width: 580px;
    padding: 0 15px;
    margin: 0 auto;
    text-align: center;
}

.autor-quote__title {
    margin-bottom: 15px;
}

.autor-quote__name {
    font-size: 14px;
    margin-top: 25px;
}

.autor-quote__title,
.autor-quote__name {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #7492EC;
}

.autor-quote__text {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #99AADE;
    line-height: 1.5;
    margin-bottom: 30px;
}

.autor-quote__prof {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #99AADE;
    margin-top: 10px;
}

.autor-quote__circle {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.autor__circle {
    display: block;
    background-color: #7492EC;
    opacity: .2;
    width: 8px;
    height: 8px;
    margin-right: 5px;
    border-radius: 50%;
    cursor: pointer;
}

.autor__circle.selected {
    opacity: 1;
}

.autor-quote__achieves {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}

.autor-quote__block {
    width: 110px;
    text-align: center;
}

.autor-quote__number {
    font-family: 'Poppins', sans-serif;
    font-size: 42px;
    font-weight: 400;
    color: #7492EC;
    /* margin-bottom: 10px; */
}

.autor-quote__item {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #99AADE;
}

.about--fountain {
    padding-bottom: 110px;
}

.brands__inner img {
    display: block;
}

.menu__item {
    display: none;
}

.active {
    display: block;
}

.burger-menu {

    position: absolute;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    text-align: center;
    z-index: 1000;
    background: radial-gradient(circle, rgba(63, 94, 251, 1) 0%, rgba(252, 70, 107, 1) 100%);

}

.burger-menu__link {
    width: 100%;

    display: block;
    padding: 19px 0;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #99AADE;
    line-height: 1.4;

    /* opacity: 0.5; */
}

.burger-menu__close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 500000;
    margin-top: 10px;
    margin-right: 5px;

}

.burger-menu__img {
    width: 35px;
    height: 35px;
    opacity: 0.7;
}

/*===================================MEDIA==================================================*/

/*====================index================================*/

@media(max-width:1200px) {
    .container {
        max-width: 1024px;
    }

    .everyone__item {
        overflow: hidden;
    }

    .everyone__block {
        margin-left: 50px;
    }

    .footer__inner--center {
        margin: 0;
    }

    .single_class__inner {
        padding: 0 50px 120px 50px;
    }

    .single_class__head {
        padding-right: 20px;
    }
}

@media(max-width:1020px) {

    .footer__block:last-child {
        display: none;
    }

    .footer__block {
        padding: 40px 0 40px;
    }

    .footer__inner--center {
        justify-content: space-between;
        padding: 0 20px;
    }

    .container,
    body {
        max-width: 760px;
    }

    .header {
        padding: 43px 40px 0px;
    }

    .fountain__row {
        display: block;
        margin: 0 auto;
        text-align: center;
    }

    .fountain__img {
        margin: 0 auto 25px;
    }

    .instructors__inner {
        padding: 40px;
    }

    .team__inner {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .nav {
        display: none;
    }

    .menu {
        display: block;
        width: 60px;
        height: 60px;

    }

    .intro__item {
        margin: 0 auto;
    }

    .intro__header {
        font-size: 48px;
    }

    .first__sting,
    .second__sting,
    .third__sting,
    .fourth__sting {
        text-align: center;
    }


}

@media(max-width:760px) {
    .container {
        max-width: 420px;
    }

    .footer__inner--center {
        display: none;
    }

    .btnpnext {
        left: 55%;
    }

    .btnprev {
        left: 30%;
    }


    .renewal__text {
        max-width: 420px;
        margin: 0 auto;
    }

    .renewal__par {
        max-width: 420px;
    }





    .everyone__inner {
        flex-direction: column;
    }

    .everyone__item {
        width: 100%;
    }

    .classes__train {
        flex-direction: column;
    }

    .classes__train__item {
        width: 70%;
        margin: 0 auto;
        margin-bottom: 25px;
    }

    .brands__inner {
        display: none;
    }

    .renewal__inner {
        margin-bottom: 50px;
    }

    .instructors__text {
        padding: 0;
    }

    .classes__image {
        margin-top: 50px;
    }
}

@media(max-width:420px) {
    .container {
        max-width: 320px;
    }

    .renewal__par {
        max-width: 320px;
    }

    .renewal__text {
        max-width: 320px;
    }

    .header {
        padding: 20px 20px 0 20px;
    }

    .btnpnext {
        left: 65%;

    }


}

/*====================about================================*/
@media(max-width:1020px) {

    .contact__block,
    .pricing__block,
    .pricing__text {
        text-align: center;
    }

    .contact__text,
    .pricing__text {
        max-width: 80%;
        margin: 0 auto;
    }

    .about-intro__inner {
        padding: 0 15px;
    }

    .pricing__title,
    .contact__title {
        font-size: 48px;
    }

    .series__inner {
        padding-bottom: 150px;
        margin: 0 auto;
        text-align: center;
    }

    .single_class__inner {
        flex-direction: column;
    }

    .single_class__head {
        width: 100%;
        margin: 50px 0;
    }

    .single_class__icons {
        justify-content: center;
    }

    .single_class__text {
        text-align: center;
    }

    .benefits__cards {
        justify-content: space-around;
    }

    .benefits__item {
        width: 40%;
        text-align: center;
    }
}

@media(max-width:760px) {
    .about-intro__inner {
        flex-direction: column;
    }

    .about-intro__text {
        max-width: 100%;
        text-align: center;
    }

    .levels__cards {
        flex-direction: column;
        text-align: center;
        margin: 0;
    }

    .levels__item {
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }

    .autor-quote__achieves {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .autor-quote__block {
        width: 45%;
        margin-bottom: 25px;
    }

    .about-intro__text {
        margin: 0 15px;
    }

    .levels__item {
        margin-bottom: 50px;
    }

    .message__inner {
        padding-top: 70px;
        flex-direction: column;
    }

    .message__form,
    .message__map {
        max-width: 100%;
    }

    .message__form {
        margin-bottom: 50px;
    }

    .prices__inner {
        flex-wrap: wrap;
        padding: 100px 0 0 0;
    }

    .prices__card {
        max-width: 40%;
        margin-bottom: 50px;
    }

    .series__inner {
        padding-bottom: 100px;
    }


    .benefits__item {
        width: 100%;
    }

    .benefits__cards {
        padding: 0 30px;
    }

    .contact__intro {
        margin-bottom: 70px;
    }







}

@media(max-width:426px) {

    .message__name,
    .message__info {
        flex-direction: column;
    }

    .message__input {
        width: 100%;
    }

    .message__form {
        padding: 0 10px;
    }

    .message__map {
        flex-direction: column;
        padding: 0 20px;
    }

    .message__item {
        width: 100%;
        text-align: center;
        margin-bottom: 50px;
    }

    .prices__card {
        max-width: 100%;
        text-align: center;
        padding: 0 40px;
    }

    .series__inner {
        text-align: center;
        padding: 150px 15px 50px 15px;

    }

    .single_class {
        margin-top: 150px;
    }

}