@media (max-width: 1200px) {
    .auth-wrapper {
        align-items: center;
        flex-direction: column;
    }

    .auth-wrapper .aside-wrapper {
        justify-content: center !important;
        min-height: unset;
        padding: 0;
        width: 100%;
    }

    .auth-wrapper .aside-wrapper .login-aside {
        align-items: center;
        box-shadow: unset;
        flex-direction: row;
        height: auto;
        justify-content: center;
        margin-bottom: 4px;
        min-height: unset;
        padding: 0;
        width: 100%;
    }

    .auth-wrapper .aside-wrapper .login-aside li {
        align-items: center;
        flex-direction: column-reverse;
        justify-content: center;
        margin-top: 30px;
    }

    .auth-wrapper .aside-wrapper .login-aside li .item {
        display: none;
        font-family: Druk Wide Cyr, serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 140%;
        margin-top: 20px;
    }

    .auth-wrapper .aside-wrapper .login-aside li .custom-ellipse:not(:last-of-type) {
        margin-right: 19px;
    }

    .auth-wrapper .aside-wrapper .login-aside li .underline {
        right: 0;
        top: 14px;
        transform: rotate(0);
    }

    .auth-wrapper .aside-wrapper .login-aside li .completed span:after {
        right: 30px;
    }

    .auth-wrapper .first-step {
        padding: 0;
    }

    .auth-wrapper .first-step h1,
    .auth-wrapper .first-step h2 {
        text-align: center;
    }

    .auth-wrapper .first-step h1 {
        margin-bottom: 30px;
    }

    .auth-wrapper .first-step .login-input {
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }

    .auth-wrapper .first-step .login-input .custom-form-group-inline {
        margin: 0 auto 20px;
        width: 100%;
        max-width: calc(100% - 32px);
    }

    .auth-wrapper .first-step .login-input .custom-form-group-inline input {
        width: 100%;
        max-width: 100%
    }

    .auth-wrapper .first-step .social-form h1 {
        display: block;
        text-align: center;
    }

    .auth-wrapper .first-step .social-form .social-btn-grp {
        align-items: center;
        justify-content: center;
    }

    .auth-wrapper .first-step .social-form .social-btn-grp button {
        margin: 0 0 12px !important;
    }

    .auth-wrapper .first-step .terms {
        display: flex;
        justify-content: center;
    }

    .auth-wrapper .first-step .terms span {
        display: block;
        min-width: 24px;
        position: relative;
    }

    .auth-wrapper .first-step .terms input {
        left: 24px;
        min-width: 24px;
        position: relative;
    }

    .auth-wrapper .first-step .terms label {
        margin-left: 8px;
    }

    .second-step {
        justify-content: center;
        padding: 0;
    }

    .second-step h1,
    .second-step h2 {
        text-align: center;
    }

    .second-step .login-input {
        display: flex;
        justify-content: center;
    }

    .second-step .login-input .gender-select {
        margin: 12px auto 53px;
    }

    .second-step form .target .target-group {
        align-items: center;
        flex-direction: column;
    }

    .second-step form .target .target-group .item {
        margin-bottom: 12px;
        margin-right: 0;
    }

    .second-step form .target .target-group .item:last-of-type {
        margin-bottom: 30px;
    }

    .submit-group {
        align-items: center;
        display: flex;
        flex-direction: column;
        padding: 0 15px;
    }

    .submit-group a {
        box-sizing: border-box;
        height: 48px;
        line-height: 48px;
        margin-bottom: 50px;
        margin-left: 15px !important;
        margin-right: 15px;
        min-width: 24px;
        text-align: center;
        width: 100%;
    }

    .submit-group .next {
        margin-bottom: 12px;
    }

    .submit-group .prev.login-href {
        border: 1px solid #f0f712;
        margin: auto auto 50px !important;
    }

    .third-step {
        padding: 0;
    }

    .third-step h1,
    .third-step h2 {
        text-align: center;
        width: 100%;
    }

    .third-step .personal-data {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 10px;
    }

    .third-step .personal-data .item {
        margin: 4.5px;
        width: 168px;
    }

    .four-step {
        padding: 0;
    }

    .four-step h1,
    .four-step h2 {
        text-align: center;
        width: 100%;
    }

    .four-step .subscriptions {
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 15px;
    }

    .four-step .subscriptions .item {
        width: 345px;
    }

    .four-step .payment-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        padding: 10px;
    }

    .four-step .payment-wrapper .item {
        margin: 4.5px;
        width: 168px;
    }
}

