@charset "UTF-8";
@import "/css/fonts.css";

.iti {
  --iti-path-flags-1x: url("../dist/input-tel/img/flags.webp");
  --iti-path-flags-2x: url("../dist/input-tel/img/flags@2x.webp");
  --iti-path-globe-1x: url("../dist/input-tel/img/globe.webp");
  --iti-path-globe-2x: url("../dist/input-tel/img/globe@2x.webp");
}

.iti {
  width: 100% !important;
}

html {
  height: 100%;
}

html,
body {
  min-height: 100%;
  background-color: #1d1d1d;
  color: white;
  font-family: Montserrat, Tahoma, sans-serif;
}

body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

body > * {
  flex-grow: 1;
  flex-shrink: 0;
}

a,
a:active,
a:visited {
  color: white;
  text-decoration: none;
}

a:hover {
  color: #ff57bd;
}

.text-center {
  text-align: center !important;
}

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

.mb-40 {
  margin-bottom: 2.5rem;
}

button,
.btn,
input[type=button],
input[type=submit],
input[type=reset] {
  border-radius: 20px;
  border: unset;
  background: white;
  color: #000000;
  font-size: 32px;
  padding: 0.53125em;
  line-height: 1.22;
  transition: 0.3s;
}

button.pink,
.btn.pink,
input[type=button].pink,
input[type=submit].pink,
input[type=reset].pink {
  background-color: #ff57bd;
}

button.lime,
.btn.lime,
input[type=button].lime,
input[type=submit].lime,
input[type=reset].lime {
  background-color: #d0ff65;
}

@media (max-width: 520px) {
  button,
  .btn,
  input[type=button],
  input[type=submit],
  input[type=reset] {
    border-radius: 14px;
  }

  .btn-basket {
    font-size: 1rem;
  }
}

/*.btn {
  font-size: 1.5rem;
  padding: 1.03125rem 0;
  line-height: 1.83rem;
  width: 100%;
}*/
.primary-color {
  color: #ff57bd !important;
}

.secondary-color {
  color: #d0ff65 !important;
}

.btn:hover {
  -webkit-filter: brightness(80%);
}

.btn-basket {
  background-color: #ff57bd;
  color: #000000;
  text-transform: uppercase;
}

.btn-primary {
  background-color: #ff57bd;
  border: 1px solid #ff57bd;
  color: #ffffff;
  text-transform: uppercase;
  padding: 1.625rem;
}

@media (max-width: 520px) {
  .btn-primary {
    padding: 1rem;
  }
}

.btn-secondary {
  background: #d0ff65;
  border: 1px solid #d0ff65;
  color: #000000;
  text-transform: uppercase;
  padding: 1.625rem;
}

.btn-primary.outline {
  color: #ff57bd;
}

.btn.outline {
  background-color: transparent;
}

.btn-favorite {
  width: 62px;
  padding: unset;
  height: 62px;
  border-radius: 50%;
  background-color: rgb(208, 255, 101);
}

.btn-order {
  text-transform: none;
  line-height: 1.25rem;
  padding: 12px;
  font-size: 16px;
  width: 100%;
}

@media (min-width: 1200px) {
  .btn-order {
    font-size: 20px;
    padding: 1rem;
    line-height: 1.875rem;
  }
}

@media (min-width: 1860px) {
  .btn-order {
    font-size: 32px;
  }
}

a.btn {
  text-decoration: none;
  width: 100%;
  display: block;
  text-align: center;
}

.w-100 {
  width: 100%;
}

.link {
  font-family: "Montserrat";
  text-decoration: none;
  color: #ffffff;
  font-size: 1.75rem;
}

@media (max-width: 720px) {
  .link {
    font-size: 14px;
  }
}

section:last-child {
  flex-grow: 1;
}

span.points {
  border-radius: 20px;
  background-color: #d0ff65;
  width: 90px;
  height: 35px;
  color: #000000;
  font-weight: 600;
  padding: 3px 16px;
  box-sizing: border-box;
  font-size: 28px;
  white-space: nowrap;
}

p {
  font-family: Montserrat, Tahoma, sans-serif;
  font-size: 12px;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  p {
    font-size: 16px;
    line-height: 1.2;
  }
}

@media (min-width: 1860px) {
  p {
    font-size: 20px;
    line-height: 1.2;
  }
}

.linkBlock {
  position: relative;
  width: 320px;
  height: 200px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 24px 16px 24px 24px;
  box-sizing: border-box;
  text-decoration: none;
  margin-top: 4px;
  margin-bottom: 3px;
}

@media (max-width: 520px) {
  .linkBlock {
    width: 100%;
  }
}

.linkBlock .linkBlockArrow {
  width: 17px;
  height: 17px;
  position: absolute;
  right: 34px;
  top: 27px;
}

.linkBlock .title {
  font-family: Benzin, Tahoma, sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: -3px;
}

.linkBlock .text {
  font-size: 14px;
  line-height: 1.2;
}

.linkBlock:hover {
  color: white;
}

@media (max-width: 574px) {
  .linkBlock.index-bl7 .title {
    font-size: 16px;
  }
}

@media (max-width: 1199px) {
  .linkBlock.index-bl7 .title {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .linkBlock {
    width: 520px;
    height: 260px;
    padding: 27px 28px;
    background-size: cover;
    margin-top: 0;
    margin-bottom: 0;
  }

  .linkBlock .title {
    font-size: 40px;
    margin-bottom: 0;
  }

  .linkBlock .text {
    font-size: 24px;
    line-height: 1.2;
  }
}

@media (min-width: 1860px) {
  .linkBlock {
    position: relative;
    width: 740px;
    height: 352px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 40px 40px;
    box-sizing: border-box;
    text-decoration: none;
  }

  .linkBlock .linkBlockArrow {
    width: 17px;
    height: 17px;
    position: absolute;
    right: 34px;
    top: 27px;
  }

  .linkBlock .title {
    font-family: Benzin, Tahoma, sans-serif;
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 10px;
  }

  .linkBlock .text {
    font-size: 24px;
  }

  .linkBlock:hover {
    color: white;
  }
}

@keyframes animate-sidemenu {
  0% {
    display: none;
    width: 0;
  }
  0.0001% {
    display: block;
    width: 0;
  }
  100% {
    display: block;
    width: 460px;
  }
}

@keyframes animate-sidemenu-rev {
  0% {
    display: block;
    width: 460px;
  }
  99.9999% {
    display: block;
    width: 0;
  }
  100% {
    display: none;
    width: 0;
  }
}

header {
  flex-grow: 0;
  height: 100px;
  box-sizing: border-box;
  background-color: #191919;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

header .row {
  align-items: center;
}

header .row.mainRow {
  padding-top: 39px;
  padding-bottom: 20px;
}

header .main-logo #logo {
  width: 100px;
  height: 17px;
}

header nav {
  position: absolute;
  right: 0;
  top: 0;
  min-height: 100vh;
  margin: 0 !important;
  font-size: 28px;
  text-transform: uppercase;
  z-index: 20;
  animation: animate-sidemenu-rev 0.35s forwards 0s;
  width: 0;
  display: none;
}

header nav.open {
  display: block;
  width: 460px;
  animation: animate-sidemenu 0.35s forwards 0s;
}

header nav a .icon-current {
  width: 18px;
  height: 23px;
  position: absolute;
  top: 50%;
  right: 0;
  display: none;
  margin-top: -12px;
}

header nav .active a {
  position: relative;
  padding-right: 30px;
}

header nav .active a .icon-current {
  display: block;
}

header nav ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  padding: 0 27px 0 27px;
  align-items: flex-end;
  background-color: black;
  justify-content: flex-start;
  min-height: 100vh;
  font-size: 24px;
  width: 460px;
}

header nav ul li {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 0;
}

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

header nav ul li.burger {
  margin: 80px 0;
}

header nav ul li.burger svg {
  width: 30px;
  height: 14px;
}

header ul.icon-nav {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

header ul.icon-nav li {
  margin-right: 32px;
}

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

header ul.icon-nav li .icon {
  height: 16px;
}

header ul.icon-nav li.cartLI {
  position: relative;
}

header ul.icon-nav li.burger svg {
  width: 20px;
  height: 20px;
}

header .additionalRow {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  display: none;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
  background-color: #191919;
}

header .additionalRow .container {
  padding-top: 40px;
  padding-bottom: 40px;
}

header .additionalRow h4 {
  text-transform: uppercase;
  margin-bottom: 32px;
}

header .additionalRow .header-categories {
  padding: 0;
  font-size: 28px;
  list-style: none;
}

header .additionalRow .header-categories li {
  padding: 0;
  margin-bottom: 16px;
  text-transform: uppercase;
}

header .additionalRow .header-categories li:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 575px) {
  header {
    height: 139px;
  }

  header .row.mainRow {
    padding-top: 64px;
  }
}

@media screen and (min-width: 1200px) {
  header {
    height: 100px;
    align-items: center;
  }

  header > .container {
    height: 100%;
  }

  header .row.mainRow {
    padding-top: 0px;
    padding-bottom: 0px;
    height: 100%;
  }

  header .main-logo #logo {
    width: 200px;
    height: 17px;
  }

  header nav {
    width: 100%;
    position: static;
    display: block;
    animation: none;
    height: auto;
    min-height: auto;
  }

  header nav a .icon-current {
    width: 14px;
    height: 18px;
    margin-top: -10px;
  }

  header nav .active a {
    padding-right: 20px;
  }

  header nav ul {
    font-size: 20px;
    align-items: stretch;
    justify-content: space-evenly;
    flex-direction: row;
    background-color: transparent;
    width: auto;
    height: auto;
    min-height: auto;
  }

  header nav ul li {
    margin-top: 0;
    margin-bottom: 0;
  }

  header .icon-nav-cell {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
  }

  header ul.icon-nav {
    padding-left: 0;
    width: 152px;
  }

  header ul.icon-nav li {
    margin-right: 40px;
    text-align: right;
  }

  header ul.icon-nav li.cartLI {
    margin-right: 0;
  }

  header ul.icon-nav li .icon {
    height: 24px;
  }

  header ul.icon-nav li.burger svg {
    width: 24px;
    height: 24px;
  }

  header .additionalRow h4 {
    font-size: 28px;
  }

  header .additionalRow .header-categories {
    font-size: 24px;
  }
}

@media screen and (min-width: 1200px) and (min-width: 1200px) and (max-width: 1859px) {
  header nav {
    transform: translate(64px, 0px);
  }
}

@media screen and (min-width: 1860px) {
  header {
    height: 150px;
    box-sizing: border-box;
  }

  header > .container {
    padding-top: 0;
    padding-bottom: 0;
  }

  header .row.mainRow {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  header .additionalRow h4 {
    font-size: 32px;
  }

  header .additionalRow .header-categories {
    font-size: 28px;
  }

  header .main-logo #logo {
    width: 295px;
    height: 26px;
  }

  header nav {
    position: static;
    display: block;
    animation: none;
    height: auto;
    min-height: auto;
  }

  header nav ul {
    align-items: stretch;
    justify-content: space-evenly;
    flex-direction: row;
    background-color: transparent;
    font-size: 28px;
    width: auto;
    height: auto;
    min-height: auto;
  }

  header nav ul li.active {
    padding-right: 30px;
  }

  header nav .icon-current {
    width: 18px;
    height: 23px;
  }

  header ul.icon-nav {
    padding-left: 0;
    justify-content: space-between;
    width: 230px;
  }

  header ul.icon-nav li {
    margin-right: 0;
  }

  header ul.icon-nav li .icon {
    height: 30px;
  }
}

.cartLI {
  position: relative;
  cursor: pointer;
}

.basket-number {
  position: absolute;
  top: -10px;
  left: 13px;
  background: #ff57bd;
  color: black;
  font-weight: bold;
  line-height: 90%;
  padding: 6px 9px 5px;
  font-size: 14px;
  border-radius: 15px;
}

.main-banner {
  height: 694px;
  font-family: Benzin, Tahoma, sans-serif;
  font-size: 24px;
  padding: 479px 0 0;
  background: url("/img/title/banner2.jpg") no-repeat 48.6% 55%;
  background-size: cover;
  line-height: 1.38;
  box-sizing: border-box;
}

.main-banner .txtPink {
  font-size: 40px;
  line-height: 1.23;
  margin-bottom: 2px;
}

.signUp {
  position: relative;
  z-index: 3;
  margin-top: 7px;
  align-content: center;
}

.signUpText {
  font-size: 14px;
  margin-bottom: 28px;
}

.signUpText span {
  font-weight: 600;
}

.signUpBtn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  height: 50px;
  padding: 3px 20px;
  background: #FF57BD;
  box-shadow: 0px 4px 20px #FF57BD;
  border-radius: 20px;
  text-transform: uppercase;
  color: white;
  font-size: 20px;
  width: 100%;
  transition: all 0.3s linear 0s;
}

.signUpBtn:hover {
  color: white;
}

.transparentBlocks {
  margin-top: 48px;
}

.transparentBlock {
  border: 1px Solid #ff57bd;
  border-radius: 20px;
  padding: 20px 22px 20px;
  font-size: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 156px;
  box-sizing: border-box;
  filter: drop-shadow(0px 0px 10px rgba(255, 87, 189, 0.25));
  background-color: #1D1D1D;
}

.transparentBlock.lime {
  border-color: #d0ff65;
  filter: drop-shadow(0px 0px 10px rgba(208, 255, 101, 0.25));
}

.transparentBlock .label {
  transform: rotate(-6.23deg);
  font-size: 14px;
  transform-origin: 50% 50%;
  background-color: #ff57bd;
  width: 83.33px;
  height: 22.16px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 9px;
  color: black;
}

.transparentBlock:nth-child(1) {
  margin-bottom: 15px;
}

.transparentBlock:nth-child(2) {
  margin-bottom: 16px;
  padding: 30px 18px 27px 22px;
  justify-content: center;
}

.transparentBlock:nth-child(2) .big {
  font-size: 39px;
  margin-bottom: 0;
}

.transparentBlock .big {
  font-family: Floripa, Tahoma, sans-serif;
  font-size: 40px;
  margin-bottom: -5px;
}

.transparentBlock .svg_plus {
  display: inline-block;
  width: 33px;
  height: 33px;
  margin-left: 17px;
  margin-top: -18px;
  vertical-align: middle;
}

.glows {
  position: relative;
  overflow: hidden;
}

.title_linkBlocks1 {
  margin-top: 3px;
}

.linkBlock.index-bl1 {
  background: url("/img/title/linkBlockBg1.png") no-repeat center center;
  background-size: cover;
}

.linkBlock.index-bl2 {
  background: url("/img/title/linkBlockBg2.png") no-repeat center center;
  background-size: cover;
}

.linkBlock.index-bl3 {
  background: url("/img/title/linkBlockBg3.png") no-repeat center center;
  background-size: cover;
}

.linkBlock.index-bl4 {
  background: url("/img/title/linkBlockBg4.png") no-repeat center center;
  background-size: cover;
}

.linkBlock.index-bl5 {
  background: url("/img/title/linkBlockBg5.png") no-repeat center center;
  background-size: cover;
}

.linkBlock.index-bl6 {
  background: url("/img/title/linkBlockBg6.png") no-repeat center center;
  background-size: cover;
}

.linkBlock.index-bl7 {
  background: url("/img/title/linkBlockBg7.png") no-repeat center center;
  background-size: cover;
}

.linkBlock.index-bl8 {
  background: url("/img/title/linkBlockBg8.png") no-repeat center center;
  background-size: cover;
}

.widePinkBlock {
  margin-top: 4px;
  box-sizing: border-box;
  height: 193px;
  border-radius: 20px;
  backdrop-filter: blur(10px);
  filter: drop-shadow(0px 4px 30px rgba(0, 0, 0, 0.25));
  background: linear-gradient(272.49deg, rgba(255, 255, 255, 0) -5.73%, #FF57BD 74.88%);
  backdrop-filter: blur(10px);
  padding: 24px 24px 24px;
  line-height: 1.35;
}

.widePinkBlock .big {
  font-family: Floripa, Tahoma, sans-serif;
  font-size: 40px;
  margin-bottom: 0px;
  line-height: 1;
}

.widePinkBlock .small {
  font-size: 20px;
}

.title-linkBlocks2 {
  margin-top: 30px;
}

.title-linkBlocks2 h2 {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 15px;
}

.yourIncome {
  font-family: Benzin, Tahoma, sans-serif;
  font-size: 28px;
  margin-top: 42px;
  margin-bottom: 159px;
}

.yourIncome .right {
  text-align: right;
  margin-top: 0px;
}

.yourIncome .limeGradText {
  font-size: 55px;
  text-decoration: underline;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}

.yourIncome .limeGradText:after {
  content: "";
  display: block;
  background: linear-gradient(270deg, #D0FF65 45.67%, #FFFFFF 100%);
  height: 3px;
  width: 100%;
  top: 100%;
  left: 0;
}

.yourIncomeTextWrap1 {
  padding-right: 0px;
  margin-top: -7px;
}

.yourIncomeTextWrap2 {
  margin-top: 1px;
  text-align: center;
}

@media (min-width: 1200px) {
  .main-banner {
    height: 630px;
    font-family: Benzin, Tahoma, sans-serif;
    padding: 60px;
    background: url("/img/title/banner2.jpg") no-repeat 50% 30%;
    font-size: 48px;
    line-height: 1.2;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .main-banner .txtPink {
    font-size: 48px;
  }

  .signUp {
    margin-top: 60px;
    align-content: flex-start;
  }

  .signUpText {
    font-size: 20px;
    margin-bottom: 0;
  }

  .signUpText span {
    font-weight: 600;
  }

  .signUpBtn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    height: 60px;
    padding: 3px 20px;
    background: #FF57BD;
    box-shadow: 0px 4px 20px #FF57BD;
    border-radius: 20px;
    text-transform: uppercase;
    color: white;
    font-size: 24px;
    margin-top: 27px;
  }

  .transparentBlocks {
    margin-top: 80px;
  }

  .transparentBlock {
    border: 1px Solid #ff57bd;
    border-radius: 20px;
    padding: 19px 10px 19px 19px;
    font-size: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 150px;
    box-sizing: border-box;
    filter: drop-shadow(0px 0px 20px rgba(255, 87, 189, 0.25));
    background-color: #1D1D1D;
  }

  .transparentBlock.lime {
    border-color: #d0ff65;
    filter: drop-shadow(0px 0px 20px rgba(208, 255, 101, 0.25));
  }

  .transparentBlock .big {
    font-family: Floripa, Tahoma, sans-serif;
    font-size: 40px;
    margin-bottom: -8px;
  }

  .transparentBlock .label {
    transform: rotate(-6.23deg);
    font-size: 14px;
    transform-origin: 50% 50%;
    background-color: #ff57bd;
    width: 5.74em;
    height: 1.5em;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 4px;
  }

  .transparentBlock:nth-child(2) {
    padding: 13px 18px 12px 22px;
    justify-content: center;
  }

  .transparentBlock:nth-child(2) .big {
    font-size: 40px;
    margin-bottom: -9px;
  }

  .transparentBlock .svg_plus {
    display: inline-block;
    width: 36px;
    height: 30px;
    margin-left: 10px;
    margin-top: -21px;
    vertical-align: middle;
  }

  .title_linkBlocks1 {
    margin-top: -6px;
  }

  .linkBlock.index-bl1 {
    background: url("/img/title/linkBlockBg1.png") cover 50% 50%;
  }

  .linkBlock.index-bl2 {
    background: url("/img/title/linkBlockBg2.png") cover 50% 50%;
  }

  .linkBlock.index-bl3 {
    background: url("/img/title/linkBlockBg3.png") cover 50% 50%;
  }

  .linkBlock.index-bl4 {
    background: url("/img/title/linkBlockBg4.png") cover 50% 50%;
  }

  .linkBlock.index-bl5 {
    background: url("/img/title/linkBlockBg5.png") cover 50% 50%;
  }

  .linkBlock.index-bl6 {
    background: url("/img/title/linkBlockBg6.png") cover 50% 50%;
  }

  .linkBlock.index-bl7 {
    background: url("/img/title/linkBlockBg7.png") cover 50% 50%;
  }

  .linkBlock.index-bl8 {
    background: url("/img/title/linkBlockBg8.png") cover 50% 50%;
  }

  .widePinkBlock {
    box-sizing: border-box;
    height: 172px;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    filter: drop-shadow(0px 4px 30px rgba(0, 0, 0, 0.25));
    background: linear-gradient(272.49deg, rgba(255, 255, 255, 0) -5.73%, #FF57BD 74.88%);
    padding: 32px 40px 60px;
    margin: -14px -8px 0 -8px;
  }

  .widePinkBlock .big {
    font-family: Floripa, Tahoma, sans-serif;
    font-size: 48px;
    margin-bottom: 0;
  }

  .widePinkBlock .small {
    font-size: 28px;
  }

  .title-linkBlocks2 {
    background-size: cover;
    margin-top: 45px;
  }

  .title-linkBlocks2 h2 {
    font-size: 48px;
    margin-bottom: 31px;
  }

  .title-linkBlocks2 .linkBlock {
    padding: 25px 24px;
  }

  .title-linkBlocks2 .linkBlock .title {
    font-size: 32px;
    line-height: 1.4;
    margin-bottom: 3px;
  }

  .title-linkBlocks2 .linkBlock .text {
    font-size: 20px;
  }
}

@media (min-width: 1200px) and (min-width: 1200px) and (max-width: 1859px) {
  .title-linkBlocks2 .col-md-7 {
    margin: 10px 20px;
  }
}

@media (min-width: 1200px) {
  .yourIncome {
    font-family: Benzin, Tahoma, sans-serif;
    font-size: 60px;
    margin-top: 60px;
    margin-bottom: 144px;
  }

  .yourIncome .right {
    text-align: right;
    margin-top: 0px;
  }

  .yourIncome .limeGradText {
    font-size: 80px;
    text-decoration: underline;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
  }

  .yourIncome .limeGradText:after {
    content: "";
    display: block;
    background: linear-gradient(270deg, #D0FF65 45.67%, #FFFFFF 100%);
    height: 3px;
    width: 100%;
    top: 100%;
    left: 0;
  }

  .yourIncomeTextWrap1 {
    padding-right: 0px;
  }

  .yourIncomeTextWrap2 {
    margin-top: -3px;
    text-align: left;
  }
}

@media (min-width: 1860px) {
  .main-banner {
    height: 40vw;
    font-family: Benzin, Tahoma, sans-serif;
    font-size: 3.75vw;
    padding: 0 0 4vw;
    background: url("/img/title/banner2.jpg") no-repeat 50% 10%;
    background-size: cover;
    line-height: 1.11;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}

@media (min-width: 1860px) and (min-width: 1860px) {
  .main-banner {
    font-size: 3.5vw;
    background-position: 50% 50%;
  }
}

@media (min-width: 1860px) and (min-width: 2295px) {
  .main-banner {
    font-size: 3.25vw;
    background-position: 50% 40%;
  }
}

@media (min-width: 1860px) and (min-width: 2730px) {
  .main-banner {
    font-size: 3vw;
    background-position: 50% 30%;
  }
}

@media (min-width: 1860px) and (min-width: 3165px) {
  .main-banner {
    font-size: 2.75vw;
    background-position: 50% 20%;
  }
}

@media (min-width: 1860px) and (min-width: 3600px) {
  .main-banner {
    font-size: 2.5vw;
    background-position: 50% 10%;
  }
}

@media (min-width: 1860px) {
  .main-banner .text {
    padding-left: 10px;
  }

  .main-banner .txtPink {
    font-size: 3.75vw;
  }
}

@media (min-width: 1860px) and (min-width: 1860px) {
  .main-banner .txtPink {
    font-size: 3.5vw;
  }
}

@media (min-width: 1860px) and (min-width: 2295px) {
  .main-banner .txtPink {
    font-size: 3.25vw;
  }
}

@media (min-width: 1860px) and (min-width: 2730px) {
  .main-banner .txtPink {
    font-size: 3vw;
  }
}

@media (min-width: 1860px) and (min-width: 3165px) {
  .main-banner .txtPink {
    font-size: 2.75vw;
  }
}

@media (min-width: 1860px) and (min-width: 3600px) {
  .main-banner .txtPink {
    font-size: 2.5vw;
  }
}

@media (min-width: 1860px) {
  .signUp {
    margin-top: 80px;
    align-content: center;
  }

  .signUpText {
    font-size: 28px;
  }

  .signUpBtn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    height: 80px;
    box-sizing: border-box;
    padding: 3px 20px;
    background: #FF57BD;
    box-shadow: 0px 4px 20px #FF57BD;
    border-radius: 20px;
    text-transform: uppercase;
    color: white;
    font-size: 24px;
  }

  .transparentBlocks {
    margin-top: 80px;
  }

  .transparentBlock {
    border: 1px Solid #ff57bd;
    border-radius: 20px;
    padding: 40px 40px 37px;
    font-size: 28px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 257px;
    box-sizing: border-box;
    filter: drop-shadow(0px 0px 20px rgba(255, 87, 189, 0.25));
    background-color: #1D1D1D;
  }

  .transparentBlock.lime {
    border-color: #d0ff65;
    filter: drop-shadow(0px 0px 20px rgba(208, 255, 101, 0.25));
  }

  .transparentBlock .label {
    transform: rotate(-6.23deg);
    font-size: 20px;
    transform-origin: 50% 50%;
    background-color: #ff57bd;
    width: 108.33px;
    height: 29.16px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 9px;
  }

  .transparentBlock:nth-child(2) {
    padding-bottom: 9px;
    justify-content: center;
  }

  .transparentBlock:nth-child(2) .big {
    font-size: 64px;
    margin-bottom: 0;
  }

  .transparentBlock .big {
    font-family: Floripa, Tahoma, sans-serif;
    font-size: 64px;
    margin-bottom: 1px;
  }

  .transparentBlock .svg_plus {
    display: inline-block;
    width: 43px;
    height: 43px;
    margin-left: 22px;
    margin-top: -31px;
    vertical-align: middle;
  }

  .title_linkBlocks1 {
    margin-top: -3px;
  }

  .linkBlock.index-bl1 {
    background: url("/img/title/linkBlockBg1.png");
  }

  .linkBlock.index-bl2 {
    background: url("/img/title/linkBlockBg2.png");
  }

  .linkBlock.index-bl3 {
    background: url("/img/title/linkBlockBg3.png");
  }

  .linkBlock.index-bl4 {
    background: url("/img/title/linkBlockBg4.png");
  }

  .linkBlock.index-bl5 {
    background: url("/img/title/linkBlockBg5.png");
  }

  .linkBlock.index-bl6 {
    background: url("/img/title/linkBlockBg6.png");
  }

  .linkBlock.index-bl7 {
    background: url("/img/title/linkBlockBg7.png");
  }

  .linkBlock.index-bl8 {
    background: url("/img/title/linkBlockBg8.png");
  }

  .widePinkBlock {
    box-sizing: border-box;
    height: 239px;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    filter: drop-shadow(0px 4px 30px rgba(0, 0, 0, 0.25));
    background: linear-gradient(272.49deg, rgba(255, 255, 255, 0) -5.73%, #FF57BD 74.88%);
    padding: 55px 60px 60px;
  }

  .widePinkBlock .big {
    font-family: Floripa, Tahoma, sans-serif;
    font-size: 64px;
    margin-bottom: 8px;
  }

  .widePinkBlock .small {
    font-size: 28px;
  }

  .title-linkBlocks2 {
    margin-top: 52px;
  }

  .title-linkBlocks2 h2 {
    font-size: 64px;
    margin-bottom: 39px;
  }

  .yourIncome {
    font-family: Benzin, Tahoma, sans-serif;
    font-size: 80px;
    margin-top: 24px;
    margin-bottom: 99px;
  }

  .yourIncome .right {
    text-align: right;
    margin-top: 16px;
  }

  .yourIncome .limeGradText {
    font-size: 96px;
    text-decoration: underline;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
  }

  .yourIncome .limeGradText:after {
    content: "";
    display: block;
    background: linear-gradient(270deg, #D0FF65 45.67%, #FFFFFF 100%);
    height: 3px;
    width: 100%;
    top: 100%;
    left: 0;
  }

  .yourIncomeTextWrap1 {
    padding-right: 25px;
  }

  .yourIncomeTextWrap2 {
    margin-top: -36px;
    text-align: left;
  }
}

footer {
  flex-grow: 0;
  background-color: #191919;
  padding-top: 57px;
  font-size: 16px;
  line-height: 1.25;
}

footer nav {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1;
}

footer nav ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  padding-left: 0;
}

footer .center {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 53px;
  line-height: 1.1;
  font-size: 14px;
}

footer .center .links {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

footer ul.icon-nav {
  list-style: none;
  display: flex;
  flex-direction: row;
  padding-left: 0;
  margin: 0;
}

footer ul.icon-nav li {
  margin-right: 40px;
}

footer ul.icon-nav li:last-child {
  margin-right: 0;
}

footer .footer_row2 {
  margin-top: 8px;
}

footer .footer_row2 > :nth-child(1) {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

footer .footer_row2 .right {
  padding-top: 20px;
  line-height: 1.1;
  font-size: 14px;
  text-align: left;
}

footer .footer-logo {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 39px;
}

footer .footer-logo svg {
  width: 231px;
  height: 24px;
}

@media screen and (min-width: 1200px) {
  footer {
    font-size: 16px;
    line-height: 1.2;
    padding-top: 33px;
  }

  footer nav {
    font-size: 20px;
    line-height: 1.2;
  }

  footer nav ul {
    display: flex;
    flex-direction: row;
    gap: 60px;
  }

  footer ul.icon-nav {
    list-style: none;
    display: flex;
    flex-direction: row;
    padding-left: 0;
    margin: 0;
  }

  footer ul.icon-nav li {
    margin-right: 60px;
  }

  footer .center {
    align-items: center;
    margin-top: 51px;
    font-size: 16px;
  }

  footer .center .links {
    text-align: center;
    display: flex;
    flex-direction: row;
    gap: 30px;
  }

  footer .footer_row2 {
    margin-top: 38px;
  }

  footer .footer_row2 .right {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: right;
    font-size: 16px;
    line-height: 1.2;
  }

  footer .footer-logo {
    text-align: left;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 32px;
  }

  footer .footer-logo svg {
    width: 152px;
    height: 24px;
  }
}

@media screen and (min-width: 1860px) {
  footer {
    font-size: 20px;
    line-height: 1.2;
    padding-top: 1px;
  }

  footer nav {
    font-size: 28px;
  }

  footer nav ul {
    display: flex;
    flex-direction: row;
    gap: 76px;
  }

  footer ul.icon-nav {
    list-style: none;
    display: flex;
    flex-direction: row;
    padding-left: 0;
    margin: 0;
  }

  footer ul.icon-nav li {
    margin-right: 60px;
  }

  footer .center {
    font-size: 20px;
    align-items: center;
  }

  footer .center .links {
    display: flex;
    flex-direction: row;
    gap: 30px;
  }

  footer .footer_row2 {
    margin-top: 38px;
  }

  footer .footer_row2 .right {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: right;
    font-size: 20px;
    line-height: 1.2;
  }

  footer .footer-logo {
    text-align: left;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 32px;
  }

  footer .footer-logo svg {
    width: 248px;
    height: 24px;
  }
}

h1,
h3 {
  font-family: "Benzin", sans-serif;
}

h1 {
  font-size: 3.5rem;
  color: #ffffff;
}

h2 {
  font-family: Benzin, Tahoma, sans-serif;
  font-size: 64px;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 1.37;
}

h2.lime {
  color: #d0ff65;
}

h4 {
  font-family: Montserrat, Tahoma, sans-serif;
  font-weight: 600;
  font-size: 36px;
}

h5 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 40px;
}

.limeGradText {
  background: linear-gradient(270deg, #d0ff65 45.67%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.txtPink {
  color: #ff57bd;
}

.scroll {
  overflow: auto;
}

.scroll-x {
  overflow-x: auto;
}

.scroll-y {
  overflow-y: auto;
}

@media screen and (min-width: 1920px) {
  .max-width {
    width: 1920px;
    margin: 0 auto;
  }
}

.headerRowGrp {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.headerRowGrp > :nth-child(1) {
  flex-grow: 1;
}

.page_fade {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 9;
}

/*.page_fade.fading {
  animation: fadingOn 200ms 0 forwards;
}*/
.smaller {
  font-size: 24px;
}

@media (max-width: 520px) {
  .smaller {
    font-size: 16px;
  }

  #activate-promo {
    font-size: 14px;
  }
}

ul.markupList {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.catalog_header {
  font-size: 24px;
  font-weight: 600;
  margin-top: 32px;
  margin-bottom: 40px;
}

.catalog_slider {
  margin-bottom: 60px !important;
}

.catalog_slider .catalog_slider--item {
  height: 520px;
  border-radius: 20px;
  position: relative;
  background-repeat: no-repeat;
  background-size: 100%;
  cursor: pointer;
}

.catalog_slider .catalog_slider--item .btn {
  width: 280px;
  position: absolute;
  font-size: 24px;
  padding: 16px;
  color: #000000;
}

.catalog_slider .catalog_slider--item.first {
  background-image: url("/img/catalog_group_122.png");
}

.catalog_slider .catalog_slider--item.second {
  background-image: url("/img/catalog_group_125.png");
}

.catalog_slider .catalog_slider--item.three {
  background-image: url("/img/catalog_group_123.png");
}

.catalog_slider .catalog_slider--item.first .btn {
  top: 150px;
  right: 539px;
}

.catalog_slider .catalog_slider--item.second .btn {
  top: 148px;
  left: 60px;
}

.catalog_slider .catalog_slider--item.three .btn {
  bottom: 72px;
  left: 556px;
  color: #000000;
}

.catalog_slider .slick-dots {
  bottom: 30px;
  right: -760px;
}

.catalog_slider .slick-dots li.slick-active button:before,
.catalog_slider .slick-dots li button:before {
  color: #ffffff;
}

.catalog_slider .slick-dots li button:before {
  font-size: 20px;
}

@media (max-width: 350px) and (max-width: 389px) {
  .catalog_slider .catalog_slider--item {
    height: 190px !important;
  }
}

@media (max-width: 399px) {
  .catalog_slider .catalog_slider--item {
    height: 210px;
  }
}

@media (min-width: 400px) and (max-width: 429px) {
  .catalog_slider .catalog_slider--item {
    height: 230px;
  }
}

@media (min-width: 430px) and (max-width: 459px) {
  .catalog_slider .catalog_slider--item {
    height: 250px;
  }
}

@media (min-width: 460px) and (max-width: 519px) {
  .catalog_slider .catalog_slider--item {
    height: 270px;
  }
}

@media (max-width: 520px) {
  .catalog_header {
    margin-bottom: 20px;
  }

  .catalog_slider .catalog_slider--item {
    /*height: 210px;*/
  }

  .catalog_slider .catalog_slider--item .btn {
    display: none;
  }

  .catalog_slider .slick-dots {
    bottom: 15px;
    right: -100px;
  }

  .catalog_slider .slick-dots li button:before {
    font-size: 15px;
  }

  .catalog_slider .catalog_slider--item.first {
    background-image: url("/img/catalog_group_122_xs.png");
  }

  .catalog_slider .catalog_slider--item.second {
    background-image: url("/img/catalog_group_125_xs.png");
  }

  .catalog_slider .catalog_slider--item.three {
    background-image: url("/img/catalog_group_123_xs.png");
  }
}

@media (min-width: 1200px) {
  .catalog_header {
    font-weight: 400;
    font-size: 32px;
    margin-top: 52px;
  }
}

@media (max-width: 1859px) and (min-width: 1200px) {
  .catalog_header {
    margin-bottom: 32px;
  }

  .catalog_slider .catalog_slider--item {
    height: 311px;
  }

  .catalog_slider .catalog_slider--item.first {
    background-image: url("/img/catalog_group_122_md.png");
  }

  .catalog_slider .catalog_slider--item.second {
    background-image: url("/img/catalog_group_125_md.png");
  }

  .catalog_slider .catalog_slider--item.three {
    background-image: url("/img/catalog_group_123_md.png");
  }

  .catalog_slider .catalog_slider--item .btn {
    width: 174px;
    position: absolute;
    font-size: 14px;
    padding: 11px;
  }

  .catalog_slider .catalog_slider--item.first .btn {
    top: 88px;
    right: 378px;
  }

  .catalog_slider .catalog_slider--item.second .btn {
    top: 99px;
    left: 40px;
  }

  .catalog_slider .catalog_slider--item.three .btn {
    bottom: 49px;
    left: 345px;
    color: #000000;
  }

  .catalog_slider .slick-dots {
    bottom: 30px;
    right: -435px;
  }
}

.catalog_stocks {
  display: flex;
  align-items: center;
  gap: 19px;
}

.catalog_stocks p {
  font-size: 32px;
  margin-bottom: unset;
}

.catalog_stocks span:first-child {
  font-weight: 600;
}

.catalog_stocks span.catalog_stocks-item {
  font-weight: 400;
  cursor: pointer;
}

#modal-stocks {
  overflow-y: scroll;
}

#modal-stocks .modal-dialog {
  width: 799px;
}

#modal-stocks .modal-content {
  padding: 60px 40px;
}

#modal-stocks .modal-title {
  font-size: 52px;
}

#modal-stocks .modal-description {
  color: #000000;
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
}

#modal-stocks button.close {
  font-size: 2.8rem;
  padding: unset;
  line-height: 1;
  top: 20px;
}

#modal-stocks .checkbox-container {
  border: 1px solid #FF57BD;
  border-radius: 20px;
}

#modal-stocks .checkbox-container:last-child {
  margin-bottom: unset;
}

