:root {
  --black-2: #202020;
  --green: #dbfe52;
  --black: #323232;
  --grey: #909090;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

.w-commerce-commerceaddtocartoptionpillgroup {
  margin-bottom: 10px;
  display: flex;
}

.w-commerce-commerceaddtocartoptionpill {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  margin-right: 10px;
  padding: 8px 15px;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-selected {
  color: #fff;
  background-color: #000;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartquantityinput {
  height: 38px;
  width: 60px;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commerceaddtocartquantityinput::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commerceaddtocartquantityinput::placeholder {
  color: #999;
}

.w-commerce-commerceaddtocartquantityinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commerceaddtocartbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commerceaddtocartbutton.w--ecommerce-add-to-cart-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartoutofstock {
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px;
}

.w-commerce-commerceaddtocarterror {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  padding: 20px;
}

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.w-commerce-commercecheckoutsummaryitem, .w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .33em;
}

.w-commerce-commercecheckoutpaymentsummarywrapper, .w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commerceorderconfirmationcontainer {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  padding: 20px;
}

.w-commerce-commercecheckoutshippingsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercebuynowbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  margin-top: 10px;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

.w-commerce-commercebuynowbutton.w--ecommerce-buy-now-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

.w-commerce-commercecartopenlink {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartopenlinkcount {
  height: 18px;
  min-width: 18px;
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  margin-left: 8px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: rgba(0, 0, 0, .8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 100%;
  bottom: auto;
  left: 0;
  right: auto;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 100%;
  bottom: auto;
  left: auto;
  right: 0;
}

.w-commerce-commercecartcontainer {
  width: 100%;
  max-width: 480px;
  min-width: 320px;
  background-color: #fff;
  flex-direction: column;
  display: flex;
  overflow: auto;
  box-shadow: 0 5px 25px rgba(0, 0, 0, .25);
}

.w-commerce-commercecartheader {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.w-commerce-commercecartheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.w-commerce-commercecartcloselink {
  width: 16px;
  height: 16px;
}

.w-commerce-commercecartformwrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.w-commerce-commercecartform {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecartlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

.w-commerce-commercecartitem {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

.w-commerce-commercecartproductname {
  font-weight: 700;
}

.w-commerce-commercecartoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercecartquantity {
  height: 38px;
  width: 60px;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecartquantity::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecartquantity::placeholder {
  color: #999;
}

.w-commerce-commercecartquantity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecartfooter {
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.w-commerce-commercecartlineitem {
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}

.w-commerce-commercecartordervalue {
  font-weight: 700;
}

.w-commerce-commercecartcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecartemptystate {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.w-commerce-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown, .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .w-commerce-commercecartquantity {
    font-size: 16px;
  }
}

body {
  color: #fff;
  background-color: #202020;
  font-family: Lexend, sans-serif;
  font-size: 18px;
  font-weight: 100;
  line-height: 28px;
}

h1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Lexend, sans-serif;
  font-size: 82px;
  font-weight: 600;
  line-height: 100%;
}

h2 {
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Lexend, sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 48px;
}

h3 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 100;
  line-height: 24px;
}

p {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 26px;
}

a {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-decoration: underline;
}

ul, ol {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 40px;
  font-size: 16px;
}

.section {
  padding: 100px 50px;
}

.section.main-section {
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.section.section-custom-padding {
  padding-top: 100px;
}

.section.padding-150 {
  padding-top: 150px;
}

.section.section-404 {
  min-height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.main-btn {
  color: #202020;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 20px;
  margin-top: 50px;
  padding: 20px 55px;
  font-size: 18px;
  font-weight: 300;
  transition: all .4s;
}

.main-btn:hover {
  background-color: #dbfe52;
}

.main-btn.btn-cta {
  text-align: center;
  background-color: #dbfe52;
  margin-top: 0;
  margin-right: auto;
  padding-left: 35px;
  padding-right: 35px;
  display: inline-block;
}

.main-btn.btn-cta:hover {
  background-color: #fff;
}

.main-btn.btn-card {
  width: 100%;
  text-align: center;
  background-color: #dbfe52;
  margin-top: 40px;
}

.main-btn.btn-card:hover {
  background-color: #fff;
}

.main-btn.btn-card.btn-card-dark {
  color: #fff;
  background-color: #202020;
}

.main-btn.btn-card.btn-card-dark:hover {
  color: var(--black-2);
  background-color: #fff;
}

.main-btn.btn-secondary {
  max-width: 300px;
  background-color: var(--green);
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
}

.main-btn.btn-secondary:hover {
  background-color: #fff;
}

.main-btn.cta-btn {
  background-color: var(--green);
  padding-left: 90px;
  padding-right: 90px;
}

.main-btn.cta-btn:hover {
  background-color: #fff;
}

.main-btn.btn-catalog {
  margin-top: 40px;
}

.main-btn.btn-cta-contact {
  background-color: var(--green);
  cursor: default;
  margin-top: 20px;
  padding-left: 90px;
  padding-right: 90px;
}

.main-btn.main-btn-404 {
  background-color: var(--green);
  margin-top: 40px;
  padding-left: 100px;
  padding-right: 100px;
  display: inline-block;
}

.main-btn.main-btn-404:hover {
  background-color: #fff;
}

.container-menu {
  width: 100%;
  max-width: 1280px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
  display: flex;
}

.container-menu.menu-cart {
  padding-left: 0;
  padding-right: 0;
}

.navbar {
  width: 100%;
  background-color: rgba(32, 32, 32, 0);
  padding-left: 50px;
  padding-right: 50px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.link-menu {
  color: #fff;
  text-align: center;
  padding: 0;
  font-size: 16px;
  font-weight: 200;
  line-height: 16px;
  transition: all .4s;
}

.link-menu:hover {
  color: #6d6d6d;
}

.link-menu.w--current {
  color: #dbfe52;
}

.nav-menu {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  align-items: center;
  display: flex;
}

.menu-btn {
  color: #202020;
  text-transform: uppercase;
  background-color: #dbfe52;
  border-radius: 20px;
  padding: 15px 55px;
  font-weight: 300;
  line-height: 20px;
}

.menu-btn.hidden-mobile {
  padding-left: 40px;
  padding-right: 40px;
  transition: all .4s;
}

.menu-btn.hidden-mobile:hover {
  background-color: #fff;
}

.menu-btn.hide-desktop {
  display: none;
}

.wrap-main-content {
  z-index: 1;
  width: 50%;
  margin-top: 140px;
  margin-left: auto;
  position: relative;
}

.wrap-main-content.wmc-btm {
  margin-top: 600px;
  margin-bottom: 100px;
}

.wrap-main-content.wmc-btm.mobile {
  display: none;
}

.main-img {
  z-index: 0;
  width: 200%;
  max-width: 200%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: -48%;
  right: auto;
}

.main-img.main-img-mobile {
  display: none;
}

.img-heading {
  width: 500px;
  margin-bottom: 40px;
}

.btm-blur {
  z-index: 3;
  width: 120%;
  height: 100px;
  max-width: 120%;
  filter: blur(18px);
  background-color: #202020;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: auto;
  bottom: -3.2%;
  left: -3%;
  right: 0%;
}

.grid-card {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-content: stretch;
  margin-top: 70px;
}

.green-card {
  min-height: 400px;
  background-color: #323232;
  border-radius: 70px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 60px 60px 50px 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-green-card {
  z-index: 1;
  width: 65%;
  color: #fff;
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: 400;
  line-height: 38px;
  position: relative;
}

.heading-green-card.hgc-light {
  color: #fff;
}

.txt-card {
  z-index: 5;
  max-width: 80%;
  color: #fff;
  font-weight: 200;
  position: relative;
}

.img-green-card {
  width: 110%;
  max-width: 130%;
  position: absolute;
  top: -43%;
  bottom: auto;
  left: auto;
  right: -16%;
}

.img-green-card.watch-img {
  width: 245%;
  max-width: 245%;
  top: -121%;
  bottom: auto;
  left: auto;
  right: -105%;
}

.img-green-card.rug-img {
  width: 80%;
  max-width: 85%;
  top: -1%;
  bottom: auto;
  left: auto;
  right: -2%;
}

.img-green-card.barbell-img {
  width: 170%;
  max-width: 170%;
  top: -40%;
  bottom: auto;
  left: auto;
  right: -105%;
}

.card-large {
  background-color: rgba(219, 254, 82, 0);
  background-image: url('../images/cta-img.png');
  background-position: 55%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 70px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 150px 40px;
  display: flex;
}

.h2-center {
  width: 70%;
  text-align: left;
  margin-bottom: 70px;
  line-height: 55px;
}

.txt-max-width {
  width: 65%;
}

.wrap-plans {
  background-color: #323232;
  border-radius: 50px;
  margin-top: 70px;
  padding: 80px 50px;
  position: relative;
}

.wrap-plans.bg-custom {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-image: url('../images/bg-calendar.svg');
  background-position: -13% -20%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 100px;
  padding-bottom: 3px;
  padding-right: 3px;
  display: flex;
  overflow: hidden;
}

.grid-plans {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
}

.card {
  background-color: #202020;
  border-radius: 30px;
  padding: 120px 25px 30px;
  position: relative;
}

.card.card-center {
  background-color: #dbfe52;
}

.heading-card-plan {
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 400;
  line-height: 32px;
}

.heading-card-plan.hcp-dark {
  color: #202020;
}

.list-card-plan {
  margin-bottom: 0;
  padding-left: 30px;
}

.list-item {
  color: #fff;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 26px;
}

.list-item.list-item-last {
  margin-bottom: 0;
}

.list-item.list-item-dark {
  color: #202020;
  font-weight: 300;
}

.discount-wrap {
  width: auto;
  text-align: center;
  background-color: #323232;
  border-radius: 50px;
  margin-left: auto;
  padding: 15px 40px;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.discount-txt {
  text-align: center;
  font-size: 18px;
  font-weight: 200;
  line-height: 18px;
}

.tabs-menu {
  width: 330px;
  background-color: #202020;
  border-radius: 90px;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 7px;
  display: flex;
}

.tab-custom {
  color: #fff;
  text-align: center;
  background-color: rgba(221, 221, 221, 0);
  border-radius: 40px;
  padding: 25px 50px;
  font-weight: 300;
  line-height: 20px;
  transition: all .4s;
}

.tab-custom:hover {
  color: #4b4b4b;
}

.tab-custom.w--current {
  color: #202020;
  background-color: #dbfe52;
  border-radius: 40px;
  padding: 28px 50px;
  font-weight: 300;
  line-height: 20px;
}

.tab-custom.w--current:hover {
  color: #202020;
  background-color: #dbfe52;
}

.grid-team {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 70px;
}

.card-team {
  background-color: #323232;
  border-radius: 200px 200px 30px 30px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.img-card-team {
  margin-bottom: 20px;
}

.txt-small {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 16px;
}

.wrap-social-media {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.wrap-social-media.btm-70 {
  margin-bottom: 70px;
}

.wrap-contetn-team {
  width: 100%;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.wrap-review {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 30px;
  flex-wrap: nowrap;
  grid-template-rows: auto;
  grid-template-columns: minmax(48%, 1fr) minmax(48%, 1fr) repeat(auto-fit, minmax(48%, 1fr));
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  justify-items: stretch;
  margin-top: 30px;
  display: flex;
  overflow: hidden;
}

.review {
  width: 48%;
  height: 330px;
  background-color: var(--black);
  border-radius: 30px;
  flex: none;
  margin-right: 40px;
  padding: 40px;
  position: relative;
}

.txt-card-review {
  font-size: 16px;
  font-weight: 200;
  line-height: 22px;
}

.img-review {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 360px;
  position: absolute;
  top: 30px;
  bottom: auto;
  left: auto;
  right: 30px;
}

.prev {
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: #323232;
  background-image: url('../images/fi-rr-angle-left.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 18px;
  border-radius: 360px;
  transition: all .4s;
  position: relative;
  top: 0%;
  bottom: auto;
  left: auto;
  right: auto;
}

.prev:hover {
  opacity: .65;
}

.next {
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: #323232;
  background-image: url('../images/fi-rr-angle-right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 18px;
  border-radius: 360px;
  transition: all .4s;
  position: relative;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.next:hover {
  opacity: .65;
}

.wrap-arrows {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  margin-top: 40px;
  margin-bottom: 20px;
  margin-right: 0;
  display: flex;
  position: relative;
}

.btn-blog-post {
  z-index: 6;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--green);
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  margin-top: auto;
  text-decoration: none;
  transition: all .4s;
  display: flex;
  position: relative;
}

.btn-blog-post:hover {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  opacity: 1;
}

.btn-blog-post.mrg-top-30 {
  align-items: flex-end;
  margin-top: 30px;
}

.txt-btn {
  margin-bottom: 3px;
  font-size: 16px;
  font-weight: 200;
  line-height: 16px;
}

.txt-btn.txt-btn-light {
  color: #fff;
}

.img-btn {
  width: 20px;
}

.wrap-contetn-post {
  padding: 30px;
}

.img-blog-post {
  width: 100%;
  object-fit: cover;
}

.cta {
  background-color: #323232;
  background-image: url('../images/shadow-cta.svg'), url('../images/bg-cta.svg');
  background-position: -50% 0, -3200%;
  background-repeat: no-repeat, no-repeat;
  background-size: 50%, 99% 100%;
  border-radius: 30px;
  justify-content: space-between;
  align-items: flex-start;
  padding: 50px;
  display: flex;
  position: relative;
}

.cta.cta-app {
  background-image: url('../images/shadow-cta.svg'), url('../images/bg-right.svg');
  background-position: 150% 0, 2500%;
  background-repeat: no-repeat, no-repeat;
  background-size: 60%, 99% 100%;
}

.cta.cta-catalog {
  min-height: 450px;
  background-image: url('../images/bg-cta-1.svg');
  background-position: 3800%;
  background-size: 99% 110vh;
  align-items: center;
  overflow: hidden;
}

.heading-blog-post {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

.right-content-cta {
  width: 45%;
  max-width: none;
}

.right-content-cta.cta-mobile {
  width: 50%;
}

.img-cta {
  width: 27%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 6%;
  right: auto;
}

.img-cta-mobile {
  width: 33%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 5%;
}

.heading-cta {
  margin-bottom: 0;
  font-size: 40px;
  line-height: 50px;
}

.btn-app {
  width: 200px;
  height: 70px;
  color: rgba(0, 0, 0, 0);
  background-color: #000;
  background-image: url('../images/app-store.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #a6a6a6;
  border-radius: 8px;
  flex: none;
}

.btn-app-google {
  width: 240px;
  height: 70px;
  color: rgba(0, 0, 0, 0);
  background-color: #000;
  background-image: url('../images/google-play.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #a6a6a6;
  border-radius: 8px;
  flex: none;
}

.wrap-btn {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 50px;
  display: flex;
}

.footer {
  background-color: #323232;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  padding: 70px 50px;
}

.logo-footer {
  width: 160px;
}

.wrap-footer {
  margin-bottom: 35px;
}

.txt-footer {
  font-size: 14px;
  font-weight: 200;
  line-height: 22px;
}

.colomn-1 {
  width: 30%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.colomn-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.flex-footer {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.link-footer {
  color: #fff;
  font-size: 14px;
  font-weight: 200;
  line-height: 14px;
  text-decoration: none;
  transition: all .4s;
}

.link-footer:hover {
  opacity: .5;
}

.heading-footer {
  font-size: 22px;
  font-weight: 300;
}

.input-custom {
  min-height: 55px;
  background-color: var(--black-2);
  color: #878585;
  border: 0 #000;
  border-radius: 10px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 200;
  line-height: 14px;
}

.input-custom:focus {
  color: #fff;
}

.input-custom:focus-visible {
  color: #fff;
}

.input-custom[data-wf-focus-visible] {
  color: #fff;
}

.form-footer {
  justify-content: space-between;
  display: flex;
}

.btn-footer {
  width: 44px;
  height: 44px;
  background-color: var(--black);
  color: rgba(255, 255, 255, 0);
  cursor: none;
  background-image: url('../images/img-btn.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 360px;
  transition: all .4s;
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: auto;
  right: 2%;
  transform: translate(0, -50%);
}

.btn-footer:hover {
  background-color: #141414;
}

.wrap-input {
  width: 100%;
  position: relative;
}

.form-block-footer {
  margin-bottom: 10px;
}

.tabs-time {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.tab-time {
  color: #fff;
  background-color: #202020;
  border-radius: 10px;
  padding: 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  transition: all .4s;
}

.tab-time:hover {
  opacity: 1;
  color: #777;
}

.tab-time.w--current {
  background-color: var(--green);
  color: var(--black-2);
  border-radius: 10px;
  padding: 10px;
  font-size: 14px;
  font-weight: 300;
}

.tab-time.w--current:hover {
  color: #202020;
}

.tabs-menu-time {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  margin-top: 0;
  margin-right: 60px;
  display: flex;
}

.wrap-content-info {
  width: 360px;
  max-width: 360px;
  background-color: #202020;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  padding: 40px 30px;
}

.wrap-name {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--black);
  border-radius: 20px;
  align-items: center;
  margin-bottom: 50px;
  padding: 15px 40px 15px 15px;
  display: flex;
}

.wrap-icon {
  width: 75px;
  height: 75px;
  background-color: #202020;
  background-image: url('../images/Morning-Yoga.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 90px;
}

.wrap-icon.hiit {
  background-image: url('../images/HIIT.svg');
}

.wrap-icon.pilates {
  background-image: url('../images/Reformer-Pilates.svg');
}

.wrap-icon.cardio {
  background-image: url('../images/Cardio-Kickboxing.svg');
}

.wrap-icon.training {
  background-image: url('../images/Strength-Training.svg');
}

.wrap-icon.aqua {
  background-image: url('../images/Aqua-Aerobics.svg');
}

.wrap-icon.class {
  background-image: url('../images/Spin-Class.svg');
}

.wrap-icon.fit {
  background-image: url('../images/CrossFit.svg');
}

.wrap-icon.zumba {
  background-image: url('../images/Zumba.svg');
}

.wrap-icon.stretching {
  background-image: url('../images/Mindful-Stretching.svg');
}

.txt-info {
  font-size: 18px;
  font-weight: 200;
}

.img-info {
  width: 100px;
  height: 100px;
}

.line-info {
  height: 6px;
  background-color: #323232;
  border-radius: 10px;
}

.wrap-name-trainer {
  background-color: #323232;
  border-radius: 90px;
  justify-content: center;
  align-items: center;
  margin-top: -15px;
  padding: 2px 12px;
  transition: opacity .2s;
  display: flex;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.name-trainer {
  text-align: center;
  font-size: 12px;
  line-height: 12px;
}

.wrap-img-trainer {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.wrap-trainer {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 20px;
  display: flex;
}

.wrap-trainer.mrg-top {
  margin-top: 60px;
}

.level {
  text-align: center;
  font-size: 16px;
  line-height: 16px;
}

.text-block {
  margin-bottom: 30px;
}

.wrap-left {
  width: 380px;
  margin-bottom: 0;
}

.html-embed {
  margin-top: 30px;
  margin-bottom: 30px;
}

.cart-button {
  width: 50px;
  height: 50px;
  color: rgba(255, 255, 255, 0);
  background-color: #323232;
  background-image: url('../images/fi-rr-shopping-cart.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 90px;
  align-items: flex-start;
}

.cart-quantity {
  width: 18px;
  background-color: var(--green);
  color: #202020;
  text-align: center;
  margin-top: -12px;
  margin-left: 20px;
  padding-left: 0;
  padding-right: 0;
  font-size: 10px;
  font-weight: 500;
}

.wrap-btns-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.wrap-catalog {
  height: 75vh;
  background-color: #323232;
  background-image: url('../images/bg-catalog.svg');
  background-position: 3200%;
  background-repeat: no-repeat;
  background-size: 99% 100%;
  border-radius: 30px;
  justify-content: space-between;
  align-items: center;
  padding: 100px 40px;
  display: flex;
  position: relative;
}

.h1-catalog {
  font-size: 60px;
}

.wrap-left-catalog {
  width: 43%;
  flex: none;
}

.main-slider {
  width: 65%;
  min-height: 420px;
  background-color: rgba(221, 221, 221, 0);
  justify-content: center;
  align-items: stretch;
  display: none;
  left: 4%;
}

.hidden {
  display: none;
}

.img-main-slider {
  object-fit: cover;
}

.left-arrow {
  width: 50px;
  height: 50px;
  background-color: #1b1b1b;
  background-image: url('../images/right-calendar.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 90px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  top: auto;
  bottom: 0%;
  left: 39%;
  right: auto;
}

.left-arrow.slider-arrow {
  width: 40px;
  height: 40px;
  background-color: #1b1b1b;
}

.right-arrow {
  width: 50px;
  height: 50px;
  background-color: #1b1b1b;
  background-image: url('../images/left-calendar.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 90px;
  justify-content: flex-end;
  align-items: flex-end;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 40%;
}

.right-arrow.slider-arrow {
  width: 40px;
  height: 40px;
}

.wrap-right-slider {
  width: auto;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.product-main-img {
  object-fit: fill;
}

.prev-slider {
  width: 40px;
  height: 40px;
  opacity: 1;
  cursor: pointer;
  background-color: #1b1b1b;
  background-image: url('../images/right-calendar.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 30px;
  transition: all .4s;
}

.prev-slider:hover {
  opacity: .5;
}

.next-slider {
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: #1b1b1b;
  background-image: url('../images/left-calendar.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 30px;
  transition: all .4s;
}

.next-slider:hover {
  opacity: .5;
}

.wrap-arrow-slider {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrap-right-content {
  width: 68%;
  flex-direction: column;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  display: block;
  position: relative;
  right: 0%;
}

.wrap-product-item {
  min-height: 560px;
  background-color: #323232;
  border-radius: 30px;
  padding: 20px 0;
  position: relative;
}

.img-product-item {
  max-height: 280px;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.txt-product-item {
  color: var(--grey);
  font-size: 19px;
  font-weight: 200;
}

.price-product-item {
  font-size: 30px;
  font-weight: 300;
  line-height: 100%;
}

.wrap-btm-product {
  z-index: 6;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 30px;
  display: flex;
  position: relative;
}

.collection-list-product {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.wrap-info-product {
  padding-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
}

.field-label {
  display: none;
}

.cart-product-item {
  width: 60px;
  height: 60px;
  background-color: var(--green);
  color: rgba(255, 255, 255, 0);
  background-image: url('../images/fi-rr-shopping-cart-add.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 90px;
  transition: all .4s;
}

.cart-product-item:hover {
  background-color: #fff;
}

.wrap-category {
  min-height: 380px;
  background-color: #dbfe52;
  border-radius: 70px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 70px 40px 70px 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-category {
  z-index: 1;
  max-width: 40%;
  color: var(--black-2);
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 400;
  line-height: 38px;
  position: relative;
}

.btn-category {
  z-index: 6;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #202020;
  align-items: center;
  font-weight: 300;
  text-decoration: none;
  transition: all .4s;
  display: flex;
  position: relative;
}

.btn-category:hover {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.txt-btn-category {
  line-height: 24px;
}

.img-category {
  z-index: 0;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.img-category.img-nurition {
  width: 145%;
  height: auto;
  max-width: 145%;
  top: -32%;
  right: -45%;
}

.img-category.img-accessories {
  width: 100%;
  height: auto;
  max-width: 100%;
  top: auto;
  bottom: -46%;
  left: auto;
  right: -6%;
}

.img-category.img-equipment {
  height: auto;
  max-width: 140%;
  object-fit: cover;
  top: auto;
  bottom: 0;
  right: -30%;
}

.grid-categories {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.img-cta-catalog {
  max-width: 65%;
  position: absolute;
  top: auto;
  bottom: -29%;
  left: auto;
  right: 0%;
}

.dropdown-custom {
  width: 100%;
}

.grid-question {
  grid-column-gap: 40px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 35px;
}

.dropdown-toggle-custom {
  width: 100%;
  height: 85px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--black);
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 30px;
  transition: all .4s;
  display: flex;
}

.dropdown-toggle-custom.w--open {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-bottom: 10px;
}

.dropdown-toggle-custom.dropdown-product {
  height: 70px;
  background-color: #2d2d2d;
}

.txt-dropdown {
  color: #fff;
  font-size: 16px;
  font-weight: 200;
  line-height: 24px;
}

.txt-dropdown.txt-dropdown-product {
  font-size: 16px;
  line-height: 24px;
}

.image {
  width: 25px;
  flex: none;
}

.dropdown-list-custom.w--open {
  background-color: #323232;
  border-radius: 10px;
  padding: 30px 20px;
  position: relative;
}

.dropdown-list-custom.dropdown-list-product.w--open {
  background-color: #2d2d2d;
}

.txt-question {
  font-size: 16px;
  line-height: 26px;
}

.txt-question.txt-question-product {
  font-size: 14px;
  line-height: 24px;
}

.wrap-questions {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  display: flex;
}

.cta-contact {
  background-color: var(--black);
  border-radius: 30px;
  justify-content: space-between;
  align-items: center;
  padding: 60px 40px;
  display: flex;
  position: relative;
}

.form-block-cta-contact {
  width: 55%;
  margin-bottom: 0;
}

.form-block-cta-contact.form-block-remodal {
  width: auto;
}

.form-cta {
  margin-top: 35px;
}

.form-cta.form-cta-contact {
  margin-top: 0;
}

.input-form {
  height: 55px;
  background-color: var(--black-2);
  color: #878585;
  border: 1px #000;
  border-radius: 10px;
  margin-bottom: 0;
  padding: 20px 10px;
  font-size: 14px;
  font-weight: 200;
  line-height: 14px;
}

.input-form:focus {
  color: #fff;
}

.input-form:focus-visible {
  color: #fff;
}

.input-form[data-wf-focus-visible] {
  color: #fff;
}

.grid-form {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

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

.checkbox-custom {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.checkbox {
  width: 50px;
  height: 22px;
  background-color: var(--black-2);
  cursor: pointer;
  background-image: url('../images/check.svg');
  background-position: 10%;
  background-repeat: no-repeat;
  background-size: 18px;
  border-style: none;
  border-radius: 10px;
  margin-top: 0;
  margin-right: 10px;
  transition: all .4s;
}

.checkbox.w--redirected-checked {
  width: 50px;
  height: 22px;
  background-color: #202020;
  background-image: url('../images/check-green.svg');
  background-position: 90%;
  background-size: 18px;
  border-style: none;
  border-color: #202020;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
}

.txt-checkbox {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 200;
  line-height: 26px;
}

.img-cta-contact {
  width: 60%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: -21%;
  right: auto;
}

.cart-container {
  height: auto;
  background-color: var(--black-2);
  border-radius: 20px;
}

.txt-cart-head {
  font-size: 18px;
  font-weight: 300;
}

.price-cart {
  font-size: 14px;
}

.text-block-3 {
  font-size: 14px;
  font-weight: 100;
}

.total-price-cart {
  font-weight: 300;
}

.cart-quantity-custom {
  background-color: var(--black);
  color: #fff;
  border-style: none;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 200;
}

.cart-header {
  border-bottom-color: #2e2e2e;
  font-weight: 100;
}

.img-cart {
  width: 100px;
}

.cart-footer {
  border-top-color: #2e2e2e;
}

.close-button {
  width: 24px;
  height: 24px;
  color: #fff;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all .4s;
  display: flex;
}

.close-button:hover {
  transform: scale(1.1);
}

.close-btn-card {
  width: 20px;
}

.checkout-btn {
  background-color: var(--green);
  color: var(--black-2);
  text-transform: uppercase;
  border-radius: 20px;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: 300;
}

.link-product-item {
  z-index: 1;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.add-to-cart {
  z-index: 8;
  flex-flow: column;
  align-items: flex-start;
  font-size: 16px;
  display: none;
  position: relative;
}

.wrap-card-product {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #323232;
  border-radius: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding: 80px 40px 60px;
  display: flex;
  position: relative;
}

.heading-product-card {
  margin-bottom: 0;
  font-size: 30px;
}

.price-card-product {
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
}

.add-to-cart-btn, .option-list {
  display: none;
}

.wrap-btns-product-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.quantity {
  width: 65px;
  height: 25px;
  background-color: #2d2d2d;
  border-style: none;
  border-radius: 90px;
  margin-bottom: 0;
  padding: 12px 15px;
  font-size: 16px;
}

.buy-btn {
  color: var(--black-2);
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 15px;
  flex: none;
  margin-top: 0;
  padding: 20px 60px;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.add-cart {
  width: auto;
  background-color: var(--green);
  color: var(--black-2);
  text-align: center;
  text-transform: uppercase;
  border-radius: 15px;
  padding: 20px 60px;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.wrap-right-product-card {
  width: 50%;
}

.description-product-card {
  color: #909090;
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.wrap-add-cart {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: flex-start;
  display: flex;
}

.wrap-img-product-card {
  min-height: auto;
  aspect-ratio: auto;
  background-color: var(--black-2);
  border-radius: 20px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  overflow: hidden;
}

.img-product-card {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-product-card.main-img-product-card {
  object-fit: cover;
}

.wrap-small-img {
  min-height: auto;
  aspect-ratio: auto;
  cursor: pointer;
  background-color: #202020;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  padding: 0;
  transition: all .4s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.wrap-small-img:hover {
  opacity: .5;
}

.wrap-slider-product {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.left-img-slider {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
  overflow: hidden;
}

.wrap-left-product-card {
  width: 50%;
}

.prev-arrow {
  width: 40px;
  height: 40px;
  background-color: var(--black);
  cursor: pointer;
  background-image: url('../images/left-calendar.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 90px;
  transition: all .4s;
  position: relative;
  top: 0%;
  bottom: auto;
  right: auto;
}

.prev-arrow:hover {
  opacity: .5;
}

.next-arrow {
  width: 40px;
  height: 40px;
  background-color: var(--black);
  cursor: pointer;
  background-image: url('../images/right-calendar.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 90px;
  transition: all .4s;
  position: relative;
  top: 0%;
  bottom: auto;
  left: auto;
}

.next-arrow:hover {
  opacity: .5;
}

.questions-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  margin-top: 60px;
  display: flex;
}

.lable-quantity {
  color: #909090;
  font-size: 14px;
  font-weight: 200;
  line-height: 14px;
}

.wrap-quantity {
  width: auto;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: rgba(32, 32, 32, 0);
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.btn-embed {
  background-color: rgba(0, 0, 0, 0);
  margin-left: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.wrap-catalog-main {
  background-color: #323232;
  border-radius: 30px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
  padding: 100px 70px;
  display: flex;
}

.h1-category {
  margin-bottom: 0;
  font-size: 65px;
  line-height: 75px;
}

.txt-main {
  width: 45%;
}

.category {
  width: 100px;
  height: 100px;
  background-color: #323232;
  border-radius: 90px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.category.w--current {
  border: 1px solid var(--green);
  background-color: #323232;
}

.collection-list-category {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.img-category-tab {
  width: 24px;
  height: 24px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(0, -50%);
}

.img-category-tab.tab-img-2 {
  width: 80%;
  height: auto;
  top: 54%;
  left: 57%;
  transform: translate(-50%, -50%);
}

.img-category-tab.tab-img-4 {
  width: 98%;
  height: auto;
  max-width: 98%;
}

.img-category-tab.tab-img-3 {
  width: 75%;
  height: auto;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.img-category-tab.tab-img-5 {
  width: 80%;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tabs-category {
  display: block;
}

.tabs-category-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  margin-bottom: 100px;
  display: flex;
}

.txt-tab-category {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  flex: none;
  font-size: 14px;
  font-weight: 200;
  line-height: 20px;
  position: relative;
  top: 92%;
}

.search-input {
  height: 55px;
  background-color: #323232;
  background-image: url('../images/search-icon.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px #000;
  border-radius: 10px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 0;
  font-size: 16px;
  font-weight: 200;
  line-height: 22px;
}

.search-input:active, .search-input:focus {
  color: #fff;
}

.search-input:focus-visible {
  color: #fff;
}

.search-input[data-wf-focus-visible], .search-input:lang(en) {
  color: #fff;
}

.back-btn {
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  padding: 0;
  display: flex;
  top: 30px;
  bottom: auto;
  left: 40px;
  right: auto;
}

.sort-product {
  width: 20%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.sort-product-toggle {
  z-index: 5;
  height: 55px;
  background-color: #323232;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  padding-right: 20px;
  display: flex;
}

.sort-product-toggle.w--open {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.img-sort {
  width: 20px;
  transform: rotate(90deg);
}

.dropdown-list {
  color: #323232;
}

.dropdown-list.w--open {
  background-color: #323232;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-bottom: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .15);
}

.link-sort {
  color: #fff;
  font-size: 16px;
  font-weight: 200;
  transition: all 1s;
}

.link-sort:hover {
  opacity: .5;
}

.flex {
  z-index: 6;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 80px;
  display: flex;
  position: relative;
}

.flex.flex-legal {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: flex-start;
  margin-top: 80px;
  margin-bottom: 0;
}

.flex.hidden {
  display: none;
}

.form-block-search {
  margin-bottom: 0;
}

.img-cta-catalog-mobile {
  max-width: 65%;
  display: none;
  position: absolute;
  top: auto;
  bottom: -29%;
  left: auto;
  right: 0%;
}

.error-btn-cart {
  color: #fff;
  background-color: #202020;
  border-radius: 10px;
  margin-top: 0;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 13px;
  font-weight: 100;
  line-height: 20px;
}

.error-btn-cart.cart-hidden {
  position: relative;
}

.error-form {
  color: #202020;
  border-radius: 10px;
  margin-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  font-weight: 300;
}

.success-message {
  color: #fff;
  background-color: #202020;
  border-radius: 20px;
  margin-top: 20px;
}

.wrap-arrows-slider {
  z-index: 10;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 0%;
  right: 0%;
  transform: translate(0, -50%);
}

.wrap-slider-top {
  padding-right: 20px;
  position: relative;
}

.slider-blog {
  min-height: 600px;
  border-radius: 30px;
  align-items: flex-end;
  overflow: hidden;
}

.right-arrow-slider {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-right: 25px;
  display: flex;
}

.left-arrow-slider {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 25px;
  display: flex;
}

.slide-nav {
  width: 1180px;
  font-size: 12px;
}

.main-img-slider {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.h1-blog {
  z-index: 2;
  max-width: 100%;
  font-size: 52px;
  line-height: 60px;
  position: relative;
}

.collection-item-blog {
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 25px;
  padding-left: 25px;
  display: flex;
}

.mask {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.collection-list-wrapper {
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 60px;
  padding-left: 25px;
  padding-right: 25px;
  display: none;
  overflow: hidden;
}

.btn-blog {
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
}

.link-block {
  z-index: 4;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  text-decoration: none;
  transition: all .4s;
  display: flex;
  position: relative;
}

.link-block:hover {
  opacity: .5;
}

.link-bllog {
  z-index: 4;
  opacity: 1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.collection-list-blog-posts {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.wrap-blog-post {
  min-height: 280px;
  background-color: #323232;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px;
  display: flex;
  position: relative;
}

.heading-blog {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 500;
}

.txt-blog-post {
  z-index: 5;
  font-size: 16px;
  line-height: 24px;
  position: relative;
}

.overlay {
  z-index: 2;
  height: auto;
  opacity: .79;
  background-image: linear-gradient(45deg, #000, rgba(255, 255, 255, 0) 56%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.wrap-cover {
  min-height: 600px;
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 0;
  padding: 60px 25px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.txt-post {
  z-index: 5;
  font-weight: 200;
  position: relative;
}

.wrap-content-post {
  width: 70%;
}

.btn-embed-blog {
  z-index: 5;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  margin-left: 0;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.collection-list-blog-posts-more {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.wrap-posts-custom {
  min-height: 100%;
  background-color: #323232;
  border-radius: 30px;
  overflow: hidden;
}

.btn-favorites {
  width: 60px;
  height: 60px;
  color: rgba(255, 255, 255, 0);
  background-color: #202020;
  background-image: url('../images/fi-rr-heart.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 90px;
  transition: all .4s;
}

.btn-favorites:hover {
  background-color: #3d3d3d;
}

.wrap-btn-product-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.wrap-top-product-card {
  z-index: 6;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.wrap-blog-post-item {
  min-height: 280px;
  background-color: #323232;
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 80px 60px;
  display: flex;
}

.wrap-txt-legal {
  width: 70%;
  background-color: #323232;
  border-radius: 30px;
  padding: 80px 40px 60px;
}

.h2-legal {
  margin-bottom: 20px;
  font-size: 35px;
  line-height: 42px;
}

.txt-legal {
  margin-bottom: 60px;
  font-size: 16px;
  line-height: 24px;
}

.txt-legal.max-width-txt-legal {
  width: 70%;
  line-height: 26px;
}

.txt-legal.mrg-btm-20 {
  margin-bottom: 20px;
}

.h1-legal {
  margin-bottom: 30px;
}

.sidebar {
  width: 30%;
  background-color: #323232;
  border-radius: 30px;
  padding: 40px 30px;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.list-legal {
  margin-top: 0;
  padding-left: 20px;
}

.list-legal.list-margin-60 {
  margin-bottom: 60px;
}

.list-item-legal {
  margin-bottom: 15px;
}

.list-item-legal.last {
  margin-bottom: 0;
}

.h3-legal {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 18px;
  font-style: normal;
  font-weight: 200;
  line-height: 28px;
}

.link-legal {
  color: #696969;
}

.txt-legal-right {
  text-align: right;
  font-size: 16px;
  font-style: italic;
  font-weight: 200;
  line-height: 24px;
}

.table-item {
  color: #fff;
  text-transform: uppercase;
  background-image: url('../images/bull.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 0;
  margin-bottom: 15px;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 200;
  text-decoration: none;
  transition: all .4s;
  display: block;
}

.table-item:hover {
  opacity: .5;
}

.table-item.last {
  margin-bottom: 0;
  font-size: 14px;
}

.h2-sidebar {
  text-transform: none;
  margin-bottom: 30px;
  font-size: 25px;
  font-weight: 300;
  line-height: 32px;
}

.wrap-error-404 {
  width: auto;
  height: 75vh;
  background-color: #323232;
  background-image: url('../images/pattern.svg'), url('../images/shadow.svg');
  background-position: 0 130%, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: 110%, 60%;
  border-radius: 40px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 60px 100px 60px 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.h1-404 {
  font-size: 70px;
  line-height: 80px;
}

.img-404 {
  width: 33%;
  position: absolute;
  top: auto;
  bottom: -18%;
  left: auto;
  right: 5%;
}

.wrap-content-404 {
  width: 50%;
}

.empty-state {
  background-color: #323232;
  border-radius: 40px;
  margin-top: 40px;
  padding: 60px 40px;
  display: block;
}

.txt-empty {
  text-align: center;
  font-size: 25px;
}

.remodal {
  max-width: 50%;
  background-color: #323232;
  border-radius: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: none;
  position: relative;
}

.wrap-btn-remodal {
  cursor: pointer;
  padding: 20px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.wrap-contact {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  background-color: #323232;
  border-radius: 40px;
  padding: 100px 40px;
  display: flex;
}

.wrap-content-contact {
  width: 40%;
}

.heading-2 {
  margin-top: 30px;
}

.h4-legal {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
}

.hide {
  display: none;
}

.grid-wrap-product {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.option {
  display: none;
}

.cart-container-2 {
  background-color: #252525;
  border-radius: 30px;
}

.cart-custom {
  width: 50px;
  height: 50px;
  background-color: #323232;
  background-image: url('../images/fi-rr-shopping-cart.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 90px;
  position: relative;
}

.count-cart {
  width: 16px;
  height: 16px;
  background-color: #dbfe52;
  border-radius: 90px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: -8%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.txt-count {
  color: #000;
  font-size: 10px;
  font-weight: 500;
  line-height: 10px;
}

@media screen and (min-width: 1440px) {
  body {
    font-size: 20px;
  }

  .section {
    padding-left: 50px;
    padding-right: 50px;
  }

  .section.section-404 {
    align-items: center;
  }

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

  .main-btn.main-btn-404 {
    padding-left: 100px;
    padding-right: 100px;
    display: inline-block;
  }

  .container-menu.menu-cart {
    padding-left: 0;
    padding-right: 0;
  }

  .wrap-main-content {
    width: 50%;
  }

  .wrap-main-content.wmc-btm {
    z-index: 5;
    margin-top: 500px;
  }

  .main-img {
    width: 120%;
    max-width: 120%;
    top: -8%;
    left: -20%;
  }

  .btm-blur {
    width: 130%;
    height: 100px;
    filter: blur(20px);
    bottom: -3.2%;
  }

  .heading-green-card {
    width: 70%;
  }

  .img-green-card {
    width: 105%;
    max-width: 105%;
    top: -50%;
    right: -20%;
  }

  .img-green-card.watch-img {
    width: 240%;
    max-width: 240%;
    top: -145%;
    right: -100%;
  }

  .img-green-card.rug-img {
    width: 75%;
  }

  .img-green-card.barbell-img {
    width: 163%;
    top: -42%;
  }

  .h2-center {
    width: 65%;
  }

  .cta {
    background-position: -3300%;
  }

  .cta.cta-catalog {
    min-height: 420px;
    background-position: 455%;
    background-size: 90%;
  }

  .img-cta-mobile {
    width: 30%;
    right: 7%;
  }

  .tab-time, .tab-time.w--current {
    border-radius: 15px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .tabs-menu-time {
    margin-right: 100px;
  }

  .wrap-content-info {
    padding-left: 40px;
    padding-right: 40px;
  }

  .wrap-catalog {
    background-position: 430%;
    background-size: 90%;
  }

  .wrap-left-catalog {
    flex: none;
  }

  .main-slider {
    width: 75%;
    min-height: 420px;
    left: 6%;
  }

  .left-arrow {
    left: 40%;
  }

  .wrap-right-slider {
    display: flex;
  }

  .wrap-right-content {
    width: 62%;
    flex: none;
    right: -.5%;
  }

  .wrap-product-item {
    padding: 20px 0;
  }

  .txt-product-item {
    color: var(--grey);
    font-size: 19px;
    font-weight: 200;
    line-height: 26px;
  }

  .price-product-item {
    font-size: 35px;
    font-weight: 400;
    line-height: 100%;
  }

  .wrap-btm-product {
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 30px;
    display: flex;
  }

  .collection-list-product {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .wrap-info-product {
    padding-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .img-category.img-nurition {
    top: -39%;
  }

  .img-category.img-accessories {
    bottom: -62%;
    right: -2%;
  }

  .img-cta-catalog {
    max-width: 67%;
  }

  .heading-product-card {
    margin-bottom: 0;
  }

  .description-product-card {
    color: #909090;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
  }

  .wrap-small-img {
    min-height: auto;
    justify-content: flex-end;
    align-items: flex-end;
    overflow: hidden;
  }

  .prev-arrow {
    background-image: url('../images/left-calendar.svg');
  }

  .next-arrow {
    background-image: url('../images/right-calendar.svg');
  }

  .lable-quantity {
    color: #909090;
  }

  .img-cta-catalog-mobile {
    max-width: 67%;
  }

  .wrap-top-product-card {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .table-item {
    display: block;
  }

  .wrap-error-404 {
    background-image: url('../images/pattern.svg'), url('../images/shadow.svg');
    background-position: 0 130%, 100% 200%;
    background-repeat: no-repeat, no-repeat;
    background-size: 110%, 60%;
  }

  .img-404 {
    width: 33%;
    right: 5%;
  }

  .wrap-content-404 {
    width: auto;
  }
}

@media screen and (min-width: 1920px) {
  .container {
    overflow: visible;
  }

  .main-btn.main-btn-404:hover {
    background-color: #fff;
  }

  .wrap-main-content {
    margin-top: 200px;
  }

  .wrap-main-content.wmc-btm {
    margin-top: 600px;
    margin-bottom: 150px;
  }

  .main-img {
    width: 110%;
    max-width: 110%;
    top: -10%;
    left: -10%;
  }

  .btm-blur {
    height: 120px;
    filter: blur(15px);
    bottom: -3.7%;
  }

  .img-green-card {
    right: -15%;
  }

  .img-green-card.watch-img {
    right: -105%;
  }

  .img-green-card.rug-img {
    width: 75%;
  }

  .img-green-card.barbell-img {
    width: 165%;
    max-width: 165%;
    top: -44%;
  }

  .h2-center {
    width: 70%;
  }

  .wrap-review {
    overflow: hidden;
  }

  .review {
    width: 49%;
  }

  .cta {
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
    overflow: visible;
  }

  .cta.cta-app {
    background-image: url('../images/shadow-cta.svg'), url('../images/bg-right.svg');
    background-position: 150% 0, 2500%;
    background-repeat: no-repeat, no-repeat;
    background-size: 60%, 99% 100%;
  }

  .img-cta, .img-cta-mobile {
    width: 30%;
    bottom: 0%;
  }

  .wrap-catalog {
    height: 75vh;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .main-slider {
    min-height: 440px;
  }

  .wrap-right-content {
    width: 65%;
    display: block;
    right: 0%;
  }

  .wrap-small-img {
    object-fit: cover;
    align-items: stretch;
  }

  .body {
    background-color: #202020;
  }

  .img-404 {
    width: 33%;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    margin-bottom: 10px;
    font-size: 50px;
    line-height: 62px;
  }

  h2 {
    font-size: 40px;
    line-height: 50px;
  }

  .section.padding-150 {
    padding-top: 120px;
  }

  .section.section-404 {
    min-height: auto;
    align-items: flex-start;
  }

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

  .main-btn {
    margin-top: 40px;
  }

  .main-btn.btn-cta {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 16px;
    line-height: 22px;
  }

  .main-btn.btn-card {
    margin-top: 30px;
    font-size: 16px;
    line-height: 22px;
  }

  .main-btn.btn-secondary {
    font-size: 16px;
  }

  .main-btn.main-btn-404 {
    max-width: none;
  }

  .container-menu {
    border-bottom: 1px #2b2b2b;
  }

  .container-menu.menu-cart {
    justify-content: flex-start;
  }

  .link-menu {
    text-align: left;
    margin-bottom: 20px;
    font-weight: 100;
  }

  .nav-menu {
    background-color: #1f1f1f;
    border-top: 1px solid #292929;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 40px 50px;
  }

  .brand {
    margin-right: auto;
  }

  .menu-btn {
    max-width: 300px;
    margin-top: 40px;
    display: block;
  }

  .menu-btn.hidden-mobile {
    display: none;
  }

  .menu-btn.hide-desktop {
    display: block;
  }

  .wrap-main-content {
    width: 60%;
  }

  .wrap-main-content.wmc-btm {
    margin-top: 300px;
  }

  .main-img {
    width: 180%;
    max-width: 180%;
    left: -55%;
  }

  .img-heading {
    width: 300px;
    margin-bottom: 20px;
  }

  .grid-card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 40px;
  }

  .green-card {
    border-radius: 40px;
    padding-left: 30px;
    padding-right: 40px;
  }

  .heading-green-card {
    width: 80%;
    font-size: 20px;
    line-height: 28px;
  }

  .txt-card {
    max-width: none;
  }

  .img-green-card {
    width: 100%;
    top: -13%;
    right: -12%;
  }

  .img-green-card.watch-img {
    top: -74%;
  }

  .img-green-card.rug-img {
    width: 95%;
    max-width: 95%;
    top: 1%;
    right: -16%;
  }

  .img-green-card.barbell-img {
    top: -21%;
    right: -95%;
  }

  .card-large {
    border-radius: 40px;
    padding: 80px 40px;
  }

  .h2-center {
    width: auto;
    margin-bottom: 40px;
    font-size: 30px;
    line-height: 38px;
  }

  .txt-max-width {
    width: auto;
  }

  .wrap-plans {
    border-radius: 40px;
    margin-top: 40px;
    padding: 60px 30px;
  }

  .wrap-plans.bg-custom {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 30px;
  }

  .grid-plans {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .card {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-card-plan {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 30px;
  }

  .list-card-plan {
    padding-left: 20px;
  }

  .list-item {
    font-size: 14px;
    line-height: 20px;
  }

  .discount-wrap {
    padding: 10px 30px;
  }

  .discount-txt {
    font-size: 14px;
  }

  .tabs-menu {
    margin-bottom: 40px;
  }

  .tab-custom, .tab-custom.w--current {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .grid-team {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 40px;
  }

  .txt-small {
    font-size: 14px;
  }

  .img-social-media {
    width: 20px;
  }

  .wrap-contetn-team {
    padding-left: 20px;
    padding-right: 20px;
  }

  .review {
    height: 390px;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .txt-card-review {
    font-size: 14px;
    font-weight: 100;
  }

  .btn-blog-post {
    margin-top: 75px;
  }

  .img-btn {
    width: 20px;
  }

  .wrap-contetn-post {
    padding-left: 30px;
  }

  .img-blog-post {
    width: 100%;
    object-fit: cover;
  }

  .cta {
    background-image: url('../images/shadow-cta.svg'), url('../images/bg-cta.svg');
    background-position: -50% 0, -3200%;
    background-repeat: no-repeat, no-repeat;
    background-size: 50%, 99% 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .cta.cta-app {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    overflow: hidden;
  }

  .cta.cta-catalog {
    min-height: auto;
    background-position: 3500% 30%;
    background-repeat: no-repeat;
    background-size: 99%;
    padding: 80px 30px;
  }

  .right-content-cta {
    width: 45%;
    max-width: none;
  }

  .right-content-cta.cta-mobile {
    width: 50%;
  }

  .img-cta {
    width: 36%;
  }

  .img-cta-mobile {
    width: 40%;
    bottom: -21%;
    right: 1%;
  }

  .heading-cta {
    font-size: 30px;
    line-height: 38px;
  }

  .btn-app, .btn-app-google {
    width: 240px;
    background-size: 140px;
  }

  .wrap-btn {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .footer {
    padding: 60px 50px;
  }

  .txt-footer {
    font-weight: 200;
  }

  .colomn-1 {
    width: 100%;
    flex: none;
  }

  .colomn-2 {
    flex: none;
  }

  .flex-footer {
    grid-column-gap: 60px;
    grid-row-gap: 50px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .tabs-time {
    width: 100%;
    justify-content: flex-start;
  }

  .tabs-menu-time {
    margin-right: 60px;
  }

  .wrap-content-info {
    border-radius: 30px;
  }

  .wrap-right {
    width: 100%;
  }

  .wrap-left {
    width: 70%;
  }

  .line {
    width: 35px;
    height: 2px;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    background-color: #fff;
    flex-direction: column;
    margin-bottom: 7px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .line.last-line {
    margin-bottom: 0;
  }

  .burger-btn {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-right: 0;
    padding: 0;
    display: block;
  }

  .burger-btn.w--open {
    background-color: rgba(200, 200, 200, 0);
  }

  .cart {
    margin-left: 20px;
    margin-right: 0;
  }

  .cart-button {
    margin-left: auto;
  }

  .cart-quantity {
    width: 18px;
  }

  .wrap-catalog {
    height: auto;
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    flex-direction: column;
    align-items: flex-start;
    padding: 100px 30px 60px;
  }

  .h1-catalog {
    font-size: 50px;
    line-height: 58px;
  }

  .wrap-left-catalog {
    width: 80%;
  }

  .wrap-right-content {
    width: auto;
    right: auto;
  }

  .wrap-btm-product {
    margin-top: 60px;
  }

  .collection-list-product {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .heading-category {
    font-size: 25px;
    line-height: 32px;
  }

  .img-category.img-nurition {
    width: 110%;
    max-width: 110%;
    top: -48%;
    right: -35%;
  }

  .img-category.img-accessories {
    width: 90%;
    max-width: 90%;
    bottom: -78%;
  }

  .grid-categories {
    grid-template-columns: 1fr;
  }

  .img-cta-catalog {
    bottom: -11%;
  }

  .grid-question {
    grid-column-gap: 20px;
    grid-template-columns: 1fr;
  }

  .cta-contact {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .form-block-cta-contact {
    width: auto;
  }

  .checkbox.w--redirected-checked {
    width: 40px;
    height: 22px;
  }

  .img-cta-contact {
    width: 100%;
    position: relative;
    left: auto;
  }

  .wrap-card-product {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .heading-product-card {
    font-size: 25px;
  }

  .price-card-product {
    font-size: 35px;
  }

  .wrap-btns-product-card {
    justify-content: flex-start;
  }

  .wrap-right-product-card {
    width: 100%;
  }

  .wrap-small-img {
    overflow: hidden;
  }

  .wrap-left-product-card {
    width: auto;
  }

  .body {
    font-size: 16px;
    line-height: 26px;
  }

  .tabs-content {
    width: 70%;
  }

  .div-block {
    width: 40%;
  }

  .wrap-catalog-main {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    padding: 80px 40px;
  }

  .h1-category {
    font-size: 50px;
    line-height: 58px;
  }

  .txt-main {
    width: auto;
  }

  .category.w--current {
    flex: none;
  }

  .collection-list-category {
    grid-template-columns: 1fr 1fr;
  }

  .tabs-category-wrap {
    margin-bottom: 60px;
    padding-bottom: 60px;
    overflow: auto;
  }

  .sort-product {
    width: 30%;
  }

  .flex.flex-legal {
    margin-top: 40px;
  }

  .img-cta-catalog-mobile {
    bottom: -11%;
  }

  .hidden-mobile {
    display: none;
  }

  .slide-nav {
    width: auto;
  }

  .h1-blog {
    font-size: 45px;
    line-height: 52px;
  }

  .collection-list-blog-posts {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .wrap-blog-post {
    min-height: auto;
  }

  .overlay {
    opacity: .9;
    background-image: linear-gradient(45deg, #000, rgba(255, 255, 255, 0) 52%);
  }

  .wrap-cover {
    min-height: 500px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .txt-post {
    font-size: 16px;
  }

  .wrap-content-post {
    width: 70%;
  }

  .collection-list-blog-posts-more {
    grid-template-columns: 1fr;
  }

  .wrap-top-product-card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    margin-bottom: 10px;
  }

  .wrap-blog-post-item {
    min-height: auto;
    padding: 60px 40px;
  }

  .wrap-txt-legal {
    width: auto;
    padding: 60px 30px;
  }

  .h2-legal {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 30px;
  }

  .txt-legal.max-width-txt-legal {
    width: auto;
    margin-bottom: 40px;
  }

  .h1-legal {
    margin-bottom: 20px;
  }

  .sidebar {
    display: none;
  }

  .wrap-error-404 {
    height: auto;
    min-height: auto;
    background-position: 20% 300%, 0 120%;
    background-size: 150%, 100%;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 60px 40px 0;
  }

  .h1-404 {
    margin-bottom: 10px;
    font-size: 50px;
    line-height: 58px;
  }

  .img-404 {
    width: 60%;
    margin-left: auto;
    margin-right: 0;
    position: relative;
    bottom: -11%;
    right: 3%;
  }

  .wrap-content-404 {
    width: auto;
    max-width: none;
  }

  .txt-empty {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
  }

  .wrap-contact {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .wrap-content-contact {
    width: auto;
  }

  .grid-wrap-product {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .cart-custom {
    margin-left: 20px;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
    line-height: 50px;
  }

  h2 {
    margin-bottom: 30px;
    font-size: 35px;
    line-height: 45px;
  }

  .section, .section.section-custom-padding {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .main-btn.btn-secondary {
    margin-top: 40px;
  }

  .main-btn.cta-btn {
    width: 80%;
    margin-top: 20px;
    padding: 20px;
    font-size: 16px;
  }

  .container-menu, .container-menu.menu-cart {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-menu {
    text-align: left;
  }

  .nav-menu {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand {
    padding-left: 0;
  }

  .menu-btn {
    margin-top: 40px;
    margin-left: 0;
    margin-right: auto;
  }

  .wrap-main-content {
    width: auto;
    margin-top: 100px;
  }

  .wrap-main-content.wmc-btm {
    z-index: 5;
    margin-top: 100px;
    margin-bottom: 0;
    display: none;
  }

  .wrap-main-content.wmc-btm.mobile {
    margin-top: 0;
    margin-bottom: 100px;
    display: block;
  }

  .main-img {
    width: 160%;
    max-width: 160%;
    object-fit: fill;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    top: auto;
    bottom: 0%;
    left: -5%;
    right: 0%;
  }

  .main-img.main-img-mobile {
    display: none;
    left: -20%;
  }

  .img-heading {
    width: 220px;
  }

  .btm-blur {
    display: block;
    bottom: -4%;
    left: -15%;
    overflow: visible;
  }

  .grid-card {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .heading-green-card {
    width: auto;
  }

  .txt-card {
    z-index: 1;
    width: auto;
    position: relative;
  }

  .img-green-card {
    width: 80%;
    max-width: 80%;
    top: -5%;
    right: -1%;
  }

  .img-green-card.watch-img {
    width: 180%;
    max-width: 180%;
    top: -76%;
    right: -75%;
  }

  .img-green-card.rug-img {
    width: 80%;
    max-width: 80%;
    top: -1%;
  }

  .img-green-card.barbell-img {
    width: 150%;
    max-width: 1550%;
    top: -22%;
    right: -85%;
  }

  .card-large {
    padding-top: 80px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .h2-center {
    font-size: 25px;
    line-height: 32px;
  }

  .wrap-plans.bg-custom {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .card {
    border-radius: 20px;
  }

  .tabs-menu {
    width: 335px;
    justify-content: center;
  }

  .tab-custom, .tab-custom.w--current {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .grid-team {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .img-card-team {
    margin-bottom: 0;
  }

  .wrap-social-media.btm-70 {
    margin-bottom: 40px;
  }

  .review {
    width: 100%;
    height: auto;
    margin-right: 20px;
  }

  .img-review {
    width: 80px;
    height: 80px;
  }

  .prev, .next {
    width: 50px;
    height: 50px;
    background-size: 16px;
  }

  .wrap-contetn-post {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta {
    background-position: -4000%;
    flex-direction: row;
    padding: 40px 30px;
  }

  .cta.cta-catalog {
    background-position: 3800% 30%;
    padding: 40px 20px;
  }

  .heading-blog-post {
    font-size: 20px;
  }

  .right-content-cta {
    width: 55%;
  }

  .img-cta-mobile {
    bottom: -4%;
  }

  .heading-cta {
    font-size: 25px;
    line-height: 32px;
  }

  .btn-app {
    width: 220px;
    height: 65px;
  }

  .btn-app-google {
    width: 220px;
    height: 60px;
  }

  .wrap-btn {
    margin-top: 40px;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .txt-footer {
    width: 70%;
  }

  .colomn-2.colomn-custom {
    flex-direction: row;
  }

  .flex-footer {
    grid-row-gap: 60px;
  }

  .form-block-footer {
    width: 60%;
  }

  .tabs-time {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
  }

  .tabs-menu-time {
    flex-flow: wrap;
    margin-top: 20px;
    margin-right: 0;
  }

  .wrap-content-info {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrap-name-trainer {
    border-radius: 5px;
  }

  .wrap-left {
    width: 100%;
  }

  .wrap-catalog {
    padding-top: 60px;
  }

  .h1-catalog {
    font-size: 40px;
    line-height: 48px;
  }

  .wrap-left-catalog {
    width: auto;
  }

  .txt-product-item {
    font-size: 18px;
  }

  .wrap-btm-product {
    margin-top: 30px;
  }

  .collection-list-product {
    grid-template-columns: 1fr;
  }

  .wrap-category {
    min-height: auto;
    border-radius: 40px;
  }

  .img-category.img-nurition {
    width: 100%;
    max-width: 100%;
    top: auto;
    bottom: -26%;
  }

  .img-category.img-accessories {
    bottom: -96%;
  }

  .img-category.img-equipment {
    max-width: 100%;
    right: -6%;
  }

  .img-cta-catalog {
    max-width: 50%;
  }

  .txt-dropdown {
    font-weight: 200;
    line-height: 24px;
  }

  .cta-contact {
    padding-left: 20px;
    padding-right: 20px;
  }

  .checkbox-custom {
    align-items: flex-start;
  }

  .checkbox {
    width: 40px;
    background-size: 16px;
  }

  .checkbox.w--redirected-checked {
    width: 40px;
    height: 22px;
    background-size: 16px;
  }

  .txt-checkbox {
    font-size: 14px;
    line-height: 20px;
  }

  .wrap-card-product {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrap-btns-product-card {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .buy-btn {
    width: 100%;
  }

  .add-cart {
    width: 100%;
    justify-content: center;
  }

  .wrap-right-product-card {
    width: 100%;
  }

  .wrap-add-cart {
    width: 100%;
    flex-direction: column;
  }

  .wrap-img-product-card {
    min-height: auto;
    padding: 0;
  }

  .wrap-small-img {
    margin-right: 10px;
    overflow: hidden;
  }

  .body {
    background-color: #202020;
  }

  .tabs-content {
    width: 100%;
    margin-top: 40px;
  }

  .wrap-catalog-main {
    margin-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .h1-category {
    font-size: 40px;
    line-height: 48px;
  }

  .txt-main {
    font-size: 16px;
    line-height: 24px;
  }

  .category, .category.w--current {
    width: 80px;
    height: 80px;
  }

  .collection-list-category {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .tabs-category-wrap {
    margin-bottom: 60px;
  }

  .back-btn {
    left: 20px;
  }

  .sort-product {
    width: 40%;
  }

  .sort-product-toggle {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .flex {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-bottom: 60px;
  }

  .flex.flex-legal {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .img-cta-catalog-mobile {
    max-width: 50%;
  }

  .wrap-arrows-slider {
    padding-right: 30px;
  }

  .wrap-slider-top {
    padding-right: 10px;
  }

  .slider-blog {
    min-height: 500px;
  }

  .right-arrow-slider {
    padding-right: 20px;
  }

  .left-arrow-slider {
    padding-left: 20px;
  }

  .slide-nav {
    width: auto;
  }

  .h1-blog {
    font-size: 35px;
    line-height: 42px;
  }

  .collection-list-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrap-cover {
    min-height: 450px;
  }

  .wrap-content-post {
    width: auto;
  }

  .wrap-top-product-card {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-bottom: 10px;
  }

  .h2-legal {
    margin-bottom: 20px;
  }

  .wrap-error-404 {
    background-position: 40% 260%, 0 120%;
    background-size: 200%, 100%;
  }

  .h1-404 {
    margin-bottom: 20px;
  }

  .img-404 {
    width: 80%;
  }

  .wrap-contact {
    padding-left: 30px;
    padding-right: 30px;
  }

  .grid-wrap-product {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .txt-count {
    font-size: 8px;
    line-height: 8px;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 16px;
    line-height: 26px;
  }

  h1 {
    margin-bottom: 20px;
    font-size: 35px;
    line-height: 42px;
  }

  h2 {
    font-size: 25px;
    line-height: 35px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.main-section {
    padding-bottom: 10px;
  }

  .section.section-404 {
    padding-top: 100px;
  }

  .main-btn {
    width: 100%;
    font-size: 16px;
  }

  .main-btn.btn-cta {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-btn.btn-card {
    padding-left: 30px;
    padding-right: 30px;
  }

  .main-btn.btn-secondary {
    max-width: none;
  }

  .main-btn.cta-btn {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .main-btn.btn-catalog {
    padding-left: 40px;
    padding-right: 40px;
  }

  .main-btn.btn-cta-contact {
    margin-top: 25px;
  }

  .link-menu {
    text-align: center;
  }

  .menu-btn {
    max-width: none;
  }

  .menu-btn.hide-desktop {
    display: block;
  }

  .wrap-main-content {
    margin-top: 120px;
  }

  .wrap-main-content.wmc-btm {
    z-index: 6;
    margin-top: 60px;
  }

  .wrap-main-content.wmc-btm.mobile {
    margin-top: 0;
    margin-bottom: 120px;
    display: block;
  }

  .main-img {
    width: 200%;
    max-width: 200%;
    margin-top: -10px;
    display: block;
    left: -30%;
  }

  .main-img.main-img-mobile {
    margin-top: 40px;
    display: none;
    left: -20%;
  }

  .img-heading {
    width: 200px;
  }

  .btm-blur {
    z-index: 2;
    width: 200%;
    height: 100px;
    max-width: 200%;
    display: block;
    top: auto;
    bottom: -3%;
    left: 0%;
  }

  .green-card {
    min-height: 400px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .txt-card {
    width: auto;
  }

  .img-green-card {
    width: 110%;
    max-width: 110%;
    transition: opacity .2s;
    top: -19%;
    bottom: auto;
    left: 51%;
    right: 0%;
    transform: translate(-50%);
  }

  .img-green-card.watch-img {
    width: 250%;
    max-width: 250%;
    top: auto;
    bottom: -61%;
    left: -42%;
    right: auto;
    transform: none;
  }

  .img-green-card.rug-img {
    width: 95%;
    max-width: 95%;
    top: -1%;
    bottom: auto;
    left: auto;
    right: 0%;
    transform: none;
  }

  .img-green-card.barbell-img {
    width: 180%;
    max-width: 180%;
    top: -16%;
    right: -95%;
    transform: none;
  }

  .card-large {
    align-items: flex-start;
    padding-left: 30px;
    padding-right: 30px;
  }

  .h2-center {
    text-align: left;
    line-height: 34px;
  }

  .wrap-plans {
    padding: 50px 20px;
  }

  .wrap-plans.bg-custom {
    padding-top: 40px;
    padding-bottom: 40px;
    overflow: hidden;
  }

  .grid-plans {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .heading-card-plan {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 28px;
  }

  .tabs-menu {
    width: 250px;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: center;
    margin-bottom: 30px;
  }

  .tab-custom, .tab-custom.w--current {
    padding-left: 30px;
    padding-right: 30px;
  }

  .grid-team {
    grid-template-columns: 1fr;
  }

  .txt-small {
    margin-bottom: 15px;
  }

  .img-social-media {
    width: 20px;
  }

  .review {
    width: 100%;
    margin-right: 20px;
  }

  .txt-btn {
    margin-bottom: 4px;
  }

  .img-btn {
    width: 20px;
  }

  .wrap-contetn-post {
    padding-top: 20px;
  }

  .cta {
    min-height: auto;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    flex-direction: column;
    padding: 60px 20px 0;
  }

  .cta.cta-app {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .cta.cta-catalog {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .right-content-cta {
    width: auto;
  }

  .right-content-cta.cta-mobile {
    width: auto;
    margin-bottom: 40px;
  }

  .img-cta {
    width: 80%;
    position: relative;
  }

  .img-cta-mobile {
    width: 100%;
    position: relative;
    bottom: 0%;
  }

  .btn-app {
    width: auto;
    background-size: 140px;
  }

  .btn-app-google {
    width: auto;
    background-size: 160px;
  }

  .footer {
    border-radius: 20px;
  }

  .wrap-footer {
    margin-bottom: 20px;
  }

  .txt-footer {
    width: auto;
    font-size: 12px;
    font-weight: 100;
  }

  .colomn-1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .colomn-2.colomn-custom {
    flex-direction: column;
  }

  .heading-footer {
    font-size: 20px;
  }

  .wrap-input {
    width: 80%;
  }

  .form-block-footer {
    width: 100%;
  }

  .tab-time {
    flex: none;
    font-size: 14px;
  }

  .tab-time.w--current {
    flex: none;
    padding-right: 10px;
    font-size: 14px;
  }

  .tabs-menu-time {
    width: 100%;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding-bottom: 20px;
    overflow: auto;
  }

  .wrap-name {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .wrap-icon {
    flex: none;
  }

  .txt-info {
    font-size: 16px;
  }

  .wrap-trainer.mrg-top {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .cart-button {
    width: 40px;
    height: 40px;
    background-size: 18px;
  }

  .cart-quantity {
    width: 16px;
    height: 16px;
    min-width: 16px;
    justify-content: center;
    align-items: center;
    margin-top: -15px;
    margin-left: 9px;
    font-size: 10px;
    line-height: 10px;
    display: flex;
  }

  .wrap-catalog {
    overflow: hidden;
  }

  .h1-catalog {
    font-size: 35px;
    line-height: 42px;
  }

  .wrap-right-content {
    width: 140%;
    right: 21%;
  }

  .wrap-product-item {
    min-height: auto;
  }

  .txt-product-item {
    font-size: 16px;
    line-height: 24px;
  }

  .price-product-item {
    font-size: 25px;
  }

  .collection-list-product {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .wrap-info-product {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cart-product-item {
    width: 50px;
    height: 50px;
    background-size: 20px;
  }

  .wrap-category {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-category {
    max-width: none;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 28px;
  }

  .btn-category {
    align-items: center;
  }

  .txt-btn-category {
    margin-bottom: 3px;
    font-size: 16px;
    line-height: 16px;
  }

  .img-category.img-nurition {
    bottom: -20%;
    right: -30%;
  }

  .img-category.img-accessories {
    bottom: -81%;
  }

  .img-category.img-equipment {
    right: -10%;
  }

  .grid-categories {
    margin-top: 40px;
  }

  .img-cta-catalog {
    max-width: 100%;
    display: none;
    position: relative;
  }

  .grid-question {
    overflow: hidden;
  }

  .dropdown-toggle-custom {
    height: auto;
    max-height: 85px;
    align-items: center;
    padding-right: 20px;
  }

  .dropdown-toggle-custom.dropdown-product {
    justify-content: space-between;
  }

  .cta-contact {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    overflow: hidden;
  }

  .grid-form {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .checkbox {
    flex: none;
  }

  .img-cta-contact {
    width: 115%;
    max-width: 115%;
    left: -15%;
  }

  .cart-container {
    width: 98%;
    height: auto;
    max-width: none;
    min-width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .checkout-btn {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrap-card-product {
    border-radius: 30px;
    overflow: hidden;
  }

  .wrap-btns-product-card {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    text-align: left;
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .buy-btn {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .add-cart {
    width: 100%;
    text-align: center;
    justify-content: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .wrap-right-product-card {
    width: 100%;
  }

  .wrap-add-cart {
    width: 100%;
    text-align: center;
    flex-wrap: wrap;
  }

  .wrap-img-product-card {
    min-height: auto;
  }

  .wrap-small-img {
    border-radius: 10px;
    overflow: hidden;
  }

  .prev-arrow, .next-arrow {
    width: 30px;
    height: 30px;
  }

  .div-block {
    display: none;
  }

  .questions-wrap {
    align-items: flex-start;
  }

  .wrap-catalog-main {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .h1-category {
    font-size: 35px;
    line-height: 42px;
  }

  .category {
    width: 80px;
    height: 80px;
    justify-content: center;
  }

  .category.w--current {
    width: 80px;
    height: 80px;
    flex: none;
  }

  .tabs-category-wrap {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    margin-bottom: 40px;
  }

  .txt-tab-category {
    top: 105%;
  }

  .sort-product {
    width: auto;
  }

  .flex {
    width: auto;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column-reverse;
    margin-bottom: 60px;
  }

  .flex.flex-legal {
    width: 100%;
  }

  .img-cta-catalog-mobile {
    max-width: 120%;
    display: block;
    position: relative;
    top: auto;
    bottom: 0%;
    right: 10%;
  }

  .success-message {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .txt-message {
    text-align: left;
  }

  .wrap-arrows-slider {
    padding-left: 10px;
    padding-right: 10px;
  }

  .wrap-slider-top {
    padding-right: 0;
  }

  .main-img-slider {
    object-fit: cover;
  }

  .h1-blog {
    font-size: 30px;
    line-height: 38px;
  }

  .collection-item-blog {
    padding-bottom: 60px;
  }

  .collection-list-blog-posts {
    margin-top: 40px;
  }

  .wrap-blog-post {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-blog {
    font-size: 20px;
    line-height: 26px;
  }

  .overlay {
    opacity: 1;
    background-image: linear-gradient(45deg, #000, rgba(255, 255, 255, 0) 89%);
  }

  .wrap-cover {
    padding: 20px 20px 40px;
  }

  .txt-post {
    font-size: 14px;
    line-height: 24px;
  }

  .btn-favorites {
    width: 50px;
    height: 50px;
    background-size: 25px;
  }

  .wrap-top-product-card {
    width: 80%;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column-reverse;
    margin-bottom: 10px;
  }

  .wrap-blog-post-item {
    padding: 40px 20px;
  }

  .wrap-txt-legal {
    width: 100%;
    padding: 40px 20px;
  }

  .h2-legal {
    margin-bottom: 20px;
    line-height: 35px;
  }

  .wrap-error-404 {
    background-position: 80% 350%, 50% 100%;
    background-size: 300%, 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .h1-404 {
    font-size: 35px;
    line-height: 45px;
  }

  .img-404 {
    width: 100%;
    margin-right: auto;
  }

  .empty-state {
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .txt-empty {
    text-align: left;
  }

  .wrap-contact {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading {
    font-size: 50px;
    line-height: 58px;
  }

  .cart-custom {
    width: 40px;
    height: 40px;
    background-size: 20px;
    margin-left: 20px;
  }

  .count-cart {
    width: 12px;
    height: 12px;
    top: -12%;
  }
}

#w-node-_4737bca5-3ab5-b230-ee79-da6016f88d5a-7125279a, #w-node-b5a932d5-c3d2-61fb-88ce-6f8cc1cd9525-7125279a, #w-node-_7687e11c-2929-f6a0-aa22-3e082d47c50e-7125279a, #w-node-_36fca164-3893-369f-d340-150188885a14-7125279a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a667e9d-7ca2-81c6-c6db-1f0e2875103f-7125279a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_86dc5f42-80b6-ce30-fd25-fec45d276969-7125279a, #w-node-_095da2f5-4373-8286-9915-e57f7c594daa-7125279a, #w-node-bbe97379-f4a1-f836-c5a6-607ef19fa62d-7125279a, #w-node-_23e858d7-8ae9-a49d-50a8-9da2ed3f5d54-7125279a, #w-node-_23e858d7-8ae9-a49d-50a8-9da2ed3f5d63-7125279a, #w-node-_23e858d7-8ae9-a49d-50a8-9da2ed3f5d74-7125279a, #w-node-f6bd720b-79c3-330d-04cf-195991b0ce7c-7125279a, #w-node-_8c0e7ed0-6379-c5db-6565-8080f423348f-7125279a, #w-node-_93f69be5-5204-931b-4891-cb4f53df1f31-7125279a, #w-node-d473a8ab-5f50-9da7-72a2-366cf3b886b1-7125279a, #w-node-d2cc3f66-5080-3630-4eec-e19b7d9842e0-7125279a, #w-node-_6ffae644-584d-40f5-e41a-b5c6455db9b2-7125279a, #w-node-b9801200-b98b-052f-ec99-6c98dce04ce0-7125279a, #w-node-_780f7c6b-cad4-7c48-616a-6a03c1b677ba-7125279a, #w-node-_8e69aee4-5714-d93a-bd44-9463c91ba388-7125279a, #w-node-_69eddbc7-c58b-671a-fe67-14b03b409efa-7125279a, #w-node-c662682b-8340-8747-84ce-7a1adbc71686-eb0f0334, #w-node-d1f91fa0-b1e6-8139-28f8-3db689de86a8-2857aca0, #w-node-d1f91fa0-b1e6-8139-28f8-3db689de86b6-2857aca0, #w-node-d1f91fa0-b1e6-8139-28f8-3db689de86c3-2857aca0, #w-node-d1f91fa0-b1e6-8139-28f8-3db689de86a8-24976909, #w-node-d1f91fa0-b1e6-8139-28f8-3db689de86b6-24976909, #w-node-d1f91fa0-b1e6-8139-28f8-3db689de86c3-24976909, #w-node-d1f91fa0-b1e6-8139-28f8-3db689de86a8-a7c4b4e4, #w-node-d1f91fa0-b1e6-8139-28f8-3db689de86b6-a7c4b4e4, #w-node-d1f91fa0-b1e6-8139-28f8-3db689de86c3-a7c4b4e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_4d2c01a0-1208-0dc5-3cd4-e1f808e4bd1c-eb0f0334 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_86dc5f42-80b6-ce30-fd25-fec45d276969-7125279a, #w-node-_095da2f5-4373-8286-9915-e57f7c594daa-7125279a, #w-node-bbe97379-f4a1-f836-c5a6-607ef19fa62d-7125279a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4737bca5-3ab5-b230-ee79-da6016f88d5a-7125279a, #w-node-b5a932d5-c3d2-61fb-88ce-6f8cc1cd9525-7125279a, #w-node-_7687e11c-2929-f6a0-aa22-3e082d47c50e-7125279a, #w-node-_36fca164-3893-369f-d340-150188885a14-7125279a, #w-node-f76338c9-88ee-3416-6ef9-49bb47a88650-47a8864b, #w-node-f76338c9-88ee-3416-6ef9-49bb47a88659-47a8864b, #w-node-f76338c9-88ee-3416-6ef9-49bb47a88666-47a8864b, #w-node-f76338c9-88ee-3416-6ef9-49bb47a8866d-47a8864b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f76338c9-88ee-3416-6ef9-49bb47a88659-47a8864b, #w-node-f76338c9-88ee-3416-6ef9-49bb47a88666-47a8864b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