@media (max-width: 620px) {
    .first-step .social-form h1 {
        display: block;
        text-align: center;
    }

    .first-step .social-form .social-btn-grp {
        align-items: center;
        flex-direction: column;
    }

    .first-step .social-form .social-btn-grp button {
        margin: 0 0 12px !important;
    }
}

@media (max-width: 550px) {
    .third-step .personal-data .item:last-of-type {
        margin-right: 181px;
    }
}

@media (max-width: 450px) {
    .third-step .personal-data .item:last-of-type {
        margin-right: 154px;
    }
}

@media (max-width: 1750px) {
    .information-content .personal-params {
        flex-direction: column;
    }

    .information-content .personal-params .col-4 {
        justify-content: center;
        max-width: 100% !important;
    }

    .information-content .personal-params .col-4 .personal-params-item,
    .information-content .personal-params .col-4 .personal-params-item-update {
        max-width: 20%;
        min-width: 150px;
        padding: 30px 20px 20px;
    }

    .information-content .personal-params-item-update button {
        padding: 12px 0;
    }

    .information-content .chart-div {
        max-width: 100%;
    }
}

@media (max-width: 1048px) {
    .subscribe-header H2 {
        font-family: Druk Wide Cyr;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        letter-spacing: 0;
        line-height: 28px;
        text-align: center;
    }

    .information-content .col-10 {
        margin: 0 !important;
        max-width: 100%;
    }

    .information-content .personal-head {
        flex-direction: column;
    }

    .information-content .personal-head .personal-head-gender,
    .information-content .personal-head .personal-head-img,
    .information-content .personal-head .personal-head-name {
        /* margin-right: 0; */
    }

    .information-content .subscribe-header h2 {
        text-align: center;
        width: 100%;
    }

    .information-content .personal-numbers {
        flex-direction: column;
    }

    .information-content .personal-numbers .item {
        flex: 0;
        max-width: 100%;
    }

    .information-content .personal-numbers .item h5 {
        font-family: Montserrat;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        letter-spacing: 0.03em;
        line-height: 12px;
        text-align: center;
    }

    .information-content .personal-params .personal-params-item {
        max-width: 50% !important;
        min-width: 150px;
        padding: 30px 41px 20px;
    }

    .information-content .personal-params .personal-params-item p {
        font-family: Montserrat;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 20px;
        text-align: center;
    }

    .information-content .personal-params .personal-params-item h6 {
        font-family: Montserrat;
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        letter-spacing: 0;
        line-height: 50px;
        text-align: center;
    }

    .information-content .personal-params .personal-params-item-update {
        max-width: 50% !important;
        min-width: 150px;
    }

    .information-content .personal-params .personal-params-item-update h2 {
        font-family: Montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 22px;
        text-align: center;
    }

    .information-content .personal-params .personal-params-item-update p {
        font-family: Montserrat;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 17px;
        text-align: center;
    }

    .information-content .personal-video h2 {
        font-family: Druk Wide Cyr;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        letter-spacing: 0;
        line-height: 28px;
        text-align: center;
    }
}

@media (max-width: 450px) {
    .information-content .col-xl-10 {
        padding: 0;
    }

    .information-content .personal-params-item,
    .information-content .personal-params-item-update {
        margin: 0 auto 20px;
    }

    .information-content .personal-params-item {
        padding-left: 20px;
        padding-right: 20px;
    }

    .information-content .personal-params-item-update {
        margin: 0 auto 20px;
    }

    .food-content .food-category-content-item {
        padding: 10px;
    }

    .mainNav .navClient a {
        margin-left: 10px;
    }

    .four-step .subscriptions {
        padding: 0;
    }

    .four-step .subscriptions .item {
        width: 310px;
    }

    .four-step .payment-subscription .payment-wrapper .item {
        margin: 0 auto 5px;
    }

    .third-step .personal-data .item {
        width: 140px;
    }

    .third-step .personal-data .item .plus-minus-group {
        display: flex;
        justify-content: space-around;
    }

    .third-step .personal-data .item .plus-minus-group span {
        margin: 0;
    }

    .sideCalendar {
        max-width: 450px;
        min-width: unset;
        padding: 0 15px;
        width: 100%;
    }

    .cardForFitness {
        /* max-width: 280px !important; */
    }

    .program .owl-item {
        /* width: 280px !important; */
    }
}

