/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@font-face {
    font-family: 'TT Runs Trial';
    src: url("../fonts/TT_Runs_Trial_Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'TT Runs Trial';
    src: url("../fonts/TT_Runs_Trial_Italic.ttf") format("truetype");
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'TT Runs Trial';
    src: url("../fonts/TT_Runs_Trial_Black.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'TT Runs Trial';
    src: url("../fonts/TT_Runs_Trial_DemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Dela Gothic One';
    src: url("../fonts/DelaGothicOne-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: horizon;
    font-weight: bold;
    src: url("../fonts/horizon.otf") format("opentype");
}


a, button, .add-food, .add-food:before {
    transition: .3s;
}
a:hover, button:hover, .add-food:hover, .add-food:hover:before {
    opacity: .8;
}

html, body {
    width: 100%;
    overflow-x: hidden;
}
body:has(.preloader), html:has(.preloader) {
    /*overflow: hidden;*/
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

a, * {
    box-sizing: border-box;
    outline: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

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

/*Main styles*/

*, body {
    font-family: 'TT Runs Trial';
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 1.56vw;
    color: #1B1B1B;
}
.container {
    width: calc(100% - 8.12vw);
    margin: 0 auto;
}
section.main {
    width: 100%;
    height: 100vh;
    padding: 8.33vh 0 8.33vh 0;
    background-image: url("/wp-content/uploads/2025/01/bg-1.png");
    background-size: cover;
    background-position: center top;
	min-height: 50vw;
}
section.main .container:after {
    content: '';
    display: block;
    width: 2px;
    height: 40vh;
    background: #e89da1;
    position: absolute;
    right: 0;
    bottom: 0;
}
section.main .container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    height: 100%;
    position: relative;
}
section.main .logo {
    width: 17.44vw;
    height: auto;
    margin-bottom: auto;
}
section.main h1 {
    /*font-family: horizon;*/
    text-transform: uppercase;
    text-align: right;
    width: 100%;
    font-family: 'Dela Gothic One';
}
section.main h1 span {
    color: #F2DFD8;
    display: block;
    line-height: 3.38vw;
    z-index: 1;
    /* font-size: 7.91vw; */
    font-size: 2.86vw;
    position: relative;
    margin-bottom: 1.3vw;
    width: 34.01vw;
    margin-left: auto;
    text-align: left;
}
/*section.main h1 span:nth-child(2) {*/
/*    color: white;*/
/*    z-index: 2;*/
/*    margin-left: -31.7vw;*/
/*}*/
/*section.main h1 span:nth-child(3) {*/
/*    margin-right: 2vw;*/
/*}*/
section.main .to-buy, section.ten .to-buy, footer .to-buy {
    font-size: 1.92vw;
    font-family: 'TT Runs Trial';
    color: rgb(35, 31, 31);
    text-transform: uppercase;
    line-height: 1.012;
    text-align: left;
    font-weight: normal;
    /*margin-top: 8.61vh;*/
    margin-top: 0;
    position: relative;
}
section.main .to-buy {
    color: white;
    font-size: 1.92vw;
    line-height: 2.73vw;
    position: absolute;
    bottom: 0vw;
}
section.main .to-buy:after, section.ten .to-buy:after, footer .to-buy:after {
    content: '';
    display: inline-block;
    height: 2px;
    background-color: #e89da1;
    width: 22.65vw;
    margin-left: 1.56vw;
    margin-right: 3.02vw;
}
section.main .to-buy:before, section.ten .to-buy:before, footer .to-buy:before {
    content: '';
    height: 1.97vw;
    width: 1.97vw;
    display: inline-block;
    background-image: url("../img/to-buy.png");
    background-position: bottom right;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    bottom: 0.6vh;
}
footer .to-buy {
    color: #f2dfd8;
}
.btn-profile {
    position: absolute;
    border-radius: 0;
/*     background-color: rgb(232, 157, 161); */
	background: linear-gradient(96.14deg, #F0CFD8 4.94%, #D99FAB 92.18%);
    position: absolute;
    width: 15.98vw;
    height: 3.59vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 1.19vw;
    color: #231f20;
    text-transform: uppercase;
    transition: .3s;
    top: 0;
    right: 0;
}
section.second {
    height: 100vh;
    width: 100%;
    background: white;
    padding: 14.81vh 0 18.33vh 0;
	min-height: 50vw;
}
section.second .container {
    display: flex;
    flex-direction: row;
    height: 100%;
    position: relative;
}
section.second .container .left {
    width: 50%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
section.second .container .right {
    width: 50%;
    display: flex;
    flex-direction: column;
}
section.second .container .right h2 {
    font-size: 2.6vw;
    font-family: 'TT Runs Trial';
    color: #231F1F;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 4.25vh;
    text-transform: uppercase;

}
section.second .container .right .description {
    font-size: 1.51vw;
    color: rgb(35, 31, 31);
    line-height: 1.2;
    text-align: left;
}
section.second .container .right .description p {
    margin-bottom: 3.7vh;
}
section.second .container .right .title {
    font-size: 3.99vw;
    font-family: "Dela Gothic One";
    color: rgb(35, 31, 31);
    text-transform: uppercase;
    line-height: 1.012;
    text-align: left;
    font-weight: bold;
    margin-top: auto;
}
section.second .container .left .item {
    width: 50%;
    /*padding-right: 7.81vw;*/
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
section.second .container .left .item img {
    margin-bottom: 2.03vh;
}
section.second .container .left .item span {
    font-size: 0.98vw;
    font-style: italic;
    color: #231f20;
}
section.second .container:before {
    content: '';
    display: block;
    height: 2px;
    background-color: #e89da1;
    width: 37.65vw;
    position: absolute;
    left: 0;
    bottom: 0;
}
section.third {
    height: 100vh;
    width: 100%;
    /*background-image: url("../img/third.png");*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
section.fourth {
    background-color: #F2DFD8;
    padding-top: 8.22vw;
    padding-bottom: 4.21vw;
}
section.fourth .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
}
section.fourth .left {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-right: 2px solid #e89da1;
    padding-right: 8.59vw;
}
section.fourth .right {
    width: calc(50vw - 8.5vw);
    display: flex;
    flex-direction: column;
    background-image: url('/wp-content/uploads/2025/01/dyzajn-bez-nazvy-2-1.png');
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    right: -4.06vw;
    height: 100%;
}
section.fourth .left h3 {
    font-size: 3.99vw;
    font-family: "Dela Gothic One";
    color: rgb(35, 31, 31);
    text-transform: uppercase;
    line-height: 1.012;
    margin-bottom: 3.12vw;
}
section.fourth .left .description {
    font-size: 1.51vw;
    color: rgb(35, 31, 31);
    line-height: 1.2;
    text-align: left;
}
section.seven .left .description {
	margin-bottom: 10vw
}
section.fourth .left .description p {
    margin-bottom: 2.23vw;
}
section.fourth .left .description li {
    margin-bottom: 2.07vw;
    font-size: 1.45vw;
}
section.six {
    height: 44.79vw;
    width: 100%;
    background-image: url("/wp-content/uploads/2025/01/8-1.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
section.seven .right {
    background-image: url('/wp-content/uploads/2025/01/dyzajn-bez-nazvy-2-1.png');
}
section.seven .left .description li {
    margin-bottom: 0.36vw;
}
section.seven .left {
    border: none;
    padding-bottom: 3.38vw;
    position: relative;
}
section.seven {
    padding-bottom: 3.02vw;
    padding-top: 0;
}
section.seven .left h3 {
    padding-top: 4.58vw;
}
section.seven .left .buttons {
    position: absolute;
    bottom: 0;
    width: 6.71vw;
    left: 0;
    height: 0.78vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
section.seven .left .buttons div {
    width: 0.78vw;
    height: 0.78vw;
    border-radius: 50%;
    background-color: #e89da1;
}
section.seven .right:after {
    content: '';
    position: absolute;
    left: 0;
    border-bottom: 2px solid #e89da1;
    bottom: 0;
    height: 2px;
    width: 100%;
}
section.eight {
    background-color: #e89da1;
    padding-top: 4.79vw;
    padding-bottom: 4.79vw;
}
section.eight .container {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
}
section.eight .container .left {
    width: calc(50% - 3.9vw);
    border-bottom: 2px solid #f2dfd8;
}
section.eight .container .right {
    width: 50%;
}
section.eight .right h3 {
    font-size: 3.99vw;
    font-family: "Dela Gothic One";
    color: #f2dfd8;
    text-transform: uppercase;
    line-height: 1.012;
}

section.eight .title {
    font-size: 2.6vw;
    font-family: 'TT Runs Trial';
    color: rgb(242, 223, 216);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 1.92vw;
}
section.eight .description {
    font-size: 1.45vw;
    color: rgb(242, 223, 216);
    line-height: 1.2;
    text-align: left;
    margin-bottom: 3.38vw;
}
section.video {
    width: 100%;
    min-height: 100vh;
    padding-top: 0;
    background: #F2DFD8;
    padding-bottom: 0;
}
section.video .container {
    height: 100%;
}
section.video iframe {
    width: 100%;
    height: 100%;
}
section.ten {
    background-color: #feddba;
    padding-top: 9.25vh;
    padding-bottom: 9.25vh;
    height: 100vh;
	min-height: 50vw;
}
section.ten .container {
    display: flex;
    flex-direction: row;
    position: relative;
    background-image: url("../img/ten.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 45vw;
    height: 100%;
}
section.ten .container:before {
    content: '';
    width: 20.72vw;
    top: 0;
    position: absolute;
    right: -4.06vw;
    height: 2px;
    background-color: #e89da1;
}
section.ten .left {
    width: 100%;
    display: flex;
    flex-direction: column;
}
section.ten .left h3 {
    font-size: 2.75vw;
    font-family: "Dela Gothic One";
    color: rgb(35, 31, 31);
    text-transform: uppercase;
    line-height: 1.012;
    margin-bottom: 3.42vh;
}
section.ten .to-buy:before {
    right: auto;
    left: 30.98vw;
}
section.ten .to-buy {
    margin-top: auto;
}
section.results {
    padding-top: 5.72vw;
    padding-bottom: 3.12vw;
    background-color: #f2dfd8;
}
section.results h3 {
    font-size: 3.99vw;
    font-family: "Dela Gothic One";
    color: rgb(35, 31, 31);
    text-transform: uppercase;
    line-height: 1.012;
    margin-bottom: 10vh;
    padding-top: 0;
}
section.results h3:after {
    content: '';
    display: inline-block;
    width: 35.36vw;
    height: 2px;
    margin-left: 8.85vw;
    background-color: #e89da1;
}
section.results .container {
    position: relative;
}
section.results .container .buttons {
    position: absolute;
    top: 0;
    right: 0;
    width: 0.83vw;
    height: 6.71vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}
section.results .container .buttons div {
    width: 0.83vw;
    height: 0.83vw;
    background-color: #e89da1;
    border-radius: 50%;
}
section.results .arrows, section.seven .arrows {
    display: flex;
    margin: 2.81vw auto 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
section.results .arrows .pp2,
section.results .arrows .nn2,
section.seven .arrows .pp2,
section.seven .arrows .nn2 {
    cursor: pointer;
    transition: .3s;
}
section.results .arrows .pp2:hover,
section.results .arrows .nn2:hover,
section.seven .arrows .pp2:hover,
section.seven .arrows .nn2:hover {
    opacity: .8;
}
section.results .arrows .line,
section.seven .arrows .line {
    width: 2px;
    height: 2.86vw;
    background-color: #e89da1;
    margin-left: 3.07vw;
    margin-right: 3.07vw;
}
section.results .slider .item {
    height: 60.33vw;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 1.66vw;
}
section.seven .slider-food .item {
    height: 24.36vw;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 1.04vw;
}
.slider-food {
    margin-top: 3.02vw;
}
.slider-food .slick-list {
    padding-left: 4.06vw;
}
footer {
    width: 100%;
    padding-top: 5.41vw;
    padding-bottom: 5.41vw;
    background-color: #231F20;
}
footer h3 {
    font-size: 2.75vw;
    font-family: "Dela Gothic One";
    color: #f2dfd8;
    text-transform: uppercase;
    line-height: 1.012;
    margin-bottom: 4.68vw;
}
footer .container {
    display: flex;
    flex-direction: column;
    background-image: url("../img/footer.png");
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 24.73vw;
}
footer .footer-row {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 5.2vw;
}
footer .footer-row ul {
    display: flex;
    flex-direction: row;
}
footer .footer-row ul li {
    margin-right: 2.2vw;
}
footer .footer-row ul li:last-child {
    margin-right: 0;
}
footer .footer-row ul li a {
    font-size: 1.2vw;
    font-family: 'TT Runs Trial';
    color: #F1DFD7;
    font-style: italic;
    line-height: 1.2;
    text-align: left;
}
footer .to-buy {
    width: 45.81vw;
	font-size: 1.92vw;
    line-height: 2.73vw;
}

footer .socials a img,
.main .socials a img {
    height: 2.91vw;
    width: auto;
}
.main .socials {
    position: absolute;
    right: 2vw;
	bottom: -1vw;
}
.main .socials,
footer .socials {
	display: flex;
    align-items: center;
}
.main .socials a svg,
footer .socials a svg {
    height: 4.01vw;
    width: auto;
}
.main .socials a,
footer .socials a {
    margin-left: 2.08vw;
}
header {
    height: 10.74vh;
    background-color: #feddba;
    position: fixed;
    width: 100%;
    z-index: 9;
}
header .container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
header .logo img {
    height: 5.83vh;
}

header .title {
    font-size: 2.27vw;
    font-family: "Dela Gothic One";
    color: rgb(35, 31, 31);
    text-transform: uppercase;
    line-height: 1.012;
    text-align: left;
}

.page-template-page-login {
    background-color: #f2dfd8;
}

body {
    min-height: 100vh;
}
.main-wrap .container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    /*padding-top: 10.74vh;*/

    position: relative;
}
.page-template-page-login .main-wrap .container {
    height: calc(100vh - 10.74vh);
}
.page-template-page-login .main-wrap .sidebar, .main-wrap .sidebar:has(ul) {
    height: 100%;
}
.main-wrap .sidebar:has(ul) {
	z-index:2;
}
.training.main-wrap .container {
    min-height: calc(100vh - 30.74vh);
}
.main-wrap .container .wrap-flex {
    display: flex;
    flex-direction: row;
    /*align-items: flex-start;*/
    justify-content: flex-start;
    width: 100%;
    min-height: 70vh;
}
.main-wrap .sidebar {
    width: 22%;
    border-right: 2px solid #e89da1;
}
.main-wrap .sidebar h1 {
    font-size: 2.2vw;
    font-family: 'TT Runs Trial';
    color: rgb(35, 31, 31);
    text-transform: uppercase;
    line-height: 1.012;
    text-align: left;
}
.main-wrap .right {
    padding-left: 2.76vw;
    width: 74%;
    min-height: 286px;
    margin-left: 26%;
}
.page-template-page-login .main-wrap .right {
    background-image: url("../img/back-login.png");
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 42.5vw;
}

.main-wrap .right .login-form {
    margin-left: 2.76vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.main-wrap .right .login-form .inputs-log, .wrap-socal-reg .links-soc {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
}
.main-wrap .right .login-form input[type=email],
.main-wrap .right .login-form input[type=password], .wrap-socal-reg a {
    height: 5.46vw;
    border: 2px solid #e89da1;
    border-radius: 0;
    box-shadow: none;
    width: 23.43vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 0 1.92vw;
    background: transparent;
    /*margin-right: 2.34vw;*/
    margin: 0 auto 2.34vw;

    font-size: 1.51vw;
    font-family: 'TT Runs Trial';
    color: rgb(35, 31, 31);
    line-height: 1.2;
    text-align: left;

}

.main-wrap .right .login-form input::placeholder {
    color: rgb(35, 31, 31);
}
.wrap-socal-reg {
    display: flex;
    /*margin-top: 8.79vh;*/
    font-size: 1.51vw;
    color: #231f20;
    flex-direction: column;
}
.wrap-socal-reg span, label:has(#remember-chekbox) {
    font-style: italic;
    /*padding-left: 2.03vw;*/
    margin-bottom: 1.75vh;
    text-align: center;
}
#remember-chekbox {
    margin-right: 1.09vw;
}
.wrap-socal-reg .links-soc a {
    background-repeat: no-repeat;
    background-position: center right 1.92vw;
}

.wrap-socal-reg .links-soc .facebook {
    background-image: url("../img/facebook_icon.png");
    background-size: 2.55vw;
}

.wrap-socal-reg .links-soc .google {
    background-image: url("../img/google_icon.png");
    background-size: 2.39vw;
    max-width: 100%;
}
.wrap-socal-reg .links-soc {
    /*margin-bottom: 11.11vh;*/
}
#login .wrap-buttons {
    margin-top: 2.4vh;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.page-template-page-login .wrap-buttons input[type=button], .page-template-page-login .wrap-buttons input[type=submit], .wrap-subscription a.pay-now {
    border-radius: 0.52vw;
    background-color: #e89da1;
    border: 1px solid #e89da1;
    height: 3.59vw;
    width: 15.98vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 1.3vw;
    color: rgb(35, 31, 31);
    text-transform: uppercase;
    line-height: 1.2;
    margin-right: 2.03vw;
    cursor: pointer;
    transition: .3s;
}
.wrap-subscription a.pay-now {
	margin-bottom: 1vw;
}
.page-template-page-login .wrap-buttons input[type=button]:last-child {
    background: transparent;
}

.horizontal-line {
    width: 6.71vw;
    height: 0.78vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.vertical-line {
    width: 0.78vw;
    height: 6.71vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.vertical-line div {
    width: 0.78vw;
    height: 0.78vw;
    border-radius: 50%;
    background-color: #e89da1;
}
.page-template-page-login .horizontal-line {
    float: right;
}
header .user {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 1.51vw;
}
header .user img {
    margin-left: 2.08vw;
    width: 3.69vw;
    height: 3.69vw;
    border-radius: 50%;
}
.sidebar ul li a {
    font-size: 1.4vw;
    text-transform: uppercase;
    color: #231f20;
    font-family: 'TT Runs Trial';
}
.sidebar ul li.active a {
    color: #e89da1;
    font-weight: bold;
}
.sidebar ul li {
    margin-bottom: 0.8vw;
}
.wrap-subscription span.title {
    font-size: 1.06vw;
    font-family: "Dela Gothic One";
    color: rgb(35, 31, 31);
    text-transform: uppercase;
    line-height: 1.012;
    text-align: left;
    margin-bottom: 0.5vw;
}
.wrap-subscription {
    display: flex;
    flex-direction: column;
}
.main-wrap .sidebar {
    position: fixed;
    max-height: 70vh;
}
.main-wrap .sidebar:has(ul) {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-height: 70vh;

}
.wrap-subscription .wrap-left {
    font-style: italic;
    font-size: 1.51vw;
    margin-bottom: 1vw;
}
.wrap-subscription .days-left {
    width: 15.98vw;
    height: 1.3vw;
    background-color: #dbcbc6;
    border-radius: 0.52vw;
    position: relative;
    margin-bottom: 2.34vw;
}
.wrap-subscription .days-left span {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-image: -moz-linear-gradient( 0deg, rgb(207,118,122) 0%, rgb(232,157,161) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(207,118,122) 0%, rgb(232,157,161) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(207,118,122) 0%, rgb(232,157,161) 100%);
    border-radius: 0.52vw;
    max-width: 100% !important;
}

.wrap-subscription .wrap-left span {
    font-weight: bold;
}
.training .vertical-line {
    position: absolute;
    bottom: 0;
    right: 0;
}
.training .wrap-flex .right {
    position: relative;
}
h1.single-page {
    padding-left: 24%;
    padding-top: 6vh;
    padding-bottom: 6vh;
    font-size: 1.05vw;
    font-family: "Dela Gothic One";
    color: rgb(35, 31, 31);
    text-transform: uppercase;
    line-height: 1.012;
    text-align: left;
	z-index: 2;
	position: relative;
}
.list-trainings {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-right: 7.6vw;
}
.list-trainings.list-food {
    padding-right: 0;
}
.list-trainings li {
    width: 18.4vw;
    background-color: #F1F1F1;
    margin-bottom: 1vw;
}
.list-food li .about-traine .info-traine div:first-child {
    /*border-top: 2px solid #e89da1;*/
    /*padding-top: 0.93vw;*/
}
.list-food li .about-traine .info-traine div:last-child {
    padding-bottom: 0.93vw;
}
.list-trainings li a .about-traine .info-traine div:last-child {
    border-bottom: 2px solid #e89da1;
    padding-bottom: 0.93vw;
}
.list-trainings li a .cover, .list-food li .cover {
    height: 18.85vw;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}
.traine-week .list-trainings li .cover {
    height: 13.02vw;
    width: 100%;
}
.traine-week .list-trainings li .cover:has(.block) {
    height: auto;
}
.traine-week .list-trainings li .cover img {
    width: 100%;
    height: auto;
}
.block:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.block {
    width: 2.5vw;
    height: 2.5vw;
    position: absolute;
    top: 1.19vw;
    left: 1.19vw;
    background-image: url("../img/block.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    transition: .3s;
    border-radius: 50%;
}
.cover:has(.block), .video-container .item:has(.block) .main-video {
    position: relative;
}
.video-container .item .block {
    top: auto;
    left: auto;
    bottom: 0.57vw;
    right: 0.57vw;
}
.video-container .item:has(.block) .main-video {
    overflow: hidden;
    display: flex;
    align-items: center;
}
.video-container .item:has(.block) .main-video img {
    width: 100%;
    height: auto;
}
.list-food li .cover {
    height: 10.10vw;
}
.list-trainings li a .about-traine,
.list-food li .about-traine {
    padding: 1.14vw 1.3vw 0 1.3vw;
}
.list-trainings li a .about-coach,
.list-food li .about-coach {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 1.14vw 1.3vw 0.93vw 1.3vw;
    justify-content: space-between;
}
.list-food li .about-coach div,
.list-trainings li a .about-coach div {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.list-food li .about-coach .group-image,
.list-trainings li a .about-coach .group-image {
    width: 1.19vw;
    height: 0.88vw;
    margin-left: 0.26vw;
}
.list-food li .about-coach .user-image,
.list-trainings li a .about-coach .user-image {
    width: 2.08vw;
    height: 2.08vw;
    margin-right: 0.72vw;
}

.list-food li .about-coach span,
.list-trainings li a .about-coach span {
    font-size: 0.9vw;
    font-family: 'TT Runs Trial';
    color: rgb(35, 31, 31);
    font-style: italic;
    line-height: 1.2;
    text-align: left;
}

.list-food li .about-traine .info-traine div,
.list-trainings li a .about-traine .info-traine div {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    font-size: 0.8vw;
    color: #231f20;
    margin-bottom: 0.5vw;
}
.list-food li .about-traine .info-traine div span:last-child,
.list-trainings li a .about-traine .info-traine div span:last-child {
    font-weight: bold;
	min-width: 5.3vw;
	text-align: right;
}
.list-food li .about-traine .info-traine,
.list-trainings li a .about-traine .info-traine {
    display: flex;
    flex-direction: column;
}
.list-food li .about-traine h3,
.list-trainings li a .about-traine h3 {
    font-size: 0.88vw;
    font-family: 'TT Runs Trial';
    color: rgb(35, 31, 31);
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
    margin-bottom: 1.25vw;
}

.traine-single-image {
    width: 30.57vw;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /*height: 100%;*/
}
.single-traine .right .wrap-descr-traine {
    display: flex;
    flex-direction: row;
    margin-bottom: 50px;
}
.single-traine .right .more-traine {
    padding-left: 2vw;
    width: calc(100% - 30.57vw);
}
.single-traine .right .more-traine .wrap-info-coach {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.single-traine .right .more-traine .wrap-info-coach div {
    width: 50%;
    font-size: 1.51vw;
    font-style: italic;
    color: #231f20;
    margin-bottom: 2vw;
    line-height: 1.2;
}
.single-traine .right .more-traine .wrap-info-coach div:first-child, .single-traine .right .more-traine .wrap-info-coach div:last-child {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.single-traine .right .more-traine .wrap-info-coach div:nth-child(2) {

}
.single-traine .right .more-traine .wrap-info-coach div:nth-child(2) span {
    display: block;
    font-weight: bold;
}
.single-traine .right .more-traine .wrap-info-coach div .user-image {
    width: 3.33vw;
    height: 3.33vw;
    margin-right: 2vw;
}
b {
    font-weight: bold;
}
.single-traine .right .more-traine .wrap-info-coach div .group-image {
    width: 3.80vw;
    height: 2.81vw;
    margin-right: 2vw;
}
.content {
    font-size: 0.9vw;
    color: #231f20;
    line-height: 1.2;
    margin-top: 2vw;
}
.content p {
    margin-bottom: 2vw;
}
.content ul {
    padding-left: 3vw;
    position: relative;
}
.content ul li {
    margin-bottom: 2vw;
    font-style: italic;
}
.content p:last-child {
    margin-bottom: 0;
}

.training .content .vertical-line {
    right: auto;
    left: 0;
    bottom: 50%;
    margin-bottom: -3.355vw;
}
.main-video {
    height: 40.92vh;
    width: 100%;
}
.video-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.video-container div.col:first-child {
    width: 40.2vw;
}
.video-container div.col:last-child {
    width: 21.87vw;
}
.video-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    width: 100% !important;
}
.video-info div {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.video-info .likes {
    font-size: 1.51vw;
    font-style: italic;
    color: #231f20;
}
.video-info .calor {
    font-size: 1.51vw;
    font-style: italic;
    color: #231f20;
    margin-right: 2.29vw;
}
.video-info .calor img {
    width: 1.14vw;
    height: 1.56vw;
    margin-right: 0.36vw;
}
.training .wrap-done {
    margin: 1.19vw 0;
    background-color: #feddba;
    display: flex;
    flex-direction: row;
    color: #231f20;
    font-size: 0.9vw;
    font-style: italic;
    padding: 1.56vw;
}
.video-info .likes img {
    width: 1.45vw;
    height: 1.35vw;
    margin-right: 0.36vw;
    cursor: pointer;
}
.training .wrap-done button {
    color: #231f20;
    font-size: 0.93vw;
    font-style: normal;
    width: 9.68vw;
    height: 2.18vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 2px solid #e89da1;
    border-radius: 0.52vw;
    box-shadow: none;
    margin-left: 5.2vw;
    cursor: pointer;
    text-transform: uppercase;
}
.video-container div.col:last-child .item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 1.4vw;
}
.video-container div.col:last-child .item .main-video {
    width: 11.92vw;
    height: 6.82vw;
    /*pointer-events: none;*/
}
.video-container div.col:last-child .item .title {
    padding-left: 1.3vw;
    font-size: 0.61vw;
    color: rgb(35, 31, 31);
    text-transform: uppercase;
    line-height: 1.012;
	font-family: 'TT Runs Trial';
    width: 9.95vw;
}
.container:has(h1.single-page), .page-template-page-login .main-wrap:not(.training) {
    padding-top: 10.74vh;
}
h2.title-food {
    padding-bottom: 0.36vw;
    font-size: 1.05vw;
    font-family: "Dela Gothic One";
    color: rgb(35, 31, 31);
    text-transform: uppercase;
    line-height: 1.012;
    text-align: left;
}
.training .subtitle {
    font-size: 0.9vw;
    font-family: 'TT Runs Trial';
    color: rgb(35, 31, 31);
    font-style: italic;
    line-height: 1.2;
    text-align: left;
    margin-bottom: 1.04vw;
}
.list-food li .add-food {
    position: absolute;
    bottom: -2.42vw;
    cursor: pointer;
    font-size: 0.9vw;
    color: rgb(35, 31, 31);
    line-height: 1.2;
    text-align: left;
    left: 1.3vw;
}
.list-food li {
    margin-bottom: 1.87vw;
    position: relative;
}
.total-day {
    width: 100%;
    text-align: center;
    margin-bottom: 1.56vw;
    font-family: 'TT Runs Trial';
    font-style: normal;
    font-weight: 400;
    font-size: 0.93vw;
    line-height: 111%;
    color: #292929;
}
.list-to-shop {
    display: flex;
    align-items: center;
    width: 100%;
    height: 3.48vw;
    border-radius: 0.36vw;
    background: #E89DA1;
    font-family: 'TT Runs Trial';
    font-style: normal;
    font-weight: 400;
    font-size: 1.05vw;
    color: #000000;
    justify-content: center;
    margin-bottom: 2.55vw;
}

.list-food li .add-food {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    font-weight: bold;
}
.list-food li .add-food:before {
    content: "+";
    width: 1.61vw;
    height: 1.61vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-right: 1.04vw;
    border-radius: 50%;
    border: 2px solid rgb(35, 31, 31);
    font-size: 1.68vw;
	font-weight: normal;
}
.right .filters {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    background-color: #feddba;
    padding: 1.3vw 2.34vw;
    margin-bottom: 2.55vw;
}
.right .filters .wrap-options {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
}
.right .filters .wrap-select {
    display: flex;
    flex-direction: column;
    min-width: 9.01vw;
    margin-right: 1.51vw;
}
.right .filters .wrap-select label {
    font-size: 0.9vw;
    color: rgb(35, 31, 31);
    line-height: 1.2;
    text-align: left;
    margin-bottom: 1vw;
}
.right .filters .wrap-select select {
    width: 100%;
    border-radius: 0;
    border-color: #e89da1;
    font-size: 0.9vw;
    color: rgb(35, 31, 31);
    line-height: 1.2;
    text-align: left;
    padding: 0.52vw;
    background-color: transparent;
}
.right .filters .wrap-select option {
    font-size: 0.9vw;
    color: rgb(35, 31, 31);
    line-height: 1.2;
    padding: 0.52vw;
}
.right .filters button, div.load-more {
    color: #231f20;
    font-size: 1.05vw;
    font-style: normal;
    width: 13.85vw;
    height: 2.29vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: #e89da1;
    border-radius: 0.52vw;
    box-shadow: none;
    cursor: pointer;
    border: none;
    margin-left: 0;
    text-transform: uppercase;
    font-family: 'TT Runs Trial';
    margin-top: 1.04vw;
}
.traine-week.right .filters button, div.load-more {
    margin-top: 1.44vw;
    margin-left: auto;
    width: auto;
}
div.load-more:hover {
    opacity: .8;
}
li:has(div.load-more) {
    width: 100%;
    text-align: center;
    background: transparent;
}
div.load-more {
    margin: 0 auto;
    cursor: pointer;
    transition: .3s;
}
.results-cal {
    font-size: 0.9vw;
    font-family: 'TT Runs Trial';
    color: rgb(35, 31, 31);
    font-style: italic;
    line-height: 1.2;
    text-align: right;
    margin-bottom: 1.04vw;
}
.results-cal span {
    font-weight: bold;
}
.subscriptions-page .right .wrap-subscription {
    flex-direction: row;
    justify-content: space-between;
    background-color: #feddba;
    padding: 1.3vw 2.34vw;
    margin-bottom: 2.55vw;
}
.subscriptions-page .sidebar .wrap-subscription {
    display: none;
}
.subscriptions-page .right .wrap-subscription .wrap-left {
    margin-bottom: 1.04vw;
    display: block;
}
.subscriptions-page .right .wrap-subscription .days-left {
    margin-bottom: 0;
}
.subscriptions-page .right .wrap-subscription a.pay-now {
    margin-right: 0;
}
.plans-list li {
    /*width: 30.72vw;*/
    /*height: 18.28vw;*/
    /*background-size: cover;*/
    /*background-position: center;*/
    /*background-repeat: no-repeat;*/
    /*margin: 2.08vw 0;*/
    /*padding: 2.34vw;*/
    /*display: flex;*/
    /*flex-direction: column;*/
    width: 19.27vw;
    height: 18.28vw;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 2.08vw 2.13vw 2.08vw 0;
    padding: 1.56vw 0.88vw;
    display: flex;
    flex-direction: column;
}
.plans-list {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.plans-list li .title {
    font-size: 1.19vw;
    font-family: "Dela Gothic One";
    /*color: rgb(242, 223, 216);*/
    color: black;
    text-transform: uppercase;
    line-height: 1.012;
    text-align: left;
    margin-bottom: 0.5vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    min-height: 1.87vw;
}
.plans-list li .title .old_price {
    font-family: 'TT Runs Trial';
    font-style: normal;
    font-weight: 600;
    font-size: 1.66vw;
    line-height: 2.55vw;
    leading-trim: both;
    text-edge: cap;
    text-decoration-line: line-through;
    color: #E89DA1;
    margin-left: auto;
    padding-right: 0.26vw;

}
.plans-list li a {
    width: 10.10vw;
    height: 2.5vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: #e89da1;
    border-radius: 0.52vw;
    margin-top: auto;
    margin-left: auto;
    font-size: 1.45vw;
}
.plans-list li .price {
    font-size: 1.71vw;
    font-family: "Dela Gothic One";
    /*color: rgb(242, 223, 216);*/
    color: black;
    text-transform: uppercase;
    line-height: 1.012;
    text-align: left;
}
.plans-list li .price span {
	font-size: 2vw;
	color: white;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
.user-data {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 2.34vw;
}
.user-data div {
    display: flex;
    flex-direction: column;
    margin-right: 2.76vw;
}
.user-data input[type=file] {
    width: 7.7vw;
    height: 7.7vw;
    background-position: center;
    background-size: contain;
    border-radius: 50% 50% 0 0;
    background-repeat: no-repeat;
    font-size: 0;
    margin-right: 5.2vw;
    position: relative;
    cursor: pointer !important;
}
#your-profile {
    display: none !important;
}
.user-data input[type=file]:before {
    content: '';
    display: block;
    background: transparent;
    width: 17.7vw;
    height: 17.7vw;
    position: absolute;
    top: -5vw;
    left: -5vw;
    border-radius: 50%;
    border: 5vw solid white;
    box-sizing: border-box;
}
.user-data input[type=file]:after {
    content: '';
    width: 2.6vw;
    height: 2.6vw;
    background-image: url("../img/camera.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;

    transition: .3s;
}
.user-data input[type=file]:hover:after {
    opacity: .9;
}
.user-data div input[type=text], .user-data div select {
    border-radius: 0;
    border: 1px solid #e89da1;
    background-color: transparent;
    width: 14.79vw;
    height: 2.23vw;
    padding: 0 0.46vw;
    font-size: 0.9vw;
    font-family: 'TT Runs Trial';
    color: rgb(35, 31, 31);
    font-style: italic;
    line-height: 1.2;
    text-align: left;
}
.user-data div label {
    font-size: 0.9vw;
    color: rgb(35, 31, 31);
    line-height: 1.2;
    text-align: left;
    margin-bottom: 1.04vw;
}

.user-data div option {
    font-size: 0.9vw;
    font-family: 'TT Runs Trial';
    color: rgb(35, 31, 31);
    line-height: 1.2;
    padding: 0 0.46vw;
}
.user-parametrs .wrap-number .arrows {
    margin-top: 1.56vw;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 100%;
}
.user-parametrs .wrap-number {
    display: flex;
    flex-direction: column;
    background-color: #feddba;
    border-radius: 1.3vw;
    padding: 1.56vw;
    width: 12.7vw;
    justify-content: flex-start;
    align-items: center;
}
.user-parametrs .wrap-number .plus,
.user-parametrs .wrap-number .minus {
    color: #231f20;
    border-radius: 50%;
    border: 2px solid #231f20;
    width: 1.51vw;
    height: 1.51vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .3s;
    font-size: 1.6vw;
    font-weight: normal;
}
.user-parametrs .wrap-number .plus:hover,
.user-parametrs .wrap-number .minus:hover {
    opacity: 0.8;
}
.user-parametrs .wrap-number input[type=number], .user-parametrs .wrap-number input[type=text] {
    border: none;
    background-color: transparent;
    box-shadow: none;
    text-align: center;
    width: 100%;
    border-bottom: 2px solid #e89da1;
    font-size: 4vw;
    color: #231f20;
    line-height: 1.2;
}
.user-parametrs {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 3.38vw;
    margin-bottom: 4.16vw;
}
.wrap-number label {
    font-size: 0.9vw;
    color: #231f20;
    margin-bottom: 1.5vw;
}
.wrap-number.last-weight label {
    margin-bottom: 0;
}
.wrap-number.last-weight .date {
    font-size: 0.9vw;
    color: #231f20;
    margin-right: auto;
}
.wrap-number.last-weight input[type=submit] {
    border-radius: 0.52vw;
    border: 1px solid #231f20;
    width: 100%;
    box-shadow: none;
    height: 2.6vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 1.11vw;
    text-transform: uppercase;
    color: #231f20;
    background: transparent;
    cursor: pointer;
    transition: .3s;
}
.wrap-number.last-weight input[type=submit]:hover {
    opacity: .8;
}
.wrap-number.last-weight {
    background: transparent;
    justify-content: space-between;
    padding: 0;
}
.wrap-number.last-weight div {
    background-color: #e89da1 !important;
    display: flex;
    flex-direction: column;
    border-radius: 1.3vw;
    padding: 1vw 1.56vw;
    width: 12.7vw;
    justify-content: flex-start;
    align-items: center;
}
div.last-weight label {
    font-size: 2vw;
    text-transform: uppercase;
    margin-right: auto;
}
.wrap-graph {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1.3vw;
    margin-bottom: 1.3vw;
    align-items: flex-start;
}
.wrap-graph .graph {

    /*height: 15.83vw;*/
    width: 70%;
}
#myChart {
    width: 100%;
    border: 1px solid #e89da1;
}
.results-calor {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.results-calor span.title {
    color: #231f20;
    font-size: 0.9vw;
}
.results-calor span.number {
    margin-left: 2.34vw;
    color: #231f20;
    font-size: 1.51vw;
    font-style: italic;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.results-calor span.number img {
    margin-right: 0.41vw;
    width: 1.14vw;
    height: 1.56vw;
}
.only-pc {

}
.only-mob {
    display: none !important;
}
input:is([type="button"], [type="submit"], [type="reset"]), input[type="file"]::file-selector-button {
    border: none;
    padding: 0;
}
p.status {
    font-size: 1vw;
    margin-top: 1vw;
}
.list-food li .add-food.active:before {
    content: '';
    background-image: url("../img/active.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60%;
}
.list-food::after {
    content: "";
    width: 17.6vw;
}

/*Checkbox*/
input[type="checkbox"]:checked,
input[type="checkbox"]:not(:checked),
input[type="radio"]:checked,
input[type="radio"]:not(:checked)
{
    position: absolute;
    left: -9999px;
}

input[type="checkbox"]:checked + label,
input[type="checkbox"]:not(:checked) + label,
input[type="radio"]:checked + label,
input[type="radio"]:not(:checked) + label,
label:has(input[type="checkbox"]:checked),
label:has(input[type="checkbox"]:not(:checked)) {
    display: inline-block;
    position: relative;
    padding-left: 2.96vw;
    line-height: 1.82vw;
    cursor: pointer;
}
input[type="radio"]:checked + label,
input[type="radio"]:not(:checked) + label {
    padding-left: 1.96vw;
    margin-right: 1.4vw;
}
input[type="checkbox"]:checked + label:before,
label:has(input[type="checkbox"]:checked):before,
input[type="checkbox"]:not(:checked) + label:before, label:has(input[type="checkbox"]:not(:checked)):before {
    content: "";
    position: absolute;
    left: 0px;
    top: -0.2vw;
    width: 1.82vw;
    height: 1.82vw;
    border: 2px solid #e89da1;
    background-color: transparent;
}

input[type="radio"]:not(:checked) + label:before, label:has(input[type="radio"]:not(:checked)):before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 1.56vw;
    height: 1.56vw;
    border: 1px solid black;
    background-color: transparent;
    box-sizing: border-box;
}
input[type="radio"]:checked + label:before,
label:has(input[type="radio"]:checked):before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 1.56vw;
    height: 1.56vw;
    border: 0.41vw solid #E89DA1;
    background-color: transparent;
    box-sizing: border-box;
}

input[type="checkbox"]:checked + label:before,
input[type="checkbox"]:not(:checked) + label:before,
label:has(input[type="checkbox"]:checked):before,
label:has(input[type="checkbox"]:not(:checked)):before {
    border-radius: 0;
}

input[type="radio"]:checked + label:before,
input[type="radio"]:not(:checked) + label:before {
    border-radius: 100%;
}

input[type="checkbox"]:checked + label:after,
input[type="checkbox"]:not(:checked) + label:after,
label:has(input[type="checkbox"]:checked):after,
label:has(input[type="checkbox"]:not(:checked)):after,
input[type="radio"]:checked + label:after,
input[type="radio"]:not(:checked) + label:after {
    content: "";
    position: absolute;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.label-radio {
    margin-bottom: 0 !important;
    line-height: 1.56vw !important;
}

input[type="checkbox"]:checked + label:after,
input[type="checkbox"]:not(:checked) + label:after,
label:has(input[type="checkbox"]:checked):after,
label:has(input[type="checkbox"]:not(:checked)):after {
    left: 0.36vw;
    top: 0.26vw;
    width: 1.19vw;
    height: 0.57vw;
    border-radius: 1px;
    border-left: 4px solid #e89da1;
    border-bottom: 4px solid #e89da1;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

input[type="radio"]:checked + label:after,
input[type="radio"]:not(:checked) + label:after {
    /*left: 5px;*/
    /*top: 5px;*/
    /*width: 10px;*/
    /*height: 10px;*/
    /*border-radius: 100%;*/
    /*background-color: #e145a3;*/
}

input[type="checkbox"]:not(:checked) + label:after,
input[type="radio"]:not(:checked) + label:after,
label:has(input[type="checkbox"]:not(:checked)):after,
label:has(input[type="radio"]:not(:checked)):after {
    opacity: 0;
}

input[type="checkbox"]:checked + label:after,
label:has(input[type="checkbox"]:checked):after,
input[type="radio"]:checked + label:after {
    opacity: 1;
}
.single-traine .right .more-traine .wrap-info-coach div:first-child {
    padding-right: 3vw;
}
.page-template-default {
    overflow: hidden;
}

.page-template-default .main-wrap .container p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
	line-height: 1.2;
}
.page-template-default .main-wrap .container ol {
    display: block;
    list-style-type: decimal;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.modal .tab {
    display: none;
}
.blocker {
    z-index: 10 !important;
    background-color: rgba(0,0,0,0.5) !important;
}
/* Make circles that indicate the steps of the form: */
.modal .step {
    height: 0.72vw;
    width: 25%;
    margin: 0;
    background-color: #E3E3E3;
    border: none;
    /*border-radius: 50%;*/
    display: inline-block;
    /*opacity: 0.5;*/
}
.progress-count, .progress-count span {
    font-family: 'TT Runs Trial';
    font-style: normal;
    font-weight: 400;
    font-size: 1.56vw;
    color: #231F1F;
    margin-bottom: 1.09vw;
}
.modal .select-sex {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.92vw;
}
.modal .select-sex div span {
    font-family: 'TT Runs Trial';
    font-style: normal;
    font-weight: 400;
    font-size: 1.3vw;
    line-height: 3.12vw;
    text-align: center;
    color: #231F1F;
}
.modal .select-sex div svg {
    height: 8.33vh;
    width: 8.33vh;
}
.modal .select-sex div {
    width: calc(50% - 0.91vw);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 19.44vh;
    padding: 3.05vh;
    border: 1px solid #E89DA1;
    cursor: pointer;
    transition: .3s;
}
.modal .select-sex div.active {
    background: #E89DA1;
}
.modal .select-sex div.active span {
    font-weight: 900;
}
.form-progress {
    display: flex;
    flex-direction: row;
    border-radius: 5.2vw;
    overflow: hidden;
    background-color: #E3E3E3;
    margin-bottom: 2.34vw;
}
.modal h2 {
    font-family: 'TT Runs Trial';
    font-style: normal;
    font-weight: 900;
    font-size: 2.34vw;
    /*line-height: 3.12vw;*/
    color: #231F1F;
    margin-bottom: 1.82vw;
}
.modal .desc-age {
    font-family: 'TT Runs Trial';
    font-style: normal;
    font-weight: 400;
    font-size: 1.56vw;
    /*line-height: 200%;*/
    color: #231F1F;
    margin-bottom: 1.66vw;
}
.modal .time-form {
    font-family: 'TT Runs Trial';
    font-style: normal;
    font-weight: 400;
    font-size: 1.3vw;
    /*line-height: 3.12vw;*/
    color: #231F1F;
    margin-bottom: 2.34vw;
    display: block;
}
.modal .desc-age span {
    font-weight: 900;
}
.modal #prevBtn {
    border: none;
    background: transparent;
    width: 1.14vw;
    height: 1.11vw;
    position: absolute;
    top: 1.78vw;
    left: 1.78vw;
    padding: 0;
    cursor: pointer;
}
.modal #prevBtn svg {
    transition: .3s;
}
.modal #nextBtn {
    cursor: pointer;
    transition: .3s;
    width: 100%;
    height: 4.16vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.36vw;
    background: #E89DA1;
    font-family: 'TT Runs Trial';
    font-style: normal;
    font-weight: 400;
    font-size: 1.19vw;
    text-align: center;
    text-transform: uppercase;
    color: #231F1F;
    box-shadow: none;
    border: none;
    opacity: 0.5;
}
.modal label {
    font-family: 'TT Runs Trial';
    font-style: italic;
    font-weight: 400;
    font-size: 1.3vw;
    color: #000000;
    margin-bottom: 1.35vw;
    display: block;
}
.modal input[type=date], .modal input[type=text], .modal input[type=number] {
    border: 1px solid #E89DA1;
    border-radius: 0;
    height: 4.68vw;
    width: 100%;
    font-family: 'TT Runs Trial';
    font-style: normal;
    font-weight: 400;
    font-size: 1.3vw;
    line-height: 4.68vw;
    color: #000000;
    margin-bottom: 1.3vw;
    padding: 0 1.04vw;
}
#metrical {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 14.27vw;
    height: 3.43vw;
    margin-bottom: 1.51vw;
}
#meta-fields, #meta-activity {
    display: flex;
    flex-direction: column;
    width: 100%;
}
#meta-fields div,
#meta-activity div {
    display: flex;
    flex-direction: column;
    height: 7.13vw;
    border: 1px solid #E89DA1;
    margin-bottom: 0.78vw;
    cursor: pointer;
    justify-content: center;
    padding: 0 1.56vw;
}
#meta-activity div.active,
#meta-fields div.active {
    background-color: #E89DA1;
}
#meta-fields div span:first-child,
#meta-activity div span:first-child {
    font-family: 'TT Runs Trial';
    font-style: normal;
    font-weight: 900;
    font-size: 1.56vw;
    margin-bottom: 1.51vw;
    color: #000000;
}
#meta-fields div span:last-child,
#meta-activity div span:last-child {
    font-family: 'TT Runs Trial';
    font-style: normal;
    font-weight: 400;
    font-size: 1.3vw;
    color: #000000;
}
#metrical div {
    width: 50%;
    height: 100%;
    border: 3px solid #E89DA1;
    font-family: 'TT Runs Trial';
    font-style: normal;
    font-weight: 400;
    font-size: 1.3vw;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
#metrical div:first-child {
    border-radius: 2.08vw 0 0 2.08vw;
}
#metrical div:last-child {
    border-radius: 0 2.08vw 2.08vw 0;
}
#metrical div.active {
    background-color: #E89DA1;
    font-weight: 900;
}
.modal input::placeholder {
    color: rgba(0,0,0, 0.4);
}
.modal .wrap-input:has(.label-input) input::placeholder {
    color:transparent !important;
}
.modal .wrap-input:has(.label-input) input {
    font-weight: 900;
}
.label-input {
    padding-left: 1.04vw;
    position: absolute;
    left: 0;
    top: 0;
    height: 4.68vw;
    display: flex;
    align-items: center;
}
.label-input span {
    color: rgba(0,0,0, 0.4);
    font-family: 'TT Runs Trial';
    font-style: normal;
    font-weight: 400;
    font-size: 1.3vw;
}
.label-input span:first-child {
    margin-right: 0.52vw;
    font-weight: 900;
    opacity: 0;
}
.modal #nextBtn.done {
    opacity: 1;
}
.modal #prevBtn:hover, .modal #nextBtn:hover {
    opacity: .8;
}
.modal #prevBtn svg {
    width: 100%;
    height: 100%;
    float: left;
}
.modal {
    max-width: 66.35vw !important;
    box-shadow: none !important;
    border-radius: 1.04vw !important;
    padding: 2.34vw 7.08vw !important;
    min-height: calc(100vh - 8.7vh);
}
.modal a.close-modal {
    background-image: url("../img/close.svg") !important;
    top: 1.77vw !important;
    right: 1.77vw !important;
    width: 1.13vw !important;
    height: 1.13vw !important;
}
/* Mark the active step: */
.modal .step.active {
    opacity: 1;
    background-color: #E89DA1;
}
.modal .step.active {
    border-radius: 0 5.2vw 5.2vw 0;
}

/* Mark the steps that are finished and valid: */
.modal .step.finish {
    background-color: #E89DA1;
}
.wrap-input {
    position: relative;
}
.about-food .wrap-tabs-buttons {
    display: flex;
    flex-direction: row;
    /*align-items: center;*/
    justify-content: space-between;
}
.about-food .wrap-tabs-buttons button {
    background: transparent;
    box-shadow: none;
    border: none;
    font-family: 'TT Runs Trial';
    font-style: normal;
    font-weight: 400;
    font-size: 0.72vw;
    line-height: 120%;
    color: #000000;
    border-bottom: 4px solid #feddba;
    cursor: pointer;
}
.tab_pryotuvannya, .tab_pryotuvannya p, .tab_pryotuvannya h4, .tab_pryotuvannya h3 {
    font-family: 'TT Runs Trial';
    font-style: normal;
    font-weight: 400;
    font-size: 0.88vw;
    line-height: 1.2;
    color: #000000;
}
.tab_pryotuvannya p {
    margin-bottom: 0.62vw;
}
.list-food li .about-traine.about-food {
    padding: 0.39vw 0 0 0;
    background: #feddba;
}
.list-food li .about-traine.about-food h3 {
    padding: 0 1.14vw 0 1.14vw;
    margin-bottom: 0.52vw;
}
.about-food .wrap-tabs-buttons button.active {
    border-bottom: 4px solid #E89DA1;
}
.tab_food {
    background: #F1F1F1;
    padding: 1.5vw 1.14vw 1vw 1.14vw;
    position: relative;
    z-index: 2;
}
li.food-week .type-food {
    font-family: 'TT Runs Trial';
    font-style: normal;
    font-weight: 400;
    font-size: 0.93vw;
    line-height: 111%;
    color: #292929;
    padding: 1vw 1.14vw 0 1.14vw;
    margin-bottom: 1.3vw;
    display: block;
}
li.food-week .cover {
    height: 13.02vw;
}
.more-about-food {
    display: none;
}
li.food-week .all-ccal-food {
    padding: 0.5vw 1.14vw 0.8vw 1.14vw;
    font-family: 'TT Runs Trial';
    font-style: normal;
    font-weight: 400;
    font-size: 0.93vw;
    line-height: 111%;
    color: #292929;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
li.food-week .all-ccal-food svg {
    width: 1.51vw;
    height: 1.51vw;
    margin-right: 0.31vw;
}
.list-trainings li.food-week {
    background: #FEDDBC;
}
.btn-tab-image {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 5.2vw;
    font-family: 'TT Runs Trial';
    font-style: normal;
    font-weight: 400;
    font-size: 0.93vw;
    line-height: 111%;
    color: #FFFFFF;
    height: 2.08vw;
    padding: 0 2.5px;
    width: 10.67vw;
    margin-bottom: 0.62vw;
    cursor: pointer;
    transition: .3s;
}
.food-week .wrap-tabs-buttons button {
    padding-left: 0.49vw;
    padding-right: 0.49vw;
}
.btn-tab-image:hover {
    background: rgba(0, 0, 0, 0.6);
}
.more-about-food .wrap-tabs-buttons {
    background: #FEDDBC;
}
.back-btn {
    background: #FEDDBC;
    padding: 0.39vw 1.14vw 0.91vw 1.14vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
}
.back-btn span {
    font-family: 'TT Runs Trial';
    font-style: normal;
    font-weight: 900;
    font-size: 0.83vw;
    line-height: 125%;
    color: #292929;
}
.food-week .info-traine {
    overflow-x: auto;
}
.food-week .info-traine table thead th {
    border-bottom: 1px solid #E89DA1;
}
.food-week .info-traine table tfoot th {
    border-top: 1px solid #E89DA1;
}
.food-week .info-traine table tbody tr:first-child td, .food-week .info-traine table tfoot th {
    padding-top: 0.52vw;
}
.food-week .info-traine table {
    /*width: 30.14vw;*/
    width: 100%;
}
.food-week .info-traine table tbody tr:last-child td {
    padding-bottom: 0.52vw;
}
.food-week .info-traine table tbody tr td:nth-child(1) {
    width: 8.4vw;
}
.food-week .info-traine table tbody tr td:nth-child(2) {
    width: 3.28vw;
}
.food-week .info-traine table tbody tr td:nth-child(3) {
    width: 4.59vw;
}
.food-week .info-traine table tbody tr td:nth-child(4) {
    width: 4.59vw;
}
.food-week .info-traine table tbody tr td:nth-child(5) {
    width: 4.59vw;
}
.food-week .info-traine table th,
.food-week .info-traine table td {
    font-family: 'TT Runs Trial';
    font-style: normal;
    font-weight: 400;
    font-size: 0.88vw;
    line-height: 118%;
    color: #000000;
    padding-bottom: 0.52vw;
}

.food-week .info-traine::-webkit-scrollbar {
    height: 0.41vw; /* Ширина всего элемента навигации */
}

.food-week .info-traine::-webkit-scrollbar-track {
    background: #C1C1C1; /* Цвет дорожки */
    border-radius: 5.2vw;
}

.food-week .info-traine::-webkit-scrollbar-thumb {
    background-color: #E89DA1; /* Цвет бегунка */
    border-radius: 5.2vw; /* Округление бегунка */
    border: none
}

.back-btn svg {
    width: 1.35vw;
    height: 1.35vw;
    margin-right: 0.52vw;
}
.more-about-food {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #F1F1F1;
}
.btn-tab-image:first-child {
    width: 15.57vw;
}
.food-week .cover {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-left: 0.62vw;
    padding-right: 0.62vw;
}
#list-to-shop {
    max-width: 40.72vw !important;
    min-height: 50vh !important;
    max-height: 72.54vh !important;
    padding-left: 2.08vw !important;
    padding-right: 2.08vw !important;
    overflow: auto;
}
.modal a.close-modal {
    top: 1.05vw !important;
    right: 2.25vw !important;
    width: 0.75vw !important;
    height: 0.75vw !important;
}
#list-to-shop h3 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 1.16vw;
    border-bottom: 1px solid #E89DA1;
}

#list-to-shop h3 span:first-child {
    text-transform: uppercase;
    font-family: 'Dela Gothic One';
    font-style: normal;
    font-weight: 400;
    font-size: 1vw;
    line-height: 93%;
    color: #231F1F;
}
#list-to-shop h3 span:last-child {
    font-family: 'TT Runs Trial';
    font-style: normal;
    font-weight: 900;
    font-size: 0.9vw;
    line-height: 111%;
    color: #000000;
}
#list-to-shop ul {
    margin-top: 1.56vw;
}
#list-to-shop ul li, #list-to-shop div {
    font-family: 'TT Runs Trial';
    font-style: normal;
    font-weight: 400;
    font-size: 0.88vw;
    line-height: 118%;
    color: #000000;
    margin-bottom: 1.09vw;
	padding-top: 1em;
}
#list-to-shop div strong {
	font-weight: bold;
}
#list-to-shop div p {
	margin-bottom: 1em;
}
.page-template-default ul {
	display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 3vw;
}
.page-template-default ul ul {
	list-style-type: circle;
    margin-block-start: 0px;
    margin-block-end: 0px;
	margin-top: 15px;
}
.page-template-default ul li {
	margin-bottom: 15px;
}
.wrap-block-about-subscription {
    padding: 1.77vw 0 2.39vw 1.87vw;
    background-color: #F1F1F1;
    width: 100%;
    height: 28.02vw;
    background-image: url("../img/back_subsription.png");
    background-position: right center;
    background-size: 24.68vw;
    background-repeat: no-repeat;
    margin-top: 1.97vw;
    margin-bottom: 1.97vw;
}
.wrap-block-about-subscription .wrap-text {
    width: 29.58vw;
}
.wrap-block-about-subscription b {
    font-family: 'TT Runs Trial';
    font-style: normal;
    font-weight: 900;
    font-size: 1.82vw;
    line-height: 1.04vw;
    color: #292929;
    margin-bottom: 1.45vw;
    display: inline-block;
}
.wrap-block-about-subscription .status {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 1.45vw;
}
.wrap-block-about-subscription .status label {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0.52vw;
    background: #C7F3C8;
    border-radius: 5.2vw;
    font-family: 'TT Runs Trial';
    font-style: normal;
    font-weight: 400;
    font-size: 1.04vw;
    line-height: 0px;
    color: #000000;
    margin-right: 1.01vw;
    height: 2.29vw;
}
.wrap-block-about-subscription .status label.red {
    background: #F4C4C6;
}
.wrap-block-about-subscription .status span {
    font-family: 'TT Runs Trial';
    font-style: normal;
    font-weight: 400;
    font-size: 0.88vw;
    line-height: 20px;
    color: #000000;
}
.wrap-block-about-subscription .description {
    font-family: 'TT Runs Trial';
    font-style: normal;
    font-weight: 400;
    font-size: 0.89vw;
    line-height: 1.19vw;
    color: #000000;
    margin-bottom: 1.45vw;
}
.wrap-block-about-subscription .price span {
    font-family: 'TT Runs Trial';
    font-style: normal;
    font-weight: 400;
    font-size: 1.05vw;
    line-height: 1.04vw;
    color: #000000;
}
.wrap-block-about-subscription .button-go-subscription {
    height: 3.95vw;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.52vw;
    background: #73DB74;
    border-radius: 0.36vw;
    font-family: 'TT Runs Trial';
    font-style: normal;
    font-weight: 400;
    font-size: 1.05vw;
    line-height: 1.04vw;
    text-transform: uppercase;
    color: #000000;
    max-width: 18.85vw;
    margin-bottom: 1.87vw;
    cursor: pointer;
    transition: .3s;
}
.wrap-block-about-subscription .button-go-subscription:hover {
    opacity: .8;
}
.wrap-block-about-subscription .button-go-subscription.red {
/*     background: #E89DA1; */
	
	background: transparent;
    padding: 0 !important;
    font-size: 0.6vw;
    height: auto;
    width: auto;
    margin-left: auto;
    justify-content: flex-end;
}
.wrap-block-about-subscription .price {
    margin-bottom: 1.45vw;
}
.subscriptions-page .wrapper-info div {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 1.25vw;
}
.subscriptions-page .wrapper-info div:first-child svg {
    width: 1.04vw;
    height: 1.04vw;
    margin-right: 0.57vw;
}
.subscriptions-page .wrapper-info div:last-child svg {
    width: 1.04vw;
    height: 1.04vw;
    margin-right: 0.78vw;
}
.subscriptions-page .wrapper-info div span {
    font-family: 'TT Runs Trial';
    font-style: normal;
    font-weight: 400;
    font-size: 0.84vw;
    line-height: 1.19vw;
    color: #000000;
}
#cancel-subscription, #cancel-subscription-done {
    width: 56.25vw;
    min-height: 21.61vw;
    padding: 3.22vw 1.82vw !important;
}
#cancel-subscription-done {
    text-align: center;
}
#cancel-subscription span {
    font-family: 'TT Runs Trial';
    font-style: normal;
    font-weight: 400;
    font-size: 1.14vw;
    line-height: 273%;
    color: #000000;
    margin-bottom: 5.62vw;
    display: block;
}
#cancel-subscription h3,
#cancel-subscription-done h3 {
    font-family: 'TT Runs Trial';
    font-style: normal;
    font-weight: 900;
    font-size: 2.34vw;
    line-height: 133%;
    color: #231F1F;
    margin-bottom: 2.7vw;
}
.modal .buttons-question {
    display: flex;
    flex-direction: row;
    margin-top: auto;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
#cancel-subscription-done .buttons-question {
    justify-content: center;
}
#cancel-subscription-done svg {
    margin-bottom: 4.16vw;
    width: 6.97vw;
    height: 6.97vw;
}
.modal .buttons-question a {
    width: calc(50% - 0.52vw);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 4.16vw;
    font-family: 'TT Runs Trial';
    font-style: normal;
    font-weight: 400;
    font-size: 1.19vw;
    line-height: 1.61vw;
    text-transform: uppercase;
    color: #231F1F;
}
.modal .buttons-question a:first-child {
    border: 1px solid #000000;
    border-radius: 0.36vw;
}
.modal .buttons-question a:last-child {
    border: 1px solid #E89DA1;
    border-radius: 0.36vw;
    background: #E89DA1;
}

