::-webkit-scrollbar {
    width: 3px;
    height: 2px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #e5e5e5;
}

::-webkit-scrollbar-thumb {
    background-color: #f0f712;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

::-moz-selection {
    background: #6334FF;
    color: #fff;
}

*:focus-visible {
    outline: none !important
}

:target{scroll-margin-top:90px;}

.mainNav {
    align-items: center;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    color: #111;
    display: flex;
    height: 80px;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}

.mainNav .nav {
    width: 100%;
}

.mainNav .nav .dropdown-menu {
    padding: 0.25rem 1.5rem;
}

.mainNav .nav .dropdown-menu .dropdown-item {
    padding: 0;
}

.mainNav .nav a {
    align-items: center;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    color: #111;
    display: flex;
    font-family: Druk Wide Cyr, serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    height: 80px;
    letter-spacing: 0;
    line-height: 18px;
    margin-right: 50px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.mainNav .nav a:hover {
    background: transparent !important;
    border-bottom: 2px solid #f0f712;
}

.mainNav .nav a:nth-last-of-type {
    margin-right: 0;
}


@media screen and (min-width: 1000px){
  .mt-150 {
    margin-top: 130px !important;
  }
  .container-fluid {
    margin-top: 80px;
  }
}

/*.mainNav .navHome {*/
/*    margin-left: 64px;*/
/*}*/
.navHome img,
.mainNav .navHome img {
    height: 57px;
    width: 145px;
}

.mainNav .navList {
    justify-content: center;
    list-style: none;
    margin: 0;
    align-items: center;
    display: flex;
    width: 100%;
    gap: 10px;
}

.mainNav .navClient {
    align-items: center;
    display: flex;
}

@media screen and (min-width:1950px) and (max-width: 3300px) {
  .mainNav .navList {
    flex-wrap: nowrap;
  }
}

@media screen and (max-width:1230px) and (min-width: 991px) {
  .mainNav .navList a {
    width: min-content;
  }
}

.mainNav .navClient {
    justify-content: space-between;
    margin-left: 20px;
    /* max-width: 384px; */
}

.mainNav .navClient .language {
    align-items: center;
    display: flex;
    width: 85px;
}

.mainNav .navClient .language .languages {
    align-items: start;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    display: none;
    flex-direction: column;
    height: 87px;
    justify-content: space-between;
    margin-top: 45px;
    padding: 12px 12px 12px 8px;
    text-align: end;
    width: 85px;
    z-index: 15;
}

.mainNav .navClient .language .languages .languageButton {
    padding: 0 20px 0 0;
}

.mainNav .navClient .language a {
    background: transparent;
    border: none;
    color: #a6a6a6 !important;
    display: block;
    font-family: Druk Wide Cyr, serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    height: unset;
    letter-spacing: 0;
    line-height: 15px;
    margin: 0 0 0 23px;
    padding: 0;
    text-align: left;
    text-transform: capitalize;
}

.mainNav .navClient .language a:hover {
    color: #111 !important;
}

.mainNav .navClient .language .languageButton {
    align-items: center;
    background: transparent;
    border: none;
    color: #111;
    cursor: pointer;
    display: flex;
    font-family: Druk Wide Cyr, serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    justify-content: space-between;
    letter-spacing: 0;
    line-height: 15px;
    margin: 0 !important;
    padding: 0 12px 0 8px;
    text-align: left;
    width: 85px;
    text-transform: capitalize;
}

.mainNav .navClient .language .languageButton:focus {
    box-shadow: none !important;
    outline: 0;
}

.mainNav .navClient a {
    align-items: center;
    background: #f0f712;
    color: #111;
    display: flex;
    height: 80px;
    justify-content: center;
    margin-left: 42px;
    padding-left: 42px;
    padding-right: 42px;
    white-space: nowrap;
    /* max-width: 280px; */
    /* width: 100%; */
}

.mainNav .navClient a span {
    font-family: Druk Wide Cyr, serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 18px;
    margin-left: 13px;
    text-align: center;
    text-transform: uppercase;
}

@media screen and (min-width:993px) {
  .sectionMain {
    margin-top: 80px !important;
  }
}


.sectionMain .img-fluid {
    /* min-height: 468px; */
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    /* min-height: 90vh;
        max-height: 90vh; */
}

.sectionMain .owl-item {
    height: 100%;
    height: 90vh;
    max-height: 827px;
}

.sectionMain .btnLeft,
.sectionMain .btnRight {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.sectionMain .btnRight {
    margin-left: 35px;
}

.sectionMain .btnLeft {
    margin-right: 35px;
}

.sectionMain .sectionText {
    left: 26%;
    position: absolute;
    /*text-transform: uppercase;*/
    top: 50%;
    transform: translateY(-50%);
    width: 53.75%;
    z-index: 2;
}

.social-btn-grp a {
    transition: 0.3s ease-in-out;
}

.submit-group {
    display: flex;
}

.submit-group button,
.submit-group a {
    transition: 0.3s ease-in-out;
    text-align: center;
}

.submit-group button:hover,
.submit-group a:hover,
.social-btn-grp a:hover {
    text-decoration: none !important;
    color: #111 !important;
    font-weight: 600 !important;
    box-shadow: 0 1px 10px 10px rgb(0 0 0 / 10%);
}

/*.submit-group .prev,*/
/*.submit-group .next{*/
/*    transition: 0.3s ease-in-out;*/
/*}*/
/*.submit-group .next:hover{*/
/*    background-color: #a2a70e;*/
/*}*/
.sectionMain .sectionText h1 {
    color: #fff;
    font-family: Druk Wide Cyr, serif;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 62px;
    text-align: left;
    /*text-transform: uppercase;*/
    word-wrap: break-word;
    white-space: pre-wrap;
}

.sectionMain .btnNormal1 {
    background: #f0f712;
}

.sectionMain .btnNorm {
    align-items: center;
    border-radius: unset !important;
    display: flex;
    font-family: Druk Wide Cyr, serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    height: 60px;
    justify-content: center;
    letter-spacing: 0;
    line-height: 18px;
    margin: 0;
    max-width: 233px;
    text-align: center;
    width: auto;
    transition: all .3s ease-in
}

.sectionMain .btnNorm:hover {
    text-decoration: none;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .15);
    background: #faff76;
}

.owl-nav {
    display: none;
}

.gym {
    display: flex;
    justify-content: space-around;
    margin-top: 76px;
}

.gym .onlineGym {
    color: #f7f7f7;
    font-size: 100px;
    line-height: 120px;
    position: absolute;
    right: 0;
    top: -60px;
    z-index: -1;
}

.gym .gymTitle,
.gym .onlineGym {
    font-family: Druk Wide Cyr, serif;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0;
}

.gym .gymTitle {
    font-size: 24px;
    line-height: 39px;
    margin: 0 auto 30px;
    max-width: 860px;
    text-align: center;
}

.gym .gymSubTitle {
    font-family: Montserrat, serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 14px;
    text-align: center;
    text-transform: uppercase;
}

.gym .gymImages .gymItem {
    min-width: 258px;
    padding-left: 6px;
    padding-right: 6px;
}

.gym .gymImages .gymSvgItems {
    height: 91px;
}

.gym .gymImages .gymSvgItems img {
    color: #111;
}

.gym .gymImages .yellowUnderline {
    border-bottom: 1px solid #f0f712;
    margin: 30px auto 0;
    width: 24px;
}

.gym .gymImages div p {
    font-family: Montserrat, serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 17px;
    margin-top: 10px;
    max-width: 198px;
    text-align: center;
}

#sideMenuOverlay,
.sideMenu {
    display: none;
}

.auth-wrapper .first-step .login-input {
    width: 100%;
}

.auth-wrapper .aside-wrapper,
.auth-wrapper .aside-wrapper .login-aside,
.auth-wrapper .first-step,
.auth-wrapper .four-step,
.auth-wrapper .second-step,
.auth-wrapper .third-step {
    min-height: 340px;
}

.program .program-header {
    font-family: Druk Wide Cyr, serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 39px;
    margin-bottom: 30px;
    margin-top: 70px;
    text-align: center;
}

.program .owl-item {
    display: flex;
}

.program .item, .program .cardForFitness {
    height: 100%;
}

.cardForFitness {
    cursor: pointer;
}

.cardWrapper {
    flex: 1
}

.program .owl-carousel {
    margin-left: 0;
    max-width: 1320px;
}

.program .owl-carousel .owl-stage-outer {
    padding-bottom: 40px;
    margin-bottom: -40px;
    padding-top: 40px;
    margin-top: -40px;
}

.cardForFitness > .position-relative {
    /* height: 320px; */
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.imgFitness {
    height: 100%;
    /* max-width: auto; */
    /* margin: auto; */
    /* width: auto !important; */
}

@media screen and (min-width: 768px) {

    .program .owl-carousel .owl-stage-outer {
        padding-left: 20px;
        padding-right: 20px;
        margin-left: -20px;
        margin-right: -20px;
    }
}

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

.subscribe .container-fluid {
  margin-top: 0;
}

.subscribe .h6 {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 14px;
    margin: 0px auto 8px;
}

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

.subscribe h2 {
    font-family: Druk Wide Cyr, serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 39px;
    margin: 0 auto 30px;
    max-width: 860px;
}

.subscribe .subscribe-item {
    background: linear-gradient(rgba(20, 18, 25, 0.5), rgba(20, 18, 25, 0.5));
    /* background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover; */
    height: 494px;
    max-height: 494px;
    max-width: 480px;
    position: relative;
    overflow: hidden;
}

.subscribe .subscribe-item img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  transition: all 0.3s ease;
  object-position: 100%;
}

.subscribe .subscribe-item:hover img {
  transform: scale(1.05);
}

.subscribe .subscribe-item .h3 {
    color: #fff;
    font-family: Druk Wide Cyr, serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 34px;
    margin-bottom: 16px;
    text-align: center;
}

.subscribe .subscribe-item a {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    text-transform: uppercase;
    width: 175px !important;
    transition: all .3s ease-in;
}

.subscribe .subscribe-item a:hover {
    text-decoration: none;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .15);
    background: #faff76;
}

.subscribe .subscribe-item p {
    color: #fff;
    font-size: 55px;
    font-weight: 700;
    line-height: 66px;
    margin: 0;
}

.subscribe .subscribe-item p,
.subscribe .subscribe-item span {
    font-family: Montserrat, serif;
    font-style: normal;
    letter-spacing: 0;
    text-align: center;
}

.subscribe .subscribe-item span {
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    position: relative;
    top: -20px;
}

.preview {
    height: 100%;
    width: inherit;
}

@media (max-width: 768px) {
    .preview {
        height: auto;
    }
}

#player {
    display: none;
    max-height: 416px;
    max-width: 740px;
    width: inherit;
}

.about {
    height: 100%;
}

.about .about-items {
    /* max-width: 1078px; */
    position: relative;
}

.about .aboutFirst {
    /* margin-top: 70px; */
}

.about .aboutFirst p {
    font-family: Montserrat, serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 22px;
    text-align: left;
}

.about .aboutFirst h2,
.about .aboutSecond h2 {
    font-family: Druk Wide Cyr, serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 50px;
    text-align: left;
    margin-bottom: 20px;
}

.about .aboutSecond {
    margin-bottom: 150px;
    margin-top: 100px;
    padding-left: 0;
}

.about .aboutSecond p {
    font-family: Montserrat, serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 17px;
    margin-bottom: 55px;
    text-align: left;
}

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

.about .aboutThird .title {
    text-align: left;
}