@media (max-width: 1780px) {
    .subscribe-content .subscribe-new-plan-price div {
        max-width: calc(50% - 11px);
    }
}

@media (max-width: 1900px) {
    .program-content .program-content-item {
        justify-content: flex-start;
        margin-bottom: 30px;
    }

    .program-content .item {
        /* flex: 0 0 33.3333333333%; */
        margin-bottom: 20px;
        /* max-width: 33.3333333333%; */
    }

    /* .burn-content .youtube-header,
    .burn-content .youtube-save,
    .functional-content .youtube-header,
    .functional-content .youtube-save {
        flex-wrap: wrap-reverse;
    }
    .burn-content .youtube-header .col-12,
    .burn-content .youtube-save .col-12,
    .functional-content .youtube-header .col-12,
    .functional-content .youtube-save .col-12 {
        flex: 0 0 100%;
        max-width: 100%;
    } */
}

@media (max-width: 1593px) {
    .mainNav .navList {
        justify-content: space-around;
    }

    .mainNav .navList a {
        margin-right: 0 !important;
    }
}

@media (max-width: 1500px) {
    .mainNav .nav .dropdown-menu a:nth-of-type(3) {
        display: flex !important;
    }

    .mainNav .nav li:nth-of-type(5) {
        /* display: none; */
    }

    .mainNav .nav .dropdown {
        /* display: block !important;
        margin-right: 35px; */
    }

    .mainNav .nav #mainButtonResponsive {
        display: block !important;
        height: inherit;
        margin: 0;
        padding: 0;
    }
}

@media (max-width: 1470px) {
    .mainNav .dropdown-menu a:nth-of-type(2) {
        display: flex !important;
    }

    .mainNav .nav li:nth-of-type(4) {
        /* display: none; */
    }
}

@media (max-width: 1440px) {
    .aboutThird {
        max-width: 100%;
        /* padding: 0; */
    }

    .aboutThird .aboutThird-content {
        flex-direction: column;
        padding: 0;
    }

    .aboutThird .aboutThird-content .aboutComment1 {
        flex-wrap: wrap;
        max-width: 100%;
        padding: 0;
    }

    .aboutThird .aboutThird-content .aboutComment2 {
        max-width: 100%;
        padding: 0;
    }

    .program-content .item {
        /* flex: 0 0 50%; */
        margin-bottom: 20px;
        /* max-width: 50%; */
    }
}

@media (max-width: 1350px) {
    #sideMenuOverlay {
        background: #00000075;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 4;
    }

    #sideMenuOverlay svg {
        position: absolute;
        right: 50px;
        top: 20px;
    }

    #sideMenuOverlay svg:hover {
        cursor: pointer;
    }

    .sideMenu {
        background: #fff;
        height: 100%;
        position: fixed;
        top: 0;
        z-index: 4;
    }

    .sideMenu .sideNavTop {
        display: flex;
        flex-direction: column;
    }

    .sideMenu .sideNavTop a {
        color: #111;
        font-family: Druk Wide Cyr, serif;
        font-size: 11px;
        font-style: normal;
        font-weight: 700;
        letter-spacing: 0;
        line-height: 18px;
        padding: 19px 15px;
        text-align: left;
    }

    .sideMenu .sideNavTop .active {
        background: #111;
        color: #fff;
    }
}

