html {
    height: auto !important;
    margin-top: 0 !important;
}

body {
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
    overflow-x: hidden;
    min-height: 100vh !important;
    background-color: white;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1200px;
    }
}


*, ::after, ::before {
    box-sizing: border-box;
}

h1 {
    margin: 0 !important;
}


button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    outline: none;
}

a {
    outline: none !important;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

b, strong {
    font-weight: bold;
}

p {
    margin-bottom: 0
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
}

.overflow {
    overflow: hidden;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

input {
    filter: none;
    outline: none;
}

input:focus, textarea:focus {
    border: none;
    outline: none;
}

a:focus, a:active, button:active, button:focus {
    outline: none !important;
}

.no-padding-right {
    padding-right: 0;
}

.no-padding-left {
    padding-left: 0;
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.hidden {
    display: none !important;
}

ul {
    padding-left: 0;
    margin: 0;
    list-style: none;
}

.header {
    position: absolute;
    top: 16px;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.header-wrapper {
    height: 90px;
    padding: 16px 24px;
    background: white;
    box-shadow: 0px 4px 4px -4px rgba(59, 27, 14, 0.05),
    0px 16px 32px -4px rgba(59, 27, 14, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
}

.header .logo {
    margin-right: 62px;
}

.header .menu {
    display: flex;
    align-items: center;
    width: 100%;
    margin-right: 62px;
}

.header .menu ul {
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.header .menu ul li {
    margin-right: 32px;
    display: flex;
    position: relative;
    align-items: center;
    flex-shrink: 0;
}

.header .menu ul li:last-child {
    margin-right: 0;
}

.header .menu a {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #373737;
}

.header .login-register, .toggle_menu .login-register {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 205px;
    height: 48px;
    border-radius: 100px;
    background: #F2AEA066;
    margin-left: auto;
    flex-shrink: 0;
}

.header .login-register .svg, .toggle_menu .login-register .svg {
    margin-right: 12px;
}

.header .login-register a, .toggle_menu .login-register a {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-max-size: 16px;
    color: #373737;
}

.banner {
    position: relative;
    min-height: 1080px;
    background: linear-gradient(180deg,
    rgba(242, 200, 190, 0) 0%, /* почти прозрачный светлый оттенок */ rgba(242, 200, 190, 0.3) 25%, /* светлее и менее насыщенно */ rgba(242, 200, 190, 0.5) 50%, /* средняя точка светлее */ rgba(242, 200, 190, 0.3) 75%, /* светлее и прозрачнее */ rgba(242, 200, 190, 0) 100% /* полностью прозрачный */
    );

}

.banner .img-bg {
    position: absolute;
}

.banner .content {
    padding-top: 178px;
    z-index: 2;
    position: relative;
    display: grid;
    grid-template-columns: 720px 1fr;
    gap: 116px;

}

.banner .left .title {
    font-size: 130px;
    line-height: 1.2;
    color: #373737;
    font-family: 'NyghtSerif';
}

.banner .left .title span {
    font-style: italic;
}

.banner .left .text {
    font-family: "Inter", sans-serif;
    color: #000000;
    font-size: 28px;
    line-height: 1.3;
    max-width: 670px;
    font-weight: 300;
    padding-top: 32px;
}

.banner .left .text strong {
    font-weight: 500;
}


.banner .buttons {
    max-width: 706px;
    width: 100%;
    margin-top: 56px;
    background: linear-gradient(90deg, #EE6B70 0%, #F2AEA0 100%);
    border-radius: 100px;
    display: flex;
    align-items: center;
    padding: 32px;
}

.banner .buttons a:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 273px;
    height: 80px;
    font-weight: 700;
    color: #EE6B70;
    background: white;
    font-size: 14px;
    letter-spacing: 16%;
    text-transform: uppercase;
    border-radius: 100px;
    margin-right: 16px;
}


.banner .buttons a:last-child {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 354px;
    height: 80px;
    font-weight: 700;
    color: white;
    background: transparent;
    font-size: 14px;
    letter-spacing: 16%;
    text-transform: uppercase;
    border-radius: 100px;
    border: 1px solid white;
}

.banner .shild-1 {
    width: 242px;
    height: 112px;
    background: #EE6B70;
    display: flex;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    color: white;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    position: absolute;
    bottom: 246px;
    right: 0;
    transform: rotate(-15deg);
    z-index: 2;
}

.banner .shild-1 .icon, .banner .shild-2 .icon, .banner .shild-3 .icon {
    margin-right: 24px;
}


.banner .shild-2, .banner .shild-3 {
    width: 342px;
    height: 112px;
    background: white;
    display: flex;
    align-items: center;
    color: #373737;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    border-radius: 24px;
    padding: 32px 40px;
    box-shadow: 0 4px 4px -4px rgba(12, 12, 13, 0.05),
    0 16px 32px -4px rgba(12, 12, 13, 0.10);
    position: absolute;
}

.banner .shild-2 {
    bottom: 128px;
    right: 0;
}

.banner .shild-3 {
    bottom: 0;
    right: 0;
}

.gift-block-fixed {
    position: fixed;
    top: 500px;
    right: 40px;
    z-index: 3;
}


.gift {
    width: 284px;
    height: 274px;
    padding: 32px;
    background: #EE6B70;
    border-radius: 24px;
    cursor: pointer;
    position: absolute;
    right: 0;
    display: none;
}

.gift-header {
    display: flex;
    justify-content: space-between;
    padding-bottom: 12px;
}

.gift-header svg {
    cursor: pointer;
}


.gift .text {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    color: white;
    padding-bottom: 24px;
}

.gift a {
    width: 148px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 1);
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 16%;
}

.gift-img {
    cursor: pointer;
    position: absolute;
    right: 0;
}


.training .title {
    padding-top: 128px;
    padding-bottom: 44px;
    text-align: center;
    font-size: 72px;
    line-height: 1.2;
    color: #373737;
    font-family: 'NyghtSerif';
}

.training .title span {
    font-style: italic;
}

.training .item {
    display: flex;
    align-items: center;
    border-radius: 24px;
    padding: 32px;
    color: #373737;
    font-weight: 500;
    font-size: 28px;
    line-height: 1.2;
    background: rgba(250, 223, 217, 1);
    backdrop-filter: blur(28px);
    margin-bottom: 12px;
}

.training .item:last-child {
    margin-bottom: 0;
}

.training .icon {
    margin-right: 16px;
}

.awaits {
    padding-bottom: 126px;
}

.awaits .title {
    padding-top: 128px;
    padding-bottom: 56px;
    text-align: center;
    font-size: 72px;
    line-height: 1.2;
    color: #373737;
    font-family: 'NyghtSerif';
}

.awaits .title span {
    font-style: italic;
}

.awaits .item {
    border: 1px solid #F2AEA0CC;
    background: rgba(242, 174, 160, 0.1);
    backdrop-filter: blur(8px);
    padding: 48px;
    display: flex;
    align-items: center;
    border-radius: 24px;
    margin-bottom: 12px;
}

.awaits .item:last-child {
    margin-bottom: 0;
}

.awaits .item .num {
    min-width: 105px;
    display: block;
    text-align: center;
    margin-right: 48px;
}

.awaits .item .num span {
    color: #e3bebf;
    font-size: 130px;
    line-height: 1.2;
    font-family: 'NyghtSerif';
    font-style: italic;
    position: relative;
    top: 3px;
}

.awaits .item .title {
    font-weight: 600;
    font-size: 28px;
    line-height: 1.2;
    color: #373737;
    text-align: left;
    padding-top: 0;
    padding-bottom: 12px;
    font-family: "Montserrat", sans-serif;
}

.awaits .item .text {
    font-weight: 400;
    font-size: 20px;
    color: #373737;
}


.need .title-block {
    padding-top: 128px;
    padding-bottom: 46px;
    display: grid;
    grid-template-columns: 566px 1fr;
    gap: 36px;
}

.need .title {
    font-size: 72px;
    line-height: 1.2;
    color: #373737;
    font-family: 'NyghtSerif';
}

.need .title span {
    font-style: italic;
}

.need .text {
    font-weight: 400;
    font-size: 20px;
    color: #373737;
    display: flex;
    align-items: flex-end;
    margin-bottom: 12px;
}

.slider-need .slick-slide {
    margin: 0 20px; /* расстояние между слайдами */
}

.slider-need .slick-list {
    margin: 0 -20px; /* компенсация отступов */
}

.slick-dots {
    display: inline-flex;
    height: 24px;
    background: rgb(241, 241, 241);
    align-content: center;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 100px;
}

.slick-dots .slick-active .dot {
    background: rgba(238, 107, 112, 1);
    width: 16px;
    height: 8px;
    border-radius: 100px;
}


.slick-dots .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(59, 27, 14, 0.1);
    border: none;
    padding: 0;
    margin: 0 3px;
}

.need-dots-wrapper {
    text-align: center;
    padding-top: 16px;
}

.slider-need .item .need-img {
    padding-bottom: 16px;
}

.slider-need .item .need-text {
    font-weight: 400;
    font-size: 20px;
    color: #373737;
    text-align: center;
}

.price {
    padding-top: 128px;
    padding-bottom: 128px;
}

.price .title {
    font-size: 72px;
    line-height: 1.2;
    color: #373737;
    font-family: 'NyghtSerif';
    text-align: center;
    padding-bottom: 56px;
}


.prices {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.product-wrapper.lite {
    background: linear-gradient(90deg, #F8D3CB 0%, #F0A191 100%);
}

.product-wrapper.pro {
    background: #F0A191;
}

.product-wrapper.pro-plus {
    background: linear-gradient(90deg, #F0A291 0%, #EE6B70 100%);
}

.product-wrapper.active {
    background: #EE6B70 !important;
}

.product-wrapper {
    padding: 32px;
    border-radius: 24px;
}

.product-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid white;
    padding-bottom: 16px;
    margin-bottom: 24px;
}

.product-header .icon-name {
    display: flex;
    align-items: center;
}

.product-header .icon-name .icon {
    margin-right: 16px;
}

.product-header .name {
    display: flex;
    flex-direction: column;
}

.product-header .name {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #FFFFFF;
}

.product-header .name span {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    display: block;
    padding-top: 6px;
    text-transform: none;
}

.product-header .discount {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    font-size: 16px;
    font-weight: 400;
    padding: 2px 10px;
    border-radius: 100px;
}


.product-wrapper .product-price {
    display: flex;
    flex-direction: column;
}

.product-wrapper .current-old {
    display: flex;
    align-items: center;
}

.product-wrapper .current {
    padding: 8px 16px;
    border-radius: 100px;
    background: white;
    color: #373737;
    font-weight: 400;
    font-size: 32px;
}

.product-wrapper .old {
    color: white;
    font-size: 20px;
    font-weight: 400;
    margin-left: 8px;
    text-decoration: line-through;
}

.product-wrapper .month {
    padding-top: 8px;
    padding-bottom: 64px;
    color: white;
    font-size: 20px;
    font-weight: 400;
}

.product-wrapper .product-button a {
    height: 64px;
    border: 1px solid white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: white;
    letter-spacing: 16%;
    text-transform: uppercase;
    border-radius: 100px;
    padding: 0 32px;
}

.product-wrapper .product-button a.tariff_active {
    display: flex;
    padding: 0;
    background: white;
    color: #EE6B70;
}

.faq {
    padding-bottom: 128px;
    background: linear-gradient(180deg, rgba(238, 107, 112, 0) 0%, rgba(238, 107, 112, 0.1) 25%, rgba(238, 107, 112, 0.14) 50%, rgba(238, 107, 112, 0.1) 75%, rgba(238, 107, 112, 0) 100%);
}

.faq .title {
    padding-top: 128px;
    padding-bottom: 48px;
    font-size: 72px;
    line-height: 1.2;
    color: #373737;
    font-family: 'NyghtSerif';
}

.faq .title span {
    font-style: italic;
}

.faq .acc-content {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.35s ease, opacity 0.25s ease;
    opacity: 0;
}

.faq .acc-item.active .acc-content {
    opacity: 1;
}

.faq .acc-header {
    width: 100%;
    text-align: left;
    border: none;
    cursor: pointer;
    outline: none;
    border-bottom: 1px solid white;
    padding: 28px 0;
    background: transparent;
    font-size: 28px;
    font-weight: 500;
    color: #373737;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.faq .acc-header:after {
    content: '';
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M14.1212 15.4013L18.7112 10.8113C18.8974 10.6239 19.002 10.3705 19.002 10.1063C19.002 9.84208 18.8974 9.58863 18.7112 9.40127C18.6182 9.30754 18.5076 9.23315 18.3857 9.18238C18.2639 9.13161 18.1332 9.10547 18.0012 9.10547C17.8691 9.10547 17.7384 9.13161 17.6166 9.18238C17.4947 9.23315 17.3841 9.30754 17.2912 9.40127L12.7112 14.0013C12.6182 14.095 12.5076 14.1694 12.3857 14.2202C12.2639 14.2709 12.1332 14.2971 12.0012 14.2971C11.8691 14.2971 11.7384 14.2709 11.6166 14.2202C11.4947 14.1694 11.3841 14.095 11.2912 14.0013L6.71116 9.40127C6.52418 9.21296 6.27006 9.10665 6.0047 9.10571C5.73933 9.10477 5.48446 9.20929 5.29616 9.39627C5.10786 9.58325 5.00154 9.83737 5.0006 10.1027C4.99967 10.3681 5.10418 10.623 5.29116 10.8113L9.88116 15.4013C10.4437 15.9631 11.2062 16.2786 12.0012 16.2786C12.7962 16.2786 13.5587 15.9631 14.1212 15.4013Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    flex-shrink: 0;
}

.faq .acc-item.active .acc-header:after {
    transform: rotate(180deg)
}

.faq .acc-item.active .acc-header {
    border-bottom: 1px solid transparent;
}

.faq .acc-content p {
    font-weight: 400;
    font-size: 20px;
    color: #373737;
    margin-bottom: 16px;
}

.faq .acc-content p:last-child {
    margin-bottom: 0;
}

.form {
    background: linear-gradient(180deg, rgba(250, 223, 217, 0) 0%, rgba(250, 223, 217, 0.5) 25%, rgba(250, 223, 217, 0.7) 50%, rgba(250, 223, 217, 0.5) 75%, rgba(250, 223, 217, 0) 100%);
}

.form .title {
    padding-top: 128px;
    padding-bottom: 40px;
    font-size: 72px;
    line-height: 1.2;
    color: #373737;
    font-family: 'NyghtSerif';
    text-align: center;
}

.form .title span {
    font-style: italic;
}

.form .sub_title {
    font-size: 20px;
    font-weight: 400;
    color: #373737;
    text-align: center;
    padding-bottom: 72px;
}

.form .sub_title strong {
    font-weight: 600;
}

.cf7-wrapper {
    background: linear-gradient(90deg, #EE6B70 0%, #F2AEA0 100%);
    border-radius: 24px;
    padding: 40px;
}

.cf7-form {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    align-items: center;
}

.cf7-field input {
    width: 100%;
    height: 64px;
    padding: 0 20px;
    border-radius: 100px;
    outline: none;
    background: rgba(255, 255, 255, 0.25);
    color: #fff;
    font-size: 14px;
    border: 1px solid #FFFFFF26;
}

.cf7-field input::placeholder {
    color: rgba(255, 255, 255, 0.85);
}

.cf7-submit {
    position: relative;
    top: 16px;
}

.cf7-submit input[type="submit"] {
    height: 66px;
    padding: 0 40px;
    border-radius: 100px;
    background: #fff;
    color: #ef6a6a;
    font-weight: 700;
    letter-spacing: 16%;
    cursor: pointer;
    width: 100%;
    border: 1px solid white;
}

.cf7-wrapper label {
    font-weight: 500;
    font-size: 20px;
    color: white;
    padding-bottom: 4px;
}

.wpcf7-form p {
    margin: 0;
}

.footer-top {
    background: #373737;
    position: relative;
    z-index: 99999;
}

.footer-top .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
}

.footer-top .link {
    font-weight: 500;
    font-size: 16px;
    color: white;
}

.footer-top .contacts {
    display: flex;
    align-items: center;
}

.footer-top .contacts a {
    font-weight: 600;
    font-size: 16px;
    color: white;
}

.footer-top .contacts div {
    display: flex;
    align-items: center;
}

.footer-top .contacts .svg {
    margin-right: 8px;
}

.footer-top .contacts .email {
    margin-left: 40px;
}

.footer-bottom {
    background: #FADFD9;
    position: relative;
    z-index: 99999;
}

.footer-bottom .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 0;
}

.footer-bottom .copy {
    color: #373737;
    font-weight: 400;
    font-size: 16px;
}

.footer-bottom .links a {
    color: #373737;
    font-weight: 400;
    font-size: 16px;
}

.footer-bottom .links li:first-child a {
    padding-right: 32px;
}

.breadcrumbs {
    display: flex;
    align-items: center;
    margin-bottom: 54px;
    flex-wrap: wrap;
}

.breadcrumbs span {
    color: #8F8F8F;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    top: 1px;
}

.breadcrumbs a {
    color: #8F8F8F;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    top: 1px;
}

.breadcrumbs .sep {
    margin: 0 12px;
}


.main--wrapper {
    padding-bottom: 128px;
    overflow-x: hidden;
}

body.home {
    background-position: 332px 286px;
    background-image: url("../images/desktop.png");
    background-repeat: no-repeat;
}



.page-template-account .main--wrapper,
body[class*="training_library"] .main--wrapper,
body[class*="food"] .main--wrapper,
body[class*="instructions"] .main--wrapper,
body[class*="page-template-default"] .main--wrapper,
body[class*="woocommerce-checkout"] .main--wrapper,
body[class*="error404"] .main--wrapper {
    padding-top: 122px;
    background-image: url("../images/bg_account.svg"),
    linear-gradient(180deg, rgba(250, 223, 217, 0) 0%, rgba(250, 223, 217, 0.5) 25%, rgba(250, 223, 217, 0.7) 50%, rgba(250, 223, 217, 0.5) 75%, rgba(250, 223, 217, 0) 100%);
    background-repeat: no-repeat, no-repeat;
    background-position: center top, center top;
    background-size: cover, cover;
    min-height: 977px;
}

.bg-not-image .main--wrapper,
body[class*="training_library"] .main--wrapper,
body[class*="food"] .main--wrapper,
body[class*="instructions"] .main--wrapper,
body[class*="page-template-default"] .main--wrapper,
body[class*="woocommerce-checkout"] .main--wrapper {
    background-image: linear-gradient(180deg, rgba(250, 223, 217, 0) 0%, rgba(250, 223, 217, 0.5) 25%, rgba(250, 223, 217, 0.7) 50%, rgba(250, 223, 217, 0.5) 75%, rgba(250, 223, 217, 0) 100%) !important;
}

body[class*="single-training_library"] {
    background-image: url("../images/bg_account.svg"),
    linear-gradient(180deg, rgba(250, 223, 217, 0) 0%, rgba(250, 223, 217, 0.5) 25%, rgba(250, 223, 217, 0.7) 50%, rgba(250, 223, 217, 0.5) 75%, rgba(250, 223, 217, 0) 100%);
}

.account-form-wrapper {
    max-width: 780px;
    margin: 0 auto;
    padding: 56px;
    background-color: rgba(242, 174, 160, 0.1);
    border: 1px solid rgba(242, 174, 160, 0.8);
    border-radius: 40px;
    backdrop-filter: blur(8px);
    text-align: center;
}

.account-form-title {
    font-size: 40px;
    line-height: 1.2;
    color: #373737;
    font-family: 'NyghtSerif';
    padding-bottom: 56px;
}

.account-form-title span {
    font-style: italic;
}

.one-cell > div, .two-cell > div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.one-cell, .two-cell {
    margin-bottom: 16px;
}

.two-cell {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.account-form-wrapper label {
    color: #373737;
    font-weight: 500;
    font-size: 16px;
    padding-bottom: 4px;
}

.account-form-wrapper input {
    width: 100%;
    height: 64px;
    padding: 12px 24px;
    background: white;
    border: 1px solid rgba(226, 226, 226, 1);
    border-radius: 100px;
    font-size: 16px;
    font-weight: 400;
    color: #373737;
}

.account-form-wrapper .password {
    position: relative;
    width: 100%;
}

.account-form-wrapper .password .svg {
    position: absolute;
    right: 24px;
    top: 22px;
    cursor: pointer;
}

.account-form-wrapper button[type="submit"],
.account-form-wrapper [name="login"],
.account-form-wrapper #send_link,
.account-form-wrapper #reset_password,
.account-form-wrapper #save-profile {
    width: 100%;
    max-width: 257px;
    height: 64px;
    margin: 16px 0;
    border-radius: 100px;
    background: #EE6B70;
    border: none;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 16%;
    text-transform: uppercase;
    color: white;
}

.account-form-wrapper .form-error,
#recover_message,
#reset_message {
    color: #EE6B70;
    font-size: 14px;
    font-weight: 700;
}

.has-account span, .has-login span {
    font-weight: 500;
    font-size: 16px;
    color: #373737;
}

.has-account a, .has-login a {
    font-weight: 500;
    font-size: 16px;
    color: #EE6B70;
}

.success-modal .fancybox-bg {
    background: none;
}

.success-modal .fancybox-slide--html .fancybox-close-small {
    top: 50%;
    transform: translateY(-50%);
    background: #F4F4F4;
    border-radius: 8px;
    right: 32px;
}

.success-modal .fancybox-content {
    padding: 32px;
    box-shadow: 0px 4px 4px -4px rgba(12, 12, 13, 0.05),
    0px 16px 32px -4px rgba(12, 12, 13, 0.1);
    border-radius: 24px;
}

.success-modal .success-modal-content {
    display: flex;
    align-items: center;
}

.success-modal .success-modal-content img {
    margin-right: 16px;
}

.success-modal .success-modal-content .message {
    font-size: 28px;
    font-weight: 500;
    color: #373737;
    line-height: 1.2;
    margin-right: 64px;
}

.password-reset-link {
    margin-bottom: 8px;
    text-align: left;
}

.password-reset-link span {
    color: #8D8D8D;
    font-size: 16px;
    font-weight: 400;
}


.password-reset-link a {
    color: #EE6B70;
    font-size: 16px;
    font-weight: 500;
}

.password-reset-link a:hover {
    text-decoration: underline;
}

.return-login {
    position: absolute;
    left: 56px;
    top: 42px;
}

.return-login a {
    color: #8F8F8F;
    font-size: 16px;
    font-weight: 400;
}

.account-page-title {
    font-size: 72px;
    line-height: 1.2;
    color: #373737;
    font-family: 'NyghtSerif';
    padding-bottom: 40px;
}

.account-page-title span {
    font-style: italic;
}

.profile-header {
    padding: 24px;
    background: white;
    border-radius: 24px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.profile-header .info {
    display: flex;
    align-items: center;
}

.profile-header .info .icon {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background: #EE6B70;
    align-items: center;
    justify-content: center;
    display: flex;
    font-family: 'NyghtSerif';
    font-style: italic;
    color: white;
    font-size: 32px;
    margin-right: 24px;
    text-transform: uppercase;
    flex-shrink: 0;
}

.profile-header .info .name-status {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.profile-header .info .name {
    font-size: 20px;
    font-weight: 600;
    color: #3B1B0E;
}

.profile-header .info .status {
    padding: 8px 12px;
    background: rgba(242, 174, 160, 0.4);
    border-radius: 100px;
    color: #373737;
    font-size: 16px;
    font-weight: 400;
}

.profile-header .info .status span {
    font-weight: 600;
}

.profile-header .info .status a {
    color: #E45463;
    text-decoration: underline;
    margin-left: 4px;
}

.profile-header .info .status a:hover {
    text-decoration: none;
}

.profile-header .logout a {
    display: flex;
    align-items: center;
    color: #EE6B70;
}

.profile-header .logout svg {
    margin-right: 8px;
    font-size: 16px;
    font-weight: 400;
}


.account-form-wrapper.profile {
    padding: 0;
    margin: 0;
    max-width: 570px;
    background: none;
    border: none;
    text-align: left;
    width: 100%;
}


.fav-switch {
    display: flex;
    gap: 8px;
}

.fav-switch label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 20px;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    user-select: none;
    color: rgba(238, 107, 112, 1);
    border: 1.5px solid #F4B3B6;
    background: transparent;
}

.fav-switch input[type="radio"] {
    display: none;
}

.fav-switch label.is-active {
    background: rgba(242, 174, 160, 0.4);
    border-color: rgba(238, 107, 112, 1);
    color: rgba(238, 107, 112, 1);
}

.fav-switch label:hover {
    background: #FCE6E7;
}

.fav-switch .fav .svg-active {
    display: none;
}

.fav-switch .fav.is-active .svg-not-active {
    display: none;
}

.fav-switch .fav.is-active .svg-active {
    display: block;
}

.filters-block {
    display: flex;
    gap: 8px;
    padding-bottom: 40px;
    padding-top: 24px;
}

.filter {
    position: relative
}

.filter button {
    cursor: pointer;
    width: 254px;
    height: 64px;
    display: flex;
    align-items: center;
    background: white;
    border-radius: 100px;
    color: #373737;
    font-weight: 400;
    font-size: 16px;
    padding: 22px 20px;
    border: 1px solid rgba(226, 226, 226, 1);
    position: relative;
}

.filter button:after {
    content: '';
    position: absolute;
    right: 20px;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M9.41411%2010.2701L12.4741%207.21011C12.5983%207.0852%2012.668%206.91623%2012.668%206.74011C12.668%206.56398%2012.5983%206.39501%2012.4741%206.27011C12.4121%206.20762%2012.3384%206.15802%2012.2572%206.12418C12.1759%206.09033%2012.0888%206.07291%2012.0008%206.07291C11.9128%206.07291%2011.8256%206.09033%2011.7444%206.12418C11.6632%206.15802%2011.5894%206.20762%2011.5274%206.27011L8.47411%209.33677C8.41213%209.39926%208.3384%209.44885%208.25716%209.4827C8.17592%209.51655%208.08878%209.53397%208.00077%209.53397C7.91277%209.53397%207.82563%209.51655%207.74439%209.4827C7.66315%209.44885%207.58942%209.39926%207.52744%209.33677L4.47411%206.27011C4.34946%206.14457%204.18004%206.07369%204.00313%206.07307C3.82622%206.07244%203.65631%206.14212%203.53077%206.26677C3.40524%206.39142%203.33436%206.56084%203.33374%206.73775C3.33311%206.91466%203.40279%207.08457%203.52744%207.21011L6.58744%2010.2701C6.96244%2010.6446%207.47077%2010.855%208.00077%2010.855C8.53078%2010.855%209.03911%2010.6446%209.41411%2010.2701Z'%20fill='black'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
}

.filter .dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    z-index: 10;
    width: 100%;
    background: rgba(0, 0, 0, 0.1);
    border: 1px solid transparent;
    border-radius: 12px;
    background-origin: border-box;
    background-clip: padding-box, border-box;
    backdrop-filter: blur(8px);
    padding: 12px;
}


.filter.active .dropdown {
    display: block;
}

.filter.active button:after {
    transform: rotate(-180deg);
}


.filter .custom-checkbox input[type="checkbox"] {
    display: none;
}

.filter .custom-checkbox {
    display: flex;
    align-items: center;
    cursor: pointer;
    height: 44px;
}

.filter .custom-checkbox span {
    position: relative;
    padding-left: 26px;
    font-size: 16px;
    color: white;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.filter .custom-checkbox span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-image: url("../images/unchecked.png");
    background-size: cover;
    transition: all 0.2s ease;
}

.filter .custom-checkbox input[type="checkbox"]:checked + span::before {
    background-image: url("../images/checked.png");
}

.card-training {
    position: relative;
    margin-bottom: 40px;
}

.card-training .image {
    position: relative;
}

.card-training .image img {
    width: 100%;
    border-radius: 16px;
}

.card-training .image .svg {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.card-training .image::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 60.56%, rgba(0, 0, 0, 0.4) 100%),
    linear-gradient(360deg, rgba(0, 0, 0, 0) 66.67%, rgba(0, 0, 0, 0.4) 100%);
    z-index: 1;
    border-radius: 16px;
}

.card-training.blocked .image::after {
    background: rgba(238, 107, 112, 0.5);
    backdrop-filter: blur(16px);
}


.card-training.blocked .blocked-info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 100%;
    text-align: center;
}

.card-training.blocked .blocked-info .text {
    padding-top: 24px;
    padding-bottom: 12px;
    color: white;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
}

.card-training.blocked .subscribe-btn {
    background: white;
    border-radius: 100px;
    width: 200px;
    height: 44px;
    color: #EE6B70;
    letter-spacing: 16%;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    cursor: pointer;
}

.card-training .fav-btn {
    border: none;
    width: 32px;
    height: 32px;
    background-size: contain;
    background: url("data:image/svg+xml,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M16.0013%207.33331L15.2813%208.02665C15.3746%208.12343%2015.4864%208.20041%2015.6101%208.25299C15.7338%208.30557%2015.8669%208.33267%2016.0013%208.33267C16.1357%208.33267%2016.2688%208.30557%2016.3925%208.25299C16.5162%208.20041%2016.628%208.12343%2016.7213%208.02665L16.0013%207.33331ZM12.5693%2024.4293C10.548%2022.836%208.33864%2021.28%206.5853%2019.3066C4.86797%2017.3706%203.66797%2015.1133%203.66797%2012.1826H1.66797C1.66797%2015.7373%203.14797%2018.4493%205.09064%2020.6346C6.9973%2022.7813%209.4293%2024.5013%2011.3306%2026L12.5693%2024.4293ZM3.66797%2012.1826C3.66797%209.31598%205.28797%206.91065%207.49997%205.89865C9.6493%204.91598%2012.5373%205.17598%2015.2813%208.02665L16.7213%206.64131C13.468%203.25865%209.68664%202.69998%206.66797%204.07998C3.71597%205.43065%201.66797%208.56665%201.66797%2012.1826H3.66797ZM11.3306%2026C12.0146%2026.5386%2012.748%2027.112%2013.4906%2027.5466C14.2333%2027.9813%2015.0813%2028.3333%2016.0013%2028.3333V26.3333C15.588%2026.3333%2015.1026%2026.1733%2014.5%2025.82C13.896%2025.468%2013.2706%2024.9826%2012.5693%2024.4293L11.3306%2026ZM20.672%2026C22.5733%2024.5%2025.0053%2022.7826%2026.912%2020.6346C28.8546%2018.448%2030.3346%2015.7373%2030.3346%2012.1826H28.3346C28.3346%2015.1133%2027.1346%2017.3706%2025.4173%2019.3066C23.664%2021.28%2021.4546%2022.836%2019.4333%2024.4293L20.672%2026ZM30.3346%2012.1826C30.3346%208.56665%2028.288%205.43065%2025.3346%204.07998C22.316%202.69998%2018.5373%203.25865%2015.2813%206.63998L16.7213%208.02665C19.4653%205.17731%2022.3533%204.91598%2024.5026%205.89865C26.7146%206.91065%2028.3346%209.31465%2028.3346%2012.1826H30.3346ZM19.4333%2024.4293C18.732%2024.9826%2018.1066%2025.468%2017.5026%2025.82C16.8986%2026.172%2016.4146%2026.3333%2016.0013%2026.3333V28.3333C16.9213%2028.3333%2017.7693%2027.98%2018.512%2027.5466C19.256%2027.112%2019.988%2026.5386%2020.672%2026L19.4333%2024.4293Z%22%20fill%3D%22white%22/%3E%3C/svg%3E") no-repeat center;
    position: absolute;
    right: 16px;
    top: 16px;
    z-index: 2;
}

.card-training .fav-btn.active {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M10.8093%2024.3293C7.0653%2021.444%202.66797%2018.056%202.66797%2012.1827C2.66797%205.69867%2010.0013%201.1%2016.0013%207.33467V27.3333C14.668%2027.3333%2013.3346%2026.3067%2011.9506%2025.2133C11.58%2024.9236%2011.1995%2024.6289%2010.8093%2024.3293Z%22%20fill%3D%22%23EE6B70%22/%3E%3Cpath%20d%3D%22M20.0507%2025.2134C23.9747%2022.1227%2029.3333%2018.6667%2029.3333%2012.184C29.3333%205.70136%2022%201.10003%2016%207.3347V27.3334C17.3333%2027.3334%2018.6667%2026.3067%2020.0507%2025.2134Z%22%20fill%3D%22%23EE6B70%22/%3E%3C/svg%3E");
}

.card-training .name {
    padding: 16px 16px 12px;
    color: #3B1B0E;
    font-weight: 400;
    font-size: 16px;
}

.card-training .tags {
    padding: 0 16px;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.card-training .tags > div {
    padding: 6px 16px;
    border-radius: 34px;
}

.card-training .tags .direction {
    background: #CE23351A;
    color: #CE2335;
    font-size: 16px;
    font-weight: 400;
}

.card-training .tags .zone {
    background: #6223CE1A;
    color: #6223CE;
    font-size: 16px;
    font-weight: 400;
}

.card-training .tags .level {
    background: #23CEC01A;
    font-size: 16px;
    font-weight: 400;
}

.card-training .tags .level.beginner {
    color: #4CFF79;
}

.card-training .tags .level.intermediate {
    color: #FFDB4C;
}

.card-training .tags .level.advanced {
    color: #FF5E4C;
}

.card-training .duration {
    position: absolute;
    bottom: 16px;
    right: 16px;
    color: white;
    font-weight: 600;
    font-size: 16px;
}

.filter.level .custom-checkbox span {
    padding-left: 44px;
}

.filter.level .dropdown .custom-checkbox:nth-child(1) span:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #4CFF79;
    left: 26px;
    position: absolute;
    border-radius: 100%;
}

.filter.level .dropdown .custom-checkbox:nth-child(2) span:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #FFDB4C;
    left: 26px;
    position: absolute;
    border-radius: 100%;
}

.filter.level .dropdown .custom-checkbox:nth-child(3) span:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #FF5E4C;
    left: 26px;
    position: absolute;
    border-radius: 100%;
}