.about .aboutThird .aboutComment2 .comment-name {
    font-family: Druk Wide Cyr;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 140%;
    /* padding-left: 15px; */
    text-align: left;
}

.about .aboutThird .aboutThird-back {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.about .col-8 {
    height: inherit;
}

.about .imgAbsolute {
    height: inherit;
    position: absolute;
    right: 0;
    top: 0px;
}

.about .imgAbsolute .img1 {
    position: absolute;
    right: 0;
    top: 0;
}

@media screen and (min-width: 1950px) {
  .about .imgAbsolute .img1 {
    width: 309px;
    height: auto;
  }
}

.about .imgAbsolute .img2 {
    align-items: center;
    display: flex;
    height: inherit;
    justify-content: center;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 69px;
    top: 538px;
    width: 100%;
    max-width: 569px;
    z-index: 1;
}

@media screen and (min-width: 1950px) {
  .about .imgAbsolute .img2 {
    max-width: calc(100% - 475px - 90px);
  }
}

.about .playButton {
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
}

.about .aboutComment1 {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
}

.about .aboutComment1 div img {
    height: 79px;
    margin-bottom: 6px;
    width: 79px;
}

.about .aboutComment1 div img:nth-child(odd) {
    margin-right: 6px;
}

.about .aboutComment2 p {
    color: #444;
    font-family: Montserrat, serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.about .aboutComment2 .comment-name,
.about .aboutComment2 p {
    font-style: normal;
    letter-spacing: 0;
    text-align: left;
}

.about .aboutComment2 .comment-name {
    color: #111;
    font-family: Druk Wide Cyr, serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    margin-bottom: 20px;
}

.about .aboutComment2 button {
    background: none;
    border: 1px solid transparent;
    cursor: pointer;
}

.about .aboutComment2 button:focus {
    outline: none;
}

.about .opg-numbers {
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
    margin-top: 103px;
}

.about .opg-numbers .opg-number {
    align-items: center;
    display: flex;
    margin-bottom: 44px;
    max-width: 475px;
}

.about .opg-numbers .opg-number span {
    color: #111;
    font-family: Druk Wide Cyr;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-right: 16px;
    text-transform: uppercase;
}

.about .opg-numbers .opg-number p {
    color: #111;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 0;
}

.expert {
    background: #111;
}

.expert .owl-carousel {
    /* margin-left: 0; */
}

.expert .owl-carousel .owl-stage {
    display: flex;
    justify-content: center;
}

.expert h2 {
    font-family: Druk Wide Cyr, serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 39px;
    margin-top: 73px;
}

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

.expert .h4 {
    font-family: Montserrat, serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 17px;
    margin: 8px auto 30px;
    max-width: 850px;
}

.expert .absoluteTop {
    left: 0;
    position: absolute;
    top: -1px;
    width: 100%;
}

@media screen and (min-width: 4000px) {
  .expert .absoluteTop {
    height: 50px;
  }
}

.expert .absoluteBottom {
    bottom: 0 !important;
    left: 0;
    position: absolute;
    width: 100%;
}

@media screen and (min-width: 4000px) {
  .expert .absoluteBottom {
    height: 50px;
  }
}

.expert .expertBtn button {
    background: none;
    border: 1px solid transparent;
    cursor: pointer;
}

.expert .expertBtn button:focus {
    outline: none;
}

.expert .expertRate {
    margin-bottom: 86px;
    position: relative;
}

.expert .trainer {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    height: 370px;
    justify-content: flex-end;
    min-height: 370px;
    padding-left: 10px;
    min-width: 242px;
}

.expert .trainer div {
    margin-bottom: 8px;
}

.expert .trainer .trainer-programm {
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
}

.expert .trainer .trainer-name,
.expert .trainer .trainer-programm {
    color: #fff;
    font-family: Montserrat, serif;
    font-style: normal;
    letter-spacing: 0;
    text-align: left;
}

.expert .trainer .trainer-name {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    margin-top: 0;
}

.news {
    margin-top: 70px;
}

/* .news h2 {
        font-family: Druk Wide Cyr, serif;
        font-size: 24px;
        font-weight: 700;
        letter-spacing: 0;
        line-height: 39px;
        margin-bottom: 30px;
    } */
.news .h4 {
    font-style: normal;
    text-align: center;
}

.news .h4 {
    font-family: Montserrat, serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 14px;
}

.news .news-item .news-item-content {
    align-content: space-between;
    display: flex;
    flex-wrap: wrap;
    height: 129px;
}

.news .news-item .news-item-content p {
    height: 80px;
    overflow: hidden;
}

.news .news-item .h3 {
    color: #111;
    font-family: Druk Wide Cyr, serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 25px;
    margin-bottom: 12px;
    margin-top: 12px;
    text-align: left;
    transition: all 0.3s ease;
    display: inline-block;
}

.news .news-item .h3:hover {
  text-decoration: none;
}

.news .news-item p {
    color: #777;
    font-family: Montserrat, serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 20px;
    margin: auto auto 23px;
    text-align: left;
}

.news .news-item button {
    color: #111;
    font-family: Druk Wide Cyr, serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 18px;
    text-align: left;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
}

.news .news-item button svg {
    margin-left: 12px;
    transition: all .3s ease-in;
}

.news .news-item button:hover svg {
    margin-left: 6px;
}

.news .newsAbsolute {
    background: #000;
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 58px;
    justify-content: center;
    position: absolute;
    right: 27px;
    top: 8px;
    width: 74px;
    z-index: 5;
}

.news .news__prev {
  display: block;
  overflow: hidden;
  width: 100%;
}

.news .news__prev img {
  transition: all 0.3s ease;
}

.owl-carousel.owl-drag .owl-item:hover .news__prev img {
  transform: scale(1.05);
}

.news .newsAbsolute .newsAbsolute-month {
    font-size: 10px;
    font-weight: 500;
    line-height: 10px;
}

.news .newsAbsolute .newsAbsolute-day,
.news .newsAbsolute .newsAbsolute-month {
    color: #fff;
    font-family: Montserrat, serif;
    font-style: normal;
    letter-spacing: 0;
    text-align: center;
}

.news .newsAbsolute .newsAbsolute-day {
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;
}

.seo {
    margin: 70px auto;
    padding: 40px 0 0 50px;
}

.seo .seo-img {
    left: 0;
    position: absolute;
    top: 0;
}

.seo .h2 {
    font-family: Druk Wide Cyr, serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 31px;
    max-width: 368px;
    text-align: left;
}

.seo a {
    border-bottom: 1px solid;
    color: #111;
    font-size: 11px;
    line-height: 18px;
}

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

.seo .h3 {
    font-size: 20px;
    line-height: 24px;
}

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

.seo p:first-of-type {
    color: #999;
}

footer {
    align-items: center;
    background: #111;
    display: flex;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    justify-content: center;
    padding-top: 74px;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}

footer .footerNav,
footer .line,
footer .promodex {
    height: -webkit-max-content !important;
    height: -moz-max-content !important;
    height: max-content !important;
    max-width: 1298px;
}

footer .footerNav .footer-main-link {
    align-items: center;
    color: #fff;
    display: flex;
    font-family: Druk Wide Cyr, serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    height: 80px;
    letter-spacing: 0;
    line-height: 18px;
    text-align: center;
    text-decoration: none;
}

footer .footerNav .footer-main-link img {
    height: auto;
    width: 155px;
}

footer .footerNav ul a {
    align-items: center;
    color: #fff;
    display: flex;
    font-family: Druk Wide Cyr, serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    height: 80px;
    letter-spacing: 0;
    line-height: 18px;
    margin-right: 30px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

footer .footerNav ul a:hover {
  opacity: 0.7;
}

footer .footerNav ul li:last-of-type a {
    margin-right: 0;
}

footer .footerClient {
    align-items: center;
    background: #f0f712;
    display: flex;
    height: 50px;
    justify-content: center;
}

footer .footerClient a {
    color: #111;
    font-family: Druk Wide Cyr, serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 18px;
    text-align: center;
    width: 263px;
    transition: all 0.3s ease;
}

footer .footerClient a:hover {
    outline: none;
}

footer .footerPromo {
    margin-bottom: 25px;
}

footer .footerPromo .h6,
footer .footerPromo img {
    margin-bottom: 17px;
}

footer .footerPromo img {
    margin-bottom: 24px;
}

.footer-partners {
  width: min-content;
}

.mainNav .navClient .navClient-telegram {
  background: transparent;
  margin-left: 0;
  padding-left: 14px;
  padding-right: 14px;
}

@media (max-width: 1200px) {
    .footer-partners {
        flex-direction: column;
        margin-bottom: 20px;
    }
}

@media screen and (max-width:1180px) and (min-width:992px) {
  .nav_home_div {
    min-width: 240px !important;
  }
}

@media screen and (max-width:3000px) and (min-width:2501px) {
  .nav_home_div {
    min-width: 240px !important;
  }
  .mainNav .nav a {
    margin-right: 40px;
  }
  .mainNav .navClient a {
    margin-left: 24px;
    padding-left: 36px;
    padding-right: 36px;
  }
}

footer .footerPromo p {
    line-height: 18px;
    text-align: left;
}

footer .footerPromo .h6,
footer .footerPromo .h6 a,
footer .footerPromo p {
    color: #777;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0;
    margin: 0 12px 17px 0;
}

footer .footerPromo .h6 a {
    text-decoration: underline;
}

footer .footerPromo .h6 {
    line-height: 12px;
    text-align: center;
}

footer .absoluteTop {
    left: 0;
    position: absolute;
    top: -1px;
    width: 100%;
}

@media screen and (min-width:4000px) {
  footer .absoluteTop {
    height: 50px;
  }
}

footer .line {
    border-bottom: 1px solid #444;
    margin-bottom: 23px;
}

.mainNavUser {
    align-items: center;
    background: #f7f7f7;
    border-bottom: 1px solid #e6e6e6;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    color: #111;
    display: flex;
    height: 80px;
    justify-content: space-between;
    width: 100%;
    z-index: 5;
}

.mainNavUser .menu {
    display: none;
}

.mainNavUser .navHomeBorder {
    border-right: 1px solid #e6e6e6;
    display: flex;
    height: 100%;
    margin-left: 64px;
    padding-right: 63px;
}

.mainNavUser .navHomeBorder img {
    margin: auto;
}

.mainNavUser .navSearch {
    height: 46px;
    margin-left: 60px;
    margin-right: auto;
    max-width: 401px;
    min-width: 46px;
    overflow: hidden;
    position: relative;
    width: inherit;
}

.mainNavUser .navSearch input {
    background: #fff;
    border: 1px solid #E6E6E6;
    border-radius: 26px;
    height: inherit;
    max-width: 401px;
    padding: 0 26px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: inherit;
}

.mainNavUser .navSearch input::-moz-placeholder {
    font-family: Montserrat, serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 18px;
    text-align: left;
}

.mainNavUser .navSearch input:-ms-input-placeholder {
    font-family: Montserrat, serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 18px;
    text-align: left;
}

.mainNavUser .navSearch input::placeholder {
    font-family: Montserrat, serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 18px;
    text-align: left;
}

.mainNavUser .navSearch input:focus-visible,
.mainNavUser .navSearch input:focus,
.mainNavUser .navSearch input:active {
    outline: none !important;
    outline-width: 0 !important;
    box-shadow: none !important;
}

:focus {
    outline: none !important;
}

input:focus-visible, input:focus, input:active {
    outline: none !important;
    outline-width: 0 !important;
    box-shadow: none !important;
}

.mainNavUser .navSearch span {
    line-height: 0;
    position: absolute;
    right: 14px;
    top: 11px;
}

@media screen and (max-width: 576px){
  .mainNavUser .navSearch span {
    top: 8px;
  }
}

.mainNavUser .navClient button:first-of-type {
    font-family: Druk Wide Cyr, serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    height: 42px;
    letter-spacing: 0;
    line-height: 18px;
    margin: 0 50px 0 20px;
    text-align: center;
    width: 184px;
}

.mainNavUser .navClient .language {
    align-items: center;
    display: flex;
    width: 85px;
}

.mainNavUser .navClient .language .languages {
    align-items: start;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    display: none;
    flex-direction: column;
    height: 87px;
    justify-content: space-between;
    margin-top: 45px;
    padding: 12px 12px 12px 8px;
    text-align: end;
    width: 85px;
    z-index: 15;
}

.mainNavUser .navClient .language .languages .languageButton {
    padding: 0 20px 0 0;
}

.mainNavUser .navClient .language a {
    color: #a6a6a6;
    display: block;
    height: unset;
    margin: 0 0 0 23px;
    padding: 0;
}

.mainNavUser .navClient .language .languageButton,
.mainNavUser .navClient .language a {
    background: transparent;
    border: none;
    font-family: Druk Wide Cyr, serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 15px;
    text-align: left;
    text-transform: capitalize;
}

.mainNavUser .navClient .language .languageButton {
    align-items: center;
    color: #111;
    cursor: pointer;
    display: flex;
    height: auto;
    justify-content: space-between;
    margin: 0 !important;
    padding: 0 12px 0 8px;
    width: 85px;
}

.mainNavUser .navClient .language .languageButton:focus {
    box-shadow: none !important;
    outline: 0;
}

.mainNavUser .navClient a {
    align-items: center;
    background: #f0f712;
    color: #111;
    display: flex;
    height: 80px;
    justify-content: center;
    margin-left: 42px;
    max-width: 280px;
    width: 100%;
}

.mainNavUser .navClient .navClient-telegram {
    background: transparent;
    margin-left: 0;
    padding-left: 14px;
    padding-right: 14px;
    width: min-content;
}

.mainNavUser .navClient a span {
    font-family: Druk Wide Cyr, serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 18px;
    margin-left: 13px;
    text-align: center;
}

.mainNavUser .clientCabinet,
.mainNavUser .navClient {
    align-items: center;
    display: flex;
}

.mainNavUser .clientCabinet {
    justify-content: space-around;
}

.mainNavUser .clientCabinet div:first-of-type {
    display: flex;
    flex-direction: column;
    margin: auto 12px auto 50px;
}

.mainNavUser .clientCabinet div:last-of-type {
    align-items: center;
    border: 2px solid #e21a3d;
    border-radius: 50%;
    display: flex;
    height: 48px;
    justify-content: center;
    margin: auto 60px auto 0;
    overflow: hidden;
    padding: 2px;
    width: 48px;
}

.mainNavUser .clientCabinet div h2 {
    font-family: Druk Wide Cyr, serif;
    font-size: 14px;
    font-weight: 500;
}

.mainNavUser .clientCabinet div h2,
.mainNavUser .clientCabinet div p {
    font-style: normal;
    letter-spacing: 0;
    line-height: 18px;
    margin: 0;
    text-align: right;
}

.mainNavUser .clientCabinet div p {
    font-family: Montserrat, serif;
    font-size: 12px;
    font-weight: 400;
}

.mainNavUser .clientCabinet div img {
    border-radius: 50%;
    height: 40px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 40px;
}

.sideNav {
    border-right: 1px solid #e6e6e6;
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: space-between;
    left: 0;
    overflow: auto;
    padding: 80px 0;
    position: fixed;
    top: 0;
    touch-action: none;
    width: 273px;
}

.sideNav .sideNavProfile {
    display: none;
}

.sideNav .sideNavProfile .clientCabinet {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-left: 5px;
    padding-right: 5px;
}

.sideNav .sideNavProfile .clientCabinet div:last-of-type {
    display: flex;
    flex-direction: column;
}

.sideNav .sideNavProfile .clientCabinet div:first-of-type {
    align-items: center;
    border: 2px solid #e21a3d;
    border-radius: 50%;
    display: flex;
    height: 48px;
    justify-content: center;
    overflow: hidden;
    padding: 2px;
    width: 48px;
    margin-right: 12px;
}

.sideNav .sideNavProfile .clientCabinet div h2 {
    font-family: Druk Wide Cyr;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 18px;
    margin: 0;
    text-align: left;
    max-width: 200px;
    overflow-x: auto;
}

.sideNav .sideNavProfile .clientCabinet div p {
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 18px;
    margin: 0;
    text-align: right;
}

.sideNav .sideNavProfile .clientCabinet div img {
    height: 42px;
    width: 42px;
    border-radius: 100%;
}

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

.sideNav .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 0 19px 24px;
    text-align: left;
    text-transform: uppercase;
}

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

.sideNav .sideNavBottom {
    padding: 0 77px 10px 24px;
}

.sideNav .sideNavBottom h2 {
    font-family: Druk Wide Cyr, serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 30px 0 12px;
}

.sideNav .sideNavBottom h2,
.sideNav .sideNavBottom p {
    font-style: normal;
    letter-spacing: 0;
    line-height: 18px;
    text-align: left;
}

.sideNav .sideNavBottom p {
    font-family: Montserrat, serif;
    font-size: 12px;
    font-weight: 500;
    margin: 0 0 6px;
}

.sideNav .sideNavBottom p span {
    font-weight: 700;
}

.sideNav .sideNavBottom div {
    background: linear-gradient(90deg, #e0006c, #fbe900 52.08%, #5dd420);
    border-radius: 5px;
    height: 10px;
    margin: 0 0 20px;
    transform: rotate(-180deg);
    width: 100%;
}

.sideNav .sideNavBottom button {
    height: 42px;
    margin: 0 !important;
    width: 147px;
}

.sideNav .language {
    display: table;
    padding-left: 20px;
}

.sideNav .language .lang-item {
    color: #111;
    font-family: Druk Wide Cyr;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px;
    margin: 0 0 0 10px !important;
}

.sideNav .language .lang-item.active-lang {
    color: #999 !important;
}

.userFooter {
    background: #fff;
    bottom: 0;
    height: 80px;
    /* left: 273px; */
    margin: 0;
    padding: 0;
    position: relative;
    /* width: calc(100% - 273px); */
    width: 100%;
    z-index: 2;
    box-shadow: 0px -4px 5px rgba(0, 0, 0, 0.05)
}

.userFooter p {
    color: #999;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 12px;
    text-align: center;
}

.content {
    left: 273px;
    min-height: calc(100vh - 80px);
    padding-top: 140px;
    position: relative;
    width: calc(100% - 273px);
    margin-bottom: 70px;
}

.program-content .program-content-item {
    margin-bottom: 70px;
}

.program-content h2 {
    font-family: Druk Wide Cyr, serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 39px;
    padding-bottom: 30px;
    text-align: left;
}

.program-content .cardForFitness {
    margin: 0 !important;
}

.workoutVideo {
    justify-content: center;
    margin: auto;
    position: relative;
}

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

.burn-content .youtube-training li,
.functional-content .youtube-training li {
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
    text-align: left;
}

.burn-content .functional-training,
.functional-content .functional-training {
    align-items: center;
    background-position: 50% !important;
    background-size: cover !important;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 10px 20px;
    cursor: pointer;
}

.burn-content .functional-training h2,
.functional-content .functional-training h2 {
    color: #fff;
    font-family: Druk Wide Cyr;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 15px;
    text-align: left;
    width: calc(100% - 50px);
}

.burn-content .youtube-header,
.functional-content .youtube-header {
    padding: 30px 0 !important;
}

.burn-content .youtube-header h3,
.functional-content .youtube-header h3 {
    font-family: Druk Wide Cyr;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
    text-align: left;
}

.burn-content .content-user,
.functional-content .content-user {
    background: #f7f7f7;
    width: 100%;
}

.content-user .content-user:not(:last-child) {
    margin-right: 36px;
}

.burn-content .functional-training svg *,
.functional-content .functional-training svg * {
    transition: all .3s ease-in;
}

.burn-content .functional-training:hover svg circle:first-of-type,
.functional-content .functional-training:hover svg circle:first-of-type {
    transform: scale(.9);
    cx: 27.5;
    cy: 27.5;
}

.youtube-header .justify-content-lg-end {
    justify-content: flex-end;
}

.functional-training {
    width: calc(100% + 15px);
    margin-right: -15px;
}

.burn-content .youtube-program button, .functional-content .youtube-program button {
    margin-left: 15px;
}

@media screen and (max-width: 991px) {
    .content-user .content-user {
        padding-left: 10px;
        padding-right: 10px;
    }

    .content-user .content-user:not(:last-child) {
        margin-right: 0;
    }

    .functional-training {
        width: calc(100% + 30px);
        margin-left: -15px;
    }

    .burn-content .youtube-program button, .functional-content .youtube-program button {
        margin-left: 0;
    }

    .functional-content .youtube-program button {
        width: calc(100% + 30px) !important;
        margin-left: -15px;
        margin-right: -15px;
    }
}

.burn-content .content-user div:last-of-type p,
.functional-content .content-user div:last-of-type p {
    font-family: Montserrat, serif;
    font-style: normal;
    letter-spacing: 0;
    margin: 0 0 2px;
    text-align: left;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #777
}

.burn-content .content-user div:last-of-type h2,
.functional-content .content-user div:last-of-type h2 {
    font-family: Druk Wide Cyr, serif;
    font-style: normal;
    letter-spacing: 0;
    text-align: left;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #111
}

@media screen and (max-width: 767px) {
    .burn-content .content-user div:last-of-type p,
    .functional-content .content-user div:last-of-type p {
        font-size: 12px;
        line-height: 15px;
    }

    .burn-content .content-user div:last-of-type h2,
    .functional-content .content-user div:last-of-type h2 {
        font-size: 11px;
        line-height: 13px;
    }
}

.burn-content .content-user-hide > button,
.functional-content .content-user-hide > button {
    background: #fff;
    border: 1px solid;
    font-family: Druk Wide Cyr, serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    height: 42px;
    letter-spacing: 0;
    line-height: 18px;
    margin: 20px 0 20px auto;
    text-align: center;
    width: 244px;
    color: #000000;
}

.burn-content .content-user-preview,
.functional-content .content-user-preview {
    border-bottom: 1px solid #cacaca;
    margin-bottom: 30px;
    padding: 0 0 30px;
}

.content-user-preview > div:last-child {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.burn-content .content-user-image,
.functional-content .content-user-image {
    border: 2px solid #e21a3d;
    border-radius: 50%;
    height: 48px;
    margin: 15px 16px 15px 25px;
    overflow: hidden;
    padding: 2px;
    width: 48px;
}

.content-user-hide {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

@media screen and (max-width: 991px) {
    .burn-content .content-user-image ~ div,
    .functional-content .content-user-image ~ div {
        margin-bottom: 9px;
    }

    .burn-content .content-user-img, .functional-content .content-user-img {
        margin-top: -7px;
    }
}

.burn-content .content-user-image img,
.functional-content .content-user-image img {
    border-radius: 50%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    width: 100%;
}

.burn-content .content-user-image-small,
.functional-content .content-user-image-small {
    align-content: center;
    align-items: center;
    background: #fff;
    border-radius: 50%;
    display: flex;
    height: 42px;
    justify-content: center;
    margin: 0 12px 0 0;
    overflow: hidden;
    width: 42px;
}

.burn-content .content-user-video div:last-child .content-user-video-item,
.functional-content .content-user-video div:last-child .content-user-video-item {
    margin-bottom: 20px;
}

.burn-content .content-user-video div:last-child .content-user-video-item div:last-child h2,
.functional-content .content-user-video div:last-child .content-user-video-item div:last-child h2 {
    font-family: Druk Wide Cyr, serif;
    font-style: normal;
    letter-spacing: 0;
    text-align: left;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #111;
}

.burn-content .youtube-image-ccal,
.functional-content .youtube-image-ccal {
    align-items: center;
    display: flex;
    justify-content: center;
}

.burn-content .youtube-image-ccal p,
.functional-content .youtube-image-ccal p {
    font-family: Montserrat, serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 17px;
    margin: 0;
    text-align: left;
}

.burn-content .youtube-image-ccal div,
.functional-content .youtube-image-ccal div {
    align-content: center;
    align-items: center;
    background: #f0f712;
    border-radius: 50%;
    display: flex;
    height: 40px;
    justify-content: center;
    margin: auto 8px auto 20px;
    width: 40px;
    min-width: 40px;
}

.burn-content .youtube-save,
.functional-content .youtube-save {
    background: #111;
    /* margin-top: 30px; */
    padding: 24px 40px;
}

.burn-content .youtube-save div h2,
.functional-content .youtube-save div h2 {
    color: #fff;
    /*font-family: Druk Wide Cyr, serif;*/
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
    text-align: left;
    padding-left: 15px;
}

.burn-content .youtube-save div button,
.functional-content .youtube-save div button {
    background: #f0f712;
    font-family: Druk Wide Cyr, serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 18px;
    padding: 16px;
    width: 100%;
    text-align: center;
    border: none;
    transition: all .3s ease-in;
    color: #000000;
}

.burn-content .youtube-save div button:hover,
.functional-content .youtube-save div button:hover {
    text-decoration: none;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .15);
    background: #faff76;
}

.burn-content .youtube-save form, .functional-content .youtube-save form {
    width: 100%;
}

.burn-content .youtube-save div button:hover,
.functional-content .youtube-save div button:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, .15)
}

.burn-content .youtube-comment-write h2,
.functional-content .youtube-comment-write h2 {
    font-family: Druk Wide Cyr, serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
    margin: 40px 0 20px;
    text-align: left;
}

.burn-content .youtube-comment-write form textarea::-moz-placeholder,
.functional-content .youtube-comment-write form textarea::-moz-placeholder {
    color: #444;
    font-family: Montserrat, serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
    margin: 40px 0 20px;
    text-align: left;
}

.burn-content .youtube-comment-write form textarea:-ms-input-placeholder,
.functional-content .youtube-comment-write form textarea:-ms-input-placeholder {
    color: #444;
    font-family: Montserrat, serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
    margin: 40px 0 20px;
    text-align: left;
}

.burn-content .youtube-comment-write form textarea::placeholder,
.functional-content .youtube-comment-write form textarea::placeholder {
    color: #444;
    font-family: Montserrat, serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
    margin: 40px 0 20px;
    text-align: left;
}

.burn-content .youtube-comment-write textarea,
.functional-content .youtube-comment-write textarea {
    border-color: #cbcbcb;
    height: 140px;
    padding: 16px 40px 5px;
    resize: inherit;
    width: inherit;
}

@media screen and (max-width: 991px) {
    .burn-content .youtube-comment-write textarea,
    .functional-content .youtube-comment-write textarea {
        padding: 16px 22px;
    }
}

.burn-content .youtube-comment-write button,
.functional-content .youtube-comment-write button {
    background: #111;
    color: #fff;
    font-family: Druk Wide Cyr, serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 18px;
    margin: 20px 0 40px;
    padding: 12px 24px;
    text-align: center;
    border: none;
    transition: all 0.3s ease-in;
    text-transform: uppercase;
}

.burn-content .youtube-comment-write button:hover,
.functional-content .youtube-comment-write button:hover {
    /*background: #C4C4C4;
    color: #111;*/
}

.burn-content .youtube-comment h2,
.functional-content .youtube-comment h2 {
    font-family: Druk Wide Cyr, serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 20px;
    text-align: left;
}

.js-likes {
    cursor: pointer;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -khtml-user-select: none; /* Konqueror */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
}

.burn-content .youtube-comment h2 span,
.functional-content .youtube-comment h2 span {
    color: #e21a3d;
    font-family: Druk Wide Cyr, serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
    text-align: left;
}

.burn-content .youtube-comment form,
.functional-content .youtube-comment form {
    width: 100%;
}

.burn-content .youtube-comment form textarea::-moz-placeholder,
.functional-content .youtube-comment form textarea::-moz-placeholder {
    color: #444;
    font-family: Montserrat, serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
    margin: 40px 0 20px;
    text-align: left;
}

.burn-content .youtube-comment form textarea:-ms-input-placeholder,
.functional-content .youtube-comment form textarea:-ms-input-placeholder {
    color: #444;
    font-family: Montserrat, serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
    margin: 40px 0 20px;
    text-align: left;
}

.burn-content .youtube-comment form textarea::placeholder,
.functional-content .youtube-comment form textarea::placeholder {
    color: #444;
    font-family: Montserrat, serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
    margin: 40px 0 20px;
    text-align: left;
}

.burn-content .youtube-comment form textarea,
.functional-content .youtube-comment form textarea {
    border-color: #cbcbcb;
    height: 140px;
    padding: 16px 40px 5px;
    resize: inherit;
    width: inherit;
}

@media screen and (max-width: 991px) {
    .burn-content .youtube-comment form textarea,
    .functional-content .youtube-comment form textarea {
        padding: 16px 22px;
    }
}

.burn-content .youtube-comment form button,
.functional-content .youtube-comment form button {
    background: #111 !important;
    color: #fff !important;
    font-family: Druk Wide Cyr, serif !important;
    font-size: 11px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    line-height: 18px !important;
    margin: 20px 0 40px !important;
    padding: 12px 24px !important;
    text-align: center !important;
    text-decoration: unset !important;
    width: auto;
}

.burn-content .youtube-comment > div,
.functional-content .youtube-comment > div {
    padding-bottom: 20px !important;
    margin-bottom: 20px;
    border-bottom: 1px solid #E6E6E6;
}

.burn-content .youtube-comment div p,
.functional-content .youtube-comment div p {
    font-family: Montserrat, serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 20px;
    text-align: left;
}

.burn-content .youtube-comment div button,
.functional-content .youtube-comment div button {
    border: none;
    color: #111;
    font-family: Montserrat, serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 20px;
    padding-top: 0;
    padding-bottom: 0;
    /* margin-bottom: 40px; */
    text-align: left;
    text-decoration: underline;
    text-transform: capitalize;
}

.burn-content .youtube-comment div div,
.functional-content .youtube-comment div div {
    margin-bottom: 6px;
}

.burn-content .youtube-comment div div h3,
.functional-content .youtube-comment div div h3 {
    font-family: Montserrat, serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 22px;
    margin: 0 0 0 12px;
    text-align: left;
}

.burn-content .youtube-comment div div div,
.functional-content .youtube-comment div div div {
    border: 2px solid;
    border-radius: 50%;
    height: 48px;
    overflow: hidden;
    padding: 2px;
    width: 48px;
}

.burn-content .youtube-comment div div div img,
.functional-content .youtube-comment div div div img {
    border-radius: 50%;
    height: 100%;
    width: 100%;
}

.burn-content .youtube-comment button,
.functional-content .youtube-comment button {
    background: #fff;
    border: 1px solid;
    /* margin-bottom: 70px; */
    padding: 21px 0;
    text-align: center;
    width: 100%;
    font-family: Druk Wide Cyr, serif;
    font-weight: 500;
    font-size: 11px;
    line-height: 18px;
    text-transform: uppercase;
    transition: all .3s ease-in;
}

.youtube-comment {

}

.burn-content .youtube-comment button:hover,
.functional-content .youtube-comment button:hover {
    background: #C4C4C4
}

.burn-content .answer,
.functional-content .answer {
    margin-left: 50px !important;
    max-width: calc(100% - 50px);
}

@media screen and (max-width: 991px) {

    .burn-content .answer,
    .functional-content .answer {
        margin-left: 0 !important;
        max-width: 100%;
    }
}

.burn-content .youtube-program button,
.functional-content .youtube-program button {
    background: #f0f712;
    border: none;
    font-family: Druk Wide Cyr, serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 18px;
    padding: 12px 0;
    text-align: center;
    width: 100%;
    color: #000000;
}

.food-content .owl.stage {
    display: flex;
}

.food-content .food-header h2 {
    font-family: Druk Wide Cyr, serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 39px;
    margin-bottom: 30px;
    text-align: left;
}

form.food-select {
    align-items: center;
}

.food-content .food-select div {
    margin-right: 20px;
    width: 100%;
}

@media screen and (min-width: 1500px) {
    .food-content .food-select div {
        margin-right: 40px;
    }
}

.food-content .food-select div label {
    color: #777;
    font-family: Montserrat, serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 12px;
    text-align: left;
}

.food-content .food-filter {
    background: #f7f7f7;
    margin-bottom: 30px;
    padding: 18px 40px;
}

.food-content .food-select-item {
    color: #000000;
    border: 1px solid #e6e6e6;
    border-left: 5px solid #f0f712;
    font-family: Montserrat, serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    height: 46px;
    letter-spacing: 0;
    line-height: 14px;
    max-width: 260px;
    text-align: left;
    width: inherit;
    padding-left: 12px;
    padding-right: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.user-select-item {
    color: #000000;
    border: 1px solid #e6e6e6;
    border-left: 5px solid #f0f712;
    font-family: Montserrat, serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    height: 46px;
    letter-spacing: 0;
    line-height: 14px;
    text-align: left;
    width: inherit;
    padding-left: 12px;
    padding-right: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.food-content .food-select-button {
    color: #000000;
    background: #f0f712;
    border: none;
    font-family: Druk Wide Cyr, serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 18px;
    max-height: 42px;
    /* max-width: 224px; */
    padding: 12px 24px;
    text-align: center;
    white-space: nowrap;
    width: auto;
    transition: all .3s ease-in;
}

.food-content .food-select-button:hover {
    text-decoration: none;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .15);
}

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

.food-content .food-category-content .owl-stage {
    display: flex;
}

.food-content .food-category-content:last-of-type {
    margin-bottom: 40px;
}

.food-content .food-category-content-header h2 {
    font-family: Druk Wide Cyr, serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 39px;
    margin-bottom: 30px;
    text-align: left;
}

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

.food-content .food-category-content-alert p {
    color: #e21a3d;
    margin: 0;
}

.food-content .food-category-content-alert div a,
.food-content .food-category-content-alert p {
    font-family: Montserrat, serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 22px;
    text-align: left;
}

.food-content .food-category-content-alert div a {
    color: #111;
    margin-left: 12px;
    text-decoration: underline;
}

.food-content .food-category-content-item {
    border: 1px solid #e6e6e6;
    /* max-width: 410px; */
    padding: 26px;
    width: 100%;
    background-color: #fff;
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
    transition: all 0.3s ease-in;
}

.owl-carousel-food .owl-item:hover {
    filter: drop-shadow(0px 4px 10px rgba(34, 34, 34, 0.1))
}

.food-content .food-category-content-item-img {
    margin-bottom: 12px;
    max-width: inherit;
    width: 100%;
}

.food-content .food-category-content-item-img img {
    max-width: inherit;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.food-content .food-category-content-item-heads h3 {
    font-family: Druk Wide Cyr, serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 120%;
    text-align: center;
}

.food-content .food-category-content-item-heads h4 {
    font-family: Montserrat, serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 17px;
    margin-bottom: 25px;
    text-align: center;
}

.food-category-content-item-heads {
    margin-top: auto;
    margin-bottom: 0;
}

.food-content .food-category-content-item-content ul {
    background: #f7f7f7;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    padding: 16px 26px;
}

.food-content .food-category-content-item-content ul li {
    display: flex;
    font-family: Montserrat, serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    justify-content: space-between;
    letter-spacing: 0;
    line-height: 17px;
    margin-bottom: 12px;
    text-align: left;
}

.food-content .food-category-content-item-content ul li:last-child {
    margin-bottom: 0;
}

.food-content .food-category-content-item-content ul li span {
    font-family: Montserrat, serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 17px;
    text-align: right;
}

.food-content .food-category-content-item-button {
    align-items: center;
    background: none;
    border: none;
    display: flex;
    font-family: Druk Wide Cyr;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin-top: 16px;
    padding: 0;
    text-transform: uppercase;
    text-align: left;
    color: #000000;
}

.food-content .food-category-content-item-button span {
    align-items: center;
    background: #111;
    border-radius: 50%;
    display: flex;
    height: 50px;
    justify-content: center;
    margin-right: 17px;
    width: 50px;
    min-width: 50px;
    transition: all .3s ease-in;
}

.food-content .food-category-content-item-button:hover span {
    transform: scale(.9);
}

.food-content .food-category-content-item-button .selected {
    background: #f0f712 !important;
}

.food-content .food-ready {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 70px;
}

.food-content .food-ready p {
    font-family: Montserrat, serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 25px;
    margin: 0;
    text-align: left;
}

.food-content .food-ready button {
    color: #000000;
    background: #f0f712;
    border: none;
    font-size: 11px;
    font-weight: 500;
    line-height: 18px;
    margin-left: 30px;
    max-width: 180px;
    padding: 16px 56px;
    text-align: center;
    transition: all .3s ease-in;
}

.food-content .food-ready button:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, .15)
}

.food-content .food-ready button,
.subscribe-header h2 {
    font-family: Druk Wide Cyr, serif;
    font-style: normal;
    letter-spacing: 0;
}

.subscribe-header {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 20px;
}

.subscribe-header h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 39px;
    margin-bottom: 0px;
    text-align: left;
}

.subscribe-header img {
    transform: rotate(35deg);
}

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

.subscribe-content .content-item {
    max-width: 1298px;
}

.subscribe-content .subscribe-transform {
    background: #f7f7f7;
    margin-bottom: 70px;
    padding: 29px 40px;
}

.food-content .food-category-content-item {
    min-width: 260px;
    margin-right: 20px;
}

.subscribe-content .subscribe-transform button {
    color: #000000;
    background: #f0f712;
    border: none;
    font-family: Druk Wide Cyr, serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 18px;
    max-width: 260px;
    padding: 12px 24px;
    text-align: center;
    white-space: nowrap;
    width: inherit;
    margin-left: 20px;
    transition: all .3s ease-in;
}

.subscribe-content .subscribe-transform button:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, .15)
}

