*, :before, :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  scrollbar-width: thin;
  scrollbar-color: #F99021 #f9f6f3;
}

body {
  font-family: 'Oswald', sans-serif;
  color: #000;
  line-height: 1.2;
}

::-webkit-scrollbar {
  width: 16px;
}

::-webkit-scrollbar-track {
  background-color: #f9f6f3;
  border-radius: 100px;
}

::-webkit-scrollbar-thumb {
  border-radius: 100px;
  border: 3.5px solid #f9f6f3;
  background-clip: content-box;
  background: linear-gradient(89.69deg, #F99021 -12.46%, #ECC03E 121.84%);
}

.b-all-conteiner {
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
}

a {
  text-decoration: none;
}

.h-80-l {
  font-weight: 300;
  font-size: 40px;
  text-align: center;
  color: #301C13;
  position: relative;
  z-index: 10;
  line-height: 1.3;
}

.h-80-b {
  font-weight: 600;
  font-size: 48px;
  text-transform: uppercase;
  text-align: center;
  color: #301C13;
  position: relative;
  z-index: 10;
}

.h-60-l {
  font-weight: 300;
  font-size: 40px;
  text-align: center;
  color: #301C13;
  position: relative;
  z-index: 10;
}

.h-83-l {
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  color: #301C13;
  position: relative;
  text-align: center;
  z-index: 10;
}

.h-90-l {
  font-weight: 300;
  font-size: 40px;
  color: #301C13;
  position: relative;
  z-index: 10;
}

.h-100-b {
  font-weight: 600;
  font-size: 47px;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
  background: linear-gradient(89.69deg, #F99021 -12.46%, #ECC03E 121.84%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  position: relative;
  z-index: 10;
}

.h-120-b {
  color: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 48px;
  position: relative;
  z-index: 10;
}

.h-130-b {
  position: relative;
  z-index: 10;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  font-size: 44px;
}

.h-164-b {
  text-transform: uppercase;
  text-align: center;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 48px;
  position: relative;
  z-index: 3;
}

.b-p {
  position: relative;
  z-index: 10;
}

.b-icon {
  display: inline-block;
  vertical-align: middle;
}

.b-conteiner {
  max-width: 320px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}

.b-button {
  border: none;
  outline: none;
  display: block;
  margin: 0 auto;
  transition: 0.4s;
  cursor: pointer;
  position: relative;
  text-align: center;
  z-index: 10;
  max-width: 290px;
  box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.25);
  border-radius: 40px;
  width: 100%;
  font-weight: 700;
  font-size: 40px;
  line-height: 55px;
  font-family: 'Nunito', sans-serif;
  padding: 8px 25px;
  transition: 0.3s;
  color: #fff;
}

.b-button::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  background: linear-gradient(89.69deg, #F99021 -12.46%, #ECC03E 121.84%);
  z-index: 0;
  left: 0;
  top: 0;
  transition: 0.3s;
}

.b-button::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  background: linear-gradient(269.83deg, #F99021 -6.37%, #ECC03E 103.33%);
  opacity: 0;
  z-index: 1;
  left: 0;
  top: 0;
  transition: 0.3s;
}

.b-button span {
  position: relative;
  z-index: 10;
}

.b-button:hover::after {
  opacity: 1;
}

.b-price {
  position: relative;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
  justify-content: center;
  align-items: flex-end;
}

.b-price-new {
  text-align: center;
  font-weight: 700;
  font-size: 64px;
  line-height: 95px;
  color: #301C13;
  padding: 0 10px;
}

.b-price-old {
  padding: 0 10px;
  text-align: center;
  position: relative;
  text-decoration-line: line-through;
  line-height: 71px;
  color: #301C13;
  font-weight: 300;
  font-size: 48px;
  margin-bottom: 5px;
}

.b-input,
.b-select {
  position: relative;
  z-index: 10;
  background: #FFFFFF;
  border-radius: 50px;
  margin-bottom: 16px;
  padding: 13px 24px;
  color: #96735F;
  font-weight: 200;
  font-size: 20px;
  line-height: 24px;
  border: none;
  transition: 0.3s;
  width: 100%;
  display: block;
  font-family: 'Oswald';
}

.b-input:active, .b-input:focus,
.b-select:active,
.b-select:focus {
  outline: none;
  border: none;
}

select::-ms-expand {
  display: none;
}

.b-input::-webkit-input-placeholder {
  color: #96735F;
}

.b-input:-moz-placeholder {
  color: #96735F;
}

.b-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../img/select_arrow.svg) no-repeat #fff;
  background-size: 14px 12px;
  background-position: calc(100% - 24px), 52%;
}

.b-img {
  display: block;
  position: relative;
  z-index: 1;
}

.b-logo {
  position: relative;
  z-index: 10;
  font-weight: 900;
  font-size: 48px;
  line-height: 65px;
  text-transform: uppercase;
  color: #FFFFFF;
  font-family: 'Nunito';
  border: 1px solid #FFFFFF;
  border-radius: 50px;
  padding: 0 24px;
  margin: 50px auto 20px;
  width: max-content;
}

