*,
:before,
:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Montserrat", sans-serif;

  background-color: #ffffff;
}

a {
  text-decoration: none;
}

.b-p {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
}

.b-h3 {
  font-weight: 800;
  font-size: 30px;
  line-height: 38px;
  color: #000000;
}

.b-h4 {
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  color: #000000;
  text-transform: uppercase;
}

.b-h5 {
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  color: #000000;
}

.b-800 {
  font-weight: 800;
}

.b-600 {
  font-weight: 600;
}

.b-color-lime {
  color: #afb849;
}

.b-white {
  color: #ffffff;
}

.b-darkblue {
  color: #294c82;
}

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

.b-conteiner {
  position: relative;

  max-width: 370px;
  margin: 0 auto;
  padding: 0 20px;
}

.b-like {
  display: inline-block;
  width: 21px;
  height: 18px;
  margin-right: 13px;

  vertical-align: top;

  background: url(../img/like.svg) center center no-repeat;
  background-size: contain;
}

.b-comment {
  display: inline-block;
  width: 18px;
  height: 17px;
  margin-right: 13px;

  vertical-align: top;

  background: url(../img/comment.svg) center center no-repeat;
  background-size: contain;
}

.b-repost {
  display: inline-block;
  width: 21px;
  height: 17px;
  margin-right: 13px;

  vertical-align: top;

  background: url(../img/repost.svg) center center no-repeat;
  background-size: contain;
}

.b-favorites {
  display: inline-block;
  width: 15px;
  height: 17px;
  margin-left: calc(100% - 127px);

  vertical-align: top;

  background: url(../img/favorites.svg) center center no-repeat;
  background-size: contain;
}