.main .price, footer .price {
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: linear-gradient(96.14deg, #F0CFD8 4.94%, #D99FAB 92.18%);
    border-radius: 5.2vw;
    font-family: 'TT Runs Trial';
    font-style: normal;
    font-weight: 900;
    font-size: 1.82vw;
    line-height: 57%;
    color: #292929;
    height: 3vw;
    padding: 0 2.36vw;
    margin-top: 1vw;
    text-transform: uppercase;
    min-height: 3vw;
}
footer .price {
    padding: 0 0.36vw;
}
footer .price {
    width: 39.11vw;
}
.header__menu-button {
    width: 7.2vw;
    height: 5.2vw;
    margin-right: 0;
    flex-direction: column;
    padding: 0;
    background: none;
    border: none;
    box-shadow: none;
}

.header__menu-button span {
    display: block;
    width: 7.2vw;
    height: 1px;
    background-color: #22242a;
    margin-bottom: 8px;
    transition: all .3s ease-in-out;
    border-radius: 5px
}
.video-container div.col:last-child .item .title span {
	font-weight: normal;
    font-family: "Dela Gothic One";
    margin-top: 0.6vw;
    display: block;
}
.phone-footer {
	color: white;
}
.links-soc .facebook {
	display: none
}
.traine-week .list-trainings {
    padding-right: 0;
}
.traine-week .list-trainings li {
    background: #FEDDBC;
}
.traine-week .list-trainings li div:last-child span {
    font-family: 'TT Runs Trial';
    font-style: normal;
    font-weight: 400;
    font-size: 0.93vw;
    line-height: 111%;
    text-transform: uppercase;
    color: #292929;
}
.traine-week .list-trainings li div:last-child {
    display: flex;
    padding: 1.56vw 1.14vw;
    min-height: 8.33vw;
    background: #FEDDBC;
    flex-direction: column;
}
.traine-week .list-trainings li div h3 {
    margin-bottom: 1.3vw;
    font-family: 'TT Runs Trial';
    font-style: normal;
    font-weight: 900;
    font-size: 0.93vw;
    line-height: 111%;
    display: flex;
    align-items: center;
    color: #292929;
    text-transform: uppercase;
}
.traine-week h2.title-food {
    margin-bottom: 0.78vw;
}
.traine-week .list-trainings li {
    width: calc(50% - 1.77vw);
    margin-bottom: 1.87vw;
}
.no-traine-day {
    background: #F2DFD8;
    padding: 3.69vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 1.56vw;
}
.no-traine-day h4 {
    font-family: 'TT Runs Trial';
    font-style: normal;
    font-weight: 900;
    font-size: 1.4vw;
    line-height: 100%;
    text-transform: uppercase;
    color: #E89DA1;
    margin-bottom: 0.83vw;
}
.no-traine-day div {
    font-family: 'TT Runs Trial';
    font-style: normal;
    font-weight: 400;
    font-size: 0.93vw;
    line-height: 111%;
    text-transform: uppercase;
    color: #292929;
    text-align: center;
}
.reg-sale {
    font-family: 'Dela Gothic One';
    background: #FEDDBA;
    border-radius: 5.2vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 2.03vw;
    margin: 1.35vw 20px 1.35vw 0;
}
.reg-sale span {
	font-style: normal;
    font-weight: 400;
    font-size: 0.7vw;
    line-height: 0.83vw;
    text-transform: uppercase;
    color: #161616;
}
.reg-sale svg {
    width: 1.04vw;
    height: 1.04vw;
    margin-right: 0.52vw;
}
.wrapper-info {
    background: #FEDDBA;
    padding: 1.14vw 1.3vw 0.01vw 1.3vw;
}
footer .price.modal-login {
	width: 27.38vw;
}
.popup-payment h2 {
	font-size: 2.34vw;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin-bottom: 2.4vw
}
.popup-payment svg {
	width: 6.35vw;
	height: 6.35vw;
	margin-right: 4px;
}

.popup-payment .subtitle, .popup-payment .subtitle2 {
	text-align: center;
	margin-bottom: 2.4vw;
	font-family: 'TT Runs Trial';
	font-style: normal;
	font-weight: 500;
	font-size: 1.52vw;
	line-height: 151% ;
	color: #000000;
	max-width: 40.83vw;
	margin-left: auto;
	margin-right: auto;
}
.popup-payment .descr {
	background: #FEDDBA;
	padding: 1.74vw 0.52vw;
	font-weight: 500;
	font-size: 1.41vw;
	line-height: 161% ;
	color: #000000;
	margin-bottom: 2.4vw;
	text-align: center;
	max-width: 40.83vw;
	margin-left: auto;
	margin-right: auto;
}
.popup-payment .subtitle2 {
	max-width: 45.1vw
}
.popup-payment .link {
	width: 33.33vw;
	background: #E89DA1;
	height: 4.68vw;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	font-family: 'TT Runs Trial';
	font-style: normal;
	font-weight: 500;
	font-size: 1.19vw;
	text-transform: uppercase;
	color: #231F1F;
}
.sale-price {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0.52vw;
    width: 13.75vw;
    height: 2.39vw;
    background: linear-gradient(96.14deg, #F0CFD8 4.94%, #D99FAB 92.18%);
    border-radius: 5.2vw;
    font-family: 'TT Runs Trial';
    font-style: normal;
    font-weight: 800;
    font-size: 0.86vw;
    line-height: 1.35vw;
    color: #000000;
    margin-top: 0.88vw;
}
.free-week {
    margin: 1.71vw 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.free-week span {
    font-family: 'TT Runs Trial';
    font-style: normal;
    font-weight: 600;
    font-size: 1.14vw;
    line-height: 105%;
    color: #000000;
}
.free-week svg {
    margin-right: 0.52vw;
    width: 2.34vw;
    height: 2.34vw;
}
.flex-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.price-grn {
    background-color: #F2DFD8;
    border-radius: 5.2vw;
    height: 2.7vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'TT Runs Trial';
    font-style: normal;
    font-weight: 800;
    font-size: 1.25vw;
    line-height: 1.66vw;
    color: #000000;
    padding: 0 0.4vw;
}
.plans-main {
    padding-top: 4.68vw;
    padding-bottom: 4.68vw;
    background-color: #F2DFD8;
}
.plans-main h2 {
    font-family: 'TT Runs Trial';
    font-style: normal;
    font-weight: 900;
    font-size: 3.95vw;
    line-height: 5.36vw;
    text-transform: uppercase;
    color: #231F1F;
    margin-bottom: 5.78vw;
}
.plans-main .price-grn {
    background-color: #FEDDBA;
    font-family: 'TT Runs Trial';
    font-style: normal;
    font-weight: 800;
    font-size: 1.25vw;
    line-height: 1.66vw;
    color: #000000;
    height: 2.7vw;
}
.plans-main ul {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    margin-bottom: 2.78vw;
}
.plans-main ul li .title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.plans-main ul li .flex-row {
    justify-content: flex-start;
}
.plans-main ul li .about-free-week {
    font-family: 'TT Runs Trial';
    font-style: normal;
    font-weight: 600;
    font-size: 1.04vw;
    line-height: 1.4vw;
    color: #B1B1B1;
    margin-top: 1.45vw;
}
.plans-main .desc-count {
    font-family: 'TT Runs Trial';
    font-style: normal;
    font-weight: 400;
    font-size: 1.45vw;
    line-height: 120%;
    color: #231F1F;
}
.plans-main .right {
    display: flex;
    height: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 6.6vw;
}
.plans-main .right span {
    height: 6.56vw;
    width: 5.57vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-left: 0.52vw;
    background-color: white;
    border-radius: 0.31vw;
    font-family: 'TT Runs Trial';
    font-style: normal;
    font-weight: 900;
    font-size: 2.6vw;
    line-height: 3.54vw;
    text-transform: uppercase;
    color: #000000;
}
.plans-main .left {
    margin-bottom: 6.6vw;
    width: 50.05vw;
}
.plans-main .right {
    margin-left: auto;
}
.plans-main h3 {
    font-family: 'TT Runs Trial';
    font-style: normal;
    font-weight: 900;
    font-size: 2.18vw;
    line-height: 2.96vw;
    text-transform: uppercase;
    color: #231F1F;
    mix-blend-mode: normal;
    margin-bottom: 1.51vw;
}
.plans-main .try.modal-login {
    margin-bottom: 0;
    width: 39.11vw;
    height: 5vw;
    border-radius: 5.2vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(96.14deg, #F0CFD8 4.94%, #D99FAB 92.18%);
    margin-left: auto;
    margin-right: auto;
    font-family: 'TT Runs Trial';
    font-style: normal;
    font-weight: 900;
    font-size: 1.82vw;
    line-height: 57%;
    text-transform: uppercase;
    cursor: pointer !important;
    color: #292929;
}
.plans-main ul li .min-price {
    font-family: 'TT Runs Trial';
    font-style: normal;
    font-weight: 900;
    font-size: 2.08vw;
    line-height: 2.81vw;
    color: #000000;
    margin-right: 0.78vw;
}
.plans-main ul li .old_price {
    font-family: 'TT Runs Trial';
    font-style: normal;
    font-weight: 600;
    font-size: 1.3vw;
    line-height: 1.77vw;
    text-align: right;
    text-decoration-line: line-through;
    color: #E89DA1;
}
.plans-main ul li h5 {
    font-family: 'TT Runs Trial';
    font-style: normal;
    font-weight: 900;
    font-size: 1.19vw;
    line-height: 1.61vw;
    color: #000000;
}
.plans-main ul li .save-price {
    font-family: 'TT Runs Trial';
    font-style: normal;
    font-weight: 800;
    font-size: 0.98vw;
    line-height: 1.35vw;
    color: #E89DA1;
    margin-bottom: 0.65vw;
}
.plans-main ul li {
    width: calc(100% / 3 - 1.21vw);
    height: 15.52vw;
    border-radius: 1.04vw;
    background-color: white;
    padding: 0;
	margin-bottom: 1.82vw;
}
.plans-main ul li a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	height: 100%;
    padding: 2.55vw 1.04vw;
}
.price-modal {
    font-family: 'TT Runs Trial';
    font-style: normal;
    font-weight: 400;
    font-size: 1.92vw;
    line-height: 142%;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 1vw;
    padding-left: 1vw;
    cursor: pointer;
}
.main a.btn-try-for-free,
footer .price.modal-login,
a.btn-try-for-free {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    width: 28.11vw;
    height: 5vw;
    background: linear-gradient(96.14deg, #F0CFD8 4.94%, #D99FAB 92.18%);
    border-radius: 5.2vw;
    font-family: 'TT Runs Trial';
    font-style: normal;
    font-weight: 900;
    font-size: 1.82vw;
    line-height: 57%;
    text-transform: uppercase;
    color: #292929;
}
.shoose-plan {
    padding: 0 !important;
    overflow: hidden;
}
.shoose-plan .left {
    position: absolute;
    top: 0;
    left: 0;
    width: 45%;
    height: 100%;
    background-image: url("../img/shoose-left.jpg");
    background-position: center;
    background-size: cover;
    display: block;
    /*min-height: calc(100vh - 8.7vh);*/
    float: left;
}
#modal-promo .left {
    background-image: url("../img/promo_modal.png");
    width: 40%;
}

.shoose-plan .right {
    float: right;
    padding: 2.13vw 3.84vw 0 2.84vw;
    width: 55%;
    text-align: center;
}
#modal-promo .right .xoo-aff-group {
    width: 100%;
}
#modal-promo .right input[type=text] {
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 3.428571;
    background-image: none;
    border: 1px solid #ccc;
    border-style: solid;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    color: #777;
    border-width: 1px;
    border-color: #cccccc;
    height: 50px;
    width: 100%;
}
#modal-promo .right .xoo-el-notice {
    width: 100%;
}
#modal-promo .right {
    width: 60%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    font-size: 14px;
}
.list-plans .item-plan svg {
    width: 1.97vw;
    height: 1.97vw;
    transition: .3s;
}
.list-plans .item-plan.active svg {
    background-image: url("../img/item-plan_active.svg");
    background-position: center;
    background-size: cover;
}
.list-plans .item-plan svg circle {
    transition: .3s;
}
.list-plans .item-plan.active svg circle {
    stroke: transparent;
}
.shoose-plan h3 {
    font-family: 'TT Runs Trial';
    font-style: normal;
    font-weight: 900;
    font-size: 2.34vw;
    line-height: 133%;
    color: #231F1F;
    margin-bottom: 1.71vw;
}
.shoose-plan .subtitle-plan {
    font-family: 'TT Runs Trial';
    font-style: normal;
    font-weight: 400;
    font-size: 1.36vw;
    line-height: 168%;
    display: flex;
    align-items: center;
    color: rgba(92, 92, 92, 0.96);
    margin-bottom: 3.07vw;
    width: 100%;
    justify-content: center;
}
.shoose-plan .subtitle-plan svg {
    width: 2.6vw;
    height: 2.6vw;
    margin-right: 5px;
}
.shoose-plan.modal {
    width: 71.28vw;
    max-width: 99% !important;
}
#modal-promo h3 {
    font-size: 1.56vw;
    margin-left: 10px;
}
#modal-promo.modal {
    width: 41.66vw;
    height: 410px;
    min-height: 300px !important;
}
.list-plans {
    display: flex;
    flex-direction: column;
}
.list-plans .item-plan .title-plan {
    font-family: 'TT Runs Trial';
    font-style: normal;
    font-weight: 900;
    font-size: 1.19vw;
    line-height: 31px;
    color: #000000;
    margin-left: 1.04vw;
}
.list-plans .item-plan {
    border-radius: 0.41vw;
    border: 1px solid #848484;
    width: 100%;
    height: 5.98vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.35vw;
    padding: 1.04vw;
    cursor: pointer;
    transition: .3s;
}
.list-plans .item-plan:hover {
    border-color: #E89DA1;
}
.list-plans .item-plan .flex-row {
    justify-content: flex-end;
}
.list-plans .item-plan .flex-col {
    height: 100%;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    margin-left: auto;
}
.price-grn-plan {
    font-family: 'TT Runs Trial';
    font-style: normal;
    font-weight: 400;
    font-size: 0.93vw;
    line-height: 1.25vw;
    color: #000000;
    padding: 0 0.52vw;
    border-radius: 5.2vw;
    background-color: #F2DFD8;
}
.price-plan {
    font-family: 'TT Runs Trial';
    font-style: normal;
    font-weight: 900;
    font-size: 1.71vw;
    line-height: 2.34vw;
    color: #000000;
}
.old_price-plan {
    font-family: 'TT Runs Trial';
    font-style: normal;
    font-weight: 400;
    font-size: 1.04vw;
    line-height: 1.4vw;
    text-decoration-line: line-through;
    color: #E89DA1;
    margin-right: 0.78vw;
}
.sale-price-plan {
    font-family: 'TT Runs Trial';
    font-style: normal;
    font-weight: 400;
    font-size: 0.62vw;
    line-height: 0.83vw;
    color: #000000;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0.52vw;
    height: 1.97vw;
    background: linear-gradient(96.14deg, #F0CFD8 4.94%, #D99FAB 92.18%);
    border-radius: 5.2vw;
    margin-right: 0.36vw;
}
.go-pay-plan, #modal-promo .use-promo, .block_promo .use-promo {
    width: 100%;
    height: 4.68vw;
    background-color: #E89DA1;
    font-family: 'TT Runs Trial';
    font-style: normal;
    font-weight: 400;
    font-size: 1.19vw;
    line-height: 1.61vw;
    text-transform: uppercase;
    color: #231F1F;
    display: flex;
    align-items: center;
    justify-content: center;
}
.block_promo .use-promo {
    max-width: 14vw;
}
.block_promo .xoo-aff-group {
    max-width: 300px;
    margin: 0 20px;
}
#modal-promo .use-promo, .block_promo .use-promo {
    height: 2.08vw;
}
li:has(.block), .item:has(.block), .list-to-shop_block {
    cursor: pointer;
}
.xoo-el-notice-error {
    text-align: left;
}
.block_promo .xoo-el-notice-error  {
    font-size: 0.8vw;
    width: auto;
    display: inline-block;
    margin: 10px 0 0 0;
}
.block_promo {
    display: flex;
    flex-direction: column;
    font-size: 1.1vw;
    margin-bottom: 30px;
}
.block_promo .wrap_promo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.wrap-success-paiment {
    display: flex;
    flex-direction: column;
    max-width: 36.45vw;
    margin-left: auto;
    margin-right: auto;
}
.wrap-success-paiment h2 {
    font-family: 'TT Runs Trial';
    font-style: normal;
    font-weight: bold;
    font-size: 45px;
    line-height: 133%;
    color: #231F1F;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.04vw;
}
.wrap-success-paiment .subtitle {
    font-family: 'TT Runs Trial';
    font-style: normal;
    font-weight: 400;
    font-size: 29.2px;
    line-height: 151%;
    text-align: center;
    color: #000000;
    margin-bottom: 2.96vw;
}
.wrap-success-paiment .to-traine {
    background-color: #E89DA1;
    height: 4.68vw;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'TT Runs Trial';
    font-style: normal;
    font-weight: 900;
    font-size: 1.19vw;
    line-height: 1.61vw;
    text-align: center;
    text-transform: uppercase;
    color: #231F1F;
    margin-bottom: 2.96vw;
}
.wrap-success-paiment .wrap-sicals {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2.1vw 0.52vw;
    background-color: #FEDDBA;
    width: 100%;
}
.wrap-success-paiment .wrap-sicals span {
    text-align: center;
    width: 100%;
    display: block;
    margin-bottom: 0.52vw;
    font-family: 'TT Runs Trial';
    font-style: normal;
    font-weight: 400;
    font-size: 27.2px;
    line-height: 162%;
    text-align: center;
    color: #000000;
}
.wrap-success-paiment .wrap-sicals div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.wrap-success-paiment .wrap-sicals div a {
    width: 3.17vw;
    height: 3.17vw;
    margin-right: 1.04vw;
}
.wrap-success-paiment .wrap-sicals div a:last-child {
    margin-right: 0;
}
.wrap-success-paiment .wrap-sicals div a svg {
    width: 100%;
    height: 100%;
}
.wrap-success-paiment svg {
    width: 6.35vw;
    height: 6.35vw;
    margin-right: 4px;
}
.wrap-success-paiment h2.error svg {
    width: 85px;
    height: 85px;
}