.b-logo-not {
  background: linear-gradient(89.69deg, #F99021 -12.46%, #ECC03E 121.84%);
  border-radius: 50px;
  transform: rotate(7.42deg);
  width: max-content;
  font-weight: 700;
  font-size: 28px;
  line-height: 20px;
  font-family: 'Caveat';
  position: absolute;
  top: -47px;
  right: 56px;
  color: #301C13;
  padding: 5px 16px;
  text-align: center;
  text-transform: none;
}

.b-header {
  padding: 21px 0 49px;
  position: relative;
}

.b-header .b-conteiner {
  padding-top: 1px;
}

.b-header .b-bg-1 {
  position: absolute;
  z-index: 0;
  top: -102px;
  left: 50%;
  transform: translateX(-50%);
}

.b-header .b-bg-2 {
  filter: blur(4px);
  transform: rotate(172.32deg) scale(-1, 1);
  position: absolute;
  z-index: 1;
  width: 108px;
  top: -63px;
  left: -23px;
}

.b-header .b-bg-3 {
  position: absolute;
  z-index: 2;
  transform: rotate(-11.9deg);
  width: 59px;
  top: 184px;
  left: -9px;
}

.b-header .b-bg-4 {
  position: absolute;
  z-index: 1;
  display: none;
}

.b-header .b-bg-5 {
  position: absolute;
  z-index: 1;
  display: none;
}

.b-header .b-bg-6 {
  position: absolute;
  z-index: 1;
  display: none;
}

.b-header .b-bg-7 {
  position: absolute;
  z-index: 1;
  display: none;
}

.b-header .b-bg-8 {
  position: absolute;
  z-index: 1;
  display: none;
}

.b-header .b-bg-9 {
  position: absolute;
  z-index: 1;
  display: none;
}

.b-header .b-bg-10 {
  position: absolute;
  z-index: 1;
  transform: rotate(-113.73deg);
  width: 72px;
  top: 179px;
  left: -45px;
}

.b-header .b-product {
  display: block;
  position: relative;
  transform: rotate(-5.19deg);
  width: 105px;
  top: 17px;
  left: 109px;
  z-index: 3;
}

.b-header .b-product-box {
  width: 290px;
  height: 213px;
  margin: 0 auto;
  position: relative;
  margin-left: -112px;
  margin-top: 24px;
  margin-bottom: -19px;
  z-index: 6;
}

.b-header .b-product-box .b-chocolate-1 {
  position: absolute;
  display: block;
  width: 240px;
  top: 0;
  left: 30px;
  z-index: 1;
  transform: rotate(3deg);
}

.b-header .b-product-box .b-chocolate-2 {
  position: absolute;
  display: block;
  width: 240px;
  top: 0;
  left: 30px;
  z-index: 5;
  transform: rotate(3deg);
}

.b-header .b-woman {
  display: block;
  width: 100%;
}

.b-header .b-woman-box {
  position: absolute;
  width: 275px;
  right: -66px;
  top: 208px;
  z-index: 5;
}

.b-header .b-box {
  position: relative;
  width: 290px;
  height: 213px;
}

.b-header .b-list {
  background: #DCBFAE;
  box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  line-height: 30px;
  width: max-content;
  display: block;
  margin: 0 auto 8px;
  padding: 0 25px;
  font-family: 'Nunito', sans-serif;
  font-weight: 400;
  text-align: center;
}

.b-header .b-list:first-child {
  min-width: 230px;
}
.b-header .b-list:last-child {
  margin-bottom: 0;
}

.b-header .b-list-box {
  position: relative;
  z-index: 10;
  margin-bottom: 15px;
}

.b-dissatisfied {
  padding: 40px 0 0;
}

.b-dissatisfied .b-arrow {
  display: none;
}

.b-dissatisfied .b-woman {
  margin: 18px auto 0;
  display: block;
  width: 264px;
}

.b-start {
  padding: 20px 0 55px;
  position: relative;
  z-index: 3;
  overflow: hidden;
}

.b-start .b-bg {
  position: absolute;
  z-index: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  overflow: hidden;
  height: 100%;
  width: 100vw;
}
.b-start .b-bg img {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
}

.b-start .b-product-box {
  position: relative;
  height: 300px;
  width: 290px;
}

.b-start .b-product-1 {
  width: 140px;
  filter: drop-shadow(10px 10px 20px rgba(0, 0, 0, 0.15));
  transform: matrix(0.95, -0.3, 0.3, 0.96, 0, 0);
  position: absolute;
  left: 52px;
  top: 36px;
  z-index: 3;
}

.b-start .b-product-2 {
  width: 107px;
  position: absolute;
  left: 149px;
  top: 36px;
  filter: blur(6px) drop-shadow(10px 10px 20px rgba(0, 0, 0, 0.15));
  transform: matrix(1, 0.08, -0.08, 1, 0, 0);
  z-index: 1;
}

.b-start .b-arrow {
  display: none;
  position: absolute;
}

.b-start .b-logo-not {
  background: #301C13;
  color: #fff;
}

.b-start .b-p {
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  font-family: 'Caveat', cursive;
}

.b-start .h-120-b {
  margin-bottom: 10px;
}

.b-start .b-arrow-bottom {
  display: none;
}

.b-transformation {
  padding: 32px 0 40px;
  position: relative;
  z-index: 4;
}

.b-transformation .b-arrow {
  position: absolute;
  display: none;
  z-index: 11;
}

.b-transformation .b-arrow-0 {
  position: absolute;
  display: block;
  z-index: 11;
  width: 122px;
  height: 48px;
  transform: rotate(121.02deg);
  top: -63px;
  left: 150px;
}

.b-transformation .b-item {
  margin-bottom: 40px;
  position: relative;
}

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

.b-transformation .b-img {
  width: 100%;
  display: block;
  z-index: 5;
  margin-bottom: 30px;
}

.b-transformation .b-h {
  font-weight: 300;
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 16px;
  position: relative;
  z-index: 10;
  text-align: center;
}

.b-transformation .b-p {
  font-weight: 200;
  font-size: 20px;
  line-height: 24px;
}

.b-result {
  padding: 60px 0 115px;
  position: relative;
}

.b-result .b-bg-1 {
  position: absolute;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  top: -20px;
  z-index: 0;
}

.b-result .b-bg-text {
  display: none;
}

.b-result .b-conteiner {
  padding-top: 1px;
}

.b-result .h-120-b {
  font-size: 38px;
}

.b-result .b-logo::before {
  content: '';
  display: block;
  position: absolute;
  width: 100vw;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  height: 1px;
}

.b-result .b-logo::after {
  content: '';
  display: block;
  position: absolute;
  width: 100vw;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  height: 1px;
}

.b-result .b-woman {
  display: block;
  width: 100%;
  position: relative;
  z-index: 3;
}

.b-result .b-woman-box {
  margin-top: 15px;
  position: relative;
  margin-bottom: -12px;
}

.b-result .b-woman-box .b-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 460px;
  height: 394.39px;
  background: #FFFFFF;
  opacity: 0.15;
  filter: blur(75px);
  z-index: 2;
}