@media (max-width: 1314px) {
    .food-filter .food-select .selects div {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
}

@media (max-width: 1250px) {
    .mainNav .nav .dropdown-menu a:first-of-type {
        display: flex !important;
    }

    .mainNav .nav li:nth-of-type(3) {
        /* display: none; */
    }
}

@media screen and (max-width: 1157px) {
    .mainNavUser .menu {
        display: flex;
        margin: auto 30px auto 15px !important;
        padding: 0;
    }

    .mainNavUser .navHome {
        border: none !important;
        margin-left: 0 !important;
        padding: 0 !important;
    }

    .mainNavUser .navClient .clientCabinet div:first-of-type,
    .mainNavUser .navClient .language {
        display: none;
    }

    .mainNavUser .navClient .clientCabinet div:last-of-type {
        margin: auto 15px auto 18px;
    }

    .mainNavUser .navClient .clientCabinet div {
        height: 34px;
        width: 34px;
    }

    .mainNavUser .navClient .clientCabinet img {
        height: 28px;
        width: 28px;
    }

    .mainNavUser .navClient .d-flex {
        display: none !important;
    }

    .mainNavUser .navClient button {
        background: none;
        height: 22px !important;
        line-height: 0;
        margin: 0 25px;
        padding: 0;
        width: 22px !important;
    }

    .mainNavUser .navClient button span,
    .sideNav {
        display: none;
    }

    .sideNav {
        justify-content: unset;
        padding: 10px 0 0;
        width: 276px;
    }

    .sideNav .language {
        display: table !important;
    }

    .sideNav .sideNavProfile {
        display: block;
        margin-bottom: 12px;
    }

    .sideNav .sideNavTop {
        margin-bottom: auto;
    }

    .sideNav .sideNavBottom {
        padding: 0 77px 20px 28px;
    }

    .sideNav .language {
        border-top: 1px solid #e6e6e6;
        margin-bottom: 20px;
        margin-top: 20px;
        padding-top: 20px;
    }

    .achievements-content,
    .burn-content,
    .food-content,
    .functional-content,
    .information-content,
    .program-content,
    .subscribe-content {
        left: unset;
        padding-top: 110px;
        width: 100%;
    }

    .program-content .program-content-item h2 {
        text-align: center;
    }

    .program-content .program-content-item .cardForFitness {
        margin: auto !important;
        max-width: 300px;
    }

    .achievements-content .items {
        margin-bottom: 10px;
    }

    .achievements-content .items .item {
        /* max-width: 168px;
        min-width: unset; */
    }

    .achievements-content .items .item h1 {
        font-family: Druk Wide Cyr;
        font-size: 11px;
        font-style: normal;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 15px;
        text-align: center;
    }

    .subscribe-content .subscribe-header {
        margin-left: 0;
    }

    .subscribe-content .subscribe-transform {
        flex-direction: column;
        margin: auto;
        max-width: 100%;
        margin-bottom: 50px;
    }

    .subscribe-content .subscribe-transform button {
        margin-left: 0;
    }

    .subscribe-content .subscribe-transform h3 {
        font-family: Druk Wide Cyr;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        letter-spacing: 0;
        line-height: 18px;
        text-align: left;
        margin-right: 0;
    }

    .subscribe-content .subscribe-transform p {
        font-size: 12px;
    }

    .subscribe-content .subscribe-transform * {
        max-width: 313px !important;
    }

    .subscribe-content .subscribe-new-plan-header {
        max-width: calc(100% - 30px);
    }

    .subscribe-content .subscribe-new-plan-header h2 {
        font-family: Druk Wide Cyr;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        letter-spacing: 0;
        line-height: 28px;
        text-align: center;
    }

    .subscribe-content .subscribe-new-plan-price {
        margin-bottom: 28px;
    }

    .burn-content .content-user-hide button,
    .functional-content .content-user-hide button {
        margin: 20px auto;
        width: 100%;
    }

    .burn-content .content-user-image-small,
    .functional-content .content-user-image-small {
        height: 38px;
        width: 38px;
    }

    .burn-content .bg-white p,
    .functional-content .bg-white p {
        font-family: Montserrat;
        font-size: 12px !important;
        font-style: normal;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 18px !important;
        text-align: left;
    }

    .burn-content .bg-white h1,
    .functional-content .bg-white h1 {
        font-family: Druk Wide Cyr;
        font-size: 12px !important;
        font-style: normal;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 18px !important;
        text-align: left;
    }

    .burn-content .content-user-img,
    .functional-content .content-user-img {
        height: 60px;
        width: 60px;
    }

    .burn-content .content-user-bg .content-user,
    .functional-content .content-user-bg .content-user {
        padding: 20px 0;
    }

    .userFooter {
        left: unset;
        width: 100%;
    }

    .food-content .food-filter {
        margin-bottom: 50px;
    }

    .food-content .food-select-button {
        margin-bottom: 26px;
        max-width: 100%;
        width: calc(100% - 30px) !important;
    }

    .food-category-content-alert {
        align-items: flex-start;
        display: flex;
        flex-direction: column;
    }

    .food-select {
        padding-top: 20px;
        width: 100% !important;
    }

    .food-select,
    .food-select div {
        align-items: center;
        display: flex;
        flex-direction: column;
        max-width: 100%;
    }

    .food-select div {
        margin: 0 !important;
        width: 100%;
        padding-top: 0;
    }

    .food-select div select {
        margin: 0 0 20px;
        max-width: calc(100% - 30px) !important;
    }

    .food-select div label {
        text-align: right;
        width: calc(100% - 30px);
    }

    .food-filter {
        align-items: center;
        display: flex;
        flex-direction: column;
        padding: 0 !important;
    }

    .food-content .food-category-content {
        margin-bottom: 50px;
    }

    .food-content .food-category-content-header h2 {
        margin-bottom: 20px;
    }
}

@media (max-width: 1078px) {
    .about .aboutFirst,
    .about .aboutSecond {
        max-width: 100%;
    }

    .about .imgAbsolute {
        position: unset !important;
    }

    .about .imgAbsolute .img1 {
        display: none;
    }

    .about .imgAbsolute .img2 {
        position: unset !important;
    }
}

@media (max-width: 1260px) and (min-width: 959px) {
    #subscribe .container-fluid .col-md-6 {
        flex: 0 0 50%;
        max-width: 50% !important;
    }
}