.pagination ul {
    display: flex;
    margin: 0 auto;
    gap: 8px;
    padding-top: 40px;
}

.pagination ul li a, .pagination ul li span {
    display: flex;
    height: 40px;
    width: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #E2E2E2;
    background: white;
    color: #373737;
    font-weight: 400;
    font-size: 16px;
}

.pagination ul li .current {
    font-weight: 600;
    border: 1px solid white;
    box-shadow: 0px 4px 4px -4px rgba(12, 12, 13, 0.05),
    0px 16px 32px -4px rgba(12, 12, 13, 0.1);
}


.pagination ul li .next {
    background: rgba(242, 174, 160, 0.4);
    border: 1px solid rgba(242, 174, 160, 0.4);
    margin-left: 16px;
}

.pagination ul li .prev {
    background: rgba(242, 174, 160, 0.4);
    border: 1px solid rgba(242, 174, 160, 0.4);
    margin-right: 16px;
}

.video-wrapper {
    width: 100%;
    border-radius: 48px;
    border: 2px solid #f5b9ad;
    background: rgba(242, 174, 160, 0.1);
    padding: 40px;
    backdrop-filter: blur(4px);
    position: relative;
}

.video-wrapper video, .video-wrapper img {
    border-radius: 18px;
    width: 100%;
    height: auto;
}