.b-button {
  width: 274px;
  padding: 18px 52px 18px 20px;

  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  font-family: Montserrat;
  text-align: center;
  color: #ffffff;

  background: radial-gradient(77.36% 77.36% at 50% 22.64%, #afb849 0%, #7f862e 100%);
  border: none;
  border-radius: 30px;
  outline: none;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

.b-button-box {
  position: relative;

  width: 274px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 4px;

  background: #72782a;
  border-radius: 30px;

  transition: 0.3s;
}

.b-button-box:hover,
.b-button-box:active {
  transform: scale(1.05);
}

.b-button::before {
  content: "";
  position: absolute;
  top: 21px;
  right: 40px;

  display: block;
  width: 12px;
  height: 12px;

  background: url(../img/arrow.png) no-repeat;
}

.b-button2 {
  display: block;
  width: 202px;
  padding: 18px 41px 18px 20px;

  font-size: 16px;
  line-height: 14px;
}

.b-button2::before {
  top: 19px;
  right: 26px;
}

.b-button2-box {
  width: 202px;
  margin-top: 31px;
}

.b-header {
  padding-top: 53px;
  overflow: hidden;

  background: url(../img/bg_header_wap.jpg) center top no-repeat #f4f4f4;
}

.b-header .b-bg-1 {
  position: absolute;
  top: -136px;
  left: -188px;
}

.b-header .b-bg-img1 {
  transform: rotate(-116.42deg);
}

.b-header .b-bg-2 {
  position: absolute;
  top: 443px;
  left: -256px;
}

.b-header .b-bg-img2 {
  width: 165px;

  transform: rotate(-29deg);
}

.b-header .b-bg-3 {
  position: absolute;
  top: 536px;
  left: 522px;
}

.b-header .b-bg-4 {
  position: absolute;
  top: 154px;
  left: 367px;
}

.b-header .b-bg-img5 {
  position: absolute;

  display: none;
}

.b-header .b-productbox {
  position: absolute;
  top: 210px;
  left: -10px;
  z-index: 1;

  width: 100%;
  margin: 0 auto;
}

.b-header .b-productbox-img {
  position: relative;
  left: 9px;

  display: block;
  width: 332px;

  transform: rotate(-10.77deg);
}

.b-header .b-productbox-discount {
  position: relative;
  top: 56px;
  left: 100px;
  z-index: 10;

  width: 94px;
  height: 49px;
  padding-top: 4px;

  text-align: center;

  background: #f23326;
  border-bottom-right-radius: 94px;
  border-bottom-left-radius: 94px;
  box-shadow: -5px 4px 10px rgb(0 0 0 / 15%);
  transform: rotate(-10.79deg);
}

.b-header .b-productbox-discount::before {
  content: "";
  position: absolute;
  top: 0;
  left: -4px;

  display: block;
  width: 0;
  height: 0;

  border-bottom: 6px solid #d51f14;
  border-left: 4px solid transparent;
}

.b-header .b-productbox-discount::after {
  content: "";
  position: absolute;
  top: 0;
  right: -4px;

  display: block;
  width: 0;
  height: 0;

  border-right: 4px solid transparent;
  border-bottom: 6px solid #d51f14;
}

.b-header .b-productbox-discount .b-discount1 {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #ffffff;
}

.b-header .b-productbox-discount .b-discount2 {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
}

.b-header-item1 .b-h1 {
  margin: 3px 0 4px;

  font-weight: 800;
  font-size: 60px;
  line-height: 100%;
  color: #afb849;
  text-transform: uppercase;
}

.b-header-item1 .b-h2 {
  width: 260px;

  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  text-transform: uppercase;
}

.b-header-item1 .b-h3 {
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  color: #2e2e2e;
  text-transform: uppercase;
}

.b-header-item1 .b-textbox {
  margin-top: 7px;
  padding: 6px 5px;

  text-align: center;

  background: #afb849;
  border-radius: 10px;
}

.b-header-item1 .b-textbox-h3 {
  font-weight: bold;
  font-size: 12px;
  line-height: 24px;
  color: #ffffff;
  text-transform: uppercase;
}

.b-header-item2 {
  position: relative;
  z-index: 10;

  width: 378px;
  height: 585px;
  margin-top: 300px;
  margin-left: calc(50% - 188px);
  padding: 55px 38px 0;

  background: url(../img/form-bg.png) center top no-repeat;
  background-size: cover;
}

.b-header-item2 .b-form .b-h2 {
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #000000;
}

.b-header-item2 .b-form .b-price-box {
  margin: 21px 0;
}

.b-header-item2 .b-form .b-price-new {
  display: inline-block;
  width: 52%;
  margin-right: 8px;

  font-weight: 800;
  font-size: 22px;
  line-height: 27px;
  vertical-align: middle;
  text-align: right;
  color: #f23326;
}

.b-header-item2 .b-form .b-price-old {
  display: inline-block;
  width: 64px;

  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  vertical-align: middle;
  color: #afafaf;
  text-decoration: line-through;
}

.b-header-item2 .b-form .b-select,
.b-header-item2 .b-form .b-input {
  width: 274px;
  margin-bottom: 10px;
  margin-left: 13px;
  padding: 17px 23px;

  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  color: #000000;

  background: #f0f0f0;
  border: none;
  border-radius: 30px;
  outline: none;
}

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

.b-header-item2 .b-form .b-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.b-header-item2 .b-form .b-selectbox {
  position: relative;
}

.b-header-item2 .b-form .b-selectbox::after {
  content: "\2039";
  position: absolute;
  top: 13px;
  right: 34px;
  z-index: 0;

  font-size: 20px;
  text-align: center;
  color: #868686;

  transform: rotate(-90deg);
}

.b-header-bottom {
  position: relative;
  z-index: 10;

  max-width: 300px;
  margin: 20px auto 30px;
  padding: 34px;

  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.b-header-bottom__item {
  margin-top: 20px;
}

.b-header-bottom__item .b-p {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #000000;
}

.b-header-bottom__item:first-of-type {
  width: 162px;
  margin: 0 auto;
}

.b-header-bottom .b-img-box {
  position: relative;

  width: 60px;
  height: 60px;
  margin: 0 auto;
  margin-bottom: 5px;

  background: radial-gradient(50% 50% at 50% 50%, #afb849 0%, #adb647 100%);
  border-radius: 50%;
}

.b-header-bottom .b-img-box .b-img-1 {
  position: absolute;
  top: -8px;
  left: -37px;
}

.b-header-bottom .b-img-box .b-img-2 {
  position: absolute;
  top: -7px;
  left: -25px;
}

.b-header-bottom .b-img-box .b-img-3 {
  position: absolute;
  top: -6px;
  left: -10px;
}

.b-secret {
  padding: 50px 0;

  background: #f4f4f4;
}

.b-secret .b-bg-1 {
  position: absolute;
  top: 134px;
  left: -125px;
  z-index: 3;
}

.b-secret .b-bg-img1 {
  width: 107px;

  transform: rotate(-116.42deg);
}

.b-secret .b-bg-2 {
  position: absolute;
  z-index: 3;
}

.b-secret .b-bg-img2 {
  display: none;
}

.b-secret .b-bg-3 {
  position: absolute;
  top: 430px;
  left: 349px;
  z-index: 3;
}

.b-secret .b-bg-img3 {
  transform: rotate(-90deg);
}

.b-secret .b-bg-img4 {
  position: absolute;
  top: 515px;
  left: calc(50% - 200px);
  z-index: 1;
  width: 400px;
}

.b-secret .b-bg-5 {
  position: absolute;
  top: 633px;
  left: 17px;
  z-index: 3;
}

.b-secret .b-bg-img5 {
  width: 43px;

  transform: rotate(-4deg);
}

.b-secret .b-bg-6 {
  position: absolute;
  top: 732px;
  left: 231px;
  z-index: 3;
}

.b-secret .b-bg-img6 {
  width: 73px;
}

.b-secret-titlebox {
  position: relative;
  z-index: 10;

  max-width: 290px;
  margin: 0 auto 32px;

  text-align: center;
}

.b-secret-titlebox .b-p {
  margin-bottom: 19px;
}

.b-secret-item {
  position: relative;
  z-index: 10;

  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
  padding: 25px;

  background: #ffffff;
  border-radius: 20px;
  opacity: 0;
}

.b-secret-item:last-child {
  margin-top: 444px;
}

.b-secret-item::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 15px;
  z-index: 6;

  display: block;
  width: calc(100% - 30px);
  height: 15px;

  background-color: #fbfbfb;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.b-effect {
  padding: 86px 0 111px;

  background: url(../img/effect_bg_wap.png) center top no-repeat #f4f4f4;
  background-size: cover;
}

.b-effect-titlebox {
  margin-bottom: 50px;

  text-align: center;
}

.b-effect .b-bg-img1 {
  position: absolute;
  top: 560px;
  left: calc(50% - 170px);
  z-index: 1;

  width: 340px;
}

.b-effect-item {
  position: relative;
  z-index: 10;

  max-width: 300px;
  margin: 0 auto 50px;
  padding: 40px 15px 20px 40px;

  background: #ffffff;
  border-radius: 20px;
}

.b-effect-item:nth-of-type(2) {
  margin-bottom: 431px;
}

.b-effect-item::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 9px;
  z-index: 6;

  display: block;
  width: calc(100% - 18px);
  height: 20px;

  background-color: rgba(255, 255, 255, 0.6);
  border-top: 5px solid transparent;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.b-effect-item .b-number {
  position: absolute;
  top: -12px;
  left: 35px;

  width: 39px;
  height: 39px;

  font-weight: bold;
  font-size: 14px;
  line-height: 29px;
  text-align: center;
  color: #ffffff;

  background-color: #767c2e;
  border: 5px solid #b9c252;
  border-radius: 50%;
}

.b-schedule {
  padding: 35px 0 30px;

  background-color: #f4f4f4;
}

.b-schedule .b-conteiner {
  max-width: 340px;
}

.b-schedule .b-p {
  position: relative;
  z-index: 15;

  font-weight: normal;
}

.b-schedule-textitem:nth-of-type(1) {
  margin-top: 72px;
}

.b-schedule-textitem:nth-of-type(1) .b-p {
  margin-top: 20px;
}

.b-schedule-textitem:nth-of-type(2) {
  margin-top: 24px;
}

.b-schedule-table {
  position: relative;
  z-index: 5;

  margin-top: 278px;
  margin-right: -30px;
  margin-left: -30px;
  padding: 55px 30px;

  background: url(../img/schedule_table.png) center top no-repeat;
  background-size: 100% 100%;
}

.b-schedule-table .b-h5 {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #000000;
}

.b-schedule-table__item {
  position: relative;

  display: inline-block;
  width: 49%;
  margin-bottom: 20px;
  padding-right: 1%;
  padding-left: 21px;

  vertical-align: top;

  opacity: 0;
}

.b-schedule-table__item .b-dot1,
.b-schedule-table__item .b-dot2,
.b-schedule-table__item .b-dot3,
.b-schedule-table__item .b-dot4 {
  position: absolute;
  top: 5px;
  left: -18px;

  width: 13px;
  height: 13px;

  background-color: #dfe318;
  border-radius: 50%;
}

.b-schedule-table__item .b-dot2 {
  background-color: #acda28;
}

.b-schedule-table__item .b-dot3 {
  background-color: #7bab13;
}

.b-schedule-table__item .b-dot4 {
  background-color: #adb645;
}

.b-schedule-table .b-note {
  margin-top: 23px;

  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #828282;
}

.b-schedule-circle {
  position: relative;

  width: 206px;
  height: 206px;
  margin: 25px auto 35px;
}

.b-schedule-circle__sector1 {
  position: absolute;
  top: -2px;
  left: 69px;

  opacity: 0;
}

.b-schedule-circle__sector2 {
  position: absolute;
  top: -4px;
  left: 16px;

  opacity: 0;
}

.b-schedule-circle__sector3 {
  position: absolute;
  top: 38px;
  left: -6px;

  opacity: 0;
}

.b-schedule-circle__sector4 {
  position: absolute;
  top: -12px;
  left: 7px;

  opacity: 0;
}

.b-schedule .b-h3 {
  font-weight: bold;
}

.b-schedule-blockimg {
  position: relative;
}

.b-schedule .b-bg-img1 {
  position: absolute;
  top: -255px;
  left: calc(50% - 235px);
  z-index: 1;

  width: 470px;
}

.b-schedule .b-bg-2 {
  position: absolute;
  top: -71px;
  left: -199px;
  z-index: 10;
}

.b-schedule .b-bg-img2 {
  width: 282px;
}

.b-schedule .b-bg-3 {
  position: absolute;
  top: 167px;
  left: -133px;
  z-index: 1;
}

.b-schedule .b-bg-img3 {
  width: 247px;
}

.b-schedule .b-bg-4 {
  position: absolute;
  top: 20px;
  left: 266px;
  z-index: 1;
}

.b-schedule .b-bg-img4 {
  width: 227px;
}

.b-schedule .b-bg-5 {
  position: absolute;
  top: 350px;
  left: 266px;
  z-index: 10;
}

.b-schedule .b-bg-img5 {
  width: 257px;
}

.b-schedule .b-bg-6 {
  position: absolute;
  top: 442px;
  left: -103px;
  z-index: 1;
}

.b-schedule .b-bg-img6 {
  width: 257px;
}

.b-cooking {
  position: relative;

  padding: 55px 0 364px;

  background: url(../img/cooking_bg_wap.png) center top no-repeat #f4f4f4;
}

.b-cooking .b-conteiner {
  max-width: 330px;
  margin: 0 auto;
}

.b-cooking .b-bg-1 {
  position: absolute;
  top: 320px;
  left: -339px;
  z-index: 1;
}

.b-cooking .b-bg-img1 {
  transform: rotate(-21.2deg);
}

.b-cooking .b-bg-2 {
  position: absolute;
  top: 523px;
  left: 72px;
  z-index: 1;
}

.b-cooking .b-bg-img2 {
  width: 62px;

  transform: rotate(-116.42deg);
}

.b-cooking .b-bg-3 {
  position: absolute;
  top: 70px;
  left: 413px;
  z-index: 1;
}

.b-cooking .b-bg-img3 {
  width: 220px;

  transform: rotate(106.2deg);
}

.b-cooking .b-bg-img4 {
  position: absolute;
  top: 450px;
  left: 35px;
  z-index: 1;
  width: 400px;
}

.b-cooking-bottom {
  position: absolute;
  bottom: -15px;
  left: 0;
  z-index: 15;

  width: 100%;
  height: 50px;

  background: #f4f4f4;
  border-radius: 50% 50% 0 0;
}

.b-cooking-textbox .b-h3 {
  margin-bottom: 18px;

  font-weight: 600;
}

.b-cooking-textbox .b-p {
  margin-bottom: 22px;
}

.b-cooking-note {
  position: relative;
  z-index: 1;

  width: 255px;
  margin-left: -27px;
  padding: 33px 41px 99px 45px;

  background: url(../img/cooking_note.png);
  background-size: 100% 100%;
  border-radius: 40px;
  /* margin-top: -22px; */
}

.b-cooking-note .b-p {
  color: #545454;
}

.b-heart,
.b-smile {
  position: relative;
  top: 2px;

  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 2px;

  background-image: url(../img/heart.png);
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-size: contain;
}

.b-smile {
  background-image: url(../img/smile.png);
}

.b-recommendation {
  padding: 25px 0 1px;

  background-color: #f4f4f4;
}

.b-recommendation .b-conteiner {
  max-width: 331px;
  margin: 0 auto;
}

.b-recommendation .b-bg-1 {
  position: absolute;
  top: 16px;
  left: -177px;
  z-index: 1;
}

.b-recommendation .b-bg-img1 {
  width: 150px;

  transform: rotate(-143.42deg);
}

.b-recommendation .b-bg-2 {
  position: absolute;
  top: 713px;
  left: 0;
  z-index: 1;
}

.b-recommendation .b-bg-img2 {
  width: 62px;

  transform: rotate(-5deg);
}

.b-recommendation .b-bg-3 {
  position: absolute;
  top: 741px;
  right: -209px;
  z-index: 1;
}

.b-recommendation .b-bg-img3 {
  width: 200px;

  transform: rotate(83deg);
}

.b-recommendation .b-bg-4 {
  position: absolute;
  top: 478px;
  left: -397px;
  z-index: 1;
}

.b-recommendation .b-bg-img4 {
  width: 340px;

  transform: rotate(126deg);
}

.b-recommendation-doctar {
  position: relative;

  margin-top: 31px;
  padding-top: 367px;
}

.b-recommendation-doctar .b-bg-img5 {
  position: absolute;
  top: -30px;
  left: calc(50% - 251px);
  z-index: 1;

  width: 512px;
}

.b-recommendation-doctar__name {
  position: relative;
  z-index: 10;

  max-width: 154px;
  margin-bottom: 8px;
  margin-left: auto;
  padding: 10px 27px;

  background: #afb849;
  border-radius: 30px 30px 0 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.b-recommendation-doctar__name .b-p {
  font-weight: bold;
  color: #ffffff;
}

.b-recommendation-doctar__post {
  position: relative;
  z-index: 10;

  width: 243px;
  margin-left: auto;
  padding: 10px 31px;

  background: #ffffff;
  border-radius: 40px 0 40px 40px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

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

.b-recommendation-textbox1 .b-h3 {
  font-weight: bold;
}

.b-recommendation-textbox1 .b-p {
  margin-top: 22px;
}

.b-recommendation-textbox2 {
  position: relative;
  z-index: 10;

  margin-top: 42px;
}

.b-recommendation-textbox2 .b-p {
  margin-bottom: 22px;
}

.b-reviews {
  margin-top: -60px;
  padding: 170px 0 82px;

  background: url(../img/reviews_bg_wap.png) center top no-repeat #f4f4f4;
  background-size: cover;
}

.b-reviews .b-conteiner {
  max-width: 340px;
  margin: 0 auto;
}

.b-reviews-titlebox {
  text-align: center;
}

.b-reviews-boxsliders {
  position: relative;

  min-height: 677px;
  margin: 36px 0 27px;
}

.b-reviews .b-position-0 {
  display: block;

  transform: translateX(-391px);
  opacity: 0;

  transition: 1s;
}

.b-reviews .b-position-1 {
  display: block;

  opacity: 1;
}

.b-reviews .b-position-2 {
  display: block;

  transform: translateX(391px);
  opacity: 0;
}

.b-reviews-slider {
  position: absolute;

  display: none;
  padding: 23px 17px 35px;

  background: #ffffff;
  border-radius: 20px;
  opacity: 0;

  transition: 1s;
}

.b-reviews-slider .b-item-top {
  position: relative;

  margin-bottom: 17px;
}

.b-reviews-slider .b-item-top::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 3px;

  display: block;
  width: 3px;
  height: 14px;

  background: url(../img/menu.svg);
}

.b-reviews-slider .b-item-ava {
  display: inline-block;
  width: 39px;
  height: 39px;
  margin-right: 13px;
  overflow: hidden;

  vertical-align: top;

  border-radius: 50%;
}

.b-reviews-slider .b-item-user {
  display: inline-block;

  vertical-align: top;
}

.b-reviews-slider .b-item-name {
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #000000;
}

.b-reviews-slider .b-item-geo {
  font-weight: 300;
  font-size: 11px;
  line-height: 20px;
  color: #000000;
}

.b-reviews-slider .b-item-img {
  width: 100%;
}

.b-reviews-slider .b-item-middle {
  margin: 29px 0 12px;
}

.b-reviews-slider .b-item-counter {
  margin-bottom: 10px;

  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  color: #000000;
}

.b-reviews-slider .b-item-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
}

.b-reviews-boxbtn {
  display: table;
  width: 100%;
}

.b-reviews-boxbtn .b-arrow {
  width: 40px;
  height: 40px;

  background: #7f862e;
  border-radius: 50%;
  box-shadow: 0 4px 20px rgba(127, 134, 46, 0.2);
  cursor: pointer;
}

.b-reviews-boxbtn .b-arrow .b-left,
.b-reviews-boxbtn .b-arrow .b-right {
  position: relative;
  top: 14px;
  left: 2px;

  width: 11px;
  height: 11px;
  margin: 0 auto;

  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  transform: rotate(-45deg);
}

.b-reviews-boxbtn .b-arrow .b-right {
  left: -2px;

  transform: rotate(135deg);
}

.b-reviews-boxbtn .b-box {
  display: table-cell;

  vertical-align: middle;
  text-align: center;
}

.b-reviews-boxbtn .b-box:last-of-type .b-arrow {
  margin-left: auto;
}

.b-reviews-boxbtn .b-btn {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 15px;

  vertical-align: middle;

  background: transparent;
  border: 3px solid #ffffff;
  border-radius: 50%;
  cursor: pointer;
}

.b-reviews-boxbtn .b-btn:last-of-type {
  margin-right: 0;
}

.b-reviews-boxbtn .b-active {
  background: #ffffff;
}

.b-order {
  padding: 10px 0 70px;

  background: #f4f4f4;
}

.b-order .b-bg-1 {
  position: absolute;
  top: 252px;
  right: -3px;
  z-index: 1;
}

.b-order .b-bg-img1 {
  width: 120px;
}

.b-order .b-bg-2 {
  position: absolute;
  top: 605px;
  right: -98px;
  z-index: 1;
}

.b-order .b-bg-img2 {
  width: 55px;

  transform: rotate(65deg);
}

.b-order .b-bg-3 {
  position: absolute;
  z-index: 1;
}

.b-order .b-bg-img3 {
  display: none;
}

.b-order-titlebox {
  text-align: center;
}

.b-order-titlebox .b-h3 {
  font-weight: bold;
}

.b-order-item {
  position: relative;
  z-index: 10;

  margin-top: 66px;
}

.b-order-item__imgbox {
  position: relative;
  z-index: 10;

  width: 209px;
  height: 209px;
  margin: 0 auto 16px;

  background: linear-gradient(88.96deg, #ced85a -4.43%, #afb849 98.98%);
  border-radius: 50%;
}

.b-order-item__img1 {
  position: absolute;
  top: 0;
  left: 0;

  width: 228px;
}

.b-order-item__img2 {
  position: absolute;
  top: -4px;
  left: -12px;

  width: 221px;
}

.b-order-item__img3 {
  position: absolute;
  top: 0;
  left: -33px;

  width: 259px;
}

.b-order-item__number {
  width: 48px;
  height: 48px;
  margin: 0 auto 14px;

  font-weight: 800;
  font-size: 22px;
  line-height: 48px;
  text-align: center;
  color: #ffffff;

  background: #afb849;
  border-radius: 50%;
  box-shadow: 0 4px 30px rgba(153, 188, 51, 0.29);
}

.b-order-item .b-h5 {
  display: block;
  max-width: 242px;
  margin: 0 auto;
  margin-bottom: 16px;
}

.b-order-item .b-p {
  display: block;
  max-width: 224px;
  margin: 0 auto;

  font-weight: normal;
  text-align: center;
}

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

#b-buy {
  padding-bottom: 50px;
  overflow: initial;
}

#b-buy .b-bg-1 {
  top: -58px;
  left: -210px;
}

#b-buy .b-bg-img1 {
  width: 154px;
}

#b-buy .b-bg-2 {
  top: 477px;
  left: 0;
}