@media (max-width: 991px) {
    .burn-content .youtube-header,
    .burn-content .youtube-save,
    .functional-content .youtube-header,
    .functional-content .youtube-save {
        flex-wrap: wrap-reverse;
    }

    .burn-content .youtube-header .col-12,
    .burn-content .youtube-save .col-12,
    .functional-content .youtube-header .col-12,
    .functional-content .youtube-save .col-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .burn-content .youtube-header .col-12 form,
    .burn-content .youtube-save .col-12 form,
    .functional-content .youtube-header .col-12 form,
    .functional-content .youtube-save .col-12 form {
        display: flex;
    }

    .burn-content .youtube-save div h2,
    .functional-content .youtube-save div h2 {
        padding-left: 0;
    }

    .burn-content .youtube-save div button,
    .functional-content .youtube-save div button {
        padding-left: 56px;
        padding-right: 56px;
        margin-left: auto;
        margin-right: auto;
        width: auto;
    }

    main {
        padding-top: 80px;
    }

    .mainNav {
        opacity: 0.9;
        position: fixed;
        width: 100%;
        z-index: 4;
    }

    .mainNav .navHome {
        margin-left: 20px;
    }

    .mainNav #mainButtonResponsive {
        display: none;
    }

    .mainNav #mainButton {
        display: block !important;
        height: inherit;
        left: 0;
        margin: auto;
        padding: 0;
        position: absolute;
        top: 0;
        width: 64px;
    }

    .subscribe-content .subscribe-new-plan-price div {
        margin-right: 0 !important;
        width: 100%;
        max-width: 100% !important;
        margin-bottom: 0;
    }

    .sectionMain .sectionText {
        left: 38px;
        top: 50%;
        transform: translateY(-50%);
    }

    .sectionMain .sectionText h1 {
        line-height: 30px;
        font-size: 22px;
    }

    .sectionMain .sectionText button {
        font-size: 15px;
        margin: 0;
        max-height: 38px;
        max-width: 160px;
    }

    .userFooter div:first-child {
        margin-bottom: 12px;
        padding: 0;
    }

    .userFooter p {
        text-align: left;
    }

    .userFooter .user-content {
        flex-direction: column;
        margin-left: -15px;
        max-width: 100%;
    }

    .userFooter .copyright {
        margin-left: 15px;
    }

    .userFooter .promodex {
        justify-content: flex-start !important;
        margin-left: 15px;
    }

    .burn-content .content-user-video div:last-child {
        padding: 0 !important;
    }

    .burn-content .content-user-video .content-user-video-item {
        padding: 0;
    }

    .burn-content .content-user-video .content-user-video-item h2 {
        font-size: 11px !important;
        line-height: 15px !important;
    }

    .burn-content .youtube-header h3 {
        font-family: Druk Wide Cyr;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        letter-spacing: 0;
        line-height: 25px;
        text-align: left;
    }

    .burn-content .youtube-save {
        margin-bottom: 40px;
    }

    .burn-content .answer {
        padding-left: 0 !important;
    }

    .functional-content .youtube-training h2 {
        font-family: Druk Wide Cyr;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 22px;
        text-align: left;
    }

    .functional-content .content-user-video .content-user-video-item {
        padding: 0;
    }

    .functional-content .content-user-video .content-user-video-item h2 {
        font-size: 11px !important;
        line-height: 15px !important;
    }

    .functional-content .youtube-header h3 {
        font-family: Druk Wide Cyr;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        letter-spacing: 0;
        line-height: 25px;
        text-align: left;
    }

    .functional-content .youtube-save {
        margin-bottom: 40px;
    }

    .functional-content .answer {
        padding-left: 0 !important;
    }
}