.single-training_library .video-wrapper {
    margin-bottom: 40px;
}

.single-training_library h1 {
    color: #373737;
    font-size: 40px;
    font-weight: 600;
    padding-bottom: 16px;
}

.single-training_library .content p {
    color: #373737;
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 20px;
}

.single-training_library .content p:last-child {
    padding-bottom: 0;
}

.single-training_library .content ul {
    list-style: disc;
    padding-bottom: 20px;
    margin-left: 20px;
}

.single-training_library .content ul li {
    color: #373737;
    font-size: 20px;
    font-weight: 400;
}


.single-training_library .content ol {
    padding-bottom: 20px;
}

.single-training_library .content ol li {
    color: #373737;
    font-size: 20px;
    font-weight: 400;
}

.single-training_library .tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    padding-bottom: 40px;
}

.single-training_library .tags > div {
    padding: 6px 16px;
    border-radius: 34px;
}

.single-training_library .tags .direction {
    background: #CE23351A;
    color: #CE2335;
    font-size: 16px;
    font-weight: 400;
}

.single-training_library .tags .zone {
    background: #6223CE1A;
    color: #6223CE;
    font-size: 16px;
    font-weight: 400;
}

.single-training_library .tags .level {
    background: #23CEC01A;
    font-size: 16px;
    font-weight: 400;
}