.b-result .b-list {
  font-weight: 300;
  font-size: 28px;
  line-height: 40px;
  color: #301C13;
  padding-left: 40px;
  position: relative;
}

.b-result .b-list::before {
  content: '';
  display: block;
  position: absolute;
  border-radius: 50%;
  left: 17.5px;
  top: 17.5px;
  height: 5px;
  width: 5px;
  background: #301C13;
}

.b-result .b-list-box {
  margin-bottom: 30px;
  position: relative;
  z-index: 10;
}

.b-result .b-list-head {
  font-family: 'Caveat';
  font-weight: 400;
  font-size: 40px;
  background: #DCBFAE;
  border-radius: 50px;
  padding: 0 20px;
  text-align: center;
  line-height: 46px;
  margin-bottom: 22px;
  color: #301C13;
}

.b-result .b-chocolate {
  position: absolute;
  display: none;
  z-index: 3;
}

.b-result .b-leaf {
  position: absolute;
  display: none;
  z-index: 2;
}

.b-composition {
  padding: 37px 0 10px;
}

.b-composition .h-120-b {
  color: #96735F;
}

.b-composition .h-80-l {
  margin-bottom: 52px;
}

.b-composition .h-80-l .bg {
  display: block;
  padding: 0 20px;
  position: relative;
}

.b-composition .h-80-l .bg span {
  position: relative;
  z-index: 5;
}

.b-composition .h-80-l .bg::before {
  content: '';
  display: block;
  position: absolute;
  background: #F6EAE3;
  border-radius: 50px;
  width: 100%;
  height: 100%;
  top: 5px;
  left: 0;
  z-index: 0;
}

.b-composition .b-item {
  margin-bottom: 40px;
}

.b-composition .b-h {
  color: #301C13;
  margin-bottom: 16px;
  font-weight: 300;
  font-size: 28px;
  line-height: 30px;
  text-align: center;
}

.b-composition .b-li {
  font-weight: 300;
  font-size: 20px;
  line-height: 32px;
  color: #301C13;
  position: relative;
  padding-left: 38px;
}

.b-composition .b-li::before {
  content: '';
  display: block;
  position: absolute;
  background: #301C13;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  top: 14px;
  left: 17px;
  z-index: 3;
}

.b-composition .b-img {
  border-radius: 50%;
  padding: 5.5px;
  border: 1px solid #96735F;
  width: 80px;
  height: 80px;
  display: block;
  margin: 0 auto 16px;
}

.b-composition .b-chocolate-box {
  position: relative;
  height: 250px;
  width: 290px;
  margin: 0 auto;
}

.b-composition .b-chocolate-1 {
  position: absolute;
  display: block;
  width: 174px;
  transform: rotate(11.95deg);
  left: 16px;
  top: 14px;
  z-index: 3;
}

.b-composition .b-chocolate-2 {
  position: absolute;
  display: block;
  filter: blur(2px);
  transform: rotate(-53.63deg);
  width: 95px;
  left: 172px;
  top: 142px;
  z-index: 2;
}

.b-composition .b-leaf {
  position: absolute;
  display: block;
  width: 200px;
  transform: rotate(-85.79deg);
  left: -77px;
  top: -31px;
  z-index: 1;
}

.b-specialists {
  position: relative;
  padding: 127px 0 220px;
  margin-top: -85px;
}

.b-specialists .b-bg {
  position: absolute;
  display: block;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 0;
}

.b-specialists .h-120-b {
  font-size: 32px;
  color: #301C13;
}

.b-specialists .b-flex {
  margin-top: 28px;
  position: relative;
  z-index: 5;
}

.b-specialists .b-item {
  padding: 54px 24px;
  background: #fff;
  margin-bottom: 30px;
}

.b-specialists .b-img {
  width: 184px;
  display: block;
  margin: 0 auto 24px;
}

.b-specialists .b-head {
  margin-bottom: 16px;
}

.b-specialists .b-name {
  font-weight: 300;
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 24px;
  color: #301C13;
}