#modal-stocks form {
  margin-bottom: 40px;
}

@media (min-width: 1200px) {
  .catalog_slider {
    margin-bottom: 35px !important;
  }

  .catalog_stocks > i > svg {
    width: 35px;
    height: 35px;
  }

  .catalog_stocks > p > span {
    font-size: 24px;
  }

  #modal-stocks .modal-title {
    font-size: 40px;
  }

  #modal-stocks .modal-description {
    font-size: 24px;
  }

  #modal-stocks .modal-dialog {
    width: 618px;
  }

  #modal-stocks .modal-footer button {
    font-size: 24px;
  }
}

@media (max-width: 520px) {
  .catalog_slider {
    margin-bottom: 24px !important;
  }

  .catalog_stocks {
    gap: 12px;
    align-items: end;
  }

  .catalog_stocks > i > svg {
    width: 25px;
    height: 25px;
  }

  .catalog_stocks > p > i > svg {
    width: 14px;
    height: 7px;
  }

  .catalog_stocks > p > span {
    font-size: 18px;
  }

  #modal-stocks .modal-title {
    font-size: 20px;
  }

  #modal-stocks .modal-description {
    font-size: 14px;
    margin-bottom: 20px;
  }

  #modal-stocks form {
    margin-bottom: 20px
  }

  #modal-stocks .modal-dialog {
    width: 320px;
  }

  #modal-stocks .modal-footer button {
    font-size: 16px;
  }

  .checkbox-container {
    min-height: 40px !important;
  }

  .checkbox-container p {
    font-size: 16px !important;
  }

  .checkbox-container .checkmark {
    top: 12px !important;
    right: 23px !important;
    height: 15px !important;
    width: 15px !important;
  }

  .checkbox-container input:checked ~ .checkmark:after {
    top: 3px !important;
    left: 3px !important;
    width: 7px !important;
    height: 7px !important;
  }

  .checkbox-container .checkmark:after {
    top: 3px !important;
    left: 3px !important;
    width: 7px !important;
    height: 7px !important;
  }

  #modal-stocks .modal-content {
    padding: 24px 19px;
  }

  #modal-stocks .btn {
    padding: 10px;
  }

  #modal-stocks .modal-title {
    margin: 20px 0 4px 0;
  }

  #modal-stocks button.close {
    font-size: 1rem;
    right: 20px;
  }

  #modal-stocks button.close svg {
    width: 14px;
    height: 14px;
  }
}

.checkbox-container {
  min-height: 77px;
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 0 0 27px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #000000;
}

.checkbox-container p {
  margin-bottom: unset;
  font-weight: 400;
  font-size: 24px;
}

.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox-container .checkmark {
  position: absolute;
  top: 23px;
  right: 23px;
  height: 30px;
  width: 30px;
  border: 1px solid #000000;
  border-radius: 50%;
}

.checkbox-container input:checked ~ .checkmark {
  background-color: #FFFFFF;
}

.checkbox-container .checkmark:after {
  content: "";
  position: absolute;
  display: block;
  top: 6px;
  left: 6px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #D9D9D9;
}

.checkbox-container input:checked ~ .checkmark:after {
  top: 6px;
  left: 6px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #FF57BD;
}

@media (min-width: 1860px) {
  .catalog_header {
    font-size: 36px;
    margin-top: 62px;
  }
}

.catalog_search {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #ff57bd;
  border-radius: 20px;
  padding: 0px;
  overflow: hidden;
}

.catalog_search input {
  height: 74px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 26px 20px;
  box-sizing: border-box;
  border: none;
  background: none;
  color: white;
  font-size: 28px;
  flex-grow: 1;
  width: 375px;
}

.catalog_search .search_btn {
  box-sizing: border-box;
  height: 74px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex: 0 0 auto;
}

.catalog_search .search_btn:hover {
  background: #ff57bd;
}

.catalog .filterType {
  box-sizing: border-box;
  overflow: auto;
}

@media (max-width: 1199px) {
  .catalog .filterType {
    margin: 20px -6%;
    padding: 0 6%;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}

@media (min-width: 1200px) {
  .catalog .filterType {
    margin: 30px 0;
    overflow: visible;
  }
}

@media (min-width: 1860px) {
  .catalog .filterType {
    margin: 60px 60px 0 0;
    overflow: visible;
  }
}

.catalog .filterType ul {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  list-style: none;
  padding: 0;
  gap: 12px;
}

@media (max-width: 1199px) {
  .catalog .filterType ul {
    margin-right: 6%;
  }
}

@media (min-width: 1200px) {
  .catalog .filterType ul {
    gap: 24px 24px;
    flex-wrap: wrap;
  }
}

@media (min-width: 1860px) {
  .catalog .filterType ul {
    gap: 40px;
    flex-wrap: wrap;
  }
}

.catalog .filterType ul li {
  min-width: 100px;
  /*width: 279px;*/
  /*padding: 6px 24px;*/
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  border: 1px Solid #ff57bd;
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
  transition: all 200ms linear 0s;
}

@media (max-width: 1199px) {
  .catalog .filterType ul li {
    padding: 10px 15px;
    /*min-width: 279px;*/
    white-space: nowrap;
    flex-shrink: 0;
  }

  .catalog .filterType ul li.active:nth-child(1) {
    /*width: 171px;*/
  }
}

@media (min-width: 1200px) {
  .catalog .filterType ul li a {
    font-size: 1rem;
    min-width: 200px;
    padding: 10px 15px;
    min-height: 40px;
  }
}

@media (min-width: 1860px) {
  .catalog .filterType ul li.active {
    min-height: 58px;
  }

  .catalog .filterType ul li {
    min-width: 279px;
  }

  .catalog .filterType ul li a {
    font-size: 1rem;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 10px 15px;
    min-height: 58px;
    justify-content: center;
    align-items: center;
  }
}

@media (min-width: 1200px) {
  .catalog .filterType ul li:nth-child(1) {
    /*width: 171px;*/
  }

  .catalog .filterType ul li:nth-child(4) {
    margin-bottom: -30px;
  }
}

@media (min-width: 1860px) {
  .catalog .filterType ul li:nth-child(1) {
    width: 171px;
    min-height: 60px;
  }

  .catalog .filterType ul li.active:nth-child(1) {
    width: 171px;
  }

  .catalog .filterType ul li:nth-child(4) {
    margin-bottom: -40px;
  }
}

.catalog .filterType ul li.active {
  padding: 10px 15px;
  /*width: 279px;*/
  color: white;
  background-color: #ff57bd;
}

@media (max-width: 1199px) {
  .catalog .filterType ul li.active {
    order: -1;
  }
}

.catalog .filterType ul li.active a:hover {
  color: white;
}

.catalog .filterType ul li:hover {
  background-color: #ff57bd;
}

.catalog .filterType ul li:hover a:hover {
  color: white;
}

.catalog .filterType ul li.spacer {
  border: 0;
  width: 10px;
  height: 20px;
  padding: 0;
  min-width: auto;
}

@media (min-width: 1200px) {
  .catalog .filterType ul li.spacer {
    display: none;
  }
}

@media (max-width: 1199px) {
  .catalog .filterType::-webkit-scrollbar {
    display: none;
  }
}

.catalog .items {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 180px;
}

.catalog .items .item {
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding-top: 66px;
}

.catalog .items .item button {
  width: 100%;
  font-size: 10px;
  text-transform: uppercase;
  margin: 20px 0 20px;
  border-radius: 10px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

@media (min-width: 1200px) {
  .catalog .items .item button {
    margin: 20px 0 17px;
    font-size: 14px;
    height: 40px;
    border-radius: 14px;
  }
}

@media (min-width: 1860px) {
  .catalog .items .item button {
    margin: 24px 0;
    font-size: 24px;
    height: 60px;
    border-radius: 20px;
  }
}

.catalog .items .item button.putToCart {
  display: block;
}

.catalog .items .item button.inCart {
  display: none;
}

.catalog .items .item.inCart button.putToCart {
  display: none;
}

.catalog .items .item.inCart button.inCart {
  display: block;
}

.catalog .items .item.wide .itemTitle {
  flex-grow: 1;
}

.catalog .items .item.wide .itemPreview {
  width: 100%;
  height: 461px;
  border-radius: 20px;
}

.catalog .items .itemPreview {
  width: 152px;
  height: 173px;
}

@media (min-width: 1200px) {
  .catalog .items .itemPreview {
    width: 200px;
    height: 231px;
  }
}

@media (min-width: 1860px) {
  .catalog .items .itemPreview {
    width: 245px;
    height: 222px;
  }
}

.catalog .items .itemTitle {
  font-size: 14px;
  font-family: Benzin, Tahoma, sans-serif;
  text-transform: uppercase;
  margin-top: 27px;
  width: 100%;
  text-align: center;
}

@media (min-width: 1200px) {
  .catalog .items .itemTitle {
    font-size: 16px;
  }
}

@media (min-width: 1860px) {
  .catalog .items .itemTitle {
    font-size: 28px;
  }
}

.catalog .items .itemInfo {
  text-align: center;
  margin-top: 6px;
  font-size: 10px;
  flex-grow: 1;
  align-items: flex-start;
}

@media (min-width: 1200px) {
  .catalog .items .itemInfo {
    font-size: 12px;
  }
}

@media (min-width: 1860px) {
  .catalog .items .itemInfo {
    font-size: 20px;
  }
}

.catalog .items .itemCount {
  display: flex;
  flex-direction: row;
  padding: 1px 3px;
}

.catalog .items .itemCount_minus, .catalog .items .itemCount_plus {
  width: 30px;
  height: 30px;
  border: 1px Solid #ff57bd;
  border-radius: 12px;
  line-height: 18px;
  text-align: center;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 200ms linear 0s;
}

.catalog .items .itemCount_minus:hover, .catalog .items .itemCount_plus:hover {
  color: black;
  background-color: #ff57bd;
}

@media (min-width: 1200px) {
  .catalog .items .itemCount_minus, .catalog .items .itemCount_plus {
    border-radius: 16px;
    font-size: 24px;
    width: 40px;
    height: 40px;
  }
}

@media (min-width: 1860px) {
  .catalog .items .itemCount_minus, .catalog .items .itemCount_plus {
    border-radius: 20px;
    font-size: 28px;
    width: 50px;
    height: 50px;
  }
}

.catalog .items .itemCount_count {
  font-size: 20px;
  padding: 1px;
  text-align: center;
  min-width: 80px;
}

@media (min-width: 1200px) {
  .catalog .items .itemCount_count {
    font-size: 28px;
    min-width: 68px;
  }
}

@media (min-width: 1860px) {
  .catalog .items .itemCount_count {
    min-width: 140px;
    font-size: 36px;
  }
}

.catalog .items .priceRow {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
  flex-wrap: wrap;
}

.catalog .items .priceRow-saled {
  margin-top: 0;
  margin-bottom: 20px;
}

@media (max-width: 1899px) {
  .catalog .items .priceRow-saled {
    margin-bottom: 10px;
  }
}

@media (max-width: 1199px) {
  .catalog .items .priceRow-saled {
    margin-bottom: 5px;
    margin-top: 5px;
  }
}

@media (max-width: 1200px) {
  .catalog .items .priceRow {
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}

@media (min-width: 1200px) {
  .catalog .items .priceRow {
    flex-direction: row-reverse;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}

.catalog .items .itemPrice {
  text-align: center;
  padding: 1px 1px;
  font-family: Benzin, Tahoma, sans-serif;
  font-size: 16px;
}

.catalog .items .itemPrice-strike {
  text-decoration: line-through;
  color: #949494;
  margin-right: 0 !important;
}

@media (min-width: 1200px) {
  .catalog .items .itemPrice {
    font-size: 14px;
    flex-direction: row;
    text-align: left;
    margin-right: 10px;
  }
}

@media (min-width: 1860px) {
  .catalog .items .itemPrice {
    margin-right: 16px;
    font-size: 24px;
    flex-direction: row;
  }
}

.catalog .items .itemPoints {
  font-size: 10px;
  background-color: #d0ff65;
  font-family: Benzin, Tahoma, sans-serif;
  color: black;
  border-radius: 20px;
  text-align: center;
  display: flex;
  align-content: center;
  align-items: center;
  box-sizing: border-box;
  align-self: center;
  padding: 0 1.5em;
  margin-top: 4px;
  white-space: nowrap;
}

@media (min-width: 1200px) {
  .catalog .items .itemPoints {
    font-size: 12px;
    margin-top: 4px;
  }
}

@media (min-width: 1860px) {
  .catalog .items .itemPoints {
    font-size: 20px;
    line-height: 21px;
    padding: 3px 14px;
    font-size: 20px;
    height: 35px;
    margin-top: 0;
  }
}

.catalog .items .favorite {
  background: #d0ff65;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
}

@media (min-width: 1200px) {
  .catalog .items .favorite {
    width: 40px;
    height: 40px;
  }
}

@media (min-width: 1860px) {
  .catalog .items .favorite {
    width: 46px;
    height: 46px;
  }
}

.catalog .items .favorite svg {
  width: 14px;
  height: 13px;
  fill: none;
}

@media (min-width: 1200px) {
  .catalog .items .favorite svg {
    width: 19px;
    height: 17px;
  }
}

@media (min-width: 1860px) {
  .catalog .items .favorite svg {
    width: 23px;
    height: 20px;
  }
}

.catalog .items .favorite.active svg {
  fill: black;
}

.cart {
  font-size: 16px;
  padding-bottom: 120px;
}

@media (min-width: 1200px) {
  .cart {
    font-size: 20px;
  }
}

@media (min-width: 1860px) {
  .cart {
    font-size: 24px;
  }
}

.cart_title {
  text-align: center;
  margin-bottom: 40px;
  display: none;
}

@media (min-width: 1200px) {
  .cart_title {
    display: block;
    font-size: 24px;
  }
}

@media (min-width: 1860px) {
  .cart_title {
    font-size: 32px;
  }
}

.cart_info {
  margin-top: 40px;
  border: 1px Solid #ff57bd;
  border-radius: 20px;
  padding: 40px;
}

.cart_info_row {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

@media (max-width: 520px) {
  .cart_info {
    padding: 32px 22px;
  }
}

.cart_total_cost {
  padding-bottom: 28px;
  border-bottom: 1px Solid #FF57BD;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  margin-bottom: 22px;
}

@media (min-width: 1200px) {
  .cart_total_cost {
    font-size: 24px;
  }
}

@media (min-width: 1860px) {
  .cart_total_cost {
    font-size: 36px;
  }
}

.cart .current_section {
  color: #ff57bd;
}

.cart button {
  margin-top: 20px;
  width: 100%;
  border: none;
  height: 65px;
  font-size: 24px;
  color: white;
  cursor: pointer;
}

@media (max-width: 520px) {
  .cart button {
    font-size: 16px;
    padding: 12px;
    height: auto;
  }
}

.cart .cart_section {
  display: none;
}

@media (min-width: 1200px) {
  .cart .cart_section {
    font-size: 24px;
    display: block;
  }
}

@media (min-width: 1860px) {
  .cart .cart_section {
    font-size: 32px;
  }
}

.cart .cart_section.mobile {
  font-size: 16px;
  display: block !important;
  align-self: center;
}

@media (min-width: 1200px) {
  .cart .cart_section.mobile {
    display: none !important;
  }
}

.cart .items {
  margin-top: 40px;
}

.cart .item {
  display: grid;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

@media (min-width: 1200px) {
  .cart .item {
    display: flex;
    gap: unset;
  }
}

.cart .item .itemWide {
  display: none;
}

@media (min-width: 1200px) {
  .cart .item .itemWide {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.cart .item .itemProduct {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 1200px) {
  .cart .item .itemProduct {
    display: none;
  }
}

.cart .item .itemProduct .itemActions {
  display: flex;
  gap: 20px;
}

.cart .item .itemOrder {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 1200px) {
  .cart .item .itemOrder {
    display: none;
  }
}

.cart .item .itemOrder .itemCount_mobile {
  display: flex;
  gap: 20px;
}

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

.cart .itemPreview {
  width: 100px;
  height: 100px;
}

.cart .itemTitle {
  margin-left: 20px;
  margin-right: 20px;
  font-size: 14px;
  flex-grow: 1;
  font-family: Benzin, Tahoma, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  .cart .itemTitle {
    font-size: 16px;
    line-height: 22px;
    width: 319px;
  }
}

@media (min-width: 1860px) {
  .cart .itemTitle {
    font-size: 28px;
    line-height: 39px;
  }
}

.cart .itemCount {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 1px 3px;
  gap: 20px;
}

@media (min-width: 1200px) {
  .cart .itemCount {
    margin-right: 44px;
  }
}

.cart .itemCount_minus, .cart .itemCount_plus {
  width: 20px;
  height: 20px;
  border: 1px Solid #FF57BD;
  border-radius: 8px;
  line-height: 28px;
  text-align: center;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .cart .itemCount_minus, .cart .itemCount_plus {
    width: 30px;
    height: 30px;
    border-radius: 12px;
  }
}

.cart .itemCount_minus:hover, .cart .itemCount_plus:hover {
  color: black;
  background-color: #ff57bd;
}

.cart .itemCount_count {
  font-size: 14px;
  padding: 1px;
  text-align: center;
}

@media (min-width: 1200px) {
  .cart .itemCount_count {
    font-size: 24px;
    min-width: 80px;
  }
}

.cart .itemPrice {
  padding: 1px 1px;
  font-size: 16px;
  white-space: nowrap;
}

@media (min-width: 1200px) {
  .cart .itemPrice {
    width: 124px;
    text-align: right;
    margin-right: 40px;
    font-size: 24px;
  }
}

.cart .itemPoints {
  background-color: #D0FF65;
  font-family: Benzin, Tahoma, sans-serif;
  font-size: 12px;
  color: black;
  min-height: 29px;
  height: 29px;
  border-radius: 20px;
  text-align: center;
  white-space: nowrap;
  box-sizing: border-box;
  padding: 0 15px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}

@media (min-width: 1200px) {
  .cart .itemPoints {
    min-width: 112px;
    font-size: 16px;
    line-height: 29px;
  }
}

.cart .itemFavorite {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  margin-left: 28px;
  width: 29px;
  height: 29px;
  border-radius: 100%;
  background-color: #d0ff65;
}

.cart .itemFavorite .heart {
  width: 15px;
  height: 14px;
  margin-bottom: -2px;
  fill: none;
}

.cart .itemFavorite.active .heart {
  fill: black;
}

.cart .itemDelete {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  width: 29px;
  height: 29px;
  margin-left: 20px;
}

.cart .itemDeleteIcon {
  width: 27px;
  height: 29px;
}

@media (max-width: 520px) {
  .cart .itemDetails {
    display: grid;
    gap: 20px;
  }
}

.mini_cart {
  display: none;
  position: absolute;
  right: 100%;
  top: 100%;
  background: #1d1d1d;
  width: 770px;
  margin: 30px auto;
  border: 1px Dashed #333333;
  padding: 58px 60px 122px;
  box-sizing: border-box;
}

.mini_cart_header {
  margin-bottom: 60px;
  font-size: 32px;
}

.mini_cart .items {
  padding-bottom: 74px;
  border-bottom: 1px Solid White;
}

.mini_cart .item {
  margin-bottom: 32px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

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

.mini_cart .itemPreview {
  width: 100px;
  height: 100px;
  background-color: #D9D9D9;
}

.mini_cart .itemTitle {
  margin-left: 20px;
  font-size: 24px;
  flex-grow: 1;
}

.mini_cart .itemCount {
  display: flex;
  flex-direction: row;
  padding: 1px 3px;
  margin-right: 44px;
}

.mini_cart .itemCount_minus, .mini_cart .itemCount_plus {
  width: 30px;
  height: 30px;
  border: 1px Solid #ff57bd;
  border-radius: 12px;
  line-height: 28px;
  text-align: center;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.mini_cart .itemCount_minus:hover, .mini_cart .itemCount_plus:hover {
  color: black;
  background-color: #ff57bd;
}

.mini_cart .itemCount_count {
  font-size: 24px;
  min-width: 49px;
  padding: 1px;
  text-align: center;
}

.mini_cart .itemPrice {
  padding: 1px 1px;
  margin-right: 16px;
  font-size: 24px;
}

.mini_cart .itemPoints {
  background-color: #d0ff65;
  font-family: Benzin, Tahoma, sans-serif;
  font-size: 12px;
  line-height: 21px;
  color: black;
  width: 60px;
  height: 21px;
  border-radius: 20px;
  text-align: center;
}

.mini_cart_total {
  text-align: right;
  font-size: 32px;
  margin-top: 40px;
}

.mini_cart button {
  margin-top: 80px;
  width: 100%;
  color: white;
}

.cabinet_nav {
  padding: 75px 10px 48px;
  background: #1d1d1d;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: flex-start;
}

.cabinet_nav .avatar {
  width: 143px;
  height: 167px;
  border-radius: 167px;
  filter: blur(10px);
  margin-bottom: 18px;
  background-color: rgba(255, 255, 255, 0.1);
}

.cabinet_nav .userName {
  margin-bottom: 45px;
  font-weight: 600;
  font-size: 36px;
  text-align: center;
}

.cabinet_nav ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
}

.cabinet_nav ul li {
  font-size: 20px;
  margin-bottom: 32px;
  text-align: center;
}

.cabinet_nav ul li a, .cabinet_nav ul li a:active, .cabinet_nav ul li a:visited {
  color: rgba(255, 255, 255, 0.7);
}

.cabinet_nav ul li a:hover {
  color: white;
}

.cabinet_nav ul li.active {
  font-weight: 600;
}

.cabinet_nav ul li.active a, .cabinet_nav ul li.active a:active, .cabinet_nav ul li.active a:visited, .cabinet_nav ul li.active a:hover {
  color: white;
}

.cabinet_nav ul li:last-child {
  margin-bottom: 0;
}

.ordersHeaderGrp {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}

.ordersHeaderGrp h4 {
  flex-grow: 1;
}

.ordersHeaderGrp .ordersDate {
  color: #d0ff65;
  font-size: 28px;
  font-weight: 600;
  font-family: Montserrat, Tahoma, sans-serif;
}

.order {
  background-color: #ff57bd;
  border-radius: 20px;
  padding: 24px 8px 0px;
  margin: 2px 0;
  /*&.open + .order.open {
    border-radius: 0 0 $def-radius $def-radius;
  }*/
}

.orderHeader {
  padding: 0px 27px 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 32px;
  color: black;
}

.orderHeader .title {
  width: 60%;
  flex-grow: 1;
}

.orderHeader .price {
  font-size: 32px;
}

.orderHeaderToggle {
  height: 22px;
  margin-left: 60px;
  margin-right: 30px;
}

.orderDetails {
  background-color: #1d1d1d;
  border-radius: 20px;
  padding: 28px 26px 76px 26px;
  font-size: 28px;
  display: none;
}

.orderDetails .orderTrack, .orderDetails .orderRecipient, .orderDetails .orderDeliveryCost, .orderDetails .orderItemsCost, .orderDetails .orderTotalCost, .orderDetails .orderRepeat {
  margin: 16px 0;
}

.orderDetails .orderDeliveryCost,
.orderDetails .orderItemsCost,
.orderDetails .orderTotalCost,
.orderDetails .orderRepeat {
  display: flex;
}

.orderDetails .orderDeliveryCost > :nth-child(1),
.orderDetails .orderItemsCost > :nth-child(1),
.orderDetails .orderTotalCost > :nth-child(1),
.orderDetails .orderRepeat > :nth-child(1) {
  font-size: 24px;
  flex-grow: 1;
}

.orderDetails .orderTotalCost > :nth-child(1) {
  font-weight: 600;
  font-size: 32px;
  text-transform: uppercase;
}

.orderDetails .orderItemPrice {
  width: 336px;
  font-size: 24px;
  text-align: right;
  padding-right: 90px;
}

.orderDetails .orderItems {
  margin-top: 32px;
  margin-bottom: 32px;
}

.orderDetails .orderItem {
  display: flex;
  flex-direction: row;
  margin: 0 0 40px;
  align-items: center;
}

.orderDetails .orderItem:last-child {
  margin-bottom: 0;
}

.orderDetails .orderItem .orderItemPreview {
  width: 115px;
  height: 115px;
  background: silver;
  flex-grow: 0;
  flex-shrink: 0;
}

.orderDetails .orderItem .orderItemInfo {
  flex-grow: 1;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
}

.orderDetails .orderItem .orderItemName {
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 12px;
}

.orderDetails .orderItem .orderItemCount {
  font-size: 24px;
}

.orderDetails .orderItem .orderItemPrice {
  font-size: 32px;
  width: 365px;
  flex-shrink: 0.2;
  padding-right: 75px;
}

.order.open {
  padding-bottom: 8px;
}

.order.open .orderDetails {
  display: block;
}

.bars {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  height: 300px;
  align-items: flex-end;
}

.bars .bar {
  height: 100%;
  margin: 0 5px;
  min-width: 50px;
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  position: relative;
  font-size: 24px;
}

.bars .bar .barShaper {
  position: relative;
  background: #3D3D3D;
  border-radius: 20px;
}

.bars .bar .label {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 100%;
  margin-left: -50%;
  text-align: center;
  margin-top: 2px;
}

.bars .bar .value {
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 150px;
  margin-left: -75px;
  text-align: center;
  margin-bottom: 2px;
  z-index: 1;
  display: none;
  font-weight: 600;
}

.bars .bar.active .barShaper, .bars .bar:hover .barShaper {
  background: linear-gradient(to bottom, #FF90D3 0%, #FF57BD 75%);
}

.bars .bar.active .value, .bars .bar:hover .value {
  display: block;
}

.bars.lime .bar.active .barShaper,
.bars.lime .bar:hover .barShaper {
  background: linear-gradient(to bottom, #E7FFAF 0%, #D0FF65 75%);
}

.monthesTable {
  font-size: 32px;
}

.monthesTable_month {
  display: flex;
  border-radius: 20px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 21px 34px;
  background: #3D3D3D;
  margin: 20px 0;
}

.monthesTable_month.active, .monthesTable_month:hover {
  background: linear-gradient(90deg, #FF90D3 0%, #FF57BD 75%);
  color: black;
}

.monthesTable.lime .monthesTable_month.active, .monthesTable.lime .monthesTable_month:hover {
  background: linear-gradient(90deg, #E7FFAF 0%, #D0FF65 75%);
}

.valueIncomePage .headerRowGrp {
  margin-bottom: 32px;
}

.valueIncomePage .headerRowGrp .value {
  color: #d0ff65;
  font-size: 24px;
  font-weight: 600;
}

.valueIncomePage .headerRowGrp .value .valueCount {
  font-family: Floripa, Tahoma, sans-serif;
  font-size: 32px;
}

@media (max-width: 520px) {
  .valueIncomePage .headerRowGrp .value .valueCount {
    font-size: 20px;
    font-weight: 400;
  }

  .monthesTable_month {
    font-size: 16px;
    padding: 15px 20px;
  }
}

@media (max-width: 520px) {
  .valueIncomePage .headerRowGrp .value {
    font-size: 14px;
    line-height: 16px;
    display: grid;
    gap: 8px;
  }
}

@media (max-width: 520px) {
  .valueIncomePage .headerRowGrp h4 {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (max-width: 520px) {
  .valueIncomePage .headerRowGrp {
    flex-direction: column;
  }
}

.valueIncomePage .blockHeader {
  background: #ff57bd;
  border-radius: 20px;
  line-height: 55px;
  color: black;
  text-transform: uppercase;
  padding: 0 38px;
  font-size: 28px;
}

@media (max-width: 520px) {
  .valueIncomePage .blockHeader {
    font-size: 16px;
    line-height: 20px;
    padding: 4px 16px;
  }
}

.valueIncomePage .blockHeader.date {
  width: 289px;
  text-align: center;
  margin-right: 30px;
}

@media (max-width: 520px) {
  .valueIncomePage .blockHeader.date {
    width: 152px;
    margin-right: 0;
  }
}

.valueIncomePage .blockHeader.info {
  flex-grow: 1;
}

@media (max-width: 520px) {
  .valueIncomePage .blockHeader.info {
    flex-grow: unset;
  }
}

.valueIncomePage .incomeItem {
  border: 1px Solid #ff57bd;
  border-radius: 20px;
  margin: 20px 0;
  display: flex;
  flex-direction: row;
  padding: 28px;
  font-size: 28px;
}

@media (max-width: 520px) {
  .valueIncomePage .incomeItem {
    font-size: 16px;
    padding: 16px;
  }
}

.valueIncomePage .incomeItem .datetime {
  width: 260px;
  margin-right: 30px;
  display: flex;
  flex-direction: row;
}

.valueIncomePage .incomeItem .datetime .date {
  margin-right: 1em;
}

@media (max-width: 520px) {
  .valueIncomePage .incomeItem .datetime {
    width: auto;
    flex-direction: column;
  }
}

.valueIncomePage .incomeItem .info {
  flex-grow: 1;
}

@media (max-width: 520px) {
  .valueIncomePage .d-flex {
    justify-content: space-between;
    gap: 12px;
  }
}

@media (max-width: 520px) {
  .valueIncomePage .col-14 {
    width: 100%;
    margin-inline: 12px;
  }
}

.structureOrdersPage {
  font-size: 28px;
}

.structureOrdersPage .period {
  color: #d0ff65;
  font-weight: 600;
}

.structureOrdersPage .totalPeriodPoints {
  margin-top: 40px;
  margin-bottom: 66px;
}

.structureOrdersPage .totalPeriodPoints .points {
  margin-left: 16px;
}

.structureOrdersPage table {
  border-collapse: collapse;
  width: 100%;
}

.structureOrdersPage table th {
  padding: 0;
  border: 1px Solid #ff57bd;
  border-top: none;
  border-bottom: none;
  font-weight: normal;
  text-align: center;
}

.structureOrdersPage table th span {
  display: inline-block;
  background-color: #ff57bd;
  padding: 10.5px 21.5px;
  text-transform: uppercase;
  font-size: 28px;
  border-radius: 20px;
  color: black;
}

.structureOrdersPage table th.datetime {
  text-align: left;
}

.structureOrdersPage table th.datetime span {
  width: 176px;
  text-align: center;
}

.structureOrdersPage table th:nth-child(1) {
  border-left: none;
}

.structureOrdersPage table th:last-child {
  border-right: none;
}

.structureOrdersPage table td {
  border: 1px Solid #ff57bd;
  border-top: none;
  padding: 40px 12px 74px;
  text-align: center;
  vertical-align: top;
}

.structureOrdersPage table td:nth-child(1) {
  border-left: none;
}

.structureOrdersPage table td:last-child {
  border-right: none;
}

.structureOrdersPage table td.datetime {
  width: 236px;
  box-sizing: border-box;
  text-align: left;
}

.structureOrdersPage table td.buyer, .structureOrdersPage table td.recipient, .structureOrdersPage table td.points {
  font-weight: 600;
}

.structureOrdersPage table td.points {
  color: #d0ff65;
}

@media (max-width: 520px) {
  .headerRowGrp {
    margin-top: 25px;
  }

  .headerRowGrp h4 {
    font-size: 15px;
  }

  .totalPeriodPoints {
    font-size: 16px;
  }

  .totalPeriodPoints {
    display: flex;
    align-items: center;
  }

  .structureOrdersPage .totalPeriodPoints {
    margin-top: 15px;
    margin-bottom: 25px;
  }

  .structureOrdersPage .totalPeriodPoints .points {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    padding: 3px 12px;
  }

  .structureOrdersPage table th {
    padding: 6px 10px;
    border: none;
  }

  .structureOrdersPage table th span {
    font-size: 16px;
    padding: 6px 40px;
  }

  .structureOrdersPage table {
    display: block;
    max-width: 99vw;
    overflow-x: auto;
  }

  .structureOrdersPage table td {
    font-size: 16px;
    padding: 20px 12px;
  }
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal.open {
  display: block;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
  max-width: 1100px;
  margin: 1.75rem auto;
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  /*border: 1px solid rgba(0, 0, 0, .2);*/
  border-radius: 20px;
  outline: 0;
  padding: 5rem;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-top: 1px solid #e9ecef;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
  transition: 0.3s;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal .btn {
  padding: 1.25rem 8.7rem;
}

.modal button.close {
  position: absolute;
  right: 31px;
  top: 31px;
  border: unset;
  font-size: 1.8rem;
  background-color: transparent;
}

.modal-title {
  font-size: 2.5rem;
  text-transform: uppercase;
  color: #000000;
  text-align: center;
  line-height: 3.4rem;
  margin-bottom: 1.5rem;
}

.modal .form-group {
  margin-bottom: 1.5rem;
}

.modal .form-group:last-child {
  margin-bottom: 2.5rem;
}

form {
  width: 100%;
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col {
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding-right: 5px;
  padding-left: 5px;
}

.form-group {
  width: 100%;
  margin-bottom: 2rem;
}

@media (max-width: 520px) {
  .form-group {
    margin-bottom: 1.25rem;
  }
}

.form-control {
  font-family: Montserrat, Tahoma, sans-serif;
  font-size: 0.87rem;
  color: rgba(255, 255, 255, 0.7);
  width: 100%;
  padding: 1rem;
  border-radius: 14px;
  border: 1px solid #D9D9D9;
  background-color: #1d1d1d;
  line-height: 1rem;
}

@media (min-width: 1200px) {
  .form-control {
    font-size: 1.25rem;
    line-height: 1.5rem;
    padding: 1.54rem 1.5rem;
    border-radius: 20px;
  }
}

@media (min-width: 1860px) {
  .form-control {
    line-height: 1.5rem;
    font-size: 1.5rem;
  }
}

.form-control::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.form-control::-webkit-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.form-control::-moz-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.form-control:-moz-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.form-control:-ms-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.form-control:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.form-control:focus::-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.form-control:focus:-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.form-control:focus:-ms-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

form label {
  font-family: Montserrat, Tahoma, sans-serif;
  color: #ffffff;
  font-size: 1rem;
  padding-bottom: 1.25rem;
  font-weight: 600;
}

@media (min-width: 1200px) {
  form label {
    font-size: 1.25rem;
  }
}

@media (min-width: 1860px) {
  form label {
    font-size: 1.5rem;
  }
}

.form-check {
  display: flex;
}

.form-check input[type=checkbox] {
  display: none;
}

.form-check input[type=checkbox] + label {
  display: flex;
  align-items: center;
  user-select: none;
  cursor: pointer;
  position: relative;
}

.form-check label a {
  display: contents;
}

.form-check input[type=checkbox] + label::before {
  content: "";
  display: inline-block;
  width: 29px;
  height: 29px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #FF57BD;
  border-radius: 10px;
  margin-right: 1rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.form-check input[type=checkbox] + label::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 29px;
  height: 29px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}

.form-check input[type=checkbox]:checked + label::after {
  background-image: url("../img/accept.svg");
  top: -2px;
  left: 5px;
}

.form-check input[type=checkbox] + label:hover::before {
  -webkit-filter: brightness(80%);
  transition: 0.3s;
}

.form-check label {
  font-size: 0.75rem;
  font-family: Montserrat, Tahoma, sans-serif;
  font-weight: normal;
}

@media (min-width: 1200px) {
  .form-check label {
    font-size: 1rem;
  }
}

@media (min-width: 1860px) {
  .form-check label {
    font-size: 1.25rem;
  }
}

.form-check input[type=radio] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.form-check input[type=radio] + label {
  display: inline-flex;
  align-items: center;
  user-select: none;
  cursor: pointer;
  position: relative;
}

.form-check input[type=radio] + label::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #adb5bd;
  border-radius: 50%;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 90%;
}

.form-check input[type=radio] + label::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}

.form-check input[type=radio]:checked + label::after {
  background-image: url("../img/radio.svg");
  width: 16px;
  height: 16px;
  top: 7px;
  left: 7px;
}

.form-check input[type=radio]:checked + label::before {
  border-color: #FF57BD;
}

.badge.points {
  width: 88px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #D0FF65;
  border-radius: 20px;
  color: #000000;
}

@media (min-width: 1200px) {
  .badge.points {
    width: 110px;
    height: 40px;
  }
}

@media (min-width: 1860px) {
  .badge.points {
    width: 120px;
    height: 40px;
  }
}

.badge.points span {
  font-family: "Benzin", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .badge.points span {
    font-size: 20px;
  }
}

@media (min-width: 1860px) {
  .badge.points span {
    font-size: 20px;
  }
}

.breadcrumbs-container {
  margin-bottom: unset;
  align-self: center;
}

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

.breadcrumbs-container ul {
  list-style: none;
  padding: unset;
}

.breadcrumbs-container ul li {
  font-family: Montserrat, Tahoma, sans-serif;
  color: #ffffff;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.25rem;
}

@media (min-width: 1200px) {
  .breadcrumbs-container ul li {
    font-size: 1.5rem;
    line-height: 1.87rem;
  }
}

@media (min-width: 1860px) {
  .breadcrumbs-container ul li {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}

.breadcrumbs__item .link {
  padding-left: 7px;
  font-size: 1rem;
  line-height: 1.25rem;
}

@media (min-width: 1200px) {
  .breadcrumbs__item .link {
    font-size: 1.5rem;
    line-height: 1.87rem;
  }
}

@media (min-width: 1860px) {
  .breadcrumbs__item .link {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}

.previous .link > i {
  padding-right: 20px;
}

.previous__container {
  display: none;
}

@media (min-width: 1200px) {
  .previous__container {
    font-size: 20px;
    display: block;
    margin-top: 80px;
  }
}

@media (min-width: 1860px) {
  .previous__container {
    font-size: 28px;
    margin-top: 100px;
  }
}

.previous__inner .link {
  display: flex;
  align-items: center;
}

.previous__inner .link span {
  padding-left: 20px;
}

.product-card {
  font-size: 12px;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .product-card {
    font-size: 16px;
  }
}

@media (min-width: 1860px) {
  .product-card {
    font-size: 20px;
  }
}

.product-card__slider {
  height: 100%;
}

.product-card__info {
  color: #ffffff;
}

.product-card__name {
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 0.6em;
}

@media (min-width: 1200px) {
  .product-card__name {
    font-size: 40px;
  }
}

@media (min-width: 1860px) {
  .product-card__name {
    font-size: 72px;
  }
}

.product-card__desc {
  font-size: 12px;
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .product-card__desc {
    font-size: 24px;
  }
}

@media (min-width: 1860px) {
  .product-card__desc {
    font-size: 28px;
  }
}

.product-card__portion {
  font-family: "Benzin", sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
}

.product-card__desc-container {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .product-card__desc-container {
    margin-bottom: 106px;
  }
}

@media (min-width: 1860px) {
  .product-card__desc-container {
    margin-bottom: 161px;
  }
}

.product-card__price-inner {
  margin-top: unset;
  margin-bottom: unset;
}

.product-card__price {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.product-card__price-container h3 {
  font-size: 24px;
  margin-bottom: unset;
}

@media (min-width: 1200px) {
  .product-card__price-container h3 {
    font-size: 40px;
  }
}

@media (min-width: 1860px) {
  .product-card__price-container h3 {
    font-size: 48px;
  }
}

.product-card__basket {
  margin-top: 2.5%;
  display: flex;
  flex-direction: row;
  gap: 2.5%;
  justify-content: space-between;
}

@media (min-width: 1200px) {
  .product-card__basket {
    margin-top: 20px;
  }
}

@media (min-width: 1860px) {
  .product-card__basket {
    margin-top: 30px;
  }
}

@media (min-width: 1200px) {
  .product-card__basket {
    justify-content: flex-start;
    gap: 30px;
  }
}

@media (min-width: 1860px) {
  .product-card__basket {
    justify-content: flex-start;
    gap: 40px;
  }
}

.product-card__basket .btn-basket {
  font-size: 12px;
  padding: 0.9em 1.5em;
  line-height: 1.2;
  width: 208px;
}

@media (min-width: 1200px) {
  .product-card__basket .btn-basket {
    padding: 0.645em 1.5em;
    width: 360px;
    font-size: 20px;
    line-height: 1.22;
  }
}

@media (min-width: 1860px) {
  .product-card__basket .btn-basket {
    width: 440px;
    font-size: 24px;
  }
}

.product-card__favorite-container {
  margin-left: 10px;
}

.product-card__favorite-container .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
}

@media (min-width: 1200px) {
  .product-card__favorite-container .btn {
    width: 50px;
    height: 50px;
  }
}

@media (min-width: 1860px) {
  .product-card__favorite-container .btn {
    width: 62px;
    height: 62px;
  }
}

.product-card__favorite-container .btn svg {
  width: 50%;
  height: 48%;
  margin-bottom: -2%;
}

.product-card__faq {
  margin-top: 40px;
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

@media (min-width: 1200px) {
  .product-card__faq {
    margin-top: 60px;
    margin-bottom: 80px;
    gap: 24px;
  }
}

@media (min-width: 1860px) {
  .product-card__faq {
    margin-top: 108px;
    margin-bottom: 160px;
    gap: 24px;
  }
}

.product-card__faq-item h4 {
  display: inline-block;
  position: relative;
  padding-left: 24px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
}

@media (min-width: 1200px) {
  .product-card__faq-item h4 {
    font-size: 20px;
  }
}

@media (min-width: 1860px) {
  .product-card__faq-item h4 {
    font-size: 24px;
  }
}

.product-card__faq-item h4::before {
  content: url("../img/faq-arrow.svg");
  position: absolute;
  transform: rotate(0deg);
  left: 0;
  bottom: -2px;
  transition: all 0.3s;
}

.product-card__faq-item.open h4 {
  margin-bottom: 12px;
}

@media (min-width: 1200px) {
  .product-card__faq-item.open h4 {
    margin-bottom: 24px;
  }
}

@media (min-width: 1860px) {
  .product-card__faq-item.open h4 {
    margin-bottom: 32px;
  }
}

.product-card__faq-item.open h4::before {
  transform: rotate(180deg);
  bottom: 4px;
}

.product-card__faq-item .product-card__faq-item__content {
  display: none;
  padding-bottom: 24px;
}

@media (min-width: 1200px) {
  .product-card__faq-item .product-card__faq-item__content {
    padding-bottom: 24px;
  }
}

@media (min-width: 1860px) {
  .product-card__faq-item .product-card__faq-item__content {
    padding-bottom: 60px;
  }
}

.product-card__faq-item.open .product-card__faq-item__content {
  display: block;
}

.product-card__faq-item.open .product-card__faq-item__content p:last-child {
  margin-bottom: unset;
}

.auth__title-container {
  text-align: center;
}

.auth__title-container h1 {
  font-size: 1.25rem;
  text-transform: uppercase;
  color: #ffffff;
}

@media (min-width: 1200px) {
  .auth__title-container h1 {
    font-size: 1.75rem;
  }
}

@media (min-width: 1860px) {
  .auth__title-container h1 {
    font-size: 2.4rem; /* В фигме 40 шрифт, но текст выходит за рамки сетки */
  }
}

.auth__title-container p {
  color: #ffffff;
  font-size: 0.75rem;
  line-height: 0.8rem;
}

@media (min-width: 1200px) {
  .auth__title-container p {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1860px) {
  .auth__title-container p {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}

#log-in-page .auth__title-container h1 {
  margin-bottom: 3.75rem;
}

#log-in-page form .form-group:nth-child(2) {
  margin-bottom: 1.5rem;
}

@media (max-width: 520px) {
  #log-in-page {
    margin-top: 80px;
  }
}

.form-additional {
  margin-bottom: 1.1rem;
}

.form-additional a {
  font-size: 1.5rem;
}

#log-in-page .form-actions button:first-child {
  margin-bottom: 0.75rem;
  font-size: 1rem;
}

@media (min-width: 1200px) {
  #log-in-page .form-actions button:first-child {
    font-size: 1.25rem;
    margin-bottom: 2rem;
  }
}

@media (min-width: 1860px) {
  #log-in-page .form-actions button:first-child {
    font-size: 2rem;
  }
}

#log-in-page .form-actions a {
  font-size: 1rem;
}

@media (min-width: 1200px) {
  #log-in-page .form-actions a {
    font-size: 1.25rem;
  }
}

@media (min-width: 1860px) {
  #log-in-page .form-actions a {
    font-size: 2rem;
  }
}

@media (max-width: 520px) {
  .form-actions {
    margin-inline: auto;
  }
}

@media (max-width: 520px) {
  .form-actions > div {
    width: 100%;
  }
}

#confirmation-code-page .form-actions {
  text-align: center;
}

#confirmation-code-page .auth__title-container h1 {
  margin-bottom: 1rem;
}

#confirmation-code-page .auth__title-container p {
  margin-bottom: 2.5rem;
}

.__to-auth {
  font-size: 1.5rem;
}

#recovery-password-page .auth__title-container h1 {
  margin-bottom: 3.75rem;
  font-size: 1.25rem;
}

@media (min-width: 1200px) {
  #recovery-password-page .auth__title-container h1 {
    font-size: 1.75rem;
  }
}

@media (min-width: 1860px) {
  #recovery-password-page .auth__title-container h1 {
    font-size: 2.4rem;
  }
}

#recovery-password-page .form-actions button {
  margin-bottom: 2.5rem;
  font-size: 1rem;
}

@media (min-width: 1200px) {
  #recovery-password-page .form-actions button {
    font-size: 1.25rem;
  }
}

@media (min-width: 1860px) {
  #recovery-password-page .form-actions button {
    font-size: 2rem;
  }
}

@media (max-width: 520px) {
  #registration-page {
    margin-top: 80px;
  }
}

#order-form .form-control {
  border-color: #FF57BD;
}

.order-form {
  margin-top: 3.75rem;
}

@media (max-width: 520px) {
  .order-form {
    margin-inline: auto;
  }
}

@media (max-width: 520px) {
  .delivery-container {
    margin-inline: auto;
  }
}

.order-form .form-group {
  margin-bottom: 2.5rem;
}

.delivery-container h3 {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 1.25rem;
  color: #ffffff;
  line-height: 1.5rem;
  margin-bottom: 1.25rem;
}

@media (min-width: 1200px) {
  .delivery-container h3 {
    font-size: 1.5rem;
    line-height: 1.87rem;
  }
}

@media (min-width: 1860px) {
  .delivery-container h3 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

.delivery-container > .form-group {
  margin-bottom: 2.5rem;
}

@media (max-width: 520px) {
  .delivery-container > .form-group {
    margin-bottom: unset;
  }
}

.delivery-service__item {
  align-items: center;
}

@media (min-width: 1860px) {
  .delivery-service__item:first-child {
    margin-right: 3.75rem;
  }
}

.delivery-service__item button {
  padding: 6px 3rem;
  color: #ffffff !important;
  width: auto;
  font-size: 16px;
}

@media (max-width: 520px) {
  .delivery-service__item button {
    padding-inline: 16px;
    font-size: 14px;
  }
}

.delivery-service__item button.active {
  background-color: #FF57BD;
}

.delivery-service__item span {
  color: #ffffff;
  font-size: 0.87rem;
  margin-left: 1.25rem;
}

@media (min-width: 1200px) {
  .delivery-service__item span {
    font-size: 1rem;
  }
}

@media (min-width: 1860px) {
  .delivery-service__item span {
    font-size: 1.25rem;
  }
}

.delivery-type {
  margin-top: 20px;
  margin-bottom: 2.5rem;
  display: flex;
}

@media (min-width: 1860px) {
  .delivery-type {
    margin-top: 3.75rem;
  }
}

@media (max-width: 520px) {
  .delivery-type {
    margin-bottom: unset;
  }
}

.delivery-type .form-check:last-child {
  margin-left: 3.75rem;
}

.pvz-map {
  margin-bottom: 2.5rem;
}

.recipient-bio .form-group {
  margin-bottom: 1.5rem;
}

.delivery-type__courier {
  margin-bottom: 2.25rem;
}

.delivery-type__pvz .title,
.delivery-type__courier .title {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.5rem;
}

.delivery-type__pvz h3,
.delivery-type__courier h3 {
  margin-bottom: unset;
}

.delivery-type__pvz .title > a,
.delivery-type__courier .title > a {
  font-size: 1.25rem;
}

.delivery-type__courier .col-5 {
  margin-top: unset;
  margin-bottom: unset;
}

.delivery-type__courier .form-group {
  margin-bottom: 1.5rem;
}

.delivery-type,
.delivery-type__pvz,
.delivery-type__courier,
.recipient-bio {
  display: none;
}

.order-total {
  border: 1px solid #FF57BD;
  border-radius: 20px;
  padding: 2.5rem 2.75rem;
  margin-top: unset;
  height: 100%;
  margin-inline: auto;
}

@media (max-width: 520px) {
  .order-total {
    padding: 32px 22px;
    margin-top: 24px;
  }
}

.order-total__sum-order {
  border-bottom: 1px solid #FF57BD;
}

.order-total__sum-order__inner {
  justify-content: space-between;
  padding-bottom: 1.75rem;
}

.order-total__sum-order__inner p {
  font-size: 1rem;
  color: #ffffff;
  line-height: 1.25rem;
}

@media (min-width: 1200px) {
  .order-total__sum-order__inner p {
    font-size: 1.5rem;
    line-height: 1.87rem;
  }
}

@media (min-width: 1860px) {
  .order-total__sum-order__inner p {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.order-total__sum-delivery {
  padding-top: 1.4rem;
}

.order-total__sum-products__inner,
.order-total__sum-delivery__inner {
  justify-content: space-between;
}

.order-total__sum-products p,
.order-total__sum-delivery p {
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.25rem;
}

@media (min-width: 1200px) {
  .order-total__sum-products p,
  .order-total__sum-delivery p {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1860px) {
  .order-total__sum-products p,
  .order-total__sum-delivery p {
    font-size: 1.5rem;
    line-height: 1.85rem;
  }
}

.order-total__points {
  justify-content: end;
  padding-bottom: 1.3rem;
}

.order-total__points .badge.points {
  height: auto;
  padding: 3px 15px;
  width: 112px;
}

.order-total__points .badge.points span {
  font-size: 1rem;
  line-height: 1.4rem;
}

.modal-order .form-control {
  color: #000000;
  border-color: #FF57BD;
}

.modal-order .form-control::placeholder {
  color: #000000;
}

#modal-favorite-addresses-add .form-row .col {
  margin: unset;
}

#modal-favorite-addresses-add .form-group {
  margin-bottom: 1.5rem;
}

#map {
  width: 320px;
  height: 225px;
}

@media (min-width: 1200px) {
  #map {
    width: 600px;
    height: 386px;
  }
}

@media (min-width: 1860px) {
  #map {
    width: 800px;
    height: 600px;
  }
}