#b-buy .b-bg-img2 {
  width: 88px;

  transform: rotate(41deg);
}

.b-schedule-table__item .b-600 {
  display: block;
}

.vat {
  padding-top: 10px;

  font-size: 12px;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .b-h3 {
    font-size: 36px;
    line-height: 44px;
  }

  .b-h4 {
    font-size: 24px;
    line-height: 40px;
  }

  .b-conteiner {
    max-width: 1171px;
  }

  .b-header {
    padding-top: 115px;

    background: url(../img/bg_header_web.jpg) center top no-repeat #f4f4f4;
  }

  .b-header .b-bg-1 {
    top: -196px;
    left: 78px;
  }

  .b-header .b-bg-2 {
    top: 437px;
  }

  .b-header .b-bg-3 {
    top: 347px;
    left: 1363px;
  }

  .b-header .b-bg-4 {
    top: 135px;
    left: 1065px;
  }

  .b-header .b-bg-img5 {
    top: -115px;
    left: calc(50% - 206px);
    z-index: 5;

    display: block;
    width: 534px;
  }

  .b-header .b-productbox {
    top: 65px;
    left: 24%;
    z-index: 5;

    width: 448px;
    width: 100%;
    margin: 0 auto;
  }

  .b-header .b-productbox-img {
    left: -4px;

    width: 444px;
    padding-top: 0;

    transform: rotate(-10.77deg);
  }

  .b-header .b-productbox-discount {
    top: 79px;
    left: 119px;
    z-index: 10;

    width: 130px;
    height: 69px;
    padding-top: 4px;

    border-bottom-right-radius: 130px;
    border-bottom-left-radius: 130px;
    transform: rotate(-10.79deg);
  }

  .b-header .b-productbox-discount::before {
    left: -4px;

    border-bottom: 6px solid #d51f14;
    border-left: 4px solid transparent;
  }

  .b-header .b-productbox-discount::after {
    right: -4px;

    border-right: 4px solid transparent;
    border-bottom: 6px solid #d51f14;
  }

  .b-header .b-productbox-discount .b-discount1 {
    font-size: 14px;
    line-height: 17px;
  }

  .b-header .b-productbox-discount .b-discount2 {
    font-size: 30px;
    line-height: 37px;
  }

  .b-header-item1 {
    display: inline-block;
    width: 622px;
    margin-right: calc(100% - 1003px);

    vertical-align: top;
  }

  .b-header-item1 .b-h1 {
    position: relative;
    z-index: 10;

    margin-bottom: 20px;
    margin-left: -5px;

    font-size: 120px;
  }

  .b-header-item1 .b-h2 {
    position: relative;
    z-index: 10;

    width: 325px;

    font-size: 24px;
  }

  .b-header-item1 .b-h3 {
    position: relative;
    z-index: 10;

    font-size: 16px;
    line-height: 30px;
  }

  .b-header-item1 .b-textbox {
    margin-top: 16px;
    padding: 6px 333px 6px 15px;

    text-align: left;
  }

  .b-header-item1 .b-textbox-h3 {
    font-size: 14px;
    line-height: 30px;
  }

  .b-header-item2 {
    display: inline-block;
    width: 430px;
    height: 562px;
    margin: -30px -30px 0;
    padding: 55px 65px 0;

    vertical-align: top;

    background-size: 100% 100%;
  }

  .b-header-bottom {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 992px;
    margin-top: 14px;
    padding: 20px;
  }

  .b-header-bottom__item {
    width: 25%;
    margin: 0;
  }

  .b-header-bottom__item .b-p {
    text-align: left;
  }

  .b-header .b-img-box {
    display: inline-block;
    margin: 0 9px 0 0;

    vertical-align: middle;
  }

  .b-header .b-text-box {
    display: inline-block;
    width: calc(100% - 80px);

    vertical-align: middle;
  }

  .b-secret {
    padding-bottom: 110px;
  }

  .b-secret .b-bg-1 {
    top: 41px;
    left: 281px;
  }

  .b-secret .b-bg-2 {
    top: 40px;
    right: -37px;
  }

  .b-secret .b-bg-img2 {
    display: block;
    width: 97px;

    transform: rotate(-31deg);
  }

  .b-secret .b-bg-3 {
    top: auto;
    bottom: -182px;
    left: 699px;
    z-index: 15;
  }

  .b-secret .b-bg-img3 {
    width: 276px;

    transform: rotate(88deg);
  }

  .b-secret .b-bg-img4 {
    top: 150px;
  }

  .b-secret .b-bg-5 {
    top: 228px;
    left: 425px;
  }

  .b-secret .b-bg-6 {
    top: 331px;
    left: 631px;
  }

  .b-secret-titlebox {
    max-width: 460px;
    margin: 0 auto 118px;
  }

  .b-secret-titlebox .b-p {
    margin-bottom: 15px;
  }

  .b-secret-boxitem {
    display: flex;
    justify-content: space-between;
  }

  .b-secret-item {
    width: 427px;
    max-width: 100%;
    margin: 0;
    padding: 25px 30px;
  }

  .b-secret-item:last-child {
    margin-top: 0;
  }

  .b-effect {
    padding: 190px 0 224px;

    background: url(../img/effect_bg_web.png) center top no-repeat #f4f4f4;
    background-size: cover;
  }

  .b-effect-titlebox {
    margin-bottom: 88px;
  }

  .b-effect .b-bg-img1 {
    top: 86px;
    left: calc(50% - 250px);

    width: 500px;
  }

  .b-effect-itembox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .b-effect-item {
    width: 396px;
    max-width: 100%;
    margin: 0 0 53px;
    padding: 35px 35px 34px 45px;
  }

  .b-effect-item:nth-of-type(2) {
    margin-bottom: 53px;
  }

  .b-effect-item .b-number {
    left: 40px;
  }

  .b-effect-item:nth-of-type(even) {
    padding: 35px 45px 34px 35px;

    text-align: right;
  }

  .b-effect-item:nth-of-type(even) .b-number {
    right: 40px;
    left: auto;
  }

  .b-effect .b-item-bottom {
    width: 474px;
  }

  .b-schedule {
    padding: 70px 0 130px;
  }

  .b-schedule .b-conteiner {
    max-width: 1171px;
  }

  .b-schedule .b-button-box {
    margin-top: 45px;
  }

  .b-schedule-textbox {
    display: table;
    width: 100%;
    margin-top: 139px;
  }

  .b-schedule-textitem {
    display: table-cell;

    vertical-align: top;
  }

  .b-schedule-textitem:nth-of-type(1) {
    width: 450px;
    margin-top: 0;
  }

  .b-schedule-textitem:nth-of-type(1) .b-p {
    width: 333px;
    margin-top: 22px;
  }

  .b-schedule-textitem:nth-of-type(2) {
    margin-top: 0;
  }

  .b-schedule-textitem:nth-of-type(2) .b-p {
    display: block;
    width: 345px;
    margin-left: auto;

    text-align: left;
  }

  .b-schedule-table {
    position: relative;
    z-index: 5;

    width: 750px;
    margin: 150px auto 0;
    padding: 55px 30px;

    background-size: 750px;
  }

  .b-schedule-table .b-h5 {
    width: 66%;
    margin: 0 auto;

    font-size: 24px;
  }

  .b-schedule-table__item {
    position: absolute;

    display: block;
    width: 149px;
    margin: 0;
    padding: 13px 16px;

    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  }

  .b-schedule-table__item .b-dot1,
  .b-schedule-table__item .b-dot2,
  .b-schedule-table__item .b-dot3,
  .b-schedule-table__item .b-dot4 {
    display: none;
  }

  .b-schedule-table__item .b-p {
    line-height: 17px;
  }

  .b-schedule-table .b-numb1 {
    top: 159px;
    left: 371px;

    border-bottom-left-radius: 0;
  }

  .b-schedule-table .b-numb2 {
    top: 185px;
    left: 152px;

    border-bottom-right-radius: 0;
  }

  .b-schedule-table .b-numb3 {
    top: 286px;
    left: 110px;

    border-top-right-radius: 0;
  }

  .b-schedule-table .b-numb4 {
    top: 236px;
    left: 491px;

    border-bottom-left-radius: 0;
  }

  .b-schedule-table .b-web {
    display: none;
  }

  .b-schedule-table .b-note {
    width: 411px;
    margin: 0 auto;
  }

  .b-schedule-circle {
    margin: 105px auto 25px;
  }

  .b-schedule-bgblock {
    position: relative;

    width: 1171px;
    margin-right: calc(50% - 585px);
    margin-left: calc(50% - 585px);
  }

  .b-schedule .b-bg-img1 {
    top: -345px;
    left: calc(50% - 318px);

    width: 636px;
  }

  .b-schedule .b-bg-2 {
    top: -74px;
    left: -9px;
  }

  .b-schedule .b-bg-img2 {
    width: 368px;
  }

  .b-schedule .b-bg-3 {
    top: 180px;
    left: 93px;
  }

  .b-schedule .b-bg-img3 {
    width: 311px;
  }

  .b-schedule .b-bg-4 {
    top: 34px;
    left: 868px;
  }

  .b-schedule .b-bg-img4 {
    width: 308px;
  }

  .b-schedule .b-bg-5 {
    top: 335px;
    left: 828px;
  }

  .b-schedule .b-bg-img5 {
    width: 361px;
  }

  .b-schedule .b-bg-6 {
    top: 347px;
    left: 187px;
  }

  .b-schedule .b-bg-img6 {
    width: 335px;
  }

  .b-cooking {
    padding: 95px 0 247px;

    background: url(../img/cooking_bg_web.png) center top no-repeat #f4f4f4;
  }

  .b-cooking .b-conteiner {
    max-width: 1171px;
  }

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

  .b-cooking-textbox .b-h3 {
    width: 396px;
    margin-bottom: 26px;
  }

  .b-cooking-textbox .b-p {
    width: 470px;
  }

  .b-cooking-note {
    position: absolute;
    top: -72px;
    right: 288px;

    width: 306px;
    padding: 33px 50px 94px;
  }

  .b-cooking-bottom {
    height: 51px;
  }

  .b-cooking .b-bg-1 {
    top: 274px;
    left: -277px;
  }

  .b-cooking .b-bg-2 {
    top: 35px;
    right: 524px;
    left: auto;
  }

  .b-cooking .b-bg-3 {
    top: 59px;
    right: -99px;
    left: auto;
  }

  .b-cooking .b-bg-img4 {
    top: -50px;
    right: -5px;
    left: auto;
    width: 520px;
  }

  .b-recommendation {
    padding: 100px 0 150px;
  }

  .b-recommendation .b-conteiner {
    max-width: 1171px;
  }

  .b-recommendation .b-bg-1 {
    top: 58px;
    left: 331px;
  }

  .b-recommendation .b-bg-img1 {
    width: 143px;

    transform: rotate(-145.42deg);
  }

  .b-recommendation .b-bg-2 {
    top: 437px;
    left: 763px;
  }

  .b-recommendation .b-bg-img2 {
    width: 62px;
  }

  .b-recommendation .b-bg-3 {
    top: 429px;
    right: -22px;
  }

  .b-recommendation .b-bg-img3 {
    width: 180px;
  }

  .b-recommendation .b-bg-4 {
    top: 335px;
    left: -508px;
  }

  .b-recommendation-content {
    display: table;
    width: 100%;
  }

  .b-recommendation-textbox1 {
    display: table-cell;
    width: 331px;

    vertical-align: top;
  }

  .b-recommendation-textbox2 {
    display: table-cell;
    width: 331px;
    margin-left: auto;

    vertical-align: top;
  }

  .b-recommendation-doctar {
    position: absolute;
    top: -73px;
    left: calc(50% - 354px);

    width: 708px;
    padding-top: 517px;
  }

  .b-recommendation-doctar .b-bg-img5 {
    left: 0;

    width: 707px;
  }

  .b-recommendation-doctar__name {
    margin-right: 201px;
  }

  .b-recommendation-doctar__post {
    margin-right: 201px;
  }

  .b-reviews {
    margin-top: -25px;
    padding: 210px 0;

    background: url(../img/reviews_bg_web.png) center top no-repeat #f4f4f4;
  }

  .b-reviews .b-conteiner {
    max-width: 1171px;
  }

  .b-reviews-titlebox {
    width: 558px;
    margin: 0 auto;
  }

  .b-reviews-boxsliders {
    position: relative;

    width: 740px;
    min-height: 682px;
    margin: 68px auto 87px;
  }

  .b-reviews-slider {
    position: absolute;
    z-index: 10;

    width: 349px;
  }

  .b-reviews .b-1 {
    z-index: 5;
  }

  .b-reviews .b-position-2 {
    display: block;

    transform: translateX(391px);
    opacity: 1;
  }

  .b-reviews .b-position-3 {
    display: block;

    transform: translateX(782px);
    opacity: 0;
  }

  .b-order {
    padding: 50px 0 100px;
  }

  .b-order .b-bg-1 {
    top: 95px;
    right: 442px;
  }

  .b-order .b-bg-2 {
    top: 430px;
    right: 344px;
  }

  .b-order .b-bg-img2 {
    width: 55px;

    transform: rotate(65deg);
  }

  .b-order .b-bg-3 {
    top: 266px;
    left: -37px;
  }

  .b-order .b-bg-img3 {
    display: block;
    width: 62px;

    transform: rotate(-118deg);
  }

  .b-order-box {
    display: flex;
    justify-content: space-between;
    margin-top: 52px;
  }

  .b-order-item {
    width: 300px;
    margin-top: 0;
  }

  .b-order-item__imgbox {
    margin-bottom: 48px;
    margin-left: 0;
  }

  .b-order-item__number {
    display: inline-block;
    margin: 0 9px 0 0;

    vertical-align: top;
  }

  .b-order-item__text {
    display: inline-block;
    width: calc(100% - 62px);

    vertical-align: top;
  }

  .b-order-item__text .b-h5 {
    margin: 0;

    text-align: left;
  }

  .b-order-item__text .b-p {
    max-width: 100%;
    margin-left: 0;

    font-size: 16px;
    text-align: left;
  }

  .b-order-item__h5box {
    display: flex;
    min-height: 54px;
    margin-bottom: 16px;
  }

  #b-buy {
    padding-bottom: 68px;
    overflow: hidden;
  }
}