.single-training_library.tags .level.beginner {
    color: #4CFF79;
}

.single-training_library .tags .level.intermediate {
    color: #FFDB4C;
}

.single-training_library .tags .level.advanced {
    color: #FF5E4C;
}


.single-training_library .video-wrapper.blocked::after {
    background: rgba(238, 107, 112, 0.5);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    content: '';
    position: absolute;
    top: 40px;
    left: 40px;
    width: calc(100% - 80px);
    height: calc(100% - 80px);
    border-radius: 18px;

}


.single-training_library .blocked-info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 100%;
    text-align: center;
}

.single-training_library .blocked-info .text {
    padding-top: 24px;
    padding-bottom: 12px;
    color: white;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
}

.single-training_library .blocked-info .subscribe-btn {
    background: white;
    border-radius: 100px;
    width: 200px;
    height: 44px;
    color: #EE6B70;
    letter-spacing: 16%;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    cursor: pointer;
}

.woocommerce-checkout .woocommerce-message {
    display: none !important;
}

.woocommerce-checkout h3 {
    display: none;
}


.woocommerce-checkout label {
    color: #373737;
    font-weight: 500;
    font-size: 16px;
    padding-bottom: 4px;
}

.woocommerce-checkout input {
    width: 100% !important;
    height: 64px !important;
    padding: 12px 24px !important;
    background: white !important;
    border: 1px solid rgba(226, 226, 226, 1) !important;
    border-radius: 100px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #373737 !important;
    pointer-events: none;
}

.woocommerce-checkout-review-order-table thead, .woocommerce-checkout-review-order-table .cart-subtotal, .woocommerce-checkout-review-order-table .order-total {
    display: none;
}

.woocommerce table.shop_table, .woocommerce table.shop_table td {
    border: none;
}

.woocommerce-checkout .product-name, .woocommerce-checkout .product-total {
    font-size: 40px;
    line-height: 1.2;
    color: #373737;
    font-family: 'NyghtSerif';
    width: 100px;
}

.woocommerce-checkout .product-total {
    font-style: italic;
    text-align: right;
}