@media (max-width: 766px) {
    .program-content h2 {
        text-align: center;
        width: 100%;
    }

    .program-content .program-content-item {
        justify-content: flex-start;
        margin-bottom: 30px;
    }

    main {
        padding-top: 60px;
    }

    .mainNav,
    .mainNavUser {
        height: 60px !important;
    }

    .mainNav .navHome img,
    .mainNavUser .navHome img {
        height: 36px !important;
        width: 92px !important;
    }

    .mainNav .navClient a,
    .mainNavUser .navClient a {
        height: 60px;
    }

    .mainNav select,
    .mainNavUser select {
        font-size: 12px !important;
    }

    .sectionMain .sectionText {
        width: 85% !important;
    }

    .sectionMain .sectionText a {
        height: 48px;
        max-width: 183px;
        padding: 0;
    }

    .subscribe h6 {
        font-family: Montserrat;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 0.03em;
        line-height: 12px;
    }

    .subscribe h1,
    .subscribe h6 {
        font-style: normal;
        text-align: center;
    }

    .subscribe h1 {
        font-family: Druk Wide Cyr;
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 0;
        line-height: 28px;
    }

    .subscribe .subscribe-item {
        background: linear-gradient(90deg, #000, transparent 75.78%);
        max-height: 240px;
        max-width: 100%;
        padding-left: 21px !important;
    }

    .subscribe .subscribe-item:not(:last-child) {
        margin-bottom: 20px !important;
    }

    .subscribe .subscribe-item .h3 {
        font-family: Druk Wide Cyr, serif;
        font-size: 18px;
        line-height: 25.2px;
        text-align: left;
        width: 60%;
    }

    .subscribe .subscribe-item .h3,
    .subscribe .subscribe-item p {
        color: #fff;
        font-style: normal;
        font-weight: 700;
        letter-spacing: 0;
    }

    .subscribe .subscribe-item p {
        font-family: Montserrat, serif;
        font-size: 36px;
        line-height: 66px;
        text-align: center;
    }

    .subscribe .subscribe-item p span {
        font-family: Montserrat, serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 19px;
        position: relative;
        text-align: center;
        top: -20px;
    }

    .subscribe .subscribe-item button {
        border-radius: unset !important;
        font-family: Druk Wide Cyr, serif;
        font-size: 11px;
        font-style: normal;
        font-weight: 500;
        height: 60px;
        letter-spacing: 0;
        line-height: 18px;
        margin: 0;
        max-width: 183px;
        padding: 15px 60px;
        text-align: center;
        width: 100%;
    }

    .about .aboutFirst h1 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 6px !important;
    }

    .about .aboutFirst p {
        font-size: 14px;
        line-height: 19.6px;
        margin-bottom: 14px !important;
    }

    .about .aboutSecond {
        align-content: center;
        flex-direction: column;
        margin-bottom: 50px !important;
        margin-top: 50px !important;
    }

    .about .aboutSecond h1 {
        font-size: 30px;
        line-height: 36px;
        max-width: 100%;
        text-align: center;
    }

    .about .aboutSecond p {
        font-size: 14px;
        line-height: 16.8px;
        margin-bottom: 20px;
        max-width: 100%;
        text-align: center;
    }

    .about .aboutThird {
        margin-bottom: 50px;
    }

    .about .aboutThird h2 {
        /* font-family: Druk Wide Cyr;
        font-size: 20px;
        font-weight: 700;
        line-height: 28px; */
    }

    .about .aboutThird h2,
    .about .aboutThird p {
        font-style: normal;
        letter-spacing: 0;
        text-align: left;
    }

    .about .aboutThird p {
        font-family: Montserrat;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
    }

    .about .aboutThird h1 {
        font-family: Druk Wide Cyr;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 19px;
        text-align: left;
    }

    .about .aboutThird .aboutThird-back {
        right: 0 !important;
        top: 90px;
    }

    .about .aboutThird .aboutThird-back img {
        margin: 0 !important;
    }

    .about .aboutThird .aboutThird-back img:last-child {
        display: none;
    }

    .gym .gymTitle {
        margin-bottom: 20px !important;
    }

    .gym .onlineGym {
        display: none;
    }

    .gym h6 {
        font-family: Montserrat;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 0.03em;
        line-height: 12px;
    }

    .gym h1,
    .gym h6 {
        font-style: normal;
        text-align: center;
    }

    .gym h1 {
        font-family: Druk Wide Cyr;
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 0;
        line-height: 28px;
    }

    .gym p {
        font-family: Montserrat;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 17px;
        text-align: left;
    }

    .program .program-header h1 {
        font-size: 20px;
        line-height: 28px;
        text-align: center;
    }

    .program .cardHeader,
    .program .program-header h1 {
        font-family: Druk Wide Cyr;
        font-style: normal;
        font-weight: 700;
        letter-spacing: 0;
    }

    .program .cardHeader {
        font-size: 14px;
        line-height: 20px;
    }

    .expert h2 {
        font-family: Druk Wide Cyr;
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 0;
        line-height: 28px;
        margin-top: 50px;
    }

    .expert h2,
    .expert h4 {
        font-style: normal;
        text-align: center;
    }

    .expert h4 {
        font-family: Montserrat;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 0.03em;
        line-height: 14px;
        margin-bottom: 20px;
    }

    .expert .trainer h1 {
        font-size: 18px;
        font-weight: 700;
        line-height: 22px;
    }

    .expert .trainer h1,
    .expert .trainer h3 {
        font-family: Montserrat;
        font-style: normal;
        letter-spacing: 0;
        text-align: left;
    }

    .expert .trainer h3 {
        font-size: 14px;
        font-weight: 500;
        line-height: 17px;
        margin-bottom: 20px;
    }

    .news {
        margin-top: 50px;
    }

    .news h4 {
        font-family: Montserrat;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        letter-spacing: 0.03em;
        line-height: 12px;
        text-align: center;
    }

    .news h2 {
        font-size: 20px;
        font-weight: 700;
        line-height: 28px;
        margin-bottom: 20px;
        text-align: center;
    }

    .news h2,
    .news h3 {
        font-family: Druk Wide Cyr;
        font-style: normal;
        letter-spacing: 0;
    }

    .news h3 {
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        text-align: left;
    }

    .news p {
        font-family: Montserrat;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        letter-spacing: 0.03em;
        line-height: 17px;
        text-align: left;
    }

    .seo {
        margin-bottom: 50px;
        padding: 40px 0 0;
    }

    .seo h1 {
        font-size: 20px;
        font-weight: 700;
        line-height: 28px;
    }

    .seo h1,
    .seo h3 {
        font-family: Druk Wide Cyr;
        font-style: normal;
        letter-spacing: 0;
        text-align: left;
    }

    .seo h3 {
        font-size: 18px;
        font-weight: 500;
        line-height: 25px;
    }

    .seo p {
        font-family: Montserrat;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 20px;
        text-align: left;
    }

    .seo p:first-child {
        margin-bottom: 50px;
    }

    footer {
        padding-top: 40px;
    }

    footer .footerPromo {
        margin-bottom: 0 !important;
    }

    footer .footerPromo h6 {
        margin: 0 0 17px;
    }

    footer .footerClient {
        margin-bottom: 32px;
    }

    footer .footer-main-link {
        margin-bottom: 30px;
    }

    footer ul {
        align-items: center;
    }

    footer ul a {
        font-size: 14px !important;
        font-weight: 500 !important;
        line-height: 18px !important;
        margin-bottom: 16px !important;
        margin-right: 0 !important;
        max-height: 18px;
    }

    .subscribe-content .subscribe-transform {
        padding: 26px 16px
    }
}