@media screen and (min-width: 1100px) {
  .b-header .b-productbox {
    left: 32%;
  }

  .b-header .b-textbox {
    padding: 6px 280px 6px 15px;
  }
}

@media screen and (min-width: 1200px) {
  .b-reviews-boxsliders {
    width: 100%;
  }

  .b-reviews .b-position-3 {
    display: block;

    transform: translateX(782px);
    opacity: 1;
  }

  .b-reviews .b-position-4 {
    display: block;

    transform: translateX(1173px);
    opacity: 0;
  }

  .b-header .b-textbox {
    padding: 6px 250px 6px 15px;
  }
}

.b-schedule-table__item .b-600 {
  display: initial;
}

.sway-1 {
  animation: sway-1 6s linear infinite both;
}

@keyframes sway-1 {
  0% {
    transform: translate(0) scale(1);
  }

  20% {
    transform: translate(2px, -2px) scale(1);
  }

  40% {
    transform: translate(2px, 2px) scale(1.05);
  }

  60% {
    transform: translate(-2px, 2px) scale(1);
  }

  80% {
    transform: translate(-2px, -2px) scale(0.95);
  }

  100% {
    transform: translate(0) scale(1);
  }
}

/*  */
.sway-2 {
  animation: sway-2 6s linear infinite both 0.3s;
}