.subscribe-content .subscribe-transform h3 {
    font-family: Druk Wide Cyr, serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
    text-align: left;
    margin-right: 20px;
}

.subscribe-content .subscribe-transform-days {
    max-width: 280px;
    width: inherit;
}

.subscribe-content .subscribe-transform-days div {
    background: linear-gradient(90deg, #e0006c, #fbe900 52.08%, #5dd420);
    border-radius: 5px;
    height: 10px;
    margin: 0 0 20px;
    max-width: 280px;
    transform: rotate(-180deg);
    width: inherit;
}

.subscribe-content .subscribe-transform-days p {
    font-family: Montserrat, serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 18px;
    margin: 0 0 6px;
    text-align: left;
}

.subscribe-content .subscribe-transform-days p span {
    font-weight: 700;
}

.subscribe-content .subscribe-new-plan-header h2 {
    font-family: Druk Wide Cyr, serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 39px;
    margin-bottom: 30px;
    text-align: left;
}

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

.subscribe-content .subscribe-new-plan-price div {
    align-content: flex-start;
    align-items: flex-start;
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 280px;
    justify-content: center;
    margin-bottom: 22px;
    max-width: 638px;
    width: inherit;
    background-size: cover !important;
}

.subscribe-content .subscribe-new-plan-price div:nth-child(odd) {
    margin-right: 22px;
}

.subscribe-content .subscribe-new-plan-price div h4 {
    font-family: Druk Wide Cyr, serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 34px;
    text-align: left;
}

.subscribe-content .subscribe-new-plan-price div p {
    display: block;
    position: relative;
    font-family: Montserrat, serif;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 53px;
    text-align: center;
}

.subscribe-content .subscribe-new-plan-price div 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-content .subscribe-new-plan-price div a {
    background: #f0f712;
    border: none;
    color: #111;
    font-family: Druk Wide Cyr, serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 18px;
    padding: 16px 56px;
    text-align: center;
    transition: all .3s ease-in;
}

.subscribe-content .subscribe-new-plan-price div a:hover {
    text-decoration: none;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .15);
    background: #faff76;
}