@media (max-width: 576px) {
    .sectionMain .sectionText h1 {
        font-size: 20px;
    }

    .program-content .item {
        /* padding-left: 5px;
        padding-right: 5px; */
    }

    header .navSearch {
        margin-left: auto !important;
        margin-right: unset !important;
    }

    header .navSearch input {
        display: none;
    }

    header .navSearch span {
        line-height: inherit !important;
    }

    header .navClient button {
        margin: 0 !important;
    }

    header .navClient .clientCabinet div:last-of-type {
        margin: auto 13px auto 18px;
    }

    #program .program-header {
        margin-top: 50px !important;
    }

    .navClient {
        justify-content: flex-end;
        width: auto !important;
        width: auto;
    }

    .navClient a {
        padding: 18px 25px;
        width: auto;
    }

    .navClient span {
        display: none;
    }

    .gymImages {
        width: 100%;
    }

    .gymImages .gymItem {
        height: 60px;
        margin: 6px auto;
        min-width: 258px;
        width: 100%;
    }

    .gymImages .yellowUnderline {
        display: none;
    }

    .gymImages p {
        margin: 0 0 0 20px !important;
        text-align: left !important;
    }

    .gymImages .gymSvgItems {
        display: flex;
        height: auto !important;
        justify-content: center;
        margin-left: 15px;
        width: 60px;
    }

    .achievements-content .items {
        justify-content: center;
    }

    .main-slider-item .img-big {
        display: none !important;
    }

    .main-slider-item .img-small {
        display: block !important;
    }

    .about .opg-numbers .opg-number {
        flex-direction: column;
        margin-bottom: 20px;
        max-width: unset !important;
        width: auto;
    }

    .about .opg-numbers .opg-number p {
        text-align: center;
    }

    .about .opg-numbers .opg-number span {
        margin-bottom: 6px;
    }
}