.woocommerce-checkout .product-name strong {
    display: none;
}


.wc_payment_methods.payment_methods.methods, .form-row.place-order {
    background: transparent;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    border-radius: 24px;
    background: white;
}

#place_order {
    width: 100%;
    max-width: 100%;
    height: 64px;
    margin: 16px 0;
    border-radius: 100px;
    background: #EE6B70;
    border: none;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 16%;
    text-transform: uppercase;
    color: white;
}

.food-item {
    position: relative;
    margin-bottom: 40px;
}

.food-item .image {
    position: relative;
}

.food-item .image img {
    width: 100%;
    border-radius: 16px;
}

.food-item .image::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 60.56%, rgba(0, 0, 0, 0.4) 100%), linear-gradient(360deg, rgba(0, 0, 0, 0) 66.67%, rgba(0, 0, 0, 0.4) 100%);
    z-index: 1;
    border-radius: 16px;
}

.food-item .name {
    padding: 16px;
    padding-bottom: 0;
    color: #3B1B0E;
    font-weight: 400;
    font-style: 16px;
}

.page-h1 {
    color: #373737;
    font-weight: 600;
    font-size: 40px;
    padding-bottom: 40px;
}

.page-content p {
    color: #373737;
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 20px;
}

.page-content p:last-child {
    padding-bottom: 0;
}

.page-content img {
    margin-bottom: 20px;
    margin-top: 20px;
    border-radius: 16px;
}

.page-content h2 {
    color: #373737;
    font-size: 28px;
    font-weight: 600;
    padding-bottom: 20px;
}

.page-content ul {
    list-style: disc;
    padding-bottom: 20px;
    margin-left: 20px;
}

.page-content ul li {
    color: #373737;
    font-size: 20px;
    font-weight: 400;
}

.page-content ol {
    padding-bottom: 20px;
    margin-left: -10px;
}

.page-content ol li {
    color: #373737;
    font-size: 20px;
    font-weight: 400;
}

/* Скрываем подменю по умолчанию */
.header .menu ul.sub-menu {
    display: none;
    position: absolute;
    top: 100%; /* под основным пунктом */
    left: 0;
    list-style: none;
    background: #fff;
    min-width: 180px;
    z-index: 1000;
}

/* Показать подменю при наведении */
.header .menu li:hover > ul.sub-menu {
    display: block;
    position: absolute;
    z-index: 10;
    width: 100%;
    background: rgba(0, 0, 0, 0.1);
    border: 1px solid transparent;
    border-radius: 12px;
    background-origin: border-box;
    background-clip: padding-box, border-box;
    backdrop-filter: blur(8px);
    padding: 12px;
}

.header ul.sub-menu li {
    margin: 6px 0;
}

.header ul.menu li ul.sub-menu li a {
    padding: 10px;
    white-space: nowrap;
    background: #fff;
    border-bottom: 1px solid #eee;

}

.header .menu-item-has-children {
    padding-bottom: 10px;
    transform: translateY(5px);
}

.header .menu-item-has-children:after {
    content: '';
    position: absolute;
    right: -26px;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M9.41411%2010.2701L12.4741%207.21011C12.5983%207.0852%2012.668%206.91623%2012.668%206.74011C12.668%206.56398%2012.5983%206.39501%2012.4741%206.27011C12.4121%206.20762%2012.3384%206.15802%2012.2572%206.12418C12.1759%206.09033%2012.0888%206.07291%2012.0008%206.07291C11.9128%206.07291%2011.8256%206.09033%2011.7444%206.12418C11.6632%206.15802%2011.5894%206.20762%2011.5274%206.27011L8.47411%209.33677C8.41213%209.39926%208.3384%209.44885%208.25716%209.4827C8.17592%209.51655%208.08878%209.53397%208.00077%209.53397C7.91277%209.53397%207.82563%209.51655%207.74439%209.4827C7.66315%209.44885%207.58942%209.39926%207.52744%209.33677L4.47411%206.27011C4.34946%206.14457%204.18004%206.07369%204.00313%206.07307C3.82622%206.07244%203.65631%206.14212%203.53077%206.26677C3.40524%206.39142%203.33436%206.56084%203.33374%206.73775C3.33311%206.91466%203.40279%207.08457%203.52744%207.21011L6.58744%2010.2701C6.96244%2010.6446%207.47077%2010.855%208.00077%2010.855C8.53078%2010.855%209.03911%2010.6446%209.41411%2010.2701Z'%20fill='black'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
}

.header .menu-item-has-children:hover:after {
    transform: rotate(-180deg);
}

.footer-bottom .links li {
    list-style: none;
    display: inline;
}


.page-404 .text {
    padding-top: 60px;
    font-size: 250px;
    line-height: 1.2;
    color: #EE6B70;
    font-family: 'NyghtSerif';
    font-style: italic;
    text-align: center;
}

.return-main-block {
    padding: 56px;
    border-radius: 40px;
    border: 2px solid #f5b9ad;
    background: rgba(242, 174, 160, 0.1);
    backdrop-filter: blur(8px);
    max-width: 780px;
    width: 100%;
    margin: 0 auto;
}

.return-main-text {
    color: #373737;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    padding-bottom: 24px;
}

.return-main-button {
    text-align: center;
}

.return-main-button a {
    width: 185px;
    height: 64px;
    border-radius: 100px;
    background: #EE6B70;
    border: none;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 16%;
    text-transform: uppercase;
    color: white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.header .login-register-mobile {
    display: none;

}

.header .login-register-mobile a {
    width: 48px;
    height: 48px;
    background: #F2AEA066;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    display: flex;
}

.header .burger {
    display: none;
}

.header .burger .svg {
    cursor: pointer;
}

.toggle_menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 300px;
    width: 100%;
    overflow: hidden;
    transition: transform ease-in-out 0.5s;
    transform: translateX(-100%);
    z-index: 99999;
    background: white;
    padding: 12px 32px 24px;
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.toggle_menu.show {
    transform: translate(0, 0);
}

html.toggle_open,
body.toggle_open {
    height: 100%;
    overflow: hidden;
}

.toggle_open .overlay_bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0.8;
    z-index: 9999;
}