#chartjs-tooltip table thead tr th {
    font-size: 12px;
    font-weight: 400;
}

#chartjs-tooltip table tbody tr td,
#chartjs-tooltip table thead tr th {
    color: #fff;
    font-family: Montserrat;
    font-style: normal;
    line-height: 140%;
    text-align: center;
}

#chartjs-tooltip table tbody tr td {
    font-size: 16px;
    font-weight: 600;
}

.information-content #player,
.information-content .preview {
    max-height: 500px !important;
    max-width: 1296px !important;
}

.information-content #player {
    display: none;
    width: inherit;
}

.information-content .personal-head {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 40px;
}

.information-content .personal-head-img {
    height: 116px;
    max-width: 116px;
    position: relative;
    width: 100%;
}

.information-content .personal-head-img img:first-child {
    border-radius: 50%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    width: 100%;
}

.information-content .personal-head-img div {
    align-items: center;
    background: #f0f712;
    border: 3px solid #fff;
    border-radius: 50%;
    bottom: 0;
    cursor: pointer;
    display: flex;
    height: 40px;
    justify-content: center;
    position: absolute;
    right: 0;
    width: 40px;
}

.information-content .personal-head-img div input {
    cursor: pointer;
    height: 34px;
    opacity: 0;
    position: absolute;
    width: 34px;
}