@media screen and (max-width: 460px) {
    .program-content .item {
        display: flex;
        flex: unset;
        width: 100%;
        justify-content: center;
        margin-bottom: 20px;
        /* max-width: 100vw; */
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 1500px) {
    .achievements-content .items .item {
        max-width: calc(33.33% - 30px);
    }
}

@media screen and (max-width: 1048px) {
    .information-content .personal-head-gender, .information-content .personal-head-name {
        max-width: calc(100% - 30px);
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }

    .information-content .personal-numbers .item p {
        margin-bottom: 26px;
    }

    .information-content .personal-numbers {
        margin-bottom: 44px;
    }

    .information-content .chart-div {
        flex: unset;
        margin-top: 50px;
    }
}

@media screen and (max-width: 991px) {
    .achievements-content,
    .burn-content,
    .food-content,
    .functional-content,
    .information-content,
    .program-content,
    .subscribe-content {
        padding-top: 30px;
    }
}

@media screen and (max-width: 767px) {
    .subscribe .subscribe-item a {
        margin: 0 0 30px;
    }

    .subscribe .subscribe-item .h3 {
        margin: 30px 0 0;
    }

    .achievements-content .items .item {
        max-width: calc(50% - 30px);
        margin: 0 15px 30px;
    }

    .information-content .personal-head-gender input, .information-content .personal-head-gender select, .information-content .personal-head-name input, .information-content .personal-head-name select {
        padding-top: 13px;
        padding-bottom: 13px;
    }

    .information-content .personal-numbers {
        margin-bottom: 24px;
    }

    .information-content .personal-video {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .information-content .personal-video h5 {
        font-size: 12px;
    }

    .information-content .personal-video > div {
        padding-left: 0;
        padding-right: 0;
    }

    .information-content .personal-video .item h2 {
        font-size: 20px;
        line-height: 140%
    }

    .ogp-monitor {
        padding: 20px 16px;
    }

    .subscribe-content {
        padding-left: 0;
        padding-right: 0;
    }

    .subscribe-content .subscribe-new-plan-price div {
        margin-bottom: 0;
    }

    .subscribe-content .subscribe-header {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .information-content .personal-numbers {
        margin-top: 50px;
    }

    .information-content .personal-params .ogp-monitor .calories-count h6 {
        font-size: 14px;
    }
}

@media screen and (min-width: 1200px) {
    .program-content .item {
        margin-bottom: 30px;
    }
}

/*# sourceMappingURL=media.css.map*/

@media (max-width: 375px) {

    .sectionMain .sectionText h1 {
        font-size: 16px;
    }
}