.menu-close-button {
    cursor: pointer;
    background: #F4F4F4;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

.menu-mobile {
    padding-top: 16px;
}

.menu-mobile .sub-menu {
    display: none;
}

.menu-mobile .menu-item-has-children.is-open > .sub-menu {
    display: block;
}

.menu-mobile .menu-item-has-children > a::after {
    content: '';
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M9.41411%2010.2701L12.4741%207.21011C12.5983%207.0852%2012.668%206.91623%2012.668%206.74011C12.668%206.56398%2012.5983%206.39501%2012.4741%206.27011C12.4121%206.20762%2012.3384%206.15802%2012.2572%206.12418C12.1759%206.09033%2012.0888%206.07291%2012.0008%206.07291C11.9128%206.07291%2011.8256%206.09033%2011.7444%206.12418C11.6632%206.15802%2011.5894%206.20762%2011.5274%206.27011L8.47411%209.33677C8.41213%209.39926%208.3384%209.44885%208.25716%209.4827C8.17592%209.51655%208.08878%209.53397%208.00077%209.53397C7.91277%209.53397%207.82563%209.51655%207.74439%209.4827C7.66315%209.44885%207.58942%209.39926%207.52744%209.33677L4.47411%206.27011C4.34946%206.14457%204.18004%206.07369%204.00313%206.07307C3.82622%206.07244%203.65631%206.14212%203.53077%206.26677C3.40524%206.39142%203.33436%206.56084%203.33374%206.73775C3.33311%206.91466%203.40279%207.08457%203.52744%207.21011L6.58744%2010.2701C6.96244%2010.6446%207.47077%2010.855%208.00077%2010.855C8.53078%2010.855%209.03911%2010.6446%209.41411%2010.2701Z'%20fill='black'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
}

.menu-mobile .menu-item-has-children.is-open > a::after {
    transform: rotate(180deg);
}

.menu-mobile .menu-item-has-children > a {
    color: #EE6B70;
    font-weight: 600;
}

.menu-mobile a {
    display: flex;
    align-items: center;
    height: 65px;
    border-bottom: 1px solid #E2E2E2;
    color: #373737;
    font-size: 16px;
    font-weight: 400;
    justify-content: space-between;
}

.menu-mobile .menu-item-has-children.is-open a {
    border-bottom: 1px solid transparent;
}

.menu-mobile .sub-menu a {
    border-bottom: 1px solid transparent;
    height: 40px;
}

.menu-mobile .sub-menu {
    padding-bottom: 12px;
    border-bottom: 1px solid #E2E2E2;
}

.toggle_menu .login-register {
    margin: 0;
    margin-top: auto;
}

.img-bg-mob {
    display: none;
}


.banner .content .left .right {
    display: none;
}

.wpcf7-spinner {
    display: none !important;
}

.wpcf7-response-output {
    border: none !important;
    display: none;
}

.wpcf7-not-valid-tip {
    color: white;
    font-weight: 600;
    font-size: 12px;
    padding-top: 4px;
    position: absolute;
}

.fixed-links {
    backdrop-filter: blur(8px);
    background: rgba(255, 255, 255, 0.1);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    height: 67px;
    bottom: 0px;
    width: 100%;
    z-index: 99998;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
    border-top: 1px solid white;
}

.fixed-links.show {
    opacity: 1;
    visibility: visible;
}

.fixed-links > div {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fixed-links > div a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    color: #373737;
    font-size: 12px;
    font-weight: 400;
}

.fixed-links > div a svg {
    margin-bottom: 4px;
}

p.not-found {
    padding-top: 60px;
    font-size: 64px;
    line-height: 1.2;
    color: #EE6B70;
    font-family: 'NyghtSerif';
    font-style: italic;
    text-align: center;
}

@media (max-width: 1400px) {
    .header .logo {
        margin-right: 16px;
    }

    .header .menu {
        margin-right: 16px;
    }
}

@media (max-width: 1200px) {

    .header .logo img {
        width: 100px;
    }

    .header .menu {
        display: none;
    }

    .header .login-register-mobile {
        display: flex;
    }

    .header .login-register {
        display: none;
    }

    .header .logo {
        margin-right: 0;
    }

    .header-wrapper {
        justify-content: space-between;
        padding: 12px 28px;
        height: auto;
    }

    .header .burger {
        display: block;
    }


    .banner .content {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .banner .shild-2, .banner .shild-3 {
        position: relative;
        bottom: auto;
    }

    .banner .right {
        position: relative;
        padding-top: 145px;
    }

    .banner .right-two {
        display: flex;
        gap: 20px;
    }

    .banner .shild-1 {
        top: 20px;
        bottom: auto;
        left: 0;
    }

    .banner .img-bg {
        right: -382px;
    }

}

@media (max-width: 992px) {
    .banner .img-bg {
        right: -510px;
    }

    .need .title-block {
        grid-template-columns: 1fr;
    }

    .cf7-form {
        grid-template-columns: 1fr;
    }

    .prices {
        grid-template-columns: repeat(2, 1fr);
    }

    .profile-header {
        padding: 16px;
        border-radius: 16px;
        flex-direction: column;
    }

    .profile-header .info .name {
        padding-bottom: 8px;
    }

    .profile-header .logout {
        padding-top: 16px;
        padding-left: 102px;
    }
}

@media (max-width: 767px) {

    .img-bg {
        display: none;
    }

    .img-bg-mob {
        display: block;
        width: 100%;
        padding-top: 20px;
    }

    .banner .content {
        top: -100px;
        padding-top: 0;
        margin-bottom: -100px;
    }

    .banner .left .title {
        font-size: 56px;
        text-align: center;
    }

    .banner .left .text {
        padding-top: 24px;
        font-size: 20px;
        text-align: center;
    }

    .banner .content .right {
        display: none;
    }

    .banner .content .left .right {
        display: block;
    }

    .banner .right-two {
        flex-direction: column;
    }

    .banner .shild-1 {
        font-size: 16px;
        padding: 27px 24px;
        height: auto;
        top: 44px;
        left: auto;
        right: 0;
    }

    .banner .shild-2, .banner .shild-3 {
        width: 100%;
        font-size: 16px;
        padding: 27px 24px;
        height: auto;
    }

    .banner .buttons {
        margin-top: 24px;
        flex-direction: column;
        border-radius: 24px;
    }

    .banner .buttons a:first-child {
        margin-right: 0;
        margin-bottom: 16px;
    }

    .banner .buttons a {
        height: 56px !important;
    }

    .training .title {
        padding-top: 140px;
        padding-bottom: 32px;
        font-size: 48px;
    }

    .training .item {
        font-size: 20px;
        border-radius: 16px;
        padding: 24px;
        margin-bottom: 8px;
    }

    .awaits .title {
        padding-top: 80px;
        padding-bottom: 22px;
        font-size: 48px;
    }

    .awaits-dots-wrapper {
        padding-top: 16px;
        text-align: center;
    }

    .awaits .item {
        flex-direction: column;
        align-items: flex-start;
        padding: 24px;
        border-radius: 16px;
    }

    .awaits .item .num {

        min-width: 40px;
        margin-bottom: 16px;
    }

    .awaits .item .num span {
        font-size: 72px;
    }

    .awaits .item .title {
        font-size: 20px;
    }

    .awaits .item .text {
        font-size: 16px;
    }

    .awaits {
        padding-bottom: 74px;
    }

    .need .title-block {
        padding-top: 80px;
        padding-bottom: 40px;

    }

    .need .title-block .title {
        font-size: 48px;
    }

    .need .text {
        margin-bottom: 0;
        font-size: 16px;
    }

    .need-img img {
        width: 100%;
        max-width: 128px;
        margin: 0 auto;
    }

    .slider-need .item .need-text {
        font-size: 16px;
    }

    .slider-need .slick-slide {
        margin: 0 8px;
    }

    .slider-need .slick-list {
        margin: 0 -8px;
    }

    .price {
        padding-top: 80px;
        padding-bottom: 128px;
    }

    .prices {
        display: flex;
    }

    .prices .slick-slide {
        margin: 0 4px;
    }

    .prices .slick-list {
        margin: 0 -4px;
    }

    .price .title {
        font-size: 48px;
        padding-bottom: 22px;
    }

    .product-wrapper .current {
        font-size: 24px;
    }

    .product-wrapper .month {
        font-size: 16px;
        padding-bottom: 56px;
    }

    .product-wrapper .old {
        font-size: 16px;
    }

    .prices-dots-wrapper {
        text-align: center;
        padding-top: 16px;
    }

    .product-wrapper .product-button a {
        height: 48px;
    }

    .price {
        padding-bottom: 80px;
    }

    .faq .title {
        padding-top: 80px;
        padding-bottom: 32px;
        font-size: 48px;
    }

    .faq .acc-header {
        font-size: 20px;
        padding: 24px 0;
    }

    .faq .acc-content p {
        font-size: 16px;
    }

    .faq {
        padding-bottom: 80px;
    }

    .form .title {
        padding-top: 76px;
        padding-bottom: 32px;
        font-size: 48px;
    }

    .form .sub_title {
        padding-bottom: 56px;
        font-size: 16px;
    }

    .cf7-wrapper {
        padding: 32px;
    }

    .cf7-wrapper label {
        font-size: 16px;
    }

    .cf7-field input {
        height: 48px;
    }

    .cf7-submit input[type="submit"] {
        height: 48px;
    }

    .cf7-submit {
        top: 0;
    }

    .wpcf7-not-valid-tip {
        position: relative;
    }

    .footer-top .wrapper {
        flex-direction: column;
    }

    .footer-top .contacts {
        flex-direction: column;
        gap: 12px;
    }

    .footer-bottom .wrapper {
        flex-direction: column;
    }

    .footer-bottom .links {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }

    .footer-bottom .links li:first-child a {
        padding-right: 0;
    }

    .footer-top .link {
        padding-bottom: 12px;
        font-size: 14px;
    }

    .footer-bottom .copy {
        padding-bottom: 8px;
        font-size: 14px;
    }

    .footer-top .contacts a {
        font-size: 14px;
    }

    .footer-bottom .links a {
        font-size: 14px;
    }

    .breadcrumbs {
        margin-bottom: 48px;
    }

    .account-form-wrapper {
        padding: 40px;
    }

    .account-form-title {
        font-size: 24px;
        padding-bottom: 40px;
    }

    .account-form-wrapper label {
        font-size: 14px;
    }

    .account-form-wrapper input {
        height: 56px;
        font-size: 14px;
    }

    .account-form-wrapper button[type="submit"], .account-form-wrapper [name="login"], .account-form-wrapper #send_link, .account-form-wrapper #reset_password, .account-form-wrapper #save-profile {
        height: 56px;
        font-size: 12px;
    }

    .password-reset-link span {
        font-size: 14px;
    }

    .password-reset-link a {
        font-size: 14px;
    }

    .has-account span, .has-login span {
        font-size: 14px;
    }

    .has-account a, .has-login a {
        font-size: 14px;
    }

    .two-cell {
        grid-template-columns:1fr;
    }

    .return-login {
        display: none;
    }

    .success-modal .success-modal-content .message {
        font-size: 20px;
    }

    .page-template-account .main--wrapper, body[class*="training_library"] .main--wrapper, body[class*="food"] .main--wrapper, body[class*="instructions"] .main--wrapper, body[class*="page-template-default"] .main--wrapper, body[class*="woocommerce-checkout"] .main--wrapper, body[class*="error404"] .main--wrapper {
        min-height: 1px;
    }

    .account-page-title {
        font-size: 48px;
        padding-bottom: 32px;
    }

    .profile-header {
        padding: 16px;
        border-radius: 16px;
        flex-direction: column;
    }

    .profile-header .info .name {
        font-size: 16px;
        padding-bottom: 8px;
    }

    .profile-header .info .status {
        font-size: 14px;
        border-radius: 8px;
    }

    .profile-header .info .icon {
        width: 56px;
        height: 56px;
        font-size: 20px;
    }

    .profile-header .logout {
        padding-top: 16px;
        padding-left: 78px;
        font-size: 14px;
    }

    .fav-switch {
        justify-content: center;
    }

    .filters-block {
        flex-direction: column;
    }

    .filter button {
        height: 56px;
        width: 100%;
    }

    .card-training .name {
        font-size: 14px;
    }

    .card-training .tags > div {
        font-size: 14px !important;
        padding: 2px 16px;
    }

    .card-training {
        position: relative;
        margin-bottom: 24px;
    }

    .breadcrumbs a {
        font-size: 14px;
    }

    .breadcrumbs span {
        font-size: 14px;
    }

    .video-wrapper {
        padding: 12px;
        border-radius: 16px;
    }

    .video-wrapper video, .video-wrapper img {
        border-radius: 12px;
    }

    .single-training_library .video-wrapper {
        margin-bottom: 24px;
    }

    .single-training_library h1 {
        font-size: 28px;
    }

    .single-training_library .tags {
        padding-bottom: 24px;
    }

    .single-training_library .tags > div {
        font-size: 14px !important;
        padding: 2px 16px;
    }

    .single-training_library .content p {
        font-size: 16px;
    }

    .single-training_library .content ul li {
        font-size: 16px;
    }

    .single-training_library .content ol li {
        font-size: 16px;
    }

    .single-training_library .video-wrapper.blocked::after {
        top: 12px;
        left: 12px;
        width: calc(100% - 24px);
        height: calc(100% - 24px);
        border-radius: 12px;
    }

    .food-item .name {
        font-size: 14px;
    }

    .food-item {
        margin-bottom: 24px;
    }

    .page-h1 {
        font-size: 28px;
        padding-bottom: 24px;
    }

    .page-content p {
        font-size: 16px;
    }

    .page-content h2 {
        font-size: 20px;
        padding-bottom: 12px;
    }

    .page-content ul li, .page-content ol li {
        font-size: 16px;
    }

    #place_order {
        height: 56px;
        font-size: 12px;
    }

    .woocommerce-billing-fields__field-wrapper {
        flex-direction: column;
        display: flex;
    }

    .woocommerce-billing-fields__field-wrapper p {
        width: 100% !important;
    }

    #add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
        border-radius: 12px;
    }

    .page-404 .text {
        padding-top: 0;
        font-size: 130px;
    }

    .return-main-block {
        padding: 40px;
    }

    .return-main-text {
        font-size: 16px;
    }

    .return-main-button a {
        height: 56px;
        font-size: 12px;
    }

    .gift-block-fixed {
        display: block;
        right: 20px;
    }

    .gift-img img {
        width: 86px;
        height: 86px;
    }


    .filter .dropdown {
        position: relative;
        margin-top: 10px;
    }

    .banner {
        background: linear-gradient(
                180deg,
                rgba(242, 174, 160, 0) 0%,
                rgba(242, 174, 160, 0.2) 25%,
                rgba(242, 174, 160, 0.3) 50%,
                rgba(242, 174, 160, 0.2) 75%,
                rgba(242, 174, 160, 0) 100%
        );

    }

    body.home {
        background-position: center;
        background-image: url("../images/mobile.png");
        background-repeat: no-repeat;
    }

}