.information-content .personal-head-gender,
.information-content .personal-head-name {
    color: #777;
    margin-right: 40px;
    max-width: 280px;
    width: inherit;
}

.information-content .personal-head-gender label,
.information-content .personal-head-name label {
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 18px;
    text-align: center;
}

.information-content .personal-head-gender input,
.information-content .personal-head-gender select,
.information-content .personal-head-name input,
.information-content .personal-head-name select {
    border: 1px solid #e6e6e6;
    border-left: 5px solid #f0f712;
    font-family: Montserrat, serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 14px;
    padding: 13px 0 13px 17px;
    text-align: left;
    width: inherit;
}

.information-content .personal-params .ogp-monitor .calories-count {
    position: absolute;
    right: 32px;
    display: inline-flex;
    flex-flow: column nowrap;
    align-items: flex-end;
}

.information-content .personal-params .ogp-monitor .calories-count span {
    color: #111;
    font-family: Druk Wide Cyr;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 4px;
}

.information-content .personal-params .ogp-monitor .calories-count h6 {
    align-items: center;
    display: flex;
    font-family: Druk Wide Cyr;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}

.information-content .personal-params .ogp-monitor .calories-count h6 svg {
    margin-right: 6px;
}

.information-content .personal-params-header h3 {
    font-family: Druk Wide Cyr, serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 20px;
    text-align: left;
}

.information-content .personal-params-item {
    border-radius: 10px;
    box-shadow: 0 4px 40px rgba(34, 34, 34, 0.1);
    margin: 0 24px 20px 0;
    padding: 30px 41px 24px;
}

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

.information-content .personal-params-item input {
    border: none;
    font-family: Montserrat, serif;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 62px;
    margin-left: 6px;
    text-align: center;
    width: 100%;
}

.information-content .personal-params-item input:focus {
    outline: none;
}

.information-content .personal-params-item input[type="number"]::-webkit-inner-spin-button {
    height: 0;
}

.information-content .personal-params-item div {
    display: flex;
    justify-content: space-between;
}

.information-content .personal-params-item div button {
    touch-action: manipulation;
    color: #000000;
    align-items: center;
    background: none;
    border: 2px solid #f0f712;
    border-radius: 50%;
    display: flex;
    height: 40px;
    justify-content: center;
    width: 40px;
}

.information-content .personal-params-item div button:last-of-type {
    margin-left: 14px;
}

.information-content .personal-params-item-update {
    align-items: flex-start;
    background: #111;
    border-radius: 10px;
    box-shadow: 0 4px 40px rgba(34, 34, 34, 0.1);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 24px 20px 0;
    padding: 30px 20px 20px;
}

.information-content .personal-params-item-update div {
    width: 100%;
}

.information-content .personal-params-item-update h2 {
    font-family: Montserrat, serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 24px;
}

.information-content .personal-params-item-update p {
    font-family: Montserrat, serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 20px;
}

.information-content .personal-params-item-update button {
    background: #f0f712;
    border-radius: 22px;
    font-family: Druk Wide Cyr, serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 18px;
    padding: 12px 24px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.information-content .personal-params-item-update button:hover {
    text-decoration: none;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .15);
    background: #faff76;
}

.information-content .personal-numbers {
    color: #111;
    margin-bottom: 8px;
    margin-top: 90px;
}

.information-content .personal-numbers .item h1 {
    font-family: Druk Wide Cyr, serif;
    /*font-size: 30px;*/
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 36px;
    margin-bottom: 12px;
    text-align: center;
}

.information-content .personal-numbers .item h5 {
    letter-spacing: 0.03em;
    line-height: 14px;
}

.information-content .personal-numbers .item h5,
.information-content .personal-numbers .item p {
    font-family: Montserrat, serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    text-align: center;
}

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

.information-content .personal-numbers .item p {
    letter-spacing: 0;
    line-height: 17px;
    margin-bottom: 0px;
}

.information-content .personal-video {
    margin-bottom: 70px;
}

.information-content .personal-video h5 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0.03em;
    margin-bottom: 8px;
}

.information-content .personal-video .item {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
}

.information-content .personal-video .item h2 {
    font-family: Druk Wide Cyr, serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 39px;
    margin-bottom: 30px;
    text-align: center;
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
}

.information-content .line {
    border-bottom: 1px solid #e6e6e6;
    justify-content: center !important;
    margin-bottom: 19px !important;
}

.achievements-content .items {
    flex-wrap: wrap;
    margin-bottom: 70px;
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
    flex: unset;
    max-width: unset;
}

.achievements-content .items .item {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 0 15px 40px;
    max-width: calc(20% - 30px);
    /* min-width: 236px; */
    width: 100%;
    align-self: flex-start;
}

.achievements-content .items .item .item-img {
    border: 10px solid #f0f712;
    border-radius: 50%;
    height: 150px;
    padding: 2px;
    width: 150px;
}

.achievements-content .items .item .item-img .item-img-2 {
    border: 1px solid;
    border-radius: 50%;
    box-shadow: inset 0 0 4px 4px hsla(0, 0%, 55%, 0.4);
    padding: 22px;
}