@media (max-width: 520px) {
  .delivery-service {
    display: grid !important;
    gap: 12px;
    margin-top: 20px;
  }
}

#about-page {
  position: relative;
  overflow-x: hidden;
}

#about-header .bg {
  position: absolute;
  z-index: 0;
}

#about-header .bg img {
  width: 100%;
}

@media (min-width: 1200px) {
  #about-header .bg img {
    width: 965px;
    margin-left: -50px;
  }
}

#about-header .container .row {
  align-items: center;
  height: 310px;
  position: relative;
  z-index: 1;
  margin-top: гтыуе;
}

@media (min-width: 520px) {
  #about-header .container .row {
    margin-top: unset;
  }
}

@media (min-width: 1200px) {
  #about-header .container .row {
    margin-top: auto;
    height: 610px;
  }
}

@media (max-width: 1199px) {
  #about-header .container .row .offset-7 {
    margin-left: auto;
  }
}

.about-header__title .title, #about-page .advantages .title {
  font-size: 4rem;
  background: -webkit-linear-gradient(#FF57BD, #FF18A4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: unset;
  line-height: 1;
}

@media (min-width: 520px) {
  .about-header__title .title, #about-page .advantages .title {
    font-size: 6rem;
  }
}

@media (min-width: 1200px) {
  .about-header__title .title, #about-page .advantages .title {
    font-size: 8rem;
  }
}

.about-header__title p {
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.2rem;
}

@media (min-width: 520px) {
  .about-header__title p {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
}

@media (min-width: 1200px) {
  .about-header__title p {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1860px) {
  .about-header__title p {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}

#about-page .header {
  margin-bottom: 3.75rem;
}

#about-mission {
  position: relative;
  z-index: 1;
}

#about-page .mission {
  margin-bottom: 2.5rem;
}

#about-page .mission .title h1 {
  color: #D0FF65;
  text-transform: uppercase;
  font-size: 1.75rem;
}

@media (min-width: 520px) {
  #about-page .mission .title h1 {
    font-size: 2.5rem;
  }
}

@media (min-width: 1200px) {
  #about-page .mission .title h1 {
    font-size: 3rem;
  }
}

@media (min-width: 1860px) {
  #about-page .mission .title h1 {
    font-size: 4rem;
  }
}

#about-page .mission p {
  color: #ffffff;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.2rem;
}

@media (min-width: 520px) {
  #about-page .mission p {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
}

@media (min-width: 1200px) {
  #about-page .mission p {
    font-size: 1.75rem;
    line-height: 2rem;
  }
}

@media (min-width: 1860px) {
  #about-page .mission p {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}

@media (max-width: 1199px) {
  #about-page .mission > div {
    display: grid;
    gap: 32px;
    margin-left: auto;
  }
}

#about-page .mission .title p {
  font-weight: 400;
  margin-bottom: 5rem;
}

@media (max-width: 1199px) {
  #about-page .mission .title p {
    margin-bottom: unset;
  }
}

#about-page .metrics > div {
  background: linear-gradient(90deg, #000000 0%, #383838 100%);
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.5019607843);
  padding: 5rem 6.25rem;
  border-radius: 20px;
  display: inline-grid;
  grid-template-columns: 22% 34% 25%;
  justify-content: space-between;
  width: fit-content;
}

@media (max-width: 1199px) {
  #about-page .metrics > div {
    display: grid;
    grid-template-columns: unset;
    gap: 40px;
    padding-inline: 3rem;
    width: fit-content;
  }
}

@media (max-width: 520px) {
  #about-page .metrics > div {
    padding-inline: 1.5rem;
  }
}

#about-page .metrics__item h4 {
  font-family: "Floripa", sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: unset;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.27rem;
}

@media (min-width: 520px) {
  #about-page .metrics__item h4 {
    font-size: 2.25rem;
    line-height: 2.27rem;
  }
}

@media (min-width: 1200px) {
  #about-page .metrics__item h4 {
    font-size: 1.75rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1860px) {
  #about-page .metrics__item h4 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}

#about-page .metrics__item h4 span {
  color: #D0FF65 !important;
}

#about-page .branch {
  background-image: url("../img/about_branch.jpg");
  background-size: 100%;
  background-position: center;
  min-height: 485px;
  padding-top: 5rem;
  background-repeat: no-repeat;
  margin-top: 30px;
}

@media (max-width: 1199px) {
  #about-page .branch {
    min-height: unset;
    height: fit-content;
    display: grid;
    gap: 64px;
    background-size: cover;
  }
}

@media (max-width: 520px) {
  #about-page .branch {
    gap: 24px;
  }
}

#about-page .branch p {
  color: #ffffff;
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin-bottom: 0;
}

@media (min-width: 520px) {
  #about-page .branch p {
    font-size: 1.75rem;
    line-height: 2.13rem;
  }
}

@media (min-width: 1200px) {
  #about-page .branch p {
    font-size: 2rem;
    line-height: 2.25rem;
    margin-bottom: initial;
  }
}

@media (min-width: 1860px) {
  #about-page .branch p {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}

#about-page .branch div:last-child p {
  font-weight: 600;
}

#about-page .branch div {
  margin-top: unset;
  margin-bottom: unset;
}

@media (max-width: 1199px) {
  #about-page .branch div {
    margin-left: auto;
  }
}

#about-page .advantages > div {
  margin-top: 5rem;
  width: fit-content;
}

@media (max-width: 1199px) {
  #about-page .advantages > div {
    margin-left: auto;
    display: grid;
    gap: 20px;
  }
}

#about-page .advantages p {
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.2rem;
}

@media (min-width: 520px) {
  #about-page .advantages p {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
}

@media (min-width: 1200px) {
  #about-page .advantages p {
    font-size: 1.57rem;
    line-height: 2rem;
  }
}

@media (min-width: 1860px) {
  #about-page .advantages p {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}

#about-page .advantages p span {
  font-weight: 600;
}

#about-page .advantages__desc {
  margin-bottom: 3.74rem;
}

@media (max-width: 520px) {
  #about-page .advantages__desc {
    margin-bottom: 2rem;
  }
}

#about-page .advantages__footer {
  background: linear-gradient(272.49deg, rgba(255, 255, 255, 0) -5.73%, #FF57BD 74.88%);
  border-radius: 20px;
  padding: 2.5rem 3rem;
}

#about-slider {
  margin-top: 3.75rem;
  margin-bottom: 5.3rem;
  display: flex;
  width: fit-content;
  max-width: 100%;
  overflow: hidden;
}

.about-slider {
  display: flex;
  width: fit-content;
  animation: slider 40s linear infinite;
  animation-delay: -40s;
}

.about-slider .second {
  animation-delay: 0;
}

#about-page .platform__item h1 {
  font-size: 1.75rem;
  line-height: 2.4rem;
  text-transform: uppercase;
  color: #D0FF65;
}

@media (min-width: 520px) {
  #about-page .platform__item h1 {
    font-size: 2.25rem;
    line-height: 3rem;
  }
}

@media (min-width: 1200px) {
  #about-page .platform__item h1 {
    font-size: 3rem;
    line-height: 4rem;
  }
}

@media (min-width: 1860px) {
  #about-page .platform__item h1 {
    font-size: 4rem;
    line-height: 5.5rem;
  }
}

#about-page .platform__item p {
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.2rem;
}

@media (min-width: 520px) {
  #about-page .platform__item p {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
}

@media (min-width: 1200px) {
  #about-page .platform__item p {
    font-size: 1.75rem;
    line-height: 2rem;
  }
}

@media (min-width: 1860px) {
  #about-page .platform__item p {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}

#about-page .platform__item__title > div {
  margin-bottom: unset;
}

@media (max-width: 1199px) {
  #about-page .platform__item__title > div {
    margin-left: auto;
  }
}

#about-page .platform__item__desc > div {
  margin-top: unset;
}

@media (max-width: 1199px) {
  #about-page .platform__item__desc > div {
    margin-left: auto;
  }
}

#about-footer p {
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.2rem;
  margin-bottom: unset;
}

@media (min-width: 520px) {
  #about-footer p {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
}

@media (min-width: 1200px) {
  #about-footer p {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1860px) {
  #about-footer p {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}

#about-footer p span {
  font-weight: 600;
}

#about-footer .row {
  background-image: url("../img/about_footer.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  min-height: 740px;
  align-items: end;
  padding-bottom: 7.5rem;
  margin-bottom: 5em;
}

@media (max-width: 1199px) {
  #about-footer .row {
    min-height: unset;
    padding-bottom: unset;
    background-size: cover;
    min-height: 360px;
  }
}

@media (max-width: 1199px) {
  #about-footer .row > div {
    margin-left: auto;
  }
}

@property --num {
  syntax: "<integer>";
  initial-value: 0;
  inherits: false;
}
.counter {
  animation: counter 2s infinite alternate ease-in-out;
  counter-reset: num var(--num);
}

.counter::after {
  content: counter(num);
}

@keyframes counter {
  from {
    --num: 0;
  }
  to {
    --num: 150;
  }
}

.structure-header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

@media (max-width: 720px) {
  .structure-header {
    margin-top: 40px;
    margin-inline: 24px;
  }
}

.structure-header h1 {
  font-family: "Montserrat";
  font-size: 2.25rem;
}

@media (max-width: 720px) {
  .structure-header h1 {
    font-size: 1rem;
    margin-bottom: 0;
  }
}

.structure-header a {
  display: flex;
  align-items: center;
}

.structure-header a i {
  padding-left: 2.25rem;
}

.ico.gear {
  content: url("../img/icons/gear.svg");
}

.ico.green-arrow {
  content: url("../img/icons/green-arrow.svg");
}

@media (max-width: 720px) {
  .ico.green-arrow {
    width: 20px;
  }
}

.ico.whatsapp {
  content: url("../img/icons/whatsapp.svg");
}

.ico.telegram {
  content: url("../img/icons/telegram.svg");
}

.structure-items .item {
  border-bottom: 1px solid #d0ff65;
}

@media (max-width: 720px) {
  .structure-items .item {
    padding: 24px;
    width: 100%;
  }
}

.structure-items .item .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.5rem;
}

@media (max-width: 720px) {
  .structure-items .item .header {
    margin-bottom: unset;
  }
}

@media (max-width: 1200px) {
  .structure-items .item .header {
    margin: 25px 0 15px;
  }
}

.structure-items .item p {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: unset;
  cursor: pointer;
}

@media (max-width: 720px) {
  .structure-items .item p {
    font-size: 1rem;
  }
}

.structure-items .item p i {
  margin-left: 2.5rem;
}

.structure-items .item table,
.structure-items .item .header a.close {
  display: none;
}

.structure-items .item.active p {
  color: #d0ff65;
  display: flex;
  align-items: center;
}

.structure-items .item.active .header p i {
  transform: rotate(90deg);
}

.structure-items .item.active table {
  display: table;
}

.structure-items .item.active .header a.close {
  display: block;
}

.structure-table table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #d0ff65;
  border-left: unset;
  border-right: unset;
}

@media (max-width: 1199px) {
  .structure-table {
    overflow-x: auto;
  }
}

.structure-table table th {
  font-weight: 400;
  padding: 10px;
}

.structure-table table th {
  width: 21.5%;
}

.structure-table table th:first-child,
.structure-table table th:last-child {
  width: 7% !important;
}

.structure-table table td {
  padding: 40px 55px;
}

@media (max-width: 720px) {
  .structure-table table td {
    padding: 15px 20px;
  }
}

.structure-table table td:first-child,
.structure-table table td:last-child {
  padding: unset !important;
}

@media (max-width: 720px) {
  .structure-table table td:first-child,
  .structure-table table td:last-child {
    padding: 15px 20px;
  }
}

.structure-table table th:last-child,
.structure-table table td:last-child {
  border-right: unset;
}

.structure-table table th,
.structure-table table td {
  font-family: "Montserrat";
  color: #ffffff;
  font-size: 2rem;
  line-height: 2rem;
  text-align: center;
  border-bottom: 1px solid #d0ff65;
  border-right: 1px solid #d0ff65;
}

@media (max-width: 1900px) {
  .structure-table table th,
  .structure-table table td {
    font-size: 1.3rem;
    line-height: 1.4rem;
    border-bottom: 2px solid #d0ff65;
    border-right: 2px solid #d0ff65;
  }
}

@media (max-width: 720px) {
  .structure-table table th,
  .structure-table table td {
    font-size: 1rem;
  }
}

#modal-structure-filter .modal-dialog {
  max-width: 479px;
}

#modal-structure-filter .modal-content {
  background-color: #1d1d1d;
  padding: 2.5rem;
}

#modal-structure-filter .form-row > .col {
  margin: unset;
}

#modal-structure-filter .form-group {
  margin-bottom: 1.25rem;
}

#modal-structure-filter .form-control {
  border-color: #d0ff65;
  color: #ffffff;
  padding: 18px 12px;
  font-size: 1.25rem;
  line-height: 1.5rem;
}

#modal-structure-filter .form-control::placeholder {
  color: #ffffff;
}

#modal-structure-filter .modal-footer {
  border: unset;
}

#modal-structure-filter .modal-footer button {
  width: 100% !important;
  padding: 18px 0;
}

#modal-structure-filter .structure-filter__title {
  font-size: 1.5rem;
  color: #ffffff;
  font-weight: 600;
}

#modal-structure-filter .close {
  color: #d0ff65;
}

@media (max-width: 720px) {
  #structure-page .container {
    margin-inline: 0;
    padding-inline: 0;
  }
}

.static-header {
  margin-bottom: 2.5rem;
}

.static-header h1 {
  font-size: 2.5rem;
  line-height: 3.4rem;
  text-transform: uppercase;
}

.static-header h3 {
  font-size: 1.5rem;
  line-height: 2rem;
  text-transform: uppercase;
  color: #ffffff;
}

.static-content {
  text-align: justify;
  margin-top: unset;
}

.static-content p {
  margin-bottom: 20px;
}

.static-content p,
.static-content li {
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 1.75rem;
}

.static-content ul {
  padding-left: 18px;
}

.static-content li {
  list-style: none;
}

.static-content ul li:before {
  content: "·";
  font-size: 1.5rem;
  padding-right: 18px;
  vertical-align: middle;
  line-height: 20px;
}

.static-content .static-content__par {
  margin-bottom: unset;
  font-weight: bolder;
}

.profile-nav {
  background-color: #212121;
  border-radius: 20px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3019607843);
  padding: 75px 50px 46px 50px;
  text-align: center;
  height: 100%;
}

@media (max-width: 520px) {
  .profile-nav {
    width: 100%;
    padding: 40px 20px 16px 0;
    background-color: inherit;
    box-shadow: none;
    text-align: left;
    display: flex;
    justify-content: space-between;
  }
}

.profile-nav__avatar {
  text-align: center;
  margin-bottom: 1.5rem;
}

.profile-nav__name {
  margin-bottom: 1.75rem;
}

@media (max-width: 520px) {
  .profile-nav__name {
    margin-bottom: 0;
  }
}

.profile-nav__name h3 {
  font-family: "Montserrat";
  color: #ffffff;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 2.75rem;
}

@media (max-width: 520px) {
  .profile-nav__name h3 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}

.profile-nav__items {
  list-style: none;
  padding-left: unset;
}

@media (max-width: 520px) {
  .profile-nav__items {
    display: none;
  }
}

.profile-nav__items .item {
  margin-bottom: 2rem;
}

.profile-nav__items .item:last-child {
  margin-bottom: unset;
}