@keyframes sway-2 {
  0% {
    transform: translate(0) scale(1);
  }

  20% {
    transform: translate(3px, -3px) scale(0.95);
  }

  40% {
    transform: translate(3px, 3px) scale(1);
  }

  60% {
    transform: translate(-3px, 3px) scale(1);
  }

  80% {
    transform: translate(-3px, -3px) scale(1.05);
  }

  100% {
    transform: translate(0) scale(1);
  }
}

/*  */
.sway-3 {
  animation: sway-3 6s linear infinite both 0.6s;
}

@keyframes sway-3 {
  0% {
    transform: translate(0) scale(1);
  }

  20% {
    transform: translate(4px, -4px) scale(1.05);
  }

  40% {
    transform: translate(4px, 4px) scale(1);
  }

  60% {
    transform: translate(-4px, 4px) scale(1);
  }

  80% {
    transform: translate(-4px, -4px) scale(0.95);
  }

  100% {
    transform: translate(0) scale(1);
  }
}

/*  */
.sway-4 {
  animation: sway-4 6s linear infinite both 1.2s;
}

@keyframes sway-4 {
  0% {
    transform: translate(0) scale(1);
  }

  20% {
    transform: translate(5px, -5px) scale(0.95);
  }

  40% {
    transform: translate(5px, 5px) scale(1);
  }

  60% {
    transform: translate(-5px, 5px) scale(1.05);
  }

  80% {
    transform: translate(-5px, -5px) scale(1);
  }

  100% {
    transform: translate(0) scale(1);
  }
}

/*  */
.scale-in-center1 {
  animation: scale-in-center 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.scale-in-center2 {
  animation: scale-in-center 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both 0.4s;
}

.scale-in-center3 {
  animation: scale-in-center 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both 0.8s;
}

.scale-in-center4 {
  animation: scale-in-center 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both 1.2s;
}


.scale-in-center11 {
  animation: scale-in-center 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.scale-in-center22 {
  animation: scale-in-center 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both 0.8s;
}

.scale-in-center33 {
  animation: scale-in-center 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both 1.6s;
}

.scale-in-center44 {
  animation: scale-in-center 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both 2.4s;
}

@keyframes scale-in-center {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

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