.achievements-content .items .item h1 {
    color: #111;
    font-family: Druk Wide Cyr, serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
    margin: 6px 0 12px;
    text-align: center;
}

.achievements-content .items .item p {
    color: #777;
    font-family: Montserrat, serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 17px;
    margin-bottom: 0px;
    text-align: center;
}

.ellipse {
    background: #ffffff30;
    border-radius: 50%;
    height: 48px;
    left: 16px;
    overflow: hidden;
    position: absolute;
    top: 16px;
    width: 48px;
}

.cardForFitness {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: auto;
    /* max-width: 308px; */
    width: 100%;
    transition: all 0.3s ease-in;
}

.cardForFitness:hover {
    box-shadow: 0px 4px 40px rgba(34, 34, 34, 0.15);
}

.cardForFitness .position-relative {
    width: 100%;
}

.imgFitness {
    /* height: 320px; */
    /* max-width: 308px; */
    -o-object-fit: cover;
    object-fit: cover;
    /* -o-object-position: top;
        object-position: top; */
    /* width: 100%; */
}

.cardHeader {
    color: #111;
    font-family: Druk Wide Cyr, serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 22px;
    margin: 7px auto;
    text-align: center;
    width: 100%;
}

ul {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin-bottom: 13px;
    padding: 0;
    width: 100%;
}

.cardListLeft {
    color: #444;
    flex: 0 0 56%;
    font-weight: 400;
    justify-content: flex-start;
    text-align: left;
}

.cardListLeft,
.cardListRight {
    align-items: center;
    display: flex;
    font-family: Montserrat, serif;
    font-size: 12px;
    font-style: normal;
    letter-spacing: 0;
    line-height: 14px;
    margin: 6px 0;
}

.cardListRight {
    flex: 0 0 44%;
    font-weight: 700;
    justify-content: flex-end;
    text-align: right;
    margin-left: auto;
    margin-right: 0;
}

.cardListRight svg {
    margin-left: 11px;
}

.cardFooterImg {
    border-radius: 50%;
    height: 100%;
    max-height: 32px;
    max-width: 32px;
    -o-object-position: top;
    object-position: top;
    overflow: hidden;
    width: 100%;
}

.cardFooterImg,
.cardFooterImg img {
    -o-object-fit: cover;
    object-fit: cover;
}

.cardFooterImg img {
    height: 32px;
    width: 32px;
    object-position: top;
}

.cardFooterText {
    font-family: Montserrat, serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 15px;
    margin: auto 8px;
    text-align: left;
}

.cardWrapper {
    align-content: space-between;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    /* height: 100%; */
    padding-top: 12px;
}

.cardFooter {
    border-top: 1px solid #e6e6e6;
    bottom: 0;
    margin: -0.5rem;
    padding: 14px 17px 14px 16px;
    position: relative;
    width: 150%;
}

.cardFooter svg {
    margin: auto 0;
}

body {
    color: #111;
    margin: 0;
    padding: 0;
}

.frame {
    display: flex;
    flex-wrap: wrap;
    max-height: 136px;
    max-width: 508px;
}

.framePlaceholder {
    height: 136px;
    position: relative;
    width: 243px;
}

.lock {
    background: #00000050 url(/images/lock.png) no-repeat 50%;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.frameText {
    font-family: Druk Wide Cyr, serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
    text-align: left;
}

.frameContent {
    margin-left: 20px;
    max-width: 245px;
}

.btnDisable1 {
    background: #c8c8c8;
    color: #fff !important;
}

.btnDisable2,
.btnDisable3 {
    background: none;
    border: 1px solid #999 !important;
    color: #999 !important;
}

.btnTap1 {
    background: #f0fb00;
}

.btnTap2 {
    background: #feffd0;
    border: 1px solid #f0f712 !important;
}

.btnTap3 {
    background: #c4c4c4;
    border: 1px solid #111 !important;
}

.btnNormal1 {
    background: #f0f712;
}

.btnNormal1:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, .15);
}

.btnNormal2 {
    background: #fff;
    border: 1px solid #f0f712 !important;
}

.btnNormal3 {
    background: #fff;
    border: 1px solid !important;
}

.btnNot {
    align-items: center;
    display: flex;
    flex-direction: row;
    font-size: 11px;
    height: 50px;
    justify-content: center;
    padding: 16px 56px;
    width: 232px;
}

.btnNorm,
.btnNot {
    border-radius: unset !important;
    font-family: Druk Wide Cyr, serif;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 18px;
    text-align: center;
}

.btnNorm {
    font-size: 12px;
    height: 60px;
    width: 233px;
}

.btn {
    margin: 15px;
    transition: all 0.3s ease-in;
}

.login-aside {
    align-items: flex-end;
    box-shadow: inset -10px 0 20px #f3f3f3;
    display: flex;
    flex-direction: column;
    height: calc(100vh - 250px);
    padding-right: 60px;
    padding-top: 101px;
}

.login-aside li {
    display: flex;
    margin-bottom: 16px;
    position: relative;
}

.login-aside li .item {
    font-weight: 400;
}

.login-aside li .item,
.login-aside li .item.active {
    align-items: center;
    display: flex;
    font-family: Montserrat, serif;
    font-size: 14px;
    font-style: normal;
    line-height: 120%;
    padding-right: 10px;
}

.login-aside li .item.active {
    font-weight: 700;
}

.login-aside li .completed {
    background-color: #f0f712;
}

.login-aside li .completed span:after {
    border-bottom: 2px solid #020202;
    border-right: 2px solid #020202;
    content: "";
    height: 10px;
    opacity: 1;
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(calc(-50% - 2px)) rotate(45deg);
    width: 5px;
}

.login-aside li .custom-ellipse {
    border: 2px solid #e6e6e6;
    border-radius: 50%;
}

.login-aside li .custom-ellipse,
.login-aside li .custom-ellipse.active {
    align-items: center;
    color: #111;
    display: flex;
    font-family: Montserrat, serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    height: 30px;
    justify-content: center;
    line-height: 120%;
    width: 30px;
}

.login-aside li .custom-ellipse.active {
    border: 2px solid #f0f712;
    border-radius: 50%;
}

.login-aside li .underline {
    border: 1px solid #e6e6e6;
    bottom: -10px;
    height: 0;
    position: absolute;
    right: 5px;
    transform: rotate(90deg);
    width: 19px;
}

#app {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex: 1 1 auto;
}

.submit-group .next {
    background: #f0f712;
    border: none;
    color: #111;
    height: 50px;
    line-height: 18px;
}

.submit-group .next,
.submit-group .prev {
    font-family: Druk Wide Cyr, serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    width: 230px;
}

.submit-group .prev {
    color: #999;
    line-height: 48px;
    margin-left: 40px;
    vertical-align: middle;
}

.first-step {
    padding-bottom: 25px;
    padding-left: 60px;
    padding-top: 101px;
}

.first-step h1 {
    color: #111;
    font-family: Druk Wide Cyr, serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 40px;
}

.first-step form .custom-form-group-inline {
    display: grid;
    margin-bottom: 30px;
    margin-right: 22px;
    position: relative;
}

.first-step form .custom-form-group-inline input {
    background: #fff;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    height: 50px;
    padding-left: 20px;
    width: 308px;
}