.profile-nav__items .item a {
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.profile-nav__items .item.active a {
  font-weight: 600;
}

.profile-main__card {
  padding: 60px 64px;
  border-radius: 20px;
  min-height: 356px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: black;
  box-shadow: 0 0 30px 0 rgba(255, 255, 255, 0.2);
}

@media (max-width: 520px) {
  .profile-main__card {
    /*width: 100%;*/
    padding: 24px;
    min-height: unset;
    margin-inline: 16px;
  }
}

.profile-main__card.col-7 {
  margin-top: unset;
}

.profile-main__card.revenue {
  background-color: #d0ff65;
  gap: 44px;
}

.profile-main__card.qualification {
  background-color: #ff57bd;
  position: relative;
}

.profile-main__card.qualification .qualification-ico img {
  position: absolute;
  width: 120px;
  top: -32px;
  right: -12px;
}

.profile-main__card.revenue h3 {
  font-family: "Benzin", sans-serif;
  font-size: 2rem;
}

@media (max-width: 520px) {
  .profile-main__card.revenue h3 {
    font-size: 1rem;
  }
}

.profile-main__card.qualification h3 {
  font-family: "Montserrat";
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 600;
}

.profile-main__card.qualification .qualification__name {
  font-size: 2.5rem;
  line-height: 3rem;
}

@media (max-width: 520px) {
  .profile-main__card.qualification .qualification__name {
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin-bottom: 4px;
  }
}

.profile-main__card p {
  line-height: 1.5rem;
  margin-bottom: unset;
}

@media (max-width: 520px) {
  .profile-main__card p {
    font-size: 0.87rem;
    line-height: 0.87rem;
  }
}

.profile-main__card.revenue p {
  margin-bottom: 12px;
  font-weight: 600;
}

@media (max-width: 520px) {
  .profile-main__card.revenue p {
    margin-bottom: 2px;
    line-height: 1rem;
  }
}

.profile-main__controls .btn {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: unset;
  position: relative;
}

@media (max-width: 520px) {
  .profile-main__controls .btn {
    font-size: 13px;
    padding: 16px;
  }
}

.profile-main__controls .btn-primary:hover {
  background-color: #ff57bd;
  box-shadow: 0 4px 30px 0 #ff40b4;
}

.profile-main__controls .btn-secondary:hover {
  color: #000000;
  background-color: #d0ff65;
  box-shadow: 0 4px 30px 0 #b1fd03;
}

.profile-main__controls .btn-primary {
  box-shadow: 0 4px 20px 0 rgba(255, 64, 180, 0.3);
}

@media (max-width: 520px) {
  .profile-main__controls .btn-primary {
    /*padding-inline: 1rem 1.75rem;*/
  }
}

.profile-main__controls .btn-secondary {
  box-shadow: 0 4px 20px 0 rgba(177, 253, 3, 0.3);
}

.profile-main__controls .btn.copy i {
  position: absolute;
  right: 35px;
  fill: #ff57bd;
}

@media (max-width: 520px) {
  .profile-main__controls .btn.copy i {
    right: 8px;
  }
}

.profile-main__controls .btn.copy i svg path {
  transition: 0.3s;
}

.profile-main__controls .btn:hover.copy i svg path {
  fill: #ffffff;
  transition: 0.3s;
}

.card-content {
  display: grid;
  gap: 28px;
}

@media (max-width: 520px) {
  .card-content {
    gap: 20px;
  }
}

.card-content p {
  font-weight: 400;
}

@property --num {
  syntax: "<integer>";
  initial-value: 0;
  inherits: false;
}
.counter {
  --num: 150;
  animation: counter 2s alternate ease-in-out;
  counter-reset: num var(--num);
}

.counter::after {
  content: counter(num);
}

@keyframes counter {
  from {
    --num: 0;
  }
  to {
    --num: 150;
  }
}

@keyframes slider {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

@media (max-width: 520px) {
  #profile-page .col-14 > div {
    /*display: grid;*/
    gap: 20px;
    width: 100%;
  }
}

@media (max-width: 520px) {
  .profile-main__controls {
    /*width: 100%;*/
  }
}

@media (max-width: 520px) {
  .profile-main__controls > div {
    margin-inline: 16px;
  }
}

@media (max-width: 520px) {
  .profile-main__controls .row > div {
    width: 100%;
  }
}

.card-main {
  display: grid;
  gap: 12px;
}

@media (min-width: 1200px) {
  .card-main {
    gap: 20px;
  }
}

@media (min-width: 1860px) {
  .card-main {
    gap: 34px;
  }
}

@media (max-width: 520px) {
  .card-content .card-footer p {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}

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

@media (max-width: 720px) {
  .profile-mobile-menu {
    display: block;
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 600;
    color: white;
    cursor: pointer;
  }
}

.mobile-menu {
  display: none;
}

@media (max-width: 520px) {
  .mobile-menu {
    z-index: 10;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(25, 25, 25, 0.9);
    display: none;
    align-items: center;
    justify-content: center;
    padding-inline: auto;
  }

  .mobile-menu.active {
    display: grid;
    animation: fadein 0.4s;
  }
}

.menu-items {
  height: min-content;
  display: grid;
  gap: 32px;
  list-style: none;
  text-align: center;
  padding-left: 0;
}

@keyframes fadein {
  from {
    opacity: 0%;
  }
  to {
    opacity: 100%;
  }
}

.confirm-form-item {
  margin-bottom: 40px;
}

.confirm-form-title {
  font-size: 1.8rem;
  text-align: left;
  margin-bottom: 20px;
  font-weight: 600;
}

.confirm-form-info {
  margin-bottom: 10px;
  font-size: 1.6rem;
}

.confirm-form-subtitle {
  font-size: 1.5rem;
  margin-bottom: 20px;
}

.confirm-form-breaking {
  padding: 20px 0 40px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}

.confirm-form-linkBack {
  font-weight: 600;
  color: #ff57bd !important;
  font-size: 1.5rem;
  border-bottom: 1px solid transparent;
  transition: 0.15s;
}

.confirm-form-linkBack:hover {
  border-bottom: 1px solid #ff57bd;
}

.custom-checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.custom-checkbox input {
  display: none;
}

.custom-checkbox .checkmark {
  width: 24px;
  height: 24px;
  border: 2px solid white;
  border-radius: 50%;
  position: relative;
  z-index: 10;
  margin-right: 10px;
  transition: background-color 0.3s;
}

.custom-checkbox .checkmark::after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: white;
  position: absolute;
  top: 4px;
  left: 4px;
  transition: 0.15s;
}

.custom-checkbox input:checked + .checkmark::after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ff57bd;
  position: absolute;
  top: 4px;
  left: 4px;
  transition: 0.15s;
}

@media (max-width: 1919px) and (min-width: 1200px) {
  .cart_title {
    width: 85% !important;
  }

  .breadcrumbs-container {
    width: 485px !important;
  }

  .order-form {
    width: 560px !important;
  }

  .confirm-form-title {
    font-size: 1.5rem;
  }

  .confirm-form-info {
    font-size: 1.3rem;
  }

  .confirm-form-linkBack {
    font-size: 1.2rem;
  }

  .confirm-form-subtitle {
    font-size: 1.3rem;
  }

  .confirm-form-breaking-icon {
    width: 20px;
  }

  .btn-order {
    padding: 8px;
  }
}

@media (max-width: 1199px) {
  .confirm-form-title {
    font-size: 1.3rem;
  }

  .confirm-form-info {
    font-size: 1rem;
  }

  .confirm-form-linkBack {
    font-size: 1rem;
  }

  #order-page {
    padding: 20px 5px;
  }

  .order-form {
    margin-top: 25px;
  }

  .badge {
    font-size: 0.8rem;
  }

  .breadcrumbs__item {
    padding-left: 0 !important;
    font-size: 0.9rem;
  }

  .breadcrumbs__item a {
    padding-left: 0 !important;
  }

  .goBackLink svg {
    width: 30px;
  }
}

@media (max-width: 400px) {
  .breadcrumbs__item {
    font-size: 0.8rem !important;
  }

  .breadcrumbs__item a {
    font-size: 0.8rem !important;
  }
}

.order-items .title {
  margin-bottom: 2.5rem;
}

@media (max-width: 520px) {
  .order-items .title {
    margin-bottom: 1.25rem;
  }

  #btn-group-order, #send_transfer {
    font-size: 14px;
    padding: 16px 42px;
  }
}

.order-items .title h1, .order-items .title h3 {
  margin-bottom: unset;
}

.order-items .title h1 {
  font-family: "Montserrat";
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 600;
}

@media (max-width: 520px) {
  .order-items .title h1 {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}

.order-items .title h3 {
  font-family: "Montserrat";
  font-size: 1.75rem;
  line-height: 2rem;
  font-weight: 600;
  color: #D0FF65;
}

.order-items .item {
  border-radius: 20px;
  background-color: #FF57BD;
  padding-bottom: 1px;
  margin-bottom: 2px;
}

.order-items .item-inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 25px 60px 25px 32px;
  color: #000000;
}

@media (max-width: 520px) {
  .order-items .item-inner {
    padding-inline: 16px 28px;
    padding-block: 12px;
  }
}

.order-items .item p {
  margin-bottom: unset;
  font-size: 0.75rem;
  width: max-content;
}

@media (min-width: 1200px) {
  .order-items .item p {
    font-size: 2rem;
  }
}

.order-items .item .price {
  padding-right: 60px;
}

@media (max-width: 520px) {
  .order-items .item .price {
    padding-right: unset;
  }
}

.order-items .item .dropdown {
  position: absolute;
  right: 60px;
  cursor: pointer;
  transition: 0.3s;
}

@media (max-width: 520px) {
  .order-items .item .dropdown {
    right: 12px;
  }
}

@media (max-width: 520px) {
  .order-items .item .dropdown svg {
    width: 8px;
    height: 12px;
    margin-bottom: 4px;
  }
}

.order-items .item.active .order-detail {
  display: flex;
  flex-direction: column;
}

.order-items .item.active .dropdown {
  transform: rotate(180deg);
}

.order-items .item.active .dropdown svg {
  margin-bottom: 0;
}

.order-detail {
  display: none;
  background-color: #212121;
  border-radius: 20px;
  padding: 2.5rem 7rem 2.5rem 1.8rem;
  margin: 8px;
}

@media (max-width: 520px) {
  .order-detail {
    padding: 0.75rem;
  }
}

.order-detail p {
  color: #ffffff;
}

.order-detail .detail-header p {
  font-size: 0.75rem;
  line-height: 1rem;
  margin-bottom: 1rem;
}

@media (min-width: 1200px) {
  .order-detail .detail-header p {
    font-size: 1.75rem;
    line-height: 2rem;
  }
}

.order-detail .detail-header p:last-child {
  margin-bottom: unset;
}

.order-detail .detail-footer p {
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
}

@media (max-width: 520px) {
  .order-detail .detail-footer p {
    font-size: 0.87rem;
    margin-bottom: 0;
  }
}

.detail-body {
  padding: 2.25rem 0;
}

.detail-body .cart-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 2.5rem;
  align-items: center;
}

.detail-body .cart-item:last-child {
  margin-bottom: unset;
}

.cart-item .cart-item__product {
  display: flex;
  color: #ffffff;
  align-items: center;
}

@media (max-width: 520px) {
  .cart-item__profuct > div {
    display: grid;
    gap: 4px;
  }
}

.cart-item__product img {
  width: 115px;
  margin-right: 1.25rem;
}

@media (max-width: 520px) {
  .cart-item__product img {
    width: 54px;
  }
}

.cart-item__product > div h3 {
  text-transform: uppercase;
  font-size: 1.75rem;
  line-height: 2rem;
  margin-bottom: 12px;
}

@media (max-width: 520px) {
  .cart-item__product > div h3 {
    font-size: 0.75rem;
    line-height: 1rem;
    margin-bottom: 0;
  }
}

.cart-item__product > div p {
  font-size: 1.5rem;
  line-height: 1.75rem;
}

.detail-footer .detail-footer__amount > p:first-child {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.5rem;
}

@media (max-width: 520px) {
  .detail-footer .detail-footer__amount > p:first-child {
    font-size: 0.87rem;
    line-height: 1rem;
  }
}

.detail-footer a {
  font-size: 1.5rem;
}

@media (max-width: 520px) {
  .detail-footer a {
    font-size: 0.75rem;
  }
}

@media (max-width: 520px) {
  .order-items {
    margin-inline: 12px;
    width: 100%;
  }
}

@media (max-width: 520px) {
  .detail-footer {
    display: grid;
    gap: 12px;
  }
}

/* #37e0ff; */
* {
  scroll-behavior: smooth;
}

.nutri {
  padding: 0 90px;
}

.nutri-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0 40px;
  position: relative;
}

.nutri-top-img {
  width: 180px;
}

.nutri-top-shadow {
  width: 180px;
  height: 1px;
}

.nutri-top-center {
  display: flex;
  align-items: center;
  gap: 40px;
}

.nutri-top-text {
  font-size: 28px;
}

.nutri-top-date {
  background: #cefc00;
  color: #000;
  padding: 5px 20px;
  font-size: 28px;
  font-weight: 600;
}

.nutri-main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 50px;
  position: relative;
}

.nutri-main-video {
  position: fixed;
  height: 100%;
  width: 100vw;
  overflow: auto;
  z-index: 11;
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: flex-start;
  display: none;
}

.nutri-main-img {
  width: 840px;
  height: 778px;
  object-fit: contain;
  border-radius: 20px;
}

.nutri-main-title {
  font-family: "Montserrat";
  color: #ff57bd;
  font-weight: 700;
  font-size: 60px;
  text-align: right;
  line-height: 74px;
  margin-right: 20px;
}

.nutri-main-filled {
  display: inline-block;
  background: #ff57bd;
  padding: 5px 7px;
  font-size: 36px;
  font-weight: 700;
  color: #1d1d1d;
  text-transform: uppercase;
}

.nutri-main-advantages {
  padding: 50px 0;
}

.nutri-main-advantages-item {
  font-size: 24px;
  margin-top: 5px;
  margin-bottom: 0;
}

.nutri-main-advantages-item img {
  width: 34px;
  margin-left: 10px;
}

.nutri-main-meeting {
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 50px;
}

.nutri-main-name {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 15px;
}

.nutri-main-info {
  font-size: 28px;
}

.nutri-main-diploma {
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #d0ff65;
  padding: 20px 40px;
  border-radius: 20px;
  box-sizing: border-box;
  margin-top: 45px;
}

.nutri-main-diploma-text {
  display: inline-block;
  width: 425px;
  color: black;
  font-size: 28px;
}

.nutri-main-diploma-img {
  width: 172px;
}

.nutri-main-molec {
  position: absolute;
  left: -150px;
}

.nutri-main-watch {
  position: absolute;
  top: 670px;
  left: 650px;
  width: 260px;
  cursor: pointer;
}

.nutri-choose {
  padding: 50px 0 125px;
  text-align: center;
}

.nutri-choose-button {
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(#ff57bd, #ff40b4);
  font-size: 28px;
  font-weight: 600;
  padding: 33px 45px;
  border-radius: 50px;
  box-shadow: 0px 1px 20px #ff57bd;
  border: none;
  transition: 0.3s;
}

.nutri-choose-button:hover {
  box-shadow: 0px 4px 25px #ff57bd;
}

.nutri-numbers {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 80px;
}

.nutri-numbers-img {
  width: 340px;
}

.nutri-numbers-info {
  background: #d0ff65;
  border-radius: 20px;
  color: #000;
  padding: 25px 50px;
}

.nutri-numbers-text {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 25px;
}

.nutri-numbers-list {
  margin: 40px 0 20px 0;
  padding: 0;
  font-size: 28px;
}

.nutri-numbers-list li {
  display: inline;
  margin: 7px 0;
  margin-right: 75px;
  font-size: 28px !important;
  padding-left: 40px;
  font-size: 14px;
  background: url(/img/catalog/nutri/ul-marker.png) 0px 8px no-repeat;
}

.nutri-res {
  padding: 75px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nutri-res button {
  background: none;
  border: none;
}

.nutri-res button img {
  width: 60px;
}

.nutri-res button:disabled img {
  opacity: 0.7;
}

.nutri-text {
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  padding: 150px 120px;
  background: #ff57bd;
}

.nutri-if {
  padding: 75px 0;
}

.nutri-if-title {
  font-family: "Montserrat";
  font-weight: 700;
  color: #fff;
  margin-bottom: 50px;
}

.nutri-if-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}

.nutri-if-item {
  position: relative;
  color: #000;
  background: #d0ff65;
  box-shadow: 0px 1px 20px #d0ff65;
  width: 540px;
  height: 444px;
  padding: 45px;
  border-radius: 20px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  transition: 0.3s;
}

.nutri-if-item:hover {
  box-shadow: 0px 4px 25px #d0ff65;
}

.nutri-if-icon {
  height: 120px;
}

.nutri-if-text {
  font-size: 32px;
  font-weight: 600;
}

.nutri-if-click {
  position: absolute;
  top: 85%;
  left: 85%;
}

.nutri-opinion {
  padding: 75px 0 25px;
  position: relative;
}

.nutri-opinion-mol-first {
  position: absolute;
  top: 20%;
  left: 80%;
}

.nutri-opinion-mol-second {
  position: absolute;
  top: 80%;
  left: 10%;
}

.nutri-opinion-title {
  font-family: "Montserrat";
  color: #fff;
  font-size: 64px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 50px;
}

.nutri-opinion-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.nutri-opinion-prev {
  border: none;
  background: none;
}

.nutri-opinion-prev:disabled {
  opacity: 0.7;
}

.nutri-opinion-next {
  border: none;
  background: none;
}

.nutri-opinion-next:disabled {
  opacity: 0.7;
}

.nutri-opinion-border {
  position: absolute;
  z-index: 1;
  width: 506px;
  height: 980px;
}

.nutri-opinion-item img {
  border-radius: 80px;
  margin-top: 20px;
}

.nutri-opinion-slider {
  position: relative;
}

.nutri-after {
  padding: 50px 0 50px;
  position: relative;
}

.nutri-after-title {
  font-family: "Montserrat";
  color: #fff;
  font-size: 64px;
  font-weight: 700;
  padding-bottom: 50px;
}

.nutri-after-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
}

.nutri-after-image {
  width: 740px;
}

.nutri-after-item {
  display: flex;
  justify-content: flex-start;
  gap: 40px;
  align-items: center;
  margin-bottom: 40px;
  font-size: 28px;
}

.nutri-after-text {
  font-size: 28px;
  line-height: auto;
}

.nutri-item-fix {
  position: fixed;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  z-index: 11;
  color: black;
  height: 100vh;
  width: 100vw;
  left: 0;
  display: none;
}

.nutri-item-fix-block {
  background: #fff;
  overflow-y: auto;
  max-width: 920px;
  padding: 50px;
  padding-top: 30px;
}

.nutri-item-fix-text {
  font-size: 24px;
}

.nutri-item-fix-close {
  text-align: right;
  cursor: pointer;
  margin-bottom: 20px;
}

.nutri-teacher {
  padding: 75px 0 25px;
  position: relative;
}

.nutri-teacher-title {
  font-family: "Montserrat";
  color: #fff;
  font-size: 64px;
  font-weight: 700;
  padding-bottom: 50px;
  text-transform: uppercase;
}

.nutri-teacher-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 60px;
  margin-top: 125px;
}

.nutri-teacher-info {
  max-width: 1040px;
}

.nutri-teacher-photo {
  width: 539px;
}

.nutri-teacher-name {
  font-size: 40px;
  text-transform: uppercase;
  padding-bottom: 25px;
  border-bottom: 4px solid #d0ff65;
  margin-bottom: 65px;
  display: inline-block;
}

.nutri-teacher-text {
  font-size: 28px;
  line-height: 56px;
}

.nutri-teacher-dip {
  margin: 25px 0 45px;
  text-align: center;
}

.nutri-how-title {
  font-family: "Montserrat";
  font-size: 64px;
}

.nutri-how-image {
  width: 440px;
}

.nutri-how-text {
  font-size: 32px;
}

.nutri-how-row {
  gap: 40px;
}

@media (max-width: 768px) {
  .nutri-how-row iframe {
    width: 320px;
    margin: 0 auto;
    display: block;
  }
}

.nutri-program {
  padding: 75px 0;
  position: relative;
}

.nutri-program-mol-first {
  position: absolute;
  left: -90px;
  top: 20px;
}

.nutri-program-mol-second {
  position: absolute;
  top: 50%;
  left: 80%;
}

.nutri-program-title {
  font-family: "Montserrat";
  color: #fff;
  font-size: 64px;
  font-weight: 700;
  padding-bottom: 50px;
}

.nutri-program-item {
  display: inline-block;
  width: 70%;
  background: transparent;
  border: 1px solid #d0ff65;
  padding: 20px 44px;
  margin-bottom: 5px;
  overflow: hidden;
  max-height: 80px;
  box-sizing: border-box;
  transition: max-height 0.5s ease;
}

.nutri-program-subtitle {
  color: #fff;
  font-size: 24px;
  margin-bottom: 0;
  line-height: 40px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

.nutri-program-subtitle-mini {
  font-size: 18px;
}

.nutri-program-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nutri-program-text {
  margin-top: 25px;
  color: #fff;
  font-size: 20px;
}

.nutri-program-icon {
  cursor: pointer;
  transition: 0.3s;
}

.nutri-price {
  padding: 75px 0;
}

.nutri-price-header {
  color: #fff;
  font-size: 64px;
  font-weight: 700;
  padding-bottom: 50px;
  text-align: center;
}

.nutri-price-row {
  display: flex;
  justify-content: space-evenly;
}

.nutri-price-item {
  padding: 40px 0px 75px;
  background: #ff57bd;
  border-radius: 20px;
  width: 40%;
  position: relative;
}

.nutri-price-title {
  font-family: "Montserrat";
  background: url("/img/catalog/nutri/price.png") center center/cover no-repeat;
  color: #000;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  padding: 35px 10px;
  margin-bottom: 40px;
}

.nutri-price-adv {
  background: #d0ff65;
  color: #000;
  font-size: 24px;
  font-weight: 600;
  padding: 5px 10px;
  margin-left: 75px;
  display: inline-block;
  margin-bottom: 25px;
}

.nutri-price-text {
  padding: 15px 75px 40px;
  font-size: 24px;
}

.nutri-price-more {
  background: none;
  border: 2px solid white;
  border-radius: 60px;
  padding: 24px 62px;
  font-size: 24px;
  font-weight: 500;
  box-shadow: 0px 0px 20px white;
  color: #fff;
  transition: 0.3s;
}

.nutri-price-more:hover {
  box-shadow: 0px 0px 25px white;
}

.nutri-price-more-block {
  text-align: center;
}

.nutri-price-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-top: 35px;
}

.nutri-price-count {
  color: #fff;
  font-weight: 600;
  font-size: 64px;
}

.nutri-price-points {
  color: black;
  background: #c1ff33;
  border-radius: 50px;
  padding: 5px 41px;
  font-size: 40px;
  font-weight: 600;
}