/*Mobile*/
@media screen and (max-width: 768px) {
    #modal-promo .right {
        width: 100%;
    }
	.main .socials {
		right: auto;
	}
    #modal-promo h3 {
        font-size: 4.56vw;
    }
    #modal-promo.modal {
        height: auto;
        min-height: 200px !important;
    }
    .price-grn {
        background-color: #F2DFD8;
        border-radius: 5.2vw;
        height: 5.7vw;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: 'TT Runs Trial';
        font-style: normal;
        font-weight: 800;
        font-size: 3.25vw;
        line-height: 1.66vw;
        color: #000000;
        padding: 0 2.4vw;
    }
    .reg-sale {
        height: 10.39vw;
        width: calc(100% - 20px);
		padding: 0;
        box-sizing: border-box;
        margin-left: 0;
        margin-top: 6.93vw;
	}
	.reg-sale span {
        font-size: 2.93vw;
        
    }
    .xoo-el-form-container ul.xoo-el-tabs {
        padding-right: 0;
    }
    .reg-sale svg {
        width: 5.33vw;
        height: 5.33vw;
        margin-right: 2.5vw;
    }
    .no-traine-day h4 {
        font-size: 3.4vw;
    }
    .no-traine-day div {
        font-size: 2.2vw;
    }
    .xoo-aff-group.xoo-el-login-btm-fields {
        flex-direction: column;
        align-items: self-start;
    }
    .xoo-aff-group.xoo-el-login-btm-fields .xoo-el-form-label {
        margin-bottom: 4vw;
    }
    label:has(input[type="checkbox"]) {
        padding-left: 4.96vw !important;
    }
	p.status {
		font-size: 2.8vw;
	}
	.phone-footer {
    	font-size: 5vw;
    	margin: 0 auto !important;
	}
	.wrap-block-about-subscription .button-go-subscription.red {
		font-size: 2.6vw;
	}
	.main .price, footer .price {
        font-size: 3.79vw;
        height: 13.42vw;
        border-radius: 9.25vw;
        padding: 0 2.52vw;
        margin-top: 5vw;
        min-height: 13.42vw;
	}
    footer .price.only-mob {
        width: 100%;
        display: flex !important;
    }
	section.main .to-buy {
		margin-bottom: -35vw;
	}
	.plans-list li .price span {
		font-size: 3vw;
	}
    body {
        font-size: 3vw;
    }
	section.second {
		height: auto;
		min-height: 100vh;
	}
    .only-pc {
        display: none !important;
    }

    .only-mob {
        display: block !important;
		max-width: 100%;
    }

    .container {
        width: calc(100% - 12.5vw);
    }
    section.seven .slider-food .item {
        height: 43.25vw;
    }

    section.main {
        padding: 7.08vw 0 8.54vw 0;
		
		min-height:170vw;
        background-image: url("/wp-content/uploads/2025/01/sloj-6-1.png");
    }

    section.main .logo {
        width: 22.68vw;
		margin-bottom: 0;
    }

    .btn-profile {
        font-size: 2.31vw;
        width: 28.42vw;
        height: 6.38vw;
        border-radius: 0;
    }

    section.main h1 {
        font-size: 13.28vw;
    }

    section.main .to-buy, section.ten .to-buy, footer .to-buy {
        font-size: 6.48vw;
        padding-right: 12vw;
        line-height: 9.25vw;
    }
    section.main .to-buy, footer .to-buy {
        font-size: 4vw;
        padding-right: 12vw;
        line-height: 6.25vw;
        position: relative;
    }
	section.second {
		padding-top: 10vw !important;
	}
	section.fourth .left .description p, section.fourth .left .description li {
		font-size: 3.7vw;
		line-height: 4.44vw;
	}

    section.main .to-buy:after, section.ten .to-buy:after, footer .to-buy:after {
        width: 25.41vw;
        height: 1px;
        margin-left: 4.7vw;
        margin-right: 2vw;
    }

    section.main .to-buy:before, section.ten .to-buy:before, footer .to-buy:before {
        height: 9.16vw;
        width: 8.61vw;
    }
	section.main .container {
		justify-content: space-between;
	}
	section.main h1 span {
		font-size: 5.08vw;
        line-height: 6vw;
        width: 60.35vw;
        margin-left: 0 !important;
        margin-bottom: 3.51vw;
	}
	section.main h1 {
		text-align: left
	}


    section.main .container:after {
        width: 1px;
        height: 40.2vw;
    }

    section.second .container {
        flex-direction: column-reverse;
        justify-content: center;
    }

    section.second .container .left {
        width: 100%;
    }

    section.second .container .right {
        width: 100%;
    }

    section.second, section.third {
        padding: 0;
    }
    section.third {
        background-image: url('/wp-content/uploads/2025/01/3_m-1.png') !important;
    }
    section.second .container .right .title {
        font-size: 7.11vw;
        margin-bottom: 9.37vw;
        font-weight: normal;
    }

    section.second .container .right h2 {
        font-size: 4.62vw;
        margin-bottom: 4.16vh;
    }

    section.second .container .right .description {
        font-size: 3.05vw;
		line-height: 4.44vw;
    }

    section.second .container .left .item span {
        font-size: 2.77vw;
		line-height: 4.44vw;
    }

    section.second .container .left .item {
        margin-bottom: 4.16vw;
    }

    section.second .container:before {
        display: none;
    }

    section.second .container {
        position: relative;
    }

    section.third .container {
        position: relative;
        height: 100%;
    }

    section.second .container:after, section.third .container:after {
        width: 1px;
        height: 40.2vw;
        content: '';
        display: block;
        background: #e89da1;
        position: absolute;
        right: 0;
        bottom: 13.54vw;
    }

    section.fourth .container {
        flex-direction: column;
    }

    section.fourth .left {
        width: 100%;
        position: relative;
        margin-bottom: 0;

        border: none
    }

    section.fourth .left .description {
        padding-bottom: 8.33vw;
    }

    section.fourth .left:after {
        content: '';
        height: 1px;
        width: 48.54vw;
        background-color: #e89da1;
        position: absolute;
        bottom: 18vw;
    }

    section.fourth .right {
        width: 100%;
        position: relative;
        right: -12.5vw;
        height: 55.62vw;
    }

    section.fourth .left h3 {
        font-size: 7.11vw;
    }

    section.fourth .left .description {
        font-size: 3.85vw;
    }

    section.six {
        height: 125vw;
        background-image: url('/wp-content/uploads/2025/01/7_mob-1.png');
    }

    section.seven .right {
        height: 87.83vw;
    }

    section.seven .left:after {
        display: none;
    }

    section.seven .left {
        position: static;
    }

    section.seven .right:after {
        width: 57.91vw;
        height: 1px;
        border: none;
        background: #e89da1;
        bottom: auto;
        left: 0;
    }
	
	section.seven .right:before {
		content: '';
		position: absolute;
		width: 57.91vw;
		height: 1px;
		border: none;
		background: #e89da1;
		bottom: 0;
		right: 0;
	}

    section.seven .left .buttons {
        height: 1.45vw;
        width: 11.87vw;
        bottom: 0;
    }

    section.seven .left .buttons div {
        width: 1.45vw;
        height: 1.45vw;
    }

    section.eight .container {
        flex-direction: column;
		margin-bottom: 6.57vw;
    }

    section.eight .container .left {
        width: 100%;
        border: none;
    }

    section.eight .container .left:after {
        content: '';
        height: 1px;
        width: 31.25vw;
        background-color: #f2dfd8;
        display: block;
    }

    section.eight {
        padding-bottom: 16.66vw;
    }

    section.eight .container .right {
        width: 100%;
    }

    section.eight .right h3 {
        font-size: 7.11vw;
        margin-bottom: 9.37vw;
    }

    section.eight .title {
        font-size: 4.62vw;
    }

    section.eight .description {
        font-size: 3.85vw;
        margin-bottom: 13.54vw;

    }

    section.video {
        height: 155vw;
    }

    section.ten .left h3 {
        font-size: 5vw;
    }

    section.ten .container:before {
        display: none;
    }

    section.ten .to-buy:before {
        left: 62.98vw;
    }

    section.ten .container {
        background-size: 57.5vw;
        background-position: right center;
    }

    section.results .slider .item {
        height: 100.83vw;
        margin-right: 3.54vw;
    }

    section.results h3 {
        font-size: 7.11vw;
    }

    section.results h3:after {
        left: 0;
        height: 1px;
        width: 63.12vw;
        margin-left: 0;
    }

    section.results .container .buttons {
        height: 11.87vw;
        width: 1.45vw;
        padding-top: 3.9vw;
    }

    section.results .container .buttons div {
        width: 1.45vw;
        height: 1.45vw;
    }

    section.seven .arrows .line,
    section.results .arrows .line {
        margin-left: 11.45vw;
        margin-right: 11.45vw;
		height: 7.86vw;
    }

    section.seven .arrows,
    section.results .arrows {
        margin-top: 10.41vw;
        margin-bottom: 10.41vw;
    }

    footer h3 {
        font-size: 4.9vw;
    }

    footer .to-buy {
        width: 100%;
        margin-top: 8.33vw;
    }

    footer .footer-row {
        flex-direction: column;
        align-items: flex-start;
    }

    footer .footer-row ul {
        flex-direction: column;
        align-items: flex-start;
    }

    footer .footer-row ul li {
        margin-bottom: 2.08vw;
    }

    footer .footer-row ul li a {
        font-size: 3.85vw;
    }

    footer .socials {
        display: flex;
        width: 100%;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
        margin-top: 18.75vw;
    }

    .main .socials a img, footer .socials a img {
        height: 8.95vw;
    }

	.main .socials a svg, footer .socials a svg {
        height: 11.95vw;
    }

    .main .socials a:first-child img, footer .socials a:first-child img {
        width: 4.58vw;
    }

    .main .socials a:nth-child(2) img, footer .socials a:nth-child(2) img {
        width: 9.37vw;
    }

    .main .socials a, footer .socials a {
        margin-left: 3.25vw;
    }

    footer {
        padding-bottom: 12.29vw;
    }

    footer .container {
        background-size: 43.95vw;
        background-position: left bottom 12vw;
    }

    .page-template-page-login .main-wrap .sidebar, .main-wrap .sidebar, .main-wrap .sidebar:has(ul) {
        position: fixed;
        left: -100%;
        top: 0;
        width: 100%;
        transition: .5s;
        height: 100%;
        background: #f2dfd8;
        z-index: 999;
        border: none;
        max-height: 100%;
        justify-content: center;
    }
    .wrap-subscription {
        padding: 4vw;
        margin-top: 4vw;
    }
    .wrap-subscription span.title {
        font-size: 3.06vw;
        margin-bottom: 2vw;
    }

    .sidebar.open {
        left: 0 !important;
    }
    .main-wrap .right {
        width: 100%;
        margin-left: 0;
        padding-left: 0;
    }
    .main-wrap .right .login-form .inputs-log, .wrap-socal-reg .links-soc, .page-template-page-login .wrap-buttons {
        flex-direction: column;
    }
    .main-wrap .right .login-form input[type=email], .main-wrap .right .login-form input[type=password], .wrap-socal-reg a {
        width: 100%;
        height: 10.41vw;
        margin-bottom: 2vw;
        font-size: 3.51vw;
    }
    .main-wrap .right .login-form .inputs-log, .wrap-socal-reg .links-soc, .wrap-socal-reg {
        width: 100%;
    }
    .page-template-page-login .wrap-buttons {
        width: 100%;
        align-items: center;
    }
    .wrap-socal-reg, .wrap-socal-reg span, label:has(#remember-chekbox) {
        font-size: 3.2vw;
    }
    .page-template-page-login .wrap-buttons input[type=button], .page-template-page-login .wrap-buttons input[type=submit], .wrap-subscription a.pay-now {
        height: 10.41vw;
        font-size: 3.51vw;
        margin-bottom: 2vw;
        width: 45vw;
    }
    .wrap-socal-reg .links-soc .facebook, .wrap-socal-reg .links-soc .google {
        background-size: 5.55vw;
    }
    header .title {
        font-size: 4.27vw;
    }
    .wrap-socal-reg .links-soc {
        /*margin-bottom: 2vw;*/
    }
    .wrap-socal-reg {
        /*margin-top: 14vw;*/
    }
    h1.single-page {
        font-size: 7.11vw;
        padding-left: 0;
        padding-right: 0;
    }
    h2.title-food {
        font-size: 5vw;
        padding-bottom: 2vw;
    }
    .training .subtitle {
        font-size: 3.2vw;
        margin-bottom: 4vw;
    }
    .list-food li {
        width: 48%;
        margin-bottom: 11vw;
    }
    .list-food li .cover {
        height: 20.10vw;
    }
    .list-food li .add-food {
        left: 3vw;
        font-size: 2.2vw;
        bottom: -6vw;
    }
    .list-food li .add-food:before {
        content: "+";
        width: 3.61vw;
        height: 3.61vw;
        font-size: 3.4vw;
		border: 1px solid rgb(35, 31, 31);
	
    }
    .list-trainings {
        padding-right: 0;
    }
    .right .filters {
        flex-direction: column;
        padding: 5vw;
    }
    .list-trainings li a .about-traine, .list-food li .about-traine {
        padding: 3vw;
    }
    .list-trainings li a .about-traine h3 {
        font-size: 3.2vw;
        margin-bottom: 3vw;
    }
    .list-food li .about-traine h3 {
        font-size: 3.8vw;
    }
    .list-trainings li a .about-traine .info-traine div {
        font-size: 2.2vw;
        margin-bottom: 3.52vw;
    }
    .list-food li .about-traine .info-traine div {
        font-size: 2.8vw;
        margin-bottom: 1.5vw;
    }
    .right .filters .wrap-select {
        margin-right: 0;
        width: 100%;
        margin-bottom: 4vw;
    }
    .right .filters .wrap-select label {
        font-size: 3vw;
    }
    .list-food li .about-traine .info-traine div:first-child {
        /*padding-top: 3vw;*/
    }
    .right .filters .wrap-select select {
        font-size: 3vw;
    }
    header .user {
        font-size: 3vw;
    }
    header .user img {
        width: 6.4vw;
        height: 6.4vw;
    }
	.user.only-mob {
		margin-left: auto;
    	margin-right: 6vw;
	}
    .right .filters button, div.load-more {
        margin-top: 4vw;
        font-size: 3vw;
        width: 100%;
        height: 7.18vw;
        border-radius: 1.5vw;
    }
    .results-cal {
        font-size: 3.2vw;
        margin-bottom: 8vw;
    }
    .results-cal span {
        font-size: 5vw;
    }
    .user-data {
        flex-direction: column;
        align-items: flex-start;
    }
    .user-data input[type=file] {
        width: 15.7vw;
        height: 15.7vw;
        margin-bottom: 4vw;
    }
    .user-data input[type=file]:before {
        width: 25.7vw;
        height: 25.7vw;
    }
    .user-data div label {
        font-size: 3vw;
    }
    .user-data input[type=file]:after {
        width: 6.6vw;
        height: 6.6vw;
    }
    .user-data div input[type=text], .user-data div select {
        height: 10.41vw;
        margin-bottom: 2vw;
        font-size: 3.51vw;
        width: 100%;
        padding: 0 2vw;
    }
    .user-data div {
        margin-right: 0;
        width: 100%;
        margin-bottom: 4vw;
    }
    .user-parametrs .wrap-number {
        width: 48%;
        margin-bottom: 4vw;
    }
    .user-parametrs {
        flex-wrap: wrap;
    }
    .wrap-number label, .wrap-number.last-weight .date {
        font-size: 3vw  ;
    }
    .user-parametrs .wrap-number .plus, .user-parametrs .wrap-number .minus {
        width: 6.51vw;
        height: 6.51vw;
        font-size: 5.6vw;
		border: 1px solid #231f20;
    }
    .wrap-number.last-weight div {
        width: 100%;
    }
    .wrap-number.last-weight input[type=submit] {
        border-radius: 2vw;
        height: 6vw;
        font-size: 3.11vw;
    }
    .wrap-graph {
        flex-direction: column;
    }
    .wrap-graph .graph, .results-calor  {
        width: 100%;
        margin-bottom: 4vw;
    }
    .results-calor span.title {
        font-size: 3.11vw;
    }
    .results-calor span.number {
        font-size: 3.11vw;
    }
    .results-calor span.number img {
        width: 3.14vw;
        height: 3.56vw;
    }
    .user-parametrs .wrap-number input[type=number], .user-parametrs .wrap-number input[type=text] {
        font-size: 8.58vw;
    }
    .single-traine .right .wrap-descr-traine {
        flex-direction: column;
    }
    .traine-single-image {
        width: 100%;
        height: 50vw;
        margin-bottom: 4vw;
    }
    .single-traine .right .more-traine {
        width: 100%;
        padding-left: 0;
    }
    .single-traine .right .more-traine .wrap-info-coach div {
        font-size: 3.2vw;
    }
    .single-traine .right .more-traine .wrap-info-coach div .user-image {
        width: 6.33vw;
        height: 6.33vw;
    }
    .single-traine .right .more-traine .wrap-info-coach div:nth-child(2) span {
        font-weight: 500;
    }
    .single-traine .right .more-traine .wrap-info-coach div .group-image {
        width: 5.8vw;
        height: 4.81vw;
    }
    .content {
        font-size: 3.2vw;
    }
    .vertical-line {
        width: 1.45vw;
        height: 11.87vw;
    }
    .vertical-line div {
        width: 1.45vw;
        height: 1.45vw;
    }
    .content ul {
        padding-left: 4vw;
    }
    .video-container {
        flex-direction: column;
    }
    .video-container div.col:first-child,.video-container div.col:last-child {
        width: 100%;
    }
    .training .wrap-done {
        font-size: 3.2vw;
        margin-bottom: 4vw;
    }
    .training .wrap-done button {
        font-size: 2.2vw;
        width: 18.68vw;
        height: 6.18vw;
    }
    .video-container div.col:last-child .item .main-video {
        width: 28.92vw;
        height: 17.82vw;
    }
    .video-container div.col:last-child .item .title {
        padding-left: 3vw;
        font-size: 3vw;
        width: calc(100% - 28.92vw);
    }
    .main-video {
        height: 18.92vh;
    }
    .block {
        width: 7.8vw;
        height: 7.8vw;
        top: 3vw;
        left: 3vw;
    }
    .video-container div.col:last-child {
        margin-bottom: 4vw;
    }
    .video-info .calor, .video-info .likes {
        font-size: 3.2vw;
    }
    .video-info .calor img {
        width: 3.14vw;
        height: 3.56vw;
        margin-right: 1.36vw;
    }
    .video-info {
        padding: 4vw 0;
    }
    .video-info .likes img {
        width: 3.45vw;
        height: 3.35vw;
        margin-right: 1.36vw;
    }
    .subscriptions-page .right .wrap-subscription {
        flex-direction: column;
        padding: 2vw;
    }
    .subscriptions-page .right .wrap-subscription a.pay-now {
        margin-top: 4vw;
    }
    .wrap-subscription .wrap-left {
        font-size: 3.6vw;
    }
    .subscriptions-page .right .wrap-subscription div {
        position: relative;
    }
    .wrap-subscription .days-left {
        width: 100%;
        height: 3.3vw;
        border-radius: 2vw;
    }
    .wrap-subscription .days-left span {
        border-radius: 2vw;
    }
    .plans-list li {
        width: 100%;
        margin: 0 0 4vw 0;
        height: 40vw;
        padding: 4vw;
    }
    .plans-list li .title {
        font-size: 4.4vw;
    }
    .plans-list li .price {
        font-size: 4.71vw;
        margin-top: 3vw;
    }
    .plans-list li a {
        width: 25.09vw;
        height: 6.5vw;
        border-radius: 1vw;
        font-size: 4vw;
    }
    .list-trainings li {
        width: 48%;
        margin-bottom: 4vw;
    }
    .list-trainings li a .cover {
        height: 50vw;
    }
    .list-trainings li a .about-coach span {
        font-size: 3vw;
    }
    .list-trainings li a .about-coach .group-image {
        width: 3.19vw;
        height: 2.8vw;
        margin-left: 1.26vw;
    }
    .list-trainings li a .about-coach .user-image {
        width: 4.08vw;
        height: 4.08vw;
        margin-right: 1.72vw;
    }
    .list-trainings li a .about-coach {
        padding-left: 2vw;
        padding-right: 2vw;
    }
    .list-trainings li a .about-traine {
        padding: 2vw;
    }
    .sidebar ul li a {
        font-size: 6.6vw;
    }
    .sidebar ul li {
        margin-bottom: 3.5vw;
    }
    .sidebar ul {
        padding: 4vw;
    }
    .sidebar .close-btn {
        position: absolute;
        top: 4vw;
        right: 4vw;
    }
    .list-trainings.list-food li {
        margin-bottom: 10vw;
    }
    .list-food::after {
        width: 48%;
    }
    input[type="checkbox"]:checked + label:before, input[type="checkbox"]:not(:checked) + label:before, input[type="radio"]:checked + label:before, input[type="radio"]:not(:checked) + label:before {
        width: 3.82vw;
        height: 3.82vw;
    }
    input[type="checkbox"]:checked + label, input[type="checkbox"]:not(:checked) + label, input[type="radio"]:checked + label, input[type="radio"]:not(:checked) + label {
        padding-left: 7.96vw;
        line-height: 3.82vw;
    }
    input[type="checkbox"]:checked + label:after, input[type="checkbox"]:not(:checked) + label:after {
        width: 3.19vw;
        height: 1.57vw;
        border-left: 3px solid #e89da1;
        border-bottom: 3px solid #e89da1;
    }
    select option {
        font-size: 3vw !important;
    }
    .page-template-default .container h1.single-page {
        font-size: 6.11vw;
    }
    .modal {
        max-width: 100% !important;
        width: 100% !important;
        box-shadow: none !important;
        border-radius: 1.85vw !important;
        padding: 12.12vw 3.7vw 9.62vw 3.7vw !important;
        min-height: 90vh !important;
    }
    .blocker {
        padding: 3.98vw;
    }
    .progress-count, .progress-count span {
        font-size: 2.77vw;
        margin-bottom: 1.94vw;
    }
    .modal .step {
        height: 1.29vw;
    }
    .modal h2 {
        font-size: 6.94vw;
    }
    .modal .desc-age {
        font-size: 3.24vw;
    }
    .modal .time-form {
        font-size: 2.31vw;
    }
    .modal .select-sex div svg {
        height: 5.55vh;
        width: 5.55vh;
    }
    .modal .select-sex div {
        width: calc(50% - 1.62vw);
        height: 38.88vw;
        justify-content: space-around;
    }
    .modal .select-sex div span {
        font-size: 2.31vw;
    }
    .modal label {
        font-size: 2.31vw;
        margin-bottom: 2.4vw;
    }
    .modal input[type=date], .modal input[type=text], .modal input[type=number] {
        font-size: 2.31vw;
        margin-bottom: 1.3vw;
        padding: 0 1.85vw;
        height: 8.33vw;
    }
    .modal #nextBtn {
        height: 9.72vw;
        font-size: 2.77vw;
        border-radius: 0.64vw;
    }
    .modal #prevBtn {
        width: 3.3vw;
        height: 3.21vw;
        left: 3.9vw;
        top: 3.53vw;
    }
    .modal a.close-modal {
        top: 3.5vw !important;
        right: 3.5vw !important;
        width: 3.27vw !important;
        height: 3.27vw !important;
    }
    #metrical {
        width: 100%;
        height: 9.25vw;
        margin-bottom: 3.42vw;
    }
    #metrical div:first-child {
        border-radius: 3.70vw 0 0 3.70vw;
    }
    #metrical div:last-child {
        border-radius: 0 3.70vw 3.70vw 0;
    }
    #metrical div {
        font-size: 2.77vw;
        border: 0.27vw solid #E89DA1;
    }
    .label-input {
        padding-left: 1.85vw;
        height: 8.33vw;
    }
    .label-input span {
        font-size: 2.31vw;
    }
    .label-input span:first-child {
        margin-right: 1.52vw;
    }
    #meta-fields div, #meta-activity div {
        height: 12.68vw;
        padding: 0 2.77vw;
        margin-bottom: 1.78vw;
    }
    #meta-fields div span:first-child, #meta-activity div span:first-child {
        font-size: 2.77vw;
        margin-bottom: 2.68vw;
    }
    #meta-fields div span:last-child, #meta-activity div span:last-child {
        font-size: 2.31vw;
    }
    .right .filters .wrap-options {
        flex-direction: column;
    }
    .right .filters .wrap-select label {
        font-size: 3vw;
        line-height: 4vw !important;
        margin-bottom: 2vw !important;
    }
    input[type="radio"]:checked + label:before {
        border: 1vw solid #E89DA1;
    }
    .list-trainings.list-food li {
        width: 100%;
    }
    .about-food .wrap-tabs-buttons button {
        font-size: 2.72vw;
    }
    .list-food li .cover {
        height: 50.10vw;
    }
    .tab_pryotuvannya p, .tab_pryotuvannya h3, .tab_pryotuvannya h4 {
        margin-bottom: 2.62vw;
        font-size: 2.67vw;
    }
    li.food-week .type-food, li.food-week .all-ccal-food {
        font-size: 3.2vw;
    }
    li.food-week .all-ccal-food svg {
        width: 3vw;
        height: 3vw;
    }
    .btn-tab-image {
        font-size: 2.93vw;
        height: 8.08vw;
        width: 29.67vw;
        margin-bottom: 2.62vw;
    }
    .btn-tab-image:first-child {
        width: 52.57vw;
    }
    .list-food .food-week h3 {
        margin-bottom: 2.52vw;
    }
    .list-food .food-week .about-traine.about-food {
        padding: 2.39vw 0 2.39vw 0;
    }
    .total-day {
        font-size: 3.2vw;
        margin-bottom: 5.56vw;
    }
    .list-to-shop {
        height: 7.48vw;
        font-size: 2.6vw;
    }
    .food-week .info-traine table th, .food-week .info-traine table td {
        font-size: 2.6vw;
    }
    .food-week .info-traine table {
        /*width: 185vw;*/
    }
    .back-btn span {
        font-size: 2.2vw;
    }
    .back-btn svg {
        width: 3.35vw;
        height: 3.35vw;
        margin-right: 1.52vw;
    }
    .back-btn {
        padding: 2.39vw 1.14vw 1.91vw 2.14vw;
    }
    #list-to-shop {
        max-width: 100% !important;
        min-height: 50vh !important;
        max-height: 90vh !important;
        padding-left: 2.08vw !important;
        padding-right: 2.08vw !important;
        overflow: auto;
    }
    #list-to-shop h3 span:first-child {
        font-size: 3.6vw;
        margin-bottom: 2.2vw;
    }
    #list-to-shop h3 span:last-child {
        font-size: 2.9vw;
    }
    #list-to-shop h3 {
        flex-direction: column;
        align-items: flex-start;
    }
    #list-to-shop ul li, #list-to-shop div {
        font-size: 2.8vw;
        margin-bottom: 2.2vw;
    }
    .wrap-block-about-subscription b {
        font-size: 6.4vw;
        margin-bottom: 4.45vw;
    }
    .wrap-block-about-subscription .status label {
        font-size: 4vw;
        padding: 2.52vw;
        height: 5.29vw;
        margin-right: 0;
        margin-bottom: 3.45vw;
    }
    .wrap-block-about-subscription .status {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 0;
    }
    .wrap-block-about-subscription .description {
        margin-bottom: 3.45vw;
        font-size: 4vw;
        line-height: 120%;
    }
    .wrap-block-about-subscription .price span {
        font-size: 3.8vw;
    }
    .wrap-block-about-subscription .status span {
        font-size: 3.88vw;
        line-height: 120%;
        margin-bottom: 3.45vw;
    }
    .wrap-block-about-subscription .button-go-subscription {
        font-size: 4.05vw;
        height: 8.95vw;
        max-width: 100%;
        width: 100%;
        border-radius: 1vw;
        margin-bottom: 3.45vw;
    }
    .wrap-block-about-subscription {
        padding: 4.34vw;
        height: auto;
        background-image: none;
    }
    .wrap-block-about-subscription .wrap-text {
        width: 100%;
    }
    .subscriptions-page .wrapper-info div span {
        font-size: 3.6vw;
        line-height: 120%;
    }
    .subscriptions-page .wrapper-info div {
        margin-bottom: 3vw
    }
    .subscriptions-page .wrapper-info div:first-child svg {
        width: 8.04vw;
        height: 8.04vw;
        margin-right: 1.57vw;
    }
    .subscriptions-page .wrapper-info div:last-child svg {
        width: 9.25vw;
        /*height: 9.25vw;*/
        height: auto;
        margin-right: 2.78vw;
    }
    .wrap-block-about-subscription .price {
        margin-bottom: 3.45vw;
        margin-top: 8.45vw;
    }
    #cancel-subscription span {
        font-size: 5vw;
        line-height: 120%;
        margin-bottom: 15.62vw;
    }
    #cancel-subscription h3, #cancel-subscription-done h3 {
        font-size: 6.34vw;
    }
    #cancel-subscription, #cancel-subscription-done {
        font-size: 6.34vw;
        min-height: 20vh !important;
    }
    .modal .buttons-question a {
        border-radius: 1.35vw;
        height: 10.16vw;
        font-size: 5.19vw;
    }
    #cancel-subscription-done svg {
        margin-bottom: 4.16vw;
        width: 12.97vw;
        height: 12.97vw;
    }
    .traine-week .list-trainings li .cover {
        height: 40vw;
    }
    .traine-week .list-trainings li div h3 {
        font-size: 2.2vw;
    }
    .traine-week .list-trainings li {
        width: 100%;
    }
    .traine-week .list-trainings li div:last-child span {
        font-size: 1.9vw;
    }
    .subscriptions-page .wrapper-info div:first-child svg {
        width: 14.04vw;
        height: auto;
    }
	footer .price.modal-login {
    	width: 58.38vw;
	}
	.popup-payment svg {
		width: 10.35vw;
    	height: 10.35vw;
	}
	.popup-payment .subtitle, .popup-payment .subtitle2, .popup-payment .descr {
		font-size: 3vw;
		max-width: 90%;
		margin-bottom: 10vw;
	}
	.popup-payment .link {
		width: 100%;
		font-size: 2.77vw;
		height: 9.72vw;
	}
    .free-week span {
        font-size: 3vw;
    }
    .free-week svg {
        margin-right: 2.52vw;
        width: 5.34vw;
        height: 5.34vw;
    }
    .plans-list li .title .old_price {
        font-size: 4.87vw;
    }
    .sale-price {
        width: 44.75vw;
        height: 5.39vw;
        font-size: 2.98vw;
        margin-top: 2.88vw;
    }
    .free-week {
        margin: 3.71vw 0;
    }
    .plans-main h2 {
        font-size: 7.03vw;
        margin-bottom: 10.27vw;
    }
    .plans-main ul li {
        width: 100%;
        height: 41.66vw;
    }
    .plans-main ul {
        flex-direction: column;
    }
    .plans-main ul li {
        margin-bottom: 3.24vw;
	}
	.plans-main ul li a {
        padding: 6.06vw 1.85vw;
    }
    .plans-main ul li h5 {
        font-size: 3.51vw;
    }
    .plans-main ul li .old_price {
        font-size: 3.33vw;
    }
    .plans-main ul li .save-price {
        font-size: 2.87vw;
        margin-bottom: 4.35vw;
    }
    .plans-main ul li .min-price {
        font-size: 6.57vw;
        margin-right: 1.38vw;
    }
    .plans-main .price-grn {
        font-size: 3.88vw;
        height: 7.12vw;
        border-radius: 9.25vw;
        padding: 0 2.77vw;
    }
    .plans-main ul li .about-free-week {
        font-size: 2.5vw;
        margin-top: 2.59vw;
    }
    .plans-main .try.modal-login {
        height: 13.42vw;
        font-size: 3.79vw;
        width: 82.68vw;
        border-radius: 9.25vw;
    }
    .plans-main {
        padding-top: 9.25vw;
        padding-bottom: 9.25vw;
    }
    .main a.btn-try-for-free {
        /*margin-bottom: 21.29vw;*/
        margin-bottom: 1.29vw;
        margin-top: 10vw;
    }
    .main a.btn-try-for-free, a.btn-try-for-free, footer .price.modal-login {
        width: 82.68vw;
        height: 13.42vw;
        border-radius: 9.25vw;
        font-size: 3.79vw;
    }
    section.fourth.seven .left .description {
        margin-bottom: 0;
        padding-bottom: 2vw;
    }
    section.fourth.seven .left a.btn-try-for-free {
        margin-top: 6vw;
    }
    section.seven .right:after {
        top: -24vw
    }
    .shoose-plan .left {
        display: none;
    }
    .shoose-plan .right {
        float: none;
        width: 100%;
    }
    .shoose-plan h3 {
        font-size: 4.34vw;
    }
    .shoose-plan .subtitle-plan {
        font-size: 3.2vw;
    }
    .shoose-plan .subtitle-plan svg {
        width: 4.6vw;
        height: 4.6vw;
    }
    .list-plans .item-plan {
        height: 11.98vw;
        margin-bottom: 3.35vw;
    }
    .list-plans .item-plan svg {
        width: 4.97vw;
        height: 4.97vw;
    }
    .list-plans .item-plan .title-plan {
        font-size: 3vw;
        margin-left: 2.04vw;
    }
    .price-grn-plan {
        font-size: 2.93vw;
        line-height: 3.6vw;
        padding: 0 1.52vw
    }
    .old_price-plan {
        margin-right: 1.78vw;
        font-size: 3vw;
    }
    .sale-price-plan {
        font-size: 2.4vw;
        line-height: 1;
        padding: 1.52vw;
        height: 4.2vw;
        border-radius: 5.2vw;
        margin-right: 1.36vw;
    }
    .shoose-plan .right {
        padding: 0;
    }
    .price-plan {
        font-size: 2.71vw;
        line-height: 2.34vw;
    }
    .go-pay-plan, #modal-promo .use-promo, .block_promo .use-promo {
        font-size: 3.19vw;
        height: 8.68vw;
    }
    .block_promo {
        font-size: 4.1vw;
    }
    .block_promo .xoo-aff-group {
        max-width: 100%;
        margin: 10px 0;
        width: 100%;
    }
    .block_promo .xoo-el-notice {
        width: 100%;
    }
    .block_promo .use-promo {
        width: 100%;
        max-width: 100%;
    }
    .block_promo .xoo-el-notice-error {
        font-size: 2.8vw;
        display: block;
    }
    .block_promo .wrap_promo {
        flex-direction: column;
    }
    .plans-main .flex-row:has(.desc-count) {
        flex-direction: column;
    }
    .plans-main .left, .plans-main .right {
        width: 100%;
        justify-content: center;
        align-content: center;
        margin-bottom: 4.62vw;
    }
    .plans-main .right {
        margin-bottom: 12.55vw;
    }
    .plans-main h3 {
        font-size: 4.62vw;
        line-height: 100%;
        margin-bottom: 2.68vw;
        text-align: center;
    }
    .plans-main .desc-count {
        font-size: 2.59vw;
        line-height: 3.11vw;
        text-align: center;
    }
    .plans-main .right span {
        width: 15.37vw;
        height: 18.14vw;
        font-size: 7.4vw;
        margin-left: 0.92vw;
    }
    .plans-main .right span:first-child {
        margin-left: 0;
    }
    .price-modal {
        font-size: 4.62vw;
        margin-bottom: auto;
    }
    .main .price-modal {
        margin-bottom: 0;
        text-align: center;
        width: 82.68vw;
    }
    .main a.btn-try-for-free {
        margin-top: auto;
    }
    section.main h1 {
        margin-top: 22.56vh;
    }
    .main .phone-footer {
        display: none;
    }
    .main .socials {
        position: absolute;
        bottom: 25vw;
        left: auto;
        right: 5vw !important;
    }
    body:has(.wrap-success-paiment) h1.single-page {
        display: none;
    }
    .wrap-success-paiment h2 {
        display: flex;
        flex-direction: column;
        font-size: 7.9vw;
        line-height: 10.51vw;
        margin-bottom: 5.89vw;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .wrap-success-paiment h2.error {
        width: 85px;
        height: 85px;
    }
    .wrap-success-paiment h2 svg {
        width: 31.28vw;
        height: 31.28vw;
        margin: 7.17vw 0 2.82vw 0 !important;
    }
    .wrap-success-paiment {
        max-width: 89.74vw;
    }
    .training .wrap-success-paiment .subtitle {
        font-size: 5.43vw;
        line-height: 11.28vw;
        margin-bottom: 8.2vw;
    }
    .wrap-success-paiment .to-traine {
        height: 23.07vw;
        font-size: 4.87vw;
        margin-bottom: 8.2vw;
    }
    .wrap-success-paiment .wrap-sicals {
        padding: 10.25vw 3.58vw;
    }
    .wrap-success-paiment .wrap-sicals span {
        font-size: 6.2vw;
        margin-bottom: 2.56vw;
    }
    .wrap-success-paiment .wrap-sicals div a {
        width: 15.6vw;
        height: 15.6vw;
        margin-right: 5.12vw;
    }
}
/*Mobile*/