@media (max-width: 576px) {

}

.video-wrapper iframe {
    border-radius: 16px;
}


/* ===== LEVEL — мягкие пастельные чипы ===== */

.card-training .tags .level{
  font-weight: 600;
  letter-spacing: 0.2px;
  border-radius: 30px;
  padding: 6px 14px;
  border: 1px solid transparent;
}

/* 🟢 Легкий */
.card-training .tags .level.beginner{
  background: #EAF8F0 !important;
  color: #2E7D5B !important;
  border-color: #CFEEDD !important;
}

/* 🟡 Середній */
.card-training .tags .level.intermediate{
  background: #FFF6E5 !important;
  color: #B7791F !important;
  border-color: #FFE6B3 !important;
}

/* 🔴 Важкий */
.card-training .tags .level.advanced,
.card-training .tags .level.hard{
  background: #FDEBEC !important;
  color: #B4535A !important;
  border-color: #F7C6C9 !important;
}

/* фиолетовые теги — убрать заливку, оставить фирменную рамку */
.card-training .tags .zone{
  background: transparent !important;
  border: 1px solid #E16B6B;
  color: #7A2E2E;
}

/************************************************************************************/
.bl-bttm .fav-btn {
    display: inline-flex;
    padding: 12px 20px;
    align-items: center;
    gap: 12px;
    border-radius: 100px;
    border: 1px solid #F9DDD6;
    background: #fef9f8;
    color: #373737;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.single-training_library .tags {
    padding-bottom: 15px;
}

.bl-bttm {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    /* padding-bottom: 30px; */
    gap: 16px;
}
.bl-bttm .fav-btn.active {
    color: #FE8364;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
p.logged-in-as {
    display: none;
}

.my_modal{
    display:none;
}
.my_modal.active {
    display: block;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 100%;
    height: 100%;
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    z-index: 10000;
    /* display: none; */
}


.my_modal.active .my_overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(9 9 9 / 36%);
    z-index: 996;
}

.body_modal {
    width: 100%;
    height: 100%;
    background: transparent;
    position: absolute;
    z-index: 11000;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    position: absolute;
    width: 1211px;
    height: auto;
    z-index: 11380;
    width: 402px;
    /* height: 350px; */
    border-radius: 0;
    background: #FFD476;
    padding: 0px;
    position: relative;
    display: flex;
    width: 514px;
    padding: 0;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    background: var(--white, #FFF);
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10);
    max-height: 85vh;
    /* overflow-x: auto; */
    align-items: center;
    max-height: 85vh;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 25px;
    border: 1px solid rgba(242, 174, 160, 0.50);
    background: #FFF;
    box-shadow: 1px 1px 7px 1px rgba(250, 223, 217, 0.25);
   }
.close:after,.close:before {content: "";width: 14px;height: 1px;background: #272727;position: absolute;}

.close:before {transform: rotate(45deg);}

.close:after {
    transform: rotate(-45deg);
}

.close {
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: auto;
    top: 13px;
    right: 10px;
    cursor: pointer;
    width: 27px;
    height: 27px;
    /* left: 939px; */
    /* top: 371px; */
    /* background: #fff; */
    /* border-radius: 50%; */
    z-index: 100000;
}
div#comments {
    padding-top: 64px;
}

.title-commen {
    color: #373737;
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 38.4px */
}

.button-comment {
    display: inline-flex;
    padding: 12px 20px;
    align-items: center;
    gap: 12px;
    border-radius: 100px;
    background: #F9DDD6;
    color: #373737;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
    margin-top: 20px;
}
.bl-forma {
    width: 100%;
}

.pl_forma {
    width: 100%;
}

h3#reply-title {
    border-radius: 25px 25px 0 0;
    background: rgba(250, 223, 217, 0.50);
    box-shadow: 1px 1px 7px 1px rgba(250, 223, 217, 0.25);
    height: 56px;
    color: #272727;
    text-align: center;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-top: 17px;
}

form#commentform {
    padding: 0 0px;
}

.pl_forma textarea#comment {
    width: 100%;
    border-radius: 25px;
    border: 1px solid rgba(242, 174, 160, 0.50);
    background: rgba(255, 255, 255, 0.50);
    box-shadow: 1px 1px 7px 1px rgba(250, 223, 217, 0.25);
    height: 180px;
    padding: 16px;
}

.pl_forma input#submit {
    display: inline-flex;
    height: 45px;
    padding: 12px 32px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: 100px;
    background: #EE6B70;
    border: none;
    color: #FFF;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.24px;
    text-transform: uppercase;
    margin-top: 21px;
}

.pl_forma p.form-submit {
    display: flex;
    justify-content: center;
    margin-bottom: 34px;
}
ol.comment-list {
    list-style: none;
    margin-left: 0px;
    padding-left: 0;
}

.bl-top-comment {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 27px 0 18px 0;
    /* border-bottom: 1px solid rgba(242, 174, 160, 0.50); */
}