.first-step form .custom-form-group-inline input::-moz-placeholder {
    font-family: Montserrat, serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.first-step form .custom-form-group-inline input:-ms-input-placeholder {
    font-family: Montserrat, serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.first-step form .custom-form-group-inline input::placeholder {
    font-family: Montserrat, serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.first-step form .custom-form-group-inline .left-line {
    background: #f0f712;
    height: 50px;
    left: 0;
    position: absolute;
    top: 0;
    width: 5px;
}

.first-step form .social-form h2 {
    font-family: Montserrat, serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    margin-bottom: 12px;
}

.first-step form .social-form .social-btn-grp {
    display: flex;
    margin-bottom: 30px;
}

.first-step form .social-form .social-btn-grp button {
    background: #fff;
    border: none;
    border-radius: 10px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    height: 46px;
    margin-left: 22px;
    width: 198px;
}

.first-step form .social-form .social-btn-grp button:first-child {
    margin: 0;
}

.first-step form .social-form .social-btn-grp button svg {
    margin-right: 7px;
}

.first-step form .terms {
    margin-bottom: 33px;
    position: relative;
}

.first-step form .terms label {
    margin-left: 32px;
}

.first-step form .terms input {
    height: 24px;
    opacity: 0;
    position: absolute;
    width: 24px;
    z-index: 1;
}

.first-step form .terms input:checked + span {
    background: #f0f712;
    border: none;
}

.first-step form .terms input:checked + span:after {
    border-bottom: 2px solid #020202;
    border-right: 2px solid #020202;
    content: "";
    height: 10px;
    opacity: 1;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(calc(-50% - 2px)) rotate(45deg);
    width: 5px;
}

.first-step form .terms span {
    border: 1px solid;
    height: 24px;
    left: 0;
    position: absolute;
    top: 0;
    width: 24px;
    z-index: 0;
}

.first-step form .terms p {
    font-family: Montserrat, serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.second-step {
    padding-bottom: 25px;
    padding-left: 60px;
    padding-top: 101px;
}

.second-step h1 {
    color: #111;
    font-family: Druk Wide Cyr, serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 30px;
}

.second-step form h2 {
    color: #111;
    font-family: Montserrat, serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 12px;
}

.second-step form .gender-select {
    background: #f7f7f7;
    border-radius: 10px;
    display: flex;
    height: 68px;
    margin-bottom: 30px;
    padding: 4px 8px;
    width: 250px;
}

.second-step form .gender-select .gender-item {
    align-items: center;
    display: flex;
    height: 60px;
    justify-content: center;
    position: relative;
    width: 100px;
}

.second-step form .gender-select .gender-item span {
    bottom: -25px;
    font-family: Montserrat, serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 17px;
    position: absolute;
    text-align: center;
}

.second-step form .gender-select .gender-item:last-child {
    margin-left: auto;
}

.second-step form .gender-select .gender-item input {
    cursor: pointer;
    height: 100%;
    opacity: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.second-step form .gender-select .gender-item label {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0;
    transition: all 0.3s ease;
    width: 100%;
}

.second-step form .gender-select .gender-item label svg,
.second-step form .gender-select .gender-item label svg path {
    transition: all 0.3s ease;
}

.second-step form .gender-select .gender-item label svg:focus {
    outline: unset;
}

.second-step form .gender-select .gender-item label:focus-visible {
    outline: unset;
}

.second-step form .gender-select .gender-item input:checked + label {
    background: #fff;
    border: 2px solid #f0f712;
    border-radius: 10px;
    box-sizing: border-box;
}

.second-step form .gender-select .gender-item input:checked + label svg path {
    fill: #000;
}

.second-step form .target {
    margin-bottom: 10px;
}

.second-step form .target h1 {
    font-family: Montserrat, serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: 12px;
}

.second-step form .target .target-group {
    display: flex;
    flex-wrap: wrap;
}

.second-step form .target .target-group .item {
    height: 60px;
    margin-bottom: 30px;
    margin-right: 22px;
    position: relative;
    width: 198px;
}

.second-step form .target .target-group .item input {
    cursor: pointer;
    height: 100%;
    opacity: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
}

.second-step form .target .target-group .item label {
    align-items: center;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    display: flex;
    height: 100%;
    justify-content: space-around;
    transition: all 0.3s ease;
    width: 100%;
}

.second-step form .target .target-group .item label .desc {
    font-family: Montserrat, serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 17px;
    text-align: center;
    width: 106px;
}

.second-step form .target .target-group .item label .target-ellipse {
    background: #fff;
    border: 1px solid #cacaca;
    border-radius: 50%;
    height: 24px;
    width: 24px;
}

.second-step form .target .target-group .item input:checked + label {
    border: 2px solid #f0f712;
    border-radius: 10px;
    box-sizing: border-box;
}

.second-step form .target .target-group .item input:checked + label .target-ellipse {
    background: #f0f712;
}

.second-step form .target .target-group .item input:checked + label .target-ellipse:after {
    border-bottom: 2px solid #020202;
    border-right: 2px solid #020202;
    content: "";
    height: 10px;
    opacity: 1;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(calc(-50% - 1px)) rotate(45deg);
    width: 5px;
}

.third-step {
    padding-bottom: 25px;
    padding-left: 60px;
    padding-top: 101px;
}

.third-step h1 {
    color: #111;
    font-family: Druk Wide Cyr, serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    height: 24px;
    line-height: 140%;
    margin-bottom: 40px;
    width: 220px;
}

.third-step .personal-data {
    display: flex;
    margin-bottom: 30px;
}

.third-step .personal-data .item {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 40px rgba(34, 34, 34, 0.1);
    height: 209px;
    margin-right: 30px;
    width: 180px;
}

.third-step .personal-data .item .header {
    padding-top: 30px;
}

.third-step .personal-data .item .header h3 {
    color: #111;
    font-family: Montserrat, serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    text-align: center;
}

.third-step .personal-data .item .value {
    padding-bottom: 2px;
    padding-top: 10px;
}

.third-step .personal-data .item .value h3 {
    color: #111;
    font-family: Montserrat, serif;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin: 0;
    text-align: center;
}

.third-step .personal-data .item .value .underline {
    border: 1px solid #e6e6e6;
    height: 0;
    margin: 0 auto 19px;
    width: 98px;
}

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

.third-step .personal-data .item .plus-minus-group span {
    align-items: center;
    border: 2px solid #f0f712;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    height: 42px;
    justify-content: center;
    margin-right: 14px;
    width: 42px;
}

.four-step {
    padding-bottom: 70px;
    padding-left: 60px;
    padding-top: 101px;
}

.four-step h1 {
    font-family: Druk Wide Cyr, serif;
    font-size: 20px;
    font-weight: 500;
    height: 24px;
    margin-bottom: 30px;
    width: 138px;
}

.four-step .subscriptions h2,
.four-step h1 {
    color: #111;
    font-style: normal;
    line-height: 140%;
}

.four-step .subscriptions h2 {
    font-family: Montserrat, serif;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 12px;
    text-align: center;
}

.four-step .subscriptions .item {
    align-items: center;
    background: #f7f7f7;
    border-radius: 10px;
    display: flex;
    height: 70px;
    margin-bottom: 12px;
    position: relative;
    width: 524px;
}

.four-step .subscriptions .item .desc h3 {
    color: #111;
    font-family: Montserrat, serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}

.four-step .subscriptions .item .desc span {
    color: #777;
    font-family: Montserrat, serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.four-step .subscriptions .item .price h3 {
    color: #111;
    font-family: Montserrat, serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-align: right;
}

.four-step .subscriptions .item input {
    cursor: pointer;
    height: 100%;
    opacity: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.four-step .subscriptions .item label {
    align-items: center;
    background: #f7f7f7;
    border-radius: 10px;
    display: flex;
    height: 100%;
    margin-bottom: 0;
    position: relative;
    width: 100%;
}

.four-step .subscriptions .item label .spanCircle {
    background: #fff;
    border: 1px solid #cacaca;
    border-radius: 50%;
    box-sizing: border-box;
    height: 24px;
    position: relative;
    width: 24px;
    z-index: 1;
}

.four-step .subscriptions .item input:checked + label {
    background: #fff;
    border: 2px solid #f0f712;
}

.four-step .subscriptions .item input:checked + label .spanCircle {
    background: #f0f712;
}

.four-step .subscriptions .item input:checked + label .spanCircle:after {
    border-bottom: 2px solid #020202;
    border-right: 2px solid #020202;
    content: "";
    height: 10px;
    opacity: 1;
    position: absolute;
    right: 37%;
    top: 50%;
    transform: translateY(calc(-50% - 2px)) rotate(45deg);
    width: 5px;
}

.four-step .payment-subscription {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    width: 100%;
}

.four-step .payment-subscription h2 {
    color: #111;
    font-family: Montserrat, serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    margin-bottom: 12px;
    width: 100%;
}

.four-step .payment-subscription .payment-wrapper {
    display: flex;
}

.four-step .payment-subscription .payment-wrapper .item {
    height: 100px;
    margin-right: 20px;
    position: relative;
    width: 140px;
}

.four-step .payment-subscription .payment-wrapper .item input {
    cursor: pointer;
    height: 100%;
    opacity: 0;
    position: absolute;
    width: 100%;
}

.four-step .payment-subscription .payment-wrapper .item label {
    align-items: center;
    border: 2px solid #e6e6e6;
    border-radius: 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    width: 100%;
}

.four-step .payment-subscription .payment-wrapper .item label span {
    border: 1px solid #cacaca;
    border-radius: 50%;
    box-sizing: border-box;
    height: 24px;
    position: relative;
    width: 24px;
    z-index: -1;
}

.four-step .payment-subscription .payment-wrapper .item input:checked + label {
    border: 2px solid #f0f712;
}

.four-step .payment-subscription .payment-wrapper .item input:checked + label span {
    background: #f0f712;
}

.four-step .payment-subscription .payment-wrapper .item input:checked + label span:after {
    border-bottom: 2px solid #020202;
    border-right: 2px solid #020202;
    content: "";
    height: 10px;
    opacity: 1;
    position: absolute;
    right: 37%;
    top: 50%;
    transform: translateY(calc(-50% - 2px)) rotate(45deg);
    width: 5px;
}

.main-slider-item {
    height: 100%;
    width: 100%;
    position: relative;
}

.main-slider-item .img-fluid {
    filter: brightness(0.8);
}

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

#owl-carousel .owl-nav button {
    height: 54px;
    left: 10%;
    position: absolute;
    top: 50%;
    width: 54px;
}

#owl-carousel .owl-nav button span {
    background-image: url(/images/btnLeft.png);
    background-size: cover;
    display: block;
    height: 54px;
    position: relative;
    transition: all 0.7s ease;
    width: 54px;
}

#owl-carousel .owl-nav button span:hover {
    transform: scale(1.1);
}

#owl-carousel .owl-nav button:last-child {
    left: 90%;
}

#owl-carousel .owl-nav button:last-child span {
    background-image: url(/images/btnRight.png);
}

.sideNav-open {
    background-color: #fff;
    display: flex !important;
    z-index: 9000;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    height: 100vh;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    touch-action: none;
    width: 100%;
    z-index: 8000;
}

.overlay svg {
    left: 280px;
    position: absolute;
    top: 20px;
    z-index: 9001;
}

.sideCalendar {
    align-items: center;
    background: #fff;
    display: flex;
    display: none;
    flex-direction: column;
    height: 100%;
    max-width: 471px;
    min-width: 471px;
    padding: 0 50px;
    position: fixed;
    right: 0;
    z-index: 11;
}

.sideCalendar .closeCalendar {
    background: none;
    border: none;
    font-size: 24px;
    height: 24px;
    line-height: 0;
    padding: 0;
    position: absolute;
    right: 22px;
    top: 22px;
    width: 24px;
}

.sideCalendar .closeCalendar span {
    background: #000;
    height: 100%;
    position: absolute;
    top: 0;
    transform: rotate(45deg);
    width: 2px;
}

.sideCalendar .closeCalendar span:last-of-type {
    transform: rotate(-45deg);
}

.sideCalendar .calendarpic {
    margin-bottom: 30px;
}

.sideCalendar .line {
    border-bottom: 1px solid #e6e6e6;
    margin: 20px 0;
    width: 100%;
}

.sideCalendar .calendarHeader {
    font-family: Druk Wide Cyr;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 24px;
    margin: 40px auto 37px 0;
    text-align: left;
}

.sideCalendar .calendarColor {
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 17px;
    margin: 0;
    padding-left: 30px;
    position: relative;
    text-align: left;
    width: 100%;
}

.sideCalendar .calendarColor span {
    background: #f0f712;
    border: 1px solid;
    border-radius: 50%;
    height: 23px;
    left: 0;
    position: absolute;
    top: -3px;
    width: 23px;
}

.sideCalendar .calendarSection h3 {
    font-family: Druk Wide Cyr;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: 20px;
    text-align: left;
}

.sideCalendar .calendarSection .item {
    display: flex;
    margin-bottom: 12px;
}

.sideCalendar .calendarSection .item img {
    height: 70px;
    margin-right: 20px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    width: 67px;
}

.sideCalendar .calendarSection .item h2 {
    font-family: Druk Wide Cyr;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 17px;
    text-align: left;
}

.calendarOverlay {
    background: #000;
    display: none;
    height: 100vh;
    left: 0;
    opacity: 0.4;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}

.custom-nav-main-slider {
    position: absolute;
    top: calc(50% - 80px);
    width: 100%;
    z-index: 1;
}

.custom-nav-main-slider .owl-next {
    cursor: pointer;
    position: absolute;
    right: 12.1%;
    width: 50px;
}

.custom-nav-main-slider .owl-prev {
    cursor: pointer;
    left: 12.1%;
    position: absolute;
    width: 50px;
}

.custom-nav-program-slider {
    position: absolute;
    top: calc(50% - 24px);
    width: 100%;
}

.custom-nav-program-slider .owl-next {
    cursor: pointer;
    position: absolute;
    right: -75px;
    width: 30px;
}

.custom-nav-program-slider .owl-prev {
    cursor: pointer;
    left: -75px;
    position: absolute;
    width: 30px;
}

.owl-three {
    /* max-width: 1250px; */
}

.owl-three .custom-nav-trainer-slider {
    position: absolute;
    top: calc(50% - 54px);
    width: 100%;
}

.owl-three .custom-nav-trainer-slider .owl-next {
    cursor: pointer;
    position: absolute;
    right: -75px;
    width: 50px;
    top: calc(50% - 13px)
}

.custom-nav-trainer-slider {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

.owl-three .custom-nav-trainer-slider .owl-prev {
    cursor: pointer;
    left: -75px;
    position: absolute;
    width: 50px;
    top: calc(50% - 13px)
}

.custom-text-comment {
    display: flex;
}

.custom-text-comment div {
    cursor: pointer;
}

.owl-carousel .owl-stage {
    display: flex;
}

.visibleContent {
    height: 0;
    display: none !important;
}

.rotateImg {
    transform: rotate(180deg);
}

#youtubeModal .modal-dialog-centered {
    height: 100%;
    max-height: 0;
    max-width: 100%;
    position: inherit;
    width: 100%;
}

#youtubeModal #fatPlayer,
#youtubeModal .modal-dialog-centered .modal-content {
    height: 100%;
}

.owl-carousel-food {
    max-width: 100vw;
    overflow: hidden;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 0px !important;
    padding-right: 0px !important;
    flex: unset;
    padding-bottom: 30px !important;
    margin-bottom: -30px;
}

.owl-carousel-food .owl-stage-outer {
    padding-left: 15px;
    padding-right: 15px;
}

@media screen and (min-width: 768px) {
    .owl-carousel-food {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .owl-carousel-food .owl-stage-outer {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media screen and (min-width: 1200px) {
    .owl-carousel-food {
        width: calc(100% + 20px);
        margin-left: -20px;
        margin-right: 0px;
        padding-left: 20px !important;
        padding-right: 0px !important;
    }
}

.owl-carousel-food .owl-item {
    /* min-width: 300px; */
}

.owl-stage {
    flex-wrap: wrap;
}

.title {
    font-family: Druk Wide Cyr;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    color: #111;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}

.ogp-monitor {
    padding: 47px 40px 20px;
    box-shadow: 0px 4px 40px rgba(34, 34, 34, 0.1);
    border-radius: 10px
}

@media screen and (max-width: 991px) {
    .ogp-monitor {
        padding: 24px 16px 20px;
    }

    .gym .gymSubTitle {
        font-size: 12px;
        line-height: 12px;
        margin-bottom: 10px;
    }

    .gym .gymTitle {
        font-size: 20px;
        line-height: 140%
    }

    .section {
        margin-bottom: 50px;
        margin-top: 0;
    }

    .about .aboutFirst h2,
    .about .aboutSecond h2 {
        font-size: 20px;
        line-height: 140%;
    }

    .about .aboutFirst p {
        font-size: 14px;
        line-height: 140%;
    }

    .subscribe .subscribe-item .h3 {
        font-size: 18px;
        line-height: 140%;
    }

    .subscribe .subscribe-item p {
        font-size: 36px;
        line-height: 140%;
    }

    .about .opg-numbers {
        margin-bottom: 30px;
    }

    .expert .h4 {
        font-size: 12px;
        line-height: 140%;
    }
}

@media screen and (max-width: 767px) {
    footer .footerNav ul a {
        font-size: 14px;
        line-height: 18px;
    }
}

@media screen and (min-width: 992px) {
    .gym .gymSubTitle {
        font-size: 14px;
        line-height: 14px;
    }

    .title {
        margin-bottom: 30px;
    }

    .section {
        margin-bottom: 70px;
        margin-top: 0;
    }
}

@media screen and (min-width: 992px) and (max-width: 1919px) {
    .mainNav .nav a {
        font-size: calc(7px + (4 + 4 * 0.7) * ((100vw - 992px) / 1920));
    }

    .mainNav .navClient .language .languageButton {
        font-size: calc(8px + (4 + 4 * 0.7) * ((100vw - 992px) / 1920));
    }

    .mainNav .navClient a {
        margin-left: calc(20px + (22 + 22 * 0.7) * ((100vw - 992px) / 1920));
    }

    .mainNav .navClient a span {
        font-size: calc(8px + (4 + 4 * 0.7) * ((100vw - 992px) / 1920));
    }

    .mainNav .navClient a {
        padding-left: calc(20px + (22 + 22 * 0.7) * ((100vw - 992px) / 1920));
        padding-right: calc(20px + (22 + 22 * 0.7) * ((100vw - 992px) / 1920));
    }

    .sectionMain .sectionText h1 {
        font-size: calc(22px + (20 + 20 * 0.7) * ((100vw - 992px) / 1920));
        line-height: 140%
    }

    .title {
        font-size: calc(20px + (8 + 8 * 0.7) * ((100vw - 992px) / 1920));
    }

    .about .aboutFirst h2,
    .about .aboutSecond h2 {
        font-size: calc(20px + (16 + 16 * 0.7) * ((100vw - 992px) / 1920));
        line-height: 140%;
    }

    .about .aboutFirst p {
        font-size: calc(14px + (2 + 2 * 0.7) * ((100vw - 992px) / 1920));
        line-height: 140%;
    }

    .subscribe .subscribe-item .h3 {
        font-size: calc(18px + (6 + 6 * 0.7) * ((100vw - 992px) / 1920));
        line-height: 140%;
    }

    .subscribe .subscribe-item p {
        font-size: calc(36px + (19 + 19 * 0.7) * ((100vw - 992px) / 1920));
        line-height: 140%;
    }

    footer .footerNav ul a {
        font-size: calc(7px + (4 + 4 * 0.7) * ((100vw - 992px) / 1920));
    }

    .mainNav .navClient .language a {
        font-size: calc(8px + (4 + 4 * 0.7) * ((100vw - 992px) / 1920))
    }

    footer .footerClient a {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        white-space: nowrap;
        height: 100%;
        display: flex;
        align-items: center;
    }
}

@media screen and (min-width: 1920px) {
    .title {
        font-size: 24px;
    }

    .about .aboutFirst h2,
    .about .aboutSecond h2 {
        line-height: 140%;
    }

    .about .aboutFirst p {
        line-height: 140%;
    }
}

@media screen and (max-width: 767px) {
    .sectionMain div:first-child {
        max-height: 468px;
    }

    .custom-nav-program-slider {
        display: none
    }
}

.cardForFitness .position-relative {
    overflow: hidden
}

.img-box::after {
    display: block;
    content: '';
    /* 16:9 aspect ratio */
    padding-bottom: 56.25%;
}

@supports (-webkit-touch-callout: none) {
    @media (max-width: 1400px) {
        .img-desc {
            height: auto !important;
        }
    }
}

.imgFitness {
    /* height: auto; */
    /* height: 356px; */
    height: 100%;
    width: 100%;
    object-fit: unset;
}

.cardForFitness > .position-relative {
    max-height: 390px;
}

.program .item, .program .cardForFitness, .cardForFitness {
    width: 100%;
    /*max-width: 325px;*/
}

.owl-item > .item > .cardForFitness {
    width: 100%;
    max-width: 325px;
}

@media (max-width: 375px) {
    .owl-item > .item > .cardForFitness {
        max-width: 300px;
    }

    .program .item, .program .cardForFitness, .cardForFitness {
        width: 100%;
        max-width: 300px;
    }
}

.program-content .item {
    flex: unset;
    margin-right: 10px;
    padding-right: 0;
    padding-left: 0;
    max-width: unset;
    width: auto;
}

.program-content .cardForFitness {
}

.program .item, .program .cardForFitness, .cardForFitness {
    max-width: 300px;
}

@media screen and (min-width: 1157px) {
    .program .item, .program .cardForFitness, .cardForFitness {
        max-width: 275px;
    }

    /* .imgFitness {
            height: 320px;
        } */

}

@media screen and (min-width: 1200px) {
    .cardForFitness > .position-relative {
        max-height: 390px;
    }

    .cardListLeft {
        flex: auto;
    }

    .cardListRight {
        flex: auto;
    }

    /* .imgFitness {
            height: 320px;
        } */

}

@media screen and (min-width: 1425px) {
    .program .item, .program .cardForFitness, .cardForFitness {
        max-width: 300px;
    }

    /* .imgFitness {
            height: 320px;
        } */

}

@media screen and (max-width: 1157px) {
    .program-content .item {
        margin-left: auto;
        margin-right: auto;
        padding-left: 11px;
    }
}

@media screen and (max-width: 367px) {
    .program-content .item {
        padding-left: 0;
        padding-right: 0;
    }
}

.content-user-video > div:last-child {
    display: flex;
    flex-flow: row wrap
}

.content-user-video-item {
    padding-right: 0;
    margin-right: -15px;
    width: calc(100% + 15px);
    max-width: unset;
    cursor: pointer;
}

.burn-content .content-user-video div:last-child > a,
.functional-content .content-user-video div:last-child > a {
    width: calc(100% + 15px);
}

.burn-content .content-user-video div:last-child > a > .content-user-video-item,
.functional-content .content-user-video div:last-child > a > .content-user-video-item {
    width: 100%;
}

.content-user-video-item img {
    transition: all 0.3s ease-in
}

.content-user-video-item .col-6.p-0 {
    overflow: hidden
}

.content-user-video-item:hover img {
    transform: scale(1.1);
}

.content-user-video-item h2 {
    transition: all 0.3s ease-in
}

.content-user-video-item:hover h2 {
    color: dimgray;
}

.content-user-video-item > div:first-child {
    height: 136px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.content-user-video-item > div:first-child img {
    object-fit: cover;
    height: 100%;
}

.workoutVideo {
    /*height: 416px;*/
}

.workoutVideo .preview {
    margin: auto
}

.content-user-video-item {
    padding-left: 30px;
}

.burn-content .youtube-program button, .functional-content .youtube-program button {
    text-transform: uppercase;
}

.answerInput:hover {
    background: transparent !important;
    text-decoration: none !important;
}

@media screen and (max-width: 991px) {
    .workoutVideo {
        /*height: 400px;*/
    }

    .content-user-video > div:last-child {
        padding-left: 0;
        padding-right: 0;
    }

    .content-user-video-item {
        width: 100%;
        /* max-width: calc(50% - 30px); */
        /* max-width: calc(50% - 5px); */
        /* margin-left: -15px; */
        /* margin-right: 30px; */

        display: inline-flex !important;
    }

    .burn-content .content-user-video div:last-child > a,
    .functional-content .content-user-video div:last-child > a {
        width: 100%;
        max-width: calc(50% - 5px);
    }

    .content-user-video-item:nth-child(odd) {
        margin-right: 10px;
    }

    .burn-content .content-user-video div:last-child .content-user-video-item,
    .functional-content .content-user-video div:last-child .content-user-video-item {
        margin-bottom: 12px;
    }

    .content-user-video-item {
      gap: 8px;
    }

    .burn-content .youtube-program button, .functional-content .youtube-program button {
        /* width: calc(100% + 60px);
            margin-left: -30px;
            margin-right: -30px; */
    }

    .content-user-video-item > div:first-child {
        max-width: 168px;
        height: 94px;
    }

    .workoutVideo .playButton {
        width: 70px;
        height: 70px;
    }
}

@media screen and (max-width: 570px) {
    .content-user-video-item {
        width: 100%;
        max-width: 100%;
        /* margin-right: -15px; */
    }

    .burn-content .content-user-video div:last-child > a,
    .functional-content .content-user-video div:last-child > a {
        max-width: 100%;
    }

    .content-user-video-item:nth-child(odd) {
        margin-right: 0px;
    }

    .workoutVideo {
        /*height: 194px;*/
    }
}

.sideNav .sideNavBottom div, .subscribe-content .subscribe-transform-days div {
    background: #F1F1F1;
    position: relative;
}

.sideNav .sideNavBottom div > span, .subscribe-content .subscribe-transform-days div > span {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(90deg, #E0006C 0%, #FBE900 52.08%, #5DD420 100%);
    border-radius: 5px;
}

.playButton {
    transition: all .3s ease-in;
    cursor: pointer;
}

.playButton:hover {
    transform: scale(.9)
}

.owl-carousel-food {
    padding-top: 40px !important;
}

.owl-carousel-food .custom-text-comment {
    position: absolute;
    right: 0;
    top: 0px;
}

.p_a {
    position: absolute !important;
}

.custom-text-comment > div {
    transition: all .3s ease-in;
}

.custom-text-comment > div.disabled {
    opacity: 0;
    pointer-events: none;
    cursor: default
}

.custom-text-comment > div:not(.disabled):hover {
    opacity: .5;
}

.custom-nav-program-slider > div {
    transition: all .3s ease-in;
}

.custom-nav-program-slider > div.disabled {
    opacity: 0;
    pointer-events: none;
    cursor: default
}

.custom-nav-program-slider > div:not(.disabled):hover {
    opacity: .5;
}

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

.owl-carousel .owl-stage-outer {
    max-width: 100%;
    width: 100%;
}

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


.program-content .cardHeader {
    text-align: center;
}

.img-box .img-fluid {
  object-fit: contain;
  object-position: top;
  height: auto !important;
}