.nutri-price-buy {
  text-transform: uppercase;
  color: #000;
  background: linear-gradient(#d0ff65, #d0ff65);
  font-size: 28px;
  font-weight: 600;
  padding: 33px 125px;
  border-radius: 50px;
  box-shadow: 0px 1px 20px #d0ff65;
  border: none;
  transition: 0.3s;
  position: absolute;
  top: 94%;
  left: calc(50% - 186px);
}

.nutri-price-buy.inCart {
  left: calc(50% - 210px);
}

.nutri-price-buy:hover {
  box-shadow: 0px 4px 25px #d0ff65;
}

.nutri-academy {
  padding: 75px 0;
}

.nutri-academy-fix {
  position: fixed;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  z-index: 11;
  color: black;
  height: 100vh;
  width: 100vw;
  left: 0;
  display: none;
}

.nutri-academy-fix-close {
  cursor: pointer;
  text-align: right;
  margin-bottom: 20px;
}

.nutri-academy-fix-block {
  background: #fff;
  overflow-y: auto;
  max-width: 920px;
  max-height: 95vh;
  padding: 50px;
  padding-top: 30px;
}

.nutri-academy-fix-text {
  font-size: 24px;
}

.nutri-academy-fix-text-bold {
  color: #ff57bd;
  font-weight: 600;
}

.nutri-academy-fix-title {
  font-size: 28px;
  font-weight: 700;
  color: #ff57bd;
  margin-bottom: 40px;
  margin-top: 0;
  font-family: "Montserrat", sans-serif;
}

.nutri-academy-close {
  cursor: pointer;
}

.nutri-academy-row {
  padding-top: 50px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.nutri-academy-title {
  font-family: "Montserrat";
  font-weight: 700;
}

.nutri-academy-title-bold {
  background: #ff57bd;
  color: black;
  padding: 10px 8px 0 5px;
}

.nutri-academy-img img {
  width: 368px;
}

.nutri-academy-item {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  align-items: center;
  margin: 15px 0;
}

.nutri-academy-text {
  font-size: 20px;
  margin-bottom: 0;
}

.nutri-academy-marker {
  padding: 0 5px;
}

.nutri-academy-marker-min {
  width: 29px;
  padding: 0;
}

.nutri-tg {
  padding: 25px 0 75px;
}

.nutri-tg-block {
  background: #ff57bd;
  border-radius: 20px;
  padding: 50px 250px;
  display: flex;
  justify-content: flex-start;
  gap: 125px;
  align-items: center;
}

.nutri-tg-button {
  color: #000;
  background: linear-gradient(#d0ff65, #d0ff65);
  font-size: 28px;
  font-weight: 600;
  padding: 20px 50px;
  border-radius: 50px;
  box-shadow: 0px 1px 20px #d0ff65;
  border: none;
  transition: 0.3s;
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
}

.nutri-tg-button:hover {
  box-shadow: 0px 4px 25px #d0ff65;
}

.nutri-tg-icon {
  width: 49px;
}

.nutri-tg-subtitle {
  margin-bottom: 0;
}

.nutri-tg-text {
  font-size: 24px;
  margin-bottom: 0;
  font-weight: 600;
}

.nutri-story {
  padding: 75px 0 250px;
}

.nutri-story-title {
  font-family: "Montserrat";
  color: #fff;
  font-size: 64px;
  font-weight: 700;
  padding-bottom: 50px;
  text-align: center;
}

.nutri-story-box {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  gap: 40px;
}

.nutri-story-prev {
  background: none;
  cursor: pointer;
}

.nutri-story-prev:disabled {
  opacity: 0.7;
}

.nutri-story-next {
  background: none;
  cursor: pointer;
}

.nutri-story-next:disabled {
  opacity: 0.7;
}

.nutri-story-item {
  background: #d0ff65 !important;
}

.nutri-bg {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
  display: none;
  transition: 0.2s;
}

.nutri-menu-block {
  transform: translateX(460px);
  position: fixed;
  z-index: 11;
  top: 0;
  width: 460px;
  box-sizing: border-box;
  left: calc(100% - 460px);
  background: #ff57bd;
  padding: 20px 25px;
  height: 100%;
  overflow-y: auto;
  transition: 0.2s;
}

.nutri-menu-close {
  text-align: right;
  cursor: pointer;
}

.nutri-menu-open {
  position: fixed;
  left: calc(100% - 35px - 90px);
  cursor: pointer;
  z-index: 9;
}

.nutri-menu-button {
  text-align: center;
}

.nutri-menu-buy {
  position: inherit;
  background: #d0ff65;
  box-shadow: 0 0 20px #d0ff65;
}

.nutri-menu-buy:hover {
  box-shadow: 0 0 25px #d0ff65;
}

.nutri-menu-item {
  font-size: 28px;
  color: #fff;
  display: block;
  margin-bottom: 28px;
  transition: 0.15s;
}

.nutri-menu-item:hover {
  color: #fff;
}

@media (max-width: 1919px) {
  .nutri {
    box-sizing: border-box;
    max-width: 1400px;
    margin: 0 auto;
  }

  .nutri-main-img {
    width: 520px;
    height: 550px;
  }

  .nutri-top-img {
    width: 113px;
  }

  .nutri-top-text {
    font-size: 20px;
  }

  .nutri-top-date {
    font-size: 20px;
  }

  .nutri-main-title {
    font-size: 40px;
    line-height: normal;
  }

  .nutri-main-molec {
    left: -200px;
  }

  .nutri-main-watch {
    width: 153px;
    top: 490px;
    left: 400px;
  }

  .nutri-main-filled {
    font-size: 28px;
  }

  .nutri-main-advantages {
    padding: 25px 0 50px;
  }

  .nutri-main-advantages-item {
    font-size: 18px;
  }

  .nutri-main-meeting {
    font-size: 24px;
  }

  .nutri-main-name {
    font-size: 20px;
  }

  .nutri-main-info {
    font-size: 20px;
  }

  .nutri-main-diploma-img {
    width: 102px;
  }

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

  .nutri-main-diploma {
    gap: 40px;
  }

  .nutri-choose {
    padding: 50px 0 75px;
  }

  .nutri-choose-button {
    font-size: 20px;
    padding: 25px 35px;
  }

  .nutri-main {
    margin-bottom: 0;
  }

  .nutri-numbers-list {
    list-style: none;
    margin: 0;
  }

  .nutri-numbers-list li {
    display: block;
    font-size: 20px !important;
  }

  .nutri-numbers-img {
    width: 228px;
  }

  .nutri-numbers-text {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .nutri-text {
    padding: 75px 50px;
    font-size: 24px;
  }

  .nutri-if-title {
    font-size: 40px;
  }

  .nutri-if-item {
    width: 333px;
    height: 272px;
  }

  .nutri-if-text {
    font-size: 20px;
  }

  .nutri-if-click {
    width: 75px;
  }

  .nutri-opinion-title {
    font-size: 40px;
  }

  .nutri-opinion {
    padding-top: 0;
  }

  .nutri-opinion-border {
    width: 439px;
    height: 859px;
  }

  .nutri-if-icon {
    height: 77px;
  }

  .nutri-teacher-dip img {
    width: 95%;
  }

  .nutri-after-title {
    font-size: 40px;
  }

  .nutri-after-image {
    width: 446px;
  }

  .nutri-after-text {
    font-size: 20px;
  }

  .nutri-after-icon {
    width: 48px;
  }

  .nutri-teacher {
    padding-top: 0;
  }

  .nutri-teacher-title {
    font-size: 40px;
  }

  .nutri-teacher-photo {
    width: 280px;
  }

  .nutri-teacher-name {
    margin-bottom: 25px;
    font-size: 28px;
  }

  .nutri-teacher-text {
    font-size: 20px;
    line-height: 1.8;
  }

  .nutri-main-diploma {
    flex-wrap: wrap;
    gap: 0;
    text-align: center;
  }

  .nutri-teacher-title {
    padding-bottom: 0;
  }

  .nutri-teacher-item {
    margin-top: 50px;
  }

  .nutri-after-icon {
    width: 40px;
  }

  .nutri-program-title {
    font-size: 40px;
  }

  .nutri-program-mol-second {
    display: none;
  }

  .nutri-program-item {
    width: 100%;
  }

  .nutri-program {
    padding-top: 0;
  }

  .nutri-price {
    padding-top: 0;
  }

  .nutri-price-header {
    font-size: 40px;
  }

  .nutri-program-subtitle {
    font-size: 20px;
  }

  .nutri-program-subtitle-mini {
    font-size: 16px;
  }

  .nutri-price-title {
    font-size: 36px;
  }

  .nutri-price-title {
    font-size: 28px;
    margin-bottom: 0;
  }

  .nutri-price-adv {
    font-size: 16px;
    margin: 15px 25px;
  }

  .nutri-price-text {
    font-size: 16px;
  }

  .nutri-price-more {
    font-size: 20px;
    padding: 12px 30px;
  }

  .nutri-price-count {
    font-size: 40px;
  }

  .nutri-price-points {
    font-size: 28px;
    padding: 5px 25px;
  }

  .nutri-price-buy {
    font-size: 20px;
    padding: 15px 48px;
    left: calc(50% - 92px);
    top: 96%;
  }

  .nutri-price-buy.inCart {
    left: calc(50% - 110px);
  }

  .nutri-academy-title {
    font-size: 40px;
  }

  .nutri-academy-img {
    width: 368px;
  }

  .nutri-academy-row {
    gap: 40px;
  }

  .nutri-tg-block {
    padding: 50px;
  }

  .nutri-story {
    padding-top: 0;
    padding-bottom: 50px;
  }

  .nutri-story-title {
    font-size: 40px;
    padding-bottom: 0;
  }

  .nutri-main-video {
    top: 40px;
  }
}

@media (max-width: 1399px) {
  .nutri {
    box-sizing: border-box;
    max-width: unset;
    margin: 0 10px;
  }
}

@media (max-width: 1200px) {
  .nutri {
    max-width: 768px;
    margin: 0 auto;
  }

  .nutri-menu-open {
    width: 48px;
    left: calc(100% - 35px - 48px);
  }

  .nutri-menu-open img {
    width: 100%;
  }

  .nutri-top-shadow {
    width: 90px;
  }

  .nutri-top-center {
    gap: 15px;
  }

  .nutri-top-img {
    width: 90px;
  }

  .nutri-main {
    display: block;
  }

  .nutri-main-diploma {
    float: unset;
    flex-wrap: nowrap;
    text-align: left;
    gap: 10px;
  }

  .nutri-main-meeting {
    display: none;
  }

  .nutri-main-filled {
    display: none;
  }

  .nutri-main-right {
    display: flex;
    flex-wrap: wrap;
  }

  .nutri-main-advantages {
    order: 3;
  }

  .nutri-main-name {
    order: 1;
  }

  .nutri-main-info {
    order: 2;
  }

  .nutri-main-diploma {
    order: 4;
  }

  .nutri-main-video {
    left: 40px;
  }

  .nutri-main-video iframe {
    width: 80%;
  }

  .nutri-numbers-img {
    width: 128px;
  }

  .nutri-numbers {
    gap: 40px;
  }

  .nutri-numbers-info {
    padding: 25px;
  }

  .nutri-numbers-text {
    font-size: 18px;
  }

  .nutri-res button img {
    width: 40px;
  }

  .nutri-if-item {
    box-sizing: border-box;
    width: 44%;
    padding: 35px 20px;
  }

  .nutri-item-fix-block {
    max-width: 90%;
  }

  .nutri-opinion-border {
    width: 396px;
  }

  .nutri-after-row {
    display: block;
  }

  .nutri-after-image {
    display: block;
    margin: 0 auto;
  }

  .nutri-teacher-item {
    display: block;
  }

  .nutri-teacher-photo {
    margin-bottom: 25px;
  }

  .nutri-after {
    padding-bottom: 100px;
  }

  .mob-vid {
    width: 100%;
  }

  .nutri-program-subtitle-mini {
    line-height: 16px;
  }

  .nutri-program-subtitle {
    font-size: 16px;
    line-height: 16px;
  }

  .nutri-price-item {
    width: 45%;
  }

  .nutri-price-text {
    padding: 15px 20px;
  }

  .nutri-academy-fix-block {
    max-width: 80%;
  }

  .nutri-price-numbers {
    gap: 20px;
  }

  .nutri-price-count {
    font-size: 20px;
  }

  .nutri-price-points {
    font-size: 16px;
  }

  .nutri-academy-row {
    display: block;
  }

  .nutri-academy-img {
    display: block;
    margin: 0 auto;
  }

  .nutri-tg-block {
    padding: 25px;
    flex-wrap: wrap;
    align-items: center;
    gap: 25px;
  }

  .nutri-tg-block a {
    order: 1;
    margin: 0 auto;
  }

  .nutri-tg-button {
    gap: 10px;
  }

  .nutri-tg-icon {
    width: 24px;
  }

  .nutri-tg-text {
    order: 0;
    text-align: center;
  }
}

@media (min-width: 1920px) {
  .nutri {
    max-width: 1920px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .nutri {
    max-width: 360px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .nutri-top {
    display: block;
  }

  .nutri-top-center {
    margin-top: 10px;
    gap: 0;
    justify-content: space-between;
  }

  .nutri-menu-open {
    top: 115px;
    z-index: 9;
  }

  .nutri-top-text {
    font-size: 18px;
  }

  .nutri-main-title {
    font-size: 24px;
    text-align: center;
    margin: unset;
  }

  .nutri-main-add-box {
    background: #ff57bd;
  }

  .nutri-main-title.additional {
    text-transform: uppercase;
    color: #000000;
    margin: 10px 0;
    font-size: 1rem;
  }

  .nutri-main-img {
    width: 279px;
    height: 279px;
    border-radius: 50%;
  }

  .nutri-main-watch {
    top: 275px;
    left: 206px;
  }

  .nutri-main-video {
    left: 5px;
  }

  .nutri-main-right {
    margin-top: 15px;
  }

  .nutri-main-name {
    text-transform: uppercase;
  }

  .nutri-main-info {
    font-size: 16px;
  }

  .nutri-main-diploma {
    margin-top: 0;
  }

  .nutri-menu-block {
    width: 320px;
    left: calc(100% - 320px);
  }

  .nutri-menu-item {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 15px;
  }

  .nutri-main-diploma-text {
    width: 40%;
  }

  .nutri-academy-fix-title {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .nutri-academy-fix-text {
    font-size: 14px;
  }

  .nutri-main-diploma {
    justify-content: space-between;
  }

  .nutri-numbers {
    flex-wrap: wrap;
    gap: 40px;
  }

  .nutri-numbers-img {
    order: 2;
  }

  .nutri-text {
    padding: 50px 25px;
    font-size: 20px;
  }

  .nutri-main-molec {
    left: -95px;
    top: 200px;
    width: 150px;
  }

  .nutri-item-fix-block {
    padding: 25px;
    max-height: 95vh;
    overflow-y: auto;
  }

  .nutri-if-title {
    font-size: 24px;
  }

  .nutri-if-item {
    width: 100%;
  }

  .nutri-if-click {
    left: 75%;
  }

  .nutri-item-fix-text {
    font-size: 18px;
  }

  .nutri-opinion-title {
    font-size: 24px;
  }

  .nutri-opinion-next {
    padding: 0 !important;
  }

  .nutri-opinion-next img {
    width: 35px !important;
  }

  .nutri-opinion-prev {
    padding: 0 !important;
  }

  .nutri-opinion-prev img {
    width: 35px !important;
  }

  .nutri-opinion-border {
    height: 481px;
    width: 240px;
  }

  .nutri-opinion-item img {
    border-radius: 15px;
  }

  .nutri-opinion-mol-second {
    display: none;
  }

  .nutri-after-title {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .nutri-after-text {
    font-size: 16px;
  }

  .nutri-after-item {
    gap: 10px;
  }

  .nutri-after-image {
    max-width: 95%;
  }

  .nutri-teacher-title {
    font-size: 20px;
  }

  .nutri-teacher-text {
    font-size: 16px;
  }

  .nutri-program-subtitle {
    font-size: 12px;
    line-height: 12px;
  }

  .nutri-program-text {
    font-size: 14px;
  }

  .nutri-program-title {
    font-size: 24px;
  }

  .nutri-price-header {
    font-size: 24px;
    padding-bottom: 0px;
    margin-bottom: 0;
  }

  .nutri-price-row {
    display: block;
  }

  .nutri-price-item {
    width: 100%;
    margin-top: 75px;
  }

  .nutri-academy-title {
    font-size: 24px;
  }

  .nutri-academy-img {
    width: 100%;
  }

  .nutri-academy-row {
    padding-top: 0px;
  }

  .nutri-academy-text {
    font-size: 16px;
  }

  .nutri-tg-text {
    font-size: 16px;
  }

  .nutri-academy {
    padding-bottom: 0;
  }

  .nutri-tg {
    padding-bottom: 25px;
  }

  .nutri-story-title {
    font-size: 24px;
  }

  .nutri-opinion-mol-first {
    display: none;
  }

  .nutri-story-prev {
    padding: 0;
  }

  .nutri-story-prev img {
    width: 35px;
  }

  .nutri-story-next {
    padding: 0;
  }

  .nutri-story-next img {
    width: 35px;
  }
}

.anticellulit-banner {
  height: 540px;
  background-image: url("/img/title/anticellulit-banner.png");
  background-repeat: no-repeat;
}

@media (max-width: 600px) {
  .anticellulit-banner {
    background: url("/img/catalog/anticellulite/mobile-banner-bg.jpeg") no-repeat;
    background-size: 1000px;
    background-position: -365px -683px;
    height: 700px;
  }
}

@media (min-width: 601px) {
  .anticellulit-banner {
    height: 100%;
  }
}

@media (min-width: 1860px) {
  .anticellulit-banner {
    height: 1000px;
  }
}

.anticellulit-banner-text {
  display: grid;
  gap: 20px;
  padding-block: 300px 54px;
}

@media (max-width: 1119px) {
  .anticellulit-banner-text {
    padding-block: 446px 54px;
  }
}

@media (min-width: 601px) {
  .anticellulit-banner-text {
    gap: 80px;
    padding-block: 120px 108px;
  }
}

@media (min-width: 1860px) {
  .anticellulit-banner-text {
    gap: 140px;
    padding-block: 180px 220px;
  }
}

.anticellulit-banner-header {
  display: grid;
  gap: 4px;
}

@media (min-width: 601px) {
  .anticellulit-banner-header {
    gap: 8px;
  }
}

@media (min-width: 1860px) {
  .anticellulit-banner-header {
    gap: 20px;
  }
}

.anticellulit-banner-header h1 {
  font-size: 1.37rem;
  font-weight: 400;
  line-height: 1.62rem;
  text-transform: uppercase;
}

@media (min-width: 601px) {
  .anticellulit-banner-header h1 {
    font-size: 3.5rem;
    line-height: 4.18rem;
  }
}

@media (min-width: 1860px) {
  .anticellulit-banner-header h1 {
    font-size: 4.5rem;
    line-height: 5.37rem;
  }
}

@media (min-width: 601px) and (max-width: 1199px) {
  .anticellulit-banner-header h1 {
    font-size: 2rem;
    line-height: 3rem;
  }
}

.anticellulit-banner-subtitle {
  padding: 8px;
  border-radius: 50px;
  border: 1px solid #ff57bd;
  background-color: rgba(255, 87, 189, 0.1);
  width: fit-content;
  box-shadow: 0 0 20px 0 rgba(255, 87, 189, 0.5);
  font-size: 0.68rem;
  line-height: 1rem;
  font-weight: 400;
  font-family: "Benzin", sans-serif;
  text-transform: uppercase;
}

@media (min-width: 601px) {
  .anticellulit-banner-subtitle {
    padding: 12px 24px;
    font-size: 1.25rem;
    line-height: 1.68rem;
  }
}

@media (min-width: 1860px) {
  .anticellulit-banner-subtitle {
    padding-inline: 28px;
    box-shadow: 0 0 10px 0 rgba(255, 87, 189, 0.5);
    font-size: 2rem;
    line-height: 2.75rem;
  }
}

@media (min-width: 601px) and (max-width: 1199px) {
  .anticellulit-banner-subtitle {
    font-size: 0.8rem;
  }
}

.anticellulit-banner-date {
  display: grid;
}

.anticellulit-banner-date p {
  font-size: 2rem;
  line-height: 2.37rem;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "Benzin", sans-serif;
}

@media (min-width: 601px) {
  .anticellulit-banner-date p {
    font-size: 3rem;
    line-height: 3.56rem;
  }
}

@media (min-width: 1860px) {
  .anticellulit-banner-date p {
    font-size: 4rem;
    line-height: 4.8rem;
  }
}

@media (min-width: 601px) and (max-width: 1199px) {
  .anticellulit-banner-date p {
    font-size: 2rem;
    line-height: 2rem;
  }
}

.anticellulit-banner-date :last-child {
  color: #d0ff65;
}

.anticellulit-main {
  display: grid;
  gap: 60px;
  padding-block: 40px 160px;
  position: relative;
  z-index: 1;
  margin-top: -380px;
}

@media (max-width: 600px) {
  .anticellulit-main {
    padding-block: 250px 160px;
    padding-bottom: 75px;
  }
}

@media (min-width: 601px) {
  .anticellulit-main {
    gap: 80px;
    padding-block: 0px 160px;
    margin-top: -200px;
  }
}

@media (min-width: 1860px) {
  .anticellulit-main {
    gap: 120px;
    padding-block: 120px 160px;
  }
}

.anticellulit-results {
  display: grid;
  gap: 60px;
  width: 99vw;
}

@media (min-width: 601px) {
  .anticellulit-results {
    gap: 120px;
  }
}

@media (min-width: 1860px) {
  .anticellulit-results {
    gap: 100px;
  }
}

.anticellulit-results-expect {
  display: grid;
  gap: 40px;
  justify-content: center;
  width: inherit;
}

@media (min-width: 601px) {
  .anticellulit-results-expect {
    gap: 96px;
  }
}

@media (min-width: 1860px) {
  .anticellulit-results-expect {
    gap: 80px;
  }
}

.anticellulit-results-expect h2 {
  font-size: 1.25rem;
  line-height: 1.68rem;
  text-transform: uppercase;
  width: fit-content;
  justify-self: center;
}

@media (min-width: 601px) {
  .anticellulit-results-expect h2 {
    font-size: 3rem;
    line-height: 4.125rem;
  }
}

@media (min-width: 1860px) {
  .anticellulit-results-expect h2 {
    font-size: 4rem;
    line-height: 5.5rem;
  }
}

@media (min-width: 601px) and (max-width: 1199px) {
  .anticellulit-results-expect h2 {
    text-align: center;
  }
}

.anticellulit-results-expect-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
}

@media (max-width: 600px) {
  .anticellulit-results-expect-cards {
    gap: 64px;
  }
}

@media (min-width: 601px) {
  .anticellulit-results-expect-cards {
    gap: 40px;
    row-gap: 80px;
  }
}

@media (min-width: 1860px) {
  .anticellulit-results-expect-cards {
    gap: 64px;
    row-gap: 80px;
  }
}

.anticellulit-results-expect-card {
  width: 100%;
  margin-inline: 20px;
  padding: 24px 24px 24px 64px;
  border-radius: 14px;
  background-image: linear-gradient(to bottom right, rgba(219, 219, 219, 0.2), rgba(117, 117, 117, 0.2));
  font-size: 1rem;
  line-height: 1.25rem;
}

@media (max-width: 600px) {
  .anticellulit-results-expect-card {
    padding: 24px 24px 32px 64px;
  }

  .anticellulit-results-expect-card p {
    line-height: 0;
  }
}

@media (min-width: 601px) {
  .anticellulit-results-expect-card {
    width: 520px;
    padding: 40px 40px 40px 100px;
    border-radius: 20px;
    font-size: 1.75rem;
    line-height: 2.125rem;
    margin-inline: 0;
  }
}

@media (min-width: 1860px) {
  .anticellulit-results-expect-card {
    width: 540px;
    padding: 54px 36px 40px 100px;
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

.anticellulit-results-expect-card p {
  font-size: 5rem;
  font-family: "Benzin", sans-serif;
  color: #ff57bd;
  z-index: 2;
  position: relative;
  filter: blur(10px);
  top: -30%;
  left: -20%;
}

@media (min-width: 601px) {
  .anticellulit-results-expect-card p {
    font-size: 7.5rem;
    line-height: 0.2;
  }
}

@media (min-width: 1860px) {
  .anticellulit-results-expect-card p {
    font-size: 8.75rem;
  }
}

.anticellulit-results-container {
  display: grid;
  gap: 48px;
  justify-content: center;
  z-index: 1;
  position: relative;
}

@media (min-width: 1860px) {
  .anticellulit-results-container {
    gap: 60px;
  }
}

.anticellulit-results-gallery {
  display: grid;
  gap: 28px;
}

@media (min-width: 601px) {
  .anticellulit-results-gallery {
    gap: 60px;
  }
}

@media (min-width: 1860px) {
  .anticellulit-results-gallery {
    gap: 80px;
  }
}

.anticellulit-results-gallery h2 {
  font-size: 1.25rem;
  line-height: 1.68rem;
  margin-left: 20px;
}

@media (max-width: 600px) {
  .anticellulit-results-gallery h2 {
    text-align: center;
  }
}

@media (min-width: 601px) {
  .anticellulit-results-gallery h2 {
    font-size: 3rem;
    line-height: 4.125rem;
    margin-left: 60px;
  }
}

@media (min-width: 1860px) {
  .anticellulit-results-gallery h2 {
    font-size: 4rem;
    line-height: 5.5rem;
    margin-left: 190px;
  }
}

.anticellulit-results-carousel {
  display: flex;
  width: fit-content;
  max-width: 100%;
  overflow: hidden;
}

.anticellulit-results-carousel-row {
  display: flex;
  overflow-x: hidden;
  animation: run 40s linear infinite;
  animation-delay: -calc(40s);
  width: max-content;
}

.anticellulit-results-carousel-row.second {
  animation-delay: 0s;
}

.anticellulit-results-carousel-row img {
  width: 154px;
  height: 154px;
  object-fit: cover;
  object-position: center;
}

@media (min-width: 601px) {
  .anticellulit-results-carousel-row img {
    width: 282px;
    height: 282px;
  }
}

@media (min-width: 1860px) {
  .anticellulit-results-carousel-row img {
    width: 440px;
    height: 440px;
  }
}

.anticellulit-button {
  background-color: #ff57bd;
  box-shadow: 0 0 20px 0 #ff57bd;
  border-radius: 50px;
  padding: 10px;
  font-size: 1.25rem;
  line-height: 1.5rem;
  width: fit-content;
  text-transform: uppercase;
  justify-self: center;
  width: 100%;
  transition: all 0.3s linear 0s;
}

@media (max-width: 601px) {
  .anticellulit-button {
    width: 80%;
    text-align: center;
  }
}

@media (min-width: 601px) {
  .anticellulit-button {
    padding: 24px 110px;
    font-size: 1.75rem;
    line-height: 2.125rem;
    width: fit-content;
  }
}

@media (min-width: 1860px) {
  .anticellulit-button {
    padding: 20px 100px;
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

.anticellulit-button.inCart {
  background: #d0ff65;
  box-shadow: 0 0 20px 0 #d0ff65;
  color: black;
}

.anticellulit-program {
  display: grid;
  gap: 28px;
  margin-inline: 20px;
}

@media (max-width: 600px) {
  .anticellulit-program {
    max-width: 95vw;
  }
}

@media (min-width: 601px) {
  .anticellulit-program {
    gap: 40px;
    margin-inline: 60px;
  }
}

@media (min-width: 1860px) {
  .anticellulit-program {
    gap: 54px;
    margin-inline: 190px;
  }
}

@media (min-width: 601px) and (max-width: 1199px) {
  .anticellulit-program {
    max-width: 98vw;
  }
}

.anticellulit-program h2 {
  font-size: 1.25rem;
  line-height: 1.625rem;
}

@media (max-width: 600px) {
  .anticellulit-program h2 {
    text-align: center;
  }
}

@media (min-width: 601px) {
  .anticellulit-program h2 {
    font-size: 3rem;
    line-height: 4.125rem;
  }
}

@media (min-width: 1860px) {
  .anticellulit-program h2 {
    font-size: 4rem;
    line-height: 5.5rem;
  }
}

.anticellulit-program-cards {
  display: grid;
  gap: 20px;
  width: 100%;
}

@media (min-width: 601px) {
  .anticellulit-program-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}

@media (min-width: 1860px) {
  .anticellulit-program-cards {
    gap: 60px;
  }
}

@media (min-width: 601px) and (max-width: 1199px) {
  .anticellulit-program-cards {
    grid-template-columns: auto;
  }
}

.anticellulit-program-col {
  display: grid;
  gap: 20px;
}

@media (min-width: 601px) {
  .anticellulit-program-col {
    gap: 32px;
  }
}

@media (min-width: 1860px) {
  .anticellulit-program-col {
    gap: 40px;
  }
}

.anticellulit-program-col.right > :last-child {
  order: 1;
}

@media (min-width: 601px) {
  .anticellulit-program-col.right > :first-child {
    order: 1;
  }

  .anticellulit-program-col.right > :last-child {
    order: 2;
  }
}

.anticellulit-program-card {
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
  background-color: #ff57bd;
}

.anticellulit-program-card-green {
  background: #d0ff65;
}

@media (max-width: 600px) {
  .anticellulit-program-card {
    max-width: 97%;
  }
}

@media (min-width: 601px) {
  .anticellulit-program-card {
    border-radius: 20px;
    padding: 28px;
  }
}

@media (min-width: 601px) and (max-width: 1199px) {
  .anticellulit-program-card {
    max-width: 87%;
    border-radius: 20px;
    padding: 28px;
  }
}

@media (min-width: 1860px) {
  .anticellulit-program-card {
    padding: 40px;
  }
}

.anticellulit-program-card p,
.anticellulit-program-card ul li {
  color: #000000;
  font-size: 0.875rem;
  line-height: 1rem;
}

@media (min-width: 601px) {
  .anticellulit-program-card p,
  .anticellulit-program-card ul li {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1860px) {
  .anticellulit-program-card p,
  .anticellulit-program-card ul li {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}

.anticellulit-program-card-title {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 600;
}

@media (min-width: 601px) {
  .anticellulit-program-card-title {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
}

@media (min-width: 1860px) {
  .anticellulit-program-card-title {
    font-size: 1.75rem;
    line-height: 2.125rem;
  }
}

.anticellulit-program-card ul li::marker {
  font-size: 1rem;
}

.anticellulit-box {
  display: grid;
  gap: 24px;
  margin-inline: 20px 204px;
}

@media (max-width: 600px) {
  .anticellulit-box {
    margin-inline: 5px 204px;
    max-width: 99vw;
    width: 99vw;
    display: block;
  }
}

@media (min-width: 601px) {
  .anticellulit-box {
    gap: 46px;
    margin-inline: 60px 40px;
  }
}

@media (min-width: 1860px) {
  .anticellulit-box {
    gap: 40px;
    margin-inline: 190px 100px;
  }
}

@media (min-width: 601px) and (max-width: 1199px) {
  .anticellulit-box {
    width: 90vw;
  }
}

.anticellulit-box-header {
  display: flex;
  gap: 12px;
  align-items: flex-end;
}

@media (max-width: 600px) {
  .anticellulit-box-header {
    align-items: center;
  }
}

@media (min-width: 601px) {
  .anticellulit-box-header {
    gap: 8px;
  }
}

@media (min-width: 1860px) {
  .anticellulit-box-header {
    gap: 40px;
  }
}

.anticellulit-box-header h2 {
  font-size: 3.5rem;
  line-height: 4.8rem;
}

@media (max-width: 600px) {
  .anticellulit-box-header h2 {
    font-size: 20px;
    max-width: 90%;
    line-height: 1.6;
    margin-bottom: 0;
  }
}

@media (min-width: 601px) and (max-width: 1199px) {
  .anticellulit-box-header h2 {
    font-size: 2rem;
    line-height: 3rem;
  }
}

.anticellulit-box-header h2 span {
  color: #ff57bd;
}

.anticellulit-box-header svg {
  width: 12px;
}

@media (min-width: 601px) {
  .anticellulit-box-header svg {
    width: 24;
  }
}

@media (min-width: 1860px) {
  .anticellulit-box-header svg {
    width: 30px;
  }
}

.anticellulit-box-items {
  display: grid;
  gap: 32px;
}

@media (min-width: 601px) {
  .anticellulit-box-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}

@media (min-width: 1860px) {
  .anticellulit-box-items {
    gap: 60px;
    row-gap: 40px;
  }
}

@media (min-width: 601px) and (max-width: 1199px) {
  .anticellulit-box-items {
    grid-template-columns: auto;
  }
}

.anticellulit-box-items :nth-child(5),
.anticellulit-box-items :nth-child(6) {
  height: fit-content;
}

.anticellulit-box-item {
  background-color: #161616;
  padding: 20px 0 20px 20px 20px;
  border-radius: 8px;
  box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: row-reverse;
  gap: 12px;
}

@media (max-width: 600px) {
  .anticellulit-box-item {
    width: 92vw;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
  }
}

@media (min-width: 601px) {
  .anticellulit-box-item {
    padding: 28px 20px;
    gap: 16px;
    flex-direction: row;
  }
}

@media (min-width: 1860px) {
  .anticellulit-box-item {
    padding: 40px 32px 44px 48px;
    gap: 12px;
  }
}

.anticellulit-box-item p {
  font-size: 0.875rem;
  line-height: 1rem;
}

@media (min-width: 601px) {
  .anticellulit-box-item p {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1860px) {
  .anticellulit-box-item p {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}

.anticellulit-box-item.img {
  display: block;
  text-align: center;
}

.anticellulit-box-item img {
  max-height: 237px;
  max-width: 127px;
  object-fit: contain;
  height: fit-content;
  scale: 1.01;
}

@media (max-width: 600px) {
  .anticellulit-box-item img {
    object-fit: contain;
  }
}

@media (min-width: 601px) {
  .anticellulit-box-item img {
    max-height: 178px;
    max-width: 75px;
    width: 100%;
  }
}

@media (min-width: 1860px) {
  .anticellulit-box-item img {
    max-height: 237px;
    max-width: 127px;
  }
}

.anticellulit-box-item.img {
  background-color: inherit;
  box-shadow: unset;
}

.anticellulit-box-item.img img {
  max-height: unset;
  max-width: unset;
}

@media (max-width: 600px) {
  .anticellulit-box-item.img img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}

.anticellulit-need {
  display: grid;
  gap: 26px;
  margin-inline: 24px;
}

@media (max-width: 600px) {
  .anticellulit-need {
    display: block;
    width: 98vw;
    margin-inline: 10px;
  }
}

@media (min-width: 601px) {
  .anticellulit-need {
    gap: 44px;
    margin-inline: 60px;
  }
}

@media (min-width: 1860px) {
  .anticellulit-need {
    gap: 60px;
    margin-inline: 190px;
  }
}

@media (min-width: 601px) and (max-width: 1199px) {
  .anticellulit-need {
    margin-inline: 30px;
    width: 90vw;
  }
}

.anticellulit-need h2 {
  font-size: 1.25rem;
  line-height: 1.68rem;
}

@media (max-width: 600px) {
  .anticellulit-need h2 {
    text-align: center;
  }
}

@media (min-width: 601px) {
  .anticellulit-need h2 {
    font-size: 3rem;
    line-height: 4.125rem;
  }
}

@media (min-width: 1860px) {
  .anticellulit-need h2 {
    font-size: 3.5rem;
    line-height: 4.8rem;
  }
}

.anticellulit-need-container {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

@media (min-width: 601px) {
  .anticellulit-need-container {
    flex-direction: row;
    gap: 40px;
  }
}

@media (min-width: 1860px) {
  .anticellulit-need-container {
    gap: 56px;
  }
}

.anticellulit-need-points {
  display: grid;
  gap: 28px;
}

@media (max-width: 600px) {
  .anticellulit-need-points {
    margin-top: 25px;
  }
}

@media (min-width: 601px) {
  .anticellulit-need-points {
    gap: 40px;
  }
}

@media (min-width: 1860px) {
  .anticellulit-need-points {
    gap: 68px;
  }
}

.anticellulit-need-point {
  display: flex;
  gap: 12px;
}

@media (min-width: 601px) {
  .anticellulit-need-point {
    gap: 48px;
  }
}

@media (min-width: 1860px) {
  .anticellulit-need-point {
    gap: 32px;
  }
}

.anticellulit-need-point img {
  width: 26px;
  height: 26px;
}

@media (min-width: 601px) {
  .anticellulit-need-point img {
    width: 40px;
    height: 40px;
  }
}

@media (min-width: 1860px) {
  .anticellulit-need-point img {
    width: 68px;
    height: 68px;
  }
}

.anticellulit-need-point p {
  font-size: 1rem;
  line-height: 1.25rem;
}

@media (min-width: 601px) {
  .anticellulit-need-point p {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
}

@media (min-width: 1860px) {
  .anticellulit-need-point p {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

.anticellulit-need-point p span {
  color: #ff57bd;
}

@media (min-width: 601px) {
  .anticellulit-need-point svg {
    margin-top: 12px;
  }
}

.anticellulit-need-img {
  border-radius: 20px;
  width: 320px;
  height: 193px;
}

@media (max-width: 600px) {
  .anticellulit-need-img {
    margin: 0 auto;
  }
}

@media (min-width: 601px) {
  .anticellulit-need-img {
    width: 520px;
    height: 341px;
  }
}

@media (min-width: 1860px) {
  .anticellulit-need-img {
    width: 747px;
    height: 349px;
  }
}

@media (min-width: 601px) and (max-width: 1199px) {
  .anticellulit-need-img {
    width: 200px;
  }
}

.anticellulit-need-img img {
  border-radius: inherit;
  width: inherit;
  height: inherit;
  object-fit: cover;
}

.anticellulit-price {
  display: grid;
  gap: 32px;
  margin-inline: 20px;
  justify-content: center;
}

@media (max-width: 600px) {
  .anticellulit-price {
    display: block;
    max-width: 91vw;
    text-align: center;
  }
}

@media (min-width: 601px) {
  .anticellulit-price {
    gap: 60px;
    margin-inline: 140px;
  }
}

@media (min-width: 1860px) {
  .anticellulit-price {
    gap: 40px;
    margin-inline: 290px;
  }
}

@media (min-width: 601px) and (max-width: 1199px) {
  .anticellulit-price {
    margin-inline: 40px;
    width: 90vw;
  }
}

.anticellulit-price h2 {
  font-size: 1.25rem;
  line-height: 1.68rem;
  justify-self: center;
}

@media (max-width: 600px) {
  .anticellulit-price h2 {
    margin-bottom: 50px;
  }
}

@media (min-width: 601px) {
  .anticellulit-price h2 {
    font-size: 3rem;
    line-height: 4.125rem;
  }
}

@media (min-width: 1860px) {
  .anticellulit-price h2 {
    font-size: 3.5rem;
    line-height: 4.8rem;
  }
}

.anticellulit-price-container {
  display: grid;
  gap: 28px;
  padding: 32px 28px;
  background-image: linear-gradient(to bottom right, #000000, #313131);
  border-radius: 20px;
  box-shadow: 0 0 40px 0 rgba(255, 87, 189, 0.5);
  align-items: center;
}

@media (min-width: 601px) {
  .anticellulit-price-container {
    gap: 40px;
    padding: 60px 140px;
  }
}

@media (min-width: 1860px) {
  .anticellulit-price-container {
    gap: 24px;
    padding: 80px 212px;
  }
}

@media (min-width: 601px) and (max-width: 1199px) {
  .anticellulit-price-container {
    width: 100%;
    box-sizing: border-box;
    padding: 60px 50px;
  }
}

.anticellulit-price-images {
  width: 262px;
  height: 154px;
  display: grid;
}

@media (max-width: 600px) {
  .anticellulit-price-images {
    margin: 0 auto;
  }
}

@media (min-width: 601px) {
  .anticellulit-price-images {
    width: 640px;
    height: 376px;
  }
}

@media (min-width: 1860px) {
  .anticellulit-price-images {
    width: 916px;
    height: 538px;
  }
}

@media (min-width: 601px) and (max-width: 1199px) {
  .anticellulit-price-images {
    width: 100%;
  }
}

.anticellulit-price-images :first-child {
  width: 184px;
  height: 108px;
  border-radius: 14px;
}

@media (min-width: 601px) {
  .anticellulit-price-images :first-child {
    width: 452px;
    height: 266px;
    border-radius: 20px;
  }
}

@media (min-width: 1860px) {
  .anticellulit-price-images :first-child {
    width: 648px;
    height: 381px;
  }
}

.anticellulit-price-images :last-child {
  width: 158px;
  height: 88px;
  z-index: 3;
  justify-self: end;
  bottom: 50%;
  position: relative;
}

@media (min-width: 601px) {
  .anticellulit-price-images :last-child {
    width: 386px;
    height: 218px;
  }
}

@media (min-width: 1860px) {
  .anticellulit-price-images :last-child {
    width: 552px;
    height: 313px;
  }
}

.anticellulit-price-content {
  display: grid;
  gap: 20px;
  justify-content: center;
}

@media (min-width: 601px) {
  .anticellulit-price-content {
    gap: 24px;
  }
}

@media (min-width: 1860px) {
  .anticellulit-price-content {
    gap: 32px;
  }
}

.anticellulit-price-content h3 {
  justify-self: center;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.68rem;
  text-transform: uppercase;
}

@media (min-width: 601px) {
  .anticellulit-price-content h3 {
    font-size: 1.75rem;
    line-height: 2.375rem;
  }
}

@media (min-width: 1860px) {
  .anticellulit-price-content h3 {
    font-size: 2rem;
    line-height: 2.75rem;
  }
}

.anticellulit-price-count {
  display: flex;
  gap: 16px;
  width: fit-content;
  align-items: center;
  justify-content: center;
  justify-self: center;
}

@media (min-width: 601px) {
  .anticellulit-price-count {
    gap: 32px;
  }
}

@media (min-width: 1860px) {
  .anticellulit-price-count {
    gap: 60px;
  }
}

.anticellulit-price-count p {
  font-size: 1.5rem;
  line-height: 2;
  margin-bottom: 0;
  font-family: "Benzin", sans-serif;
}

@media (min-width: 601px) {
  .anticellulit-price-count p {
    font-size: 2.25rem;
    line-height: 3.125rem;
  }
}

@media (min-width: 1860px) {
  .anticellulit-price-count p {
    font-size: 2.5rem;
    line-height: 3.43;
  }
}

.anticellulit-price-points {
  border-radius: 20px;
  background-color: #d0ff65;
  font-size: 1.125rem;
  line-height: 1.5rem;
  padding-inline: 15px;
  color: #000000;
  font-family: "Benzin", sans-serif;
  height: fit-content;
}

@media (min-width: 601px) {
  .anticellulit-price-points {
    font-size: 1.25rem;
    line-height: 1.68rem;
    padding: 4px 20px;
  }
}

@media (min-width: 1860px) {
  .anticellulit-price-points {
    padding-inline: 24px;
  }
}

.anticellulit-price .anticellulit-button {
  padding-inline: 42px;
  transition: all 0.3s linear 0s;
}

@media (min-width: 601px) {
  .anticellulit-price .anticellulit-button {
    padding-inline: 26px;
    font-size: 24px;
    padding: 12px 26px;
  }
}

.anticellulit-price .anticellulit-button.inCart {
  background-color: #d0ff65;
}

.balloon {
  position: relative;
  z-index: 0;
  width: 164px;
  height: 164px;
  align-self: end;
  top: 480px;
}

@media (min-width: 601px) {
  .balloon {
    width: 270px;
    height: 270px;
  }
}

@media (min-width: 1860px) {
  .balloon {
    width: 334px;
    height: 380px;
  }
}

.light {
  display: none;
  width: 2px;
  height: 10px;
  position: relative;
  z-index: 0;
  background-color: #ff57bd;
  box-shadow: 0 0 2000px 100px #ff57bd;
  top: 250px;
  left: -2px;
}

@media (min-width: 601px) {
  .light {
    display: grid;
  }
}

@keyframes run {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.mar-bt-block {
  text-align: center;
  margin: 50px 0;
}

.mar-bold {
  color: #d0ff65;
}

.marathone-online {
  line-height: 1.2;
}

.marathone-online .banner {
  height: 580px;
  background: url("/img/marathone/online/banner_mobile.png?3") center center/cover no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 48px;
  position: relative;
}

.marathone-online .banner .col-xl-18 {
  position: absolute;
  top: 50px;
}

@media (max-width: 1860px) {
  .marathone-online .banner .col-xl-18 h1,
  .marathone-online .banner .col-xl-18 h2 {
    max-width: 1079px;
  }
}

@media (max-width: 1200px) {
  .marathone-online .banner .col-xl-18 h1,
  .marathone-online .banner .col-xl-18 h2 {
    max-width: 480px;
  }
}

@media (min-width: 1200px) {
  .marathone-online .banner {
    background: url("/img/marathone/online/banner.png?3") top center/cover no-repeat;
    height: 740px;
    padding-bottom: 20px;
  }
}

@media (min-width: 1860px) {
  .marathone-online .banner {
    height: 1067px;
    padding-bottom: 0px;
  }
}

.marathone-online .banner h1 {
  font-family: Benzin, Tahoma, sans-serif;
  font-weight: 400;
  font-size: 22px;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .marathone-online .banner h1 {
    text-align: left;
    font-size: 40px;
  }
}

@media (min-width: 1860px) {
  .marathone-online .banner h1 {
    font-size: 64px;
    text-transforma: uppercase;
    letter-spacing: -0.5px;
  }
}

.marathone-online .banner h2 {
  font-size: 16px;
  text-transform: lowercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

@media (min-width: 1200px) {
  .marathone-online .banner h2 {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 24px;
  }
}

@media (min-width: 1860px) {
  .marathone-online .banner h2 {
    font-size: 60px;
    line-height: 64px;
  }
}

.marathone-online .banner .box {
  background: linear-gradient(101.16deg, #ff34af 0%, #ff57bd 100%);
  box-shadow: 0px 4px 20px 2px #ff57bd;
  backdrop-filter: blur(5px); /* Note: backdrop-filter has minimal browser support */
  border-radius: 14px;
  font-weight: 400;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}

@media (min-width: 1200px) {
  .marathone-online .banner .box {
    border-radius: 20px;
    font-size: 28px;
    width: 600px;
    height: 116px;
    margin-top: 24px;
  }
}

@media (min-width: 1860px) {
  .marathone-online .banner .box {
    font-size: 40px;
    width: 840px;
    height: 178px;
    margin-top: 40px;
  }
}

.marathone-online .banner .box div {
  padding: 12px 12px;
}

@media (min-width: 1200px) {
  .marathone-online .banner .box div {
    padding: 24px 24px;
  }
}

@media (min-width: 1860px) {
  .marathone-online .banner .box div {
    padding: 41px 32px;
  }
}

.marathone-online .banner .box span {
  font-weight: 600;
}

@media (min-width: 1200px) {
  .marathone-online .banner .arrow {
    width: 40px;
    height: 18px;
  }
}

@media (min-width: 1860px) {
  .marathone-online .banner .arrow {
    width: 50px;
    height: 22px;
    margin-right: 24px;
  }
}

.marathone-online .banner .trainAnyTime {
  margin-top: 9px;
  font-weight: 600;
  font-size: 24px;
  display: none;
}

@media (min-width: 1200px) {
  .marathone-online .banner .trainAnyTime {
    display: block;
    margin-top: 24px;
  }
}

@media (min-width: 1860px) {
  .marathone-online .banner .trainAnyTime {
    margin-top: 40px;
  }
}

.marathone-online .banner .start {
  margin-top: 20px;
  font-family: Benzin, Tahoma, sans-serif;
  font-weight: 400;
  font-size: 24px;
  text-transform: uppercase;
  align-content: flex-end;
}

.marathone-online .banner .start span {
  color: #d0ff65;
}

@media (min-width: 1200px) {
  .marathone-online .banner .start {
    padding-left: 20px;
    font-size: 40px;
  }
}

@media (min-width: 1860px) {
  .marathone-online .banner .start {
    padding-left: 0px;
    font-size: 60px;
    margin-top: 0;
  }
}

.marathone-online h3 {
  font-family: Benzin, Tahoma, sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.4;
}

@media (min-width: 1200px) {
  .marathone-online h3 {
    font-size: 48px;
  }
}

@media (min-width: 1860px) {
  .marathone-online h3 {
    font-size: 64px;
  }
}

.marathone-online h3.left {
  text-align: left;
}

.marathone-online .col-xl-12 {
  margin-top: 0;
}

.marathone-online .col-xl-12 .box {
  margin-top: 0;
}

.marathone-online .legendary {
  overflow: hidden;
  margin-top: 48px;
  position: relative;
}

@media (min-width: 1200px) {
  .marathone-online .legendary {
    margin-top: 82px;
  }
}

@media (min-width: 1860px) {
  .marathone-online .legendary {
    margin-top: 181px;
  }
}

@media (max-width: 1199px) {
  .marathone-online .legendary h3.left {
    max-width: 350px;
  }
}

.marathone-online .legendary p {
  line-height: 1.225;
  margin-top: 20px;
  width: 100%;
  font-size: 18px;
}

@media (min-width: 1200px) {
  .marathone-online .legendary p {
    margin-top: 24px;
    width: 698px;
    font-size: 28px;
  }
}

@media (min-width: 1860px) {
  .marathone-online .legendary p {
    margin-top: 40px;
    width: 940px;
    font-size: 40px;
  }
}

.marathone-online .legendary p span {
  color: #ff57bd;
  font-weight: 600;
}

.marathone-online .legendary .curveArrow {
  transform: rotate(-30deg);
  width: 68.3px;
  height: 103.34px;
  position: absolute;
  left: 270px;
  top: -17px;
  margin-right: -68px;
}

@media (min-width: 1200px) {
  .marathone-online .legendary .curveArrow {
    transform: rotate(0deg);
    width: 117.48px;
    height: 177.75px;
    position: absolute;
    left: 933px;
    top: 17px;
  }
}

@media (min-width: 1860px) {
  .marathone-online .legendary .curveArrow {
    width: 209.09px;
    height: 293.67px;
    position: absolute;
    left: 1312px;
    top: 24px;
  }
}

.marathone-online #about-slider {
  margin-top: 37px;
  height: 136px;
}

@media (min-width: 1200px) {
  .marathone-online #about-slider {
    margin-top: 60px;
    height: 296px;
  }
}

@media (min-width: 1860px) {
  .marathone-online #about-slider {
    margin-top: 120px;
    height: 440px;
  }
}

.marathone-online #about-slider img {
  width: 136px;
}

@media (min-width: 1200px) {
  .marathone-online #about-slider img {
    width: 296px;
  }
}

@media (min-width: 1860px) {
  .marathone-online #about-slider img {
    width: 440px;
  }
}

.marathone-online .program {
  margin-top: 40px;
}

@media (min-width: 1200px) {
  .marathone-online .program {
    margin-top: 88px;
  }
}

@media (min-width: 1860px) {
  .marathone-online .program {
    margin-top: 120px;
  }
}

@media (max-width: 1199px) {
  .marathone-online .program h3 {
    text-align: left;
  }
}

.marathone-online .program ul {
  display: flex;
  flex-direction: column;
  gap: 32px;
  flex-wrap: wrap;
  margin-top: 40px;
}

@media (min-width: 1200px) {
  .marathone-online .program ul {
    gap: 40px;
    margin-top: 60px;
    height: 3040px;
  }
}

@media (min-width: 1860px) {
  .marathone-online .program ul {
    gap: 60px;
    height: 2355px;
    margin-top: 80px;
  }
}

.marathone-online .program ul li {
  position: relative;
  background-color: #191919;
  border-radius: 20px;
  width: 100%;
  box-shadow: 0px 0px 20px #000000;
  font-size: 16px;
  padding: 16px 20px;
}

@media (min-width: 1200px) {
  .marathone-online .program ul li {
    border-radius: 20px;
    width: 520px;
    font-size: 24px;
    padding: 32px 28px;
  }
}

@media (min-width: 1860px) {
  .marathone-online .program ul li {
    width: 540px;
    font-size: 28px;
    padding: 60px 40px;
  }
}

.marathone-online .program ul li p {
  margin-top: 0.4285em;
  margin-bottom: 0;
  font-size: 16px;
}

@media (min-width: 1200px) {
  .marathone-online .program ul li p {
    font-size: 24px;
  }
}

@media (min-width: 1860px) {
  .marathone-online .program ul li p {
    font-size: 28px;
  }
}

.marathone-online .program ul li.vcenter {
  justify-content: center;
}

.marathone-online .program ul li h4 {
  font-size: 20px;
}

@media (min-width: 1200px) {
  .marathone-online .program ul li h4 {
    font-size: 28px;
  }
}

@media (min-width: 1860px) {
  .marathone-online .program ul li h4 {
    font-weight: 600;
    font-size: 32px;
    line-height: 1.2;
  }
}

.marathone-online .program ul li .number {
  height: 51px;
  position: absolute;
  left: 0;
  top: 0;
  margin-left: -9px;
  margin-top: -21px;
}

@media (min-width: 1200px) {
  .marathone-online .program ul li .number {
    margin-left: -6px;
    margin-top: -18px;
    height: 81px;
  }
}

@media (min-width: 1860px) {
  .marathone-online .program ul li .number {
    height: 131px;
    margin-left: -22px;
    margin-top: -51px;
  }
}

.marathone-online .program ul li > div {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}

.marathone-online .program ul li .pic {
  position: absolute;
  left: 50%;
  bottom: 0;
}

.marathone-online .program ul li:nth-child(1) {
  order: 1;
  height: auto;
}

.marathone-online .program ul li:nth-child(2) {
  order: 2;
  height: auto;
  padding-bottom: 163px;
}

.marathone-online .program ul li:nth-child(3) {
  order: 3;
  height: auto;
}

.marathone-online .program ul li:nth-child(4) {
  order: 4;
  height: auto;
  padding-bottom: 70%;
}

.marathone-online .program ul li:nth-child(5) {
  order: 5;
  height: auto;
}

.marathone-online .program ul li:nth-child(6) {
  order: 6;
  height: auto;
}

.marathone-online .program ul li:nth-child(7) {
  order: 7;
  height: auto;
}

.marathone-online .program ul li:nth-child(8) {
  order: 8;
  height: auto;
}

.marathone-online .program ul li:nth-child(9) {
  order: 9;
  height: auto;
  padding-bottom: 94%;
}

.marathone-online .program ul li:nth-child(2) .pic {
  width: 243px;
  height: 146px;
  margin-left: -122px;
  bottom: 5px;
}

.marathone-online .program ul li:nth-child(4) .pic {
  width: 90%;
  height: auto;
  margin-left: -45%;
  bottom: 15px;
}

.marathone-online .program ul li:nth-child(7) {
  background-image: url("/img/marathone/online/primebot.png");
  background-size: 253px 381px;
  background-position: 50% 252px;
  background-repeat: no-repeat;
}

.marathone-online .program ul li:nth-child(8) h4 {
  margin-right: -20px;
}

.marathone-online .program ul li:nth-child(9) .pic {
  width: 90%;
  height: auto;
  margin-left: -45%;
  bottom: 20px;
}

@media (min-width: 1200px) {
  .marathone-online .program ul li:nth-child(1) {
    order: 1;
    height: 225px;
  }

  .marathone-online .program ul li:nth-child(3) {
    order: 2;
    height: 375px;
  }

  .marathone-online .program ul li:nth-child(4) {
    order: 3;
    height: 687px;
    padding-bottom: 32px;
  }

  .marathone-online .program ul li:nth-child(6) {
    order: 4;
    height: 353px;
  }

  .marathone-online .program ul li:nth-child(8) {
    order: 5;
    height: 380px;
  }

  .marathone-online .program ul li:nth-child(2) {
    order: 7;
    height: 760px;
    padding-bottom: 32px;
  }

  .marathone-online .program ul li:nth-child(5) {
    order: 8;
    height: 496px;
  }

  .marathone-online .program ul li:nth-child(7) {
    order: 9;
    height: 679px;
  }

  .marathone-online .program ul li:nth-child(9) {
    order: 10;
    height: 976px;
    padding-bottom: 32px;
  }

  .marathone-online .program ul li:nth-child(2) .pic {
    width: 385px;
    height: 232px;
    margin-left: -192px;
    bottom: 32px;
  }

  .marathone-online .program ul li:nth-child(4) .pic {
    width: 464px;
    height: 226px;
    margin-left: -233px;
    bottom: 32px;
  }

  .marathone-online .program ul li:nth-child(7) {
    background-size: 393px 591px;
    background-position: 50% 376px;
  }

  .marathone-online .program ul li:nth-child(8) h4 {
    margin-right: -20px;
  }

  .marathone-online .program ul li:nth-child(9) .pic {
    width: 465px;
    height: 418px;
    margin-left: -233px;
    bottom: 32px;
  }
}

@media (min-width: 1860px) {
  .marathone-online .program ul li:nth-child(1) {
    order: 1;
    height: 341px;
  }

  .marathone-online .program ul li:nth-child(4) {
    order: 2;
    height: 908px;
  }

  .marathone-online .program ul li:nth-child(7) {
    order: 3;
    height: 977px;
  }

  .marathone-online .program ul li:nth-child(2) {
    order: 4;
    height: 1018px;
  }

  .marathone-online .program ul li:nth-child(5) {
    order: 5;
    height: 672px;
  }

  .marathone-online .program ul li:nth-child(8) {
    order: 6;
    height: 536px;
  }

  .marathone-online .program ul li:nth-child(3) {
    order: 7;
    height: 494px;
  }

  .marathone-online .program ul li:nth-child(6) {
    order: 8;
    height: 498px;
  }

  .marathone-online .program ul li:nth-child(9) {
    order: 9;
    height: 1234px;
  }

  .marathone-online .program ul li:nth-child(2) .pic {
    width: 460px;
    height: 322px;
    margin-left: -230px;
    bottom: 40px;
  }

  .marathone-online .program ul li:nth-child(4) .pic {
    width: 460px;
    height: 322px;
    margin-left: -230px;
    bottom: 40px;
  }

  .marathone-online .program ul li:nth-child(7) {
    background-size: 357px 537px;
    background-position: 50% 440px;
  }

  .marathone-online .program ul li:nth-child(8) h4 {
    margin-right: -20px;
  }

  .marathone-online .program ul li:nth-child(9) .pic {
    background-size: 357px 428px;
    margin-left: -230px;
    bottom: 40px;
  }
}

.marathone-online .program ul li.boxOfFood2 {
  order: 10;
  height: auto;
  background: #ff57bd;
  box-shadow: 2px 4px 10px rgba(255, 87, 189, 0.4);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: black;
  font-size: 16px;
  padding-bottom: 60%;
}

@media (min-width: 1200px) {
  .marathone-online .program ul li.boxOfFood2 {
    order: 6;
    height: 808px;
  }
}

@media (min-width: 1860px) {
  .marathone-online .program ul li.boxOfFood2 {
    display: none;
  }
}

.marathone-online .program ul li.boxOfFood2 .pink div {
  display: flex;
  flex-direction: column;
  padding: 40px;
}

.marathone-online .program ul li.boxOfFood2 .pink div h4 {
  margin-bottom: 12px;
}

.marathone-online .program ul li.boxOfFood2 .pink div p {
  margin: 0;
}

.marathone-online .program ul li.boxOfFood2 .pink div p span {
  font-weight: 600;
}

.marathone-online .program ul li.boxOfFood2 img {
  width: 90%;
  height: auto;
  position: absolute;
  left: 50%;
  bottom: 0px;
  margin-left: -50%;
}

@media (min-width: 1200px) {
  .marathone-online .program ul li.boxOfFood2 img {
    width: 420px;
    height: auto;
    position: absolute;
    left: 50%;
    bottom: 0px;
    margin-left: -230px;
  }
}

.marathone-online .boxOfFood .pink {
  padding: 60px 40px;
  background: #ff57bd;
  box-shadow: 2px 4px 10px rgba(255, 87, 189, 0.4);
  border-radius: 20px;
  display: flex;
  align-items: center;
  color: black;
  font-size: 16px;
}

@media (max-width: 1860px) {
  .marathone-online .boxOfFood .pink {
    height: auto;
    margin-top: 60px;
  }

  .marathone-online .boxOfFood .pink .pink-img {
    width: 400px;
    height: auto;
  }

  .marathone-online .boxOfFood .pink h4 {
    font-size: 24px;
  }
}

@media (max-width: 1199px) {
  .marathone-online .boxOfFood .pink {
    flex-direction: column;
    gap: 15px;
    margin: 0 15px;
    margin-top: 32px;
    width: calc(100% - 30px);
    box-sizing: border-box;
  }

  .marathone-online .boxOfFood .pink .pink-img {
    width: 270px;
    display: block;
    margin: 0 auto;
  }

  .marathone-online .boxOfFood .pink div {
    padding: 0 !important;
  }
}

@media (min-width: 1860px) {
  .marathone-online .boxOfFood .pink {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}

.marathone-online .boxOfFood .pink div {
  display: flex;
  flex-direction: column;
  padding: 40px;
}

.marathone-online .boxOfFood .pink div span {
  font-weight: 600;
}

.marathone-online .boxOfFood .pink div h4 {
  margin-bottom: 12px;
}

.marathone-online .boxOfFood .pink div p {
  margin: 0;
}

.marathone-online .boxOfFood .pink img {
  align-self: flex-start;
  width: 643px;
  height: 386px;
  flex: 1 0 auto;
  margin-top: 27px;
  margin-right: 13px;
}

.marathone-online .boxOfFood button.lime {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px;
  gap: 20px;
  width: 310px;
  height: 50px;
  background: #d0ff65;
  box-shadow: 0px 0px 20px #d0ff65;
  border-radius: 50px;
  margin: 20px auto;
  text-transform: uppercase;
  font-size: 20px;
}

@media (min-width: 1200px) {
  .marathone-online .boxOfFood button.lime {
    width: 351.06px;
    height: 60px;
    margin: 40px auto;
    font-size: 28px;
  }
}

@media (min-width: 1860px) {
  .marathone-online .boxOfFood button.lime {
    margin: 60px auto;
    width: 403.92px;
    height: 80.02px;
    font-size: 32px;
  }
}

.marathone-online .howItWill {
  margin-top: 60px;
}

.marathone-online .howItWill h3 {
  text-align: left;
}

@media (min-width: 1860px) {
  .marathone-online .howItWill h3 {
    text-align: center;
  }
}

.marathone-online .howItWill p {
  margin: 0;
  font-size: 16px;
}

.marathone-online .howItWill p span {
  font-weight: 600;
}

@media (min-width: 1200px) {
  .marathone-online .howItWill p {
    font-size: 24px;
  }

  .marathone-online .howItWill p:nth-child(2) span {
    font-size: 28px;
  }
}

@media (min-width: 1860px) {
  .marathone-online .howItWill p {
    font-size: 36px;
  }

  .marathone-online .howItWill p:nth-child(2) {
    font-size: 32px;
  }

  .marathone-online .howItWill p:nth-child(2) span {
    font-size: 36px;
  }
}

.marathone-online .howItWill .col-xs-6:nth-child(1) {
  margin-top: 0;
}

.marathone-online .howItWill .col-xs-6:nth-child(2) {
  margin-bottom: 0;
}

.marathone-online p.iconed {
  padding-left: 39px;
  padding-bottom: 24px;
}

@media (min-width: 1200px) {
  .marathone-online p.iconed {
    padding-bottom: 0px;
    padding-left: 60px;
  }
}

@media (min-width: 1860px) {
  .marathone-online p.iconed {
    padding-left: 86px;
  }
}

.marathone-online p.iconed.check {
  background: url("/img/marathone/online/i-check.svg") no-repeat 0 0;
  background-size: 25px 25px;
}

@media (min-width: 1200px) {
  .marathone-online p.iconed.check {
    background-size: 40px 40px;
  }
}

@media (min-width: 1860px) {
  .marathone-online p.iconed.check {
    background-size: 57px 48px;
  }
}

.marathone-online p.iconed.fix {
  background: url("/img/marathone/online/i-fix.svg") no-repeat 0 0;
  background-size: 25px 25px;
}

@media (min-width: 1200px) {
  .marathone-online p.iconed.fix {
    background-size: 40px 40px;
    padding-bottom: 32px;
  }
}

@media (min-width: 1860px) {
  .marathone-online p.iconed.fix {
    background-size: 67px 64px;
    padding-bottom: 60px;
  }
}

.marathone-online p.iconed.primeBot {
  background: url("/img/marathone/online/i-primebot.svg") no-repeat 0 0;
  background-size: 25px 25px;
}

@media (min-width: 1200px) {
  .marathone-online p.iconed.primeBot {
    background-size: 40px 40px;
    padding-bottom: 32px;
  }
}

@media (min-width: 1860px) {
  .marathone-online p.iconed.primeBot {
    background-size: 57px 48px;
    padding-bottom: 60px;
  }
}

.marathone-online p.iconed.consult {
  background: url("/img/marathone/online/i-consult.svg") no-repeat 0 0;
  background-size: 25px 25px;
}

@media (min-width: 1200px) {
  .marathone-online p.iconed.consult {
    background-size: 40px 40px;
    padding-bottom: 60px;
  }
}

@media (min-width: 1860px) {
  .marathone-online p.iconed.consult {
    background-size: 63px 48px;
  }
}

.marathone-online p.iconed.closed {
  background: url("/img/marathone/online/i-closed.png") no-repeat 0 0;
  background-size: 25px 19px;
}

@media (min-width: 1200px) {
  .marathone-online p.iconed.closed {
    background-size: 40px 31px;
  }
}

@media (min-width: 1860px) {
  .marathone-online p.iconed.closed {
    background-size: 63px 50px;
    padding-bottom: 102px;
  }
}

.marathone-online p.iconed.support {
  background: url("/img/marathone/online/i-support.png") no-repeat 0 0;
  background-size: 25px 34px;
}

@media (min-width: 1200px) {
  .marathone-online p.iconed.support {
    background-size: 40px 55px;
  }
}

@media (min-width: 1860px) {
  .marathone-online p.iconed.support {
    background-size: 63px 87px;
  }
}

.marathone-online p.iconed.mentor {
  background: url("/img/marathone/online/i-mentor.svg") no-repeat 0 0;
  background-size: 25px 25px;
}

@media (min-width: 1200px) {
  .marathone-online p.iconed.mentor {
    background-size: 40px 40px;
    padding-bottom: 60px;
  }
}

@media (min-width: 1860px) {
  .marathone-online p.iconed.mentor {
    background-size: 63px 62px;
    padding-bottom: 102px;
  }
}

.marathone-online p.iconed.video {
  background: url("/img/marathone/online/i-video.svg") no-repeat 0 0;
  background-size: 25px 25px;
}

@media (min-width: 1200px) {
  .marathone-online p.iconed.video {
    background-size: 40px 40px;
    padding-bottom: 60px;
  }
}

@media (min-width: 1860px) {
  .marathone-online p.iconed.video {
    background-size: 63px 48px;
    padding-bottom: 112px;
  }
}

.marathone-online p.iconed.feedWebinar {
  background: url("/img/marathone/online/i-webinar.svg") no-repeat 0 0;
  background-size: 25px 25px;
}

@media (min-width: 1200px) {
  .marathone-online p.iconed.feedWebinar {
    background-size: 40px 40px;
    padding-bottom: 60px;
  }
}

@media (min-width: 1860px) {
  .marathone-online p.iconed.feedWebinar {
    background-size: 63px 61px;
    padding-bottom: 117px;
  }
}

.marathone-online p.iconed.fixEnd {
  background: url("/img/marathone/online/i-fixEnd.svg") no-repeat 0 0;
  background-size: 25px 25px;
}

@media (min-width: 1200px) {
  .marathone-online p.iconed.fixEnd {
    background-size: 40px 40px;
    padding-bottom: 60px;
  }
}

@media (min-width: 1860px) {
  .marathone-online p.iconed.fixEnd {
    background-size: 63px 57px;
    padding-bottom: 117px;
  }
}

.marathone-online .participation {
  margin-bottom: 100px;
}

.marathone-online .participation h3 {
  margin: 60px 0 20px;
}

@media (min-width: 1200px) {
  .marathone-online .participation h3 {
    margin: 80px 0 40px;
  }
}

.marathone-online .participation p span {
  color: #d0ff65;
  font-weight: 600;
}

.marathone-online .participation .iconed {
  font-size: 16px;
}

@media (min-width: 1200px) {
  .marathone-online .participation .iconed {
    font-size: 24px;
  }
}

@media (min-width: 1860px) {
  .marathone-online .participation .iconed {
    font-size: 36px;
  }
}

.marathone-online .participation .variant {
  height: auto;
  color: black;
  box-sizing: border-box;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 20px 35px;
  gap: 16px;
}

@media (min-width: 1200px) {
  .marathone-online .participation .variant {
    padding: 32px 32px;
    font-size: 24px;
    height: 832px;
    gap: 20px;
  }
}

@media (min-width: 1860px) {
  .marathone-online .participation .variant {
    font-size: 32px;
    padding: 60px 60px;
    height: 1233px;
    gap: 40px;
  }
}

.marathone-online .participation .variant.lime {
  background: #d0ff65;
  box-shadow: 0px 0px 40px rgba(208, 255, 101, 0.5);
  border-radius: 20px;
}

.marathone-online .participation .variant.pink {
  background: #ff57bd;
  box-shadow: 0px 0px 40px rgba(255, 87, 189, 0.5);
  border-radius: 20px;
}

.marathone-online .participation .variant h3 {
  margin: 0;
  font-size: 24px;
}

@media (min-width: 1200px) {
  .marathone-online .participation .variant h3 {
    font-size: 40px;
  }
}

@media (min-width: 1860px) {
  .marathone-online .participation .variant h3 {
    font-size: 56px;
  }
}

.marathone-online .participation .variant .notIn {
  text-decoration: line-through;
  color: rgba(25, 25, 25, 0.5);
}

.marathone-online .participation .variant ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media (min-width: 1200px) {
  .marathone-online .participation .variant ul {
    gap: 20px;
  }
}

@media (min-width: 1860px) {
  .marathone-online .participation .variant ul {
    gap: 40px;
  }
}

.marathone-online .participation .variant .priceRow {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 20px -20px 0;
  flex-wrap: nowrap;
  gap: 12px;
}

@media (min-width: 1200px) {
  .marathone-online .participation .variant .priceRow {
    margin: 20px 0 0;
    gap: 30px;
  }
}

@media (min-width: 1860px) {
  .marathone-online .participation .variant .priceRow {
    gap: 60px;
  }
}

.marathone-online .participation .variant .itemPrice {
  text-align: center;
  padding: 1px 1px;
  font-size: 24px;
  font-family: Benzin, Tahoma, sans-serif;
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  .marathone-online .participation .variant .itemPrice {
    font-size: 32px;
    flex-direction: row;
    text-align: left;
  }
}

@media (min-width: 1860px) {
  .marathone-online .participation .variant .itemPrice {
    font-size: 48px;
    flex-direction: row;
  }
}

.marathone-online .participation .variant .itemPoints {
  font-size: 20px;
  background-color: black;
  font-family: Benzin, Tahoma, sans-serif;
  color: white;
  border-radius: 20px;
  text-align: center;
  display: flex;
  align-content: center;
  align-items: center;
  box-sizing: border-box;
  align-self: center;
  padding: 0 0.7em;
  margin-top: 4px;
  white-space: nowrap;
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  .marathone-online .participation .variant .itemPoints {
    font-size: 28px;
    margin-top: 4px;
  }
}

@media (min-width: 1860px) {
  .marathone-online .participation .variant .itemPoints {
    font-size: 32px;
    line-height: 1.2;
    height: 46px;
    margin-top: 0;
  }
}

.marathone-online .participation .variant button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  gap: 20px;
  text-transform: uppercase;
  width: 278.22px;
  height: 40px;
  color: white;
  background: #000000;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  border-radius: 50px;
  transition: all 0.3s linear 0s;
}

@media (min-width: 1200px) {
  .marathone-online .participation .variant button {
    font-size: 28px;
    width: 404.71px;
    height: 59.86px;
  }
}

@media (min-width: 1860px) {
  .marathone-online .participation .variant button {
    font-size: 32px;
    width: 470.16px;
    height: 80.02px;
  }
}

.marathone-online .participation .variant.lime button.inCart {
  background-color: #ff57bd;
  color: black;
}

.marathone-online .participation .variant.pink button.inCart {
  background-color: #d0ff65;
  color: black;
}

.marathone-online .participation .var-prime {
  height: auto;
}

@media (min-width: 1200px) {
  .marathone-online .participation .var-prime {
    height: 1039px;
  }
}

@media (min-width: 1860px) {
  .marathone-online .participation .var-prime {
    height: 1442px;
  }
}

.marathone-online .participation .reflink {
  margin-top: 37px;
}

@media (min-width: 1200px) {
  .marathone-online .participation .reflink {
    margin-top: 60px;
  }
}

@media (min-width: 1860px) {
  .marathone-online .participation .reflink {
    margin-top: 120px;
  }
}

.proteinPopup-bg {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}

.proteinPopup-container {
  box-sizing: border-box;
  width: 1540px;
  height: 95vh;
  min-height: 90vh;
  max-width: 90vw;
  background: #1d1d1d;
  border-radius: 20px;
  text-align: center;
  overflow-y: auto;
  padding-bottom: 25px;
}

@media (max-width: 768px) {
  .proteinPopup-container {
    height: 85vh;
    min-height: 85vh;
  }
}

@media (max-width: 860px) {
  .proteinPopup-item:first-child {
    margin-bottom: 40px;
  }
}

.proteinPopup-close {
  width: 30px;
  height: 30px;
  background: url("/img/marathone/online/Union.png") center center/cover no-repeat;
  margin-left: calc(100% - 50px);
  margin-top: 50px;
  cursor: pointer;
}

@media (max-width: 1250px) {
  .proteinPopup-close {
    margin-top: 25px;
    width: 25px;
    height: 25px;
  }
}

.proteinPopup-title {
  margin-top: 15px;
  font-size: 3.2em;
}

@media (max-width: 1250px) {
  .proteinPopup-title {
    font-size: 2.5em;
    margin-top: 25px;
  }
}

@media (max-width: 860px) {
  .proteinPopup-title {
    font-size: 1.3em;
  }
}

.proteinPopup-options {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin-top: 35px;
}

@media (max-width: 860px) {
  .proteinPopup-options {
    display: block;
  }
}

.proteinPopup-name {
  text-transform: uppercase;
  font-size: 2.5em;
  margin-top: 20px;
}

@media (max-width: 1250px) {
  .proteinPopup-name {
    font-size: 1.5em;
  }
}

@media (max-width: 860px) {
  .proteinPopup-name {
    font-size: 1.3em;
  }
}

.proteinPopup-option {
  font-family: Benzin, Tahoma, sans-serif;
  text-transform: uppercase;
  font-size: 1.8em;
  margin-top: 5px;
}

@media (max-width: 1250px) {
  .proteinPopup-option {
    font-size: 1.3em;
  }
}

@media (max-width: 860px) {
  .proteinPopup-option {
    font-size: 1em;
  }
}

.proteinPopup-button {
  background: #ff57bd;
  font-size: 2em;
  padding: 20px 65px;
  border-radius: 50px;
  margin-top: 25px;
  text-transform: uppercase;
  transition: 0.3s;
  cursor: pointer;
}

@media (max-width: 1250px) {
  .proteinPopup-button {
    padding: 15px 45px;
    font-size: 1.8em;
  }
}

@media (max-width: 860px) {
  .proteinPopup-button {
    padding: 5px 25px;
    font-size: 1em;
    margin-top: 0;
  }
}

.proteinPopup-button:hover {
  background: #d0ff65;
}

@media (max-width: 1250px) {
  .proteinPopup-img {
    width: 362px;
    height: 320px;
  }
}

@media (max-width: 860px) {
  .proteinPopup-img {
    width: 208px;
    height: 183px;
  }
}

.mar-bottom-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 80px 30px 60px;
  width: 100%;
}

.mar-bottom-list .mar-list-cont {
  box-sizing: border-box;
  position: relative;
  background-color: #191919;
  border-radius: 20px;
  width: 839px;
  box-shadow: 0px 0px 20px #000000;
  font-size: 16px;
  padding: 60px 40px;
}

.mar-bottom-list p {
  margin-top: 0.4285em;
  margin-bottom: 0;
  font-size: 16px;
}

@media (min-width: 1200px) {
  .mar-bottom-list p {
    font-size: 24px;
  }
}

@media (min-width: 1860px) {
  .mar-bottom-list p {
    font-size: 28px;
  }
}

.mar-bottom-list h4 {
  font-size: 20px;
}

@media (min-width: 1200px) {
  .mar-bottom-list h4 {
    font-size: 28px;
  }
}

@media (min-width: 1860px) {
  .mar-bottom-list h4 {
    font-weight: 600;
    font-size: 32px;
    line-height: 1.2;
  }
}

.mar-bottom-list .number {
  height: 51px;
  position: absolute;
  left: 0;
  top: 0;
  margin-left: -9px;
  margin-top: -21px;
}

@media (min-width: 1200px) {
  .mar-bottom-list .number {
    margin-left: -6px;
    margin-top: -18px;
    height: 81px;
  }
}

@media (min-width: 1860px) {
  .mar-bottom-list .number {
    height: 131px;
    margin-left: -22px;
    margin-top: -51px;
  }
}

.mar-bottom-list > div {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}

.mar-bottom-list .pic {
  position: absolute;
  left: 50%;
  bottom: 0;
}

@media (min-width: 1860px) {
  .mar-number-mob {
    display: none;
  }
}

@media (max-width: 1860px) {
  .mar-bottom-list {
    display: none;
  }

  .mar-number-mob {
    order: 5;
  }
}

@media (max-width: 1199px) {
  .mar-number-mob {
    order: 10;
  }

  .howItWill-block {
    margin-top: 0;
  }
}

.mar-rec {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 20px;
  margin-top: 70px;
  width: 100%;
}

.mar-rec-arrow {
  position: absolute;
  top: 300px;
  left: 500px;
}

.mar-rec-info {
  width: 940px;
  padding-top: 40px;
}

.mar-rec-title {
  font-size: 36px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  text-transform: none;
  margin-bottom: 60px;
}

.mar-rec-title-bold {
  font-weight: bold;
  display: inline;
}

.mar-rec-button {
  background: #d0ff65;
  color: #000;
  border-radius: 50px;
  padding: 20px;
  width: 400px;
  text-transform: uppercase;
}

.mar-rec-mob-button {
  display: none;
}

@media (max-width: 1860px) {
  .mar-rec-title {
    font-size: 24px;
  }

  .mar-rec-info {
    width: 544px;
  }

  .mar-rec-button {
    font-size: 28px;
  }

  .mar-rec-img {
    width: 440px;
  }

  .mar-rec-button {
    width: 322px;
  }

  .mar-rec-arrow {
    width: 144px;
    top: 200px;
    left: 480px;
    rotate: 340deg;
  }
}

@media (max-width: 1200px) {
  .mar-button-lime {
    margin-top: 40px;
  }

  .mar-rec {
    display: block;
    margin-top: 40px;
  }

  .mar-rec-title {
    font-size: 16px;
    margin-bottom: 0;
  }

  .mar-rec-button {
    display: none;
  }

  .mar-rec-mob-button {
    display: block;
    background: #d0ff65;
    color: #000;
    border-radius: 50px;
    font-size: 20px;
    padding: 12px;
    text-transform: uppercase;
    width: 100%;
    margin-top: 20px;
  }

  .mar-rec-img {
    width: 100%;
  }

  .mar-rec-info {
    width: 100%;
    padding-top: 0;
  }

  .mar-rec-arrow {
    top: 105px;
    left: 275px;
    rotate: 275deg;
    transform: scale(-1, 1);
  }
}

.program .number {
  display: none;
}

.prem-prot-img {
  display: block;
  margin: 0 auto;
  width: 415px;
}

@media (max-width: 1200px) {
  .prem-prot-img {
    width: 300px;
  }
}

.kids {
  box-sizing: border-box;
  padding: 0;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 1919px) {
  .kids {
    max-width: 1200px;
  }
}

@media (max-width: 1199px) {
  .kids {
    max-width: 768px;
  }
}

.kids *::selection {
  background-color: #ff7337;
}

.kids *::-moz-selection {
  background-color: #ff7337;
}

.kids-black-first {
  background: #2a2a2a;
}

.kids-black-second {
  background: #494949;
}

.kids-black-third {
  background: #171717;
}

.kids-button {
  background: #ff7337;
  padding: 23px 77px;
  border-radius: 60px;
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  box-shadow: 0px 0px 20px #ff7337;
  cursor: pointer;
  transition: 0.15s;
  text-transform: uppercase;
}

.kids-button:hover {
  box-shadow: 0px 0px 25px #ff7337;
}

@media (max-width: 1919px) {
  .kids-button {
    font-size: 20px;
    padding: 15px 40px;
  }
}

@media (max-width: 1199px) {
  .kids-button {
    padding: 15px 35px;
    font-size: 16px;
  }
}

.kids-header {
  background: url("/img/catalog/kids/bg-header.png") center center/cover no-repeat;
  padding: 150px 90px;
}

@media (max-width: 1919px) {
  .kids-header {
    padding: 100px 60px;
  }
}

@media (max-width: 799px) {
  .kids-header {
    padding: 50px 20px;
  }
}

.kids-header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 1199px) {
  .kids-header-row {
    display: block;
  }
}

.kids-header-info {
  width: 866px;
}

@media (max-width: 1919px) {
  .kids-header-info {
    width: 511px;
  }
}

@media (max-width: 1199px) {
  .kids-header-info {
    width: 100%;
  }
}

.kids-header-video-block {
  width: 840px;
  height: 489px;
  background: black;
  border-radius: 20px;
}

@media (max-width: 1919px) {
  .kids-header-video-block {
    width: 520px;
    height: 299px;
  }
}

@media (max-width: 1199px) {
  .kids-header-video-block {
    width: 100%;
    height: 196px;
    margin-top: 50px;
  }
}

.kids-header-title {
  color: #fff;
  font-size: 72px;
  line-height: 120%;
  font-weight: 700;
  margin: 0 0 25px;
}

@media (max-width: 1919px) {
  .kids-header-title {
    font-size: 44px;
    margin-bottom: 10px;
  }
}

@media (max-width: 1199px) {
  .kids-header-title {
    font-size: 28px;
  }
}

.kids-header-subtitle {
  font-size: 48px;
  line-height: 120%;
  margin: 0 0 35px;
  font-weight: 700;
}

.kids-header-subtitle-bold {
  color: #ff7337;
}

@media (max-width: 1919px) {
  .kids-header-subtitle {
    font-size: 28px;
  }
}

@media (max-width: 1199px) {
  .kids-header-subtitle {
    font-size: 18px;
  }
}

.kids-header-numbers {
  background: url("/img/catalog/kids/header-line.png") center center no-repeat;
  background-size: 1450px;
  background-position-y: 55px;
  display: flex;
  justify-content: space-between;
  margin-top: 150px;
}

@media (max-width: 1919px) {
  .kids-header-numbers {
    background-size: 915px;
    background-position-y: 48px;
    margin-top: 50px;
  }
}

@media (max-width: 1199px) {
  .kids-header-numbers {
    background-size: 515px;
    background-position-y: 45px;
  }
}

@media (max-width: 766px) {
  .kids-header-numbers {
    background: url("/img/catalog/kids/mob-header-line.png") center center no-repeat;
    flex-wrap: wrap;
    padding: 150px 0;
  }
}

.kids-header-numbers-item {
  text-align: center;
  height: 207px;
  width: 355px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 1919px) {
  .kids-header-numbers-item {
    width: 197px;
    height: 145px;
  }
}

@media (max-width: 1199px) {
  .kids-header-numbers-item {
    width: 23%;
    height: 101px;
  }
}

@media (max-width: 776px) {
  .kids-header-numbers-item {
    display: none;
  }
}

.kids-header-numbers-title {
  font-size: 32px;
  font-weight: 600;
  margin: 0;
}

@media (max-width: 1919px) {
  .kids-header-numbers-title {
    font-size: 18px;
  }
}

@media (max-width: 1199px) {
  .kids-header-numbers-title {
    font-size: 16px;
  }
}

.kids-header-numbers-descr {
  font-size: 32px;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

@media (max-width: 1919px) {
  .kids-header-numbers-descr {
    font-size: 18px;
  }
}

@media (max-width: 1199px) {
  .kids-header-numbers-descr {
    font-size: 12px;
  }
}

.kids-title {
  font-size: 60px;
  color: #fff;
  margin: 0;
  padding: 0;
  line-height: 120%;
}

@media (max-width: 1919px) {
  .kids-title {
    font-size: 40px;
  }
}

@media (max-width: 1199px) {
  .kids-title {
    font-size: 24px;
  }
}

.kids-get {
  background: url("/img/catalog/kids/bg-get.png") center center/cover no-repeat;
  padding: 75px 90px;
}

@media (max-width: 1919px) {
  .kids-get {
    padding: 50px 60px;
  }
}

@media (max-width: 799px) {
  .kids-get {
    padding: 50px 20px;
  }
}

.kids-get-img {
  width: 540px;
}

@media (max-width: 1919px) {
  .kids-get-img {
    width: 280px;
  }
}

@media (max-width: 1199px) {
  .kids-get-img {
    order: 2;
  }
}

@media (max-width: 799px) {
  .kids-get-img {
    display: block;
    margin: 0 auto;
    margin-top: 15px;
  }
}

.kids-get-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 1199px) {
  .kids-get-row {
    flex-wrap: wrap;
  }
}

.kids-get-title {
  margin-bottom: 50px;
}

.kids-get-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  list-style: none;
}

@media (max-width: 1199px) {
  .kids-get-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 799px) {
  .kids-get-list {
    padding-left: 50px;
  }
}

.kids-get-item {
  font-size: 32px;
  font-weight: 600;
  line-height: 110%;
  width: 545px;
  box-sizing: border-box;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 10px;
}

@media (max-width: 1919px) {
  .kids-get-item {
    font-size: 24px;
    width: 315px;
  }
}

@media (max-width: 1199px) {
  .kids-get-item {
    font-size: 18px;
  }
}

.kids-get-item::before {
  content: "";
  position: absolute;
  left: -70px;
  top: 0px;
  width: 56px;
  height: 53px;
  background-image: url("/img/catalog/kids/get-mark.png");
  background-size: cover;
}

@media (max-width: 1919px) {
  .kids-get-item::before {
    width: 47px;
    height: 45px;
  }
}

@media (max-width: 799px) {
  .kids-get-item::before {
    width: 31px;
    height: 30px;
    left: -50px;
  }
}

.kids-get-button {
  margin-top: 50px;
  text-align: center;
}

.kids-city {
  padding: 75px;
  background: url("/img/catalog/kids/bg-city.png") center center/cover no-repeat;
  text-align: center;
}

@media (max-width: 1919px) {
  .kids-city {
    padding: 50px 60px;
  }
}

@media (max-width: 799px) {
  .kids-city {
    padding: 50px 20px;
  }
}

.kids-city-title {
  font-size: 48px;
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}

.kids-city-title-bold {
  color: #ff7337;
}

@media (max-width: 1919px) {
  .kids-city-title {
    font-size: 40px;
  }
}

@media (max-width: 1199px) {
  .kids-city-title {
    font-size: 20px;
  }
}

.kids-city-text {
  font-size: 40px;
  max-width: 768px;
  margin: 0 auto;
  display: block;
  padding: 0;
  margin-bottom: 25px;
}

@media (max-width: 1919px) {
  .kids-city-text {
    font-size: 28px;
    max-width: 478px;
  }
}

@media (max-width: 1199px) {
  .kids-city-text {
    font-size: 18px;
  }
}

.kids-city-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

@media (max-width: 1919px) {
  .kids-city-list img {
    width: 333px;
  }
}

@media (max-width: 1199px) {
  .kids-city-list img {
    width: 300px;
  }
}

.kids-city-descr {
  max-width: 1350px;
  margin: 0 auto;
  border: 2px solid #ff7337;
  border-radius: 20px;
  padding: 35px 20px;
  margin-top: 25px;
}

@media (max-width: 1919px) {
  .kids-city-descr {
    max-width: 920px;
    padding: 15px 20px;
  }
}

.kids-city-descr p {
  font-size: 40px;
}

@media (max-width: 1919px) {
  .kids-city-descr p {
    font-size: 28px;
  }
}

@media (max-width: 1199px) {
  .kids-city-descr p {
    font-size: 18px;
    margin-bottom: 0;
    padding-bottom: 5px;
  }
}

.kids-look {
  padding: 75px 90px;
  background: url("/img/catalog/kids/bg-city.png") center center/cover no-repeat;
}

@media (max-width: 1919px) {
  .kids-look {
    padding: 50px 90px;
  }
}

@media (max-width: 680px) {
  .kids-look {
    padding: 50px 15px;
  }
}

.kids-look-title {
  max-width: 1020px;
  margin-bottom: 25px;
}

.kids-look-title-bold {
  color: #ff7337;
}

@media (max-width: 1919px) {
  .kids-look-title {
    max-width: 768px;
    font-size: 40px;
  }
}

@media (max-width: 1199px) {
  .kids-look-title {
    max-width: 100%;
    font-size: 24px;
  }
}

.kids-look-block {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

@media (max-width: 1919px) {
  .kids-look-block img {
    height: 224px;
  }
}

@media (max-width: 1199px) {
  .kids-look-block img {
    height: 144px;
  }
}

@media (max-width: 680px) {
  .kids-look-block {
    justify-content: center;
    gap: 10px 0;
  }
}

.kids-include {
  background: url("/img/catalog/kids/bg-get.png") center center/cover no-repeat;
  padding: 75px 90px;
}

@media (max-width: 1919px) {
  .kids-include {
    padding: 50px 60px;
  }
}

@media (max-width: 680px) {
  .kids-include {
    padding: 50px 25px;
  }
}

.kids-include-item {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding: 25px 25px 25px 0;
  box-sizing: border-box;
  align-items: center;
  border: 2px solid #ff7337;
  border-radius: 20px;
  box-shadow: 0 0 20px #ff7337;
  width: 90%;
  margin: 0 auto;
  margin-top: 60px;
}

@media (max-width: 1199px) {
  .kids-include-item {
    display: block;
    margin-top: 30px;
    padding: 35px 15px;
  }
}

.kids-include-left {
  text-align: center;
  box-sizing: border-box;
  width: 100%;
}

.kids-include-text {
  width: 85%;
  margin: 0 auto;
}

.kids-include-icon {
  width: 130px;
}

@media (max-width: 1919px) {
  .kids-include-icon {
    width: 100px;
  }
}

.kids-include-title {
  font-size: 32px;
  margin-top: 25px;
}

@media (max-width: 1919px) {
  .kids-include-title {
    font-size: 24px;
  }
}

.kids-include-text {
  font-size: 24px;
}

@media (max-width: 1919px) {
  .kids-include-text {
    font-size: 18px;
  }
}

.kids-include-subtitle {
  font-size: 48px;
  text-align: center;
  margin-top: 125px;
}

.kids-include-subtitle-bold {
  color: #ff7337;
}

@media (max-width: 1919px) {
  .kids-include-subtitle {
    font-size: 32px;
  }
}

@media (max-width: 1199px) {
  .kids-include-subtitle {
    font-size: 18px;
    margin-top: 50px;
  }
}

.kids-include-first {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}

@media (max-width: 1199px) {
  .kids-include-first {
    flex-direction: column;
  }
}

.kids-include-first-item {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 15px 0;
}

@media (max-width: 1919px) {
  .kids-include-first-item {
    margin-top: 0;
  }
}

@media (max-width: 1919px) {
  .kids-include-first-icon {
    width: 37px;
  }
}

.kids-include-first-text {
  font-size: 28px;
  width: 425px;
  margin-bottom: 0;
  padding-bottom: 0;
}

@media (max-width: 1919px) {
  .kids-include-first-text {
    width: 300px;
    font-size: 20px;
  }
}

@media (max-width: 1199px) {
  .kids-include-first-text {
    order: 1;
  }
}

@media (max-width: 1919px) {
  .kids-include-first-img {
    width: 300px;
  }
}

@media (max-width: 1199px) {
  .kids-include-first-img {
    order: 2;
  }
}

.kids-important {
  background: url("/img/catalog/kids/bg-get.png") center center/cover no-repeat;
  padding: 75px 90px 250px;
}

@media (max-width: 1199px) {
  .kids-important {
    padding-bottom: 25px;
  }
}

@media (max-width: 680px) {
  .kids-important {
    padding: 50px 15px 25px;
  }
}

.kids-important-title-bold {
  color: #ff7337;
}

@media (max-width: 1199px) {
  .kids-important-block {
    display: none;
  }
}

.kids-important-block-mobile {
  display: none;
}

@media (max-width: 1199px) {
  .kids-important-block-mobile {
    margin-top: 25px;
    display: block;
  }
}

.kids-important-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

@media (max-width: 1199px) {
  .kids-important-row {
    display: none;
  }

  .kids-important-row-mobile {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }

  .kids-important-row-mobile p {
    max-width: 200px;
    font-size: 14px;
  }
}

.kids-important-row-first {
  margin-top: 75px;
}

.kids-important-row-second {
  margin-top: 20px;
  margin-bottom: 75px;
}

@media (max-width: 1919px) {
  .kids-important-row-second {
    margin-bottom: 50px;
  }
}

.kids-important-item {
  width: 300px;
  height: 300px;
  color: #fff;
  background: #ff7337;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  gap: 25px;
}

@media (max-width: 1919px) {
  .kids-important-item {
    border-radius: 20px;
    width: 187px;
    height: 187px;
  }
}

.kids-important-subtitle {
  font-size: 24px;
  margin: 0;
  padding: 0;
}

@media (max-width: 1919px) {
  .kids-important-subtitle {
    font-size: 14px;
  }
}

.kids-important-icon {
  width: 125px;
}

@media (max-width: 1919px) {
  .kids-important-icon {
    height: 90px;
    width: auto;
  }
}

.kids-important-block {
  position: relative;
}

.kids-important-line {
  position: absolute;
}

@media (max-width: 1919px) {
  .kids-important-line {
    width: 183px;
  }
}

.kids-important-line-first {
  top: 225px;
  left: 300px;
}

.kids-important-line-fourth {
  top: 590px;
  left: 1125px;
  rotate: 180deg;
}

.kids-important-line-second {
  transform: scaleX(-1);
  top: 225px;
  left: 1125px;
}

.kids-important-line-third {
  transform: scaleX(-1);
  rotate: 180deg;
  top: 590px;
  left: 300px;
}

.kids-important-text {
  font-size: 28px;
  max-width: 500px;
  position: absolute;
}

@media (max-width: 1919px) {
  .kids-important-text {
    font-size: 18px;
    max-width: 300px;
  }
}

.kids-important-text-first {
  top: 70px;
  left: 15px;
}

.kids-important-text-second {
  left: 1275px;
  top: 145px;
}

.kids-important-text-third {
  top: 665px;
  left: 15px;
}

.kids-important-text-fourth {
  top: 665px;
  left: 1275px;
}

@media (max-width: 1919px) {
  .kids-important-line {
    position: absolute;
  }
}

@media (max-width: 1919px) and (max-width: 1919px) {
  .kids-important-line {
    width: 183px;
  }
}

@media (max-width: 1919px) {
  .kids-important-line-first {
    top: 150px;
    left: 150px;
  }

  .kids-important-line-fourth {
    top: 380px;
    left: 680px;
    rotate: 180deg;
  }

  .kids-important-line-second {
    transform: scaleX(-1);
    top: 150px;
    left: 680px;
  }

  .kids-important-line-third {
    transform: scaleX(-1);
    rotate: 180deg;
    top: 380px;
    left: 150px;
  }

  .kids-important-text {
    font-size: 28px;
    max-width: 500px;
    position: absolute;
  }
}

@media (max-width: 1919px) and (max-width: 1919px) {
  .kids-important-text {
    font-size: 18px;
    max-width: 300px;
  }
}

@media (max-width: 1919px) {
  .kids-important-text-first {
    top: 25px;
    left: 15px;
  }

  .kids-important-text-second {
    left: 755px;
    top: 75px;
  }

  .kids-important-text-third {
    top: 425px;
    left: 0px;
  }

  .kids-important-text-fourth {
    top: 425px;
    left: 755px;
  }
}

.kids-adv {
  background: url("/img/catalog/kids/bg-get.png") center center/cover no-repeat;
  padding: 75px 90px;
}

@media (max-width: 1919px) {
  .kids-adv {
    padding: 50px 60px;
  }
}

@media (max-width: 680px) {
  .kids-adv {
    padding: 50px 25px;
  }
}

.kids-adv-title {
  text-align: center;
}

.kids-adv-title-bold {
  color: #ff7337;
}

.kids-adv-row {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 50px;
  position: relative;
}

@media (max-width: 1199px) {
  .kids-adv-row {
    flex-direction: column;
  }
}

.kids-adv-img {
  width: 540px;
}

@media (max-width: 1919px) {
  .kids-adv-img {
    width: 400px;
  }
}

@media (max-width: 1199px) {
  .kids-adv-img {
    display: block;
    margin: 0 auto;
    order: 2;
  }
}

@media (max-width: 680px) {
  .kids-adv-img {
    width: 90%;
  }
}

.kids-adv-text {
  width: 876px;
  font-size: 32px;
}

@media (max-width: 1919px) {
  .kids-adv-text {
    width: 636px;
    font-size: 20px;
  }
}

@media (max-width: 1199px) {
  .kids-adv-text {
    order: 3;
    font-size: 18px;
  }
}

@media (max-width: 680px) {
  .kids-adv-text {
    width: 90%;
  }
}

@media (max-width: 1919px) {
  .kids-adv-item {
    font-size: 16px;
  }
}

.kids-adv-subtitle {
  font-size: 40px;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.kids-adv-subtitle-bold {
  color: #ff7337;
}

@media (max-width: 1919px) {
  .kids-adv-subtitle {
    font-size: 28px;
    margin-bottom: 10px;
  }
}

@media (max-width: 1199px) {
  .kids-adv-subtitle {
    font-size: 20px;
    text-align: center;
    margin-top: 15px;
  }
}

.kids-adv-line {
  position: absolute;
}

@media (max-width: 1919px) {
  .kids-adv-line {
    width: 40px;
    height: 320px;
  }
}

@media (max-width: 1199px) {
  .kids-adv-line {
    display: none;
  }
}

.kids-adv-line-first {
  left: 97%;
  top: 20%;
}

@media (max-width: 1919px) {
  .kids-adv-line-first {
    top: 40%;
    left: 99%;
  }
}

.kids-adv-line-second {
  left: -3%;
  top: 20%;
}

@media (max-width: 1919px) {
  .kids-adv-line-second {
    left: -4%;
    top: 40%;
  }
}

.kids-adv-line-fourth {
  left: -3%;
  top: 60%;
}

.kids-opinion-row {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

@media (max-width: 1199px) {
  .kids-opinion-row {
    display: block;
  }
}

.kids-opinion-item {
  width: 100%;
  background: #292929;
  border-radius: 20px;
  padding: 40px 20px 30px;
  box-sizing: border-box;
}

.kids-opinion-largeitem {
  width: 48%;
  background: #292929;
  border-radius: 20px;
  padding: 40px 20px 30px;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

@media (max-width: 1199px) {
  .kids-opinion-largeitem {
    width: 100%;
  }
}

.kids-opinion-right {
  width: 48%;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

@media (max-width: 1199px) {
  .kids-opinion-right {
    margin-top: 25px;
    width: 100%;
  }
}

.kids-opinion-bigvideo {
  background: black;
  width: 660px;
  border-radius: 20px;
  height: 996px;
  margin: 0 auto;
}

@media (max-width: 1919px) {
  .kids-opinion-bigvideo {
    width: 392px;
    height: 637px;
  }
}

@media (max-width: 680px) {
  .kids-opinion-bigvideo {
    width: 95%;
  }
}

.kids-opinion-video {
  background: black;
  width: 647px;
  height: 325px;
  margin: 0 auto;
  box-sizing: border-box;
  border-radius: 20px;
}

@media (max-width: 1919px) {
  .kids-opinion-video {
    width: 392px;
    height: 234px;
  }
}

@media (max-width: 680px) {
  .kids-opinion-video {
    width: 95%;
  }
}

.kids-opinion-img {
  background: black;
  width: 647px;
  height: 325px;
  display: block;
  margin: 0 auto;
  border-radius: 20px;
}

@media (max-width: 1919px) {
  .kids-opinion-img {
    width: 392px;
    height: 234px;
    object-fit: cover;
  }
}

@media (max-width: 680px) {
  .kids-opinion-img {
    width: 95%;
  }
}

.kids-opinion-list {
  margin-top: 35px;
}

.kids-opinion-list-item {
  margin-bottom: 10px;
  font-size: 28px;
}

@media (max-width: 1919px) {
  .kids-opinion-list-item {
    font-size: 20px;
    margin-bottom: 0;
  }
}

.kids-opinion-text-bold {
  font-weight: bold;
}

.kids-fran {
  background: url("/img/catalog/kids/bg-get.png") center center/cover no-repeat;
  padding: 75px 90px;
}

@media (max-width: 1919px) {
  .kids-fran {
    padding: 50px 60px;
  }
}

@media (max-width: 680px) {
  .kids-fran {
    padding: 50px 20px;
  }
}

.kids-fran-block {
  background: #292929;
  padding: 40px;
  border-radius: 20px;
  margin: 50px 0;
}

.kids-fran-row {
  display: flex;
  justify-content: space-evenly;
}

@media (max-width: 1199px) {
  .kids-fran-row {
    width: 300px;
    display: block;
    margin: 0 auto;
  }
}

.kids-fran-list {
  width: 45%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  list-style: none;
}

@media (max-width: 768px) {
  .kids-fran-list {
    grid-template-columns: 1fr;
  }
}

.kids-fran-item {
  font-size: 36px;
  line-height: 120%;
  box-sizing: border-box;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 10px;
}

@media (max-width: 1919px) {
  .kids-fran-item {
    font-size: 24px;
  }
}

@media (max-width: 680px) {
  .kids-fran-item {
    font-size: 18px;
  }
}

.kids-fran-item::before {
  content: "";
  position: absolute;
  left: -35px;
  top: 5px;
  width: 26px;
  height: 20px;
  background-image: url("/img/catalog/kids/fran-marker.png");
  background-size: cover;
}

.kids-fran-price {
  background: #ff7337;
  padding: 0px 35px;
  border-radius: 100px;
  font-size: 64px;
  font-weight: bold;
  display: inline-block;
}

@media (max-width: 1919px) {
  .kids-fran-price {
    font-size: 48px;
  }
}

@media (max-width: 680px) {
  .kids-fran-price {
    font-size: 20px;
    padding: 20px 35px;
  }
}

.kids-fran-price-block {
  margin-top: 50px;
  text-align: center;
}

.kids-fran-cash {
  margin-top: 75px;
  background: #ff7337;
  border-radius: 40px;
  box-shadow: 0 0 20px #ff7337;
  padding: 20px 75px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 64px;
}

@media (max-width: 1199px) {
  .kids-fran-cash {
    display: block;
    text-align: center;
  }
}

.kids-fran-cash-img {
  width: 240px;
}

@media (max-width: 1919px) {
  .kids-fran-cash-img {
    width: 126px;
  }
}

.kids-fran-cash-text {
  font-size: 36px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

@media (max-width: 1919px) {
  .kids-fran-cash-text {
    font-size: 28px;
  }
}

@media (max-width: 680px) {
  .kids-fran-cash-text {
    font-size: 18px;
  }
}

.kids-founders {
  background: url("/img/catalog/kids/bg-get.png") center center/cover no-repeat;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 125px 90px;
  gap: 60px;
}

@media (max-width: 1919px) {
  .kids-founders {
    padding: 75px 60px;
  }
}

@media (max-width: 1199px) {
  .kids-founders {
    display: block;
  }
}

@media (max-width: 680px) {
  .kids-founders {
    padding: 75px 20px;
  }
}

@media (max-width: 1919px) {
  .kids-founders-img {
    width: 438px;
  }
}

@media (max-width: 1199px) {
  .kids-founders-img {
    display: block;
    margin: 0 auto;
    margin-bottom: 25px;
  }
}

@media (max-width: 680px) {
  .kids-founders-img {
    width: 95%;
  }
}

.kids-founders-item {
  display: flex;
  gap: 40px;
  margin-bottom: 25px;
  align-items: flex-start;
}

@media (max-width: 1919px) {
  .kids-founders-item {
    margin-bottom: 15px;
  }
}

.kids-founders-title {
  margin-bottom: 50px;
}

@media (max-width: 1919px) {
  .kids-founders-title {
    font-size: 40px;
    margin-bottom: 25px;
  }
}

.kids-founders-text {
  font-size: 32px;
}

@media (max-width: 1919px) {
  .kids-founders-text {
    font-size: 24px;
  }
}

.kids-popup {
  display: none;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  height: 100vh;
  width: 100vw;
}

.kids-popup-block {
  width: 940px;
  box-sizing: border-box;
  padding: 20px 20px 40px;
  background: #1d1d1d;
  overflow-y: auto;
}

@media (max-width: 1919px) {
  .kids-popup-block {
    width: 768px;
  }
}

.kids-popup-closeblock {
  text-align: right;
}

.kids-popup-close {
  cursor: pointer;
}

.kids-popup-title {
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 40px;
  text-align: center;
}

@media (max-width: 1919px) {
  .kids-popup-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.kids-popup-form {
  padding: 0 40px;
}

.kids-popup-form input {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 20px 15px;
  background: transparent;
  border: 1px solid #ff7337;
  border-radius: 10px;
  color: #fff;
  transition: 0.15s;
}

@media (max-width: 1919px) {
  .kids-popup-form input {
    padding: 10px 15px;
  }
}

.kids-popup-form input:focus-visible {
  outline: none;
}

.kids-popup-form input:hover {
  border-radius: 5px;
}

.kids-popup-form input:focus {
  border-radius: 5px;
}

.kids-popup-button {
  background: #ff7337;
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 24px;
  transition: 0.15s;
}

.kids-popup-button:hover {
  box-shadow: 0 0 20px #ff7337;
}

.nutri-menu-block {
  transform: translateX(460px);
  position: fixed;
  z-index: 11;
  top: 0;
  width: 460px;
  box-sizing: border-box;
  left: calc(100% - 460px);
  background: black;
  padding: 20px 25px;
  height: 100%;
  overflow-y: auto;
  transition: 0.2s;
}

.nutri-menu-close {
  text-align: right;
  cursor: pointer;
}

.nutri-menu-open {
  position: fixed;
  left: calc(100% - 35px - 90px);
  cursor: pointer;
  z-index: 9;
  top: 175px;
}

.nutri-menu-button {
  text-align: center;
}

.nutri-menu-buy {
  position: inherit;
}

.nutri-menu-item {
  font-size: 28px;
  color: #fff;
  display: block;
  margin-bottom: 28px;
  transition: 0.15s;
}

.nutri-menu-item:hover {
  color: #e1e1e1;
}

.nutri-bg {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
  display: none;
  transition: 0.2s;
}

@media (max-width: 1200px) {
  .nutri-menu-open {
    width: 48px;
    left: calc(100% - 35px - 48px);
  }

  .nutri-menu-open img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .nutri-menu-open {
    top: 115px;
    z-index: 9;
  }

  .nutri-menu-block {
    width: 320px;
    left: calc(100% - 320px);
  }

  .nutri-menu-item {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 15px;
  }
}

.kids-important-row-mobile {
  position: relative;
}

.mob-kids-important-line {
  position: absolute;
  left: 45%;
  top: 75%;
}

@media (max-width: 766px) {
  .kids-fran-list {
    width: 100%;
  }

  .kids-fran-block {
    padding: 25px 10px;
  }

  .kids-fran-price {
    padding: 10px 70px;
    font-size: 28px;
  }

  .kids-founders-icon {
    width: 35px;
    margin-top: 8px;
  }

  .kids-founders-item {
    gap: 20px;
  }

  .kids-founders-title {
    font-size: 24px;
  }
}

.fit-title {
  font-family: "a_SimplerDnm", sans-serif;
  font-size: 96px;
  color: #fff;
  margin: 0;
}

.fit-title-bold {
  color: #ff57bd;
}

@media (max-width: 1860px) {
  .fit-title {
    font-size: 60px;
  }
}

@media (max-width: 1199px) {
  .fit-title {
    font-size: 28px;
  }
}

.fit-box {
  padding: 120px 90px 0;
}

@media (max-width: 1860px) {
  .fit-box {
    padding: 100px 60px 0;
  }
}

@media (max-width: 1199px) {
  .fit-box {
    padding: 45px 20px 0;
  }
}

.fit-button {
  display: block;
  margin: 0 auto;
  background: #d0ff65;
  box-shadow: 0 0 20px #d0ff65;
  color: #000;
  font-size: 36px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  padding: 30px 0;
  box-sizing: border-box;
  width: 728px;
  border-radius: 50px;
  transition: 0.15s;
}

.fit-button-block {
  margin-top: 100px;
}

@media (max-width: 1860px) {
  .fit-button-block {
    margin-top: 80px;
  }
}

@media (max-width: 1199px) {
  .fit-button-block {
    margin-top: 40px;
  }
}

@media (max-width: 1860px) {
  .fit-button {
    font-size: 24px;
    width: 450px;
    padding: 20px 5px;
  }
}

@media (max-width: 1199px) {
  .fit-button {
    min-width: 320px;
    width: 85%;
    padding: 15px 10px;
    font-size: 16px;
  }
}

.fit-button:hover {
  cursor: pointer;
  box-shadow: 0 0 25px #d0ff65;
}

.fit-header {
  padding: 120px 190px 0;
  position: relative;
}

@media (max-width: 1860px) {
  .fit-header {
    padding: 95px 140px 0;
  }
}

@media (max-width: 1199px) {
  .fit-header {
    padding: 55px 23px;
  }
}

.fit-header-title {
  margin-bottom: 80px;
  width: 1280px;
}

@media (max-width: 1860px) {
  .fit-header-title {
    width: 960px;
    margin-bottom: 32px;
  }
}

@media (max-width: 1199px) {
  .fit-header-title {
    min-width: 317px;
    width: 90%;
    margin-bottom: 20px;
  }
}

.fit-header-list {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

@media (max-width: 1860px) {
  .fit-header-list {
    gap: 37px;
  }

  .fit-header-list-marker {
    width: 50px;
  }
}

@media (max-width: 1199px) {
  .fit-header-list {
    gap: 20px;
  }

  .fit-header-list-marker {
    width: 25px;
  }
}

.fit-header-list-item {
  display: flex;
  align-items: center;
  gap: 24px;
}

@media (max-width: 1199px) {
  .fit-header-list-item {
    gap: 8px;
  }
}

.fit-header-list p {
  margin-bottom: 0;
}

.fit-header-list-text {
  font-size: 48px;
  font-weight: 600;
  max-width: 945px;
  text-transform: uppercase;
}

@media (max-width: 1860px) {
  .fit-header-list-text {
    font-size: 32px;
    min-width: 644px;
    width: 75%;
  }
}

@media (max-width: 1199px) {
  .fit-header-list-text {
    font-size: 16px;
    min-width: 283px;
    width: 90%;
  }
}

.fit-header-list-text-bold {
  color: #d0ff65;
}

.fit-header-purple {
  position: absolute;
  top: 979px;
  left: 0;
  height: 900px;
}

@media (max-width: 1860px) {
  .fit-header-purple {
    top: 479px;
    height: 750px;
  }
}

@media (max-width: 1199px) {
  .fit-header-purple {
    height: 200px;
    top: 290px;
  }
}

.fit-header-msg {
  position: absolute;
  top: 620px;
  left: 0;
  z-index: 1;
  width: 355px;
}

@media (max-width: 1860px) {
  .fit-header-msg {
    width: 255px;
    top: 520px;
  }
}

@media (max-width: 1199px) {
  .fit-header-msg {
    width: 123px;
    top: 250px;
  }
}

@media (max-width: 500px) {
  .fit-header-msg {
    top: 275px;
  }
}

.fit-header-arrow {
  position: absolute;
  top: 292px;
  left: 1480px;
}

@media (max-width: 1860px) {
  .fit-header-arrow {
    width: 220px;
    left: 950px;
    top: 222px;
  }
}

@media (max-width: 1199px) {
  .fit-header-arrow {
    width: 52px;
    height: 80px;
    left: calc(100% - 60px - 5px);
    top: 160px;
    z-index: 3;
  }
}

.fit-header-video {
  margin: 110px auto 0;
  position: relative;
  z-index: 1;
}

@media (max-width: 1860px) {
  .fit-header-video {
    margin: 66px 0 0;
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .fit-header-video {
    margin-top: 40px;
  }
}

.fit-header-video iframe {
  border-radius: 30px;
  width: 1340px;
  min-width: 100%;
  height: 734px;
}

@media (max-width: 1860px) {
  .fit-header-video iframe {
    min-width: 922px;
    min-height: 505px;
    width: 100%;
    height: auto;
  }
}

@media (max-width: 1199px) {
  .fit-header-video iframe {
    height: auto;
    width: 100%;
    min-height: 197px;
    min-width: 320px;
  }
}

.fit-numbers {
  padding: 120px 190px 0;
}

@media (max-width: 1860px) {
  .fit-numbers {
    padding: 100px 60px 0;
  }
}

@media (max-width: 1199px) {
  .fit-numbers {
    padding: 0px 20px 0;
  }
}

.fit-numbers-row {
  display: flex;
  gap: 60px;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 1860px) {
  .fit-numbers-row {
    gap: 40px;
  }
}

@media (max-width: 1199px) {
  .fit-numbers-row {
    flex-wrap: wrap;
  }
}

.fit-numbers-items {
  display: flex;
  gap: 60px 88px;
  flex-wrap: wrap;
}

@media (max-width: 1860px) {
  .fit-numbers-items {
    gap: 40px 69px;
  }
}

@media (max-width: 1199px) {
  .fit-numbers-items {
    display: block;
  }
}

.fit-numbers-number {
  font-size: 80px;
  font-family: "a_SimplerDnm", sans-serif;
  color: #ff57bd;
}

@media (max-width: 1860px) {
  .fit-numbers-number {
    font-size: 60px;
  }
}

@media (max-width: 1199px) {
  .fit-numbers-number {
    font-size: 28px;
  }
}

.fit-numbers-number-green {
  color: #d0ff65;
}

@media (max-width: 1860px) {
  .fit-numbers-img {
    width: 352px;
  }
}

@media (max-width: 1199px) {
  .fit-numbers-img {
    width: 90%;
    min-width: 320px;
    height: 317px;
    object-fit: cover;
    border-radius: 20px;
    display: block;
    margin: 0 auto;
  }
}

@media (max-width: 1199px) {
  .fit-numbers-item {
    margin-top: 20px;
  }

  .fit-numbers-item:first-child {
    margin-top: 0;
  }
}

.fit-numbers-text {
  font-size: 40px;
  margin-bottom: 0;
}

@media (max-width: 1860px) {
  .fit-numbers-text {
    font-size: 28px;
  }
}

@media (max-width: 1199px) {
  .fit-numbers-text {
    font-size: 20px;
  }
}

.fit-adv-title-block {
  text-align: center;
}

@media (max-width: 1199px) {
  .fit-adv-title-block {
    width: 220px;
    margin: 0 auto;
  }
}

.fit-adv-list {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 72px 60px;
}

@media (max-width: 1860px) {
  .fit-adv-list {
    margin-top: 60px;
    gap: 44px 35px;
  }
}

@media (max-width: 1199px) {
  .fit-adv-list {
    gap: 28px;
    margin-top: 32px;
  }
}

.fit-adv-item {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(60, 60, 60, 0.2));
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  padding: 35px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  position: relative;
  width: 540px;
  height: 304px;
  border-radius: 20px;
}

@media (max-width: 1860px) {
  .fit-adv-item {
    width: 335px;
    height: 189px;
    padding: 23px;
    border-radius: 10px;
  }
}

@media (max-width: 1199px) {
  .fit-adv-item {
    min-width: 320px;
    width: 100%;
    padding: 30px 70px 20px 40px;
    height: auto;
    max-height: 171px;
    min-height: 100px;
  }
}

.fit-adv-icon {
  position: absolute;
  left: calc(100% - 96px);
  top: -25px;
}

@media (max-width: 1860px) {
  .fit-adv-icon {
    width: 63px;
  }
}

@media (max-width: 1199px) {
  .fit-adv-icon {
    width: 60px;
    left: calc(100% - 65px);
    top: -15px;
  }
}

.fit-adv-subtitle {
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 0;
}

@media (max-width: 1860px) {
  .fit-adv-subtitle {
    font-size: 24px;
  }
}

@media (max-width: 1199px) {
  .fit-adv-subtitle {
    font-size: 20px;
  }
}

.fit-review {
  text-align: center;
  overflow: hidden;
  padding-bottom: 30px;
}

.fit-review-title-block {
  text-align: center;
  margin-bottom: 80px;
}

@media (max-width: 1860px) {
  .fit-review-title-block {
    margin-bottom: 72px;
  }
}

@media (max-width: 1199px) {
  .fit-review-title-block {
    margin-bottom: 40px;
  }

  .fit-review-title-block h2 {
    font-size: 24px;
  }
}

.fit-review-item {
  background: #323232;
  border-radius: 30px;
  padding: 44px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 738px;
  box-sizing: border-box;
  text-align: left;
  margin: 0 80px;
}

.fit-review-item iframe {
  width: 650px;
  height: 395px;
  border-radius: 30px;
}

@media (max-width: 1860px) {
  .fit-review-item iframe {
    width: 392px;
    height: 236px;
    border-radius: 20px;
  }
}

@media (max-width: 1199px) {
  .fit-review-item iframe {
    width: 226px;
    height: 147px;
    border-radius: 16px;
  }
}

@media (max-width: 1860px) {
  .fit-review-item {
    width: 440px;
    margin: 0 60px;
    padding: 24px;
    border-radius: 20px;
  }
}

@media (max-width: 1199px) {
  .fit-review-item {
    width: 258px;
    border-radius: 16px;
    padding: 16px;
    margin: 0 51px;
  }
}

.fit-review-name {
  margin: 0;
  padding: 0;
  margin-top: 28px;
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
}

@media (max-width: 1860px) {
  .fit-review-name {
    font-size: 24px;
    margin-top: 16px;
  }
}

@media (max-width: 1199px) {
  .fit-review-name {
    font-size: 18px;
    margin-top: 12px;
  }
}

.fit-review-text {
  font-size: 28px;
  margin-bottom: 12px;
}

.fit-review-text:last-child {
  margin-bottom: 0;
}

@media (max-width: 1860px) {
  .fit-review-text {
    font-size: 20px;
    margin-bottom: 8px;
  }
}

@media (max-width: 1199px) {
  .fit-review-text {
    font-size: 16px;
    margin-bottom: 8px;
  }
}

.fit-review-city {
  font-size: 32px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  margin-bottom: 28px;
}

@media (max-width: 1860px) {
  .fit-review-city {
    margin-bottom: 8px;
    font-size: 20px;
  }
}

@media (max-width: 1199px) {
  .fit-review-city {
    font-size: 16px;
    margin-bottom: 12px;
  }
}

.fit-review-slider {
  position: relative;
}

.fit-review-button {
  background: none;
  cursor: pointer;
  position: absolute;
}

.fit-review-button:disabled {
  opacity: 0.5;
}

.fit-review-block {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  position: relative;
}

.fit-review-subtitle {
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  margin: 0;
}

@media (max-width: 1860px) {
  .fit-review-subtitle {
    font-size: 30px;
  }
}

@media (max-width: 1199px) {
  .fit-review-subtitle {
    font-size: 20px;
  }
}

.fit-review-subtitle-block {
  text-align: center;
  max-width: 942px;
  margin: 0 auto;
  margin-top: 100px;
}

@media (max-width: 1860px) {
  .fit-review-subtitle-block {
    margin-top: 82px;
    max-width: 598px;
  }
}

@media (max-width: 1199px) {
  .fit-review-subtitle-block {
    margin-top: 40px;
    min-width: 287px;
    width: 90%;
  }
}

.fit-review-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 60px;
  text-align: left;
  margin-top: 72px;
}

@media (max-width: 1860px) {
  .fit-review-list {
    margin-top: 54px;
    gap: 50px;
  }
}

@media (max-width: 1199px) {
  .fit-review-list {
    margin-top: 24px;
    gap: 20px;
  }
}

.fit-review-list-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
  text-align: left;
  max-width: 740px;
}

@media (max-width: 1860px) {
  .fit-review-list-item {
    gap: 12px;
    max-width: 514px;
  }
}

@media (max-width: 1199px) {
  .fit-review-list-item {
    gap: 6px;
    min-width: 286px;
    width: calc(90% - 31px);
  }
}

.fit-review-list-text {
  font-size: 40px;
  margin-bottom: 0;
}

@media (max-width: 1860px) {
  .fit-review-list-text {
    font-size: 28px;
  }
}

@media (max-width: 1199px) {
  .fit-review-list-text {
    font-size: 16px;
  }
}

@media (max-width: 1199px) {
  .fit-review-list-icon {
    width: 25px;
    height: 25px;
  }
}

.fit-look {
  padding-top: 70px;
}

@media (max-width: 1199px) {
  .fit-look {
    padding-top: 30px;
  }
}

.fit-look-title {
  max-width: 1175px;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 1199px) {
  .fit-look-title {
    min-width: 288px;
    width: 90%;
  }
}

.fit-look-big {
  width: 100%;
}

.fit-look-big-cont {
  position: relative;
  margin-top: 80px;
}

@media (max-width: 1199px) {
  .fit-look-big {
    display: none;
  }

  .fit-look-big-cont {
    margin-top: 20px;
  }
}

.fit-look-small {
  display: none;
}

@media (max-width: 1199px) {
  .fit-look-small {
    display: block;
    width: 90%;
    min-width: 320px;
    margin: 0 auto;
  }
}

.fit-look-lamp {
  position: absolute;
  top: -15%;
  left: 78%;
}

@media (max-width: 1860px) {
  .fit-look-lamp {
    width: 307px;
    left: 75%;
    top: -10%;
  }
}

@media (max-width: 1199px) {
  .fit-look-lamp {
    width: 199px;
    left: calc(100% - 199px + 20px);
    top: -75px;
  }
}

@media (max-width: 600px) {
  .fit-look-lamp {
    width: 125px;
    left: calc(100% - 179px + 40px);
    top: -55px;
  }
}

.fit-fash {
  position: relative;
}

.fit-fash-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  margin-top: 80px;
}

@media (max-width: 1860px) {
  .fit-fash-row {
    margin-top: 40px;
    gap: 54px;
  }
}

@media (max-width: 1199px) {
  .fit-fash-row {
    margin-top: 20px;
    flex-wrap: wrap;
    gap: 28px;
  }
}

.fit-fash-text {
  font-size: 40px;
  margin-bottom: 0;
  max-width: 839px;
}

@media (max-width: 1860px) {
  .fit-fash-text {
    font-size: 28px;
    max-width: 666px;
  }
}

@media (max-width: 1199px) {
  .fit-fash-text {
    font-size: 18px;
    min-width: 300;
    width: 90%;
  }
}

.fit-fash-img {
  width: calc(100% - 839px - 60px);
  object-fit: contain;
  z-index: 2;
}

@media (max-width: 1860px) {
  .fit-fash-img {
    width: 360px;
  }
}

@media (max-width: 1199px) {
  .fit-fash-img {
    min-width: 320px;
    width: 90%;
    display: block;
    margin: 0 auto;
  }
}

.fit-fash-arrow {
  position: absolute;
  top: 315px;
  left: 1685px;
  z-index: 3;
}

@media (max-width: 1860px) {
  .fit-fash-arrow {
    width: 190px;
    height: 96px;
    left: 940px;
    top: 200px;
    rotate: -15deg;
  }
}

@media (max-width: 1199px) {
  .fit-fash-arrow {
    width: 97px;
    height: 96px;
    left: calc(100% - 97px - 20px);
    top: 50px;
  }
}

@media (max-width: 1199px) and (min-width: 500px) {
  .fit-fash-arrow {
    top: 122px;
    rotate: 25deg;
  }
}

.fit-fash-texture {
  position: absolute;
  left: calc(100% - 780px);
  top: 345px;
}

@media (max-width: 1860px) {
  .fit-fash-texture {
    top: 405px;
    height: 340px;
    left: calc(100% - 215px);
  }
}

.fit-include-title-block {
  max-width: 1297px;
  margin: 0 auto;
  text-align: center;
}

.fit-include-list {
  display: flex;
  flex-direction: column;
  margin-top: 60px;
  gap: 60px;
}

@media (max-width: 1860px) {
  .fit-include-list {
    gap: 40px;
    margin-top: 40px;
  }
}

@media (max-width: 1199px) {
  .fit-include-list {
    gap: 32px;
    margin-top: 32px;
  }
}

@media (max-width: 1860px) {
  .fit-include-icon {
    height: 98px;
  }
}

.fit-include-item {
  width: 100%;
  box-sizing: border-box;
  border: 2px solid #d0ff65;
  box-shadow: 0 0 20px #d0ff65;
  background: #1d1d1d;
  display: flex;
  gap: 48px;
  align-items: center;
  padding: 68px 146px;
  border-radius: 30px;
}

@media (max-width: 1860px) {
  .fit-include-item {
    padding: 40px 97px;
    gap: 40px;
  }
}

@media (max-width: 1199px) {
  .fit-include-item {
    flex-direction: column;
    gap: 20px;
    padding: 25px;
  }
}

.fit-include-subtitle {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: bold;
  color: #d0ff65;
}

@media (max-width: 1860px) {
  .fit-include-subtitle {
    font-size: 32px;
  }
}

@media (max-width: 1199px) {
  .fit-include-subtitle {
    font-size: 20px;
  }
}

.fit-include-text {
  margin-top: 16px;
  font-size: 28px;
  margin-bottom: 0;
}

@media (max-width: 1860px) {
  .fit-include-text {
    font-size: 20px;
  }
}

@media (max-width: 1199px) {
  .fit-include-text {
    font-size: 16px;
  }
}

.fit-important {
  position: relative;
  padding-bottom: 100px;
}

@media (max-width: 1199px) {
  .fit-important {
    padding-bottom: 50px;
  }
}

.fit-important-target {
  position: absolute;
  top: 0px;
  left: calc(100% - 445px);
}

@media (max-width: 1860px) {
  .fit-important-target {
    display: none;
  }
}

.fit-important-title-block {
  margin: 0 auto;
  text-align: center;
  max-width: 1605px;
}

@media (max-width: 1860px) {
  .fit-important-title-block {
    max-width: 958px;
  }
}

.fit-important-block {
  display: flex;
  justify-content: space-between;
  margin-top: 94px;
  gap: 60px;
}

.fit-important-block-mob {
  display: none;
}

@media (max-width: 1860px) {
  .fit-important-block {
    margin-top: 60px;
  }
}

@media (max-width: 1199px) {
  .fit-important-block {
    display: none;
  }

  .fit-important-block-mob {
    display: flex;
    flex-direction: column;
    margin-top: 26px;
    align-items: center;
    gap: 36px;
  }
}

.fit-important-col {
  width: 540px;
  display: flex;
  flex-direction: column;
  gap: 62px;
}

@media (max-width: 1860px) {
  .fit-important-col {
    width: 339px;
    gap: 38px;
  }
}

.fit-important-item {
  width: 100%;
  box-sizing: border-box;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1254901961), rgba(152, 152, 152, 0.1058823529));
  border-radius: 30px;
  padding: 40px;
  position: relative;
  z-index: 2;
}

@media (max-width: 1860px) {
  .fit-important-item {
    padding: 24px;
    border-radius: 20px;
  }
}

@media (max-width: 1199px) {
  .fit-important-item {
    padding: 20px;
  }
}

.fit-important-subtitle {
  font-size: 36px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  z-index: 3;
}

@media (max-width: 1860px) {
  .fit-important-subtitle {
    font-size: 24px;
  }
}

@media (max-width: 1199px) {
  .fit-important-subtitle {
    font-size: 20px;
  }
}

.fit-important-text {
  font-size: 28px;
  margin-bottom: 0;
  margin-top: 15px;
}

@media (max-width: 1860px) {
  .fit-important-text {
    font-size: 20px;
    margin-top: 5px;
  }
}

@media (max-width: 1199px) {
  .fit-important-text {
    font-size: 16px;
  }
}

.fit-important-number {
  position: absolute;
  color: #ff57bd;
  font-family: "a_SimplerDnm", sans-serif;
  font-size: 160px;
  z-index: 2;
  top: -82px;
  left: -40px;
}

@media (max-width: 1860px) {
  .fit-important-number {
    font-size: 100px;
    left: -30px;
    top: -60px;
  }
}

@media (max-width: 1199px) {
  .fit-important-number {
    font-size: 80px;
    left: -20px;
    top: -50px;
  }
}

.fit-get {
  background: url("/img/catalog/fitness/get-bg.png") center center/cover no-repeat;
  padding-bottom: 120px;
}

@media (max-width: 1860px) {
  .fit-get {
    padding: 60px;
  }
}

@media (max-width: 1199px) {
  .fit-get {
    padding: 50px 20px;
  }
}

.fit-get-title-block {
  width: 1227px;
}

@media (max-width: 1860px) {
  .fit-get-title-block {
    max-width: 859px;
  }
}

@media (max-width: 1199px) {
  .fit-get-title-block {
    width: 90%;
    min-width: 305px;
    margin: 0 auto;
  }
}

.fit-get-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 24px;
}

@media (max-width: 1199px) {
  .fit-get-block {
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
    min-width: 320px;
  }
}

.fit-get-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-top: 40px;
}

@media (max-width: 1860px) {
  .fit-get-list {
    gap: 20px;
  }
}

@media (max-width: 1199px) {
  .fit-get-list {
    gap: 16px;
    margin-top: 16px;
  }
}

.fit-get-item {
  padding: 0;
  margin: 0;
  font-size: 36px;
  padding-left: 100px;
  position: relative;
  min-height: 40px;
}

@media (max-width: 1860px) {
  .fit-get-item {
    font-size: 24px;
    padding-left: 66px;
  }
}

@media (max-width: 1199px) {
  .fit-get-item {
    font-size: 16px;
    padding-left: 38px;
  }
}

.fit-get-item::before {
  content: url("/img/catalog/fitness/get-marker.png");
  display: inline-block;
  width: 59px;
  height: 56px;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 1860px) {
  .fit-get-item::before {
    content: url("/img/catalog/fitness/laptop-get-marker.png");
    width: 42px;
    height: 40px;
  }
}

@media (max-width: 1199px) {
  .fit-get-item::before {
    content: url("/img/catalog/fitness/mobile-get-item.png");
    width: 26px;
    height: 25px;
  }
}

.fit-now-title-block {
  text-align: center;
}

.fit-now-icon {
  width: 100px;
  height: 100px;
}

@media (max-width: 1860px) {
  .fit-now-icon {
    width: 40px !important;
    height: 40px;
  }
}

.fit-now-box {
  margin-bottom: 120px;
}

@media (max-width: 1860px) {
  .fit-now-box {
    gap: 15px !important;
    margin-bottom: 60px;
  }
}

@media (max-width: 1199px) {
  .fit-now-box {
    margin-top: 40px;
  }

  .fit-now-box .nutri-story-item {
    padding: 15px !important;
    border-radius: 10px !important;
  }
}

.fit-now-price {
  margin: 80px 0 0;
  padding: 120px 168px 120px 500px;
  background: linear-gradient(90deg, #272727, 35%, #000);
  border-radius: 30px;
  position: relative;
  display: flex;
  align-items: center;
}

.fit-now-price-strike-title-new {
  font-size: 112px;
  position: relative;
}

@media (max-width: 1860px) {
  .fit-now-price-strike-title-new {
    font-size: 56px;
  }
}

@media (max-width: 1199px) {
  .fit-now-price-strike-title-new {
    font-size: 44px;
  }
}

.fit-now-price-strike-title-new .line {
  width: calc(100% + 20px);
  left: -10px;
  height: 4px;
  background: #ff57bd;
  position: absolute;
  top: 50%;
}

.fit-now-price-new {
  margin: 80px 0 0;
  padding: 100px 168px 100px 460px;
  background: linear-gradient(90deg, #272727, 35%, #000);
  border-radius: 30px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 68px;
}

@media (max-width: 1860px) {
  .fit-now-price-new {
    margin-top: 60px;
    padding: 77px 75px 77px 330px;
    justify-content: center;
  }
}

@media (max-width: 1199px) {
  .fit-now-price-new {
    margin-top: 44px;
    padding: 40px 25px;
    flex-direction: column;
    gap: 20px;
  }
}

@media (max-width: 1860px) {
  .fit-now-price {
    margin-top: 60px;
    padding: 77px 75px 77px 330px;
  }
}

@media (max-width: 1199px) {
  .fit-now-price {
    margin-top: 44px;
    padding: 40px 25px;
    flex-direction: column;
    gap: 20px;
  }
}

.fit-now-price-block-new {
  font-family: "a_SimplerDnm", sans-serif;
  text-align: center;
}

.fit-now-price-block-new .fit-now-price-title-new-bold {
  line-height: 72px;
}

@media (max-width: 1860px) {
  .fit-now-price-block-new .fit-now-price-title-new-bold {
    line-height: 32px;
  }
}

.fit-now-price-block-new .fit-now-price-title-black {
  line-height: 60px;
}

@media (max-width: 1860px) {
  .fit-now-price-block-new .fit-now-price-title-black {
    line-height: 24px;
  }
}

.fit-now-price-title-black {
  font-size: 60px;
}

@media (max-width: 1860px) {
  .fit-now-price-title-black {
    font-size: 32px;
  }
}

@media (max-width: 1199px) {
  .fit-now-price-title-black {
    font-size: 32px;
  }
}

.fit-now-price-title-new-bold {
  font-size: 118px;
  color: #d0ff65;
}

@media (max-width: 1860px) {
  .fit-now-price-title-new-bold {
    font-size: 68px;
  }
}

@media (max-width: 1199px) {
  .fit-now-price-title-new-bold {
    font-size: 56px;
  }
}

@media (max-width: 1860px) {
  .fit-now-price-title-new {
    font-size: 56px;
  }
}

@media (max-width: 1199px) {
  .fit-now-price-title-new {
    font-size: 36px;
    position: relative;
    z-index: 4;
  }
}

.fit-now-price-title-bold {
  color: #d0ff65;
}

@media (max-width: 1860px) {
  .fit-now-price-title {
    font-size: 56px;
  }
}

@media (max-width: 1199px) {
  .fit-now-price-title {
    font-size: 36px;
    position: relative;
    z-index: 4;
  }
}

.fit-now-price-points {
  background: #d0ff65;
  color: #000;
  font-size: 48px;
  padding: 15px 35px;
  margin-left: 48px;
  border-radius: 100px;
  font-weight: 500;
  font-family: "Benzin";
  text-transform: uppercase;
}

@media (max-width: 1860px) {
  .fit-now-price-points {
    font-size: 32px;
    padding: 5px 31px;
    margin-left: 30px;
  }
}

@media (max-width: 1199px) {
  .fit-now-price-points {
    margin-left: 0;
    font-size: 24px;
  }
}

.fit-now-price-dollar {
  position: absolute;
  left: 90px;
  height: 446px;
  top: -30px;
}

.fit-now-price-dollar-new {
  position: absolute;
  left: 60px;
  height: 446px;
  top: -30px;
}

@media (max-width: 1860px) {
  .fit-now-price-dollar-new {
    height: 325px;
    left: 30px;
  }
}

@media (max-width: 1199px) {
  .fit-now-price-dollar-new {
    height: 151px;
    top: -25px;
    left: -30px;
  }
}

@media (max-width: 1860px) {
  .fit-now-price-dollar {
    height: 325px;
    left: 30px;
  }
}

@media (max-width: 1199px) {
  .fit-now-price-dollar {
    height: 151px;
    top: -25px;
    left: -30px;
  }
}

.fit-steps-title-block {
  width: 1517px;
}

@media (max-width: 1860px) {
  .fit-steps-title-block {
    width: 1080px;
  }
}

@media (max-width: 1199px) {
  .fit-steps-title-block {
    min-width: 320px;
    width: 90%;
    margin: 0 auto;
  }
}

.fit-steps-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  margin-top: 80px;
}

@media (max-width: 1860px) {
  .fit-steps-block {
    margin-top: 40px;
  }
}

@media (max-width: 1199px) {
  .fit-steps-block {
    flex-direction: column;
    margin-top: 20px;
  }
}

@media (max-width: 1199px) {
  .fit-steps-block {
    gap: 20px;
  }
}

.fit-steps-col {
  width: 845px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 32px;
}

@media (max-width: 1860px) {
  .fit-steps-col {
    width: 519px;
    gap: 40px;
  }
}

@media (max-width: 1199px) {
  .fit-steps-col {
    gap: 20px;
    width: 320px;
    min-width: 90%;
    margin: 0 auto;
  }
}

.fit-steps-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
}

@media (max-width: 1860px) {
  .fit-steps-item {
    gap: 24px;
  }
}

@media (max-width: 1199px) {
  .fit-steps-item {
    gap: 20px;
  }
}

.fit-steps-number {
  color: #d0ff65;
  font-family: "a_SimplerDnm", sans-serif;
  font-size: 96px;
}

@media (max-width: 1860px) {
  .fit-steps-number {
    font-size: 80px;
  }
}

@media (max-width: 1199px) {
  .fit-steps-number {
    font-size: 44px;
  }
}

.fit-steps-text {
  margin: 0;
  font-size: 36px;
}

@media (max-width: 1860px) {
  .fit-steps-text {
    font-size: 24px;
  }
}

@media (max-width: 1199px) {
  .fit-steps-text {
    font-size: 16px;
  }
}

.fit-authors {
  padding-bottom: 300px;
}

@media (max-width: 1860px) {
  .fit-authors {
    padding-bottom: 150px;
  }
}

@media (max-width: 1199px) {
  .fit-authors {
    padding-bottom: 75px;
  }
}

.fit-authors-title-block {
  text-align: center;
  margin-bottom: 80px;
}

@media (max-width: 1860px) {
  .fit-authors-title-block {
    margin-bottom: 40px;
  }
}

.fit-authors-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 1199px) {
  .fit-authors-block {
    flex-direction: column;
    gap: 28px;
  }
}

.fit-authors-subtitle {
  text-transform: uppercase;
  font-size: 68px;
  font-family: "a_SimplerDnm", sans-serif;
  margin-bottom: 40px;
}

@media (max-width: 1860px) {
  .fit-authors-subtitle {
    font-size: 56px;
    margin-bottom: 30px;
  }
}

@media (max-width: 1199px) {
  .fit-authors-subtitle {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

.fit-authors-info {
  width: 839px;
}

@media (max-width: 1860px) {
  .fit-authors-info {
    width: 520px;
  }
}

@media (max-width: 1199px) {
  .fit-authors-info {
    min-width: 320px;
    width: 90%;
    margin: 0 auto;
    order: 1;
  }
}

.fit-authors-list {
  list-style-type: none;
  padding-left: 0;
}

.fit-authors-list li {
  position: relative;
  padding-left: 60px;
  margin-bottom: 32px;
  font-size: 40px;
}

@media (max-width: 1860px) {
  .fit-authors-list li {
    font-size: 24px;
    margin-bottom: 24px;
    padding-left: 44px;
  }
}

@media (max-width: 1199px) {
  .fit-authors-list li {
    font-size: 16px;
    margin-bottom: 20px;
    padding-left: 28px;
  }
}

.fit-authors-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 28px;
  height: 28px;
  background-color: #d0ff65;
  border-radius: 50%;
}

@media (max-width: 1860px) {
  .fit-authors-list li::before {
    width: 20px;
    height: 20px;
    top: 10px;
  }
}

@media (max-width: 1199px) {
  .fit-authors-list li::before {
    width: 12px;
    height: 12px;
    top: 5px;
  }
}

@media (max-width: 1860px) {
  .fit-authors-img {
    width: 495px;
  }
}

@media (max-width: 1199px) {
  .fit-authors-img {
    width: 320px;
    order: 0;
  }
}

.fit-popup {
  background: #000;
  border-radius: 20px;
  width: 940px;
  box-sizing: border-box;
  padding: 28px 60px 40px;
  overflow-y: auto;
}

@media (max-width: 1199px) {
  .fit-popup {
    padding: 15px 25px 25px;
    width: 90vw;
  }
}

.fit-popup-close-block {
  text-align: right;
  margin-bottom: 36px;
  cursor: pointer;
}

@media (max-width: 1199px) {
  .fit-popup-close-block {
    margin-bottom: 16px;
  }
}

.fit-popup-bg {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 11;
}

.fit-popup-form legend {
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 60px;
  text-align: center;
}

@media (max-width: 1199px) {
  .fit-popup-form legend {
    font-size: 18px;
    margin-bottom: 30px;
  }
}

.fit-popup-form input {
  color: #fff;
  background: none;
  border: 1px solid #ff57bd;
  border-radius: 20px;
  padding: 24px;
  font-size: 24px;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 40px;
  transition: 0.3s;
  outline: none;
}

@media (max-width: 1199px) {
  .fit-popup-form input {
    font-size: 16px;
    margin-bottom: 16px;
    border-radius: 10px;
    padding: 12px 15px;
  }
}

.fit-popup-form input:focus-visible {
  box-shadow: 0 0 20px #ff57bd;
}

.fit-popup-form button {
  display: block;
  width: 100%;
  margin-top: 20px;
  box-sizing: border-box;
  text-align: center;
  text-transform: uppercase;
  background: #ff57bd;
  color: #fff;
  font-size: 24px;
  padding: 20px;
  border-radius: 20px;
  transition: 0.3s;
  cursor: pointer;
}

@media (max-width: 1199px) {
  .fit-popup-form button {
    padding: 7px 12px;
    font-size: 18px;
  }
}

.fit-popup-form button:hover {
  box-shadow: 0 0 20px #ff57bd;
}

.slick-prev,
.slick-next {
  background: transparent;
  border: none;
  outline: none;
}

.slick-prev {
  position: absolute;
  right: calc(50% + 400px - 30px);
  top: 40%;
  z-index: 3;
}

@media (max-width: 1860px) {
  .slick-prev {
    right: calc(50% + 290px - 55px);
  }
}

@media (max-width: 1199px) {
  .slick-prev {
    top: 150px;
    right: calc(50% + 170px - 55px);
  }
}

.slick-next {
  position: absolute;
  right: calc(50% - 400px - 125px);
  top: 40%;
}

@media (max-width: 1860px) {
  .slick-next {
    right: calc(50% - 290px - 35px);
  }
}

@media (max-width: 1199px) {
  .slick-next {
    top: 150px;
    right: calc(50% - 170px - 42px);
  }
}

.slick-prev:before {
  content: url("/img/catalog/fitness/arrow-left.png");
}

@media (max-width: 1860px) {
  .slick-prev:before {
    content: url("/img/catalog/fitness/laptop-arrow-left.png");
  }
}

.slick-next:before {
  content: url("/img/catalog/fitness/arrow-right.png");
}

@media (max-width: 1860px) {
  .slick-next:before {
    content: url("/img/catalog/fitness/laptop-arrow-right.png");
  }
}

.fit-story-row .nutri-story-item {
  background: #fff !important;
}

@media (max-width: 1860px) {
  .fit-story-row .nutri-story-item {
    padding: 60px;
  }
}

.iframe-review {
  width: 100%;
  margin: 0 auto;
  border-radius: 30px;
  height: 783px;
}

@media (max-width: 1690px) {
  .iframe-review {
    height: 547px;
    border-radius: 20px;
  }
}

@media (max-width: 768px) {
  .iframe-review {
    height: 286px;
    border-radius: 10px;
  }
}

@media (max-width: 370px) {
  .iframe-review {
    height: 256px;
    border-radius: 10px;
  }
}

.newstructure-page {
  padding: 100px 90px;
}

@media (max-width: 1000px) {
  .newstructure-page {
    padding: 75px 35px;
  }
}

@media (max-width: 715px) {
  .newstructure-page {
    padding: 50px 15px;
  }
}

@media (max-width: 480px) {
  .newstructure-page {
    padding: 25px 15px;
  }
}

.newstructure-title {
  font-size: 32px;
  font-weight: 600;
  font-family: Montserrat, Tahoma, sans-serif;
}

@media (max-width: 715px) {
  .newstructure-title {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  .newstructure-title {
    font-size: 18px;
  }
}

.newstructure-row {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}

@media (max-width: 715px) {
  .newstructure-row {
    margin-top: 12px;
  }
}

.newstructure-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.newstructure-item-icon img {
  width: 24px;
  height: 24px;
}

@media (max-width: 715px) {
  .newstructure-item-icon img {
    width: 16px;
    height: 16px;
  }
}

.newstructure-item-text {
  font-size: 24px;
  font-weight: 600;
  font-family: Montserrat, Tahoma, sans-serif;
}

@media (max-width: 1000px) {
  .newstructure-item-text {
    font-size: 18px;
  }
}

@media (max-width: 715px) {
  .newstructure-item-text {
    font-size: 16px;
  }
}

.newstructure-table {
  margin-top: 50px;
}

@media (max-width: 715px) {
  .newstructure-table {
    margin-top: 25px;
  }
}

.newstructure-table-row {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #ff57bd;
}

@media (max-width: 890px) {
  .newstructure-table-row:nth-child(1) .newstructure-table-item {
    border-right: none;
  }

  .newstructure-table-row:nth-child(2) .newstructure-table-item {
    padding-top: 20px;
  }
}

@media (max-width: 790px) {
  .newstructure-table-row:nth-child(2) .newstructure-table-item {
    padding-top: 15px;
  }
}

.newstructure-table-row .newstructure-table-item {
  padding: 25px 0;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}

@media (max-width: 1500px) {
  .newstructure-table-row .newstructure-table-item {
    font-size: 16px;
    padding: 17px 0;
  }
}

@media (max-width: 1000px) {
  .newstructure-table-row .newstructure-table-item {
    font-size: 12px;
    padding: 12px 0;
  }
}

@media (max-width: 670px) {
  .newstructure-table-row .newstructure-table-item {
    padding: 8px 0;
  }
}

@media (max-width: 670px) {
  .newstructure-table-row .newstructure-table-item {
    font-size: 10px;
  }

  .newstructure-table-item .newstructure-table-box {
    font-size: 10px !important;
  }

  .newstructure-table {
    overflow-y: scroll;
  }

  .newstructure-table .newstructure-table-row {
    min-width: 600px;
  }

  .newstructure-table-row .newstructure-table-item .ico {
    width: 1rem;
  }
}

.newstructure-table-row-header {
  border-bottom: none
}

.newstructure-table-row-header .newstructure-table-item {
  padding: 0;
}

.newstructure-table-item {
  border-right: 1px solid #ff57bd;
  width: 10.4%;
  max-width: 10.4%;
  text-overflow: clip;
  overflow-y: auto;
  padding: 0 3px;
}

.newstructure-table-item:last-child {
  border-right: none;
}

@media (max-width: 1200px) {
  .newstructure-table-item .newstructure-table-box {
    max-width: 85%;
    margin: 0 auto;
  }
}

@media (max-width: 1000px) {
  .newstructure-table-item .newstructure-table-box {
    max-width: 85%;
    margin: 0 auto;
    font-size: 12px;
    padding: 5px;
  }
}

@media (max-width: 670px) {
  .newstructure-table-item .newstructure-table-box {
    max-width: 85%;
    margin: 0 auto;
    font-size: 7px;
    padding: 5px;
  }
}

@media (max-width: 450px) {
  .newstructure-table-item .newstructure-table-box {
    max-width: 95%;
    margin: 0 auto;
  }
}

.newstructure-table-item-mini {
  width: 6.7%;
  max-width: 6.7%;
  padding: 0 3px;
  text-overflow: clip;
  overflow-y: auto;
}

@media (max-width: 1200px) {
  .newstructure-table-item-mini .newstructure-table-box {
    max-width: 85%;
    margin: 0 auto;
  }
}

.newstructure-table-item-mid {
  width: 13.3%;
  max-width: 13.3%;
  padding: 0 3px;
  text-overflow: clip;
  overflow-y: auto;
}

.newstructure-table-item-large {
  width: 25.2%;
  max-width: 25.2%;
  padding: 0 3px;
  text-overflow: clip;
  overflow-y: auto;
}

.newstructure-table-box {
  max-width: calc(100% - 50px);
  font-size: 24px;
  font-weight: 600;
  font-family: Montserrat, Tahoma, sans-serif;
  text-align: center;
  box-sizing: border-box;
  padding: 12px 3px;
  border-radius: 24px;
  margin: 0 auto;
  background: #ff57bd;
  color: black;
}

@media (max-width: 1500px) {
  .newstructure-table-box {
    font-size: 16px;
  }
}

.newstructure-black {
  background: rgba(0, 0, 0, 0.7);
  width: 100vw;
  height: 100vh;
  top: 0;
  position: fixed;
  z-index: 10;
  display: none;
}

.newstructure-filters {
  position: fixed;
  z-index: 11;
  height: 100vh;
  overflow-y: auto;
  left: 0;
  background: #191919;
  padding: 40px 35px;
  width: 30vw;
  transition: 0.3s;
}

@media (max-width: 1400px) {
  .newstructure-filters {
    width: 50vw;
  }
}

@media (max-width: 780px) {
  .newstructure-filters {
    width: 100vw;
  }
}

.newstructure-filters-title {
  font-size: 24px;
  font-weight: 600;
  font-family: Montserrat, Tahoma, sans-serif;
}

.newstructure-filters-title-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.newstructure-filters-title-block-close {
  cursor: pointer;
}

.newstructure-filters-item {
  padding-bottom: 20px;
  border-bottom: 1px solid white;
  margin-top: 25px;
  cursor: pointer;
  transition: 0.15s;
}

.newstructure-filters-item-icon svg {
  transition: all 200ms;
}

.newstructure-filters-item.active .newstructure-filters-item-icon svg {
  transform: rotate(180deg);
}

.newstructure-filters-item-top {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.newstructure-filters-item-box {
  padding-top: 5px;
  display: none;
  /*transition: all 200ms;*/
}

.newstructure-filters-item.active .newstructure-filters-item-box {
  display: block;
}

.newstructure-filters-item-box-qual {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 10px 5px;
}

.newstructure-filters-item-box-qual .newstructure-filters-qual {
  box-sizing: border-box;
  padding: 10px 15px;
  font-size: 8px;
  text-align: center;
  border: 1px solid white;
}

.newstructure-filters-item-box-qual .newstructure-filters-qual:hover {
  color: #fff;
}

.newstructure-filters-item-box input {
  background: none;
  border: 1px solid white;
  transition: 0.15s;
  color: white;
  /*padding: 0 10px;*/
  margin-top: 5px;
}

.newstructure-filters-item-box input:focus-visible {
  outline: none;
  border: 1px solid #ff57bd;
}

.newstructure-filters-item-box label {
  margin-right: 5px;
  width: 35px;
  margin-top: 5px;
  padding-bottom: unset;
  font-weight: normal;
}

.newstructure-filters-item:hover {
  border-bottom: 1px solid lightgray;
  color: lightgray;
}

.newstructure-filters-button {
  background: #ff57bd;
  color: #000;
  font-size: 18px;
  padding: 15px 20px;
  width: 100%;
  margin-top: 25px;
  transition: 0.2s;
}

.newstructure-filters-button:hover {
  background: #dc4ea3;
}

.oldstructure-item {
  margin-bottom: 25px;
}

.newstructure-page {
  display: none;
}

.newstructure-filters-item-box #period option {
  color: #000000;
}

.newstructure-filters-item-text {
  font-weight: bold;
  font-size: 1.2rem;
}

@media (max-width: 520px) {
  .newstructure-filters-item-text {
    font-size: 1rem;
  }
}


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