@charset "UTF-8";

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

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

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  color: #000;
  line-height: 1;
  font-family: "";
  font-size: 0.875rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
  font-family: "";
  font-size: inherit;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}

a {
  color: inherit;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

.lock body {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}

header {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  width: 100%;
  display: none;
}

#wpadminbar {
  display: none !important;
}

html {
  margin: 0 !important;
}

.footer__top {
  margin-bottom: 25px;
}

.footer__top-menu ul {
  display: flex;
  gap: 20px;
}

.footer__top-menu ul li {
  color: #000;
  font-family: "Gilroy";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}

.footer__bot {
  height: 70px;
  background: #000;
}

.footer__bot__container {
  max-width: 1380px;
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.footer__top__container {
  max-width: 1380px;
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.footer__oferta {
  color: #fff;
  font-family: Optima_Cyr;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
}

.footer__bot-menu ul {
  display: flex;
  gap: 25px;
}

.footer__bot-menu ul li {
  color: #fff;
  font-family: Optima_Cyr;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
}

.footer__form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer__form label {
  color: #000;
  font-family: Optima_Cyr;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}

.form_input {
  color: #c4967a;
  font-family: Optima_Cyr;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  width: 200px;
  border: none;
  border-bottom: 1px solid #4e4e4e;
  outline: none;
  padding-bottom: 2px;
}

.nekbread__main {
  display: flex;
  gap: 10px;
  margin-bottom: 40px;
  color: #ff3e01;
  font-family: Ruberoid;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  text-transform: uppercase;
}

.overlay {
  background: #00000073;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
  display: none;
}

.logreg__form button {
  width: 252px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1d1d1d;
  font-family: Ruberoid;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 0;
  margin-top: 5px;
  color: #fff;
  gap: 10px;
}

.logreg__form button svg {
  display: none;
}

.popup-info {
  position: fixed;
  z-index: 1000;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 0 15px;
  max-width: 400px;
  width: 100%;
  height: 200px;
  gap: 15px;
  font-family: Ruberoid;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  display: none;
}

.abonement-price {
  font-size: 16px;
  line-height: 18px;
  font-family: Ruberoid;
  font-style: normal;
  position: absolute;
  top: 18px;
  left: 18px;
}

.popup-abonement {
  position: fixed;
  z-index: 1000;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 0 15px;
  max-width: 400px;
  width: 100%;
  height: 400px;
  display: none!important;
}

.popup-info .user-logout,
.popup-info span {
  color: #c4967a;
  font-weight: 500;
}

.logreg__form {
  border: 1px solid #c4967a;
  background: #fbfbfb;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  padding-top: 30px;
  position: relative;
  justify-content: center;
}

.form__response {
  font-family: Ruberoid;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #5cb85c;
  text-align: center;
  line-height: 18px;
  display: none;
}
.form__response a {
  text-decoration: underline;
}
.popup-login,
.popup-register {
  position: fixed;
  z-index: 1000;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 0 15px;
  max-width: 400px;
  width: 100%;
  height: 360px;
  display: none;
}

.logreg__form input {
  border: 1px solid #1d1d1d;
  outline: none;
  font-family: Ruberoid;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  width: 85%;
  height: 50px;
  background: transparent;
  padding: 7px;
  color: #1d1d1d;
}

.close-form {
  width: 16px;
  position: absolute;
  right: 18px;
  top: 18px;
  cursor: pointer;
}

.form__another {
  color: #1d1d1d;
  font-family: Ruberoid;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  padding: 0 5px;
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 100%;
  gap: 5px;
}

.another__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 5px;
}

.form__another.success {
  color: #5cb85c;
}

.form__another a {
  font-weight: 500;
  color: #c4967a;
}

.close-form img {
  width: 100%;
}

.nekbread__main .main__breads {
  font-weight: 700;
}

.form_input::placeholder {
  color: #4e4e4e;
  font-family: Optima_Cyr;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

@media (max-width: 768px) {
  .footer__bot {
    height: auto;
    padding: 25px 0;
  }

  .footer__bot__container {
    flex-direction: column;
    justify-content: center;
    gap: 15px;
  }

  .footer__bot-menu ul {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
  }

  .footer__top__container {
    flex-wrap: wrap;
    gap: 10px;
  }
}

@media (max-width: 480px) {
  .footer__top__container {
    justify-content: center;
    gap: 20px;
  }

  .form_input {
    width: 300px;
  }

  .footer__form label {
    text-align: center;
  }
}

.header__menu {
  position: relative;
}

.header__menu nav {
  position: absolute;
  bottom: -180px;
  left: 0;
  width: 250px;
  display: none;
}

.header__menu nav.open {
  display: block;
}

.header__menu nav ul {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.header__menu nav ul li {
  color: #fff;
  font-family: Ruberoid;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  text-transform: uppercase;
}

.menu-opener {
  font-size: 16px;
  font-weight: 500;
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
  font-family: Ruberoid;
}

.header__container {
  max-width: 1300px;
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
}

.header__account {
  display: flex;
  gap: 30px;
  align-items: center;
}

.header__login {
  height: 62px;
}

.header__login img {
  height: 100%;
}

.header__reg {
  font-size: 22px;
  font-weight: 400;
  font-family: Optima_Cyr;
  padding: 16px 69px 19px 69px;
  display: block;
  width: fit-content;
  color: #fff;
  border: 1px solid #fff;
}

@media (max-width: 900px) {
  .header__reg {
    display: none;
  }
}

.wrapper > main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.wrapper > * {
  min-width: 0;
}

/*
(i) Стили будут применяться ко 
всем классам содержащим *__container
Например header__container, main__container и т.д.
Снипет (HTML): cnt
*/

[class*="__container"] {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0 auto;
}

.policy {
  max-width: 1440px;
  padding: 30px 15px;
}
.policy p {
  font-size: 15px;
  font-weight: 400;
  font-family: Ruberoid;
  padding-bottom: 10px;
}

.home {
  background: url("http://fitmoms.onlinefitnessclub.com/wp-content/uploads/2024/01/Дизайн-без-названия-20.png");
  height: 700px;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (max-width: 480px) {
  .home {
    background: url("http://fitmoms.onlinefitnessclub.com/wp-content/uploads/2024/01/Дизайн-без-названия-5-2.png");
    background-repeat: no-repeat;
    background-position: center center;
  }
}

.contacts-banner {
  height: 390px;
  width: 100%;
  background: url("../img/cbanner.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.contacts-banner h1 {
  color: #fff;
  font-family: agoptimacyr_bold;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 58px;
  text-transform: uppercase;
  padding: 155px 0 0 155px;
}

.contacts-items {
  padding: 80px 0;
}

.contacts__container {
  max-width: 1270px;
  padding: 0 25px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 43px;
}

.contacts__item:not(:last-child) {
  border-right: 1px solid #f1f1f1;
  padding-right: 43px;
}

.contacts__title {
  color: #000;
  font-family: Ruberoid;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.contacts__links {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-left: 47px;
}

.contacts__links a {
  color: #000;
  font-family: Ruberoid;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
}

.contacts__mainlink {
  margin-top: 50px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.contacts__mainlink a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background: #57a5de;
  padding: 20px 0;
  max-width: 390px;
  width: 100%;
  color: #fff;
  font-family: Ruberoid;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  gap: 20px;
}

@media (max-width: 600px) {
  .contacts__container {
    flex-direction: column;
    justify-content: flex-start;
    gap: 32px;
  }
  .contacts__item {
    padding-right: 0 !important;
    padding-top: 32px;
    border-right: 0 !important;
    border-top: 1px solid #f1f1f1;
    width: 100%;
  }
  .contacts-items {
    padding-top: 25px;
    padding-bottom: 55px;
  }
  .contacts__item:first-child {
    padding-top: 0;
    border: none;
  }
  .contacts__mainlink {
    padding: 0 25px;
  }
  .contacts__mainlink a {
    gap: 15px;
    font-size: 14px;
  }
  .contacts-banner {
    background: url("../img/cbannerm.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 193px;
  }
  .contacts-banner h1 {
    padding-left: 26px;
    padding-top: 71px;
    font-size: 45px;
    line-height: 52px;
  }
}

.home__title {
  font-family: agoptimacyr;
  font-size: 52px;
  font-weight: 400;
  line-height: 66px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  padding-top: 420px;
  padding-bottom: 25px;
  text-shadow: 0px 0px 18px #000;
}

.home__btn {
  color: #fff;
  font-family: Optima_Cyr;
  font-size: 22px;
  font-weight: 400;
  line-height: normal;
  border: 1px solid #fff;
  background: #000;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 278px;
  height: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}
.home__btn-gif {
  border: 1px solid #000;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  width: 100px;
}


.home__btn:hover {
  border: 1px solid #000;
  background: #fff;
  color: #000;
}

.underhome {
  margin-top: 10px;
  margin-bottom: 15px;
}

.underhome__container {
  max-width: 1440px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
}

.underhome__item {
  width: 50%;
  height: 700px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.underhome__item img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.underhome__item img.mobile {
  display: none;
}

.underhome__title {
  z-index: 2;
  color: #fff;
  text-align: center;
  font-family: agoptimacyr_bold;
  font-size: 40px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  position: relative;
}

.underhome__title::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: #fff;
}

.underhome__item:first-child .underhome__title::before {
  display: none;
}

.pregnant {
  margin-top: 36px;
}

.pregnant__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1360px;
  padding: 0 15px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@supports (gap: clamp(1.25rem, -3.3653846154rem + 7.2115384615vw, 3.125rem)) {
  .pregnant__container {
    gap: clamp(1.25rem, -3.3653846154rem + 7.2115384615vw, 3.125rem);
  }
}

@supports not (
  gap: clamp(1.25rem, -3.3653846154rem + 7.2115384615vw, 3.125rem)
) {
  .pregnant__container {
    gap: calc(1.25rem + 1.875 * (100vw - 64rem) / 26);
  }
}

.pregnant__image {
  width: 46%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.pregnant__image img {
  width: 100%;
}

.des__container {
  max-width: 1042px;
  padding: 0 5px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 27px;
}

.des {
  margin-top: 75px;
}

.des__icon {
  padding-top: 14px;
  margin: 0 auto;
  padding-bottom: 10px;
  text-align: center;
}

.des__title {
  color: #000;
  text-align: center;
  font-family: "Gilroy";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
}

.des__text {
  color: #000;
  text-align: center;
  font-family: "Gilroy";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
}

.des__item {
  width: 461px;
  height: 205px;
  background: #fbfbfb;
  padding: 7px;
}

@media (max-width: 970px) {
  .des__container {
    justify-content: center;
    gap: 19px;
  }

  .des__item {
    max-width: 461px;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .des__title {
    font-size: 16px;
    line-height: 18px;
  }

  .des__text {
    font-size: 14px;
    line-height: 18px;
  }

  .des__icon {
    padding-top: 24px;
    padding-bottom: 14px;
  }
}

.phcat {
  margin-top: 30px;
}

.phcat__container {
  max-width: 1310px;
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}

.phcat__item {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.phcat__item .phcat__img {
  width: 150px;
  height: 150px;
  border-radius: 10px;
  overflow: hidden;
}

.phcat__item .phcat__img img {
  width: 100%;
  height: 100%;
}

.phcat__title {
  color: #000;
  font-family: "Gilroy";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}

@media (max-width: 1080px) {
  .phcat__container {
    justify-content: center;
  }
}

.whopreg {
  padding-top: 60px;
}

.whopreg__container {
  max-width: 1258px;
  padding: 0 34px;
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
  justify-content: center;
}

.whopreg h3 {
  color: #000;
  text-align: center;
  font-family: Ruberoid;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
  text-transform: uppercase;
  margin: 30px 0 70px 0;
}

.whopreg__number {
  color: #c4967a;
  font-family: "Gilroy";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
  text-transform: uppercase;
  margin-bottom: 6px;
  margin-top: 30px;
}

.whopreg__item {
  width: 365px;
}

.whopreg__title {
  color: #000;
  font-family: Ruberoid;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  margin-bottom: 16px;
}

.whopreg__text {
  color: #000;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
}

@media (max-width: 480px) {
  .whopreg__img {
    text-align: center;
  }

  .whopreg {
    padding-top: 25px;
  }

  .whopreg h3 {
    font-size: 18px;
    line-height: 21px;
    margin: 50px 0 30px 0;
  }

  .whopreg__title {
    margin-bottom: 10px;
  }

  .whopreg__container {
    gap: 35px;
  }
}

.pregabon {
  padding-top: 90px;
}

.pregabon__container {
  max-width: 1055px;
  padding: 0 54px;
  display: flex;
  gap: 65px;
  justify-content: center;
  flex-wrap: wrap;
}

.pregabon__title {
  margin-bottom: 65px;
  color: #000;
  text-align: center;
  font-family: Ruberoid;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
  text-transform: uppercase;
}

.pregabon__item {
  width: 273px;
  height: 250px;
  padding: 3px;
  border: 1px solid #1d1d1d;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.pregabon__item-subtitle,
.pregabon__item-title {
  color: #c4967a;
  text-align: center;
  font-family: Ruberoid;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  text-transform: uppercase;
}

.pregabon__item-subtitle {
  color: #000;
  padding-top: 43px;
}

.pregabon__item-price {
  color: #000;
  font-family: Gilroy;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
  text-transform: uppercase;
  text-align: center;
  padding: 30px 0;
}

.pregabon__item-list {
  padding-left: 38px;
}

.pregabon__item-list li {
  color: #000;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  list-style-type: disc;
}

.pregabon__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 59px;
  color: #fff;
  font-family: Gilroy;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: #c4967a;
  cursor: pointer;
  flex-shrink: 0;
  gap: 10px;
}

.pregabon__btn svg {
  display: none;
}
.lost__title {
  text-align: center;
  font-size: 18px;
  font-family: Gilroy;
  margin: 15px 0;
}
.lost__form {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  
}
.lost__form label {
  font-size: 16px;
  font-family: Gilroy;
  margin-bottom: 5px;
  display: block;
}
.lost__row {
  width: 320px;
  margin: 15px 0;
}
.lost__form input {
  border: 1px solid #1d1d1d;
  outline: none;
  font-family: Ruberoid;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  width: 320px;
  height: 50px;
  background: transparent;
  padding: 7px;
  color: #1d1d1d;
}
.lost__form button {
  width: 252px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1d1d1d;
  font-family: Ruberoid;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 0;
  margin-top: 5px;
  color: #fff;
}
/* body.abon_loading .pregabon__btn svg {
  display: block;
}
.pregabon__btn.active {
  background: #a6826c;
} */



.abonement-loading {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 101;
  font-size: 20px;
  color: white;
  gap: 10px;
  justify-content: center;
  align-items: center;
  display: none;
  font-family: "Gilroy";
  font-weight: 700;
}

body.abon_loading .abonement-loading {
  display: flex;
}
body.abon_loading::before {
  content: '';
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: #00000079;
}

.pregabon__item:first-child .pregabon__item-list li {
  font-weight: 700;
}

@media (max-width: 768px) {
  .pregabon__item-text {
    display: flex;
    flex-direction: column-reverse;
    gap: 28px;
    padding-top: 28px;
  }

  .pregabon__title {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 20px;
  }

  .pregabon {
    padding-top: 60px;
  }
}

.pregnant.reverse {
  margin-top: 70px;
  margin-bottom: 45px;
}

.pregnant.reverse .pregnant__container {
  flex-direction: row-reverse;
}

.pregnant__text {
  max-width: 523px;
  margin: 0 auto;
}

.pregnant__text p {
  color: #000;
  font-family: "Gilroy";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
}

.pregnant__text p:not(:last-child) {
  margin-bottom: 20px;
}

@supports (
  margin-bottom: clamp(0.625rem, -0.9134615385rem + 2.4038461538vw, 1.25rem)
) {
  .pregnant__text p:not(:last-child) {
    margin-bottom: clamp(0.625rem, -0.9134615385rem + 2.4038461538vw, 1.25rem);
  }
}

@supports not (
  margin-bottom: clamp(0.625rem, -0.9134615385rem + 2.4038461538vw, 1.25rem)
) {
  .pregnant__text p:not(:last-child) {
    margin-bottom: calc(0.625rem + 0.625 * (100vw - 64rem) / 26);
  }
}

.pregnant__title {
  color: #1d1d1d;
  font-family: "Gilroy";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}

@supports (
  margin-bottom: clamp(0.625rem, -0.9134615385rem + 2.4038461538vw, 1.25rem)
) {
  .pregnant__title {
    margin-bottom: clamp(0.625rem, -0.9134615385rem + 2.4038461538vw, 1.25rem);
  }
}

@supports not (
  margin-bottom: clamp(0.625rem, -0.9134615385rem + 2.4038461538vw, 1.25rem)
) {
  .pregnant__title {
    margin-bottom: calc(0.625rem + 0.625 * (100vw - 64rem) / 26);
  }
}

.pregnant__btn {
  margin: 0 auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 252px;
  height: 58px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #1d1d1d;
  color: #fff;
  font-family: Ruberoid;
  font-size: 16px;
  font-weight: 300;
}

@supports (
  margin-top: clamp(1.5625rem, -2.8990384615rem + 6.9711538462vw, 3.375rem)
) {
  .pregnant__btn {
    margin-top: clamp(1.5625rem, -2.8990384615rem + 6.9711538462vw, 3.375rem);
  }
}

@supports not (
  margin-top: clamp(1.5625rem, -2.8990384615rem + 6.9711538462vw, 3.375rem)
) {
  .pregnant__btn {
    margin-top: calc(1.5625rem + 1.8125 * (100vw - 64rem) / 26);
  }
}

.desire {
  padding-top: 95px;
}

.desire__container {
  max-width: 1130px;
  padding: 0 10px;
}

.desire__title {
  color: #000;
  text-align: center;
  font-family: agoptimacyr_bold;
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.desire__video {
  width: 100%;
}

.desire__video iframe {
  width: 100%;
  height: 636px;
}

@supports (
  height: clamp(12.5rem, 2.7311320755rem + 41.1320754717vw, 39.75rem)
) {
  .desire__video iframe {
    height: clamp(12.5rem, 2.7311320755rem + 41.1320754717vw, 39.75rem);
  }
}

@supports not (
  height: clamp(12.5rem, 2.7311320755rem + 41.1320754717vw, 39.75rem)
) {
  .desire__video iframe {
    height: calc(12.5rem + 27.25 * (100vw - 23.75rem) / 66.25);
  }
}

.desire__iwrapper {
  /* margin-top: 50px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 25px;
}

.desire__mobtitle {
  display: none;
  color: #000;
  text-align: center;
  font-family: agoptimacyr_bold;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
  margin-top: 34px;
}

.desire__item {
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 40px 40px 25px;
  gap: 16px;
}

.desire__text {
  color: #000;
  font-family: agoptimacyr_roman;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}

.precat {
  padding-top: 55px;
  padding-bottom: 70px;
}

.precat__container {
  max-width: 1360px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 0 10px;
}

@supports (gap: clamp(1.25rem, 0.8018867925rem + 1.8867924528vw, 2.5rem)) {
  .precat__container {
    gap: clamp(1.25rem, 0.8018867925rem + 1.8867924528vw, 2.5rem);
  }
}

@supports not (gap: clamp(1.25rem, 0.8018867925rem + 1.8867924528vw, 2.5rem)) {
  .precat__container {
    gap: calc(1.25rem + 1.25 * (100vw - 23.75rem) / 66.25);
  }
}

.precat__item {
  max-width: 426px;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.1);
}

@supports (
  height: clamp(14.125rem, 10.3608490566rem + 15.8490566038vw, 24.625rem)
) {
  .precat__item {
    height: clamp(14.125rem, 10.3608490566rem + 15.8490566038vw, 24.625rem);
  }
}

@supports not (
  height: clamp(14.125rem, 10.3608490566rem + 15.8490566038vw, 24.625rem)
) {
  .precat__item {
    height: calc(14.125rem + 10.5 * (100vw - 23.75rem) / 66.25);
  }
}

.precat__item img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@supports (
  height: clamp(9.0625rem, 5.5224056604rem + 14.9056603774vw, 18.9375rem)
) {
  .precat__item img {
    height: clamp(9.0625rem, 5.5224056604rem + 14.9056603774vw, 18.9375rem);
  }
}

@supports not (
  height: clamp(9.0625rem, 5.5224056604rem + 14.9056603774vw, 18.9375rem)
) {
  .precat__item img {
    height: calc(9.0625rem + 9.875 * (100vw - 23.75rem) / 66.25);
  }
}

.precat__item span {
  color: #000;
  font-family: agoptimacyr_bold;
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
  display: block;
  width: 100%;
  padding: 15px 10px 10px 20px;
}

.program {
  background: #f5f5f5;
  padding-top: 63px;
}

.program h3 {
  color: #000;
  text-align: center;
  font-family: agoptimacyr_bold;
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.program__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 1130px;
  padding: 0 20px;
  gap: 30px;
}

.program__item {
  width: 100%;
  height: 382px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  -webkit-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.1);
}

@supports (gap: clamp(1.25rem, 0.8018867925rem + 1.8867924528vw, 2.5rem)) {
  .program__item {
    gap: clamp(1.25rem, 0.8018867925rem + 1.8867924528vw, 2.5rem);
  }
}

@supports not (gap: clamp(1.25rem, 0.8018867925rem + 1.8867924528vw, 2.5rem)) {
  .program__item {
    gap: calc(1.25rem + 1.25 * (100vw - 23.75rem) / 66.25);
  }
}

.program__item:nth-child(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.program__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 452px;
  max-height: 322px;
}

.program__img img {
  width: 100%;
}

.program__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.program__text span {
  color: #1d1d1d;
  font-family: agoptimacyr_bold;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
}

.program__text p {
  color: #000;
  font-family: agoptimacyr_roman;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

@supports (
  padding: clamp(0.0000000625rem, -1.2499999063rem + 4.1666665625vw, 2.5rem)
) {
  .workouts-main {
    padding: clamp(0.0000000625rem, -1.2499999063rem + 4.1666665625vw, 2.5rem);
  }
}

@supports not (
  padding: clamp(0.0000000625rem, -1.2499999063rem + 4.1666665625vw, 2.5rem)
) {
  .workouts-main {
    padding: calc(0.0000000625rem + 2.4999999375 * (100vw - 30rem) / 60);
  }
}

.workouts {
  padding-top: 50px;
}

.workouts__banner {
  position: relative;
  width: 100%;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 38px;
}

.workouts__banner .video-banner {
  max-width: 747px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 35px;
}
.workouts__banner .video-banner video {
  width: 100%;
}

.workouts__banner .image-banner {
  max-width: 595px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.workouts__banner .image-banner img {
  width: 100%;
}

img.banner-pc {
    width: 100%;
    height: fit-content;
}

#slider {
  position: relative;
  overflow: hidden;
  margin: 20px auto 0 auto;
  border-radius: 4px;
}

#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 200px;
  list-style: none;
}

#slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 500px;
  height: 300px;
  background: #ccc;
  text-align: center;
  line-height: 300px;
}

@media (max-width: 480px) {
#slider ul {
    width: 320px !important;
    overflow: hidden !important;
    margin: inherit !important;
}
#slider ul li {
    width: 100%  !important;
}
}

a.control_prev, a.control_next {
  position: absolute;
  top: 40%;
  z-index: 999;
  display: block;
  padding: 4% 3%;
  width: auto;
  height: auto;
  background: #2a2a2a;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 0.8;
  cursor: pointer;
}

a.control_prev:hover, a.control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}

a.control_prev {
  border-radius: 0 2px 2px 0;
}

a.control_next {
  right: 0;
  border-radius: 2px 0 0 2px;
}

.slider_option {
  position: relative;
  margin: 10px auto;
  width: 160px;
  font-size: 18px;
}

.workouts__banner .image-banner-slider {
  max-width: 595px;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: row; /* Змінено на рядок для розташування слайдів горизонтально */
}

.workouts__banner .image-banner-slider .slide {
  flex: 0 0 90%; /* Кожен слайд займає 100% ширини контейнера */
  transition: transform 0.5s ease;
}

.workouts__banner .image-banner-slider:hover .slide {
  transform: translateX(-100%);
}

.workouts__banner .image-banner-slider img {
  width: 100%;
}


.workouts__banner .image-title {
  color: #000;
  font-family: agoptimacyr_bold;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 2;
  text-transform: uppercase;
  padding-left: 20px;
}
@media(max-width: 767.98px) {
  .workouts__banner {
    flex-direction: column;
    align-items: center;
    gap: 33px;
    padding: 0 10px;
    justify-content: flex-start;
  }
  .workouts__banner .image-title {
    font-size: 18px;
    text-align: center;
    padding-left: 0;
    display: none;
  }
  .nekbread__main {
    padding-left: 10px;
    padding-top: 10px;
  }
}
/* .workouts__banner img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.workouts__banner h1 {
  position: relative;
  margin-left: 11%;
  color: #fff;
  font-family: agoptimacyr_bold;
  font-size: 50px;
  font-weight: 700;
  line-height: 57px;
  text-transform: uppercase;
} */

.workouts__banner .banner-mobile {
  display: none;
}

.workouts__container {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
  margin: 0 auto;
  padding: 0;
}

.workouts__item {
  width: 317px;
  -ms-flex-item-align: baseline;
  align-self: baseline;
  background: #fff;
  -webkit-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.1);
}

.workouts__img {
  height: 275px;
  width: 100%;
}

.workouts__img img {
  width: 100%;
  height: 100%;
}

.workouts__title {
  color: #000;
  font-family: agoptimacyr_bold;
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
  padding: 15px 10px 5px 25px;
}

.workouts__text {
  padding: 10px 10px 10px 25px;
  color: #000;
  font-family: agoptimacyr_roman;
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
}

.category {
  padding-top: 50px;
}

.category__banner {
  position: relative;
  width: 100%;
  height: 416px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.category__banner img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.category__banner h1 {
  position: relative;
  margin-left: 10%;
  color: #fff;
  font-family: agoptimacyr_bold;
  font-size: 50px;
  font-weight: 700;
  line-height: 57px;
  text-transform: uppercase;
}

.category__banner .banner-mobile {
  display: none;
}

.category__container {
  max-width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.category__product {
  border: 1px solid #c4967a;
  background: #fbfbfb;
  width: 100%;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 275px;
}

@supports (gap: clamp(0.8125rem, -1.1160714286rem + 4.0178571429vw, 2.5rem)) {
  .category__product {
    gap: clamp(0.8125rem, -1.1160714286rem + 4.0178571429vw, 2.5rem);
  }
}

@supports not (
  gap: clamp(0.8125rem, -1.1160714286rem + 4.0178571429vw, 2.5rem)
) {
  .category__product {
    gap: calc(0.8125rem + 1.6875 * (100vw - 48rem) / 42);
  }
}

.category__product-img {
  height: 215px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@supports (width: clamp(17.5rem, 10.3571428571rem + 14.880952381vw, 23.75rem)) {
  .category__product-img {
    width: clamp(17.5rem, 10.3571428571rem + 14.880952381vw, 23.75rem);
  }
}

@supports not (
  width: clamp(17.5rem, 10.3571428571rem + 14.880952381vw, 23.75rem)
) {
  .category__product-img {
    width: calc(17.5rem + 6.25 * (100vw - 48rem) / 42);
  }
}

.category__product-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.category__product-title {
  color: #1d1d1d;
  font-family: agoptimacyr_bold;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
}

.category__product-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
}

.category__product-desc {
  color: #020202;
  font-family: agoptimacyr_roman;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.product__container {
  max-width: 900px;
  padding: 0 10px;
}

.product__breadcrumbs {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ff3e01;
  font-family: Ruberoid;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-transform: uppercase;
}

.product__breadtitle {
  margin-top: 7px;
  color: #4e4e4e;
  font-family: Ruberoid;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.product__video {
  width: 100%;
}

@supports (
  height: clamp(12.625rem, 5.8360849057rem + 28.5849056604vw, 31.5625rem)
) {
  .product__video {
    height: clamp(12.625rem, 5.8360849057rem + 28.5849056604vw, 31.5625rem);
  }
}

@supports not (
  height: clamp(12.625rem, 5.8360849057rem + 28.5849056604vw, 31.5625rem)
) {
  .product__video {
    height: calc(12.625rem + 18.9375 * (100vw - 23.75rem) / 66.25);
  }
}

.product__video iframe,
.product__video p {
  width: 100% !important;
  height: 100% !important;
}

.product__title {
  color: #3c3c3c;
  font-family: Ruberoid;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
  position: relative;
  padding-left: 27px;
  margin-top: 28px;
  margin-bottom: 22px;
}

.product__title::before {
  content: "";
  width: 13px;
  height: 30px;
  background: #ff3e01;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.product__desc {
  color: #000;
  font-family: Ruberoid;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}

@media (max-width: 1439px) {
  .workouts__container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (max-width: 1080px) {
  .workouts__container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 1024px) {
  .underhome__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .underhome__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: auto;
    height: 400px;
  }

  .pregnant__container,
  .pregnant.reverse .pregnant__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pregnant__image {
    width: 70%;
  }

  .pregnant__text {
    width: 70%;
  }

  .pregnant__title {
    text-align: center;
  }

  .precat__container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 880px) {
  .program__container {
    gap: 20px;
  }

  .program__item {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    width: auto;
    height: auto;
  }
}

@media (max-width: 768px) {
  .home__title {
    font-size: 37px;
    line-height: 43px;
    padding-top: 296px;
    padding-bottom: 32px;
  }

  .home__btn {
    width: 202px;
    height: 50px;
    font-size: 16px;
  }

  .underhome__item {
    width: auto;
    height: 240px;
  }

  .pregnant {
    margin-top: 23px;
  }

  .pregnant.reverse {
    margin-top: 35px;
  }

  .desire {
    padding-top: 22px;
  }

  .desire__title {
    font-size: 28px;
    line-height: 33px;
    margin-bottom: 25px;
  }

  .desire__iwrapper {
    margin-top: 21px;
    gap: 10px;
  }

  .desire__mobtitle {
    display: block;
  }

  .desire__item {
    padding: 20px 40px 20px 25px;
    gap: 0px;
  }

  .desire__check {
    display: none;
  }

  .desire__text {
    font-size: 16px;
    line-height: 20px;
  }

  .precat {
    padding-top: 42px;
    padding-bottom: 55px;
  }

  .precat__item span {
    font-size: 16px;
    line-height: 18px;
  }

  .program {
    padding-top: 39px;
  }

  .program h3 {
    margin-bottom: 28px;
    font-size: 24px;
    line-height: 28px;
  }

  .product__title {
    margin-top: 17px;
    padding-left: 23px;
    line-height: 22px;
    font-size: 19px;
    margin-bottom: 12px;
  }
}

@media (max-width: 680px) {
  .workouts__container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .category__product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 480px) {
  .underhome__item img {
    display: none;
  }

  .underhome__item img.mobile {
    display: block;
  }

  .pregnant__image {
    width: 100%;
  }

  .pregnant__text p:not(:last-child) {
    margin-bottom: 18px;
  }

  .pregnant__text {
    width: 100%;
  }

  .pregnant__title {
    font-size: 22px;
    line-height: 25px;
  }

  .pregnant__btn {
    margin-top: 40px;
    width: 246px;
    height: 65px;
    font-weight: 500;
  }

  .precat__item {
    height: auto;
    -ms-flex-item-align: baseline;
    align-self: baseline;
  }

  .program__text span {
    font-size: 22px;
    line-height: 25px;
  }

  .program__text p {
    font-size: 18px;
    line-height: 22px;
  }

  .workouts {
    padding-top: 25px;
  }

  .workouts__banner h1 {
    margin: 0 auto;
    font-size: 45px;
    line-height: 52px;
    text-align: center;
  }

  /* .workouts__banner {
    height: 565px;
  } */

  .workouts__banner .banner-pc {
    display: none;
  }

  .workouts__banner .banner-mobile {
    display: block;
  }

  .workouts__container {
    padding: 0 20px;
  }

  .workouts__item {
    width: 340px;
  }

  .category__banner h1 {
    margin: 0 auto;
    font-size: 45px;
    line-height: 52px;
    text-align: center;
  }

  .category__banner {
    height: 565px;
  }

  .category__banner .banner-pc {
    display: none;
  }

  .category__banner .banner-mobile {
    display: block;
  }

  .category__container {
    padding: 0 20px;
  }

  .category__product-img {
    width: 100%;
  }

  .product__breadtitle {
    margin-bottom: 15px;
  }
}


.thank__container {
  max-width: 780px;
  padding: 0 10px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 30px auto;
  font-family: "Gilroy";
}

.thank__container img {
  display: block;
  margin: 0 auto 42px auto;
  width: 86px;
  height: 86px;
}

.thank__title {
  text-align: center;
  margin-bottom: 14px;
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  color: #0C0C24;
}

.thank__warning {
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: #FFFFFF;
  padding: 15px 60px;
  background: #0C0C24;
  border-radius: 1000px;
  margin: 0 auto 22px auto;
  width: fit-content;
  font-family: "Gilroy";
  font-weight: 500;
}

.thank__desc {
  max-width: 670px;
  width: 100%;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: #6D6D7C;
  font-weight: 500;
  margin: 0 auto;
  margin-bottom: 23px;
}

p+.thank__social {
  margin-bottom: 5px;
  margin-top: 14px;
}

.thank__social {
  display: flex;
  gap: 10px;
  margin: 0 auto;
  width: 100%;
}

.thank__social span {
  width: 42%;
  display: flex;
  justify-content: flex-end;
  font-size: 16px;
  line-height: 23px;
  color: #6D6D7C;
  font-family: "Gilroy";
  font-weight: 500;
}

.thank__social a {
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  color: #6D6D7C;
  transition: all 0.3s ease 0s;
  font-family: "Gilroy";
}

.thank__prog {
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: #FFFFFF;
  padding: 15px 60px;
  background: #0C0C24;
  border-radius: 1000px;
  margin: 22px auto 22px auto;
  width: fit-content;
  font-family: "Gilroy";
  font-weight: 500;
  display: block;
}

.thank__text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  color: #6D6D7C;
  font-family: "Gilroy";
  font-weight: 500;
}

.thank__inst {
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #114799;
  display: block;
  margin: 0 auto;
  padding-bottom: 1px;
  border-bottom: 1px solid #114799;
  margin-bottom: 40px;
  margin-top: 10px;
  transition: all 0.3s ease 0s;
  font-family: "Gilroy";
  font-weight: 500;
  width: fit-content;
}

.modform__wrapper {
  font-family: Ruberoid;
  overflow-y: scroll;
  position: fixed;
  display: none;
  z-index: 50;
  max-width: 550px;
  width: 90%;
  max-height: 87vh;
  height: fit-content;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 27px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 27px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 30px 25px 20px 25px;
}

.modform__wrapper .modal__close {
  top: 15px;
  right: 10px;
}

.modform__wrapper form {
  margin-top: 30px;
}

.modform__wrapper form label {
  padding: 10px;
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
}

.modform__order {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: #0C0C24;
}

.modform__order span {
  font-weight: 400;
}

.modform__btn {
  background: #c4967a;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  width: 100%;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
  font-family: Ruberoid;

  text-transform: uppercase;
  color: #FFFFFF;
  margin-top: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: none;
  outline: none;
}

.modform__btn:hover {
  background: white;
  color: black;
}

.form__row {
  position: relative;
}

.ui-input {
  font-family: Ruberoid;
  box-shadow: none;
  width: 100%;
  background: #F9F9F9;
  border-radius: 5px;
  height: 56px;
  font-weight: 700;
  font-size: 16px;
  font-variant: small-caps;
  line-height: 0;
  color: #000000;
  padding: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  outline: none;
  border: none;
}

.ui-input:hover {
  border: 1px solid #D9D9D9 !important;
}

.ui-input:focus {
  border: 1px solid #3A4681;
}

.ui-input[disabled] {
  opacity: 0.5;
}

.ui-input:invalid {
  background: #FFF2F2;
  border: 1px solid #B00000;
}

.ui-input:invalid+.ui-clear+.ui-error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ui-input:invalid+.ui-clear {
  bottom: 43px;
}

@media (max-width: 29.99875em) {
  .modform__order {
    flex-direction: column;
    justify-content: flex-start;
    gap: 10px;
    padding: 0;
  }

  .modform__wrapper .modal__close {
      top: 30px;
      right: 35px;
  }
}

body.woommod-open::before {
  content: '';
  background: #0000008e;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 45;
}

.modform__wrapper .modform__close {
  position: absolute;
  cursor: pointer;
  top: 15px;
  right: 10px;
}
.ui-input:invalid+.ui-clear+.ui-error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ui-input:invalid+.ui-clear {
  bottom: 43px;
}

.ui-error {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 5px;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  font-variant: small-caps;
  color: #CF3519;
}

.ui-error::before {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPG1hc2sgaWQ9Im1hc2swXzg4MV8xODgiIHN0eWxlPSJtYXNrLXR5cGU6YWxwaGEiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjAiIHk9IjAiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+CjxyZWN0IHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iI0Q5RDlEOSIvPgo8L21hc2s+CjxnIG1hc2s9InVybCgjbWFzazBfODgxXzE4OCkiPgo8cGF0aCBkPSJNNS4xMiAxMkw4IDkuMTJMMTAuODggMTJMMTIgMTAuODhMOS4xMiA4TDEyIDUuMTJMMTAuODggNEw4IDYuODhMNS4xMiA0TDQgNS4xMkw2Ljg4IDhMNCAxMC44OEw1LjEyIDEyWk04IDE2QzYuODkzMzMgMTYgNS44NTMzMyAxNS43ODk5IDQuODggMTUuMzY5NkMzLjkwNjY3IDE0Ljk0OTkgMy4wNiAxNC4zOCAyLjM0IDEzLjY2QzEuNjIgMTIuOTQgMS4wNTAxMyAxMi4wOTMzIDAuNjMwNCAxMS4xMkMwLjIxMDEzMyAxMC4xNDY3IDAgOS4xMDY2NyAwIDhDMCA2Ljg5MzMzIDAuMjEwMTMzIDUuODUzMzMgMC42MzA0IDQuODhDMS4wNTAxMyAzLjkwNjY3IDEuNjIgMy4wNiAyLjM0IDIuMzRDMy4wNiAxLjYyIDMuOTA2NjcgMS4wNDk4NyA0Ljg4IDAuNjI5NkM1Ljg1MzMzIDAuMjA5ODY3IDYuODkzMzMgMCA4IDBDOS4xMDY2NyAwIDEwLjE0NjcgMC4yMDk4NjcgMTEuMTIgMC42Mjk2QzEyLjA5MzMgMS4wNDk4NyAxMi45NCAxLjYyIDEzLjY2IDIuMzRDMTQuMzggMy4wNiAxNC45NDk5IDMuOTA2NjcgMTUuMzY5NiA0Ljg4QzE1Ljc4OTkgNS44NTMzMyAxNiA2Ljg5MzMzIDE2IDhDMTYgOS4xMDY2NyAxNS43ODk5IDEwLjE0NjcgMTUuMzY5NiAxMS4xMkMxNC45NDk5IDEyLjA5MzMgMTQuMzggMTIuOTQgMTMuNjYgMTMuNjZDMTIuOTQgMTQuMzggMTIuMDkzMyAxNC45NDk5IDExLjEyIDE1LjM2OTZDMTAuMTQ2NyAxNS43ODk5IDkuMTA2NjcgMTYgOCAxNlpNOCAxNC40QzkuNzg2NjcgMTQuNCAxMS4zIDEzLjc4IDEyLjU0IDEyLjU0QzEzLjc4IDExLjMgMTQuNCA5Ljc4NjY3IDE0LjQgOEMxNC40IDYuMjEzMzMgMTMuNzggNC43IDEyLjU0IDMuNDZDMTEuMyAyLjIyIDkuNzg2NjcgMS42IDggMS42QzYuMjEzMzMgMS42IDQuNyAyLjIyIDMuNDYgMy40NkMyLjIyIDQuNyAxLjYgNi4yMTMzMyAxLjYgOEMxLjYgOS43ODY2NyAyLjIyIDExLjMgMy40NiAxMi41NEM0LjcgMTMuNzggNi4yMTMzMyAxNC40IDggMTQuNFoiIGZpbGw9IiNDRjM1MTkiLz4KPC9nPgo8L3N2Zz4K);
  margin-right: 8px;
}

.ui-clear {
  position: absolute;
  bottom: 18px;
  right: 20px;
  cursor: pointer;
  display: none;
}