.b-specialists .b-not {
  background: linear-gradient(89.69deg, #F99021 -12.46%, #ECC03E 121.84%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  font-family: 'Caveat';
}

.b-specialists .b-p {
  color: #301C13;
  font-weight: 300;
  font-size: 20px;
  line-height: 32px;
}

.b-specialists .b-chocolate {
  display: block;
  position: absolute;
  width: 712px;
  left: -256px;
  bottom: -187px;
  z-index: 1;
}

.b-specialists .b-product {
  display: none;
  position: absolute;
  z-index: 3;
}

.b-specialists .b-leaf {
  display: block;
  position: absolute;
  bottom: -139px;
  left: 183px;
  width: 315px;
  z-index: 7;
}

.b-reviews {
  padding: 50px 0 20px;
}

.b-reviews .h-100-b {
  margin-bottom: 10px;
}

.b-reviews .b-box {
  margin-top: 47px;
}

.b-reviews .b-item {
  margin-bottom: 60px;
}

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

.b-reviews .b-img-box {
  width: 290px;
  height: 241px;
  position: relative;
  margin-bottom: 20px;
}

.b-reviews .b-img-before {
  border: 3px solid #FFFFFF;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.25);
  transform: rotate(-7.68deg);
  width: 138px;
  height: 191px;
  position: absolute;
  z-index: 2;
  left: 5px;
  top: 20px;
  overflow: hidden;
}

.b-reviews .b-img-before img {
  display: block;
  width: 200%;
  position: absolute;
  left: 0;
  top: 0;
}

.b-reviews .b-img-after {
  width: 163px;
  height: 225px;
  border: 3px solid #FFFFFF;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.25);
  transform: rotate(9.24deg);
  position: absolute;
  z-index: 4;
  right: 14px;
  top: 8px;
  overflow: hidden;
}

.b-reviews .b-img-after img {
  display: block;
  width: 200%;
  position: absolute;
  right: 0;
  top: 0;
}

.b-reviews .b-name {
  margin-bottom: 14px;
  text-align: center;
  font-weight: 300;
  font-size: 28px;
  line-height: 30px;
}

.b-reviews .b-p {
  font-family: 'Caveat';
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  color: #301C13;
}

.b-order {
  padding: 20px 0 0;
}

.b-order .b-bg {
  position: relative;
  height: 250px;
  width: 290px;
  z-index: 5;
}

.b-order .b-chocolate-1 {
  position: absolute;
  display: none;
}

.b-order .b-chocolate-2 {
  position: absolute;
  display: none;
}

.b-order .b-chocolate-3 {
  position: absolute;
  display: block;
  width: 174px;
  transform: matrix(-0.98, 0.21, 0.21, 0.98, 0, 0);
  z-index: 4;
  top: 18px;
  left: 49px;
}

.b-order .b-leaf {
  position: absolute;
  display: block;
  transform: matrix(-0.07, -1, -1, 0.07, 0, 0);
  width: 200px;
  z-index: 2;
  top: -24px;
  left: 120px;
}

.b-order .b-logo {
  color: #301C13;
}

.b-order .h-120-b {
  color: #96735F;
}

.b-order .b-box {
  margin: 30px auto 40px;
}

.b-order .b-item {
  margin-bottom: 23px;
  display: flex;
  align-items: center;
}

.b-order .b-item .b-img {
  display: block;
  width: 200px;
  border-radius: 50%;
  width: 63px;
  height: 63px;
  margin-right: 16px;
}

.b-order .b-item .b-numb {
  width: 35px;
  min-width: 35px;
  margin-right: 9px;
  font-weight: 700;
  font-size: 50px;
  color: #F0D8CA;
}

.b-order .b-item .b-p {
  font-weight: 200;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
}

.b-order .b-product {
  filter: drop-shadow(10px 10px 20px rgba(0, 0, 0, 0.15));
  transform: rotate(7.77deg);
  display: block;
  width: 209px;
  margin: 40px auto 40px;
  z-index: 5;
}

.b-order .b-line {
  background: #F6EAE3;
  width: max-content;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.b-order .b-line span {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 900;
  font-size: 40px;
  line-height: 50px;
  margin: 0 50px;
  color: #F6EAE3;
  text-shadow: 1px 1px #fff, -1px 1px #fff, -1px -1px #fff, 1px -1px #fff;
}

.b-form {
  padding: 50px 0 80px;
  position: relative;
}

.b-form .gold {
  text-shadow: 0 0 10px #a77a65, 0 0 10px #a77a65;
  color: #efbc23;
  background: none;
    -webkit-background-clip: none;
    background-clip: none;
    -webkit-text-fill-color: #efbc23;
    text-fill-color: #efbc23;
}

.b-form .b-bg {
  top: 181px;
  display: block;
  transform: translateX(-50%);
  left: 50%;
  position: absolute;
}

.b-form .b-conteiner {
  padding-top: 1px;
}

.b-form .b-logo {
  color: #301C13;
  border-color: transparent;
}

.b-form .b-img-box {
  position: relative;
  width: 150px;
  height: 167px;
}

.b-form .b-chocolate-1 {
  display: block;
  position: absolute;
  transform: matrix(1, 0.08, -0.03, 1, 0, 0);
  left: 38px;
  top: 49px;
  z-index: 4;
  width: 80px;
}

.b-form .b-chocolate-2 {
  width: 60px;
  filter: blur(3px);
  transform: matrix(-1, 0.08, 0.03, 1, 0, 0);
  display: block;
  position: absolute;
  left: 16px;
  top: 10px;
  z-index: 2;
}

.b-form .br {
  display: block;
  position: relative;
  z-index: 4;
}

.b-form .b-leaf {
  position: absolute;
  left: -47px;
  bottom: 4px;
  width: 66px;
  transform: rotate(-103.48deg);
  z-index: 1;
}

.b-form .b-top {
  position: relative;
}

.b-form .b-woman {
  width: 211px;
  display: block;
  position: absolute;
  right: -67px;
  bottom: -40px;
}

.b-form .b-bottom {
  position: relative;
  margin-top: 25px;
  background: #DCBFAD;
  box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.15);
  border-radius: 40px;
}

.b-form .b-left {
  background: #FFFFFF;
  border-radius: 30px;
  padding: 21px 25px 39px;
  text-align: center;
}

.b-form .b-left .b-head {
  margin-bottom: 6px;
}

.b-form .b-left .b-rated {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #301C13;
  margin-right: 5px;
}

.b-form .b-left .b-start {
  width: 24px;
}

.b-form .b-left .b-p {
  font-weight: 300;
  font-size: 20px;
  line-height: 40px;
  color: #96735F;
}

.b-form .b-left .b-product {
  display: block;
  width: 227px;
  margin: -48px auto 0;
}

.b-form .b-right {
  padding: 50px 11px 15px;
}

.b-form .b-right .b-head {
  font-family: 'Caveat';
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
  text-align: center;
  color: #301C13;
  margin-bottom: 16px;
}

.b-form .b-right .b-head .white {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .h-120-b {
    font-size: 70px;
  }
  .b-conteiner {
    max-width: 768px;
  }
  .b-header {
    padding-bottom: 89px;
  }
  .b-header .h-164-b {
    font-size: 80px;
  }
  .b-header .b-bg-1 {
    top: auto;
    bottom: 0;
  }
  .b-header .b-bg-10 {
    top: 147px;
    left: 93px;
    width: 115px;
  }
  .b-header .b-bg-2 {
    left: 122px;
  }
  .b-header .b-bg-3 {
    top: 66px;
    left: 8px;
    width: 80px;
  }
  .b-header .b-bg-4 {
    display: block;
    filter: blur(5px);
    transform: rotate(-97.21deg);
    width: 94px;
    right: -100px;
    top: -10px;
  }
  .b-header .b-product-box {
    position: absolute;
    left: -30px;
    top: auto;
    bottom: 0;
    width: 382px;
    height: 336px;
  }
  .b-header .b-product-box .b-chocolate-1 {
    width: 350px;
  }
  .b-header .b-product-box .b-chocolate-2 {
    width: 350px;
  }
  .b-header .b-product-box .b-product {
    width: 152px;
    top: 27px;
    left: 147px;
  }
  .b-header .b-woman-box {
    width: 400px;
    position: absolute;
    right: -95px;
    top: auto;
    bottom: -59px;
  }
  .b-header .b-bottom {
    margin-top: 20px;
  }
  .b-dissatisfied {
    padding-top: 20px;
  }
  .b-dissatisfied .b-conteiner {
    display: flex;
    align-items: center;
  }
  .b-dissatisfied .b-head {
    order: 2;
  }
  .b-dissatisfied .b-woman {
    width: 400px;
    transform: scale(-1, 1);
    order: 1;
  }
  .b-dissatisfied .h-80-b,
  .b-dissatisfied .h-60-l {
    text-align: left;
  }
  .b-start {
    padding: 100px 0 80px;
    overflow: hidden;
  }
  .b-start .b-product-box {
    position: absolute;
    right: 0px;
    top: -102px;
    height: 365px;
    width: 365px;
  }
  .b-start .b-product-1 {
    width: 180px;
  }
  .b-start .b-product-2 {
    width: 140px;
    left: 193px;
  }
  .b-start .b-circle {
    background: #FFFFFF;
    opacity: 0.2;
    filter: blur(75px);
    width: 450px;
    height: 450px;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
  }
  .b-start .h-120-b {
    text-align: left;
    max-width: 60%;
  }
  .b-start .h-83-l {
    text-align: left;
  }
  .b-start .b-head {
    margin-bottom: 55px;
  }
  .b-start .b-bottom {
    padding-top: 1px;
    display: flex;
    align-items: flex-end;
  }
  .b-start .b-p {
    margin: 0 auto 35px;
    position: relative;
    padding: 0 15px;
  }
  .b-start .b-p::before {
    content: '';
    display: block;
    position: absolute;
    width: 100vw;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    height: 1px;
  }
  .b-start .b-logo::after {
    content: '';
    display: block;
    position: absolute;
    width: 100vw;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    height: 1px;
  }
  .b-start .b-logo::before {
    content: '';
    display: block;
    position: absolute;
    width: 17%;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    height: 1px;
  }
  .b-transformation {
    padding: 50px 0;
  }
  .b-transformation .b-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .b-transformation .b-item .b-img {
    width: 50%;
    margin-bottom: 0;
  }
  .b-transformation .b-item .b-text {
    width: 50%;
    padding-left: 30px;
  }
  .b-transformation .b-item:first-child .b-arrow {
    display: none;
  }
  .b-transformation .b-item:nth-child(even) .b-img {
    order: 2;
  }
  .b-transformation .b-item:nth-child(even) .b-text {
    order: 1;
    padding-left: 0;
    padding-right: 30px;
  }
  .b-transformation .b-item:nth-child(even) .b-arrow {
    transform: rotate(128.09deg);
    top: -28px;
    left: 35%;
  }
  .b-transformation .b-h {
    text-align: left;
  }
  .b-transformation .b-arrow {
    display: block;
    left: 45%;
    width: 190px;
    transform: rotate(-128.09deg) scale(-1, 1);
    top: -30px;
    left: 39%;
  }
  .b-transformation .b-arrow-0 {
    display: none;
  }
  .b-result {
    padding: 45px 0 50px;
    overflow: hidden;
  }
  .b-result .b-bg-1 {
    top: auto;
    bottom: 0;
  }
  .b-result .b-top {
    overflow: hidden;
    padding-top: 5px;
  }
  .b-result .h-120-b {
    font-size: 70px;
    text-align: left;
  }
  .b-result .h-80-l {
    text-align: left;
  }
  .b-result .b-woman-box {
    width: 400px;
    position: absolute;
    right: 0;
    bottom: 10px;
    margin: 0;
  }
  .b-result .b-bottom {
    max-width: max-content;
    margin-top: 40px;
  }
  .b-result .b-list {
    padding-left: 80px;
  }
  .b-result .b-list::before {
    left: 60px;
    top: 21px;
  }
  .b-result .b-list-head {
    width: max-content;
    padding: 0 43px;
  }
  .b-composition {
    padding: 60px 0;
  }
  .b-composition .h-80-l .bg {
    display: inline;
  }
  .b-composition .b-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .b-composition .b-item {
    width: 47%;
  }
  .b-specialists {
    overflow: hidden;
  }
  .b-specialists .h-120-b {
    font-size: 70px;
  }
  .b-specialists .b-flex {
    display: flex;
    justify-content: space-between;
  }
  .b-specialists .b-item {
    width: calc(50% - 8px);
    height: max-content;
  }
  .b-specialists .b-leaf {
    bottom: -86px;
    left: 140px;
  }
  .b-reviews .b-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .b-reviews .b-text {
    padding-left: 30px;
  }
  .b-reviews .b-name {
    text-align: left;
  }
  .b-reviews .b-text {
    width: calc(100% - 290px);
  }
  .b-reviews .b-img-box {
    margin: 0;
  }
  .b-order {
    padding: 80px 0 40px;
  }
  .b-order .b-bg {
    position: absolute;
    right: -60px;
    top: -106px;
  }
  .b-order .b-chocolate-1 {
    filter: blur(5px);
    transform: rotate(-168.85deg);
    display: block;
    position: absolute;
    left: -10px;
    top: 70px;
    width: 60px;
  }
  .b-order .b-chocolate-2 {
    display: block;
    position: absolute;
    left: 70px;
    top: -90px;
    width: 95px;
    filter: blur(2px);
    transform: rotate(-53.63deg);
  }
  .b-order .b-box {
    position: relative;
    margin: 30px auto 0;
    padding-top: 80px;
  }
  .b-order .b-box::before {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    left: 35px;
    height: calc(100% - 75px);
    background: #DCBFAE;
    bottom: 32px;
    z-index: 0;
  }
  .b-order .b-line {
    position: absolute;
    top: 0;
  }
  .b-order .b-product {
    position: absolute;
    right: 50px;
    top: 50%;
    transform: rotate(7.77deg) translateY(-50%);
  }
  .b-order .b-item {
    max-width: 60%;
  }
  .b-order .b-item .b-img {
    order: 2;
  }
  .b-order .b-item .b-numb {
    order: 1;
    margin-right: 35px;
    position: relative;
  }
  .b-order .b-item .b-numb::before {
    content: '';
    display: block;
    position: absolute;
    width: 18px;
    right: -18px;
    height: 1px;
    background: #DCBFAE;
    top: 50%;
    transform: translateY(-50%);
  }
  .b-order .b-item .b-p {
    order: 3;
  }
  .b-form .b-woman {
    width: 300px;
    right: -300px;
    bottom: -46px;
  }
  .b-form .b-top {
    width: 60%;
    padding-left: 15%;
  }
  .b-form .h-130-b {
    font-size: 53px;
  }
  .b-form .b-img-box {
    margin: 0 auto;
  }
  .b-form .b-leaf {
    width: 98px;
    left: -68px;
  }
  .b-form .b-bottom {
    display: flex;
  }
  .b-form .b-left {
    width: 50%;
  }
  .b-form .b-left .b-product {
    width: 260px;
  }
  .b-form .b-right {
    width: 50%;
    padding: 30px 39px 40px;
  }
}

@media screen and (min-width: 1150px) {
  .b-price-new {
    padding: 0 20px;
  }
  .b-price-old {
    padding: 0 20px;
  }
  .b-conteiner {
    max-width: 1150px;
    padding: 0 20px;
  }
  .h-80-l {
    font-size: 80px;
  }
  .h-80-b {
    font-size: 80px;
  }
  .h-60-l {
    font-size: 60px;
  }
  .h-83-l {
    font-size: 83px;
    font-weight: 400;
  }
  .h-90-l {
    font-size: 90px;
  }
  .h-100-b {
    font-size: 100px;
    font-weight: 700;
  }
  .h-120-b {
    font-size: 120px;
    font-weight: 700;
  }
  .h-130-b {
    font-size: 130px;
    font-weight: 700;
    line-height: 1.05;
  }
  .b-button {
    font-size: 48px;
    line-height: 65px;
    max-width: 344px;
    padding: 13.5px 30px;
  }
  .b-input,
  .b-select {
    width: 372px;
    margin: 0 auto 16px;
    font-size: 32px;
    line-height: 47px;
    padding: 8px 24px;
  }
  .b-logo {
    font-size: 60px;
    line-height: 93px;
    padding: 0 43px;
    margin: 40px auto 50px;
  }
  .b-logo-not {
    font-size: 34px;
    top: -36px;
    right: -30px;
    line-height: 23px;
    padding: 5px 17px;
  }
  .b-header {
    padding: 30px 0 215px;
  }
  .b-header .h-164-b {
    font-size: 164px;
    margin-top: -10px;
  }
  .b-header .b-list {
    font-size: 24px;
    line-height: 41px;
    padding: 0 40px;
    margin-bottom: 16px;
  }
  .b-header .b-list-box {
    margin-bottom: 89px;
  }
  .b-header .b-woman-box {
    width: 880px;
    bottom: -184px;
    right: -301px;
  }
  .b-header .b-product-box {
    width: 591px;
    height: 591px;
    z-index: 2;
    left: -79px;
    bottom: -131px;
  }
  .b-header .b-product-box .b-chocolate-1 {
    width: 591px;
  }
  .b-header .b-product-box .b-chocolate-2 {
    width: 591px;
  }
  .b-header .b-product-box .b-product {
    width: 255px;
    transform: rotate(-10.26deg);
    top: 49px;
    left: 224px;
  }
  .b-header .b-bg-2 {
    left: 315px;
    top: -21px;
    z-index: 11;
  }
  .b-header .b-bg-3 {
    width: 174px;
    transform: rotate(-1.83deg);
    left: 32px;
  }
  .b-header .b-bg-4 {
    width: 194.41px;
    filter: blur(10px);
    transform: rotate(-97.21deg);
    right: -430px;
  }
  .b-header .b-bg-5 {
    display: block;
    transform: rotate(-177.42deg);
    bottom: -239px;
    right: -408px;
  }
  .b-header .b-bg-6 {
    width: 32px;
    display: block;
    right: -253px;
    bottom: 139px;
  }
  .b-header .b-bg-7 {
    width: 48px;
    display: block;
    left: -140px;
    bottom: 476px;
  }
  .b-header .b-bg-8 {
    display: block;
    top: 0;
    left: -100px;
    top: 50px;
    left: -290px;
  }
  .b-header .b-bg-9 {
    display: block;
    right: -328px;
    bottom: 267px;
  }
  .b-header .b-bg-10 {
    width: 200px;
    transform: rotate(-103.66deg);
    top: 276px;
    left: 68px;
  }
  .b-dissatisfied {
    padding-top: 50px;
  }
  .b-dissatisfied .b-conteiner {
    align-items: flex-start;
  }
  .b-dissatisfied .b-woman {
    width: 582px;
    transform: none;
    margin: 0 47px 0 0;
  }
  .b-dissatisfied .b-head {
    margin-top: 80px;
  }
  .b-dissatisfied .h-60-l {
    text-transform: uppercase;
    font-weight: 400;
  }
  .b-start {
    padding: 74px 0 164px;
    overflow: initial;
  }
  .b-start .h-120-b {
    margin-bottom: -10px;
  }
  .b-start .b-head {
    margin-bottom: 35px;
  }
  .b-start .b-p {
    font-size: 52px;
    padding: 0 30px;
    margin-bottom: 66px;
  }
  .b-start .b-logo::before {
    width: 15%;
  }
  .b-start .b-product-1 {
    width: 285px;
  }
  .b-start .b-product-2 {
    width: 218px;
    left: 257px;
  }
  .b-start .b-product-box {
    width: 487px;
    height: 545px;
    top: -238px;
    right: 53px;
  }
  .b-start .b-product .b-circle {
    width: 700px;
    height: 700px;
  }
  .b-start .b-arrow {
    display: block;
    transform: rotate(121.02deg);
    width: 150px;
    top: -101px;
    left: 81px;
  }
  .b-start .b-arrow-bottom {
    position: absolute;
    display: block;
    width: 210px;
    left: 8.5%;
    transform: rotate(121.02deg);
    bottom: -113px;
    z-index: 12;
  }
  .b-transformation {
    padding: 77px 0 95px;
  }
  .b-transformation .b-item {
    margin-bottom: 56px;
  }
  .b-transformation .b-item .b-img {
    width: 540px;
  }
  .b-transformation .b-item .b-text {
    width: 570px;
  }
  .b-transformation .b-item .b-arrow {
    width: 277px;
    transform: matrix(0.62, 0.79, 0.79, -0.62, 0, 0);
    top: -71px;
    left: 36.5%;
  }
  .b-transformation .b-item:nth-child(even) .b-img {
    margin-right: 14px;
  }
  .b-transformation .b-item:nth-child(even) .b-arrow {
    top: -64px;
  }
  .b-transformation .b-item:first-child {
    margin-top: 50px;
  }
  .b-transformation .b-item:first-child .b-arrow {
    width: 210.13px;
    top: -166px;
    left: 6.7%;
  }
  .b-transformation .b-item:last-child {
    margin-bottom: 50px;
  }
  .b-transformation .b-h {
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 36px;
  }
  .b-transformation .b-p {
    font-size: 36px;
    line-height: 48px;
    padding-right: 14px;
  }
  .b-transformation .b-flex {
    overflow-y: scroll;
    height: 640px;
    margin-top: -50px;
    margin-bottom: -50px;
  }
  .b-result {
    padding: 111px 0;
    overflow: initial;
  }
  .b-result .h-120-b {
    font-size: 120px;
  }
  .b-result .b-list {
    font-size: 36px;
    line-height: 53px;
    padding-left: 148px;
  }
  .b-result .b-list::before {
    border-radius: 0;
    height: 1px;
    background: #DCBFAE;
    top: 28px;
  }
  .b-result .b-list:nth-child(2)::before {
    width: 56px;
    left: 69px;
  }
  .b-result .b-list:nth-child(3)::before {
    width: 48px;
    left: 76px;
  }
  .b-result .b-list:nth-child(4)::before {
    width: 41px;
    left: 83px;
  }
  .b-result .b-list:nth-child(5)::before {
    width: 34px;
    left: 90px;
  }
  .b-result .b-list:nth-child(6)::before {
    width: 27px;
    left: 97px;
  }
  .b-result .b-list-box {
    margin-top: 90px;
    padding-top: 23px;
    margin-bottom: 65px;
  }
  .b-result .b-list-head {
    font-size: 60px;
    line-height: 64px;
    transform: rotate(-7.63deg);
    margin-bottom: 49px;
    position: relative;
  }
  .b-result .b-list-head::before {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    left: 55px;
    height: 270px;
    bottom: -270px;
    background: #DCBFAE;
    z-index: 1;
  }
  .b-result .b-chocolate {
    display: block;
    transform: rotate(5.57deg);
    width: 174px;
    bottom: -34px;
    left: -52px;
  }
  .b-result .b-leaf {
    display: block;
    transform: rotate(-92.18deg);
    width: 200px;
    bottom: 28px;
    left: -151px;
  }
  .b-result .b-woman-box {
    width: 648px;
    right: 36px;
    bottom: -67px;
  }
  .b-result .b-bg-text {
    display: block;
    font-family: 'Nunito';
    font-weight: 900;
    font-size: 300px;
    line-height: 409px;
    text-transform: uppercase;
    color: #DCBFAE;
    opacity: 0.2;
    transform: rotate(-90deg);
    position: absolute;
    left: -790px;
    bottom: 241px;
    width: 1100px;
  }
  .b-composition {
    padding: 133px 0 87px;
  }
  .b-composition .h-80-l {
    margin-bottom: 88px;
  }
  .b-composition .h-80-l .bg::before {
    height: 90px;
    top: 23px;
  }
  .b-composition .b-item {
    width: 350px;
    margin-bottom: 15px;
    position: relative;
    z-index: 5;
  }
  .b-composition .b-item:nth-child(1) {
    order: 1;
  }
  .b-composition .b-item:nth-child(2) {
    order: 2;
  }
  .b-composition .b-item:nth-child(3) {
    order: 3;
  }
  .b-composition .b-item:nth-child(4) {
    order: 5;
  }
  .b-composition .b-item:nth-child(5) {
    order: 6;
  }
  .b-composition .b-h {
    font-size: 36px;
    line-height: 70px;
    margin-bottom: 20px;
  }
  .b-composition .b-img {
    width: 123px;
    height: 123px;
    padding: 10px;
  }
  .b-composition .b-chocolate-box {
    order: 4;
    position: relative;
    z-index: 5;
  }
  .b-composition .b-chocolate-1 {
    left: 35px;
    top: 120px;
  }
  .b-composition .b-chocolate-2 {
    display: none;
  }
  .b-composition .b-flex {
    position: relative;
  }
  .b-composition .b-flex::before {
    content: '';
    z-index: 0;
    position: absolute;
    display: block;
    width: 1969px;
    height: 30px;
    transform: matrix(-1, 0.08, 0.08, 1, 0, 0);
    left: -420px;
    top: 545px;
    background: #F6EAE3;
  }
  .b-composition .b-flex::after {
    content: '';
    z-index: 0;
    position: absolute;
    display: block;
    width: 1969px;
    height: 30px;
    transform: rotate(4.61deg);
    left: -420px;
    top: 47px;
    background: #F6EAE3;
  }
  .b-composition .b-leaf {
    left: -53px;
    top: 69px;
  }
  .b-specialists {
    margin-top: 0;
    padding: 191px 0 260px;
  }
  .b-specialists .h-120-b {
    font-size: 120px;
  }
  .b-specialists .b-flex {
    margin-top: 100px;
  }
  .b-specialists .b-item {
    width: 540px;
    padding: 54px 24px;
  }
  .b-specialists .b-head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 38px;
  }
  .b-specialists .b-head .b-box {
    width: 284px;
  }
  .b-specialists .b-img {
    margin: 0;
    height: max-content;
  }
  .b-specialists .b-not {
    font-size: 36px;
    line-height: 34px;
  }
  .b-specialists .b-leaf {
    left: 283px;
  }
  .b-specialists .b-chocolate {
    width: 892px;
    left: -376px;
    bottom: -123px;
  }
  .b-scrollbar {
    position: relative;
  }
  .b-scrollbar::before {
    content: '';
    display: block;
    position: absolute;
    z-index: 11;
    width: calc(100% - 16px);
    height: 50px;
    background: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0) 100%);
    left: 0;
    top: 0;
  }
  .b-scrollbar::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 11;
    width: calc(100% - 16px);
    height: 50px;
    background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0) 100%);
    left: 0;
    bottom: 0;
  }
  .b-reviews {
    padding: 110px 0;
  }
  .b-reviews .b-item {
    margin-bottom: 80px;
    padding-right: 20px;
  }
  .b-reviews .b-item:first-child {
    margin-top: 50px;
  }
  .b-reviews .b-item:last-child {
    margin-bottom: 50px;
  }
  .b-reviews .b-img-box {
    width: 403px;
    height: 335px;
  }
  .b-reviews .b-img-before {
    width: 190px;
    left: 17px;
    top: 21px;
    height: 276px;
  }
  .b-reviews .b-img-after {
    width: 218px;
    height: 310px;
    right: 21px;
    top: 11px;
  }
  .b-reviews .b-text {
    width: calc(100% - 46px - 403px);
  }
  .b-reviews .b-name {
    font-size: 36px;
    line-height: 70px;
    margin-bottom: 14px;
  }
  .b-reviews .b-p {
    font-size: 32px;
    line-height: 34px;
  }
  .b-reviews .b-box {
    margin-top: 143px;
    overflow-y: scroll;
    height: 435px;
    position: relative;
    margin-top: 93px;
  }
  .b-order {
    padding: 100px 0;
  }
  .b-order .b-logo {
    margin-bottom: -15px;
  }
  .b-order .b-box {
    margin-top: 40px;
    padding-left: 40px;
  }
  .b-order .b-box::before {
    height: calc(100% - 95px);
    bottom: 52px;
    left: 75px;
  }
  .b-order .b-bg {
    top: -33px;
  }
  .b-order .b-chocolate-2 {
    left: 215px;
    top: -150px;
  }
  .b-order .b-chocolate-1 {
    left: -45px;
    top: 84px;
  }
  .b-order .b-item {
    margin-bottom: 41px;
  }
  .b-order .b-item .b-p {
    font-size: 36px;
    line-height: 52px;
  }
  .b-order .b-item .b-img {
    width: 104px;
    height: 104px;
    margin-right: 30px;
  }
  .b-order .b-item .b-numb {
    margin-right: 47px;
  }
  .b-order .b-item .b-numb::before {
    width: 31px;
    right: -31px;
  }
  .b-order .b-product {
    width: 325px;
    right: 80px;
    top: 43%;
  }
  .b-form {
    padding-bottom: 57px;
  }
  .b-form .gold {
    width: 1000px;
  }
  .b-form .b-bg {
    top: 64px;
  }
  .b-form .b-top {
    padding-left: 47px;
  }
  .b-form .h-130-b {
    font-size: 130px;
  }
  .b-form .b-woman {
    width: 513px;
    right: -463px;
    bottom: -193px;
  }
  .b-form .b-img-box {
    width: 185px;
    height: 200px;
    margin-left: 135px;
  }
  .b-form .b-chocolate-1 {
    width: 142px;
  }
  .b-form .b-chocolate-2 {
    width: 106px;
  }
  .b-form .b-logo {
    margin-bottom: 0;
    margin-left: 37px;
  }
  .b-form .b-leaf {
    width: 220px;
    left: -155px;
    bottom: -5px;
  }
  .b-form .b-bottom {
    margin-top: 45px;
  }
  .b-form .b-left {
    padding: 36px 44px 60px;
  }
  .b-form .b-left .b-product {
    width: 336px;
  }
  .b-form .b-left .b-head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 41px;
  }
  .b-form .b-right {
    padding: 59px 75px;
  }
  .b-form .b-right .b-head {
    font-size: 53px;
    line-height: 50px;
  }
}

.gold {
  background: linear-gradient(89.69deg, #F99021 -12.46%, #ECC03E 121.84%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.white {
  color: #fff;
}