span.comment-author {
    color: #373737;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

span.comment-date {
    color: #848484;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 15px;
}

.comment-content {
    border-radius: 25px;
    border: 1px solid rgba(242, 174, 160, 0.50);
    background: rgba(242, 174, 160, 0.10);
    backdrop-filter: blur(5px);
    color: #414141;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 26px;
}

li#comment-272 {}

ol.comment-list li {
    border-bottom: 1px solid rgba(242, 174, 160, 0.50);
    padding-bottom: 34px;
}
span.new-post-sticker {
    border-radius: 100px;
    border: 1px solid #309000;
    background: rgba(48, 144, 0, 0.55);
    backdrop-filter: blur(2px);
    position: absolute;
    z-index: 100;
    width: 95px;
    height: 34px;
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 16px;
}
.price.closee .product-button {
    display: none !important;
}
.bl-over-account {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
}

.bl-moy-akktivnost {
    border-radius: 25px;
    border: 1px solid rgba(242, 174, 160, 0.50);
    background: rgba(255, 255, 255, 0.50);
    box-shadow: 1px 1px 7px 1px rgba(250, 223, 217, 0.25);
    width: 100%;
    max-width: 514px;
    height: 305px;
    /* margin-top: 28px; */
}

.top-moy-akktivnost {
    border-radius: 25px 25px 0 0;
    background: rgba(250, 223, 217, 0.50);
    box-shadow: 1px 1px 7px 1px rgba(250, 223, 217, 0.25);
    height: 85px;
    padding: 24px 31px 0px 31px;
}

.top-moy-akktivnost span {
    color: #EE6B70;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.top-moy-akktivnost div {
    color: #272727;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.niz-moy-akktivnost {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: calc(100% - 85px);
    gap: 30px;
    padding: 0 25px;
}

.lf-niz-moy-akktivnost {
    border-radius: 25px;
    border: 1px solid rgba(242, 174, 160, 0.50);
    background: rgba(255, 255, 255, 0.50);
    box-shadow: 1px 1px 7px 1px rgba(250, 223, 217, 0.25);
    height: 128px;
    width: 50%;
    padding: 18px;
}

.top-zag-niz-moy-akktivnost {
    color: #777;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20px;
}

span.cifra {
    color: #2F2F2F;
    font-family: Montserrat;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.lf-niz-moy-akktivnost p {
    color: #777;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.rg-niz-moy-akktivnost {
    border-radius: 25px;
    border: 1px solid rgba(242, 174, 160, 0.50);
    background: rgba(238, 107, 112, 0.75);
    box-shadow: 1px 1px 7px 1px rgba(250, 223, 217, 0.25);
    width: 50%;
    height: 128px;
    padding: 18px;
    color: #EFEFEF;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.rg-niz-moy-akktivnost .top-zag-niz-moy-akktivnost {
    color: #EFEFEF;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.cifra {}

.rg-niz-moy-akktivnost .cifra {
    color: #EFEFEF;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #EFEFEF;
    font-family: Montserrat;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
button.zav-tren {
    display: inline-flex;
    padding: 12px 20px;
    align-items: center;
    gap: 12px;
    border-radius: 100px;
    background: #F9DDD6;
    color: #373737;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: none;
}
button.zav-tren.active {
    border-radius: 100px;
    background: #98D9A4;
    color: #373737;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.opis-zav-tren {
    color: #646464;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: right;
    padding-bottom: 30px;
    padding-top: 5px;
}
button.zav-tren.active svg path {
    stroke: #A4BCA3;
}
.acf-comment-fields.acf-fields.-clear {
    display: none !important;
}
/************************************************************************************/
@media (max-width: 992px) {
.comment-content {
    color: #414141;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
	    padding: 20px;
}

span.comment-author {
    color: #373737;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

span.comment-date {
    color: #848484;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.bl-top-comment {
    padding: 18px 0 18px 0;
}

ol.comment-list li {
    padding-bottom: 28px;
}
.title-commen {
    color: #373737;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 28.8px */
}

.button-comment {
    color: #373737;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.body_modal {
    width: calc(100% - 10px);
}
span.new-post-sticker {
    border-radius: 100px;
    border: 1px solid #309000;
    background: rgba(48, 144, 0, 0.55);
    backdrop-filter: blur(2px);
    width: 85px;
    height: 27px;
    color: #FFF;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 17px 7px;
}   
.bl-over-account {
    flex-direction: column;
}

.top-moy-akktivnost div {}

.top-moy-akktivnost {
    height: 100px;
    padding-top: 15px;
    padding: 15px 18px 0px 18px;
}

.niz-moy-akktivnost {
    padding: 0 18px;
    gap: 18px;
}

.rg-niz-moy-akktivnost {
    /* padding: 11px; */
    color: #EFEFEF;
    font-family: Montserrat;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.lf-niz-moy-akktivnost p {
    color: #777;
    font-family: Montserrat;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}    
}
/*****************************************************************************/
.yak .title {
    color: #373737;
    text-align: center;
    font-family: 'NyghtSerif';
    font-size: 72px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%; /* 86.4px */
    margin-bottom: 50px;
}

span.red-yak {
    color: #EE6B70;
}

.item-yak {
    border-radius: 20px;
    border: 1px solid #F2AEA0;
    background: rgba(255, 255, 255, 0.50);
    box-shadow: 0 4px 4px 0 rgba(238, 107, 112, 0.25);
    backdrop-filter: blur(10px);
    padding: 28px 34px 13px 34px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 50px;
    min-height: 406px;
}
.bl-yaks .slick-list.draggable {
    margin: 0 -50px;
}
.top-yak {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.label-yak {
    border-radius: 100px;
    border: 1px solid #F2AEA0;
    background: rgba(242, 174, 160, 0.25);
    width: 91px;
    height: 26px;
    color: #C39C88;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 14.4px */
    display: flex;
    justify-content: center;
    align-items: center;
}

.cifra-yak {
    color: #F2E5DF;
    text-align: right;
    font-family: 'NyghtSerif';
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 57.6px */
}

.title-sam-yak {
    color: #EE6B70;
    font-family: 'NyghtSerif';
    font-size: 36px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%; /* 43.2px */
    margin-bottom: 10px;
}

.text-block-yak p {
    color: #2F2F2F;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
    margin-bottom: 15px;
}

.text-block-yak .red {
    color: #EE6B70;
}
.bl-beskosh {
    border-radius: 20px;
    border: 1px solid #F8DAD5;
    background: #F8DAD5;
    padding: 15px;
}

.bl-beskosh p {
    color: #2F2F2F;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 16.8px */
}

.label-bl-beskosh {
    width: 132px;
    height: 26px;
    border-radius: 100px;
    border: 1px solid #F2AEA0;
    background: #EE6B70;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #FFF;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 14.4px */
    padding: 0 10px;
}

.rozclad p {
    color: #2F2F2F;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%; /* 19.2px */
}

.rozclad ul li {
    color: #2F2F2F;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 200%; /* 36px */
    border-bottom: 1px solid #EDEDED;
}

.vunoska {
    color: #EE6B70;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 16.8px */
}
.bl-beskosh {
    border-radius: 20px;
    border: 1px solid #F8DAD5;
    background: #F8DAD5;
    padding: 15px;
}

.bl-beskosh p {
    color: #2F2F2F;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 16.8px */
}

.label-bl-beskosh {
    width: 132px;
    height: 26px;
    border-radius: 100px;
    border: 1px solid #F2AEA0;
    background: #EE6B70;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #FFF;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 14.4px */
    padding: 0 10px;
    margin-bottom: 12px;
}

.rozclad p {
    color: #2F2F2F;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%; /* 19.2px */
    margin-bottom: 3px;
}

.rozclad ul li {
    color: #2F2F2F;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 200%; /* 36px */
    border-bottom: 1px solid #EDEDED;
}

.vunoska {
    color: #EE6B70;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 16.8px */
}

div#slick-slide13 {}

.item-yak.vaglivo {
    border-radius: 20px;
    border: 1px solid #F2AEA0;
    background: rgba(244, 213, 206, 0.50);
    box-shadow: 0 4px 4px 0 rgba(238, 107, 112, 0.25);
    backdrop-filter: blur(10px);
}

.item-yak.vaglivo p {
    color: #2F2F2F;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%; /* 19.2px */
}

b.red.under {
    color: #EE6B70;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.item-yak.vaglivo p.itall {
    color: #707070;
    font-family: Montserrat;
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
    line-height: 120%; /* 16.8px */
}

.item-yak.vaglivo .label-yak {
    width: 119px;
}

.item-yak.vaglivo .cifra-yak {
    color: #fff;
}

.bl-prists {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
}

.item-prists {
    height: 100px;
    border-radius: 20px;
    border: 1px solid #F2AEA0;
    background: rgba(242, 174, 160, 0.25);
    width: calc(50% - 6px);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #EE6B70;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 16.8px */
}

.title-prists {
    margin-top: 5px;
}
.big-zag-last {
    margin-bottom: 31px;
}

.yak button.slick-prev.slick-arrow {
    position: absolute;
    margin-left: -95px;
    top: calc(50% - 30px);
    font-size: 0;
    background: #fff;
    border: 1px solid #F2AEA0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.1461 23.8131C13.6742 24.285 12.9091 24.285 12.4373 23.8131L3.97892 15.3547C3.50707 14.8829 3.50707 14.1178 3.97892 13.6459L12.4373 5.18758C12.9091 4.71573 13.6742 4.71573 14.1461 5.18758C14.6179 5.65944 14.6179 6.42455 14.1461 6.89641L7.75049 13.292L24.1667 13.292C24.834 13.292 25.375 13.833 25.375 14.5003C25.375 15.1677 24.834 15.7087 24.1667 15.7087L7.75049 15.7087L14.1461 22.1042C14.6179 22.5761 14.6179 23.3412 14.1461 23.8131Z' fill='%23EE6B70'/%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    /* background-size: cover; */
}
.yak button.slick-next.slick-arrow {
    position: absolute;
    margin-left: 0;
    right: -95px;
    top: calc(50% - 30px);
    font-size: 0;
    background: #fff;
    border: 1px solid #F2AEA0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.1461 23.8131C13.6742 24.285 12.9091 24.285 12.4373 23.8131L3.97892 15.3547C3.50707 14.8829 3.50707 14.1178 3.97892 13.6459L12.4373 5.18758C12.9091 4.71573 13.6742 4.71573 14.1461 5.18758C14.6179 5.65944 14.6179 6.42455 14.1461 6.89641L7.75049 13.292L24.1667 13.292C24.834 13.292 25.375 13.833 25.375 14.5003C25.375 15.1677 24.834 15.7087 24.1667 15.7087L7.75049 15.7087L14.1461 22.1042C14.6179 22.5761 14.6179 23.3412 14.1461 23.8131Z' fill='%23EE6B70'/%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    /* background-size: cover; */
    transform: rotate(180deg);
}

.yak-doot {
    margin-top: 20px;
    text-align: center;
}
h3#reply-title.comment-reply-title {
    display: none;
}

.titlee_ret {
    color: #373737;
    font-family: Montserrat;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 33.6px */
    margin: 25px 0 30px 0;
}

.titlee_ret span {
    color: #EE6B70;
    font-family: Montserrat;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.bl-forma-commen {
    padding-bottom: 30px;
}

textarea#comment {
    height: 217px;
    border-radius: 15px;
    border: 1px solid #F2AEA0;
    background: white;
    padding: 20px;
    width: 100%;
    margin-bottom: 23px;
}

input#submit {
    display: inline-flex;
    height: 45px;
    padding: 12px 32px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: 100px;
    background: #EE6B70;
    border: none;
    color: #FFF;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.24px;
    text-transform: uppercase;
}
ol.comment-list ul.children {
    margin-left: 35px;
}

ol.comment-list ul.children li {
    border: none;
    padding-bottom: 0;
}
span.comment-author span{
	color: #EE6B70;
}
@media (max-width: 992px) {
.yak .title {
    color: #373737;
    text-align: center;
    /* font-family: "Nyght Serif"; */
    font-size: 48px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%; /* 57.6px */
    margin-top: 60px;
    margin-bottom: 30px;
}

.yak button.slick-prev.slick-arrow {
    margin-left: -6px;
    z-index: 100;
    width: 48px;
    height: 48px;
}

.bl-yaks .slick-list.draggable {
    margin: 0 -30px;
    /* margin-bottom: 50px; */
}

.yak button.slick-next.slick-arrow {
    right: -4px;
    width: 48px;
    height: 48px;
}
.titlee_ret {
    font-size: 22px;
    margin-bottom: 20px;
}

.titlee_ret span {
    font-size: 22px;
}

textarea#comment {
    height: 174px;
    margin-bottom: 20px;
}

p.form-submit {
    display: flex;
    justify-content: center;
}
ol.comment-list ul.children{
	margin-left:10px;
}
	
.bl-forma-commen textarea#comment {
    height: 174px;
    margin-bottom: 20px;
    background-color: #fff !important;
}
	
}
/*****************************************************************************/