@import url('https://fonts.googleapis.com/css?family=Bebas+Neue|Montserrat:200,300,400,600,700,800,900&display=swap&subset=latin-ext');
.section-home-offer {
  height: calc(100vh - 112px);
  background-image: url('../images/offer-bg.png');
  background-size: auto calc(100vh - 112px);
  background-repeat: no-repeat;
  background-color: black;
  background-position: center;
  background-size: cover;
}
.home-offer-choose {
  text-align: center;
  position: absolute;
  bottom: 46%;
  right: 10%;
  width: auto;
  color: #7a6440;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 120px;
  text-shadow: 2px 4px 3px rgba(2, 2, 2, 0.7);
  line-height: 1;
}
.home-offer-fitted {
  text-align: center;
  position: absolute;
  bottom: 25%;
  right: 10%;
  width: auto;
  color: #7a6440;
  font-family: 'Bebas Neue', sans-serif;
  text-shadow: 2px 4px 3px rgba(2, 2, 2, 0.7);
  line-height: 1;
  font-size: 67px;
}
.home-offer-fitted span {
  color: white;
  font-size: 73px;
}
.section-home-offer .button-more {
  background-color: #7a6440;
  color: #fff;
  text-transform: uppercase;
  padding: 10px;
  width: 200px;
  margin: 0 auto;
  font-family: 'Bebas Neue', sans-serif;
}
.section-home-offer .button-more-wrapper {
  position: absolute;
  width: auto;
  text-align: center;
  bottom: 15%;
  right: 24%;
}
.section-home-offer .button-more-wrapper a {
  color: black;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 24px;
  line-height: 1.5;
}
.offer-intro-wrapper {
  background-image: url('../images/offer-intro.png');
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: top;
  background-size: cover;
  min-height: 415px;
}
.offer-intro-header {
  color: white;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 65px;
  text-align: center;
  padding: 20px;
  line-height: 1;
  text-align: left;
}
.offer-intro-header span {
  color: black;
}
.offer-intro-text {
  color: #010101;
  font-size: 17px;
  font-family: 'Montserrat', sans-serif;
}
.offer-header {
  color: white;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 65px;
  text-align: center;
  padding: 20px;
}
.offer-trainings-wrapper {
  background-image: url('../images/offer-intro-3.png');
  padding: 10px 0;
  background-size: cover;
}
.offer-product-title {
  color: black;
  text-transform: uppercase;
  text-align: center;
  background-color: white;
  padding: 10px;
  font-size: 23px;
  font-family: 'Bebas Neue', sans-serif;
}
.offer-product-title.bestseller {
  background-color: #107000;
  color: white;
  position: relative;
}
.offer-product-title.bestseller:before {
  content: 'BESTSELLER';
  color: white;
  position: absolute;
  right: 0;
  top: -40px;
  font-size: 30px;
  font-family: 'Bebas Neue', sans-serif;
}
.offer-product-price {
  color: black;
  text-transform: uppercase;
  text-align: center;
  background-color: white;
  padding: 10px;
  height: 100px;
  font-size: 23px;
  margin: 10px 0;
  font-family: 'Bebas Neue', sans-serif;
  position: relative;
}
.offer-product-price-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.offer-product-subprice-container {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  line-height: 1;
  font-size: 17px;
}
.offer-product-add {
  border: 10px solid white;
  text-align: center;
  padding: 6px;
  margin-bottom: 50px;
}
.offer-product-add a {
  color: black;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 25px;
  margin-top: 2px;
  display: block;
  line-height: 1;
}
.section-prepare {
  background-color: #7a6440;
  padding: 30px 0;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
}
.prepare-header {
  color: white;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 55px;
  line-height: 1;
  padding: 10px;
}
.prepare-header span {
  color: black;
}
.prepare-text {
  color: #010101;
  font-family: 'Montserrat', sans-serif;
}
.section-plans {
  background-image: url('../images/plans.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  padding: 50px 0;
}
.section-plans .offer-intro-wrapper {
  background-image: none;
  min-height: auto;
}
.section-plans .offer-intro-header {
  padding: 10px;
  float: right;
}
.section-plans .offer-trainings-wrapper {
  background-image: none;
  padding: 10px 0;
}
.plans-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.plans-signature {
  color: white;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 55px;
  line-height: 1;
  padding: 10px;
  position: relative;
}
.plans-signature span {
  color: black;
}
.plans-signature:after {
  content: '';
  display: block;
  height: 10px;
  width: 30%;
  position: absolute;
  bottom: 20px;
  left: 0;
}
.plans-features {
  text-align: center;
  color: white;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 33px;
  line-height: 1;
  padding-top: 5px;
}
.plans-tri {
  display: block;
  margin: 0 auto;
}
section#posing {
  border-bottom: 0;
}
section#posing:after {
  content: '';
  display: block;
  height: 15px;
  border-top: 2px solid #fff;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .home-offer-fitted, .home-offer-fitted span {
    font-size: 40px;
    width: 100%;
    right: 0;
  }
  .home-offer-choose {
    font-size: 60px;
    width: 100%;
    right: 0;
    bottom: 37%;
  }
  .section-home-offer .button-more-wrapper {
    width: 100%;
    right: 0;
  }
  .plans-tri {
    display: none;
  }
  .plans-signature {
    text-align: center;
  }
  .offer-intro-wrapper {
    background-position-x: right;
  }
}
.themo_cart_icon span {
  background-color: #7a6440;
}
