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

body {
  font-family: 'Montserrat', sans-serif;
  background: #dCdCdC;
}

.b-all-conteiner {
  overflow: hidden;
  max-width: 2000px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 0 50px #aCaCaC;
}

a {
  text-decoration: none;
}

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

.b-h1 {
  font-size: 28px;
  color: #ff9c00;
  line-height: 1.045;
  font-weight: 900;
  text-transform: uppercase;
  position: relative;
  z-index: 10;
}

.b-h1 span {
  font-size: 44px;
}

.b-h2 {
  font-size: 20px;
  color: #ff9c00;
  text-transform: uppercase;
  line-height: 1.25;
  font-weight: 900;
  position: relative;
  z-index: 10;
}

.b-p {
  font-size: 18px;
  line-height: 1.333;
  margin-bottom: 15px;
  position: relative;
  z-index: 10;
}

.b-p-2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.333;
  position: relative;
  z-index: 10;
}

option {
    background: #888;
}

.b-button {
  display: block;
  width: 283px;
  padding: 25px 10px 24px;
  background: linear-gradient(141deg, #ff9c00 40%, #f2a838 50%, #f59200 59%);
  background-size: 300% 100%;
  background-position: 0 0;
  box-shadow: 0px 23px 38px 0px rgba(125, 110, 97, 0.4);
  border-radius: 35px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  border: none;
  outline: none;
  transition: 1s;
  cursor: pointer;
  position: relative;
  z-index: 10;
  font-family: 'Montserrat', sans-serif;
  margin-top: 3px;
}

.b-button:hover {
  background-position: 100% 0;
  box-shadow: none;
  transform: scale(0.97);
}

.b-form {
  width: 283px;
  margin: 15px auto 0;
}

.b-sale-box {
  font-family: 'Roboto', sans-serif;
  text-align: center;
  width: 147px;
  height: 121px;
  background: url(../img/cloud_2.png) no-repeat;
  background-size: cover;
  text-transform: uppercase;
  font-style: italic;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: -22px;
}

.b-sale-t1 {
  font-size: 24px;
  position: absolute;
  display: block;
  transform: skew(-12deg, 0deg) rotate(-20deg);
  left: 26px;
  top: 15px;
}

.b-sale-t1:nth-child(4) {
  left: 93px;
  top: 42px;
}

.b-sale-t2 {
  font-size: 59px;
  color: #ff9c00;
  position: absolute;
  left: 28px;
  top: 28px;
  transform: skew(-12deg, 0deg) rotate(-20deg);
  letter-spacing: -3px;
}

.b-sale-t3 {
  font-size: 35px;
  color: #ff9c00;
  position: absolute;
  display: block;
  transform: skew(-12deg, 0deg) rotate(-20deg);
  left: 92px;
  top: 13px;
}

.b-price {
  width: 163px;
  height: 135px;
  background: url(../img/cloud_1.png) no-repeat;
  background-size: cover;
  padding: 43px 15px 10px 10px;
  text-align: center;
  margin: -50px 0 -25px auto;
  position: relative;
  z-index: 10;
}

.b-price-old {
  font-size: 11px;
  line-height: 20px;
}

.b-price-old span {
  font-weight: bold;
  font-size: 17px;
  text-decoration: line-through;
}

.b-price-new {
  font-size: 46px;
  font-weight: 900;
  line-height: 1;
}

.b-input,
.b-select {
  font-family: 'Montserrat', sans-serif;
  width: 283px;
  outline: none;
  position: relative;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.6);
  border: 1px solid #fff;
  border-radius: 26px;
  appearance: none !important;
  padding: 17px 20px;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  margin-bottom: 8px;
}

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

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

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

.b-select {
  padding-left: 18pvx;
  appearance: none;
  background: transparent;
  margin-bottom: 0;
}

.b-select-box {
  position: relative;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 26px;
  margin-bottom: 8px;
}

.b-select-box::before {
  content: '';
  width: 9px;
  height: 8px;
  display: block;
  position: absolute;
  right: 22px;
  top: 22px;
  background: url(../img/select_arrow.png) no-repeat;
}

.b-counter {
  width: 160px;
  display: inline-block;
  vertical-align: middle;
}

.b-counter-text {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 1px 3px #fff, -1px -1px 3px #fff;
}

.b-counter-box {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.561);
  box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px 2px 2px 0px rgba(0, 0, 0, 0.72);
  display: flex;
  justify-content: center;
  width: max-content;
  padding: 6px 5px 3px;
  margin: 5px auto;
}

.b-counter-item {
  width: 40px;
  height: 57px;
  font-size: 41px;
  color: #fff;
  line-height: 52px;
  text-align: center;
  background: url(../img/scoreboard.png) no-repeat;
  background-size: cover;
  margin: -2px;
  font-family: 'Roboto', sans-serif;
}

.b-orang-li {
  font-size: 13px;
  text-transform: uppercase;
  line-height: 1.385;
  position: relative;
  padding-left: 19px;
  margin-bottom: 10px;
}

.b-orang-li::before {
  content: '';
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 3px;
  left: 0;
  top: 4px;
  background-color: #ff9c00;
}

.b-product {
  display: block;
  margin: 0 auto;
}

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

.b-black-ul {
  margin: -15px 0 20px;
}

.b-black-ul .b-icon {
  width: 35px;
  margin-right: 5px;
}

.b-black-li {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  font-style: italic;
}

.b-block-1 {
  padding: 20px 0 50px;
  background: url(../img/bg2.JPG) no-repeat center top #D5D1D0;
}

.b-block-1 .b-product {
  left: 50%;
  width: 230px;
}

.b-block-1 .b-h1 {
  text-transform: none;
  font-style: 26px;
}

.b-block-2 {
  background: url(../img/b2_bg_m.jpg) no-repeat;
  padding: 50px 0 190px;
}

.b-block-2 .b-h1 {
  text-align: right;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.b-block-2 .b-p-2 {
  color: #fff;
  text-shadow: 0px 0px 46px rgba(27, 37, 41, 0.004);
  margin: 30px 0 10px;
  padding-left: 13%;
  text-align: right;
  text-shadow: 0 0 5px #000;
}

.b-block-2 .b-bg {
  display: block;
  position: absolute;
  left: -60px;
  top: 55px;
  z-index: 1;
}

.b-block-2 .b-arrow {
  width: 151px;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

.b-block-3 {
  position: relative;
  padding: 15px 0;
  background-color: #f0ebf0;
  z-index: 10;
}

.b-block-3 .b-bg-1 {
  position: absolute;
  height: 500px;
  top: -90px;
  width: 1300px;
  left: calc(50% - 650px);
  background-color: #f0ebf0;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
}

.b-block-3 .b-bg-2 {
  position: absolute;
  height: 500px;
  bottom: -90px;
  width: 1300px;
  left: calc(50% - 650px);
  background-color: #f0ebf0;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.b-block-3 .b-bg-3 {
  display: none;
}

.b-block-3 .b-bg-4 {
  display: none;
}

.b-block-3 .b-woman {
  display: none;
}

.b-block-3 .b-top {
  background-color: white;
  border-radius: 5px;
  position: relative;
  padding: 20px 15px;
  margin-bottom: 35px;
  position: relative;
  margin-top: -180px;
  z-index: 2;
}

.b-block-3 .b-top-border {
  display: block;
  position: absolute;
  width: calc(100% + 10px);
  height: calc(100% - 77px);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0px 28px 26px 0px rgba(140, 169, 190, 0.39);
  left: -5px;
  bottom: -5px;
  z-index: 0;
}

.b-block-3 .b-top-border::after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 30px solid #fff;
  border-right: 30px solid transparent;
  left: 50%;
  bottom: -22px;
  transform: rotate3d(-8, 8, 2.5, 50deg);
}

.b-block-3 .b-top-border::before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 40px solid rgba(255, 255, 255, 0.7);
  border-right: 50px solid transparent;
  left: 46%;
  bottom: -36px;
  transform: rotate3d(-8, 8, 2.5, 50deg);
}

.b-block-3 .b-h2 {
  margin-right: 30px;
}

.b-block-3 .b-img-1 {
  display: block;
  position: absolute;
  bottom: -80px;
  right: -83px;
  width: 184px;
}

.b-block-3 .b-bottom {
  position: relative;
  padding: 50px 0;
  margin-bottom: -85px;
  z-index: 1;
}

.b-block-3 .b-bottom::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  width: 560px;
  border-radius: 50%;
  height: 100%;
  left: calc(50% - 280px);
  top: 0;
  background: linear-gradient(90deg, #eba9ac 0%, #f0ebf0 60%);
}

.b-block-3 .b-minus-li {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.111;
  position: relative;
  padding-left: 47px;
  margin-bottom: 15px;
}

.b-block-3 .b-minus-li span {
  border-radius: 50%;
  background: linear-gradient(0deg, #8d0000 0%, #fb0a0a 100%);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.33);
  position: absolute;
  width: 39px;
  height: 39px;
  display: block;
  left: 0;
  top: calc(50% - 19.5px);
}

.b-block-3 .b-minus-li span::before {
  content: '';
  display: block;
  background-color: #750005;
  box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.51), inset 0px 1px 1px 0px rgba(0, 0, 0, 0.55);
  position: absolute;
  left: calc(50% - 9px);
  top: calc(50% - 1.5px);
  width: 18px;
  height: 3px;
}

.b-block-3 .b-minus-li.head {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 50px, #dd0000 100px);
  color: #fff;
  text-transform: uppercase;
  padding: 10px 6px 10px 47px;
  border-radius: 20px;
}

.b-block-4 {
  margin-top: 100px;
  padding: 40px 0 155px;
  position: relative;
}

.b-block-4 .b-bg {
  width: 992px;
  height: 992px;
  background: url(../img/b4_bg_m.png) no-repeat 67% 46.5%, radial-gradient(circle, #f2ddd6 0%, white 70%);
  background-size: 540px 540px, 100% 100%;
  position: absolute;
  z-index: 0;
  left: calc(50% - 496px);
  top: -456px;
}

.b-block-4 .b-product {
  display: block;
  width: 188px;
  margin: 50px 0 -20px auto;
  position: relative;
  z-index: 2;
}

.b-block-4 .b-h1 {
  margin-bottom: 15px;
  text-transform: none;
}

.b-block-4 .b-middle {
  position: relative;
}

.b-block-4 .b-circle {
  width: 158px;
  height: 158px;
  border-radius: 50%;
  background-color: #ff9c00;
  position: absolute;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.222;
  text-align: center;
  display: flex;
  align-items: center;
  padding: 10px;
  color: #fff;
  font-weight: 900;
  top: -37px;
  left: 13px;
  z-index: 3;
}

.b-block-4 .b-circle-bg {
  width: 168px;
  height: 168px;
  position: absolute;
  z-index: 1;
  left: 8px;
  top: -42px;
  border-style: solid;
  border-width: 5px;
  border-color: transparent;
  border-radius: 50%;
  box-shadow: 0px 28px 26px 0px rgba(0, 0, 0, 0.2);
}

.b-block-4 .b-circle-bg span {
  display: block;
  position: absolute;
  width: 196px;
  height: 196px;
  top: -20px;
  left: -20px;
  box-shadow: 0px 28px 26px 0px rgba(0, 0, 0, 0.2);
  z-index: 0;
  border-radius: 50%;
}

.b-block-4 .b-point {
  padding: 20px 15px 5px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.631);
  border-radius: 0 33px 33px 33px;
  width: 269px;
  margin: 0 0 15px auto;
  z-index: 5;
}

.b-block-4 .b-point-border {
  position: absolute;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  left: -5px;
  top: -5px;
  border-radius: 0 40px 40px 40px;
  box-shadow: 0px 28px 26px 0px rgba(140, 169, 190, 0.39);
}

.b-block-4 .b-point-numb {
  border-radius: 50%;
  background: #fff;
  font-size: 21px;
  font-family: "Montserrat";
  color: #ff9c00;
  font-weight: bold;
  width: 39px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  position: absolute;
  left: -20px;
  top: -20px;
}

.b-block-4 .b-point-numb span {
  display: block;
  position: absolute;
  width: 49px;
  height: 49px;
  left: -5px;
  top: -5px;
  border-radius: 50%;
  box-shadow: 0px 10px 26px 0px rgba(140, 169, 190, 0.39);
}

.b-block-4 .b-point-li {
  padding-left: 20px;
  position: relative;
}

.b-block-4 .b-point-li::before {
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background-color: #ff9c00;
}

.b-block-4 .b-point:nth-of-type(odd) {
  text-align: right;
  border-radius: 33px 0 33px 33px;
  margin: 0 auto 15px 0;
}

.b-block-4 .b-point:nth-of-type(odd) .b-point-numb {
  left: auto;
  right: -20px;
}

.b-block-4 .b-point:nth-of-type(odd) .b-point-border {
  border-radius: 40px 0 40px 40px;
}

.b-block-4 .b-bottom {
  position: relative;
  padding-top: 185px;
}

.b-block-4 .b-bottom-box {
  border-radius: 0 33px 33px 33px;
  background: url(../img/b4_bg_2_m.jpg);
  position: relative;
  z-index: 5;
  padding: 120px 15px 5px;
  text-align: center;
}

.b-block-4 .b-bottom-border {
  position: absolute;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  left: -5px;
  top: -5px;
  border-radius: 0 40px 40px 40px;
  box-shadow: 0px 28px 26px 0px rgba(140, 169, 190, 0.39);
}

.b-block-4 .b-bottom .b-img-1 {
  position: absolute;
  top: 27px;
  left: -22px;
  display: block;
  z-index: 1;
}

.b-block-4 .b-bottom .b-img-2 {
  position: absolute;
  top: 0;
  left: 77px;
  display: block;
  z-index: 6;
}

.b-block-4 .b-bottom .b-img-3 {
  position: absolute;
  top: 133px;
  left: 38px;
  display: block;
  z-index: 7;
}

.b-block-4 .b-bottom .b-p-2 {
  color: #fff;
  margin-bottom: 20px;
}

.b-block-5 {
  padding: 5px 0 65px;
  background: url(../img/b5_bg_m.jpg) no-repeat center top #424b68;
  background-size: 991px 3021px, 100% 100%;
}

.b-block-5 .b-table {
  border-radius: 30px;
  position: relative;
  margin-top: -95px;
  width: 300px;
  margin-left: -5px;
  background: #fff;
}

.b-block-5 .b-table-border {
  position: absolute;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  left: -5px;
  top: -5px;
  border-radius: 35px;
  box-shadow: 0px 28px 26px 0px rgba(140, 169, 190, 0.33);
  z-index: 0;
}

.b-block-5 .b-table-label {
  background-color: #ff9c00;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  text-align: center;
  padding: 15px 15px 55px;
  position: relative;
}

.b-block-5 .b-table-label-p1 {
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1.167;
  font-weight: 900;
  color: #fff;
}

.b-block-5 .b-table-label-p1 span {
  color: #ffdba1;
  font-size: 45px;
}

.b-block-5 .b-table-arrow {
  display: block;
  width: 77px;
  margin: -50px auto 0;
}

.b-block-5 .b-table-head {
  display: none;
}

.b-block-5 .b-table-row .b-coll-0 {
  background-color: #ffdba1;
  padding: 10px 15px;
  border-top: 1px solid #dbbc8a;
  border-bottom: 1px solid #dbbc8a;
}

.b-block-5 .b-table-row .b-coll-1 {
  background: #fff;
  padding: 10px 15px;
}

.b-block-5 .b-table-row .b-coll-2 {
  background: #fff;
  padding: 10px 15px;
}

.b-block-5 .b-table-row .b-coll-3 {
  background-color: #e6fbd4;
  padding: 10px 15px;
  margin-bottom: 5px;
}

.b-block-5 .b-table-row:nth-of-type(4) {
  margin-top: -30px;
  position: relative;
  z-index: 2;
}

.b-block-5 .b-table-row:nth-of-type(4) .b-coll-0 {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-top: none;
}

.b-block-5 .b-table-row:last-of-type .b-coll-3 {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  padding-bottom: 20px;
}

.b-block-5 .b-p {
  margin-bottom: 0;
}

.b-block-5 .web-1 {
  color: #8e8e8e;
  font-weight: bold;
}

.b-block-5 .web-2 {
  color: #414141;
  font-weight: bold;
}

.b-block-5 .web-3 {
  color: #ff9c00;
  font-weight: bold;
}

.b-block-5 .b-img {
  display: block;
  position: relative;
  z-index: 5;
  margin: 10px auto 0;
  max-width: 100%;
  transition: 0.6s;
}

.b-block-6 {
  background: url(../img/b6_bg_m.jpg) center bottom;
  position: relative;
  z-index: 4;
  padding: 65px 0 40px;
  z-index: 5;
}

.b-block-6::after {
  content: '';
  display: block;
  width: 991px;
  height: 110px;
  background: url(../img/b6_bg_bottom_m.png);
  position: absolute;
  bottom: -110px;
  left: calc(50% - 495.5px);
  z-index: 0;
}

.b-block-6 .b-h1 {
  color: #fff;
  margin-bottom: 20px;
}

.b-block-6 .b-bg-1 {
  position: absolute;
  left: -535px;
  top: 440px;
  z-index: 1;
}

.b-block-6 .b-bg-2 {
  position: absolute;
  right: -481px;
  top: 100px;
  z-index: 1;
}

.b-block-6 .b-bg-3 {
  position: absolute;
  transform: rotate(90deg);
  width: 154px;
  bottom: -97px;
  right: -32px;
  z-index: 1;
}

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

.b-block-6 .b-head-img-1 {
  position: absolute;
  z-index: 3;
  width: 200px;
  top: 238px;
  left: -97px;
}

.b-block-6 .b-head-img-2 {
  position: absolute;
  width: 130px;
  z-index: 10;
  top: 13px;
  left: -83px;
}

.b-block-6 .b-head-img-3 {
  position: absolute;
  width: 150px;
  top: 145px;
  left: 0px;
  z-index: 10;
}

.b-block-6 .b-circle {
  border-radius: 50%;
  background-color: #ff9c00;
  width: 216px;
  height: 216px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 30px;
  position: relative;
  z-index: 5;
}

.b-block-6 .b-circle-box {
  position: relative;
  width: max-content;
  margin: 0 5px 0 auto;
  padding-bottom: 160px;
}

.b-block-6 .b-circle-box .r1 {
  position: absolute;
  width: 226px;
  height: 226px;
  left: -5px;
  top: -5px;
  border-radius: 50%;
  box-shadow: 0px 28px 26px 0px rgba(0, 0, 0, 0.33);
  z-index: 5;
}

.b-block-6 .b-circle-box .r2 {
  position: absolute;
  width: 349px;
  height: 349px;
  left: -66.5px;
  top: -66.5px;
  box-shadow: 0px 28px 26px 0px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.33);
}

.b-block-6 .b-circle-box .r3 {
  position: absolute;
  border-radius: 50%;
  width: 428px;
  height: 428px;
  border: 1px solid rgba(255, 255, 255, 0.141);
  box-shadow: 0px 28px 26px 0px rgba(0, 0, 0, 0.1);
  left: -106px;
  top: -106px;
}

.b-block-6 .b-circle-box .r4 {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.059);
  box-shadow: 0px 28px 26px 0px rgba(0, 0, 0, 0.1);
  width: 497px;
  height: 497px;
  left: -140.5px;
  top: -140.5px;
}

.b-block-6 .b-circle-li {
  text-align: right;
  padding-right: 18px;
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  line-height: 1.125;
  color: #fff;
  position: relative;
}

.b-block-6 .b-circle-li span {
  text-transform: uppercase;
  display: block;
}

.b-block-6 .b-circle-li::before {
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  right: 0;
  width: 11px;
  height: 11px;
  border: 3px solid #ffc76e;
  background: #fff;
  border-radius: 50%;
}

.b-block-6 .b-circle-li:first-of-type {
  margin-bottom: 10px;
}

.b-block-6 .b-composition .b-slider {
  display: none;
  animation: a-o linear 0.6s both;
  text-align: center;
  position: relative;
  z-index: 10;
}

.b-block-6 .b-composition .b-slider.active {
  display: block;
}

.b-block-6 .b-composition .b-slider .b-img {
  position: relative;
  z-index: 10;
  width: 152px;
  height: 122px;
  overflow: hidden;
  margin: 0 auto -25px;
}

.b-block-6 .b-composition .b-slider .b-img img {
  display: block;
  border-radius: 50%;
  margin: 29px auto;
}

.b-block-6 .b-composition .b-slider .b-img-border-1 {
  width: 98px;
  height: 98px;
  position: absolute;
  left: calc(50% - 49px);
  top: 24px;
  box-shadow: 0px 14px 18px 0px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
}

.b-block-6 .b-composition .b-slider .b-img-border-2 {
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.33);
  position: absolute;
  left: 0;
  top: 0;
  width: 152px;
  height: 152px;
}

.b-block-6 .b-composition .b-slider .b-text-box {
  border-radius: 30px;
  background-color: #1a2227;
  padding: 30px 10px 15px;
}

.b-block-6 .b-composition .b-slider .b-p {
  color: #fff;
  margin: 0;
}

.b-block-6 .b-composition .b-slider .b-p-str {
  font-size: 18px;
  color: #ff9c00;
  text-transform: uppercase;
  line-height: 1.333;
  margin-bottom: 10px;
  font-weight: 900;
}

.b-block-6 .b-composition .b-btn {
  display: none;
}

.b-block-6 .b-composition .b-btn-box {
  width: 82px;
  margin: 10px auto 0;
  display: flex;
  justify-content: space-between;
}

.b-block-6 .b-composition .b-btn-left {
  width: 13px;
  height: 20px;
  position: relative;
  transition: 0.4s;
}

.b-block-6 .b-composition .b-btn-left:hover {
  transform: scale(0.92);
}

.b-block-6 .b-composition .b-btn-left::before {
  content: '';
  display: block;
  position: absolute;
  width: 15px;
  height: 4px;
  background: #fff;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  transform: rotate(-45deg);
  top: 4px;
  left: 0;
}

.b-block-6 .b-composition .b-btn-left::after {
  content: '';
  display: block;
  position: absolute;
  width: 15px;
  height: 4px;
  background: #fff;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  transform: rotate(45deg);
  bottom: 4px;
  left: 0;
}

.b-block-6 .b-composition .b-btn-right {
  width: 13px;
  height: 20px;
  position: relative;
  transition: 0.4s;
}

.b-block-6 .b-composition .b-btn-right:hover {
  transform: scale(0.92);
}

.b-block-6 .b-composition .b-btn-right::before {
  content: '';
  display: block;
  position: absolute;
  width: 15px;
  height: 4px;
  background: #ff9c00;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  transform: rotate(45deg);
  top: 4px;
  left: 0;
}

.b-block-6 .b-composition .b-btn-right::after {
  content: '';
  display: block;
  position: absolute;
  width: 15px;
  height: 4px;
  background: #ff9c00;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  transform: rotate(-45deg);
  bottom: 4px;
  left: 0;
}

@keyframes a-o {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.b-block-7 {
  position: relative;
  padding: 80px 0 20px;
  z-index: 4;
}

.b-block-7 .b-h1 {
  text-transform: none;
  margin-bottom: 15px;
}

.b-block-7 .b-bg-1 {
  width: 220px;
  position: absolute;
  transform: rotate(-30deg);
  top: -107px;
  right: -232px;
}

.b-block-7 .b-doctor {
  display: block;
  max-width: 100%;
}

.b-block-7 .b-doctor-box {
  position: relative;
}

.b-block-7 .b-doctor-name {
  text-align: right;
  position: relative;
  background-color: #eaedf3;
  padding: 10px 15px;
  width: max-content;
  position: absolute;
  top: 405px;
  border-radius: 12px;
  z-index: 10;
  right: 30px;
  width: 210px;
  height: 66px;
}

.b-block-7 .b-doctor-name .b-p {
  margin: 0;
}

.b-block-7 .b-doctor-name span {
  display: block;
}

.b-block-7 .b-doctor-name-border {
  position: absolute;
  top: 400px;
  right: 25px;
  width: 220px;
  height: 76px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.17);
  z-index: 8;
}

.b-block-7 .b-doctor-name-border::before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 40px solid rgba(255, 255, 255, 0.17);
  border-right: 50px solid transparent;
  left: 26.5%;
  top: -36px;
  transform: rotate3d(8, 8, 2.5, -50deg);
}

.b-block-7 .b-doctor-name-border::after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 30px solid #eaedf3;
  border-right: 30px solid transparent;
  left: 32%;
  top: -22px;
  transform: rotate3d(8, 8, 2.5, -50deg);
}

.b-block-7 .b-text-box {
  padding: 65px 15px 5px;
  background-color: #2d3534;
  position: relative;
  z-index: 5;
}

.b-block-7 .b-text-box::before {
  content: '';
  display: block;
  position: absolute;
  width: 83px;
  height: 65px;
  top: 10px;
  left: 10px;
  background: url(../img/note_m.png) no-repeat;
  background-size: cover;
}

.b-block-7 .b-text-box .b-p {
  color: #fff;
}

.b-block-8 {
  margin-top: -100px;
  padding: 150px 0 5px;
  position: relative;
  z-index: 3;
  background: #f0ebf0;
}

.b-block-8 .b-bg-1 {
  position: absolute;
  height: 500px;
  top: -90px;
  width: 1300px;
  left: calc(50% - 650px);
  background-color: #f0ebf0;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
}

.b-block-8 .b-bg-2 {
  position: absolute;
  height: 500px;
  bottom: -90px;
  width: 1300px;
  left: calc(50% - 650px);
  background-color: #f0ebf0;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.b-block-8 .b-h1 {
  text-transform: none;
}

.b-block-8 .b-circle-1 {
  position: relative;
  margin-bottom: 40px;
}

.b-block-8 .b-circle-1-bg {
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4);
  width: 642px;
  height: 642px;
  position: absolute;
  left: calc(50% - 321px);
  top: calc(50% - 321px);
  z-index: 0;
}

.b-block-8 .b-circle-1-img {
  position: relative;
  margin: 20px auto 0;
}

.b-block-8 .b-circle-1-img img {
  display: block;
  max-width: 100%;
  position: relative;
  z-index: 1;
}

.b-block-8 .b-circle-1-img .b-bg {
  border-radius: 50%;
  width: 203px;
  height: 203px;
  background-color: rgba(255, 255, 255, 0.51);
  position: absolute;
  left: calc(50% - 101.5px);
  top: calc(50% - 101.5px);
  box-shadow: 0px 28px 26px 0px rgba(145, 136, 145, 0.33);
  z-index: 0;
}

.b-block-8 .b-circle-1-img .b-bg::before {
  content: '';
  display: block;
  position: absolute;
  width: 185px;
  height: 185px;
  top: 9px;
  left: 9px;
  background: #fff;
  border-radius: 50%;
}

.b-block-8 .b-circle-1-numb {
  font-size: 63px;
  font-weight: 900;
  color: #ff9c00;
  line-height: 1;
  margin-bottom: 15px;
  position: relative;
  z-index: 10;
  text-shadow: 0 0 3px #fff;
}

.b-block-8 .b-circle-1-numb span {
  font-size: 18px;
  display: block;
  font-weight: bold;
}

.b-block-8 .b-circle-2 {
  position: relative;
  padding-bottom: 20px;
}

.b-block-8 .b-circle-2-bg {
  border-radius: 50%;
  background-color: rgba(255, 156, 0, 0.17);
  width: 370px;
  height: 370px;
  position: absolute;
  left: calc(50% - 185px);
  top: calc(50% - 185px);
  z-index: 0;
}

.b-block-8 .b-circle-2-img {
  position: relative;
  margin: 20px 0 0 40px;
  width: 160px;
}

.b-block-8 .b-circle-2-img img {
  display: block;
  max-width: 100%;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

.b-block-8 .b-circle-2-img .b-bg {
  border-radius: 50%;
  width: 122px;
  height: 122px;
  background-color: rgba(255, 255, 255, 0.51);
  position: absolute;
  left: calc(50% - 61px);
  top: calc(50% - 66px);
  box-shadow: 0px 28px 26px 0px rgba(145, 136, 145, 0.33);
  z-index: 0;
}

.b-block-8 .b-circle-2-img .b-bg::before {
  content: '';
  display: block;
  position: absolute;
  width: 104px;
  height: 104px;
  top: 9px;
  left: 9px;
  background: #fff;
  border-radius: 50%;
}

.b-block-8 .b-circle-2-numb {
  font-size: 50px;
  font-weight: 900;
  color: #ff9c00;
  line-height: 0.8;
  margin-top: -50px;
  margin-bottom: 15px;
  margin-left: 15px;
  position: relative;
  z-index: 10;
}

.b-block-8 .b-text-box {
  text-align: center;
}

.b-block-8 .position1 .b-circle-2-img .b-bg::before {
  background: url(../img/b9_img_1_a.jpg) no-repeat left top;
}

.b-block-8 .position1 .b-circle-2-numb {
  color: #6fb600;
}

.b-block-8 .b-right {
  border-radius: 20px;
  padding: 60px 18px 45px;
  position: relative;
  background: #fff;
  margin: 0px 10px -30px;
  z-index: 10;
}

.b-block-8 .b-right .b-p {
  margin-bottom: 5px;
}

.b-block-8 .b-right-border {
  position: absolute;
  box-shadow: 0px 18px 26px 0px rgba(140, 169, 190, 0.24);
  border-radius: 24px;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  left: -5px;
  top: -5px;
  z-index: 0;
}

.b-block-8 .b-box {
  width: 100%;
}

.b-block-8 .b-percents {
  padding: 20px 3px;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.b-block-8 .b-percents-top {
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  display: flex;
  justify-content: space-between;
}

.b-block-8 .b-percents-top .b-coll {
  width: 40px;
  text-align: center;
}

.b-block-8 .b-percents-middle {
  display: flex;
  justify-content: space-between;
  height: calc(100% - 40px);
}

.b-block-8 .b-percents-middle .b-coll {
  width: 1px;
  height: 100%;
  margin: 0 15px;
  background: #e5e5e5;
}

.b-block-8 .b-progres-1 {
  height: 17px;
  background: repeating-linear-gradient(-45deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 7px), linear-gradient(-90deg, #6fb600 0%, #6fb600 100%);
  box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.16);
  margin-bottom: 7px;
}

.b-block-8 .b-progres-2 {
  height: 17px;
  background: repeating-linear-gradient(-45deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 6px), linear-gradient(-90deg, #ff9c00 0%, #ff9c00 100%);
  box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.16);
}

.b-block-8 .b-row {
  margin-bottom: 20px;
  position: relative;
  z-index: 10;
}

.p-100 {
  width: 100%;
}

.p-99 {
  width: 99%;
}

.p-98 {
  width: 98%;
}

.p-97 {
  width: 97%;
}

.p-95 {
  width: 95%;
}

.p-93 {
  width: 93%;
}

.p-90 {
  width: 90%;
}

.p-88 {
  width: 88%;
}

.p-85 {
  width: 85%;
}

.b-block-9 {
  padding: 130px 0 30px;
  position: relative;
  z-index: 2;
  background: radial-gradient(circle, #f2ddd5 0%, white 70%);
}
.b-block-9 .b-h1 {
  font-size: 26px;
}
.b-block-9 .b-header {
  width: 299px;
  height: 251px;
  background: url(../img/cloud_3.png) no-repeat;
  background-size: cover;
  margin-left: calc(50% - 149.5px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 10px 50px 35px;
  position: relative;
  z-index: 10;
  text-align: center;
}

.b-block-9 .b-img-box {
  position: relative;
  z-index: 1;
  height: 300px;
  margin: -80px 0 -35px;
}

.b-block-9 .b-img-1 {
  position: absolute;
  top: 57px;
  left: 110px;
  display: block;
  transform: rotate(-30deg);
  width: 155px;
  z-index: 0;
}

.b-block-9 .b-img-2 {
  position: absolute;
  top: 171px;
  left: 40px;
  z-index: 2;
}

.b-block-9 .b-img-3 {
  width: 400px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}

.b-block-9 .b-comments {
  position: relative;
  z-index: 10;
}

.b-block-9 .b-comments .b-slider {
  display: none;
  animation: a-o linear 0.6s;
  border-radius: 8px;
  background-color: white;
  box-shadow: 4px 6.928px 13px 0px rgba(0, 0, 1, 0.18);
  padding: 13px 10px 0;
  overflow: hidden;
}

.b-block-9 .b-comments .b-slider .b-p {
  margin-bottom: 10px;
}

.b-block-9 .b-comments .b-slider.active {
  display: block;
}

.b-block-9 .b-comments .b-slider .b-head {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.b-block-9 .b-comments .b-slider .b-head .b-p {
  margin-bottom: 0;
}

.b-block-9 .b-comments .b-slider .b-ava {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: block;
  margin-right: 10px;
}

.b-block-9 .b-comments .b-slider .b-p-comm {
  color: #657786;
  font-size: 14px;
  line-height: 1.2;
}

.b-block-9 .b-comments .b-slider .b-follwing {
  margin-left: auto;
}

.b-block-9 .b-comments .b-slider .b-follwing-btn {
  display: none;
}

.b-block-9 .b-comments .b-slider .b-follwing-arrow {
  width: 13px;
  height: 7px;
  position: relative;
}

.b-block-9 .b-comments .b-slider .b-follwing-arrow::before {
  content: '';
  position: absolute;
  display: block;
  height: 1px;
  width: 9px;
  background: #657786;
  transform: rotate(45deg);
  top: 3px;
  left: -1px;
}

.b-block-9 .b-comments .b-slider .b-follwing-arrow::after {
  content: '';
  position: absolute;
  display: block;
  height: 1px;
  width: 9px;
  background: #657786;
  transform: rotate(-45deg);
  top: 3px;
  right: -1px;
}

.b-block-9 .b-comments .b-slider .b-img {
  display: block;
  border-radius: 4px;
  max-width: 100%;
}

.b-block-9 .b-comments .b-slider .b-data {
  color: #657786;
  font-size: 16px;
  line-height: 1.2;
  margin: 10px 0;
}

.b-block-9 .b-comments .b-slider .b-answer {
  color: #657786;
  font-size: 14px;
  font-weight: bold;
}

.b-block-9 .b-comments .b-slider .b-answer .b-icon {
  margin-right: 10px;
}

.b-block-9 .b-comments .b-slider .b-answer-box {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #e6ecf0;
  padding: 10px 0;
}

.b-block-9 .b-comments .b-slider .b-footer {
  border-top: 1px solid #e6ecf0;
  padding: 15px 20px 15px 10px;
  background: #f5f8fa;
  width: calc(100% + 20px);
  margin-left: -10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.b-block-9 .b-comments .b-slider .b-footer-ava {
  width: 31px;
  height: 31px;
  display: block;
  border-radius: 50%;
}

.b-block-9 .b-comments .b-slider .b-reply {
  font-weight: 300;
  color: #657786;
  border: 1px solid #bfd7f1;
  background-color: #fff;
  border-radius: 6px;
  padding: 10px;
  line-height: 1;
  width: 215px;
}

.b-block-9 .b-btn {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  margin: 0 4px;
  transition: 0.4s;
  background: #ff9c00;
}

.b-block-9 .b-btn-box {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.b-block-9 .b-btn.active {
  background: #fedba5;
}

.b-block-10 {
  padding: 30px 0 5px;
  position: relative;
  z-index: 5;
}

.b-block-10 .b-bg-0 {
  position: absolute;
  height: 500px;
  bottom: -90px;
  width: 1300px;
  left: calc(50% - 650px);
  background-color: #fff;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.b-block-10 .b-bg-1 {
  position: absolute;
  bottom: -235px;
  transform: rotate(40deg);
  left: -440px;
}

.b-block-10 .b-bg-2 {
  position: absolute;
  bottom: -79px;
  left: -7px;
  z-index: 15;
  width: 120px;
}

.b-block-10 .b-bg-3 {
  position: absolute;
  bottom: -95px;
  right: -112px;
  width: 250px;
  filter: blur(1px);
  transform: rotate(87deg);
  z-index: 0;
}

.b-block-10 .b-h1 {
  text-transform: none;
  margin-bottom: 10px;
}

.b-block-10 .b-circle {
  width: 273px;
  height: 273px;
  position: relative;
  background: #ff9c00;
  border-radius: 50%;
  margin: 70px auto 0;
  padding: 0 12px 15px;
  z-index: 7;
}

.b-block-10 .b-circle-border-1 {
  position: absolute;
  width: 283px;
  height: 283px;
  top: -5px;
  left: -5px;
  box-shadow: 0px 28px 26px 0px rgba(0, 0, 0, 0.33);
  border-radius: 50%;
}

.b-block-10 .b-circle-border-2 {
  position: absolute;
  width: 329px;
  height: 329px;
  top: -28px;
  left: -28px;
  box-shadow: 0px 28px 26px 0px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}

.b-block-10 .b-circle .b-line {
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.33);
  transform: rotate(45deg);
  background: #9e0000;
  position: absolute;
  left: calc(50% - 70px);
  top: 30px;
  width: 140px;
  height: 4px;
  border-radius: 3px;
}

.b-block-10 .b-circle .b-line:last-of-type {
  left: auto;
  right: calc(50% - 70px);
  transform: rotate(-45deg);
}

.b-block-10 .b-circle .b-p {
  color: #fff;
  text-align: center;
  line-height: 1.222;
}

.b-block-10 .b-img {
  width: 86px;
  display: block;
  margin: 0 auto;
  position: absolute;
  left: calc(50% - 43px);
  bottom: 0;
}

.b-block-10 .b-img-box {
  position: relative;
  margin: 0 auto 10px;
  height: 100px;
}

.b-block-10 .b-bottom {
  position: relative;
  background-color: #f0ebf0;
  width: calc(100% - 10px);
  margin: -70px auto 0;
  border-radius: 33px 0 33px 33px;
  z-index: 5;
  padding: 70px 20px 20px;
}

.b-block-10 .b-bottom-border {
  position: absolute;
  top: -5px;
  left: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  box-shadow: 0px 28px 26px 0px rgba(0, 0, 0, 0.33);
  border-radius: 36px 0 36px 36px;
}

.b-block-10 .b-point {
  text-align: center;
  position: relative;
  margin-bottom: 52px;
}

.b-block-10 .b-point::before {
  content: '';
  display: block;
  width: 14px;
  height: 32px;
  position: absolute;
  bottom: -42px;
  left: calc(50% - 7px);
  background: url(../img/arrow_3.png) no-repeat;
}

.b-block-10 .b-point:last-of-type::before {
  display: none;
}

.b-block-10 .b-point-img {
  display: block;
  margin: 28px;
  z-index: 5;
  max-width: 100px;
  position: relative;
}

.b-block-10 .b-point-img-box {
  width: 166px;
  height: 166px;
  border-radius: 50%;
  position: relative;
  border: 1px solid #ff9c00;
  margin: 10px auto;
}

.b-block-10 .b-point-bg {
  width: 137px;
  height: 137px;
  border-radius: 50%;
  position: absolute;
  left: calc(50% - 68.5px);
  top: calc(50% - 68.5px);
  border-radius: 50%;
  box-shadow: 0px 28px 26px 0px rgba(0, 0, 0, 0.33);
  background: #fff;
}

.b-block-10 .b-point-bg::before {
  content: '';
  position: absolute;
  display: block;
  width: 127px;
  height: 127px;
  top: 5px;
  left: 5px;
  border-radius: 50%;
  background-color: #eee9ee;
  z-index: 0;
}

.b-block-10 .b-point-numb {
  border-radius: 50%;
  background: linear-gradient(180deg, #b0e100 0%, #3c8600 100%);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.33);
  position: absolute;
  width: 41px;
  height: 41px;
  line-height: 41px;
  font-size: 22px;
  font-family: 'Roboto', sans-serif;
  color: white;
  font-weight: bold;
  left: -19px;
  top: calc(50% - 20.5px);
  text-align: center;
  z-index: 10;
}

.b-block-11 {
  background: url(../img/b6_bg_m.jpg);
  padding: 150px 0 60px;
}

.b-block-11 .b-bg {
  position: absolute;
  right: -450px;
  bottom: 100px;
}

.b-block-11 .b-h1 {
  text-align: center;
  color: #fff;
}

.b-block-11 .b-point {
  position: relative;
}

.b-block-11 .b-point-p {
  font-size: 18px;
  color: #ff9c00;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.333;
  text-align: center;
  width: 80%;
  margin: 0 auto;
}

.b-block-11 .b-point .b-arrow {
  position: absolute;
  display: block;
  background: url(../img/arrow_1.png) no-repeat;
  width: 105px;
  height: 36px;
  transform: rotate(-73deg);
  right: -21px;
  top: 280px;
  background-size: cover;
}

.b-block-11 .b-point:nth-of-type(even) .b-arrow {
  right: auto;
  left: -21px;
  transform: rotate(-73deg) scale(1, -1);
}

.b-block-11 .b-numb {
  border-radius: 50%;
  background: linear-gradient(180deg, #b0e100 0%, #3c8600 100%);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.33);
  position: absolute;
  width: 33px;
  height: 33px;
  line-height: 33px;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  color: white;
  font-weight: bold;
  left: calc(50% - 16.5px);
  bottom: -5px;
  text-align: center;
  z-index: 10;
}

.b-block-11 .b-img-box {
  box-shadow: 0px 28px 26px 0px rgba(0, 0, 0, 0.33);
  position: relative;
  width: 264px;
  height: 264px;
  border-radius: 50%;
  margin: 0 auto 20px;
}

.b-block-11 .b-img-box::before {
  content: '';
  position: absolute;
  display: block;
  width: 244px;
  height: 244px;
  background-color: rgba(255, 255, 255, 0.129);
  left: 10px;
  top: 10px;
  border-radius: 50%;
}

.b-block-11 .b-img-1 {
  width: 300px;
  position: absolute;
  display: block;
  top: calc(50% - 130px);
  left: calc(50% - 150px);
}

.b-block-11 .b-img-2 {
  width: 124px;
  position: absolute;
  z-index: 5;
  left: 19px;
  top: 28px;
}

.b-block-11 .b-img-3 {
  width: 135px;
  position: absolute;
  right: 47px;
  bottom: 37px;
  transform: rotate(35deg);
  z-index: 2;
}

.b-block-12 {
  padding: 50px 0 70px;
  background: url(../img/b12_bg_1_m.jpg) center top;
}

.b-block-12 .b-h1 span {
  text-transform: none;
}

.b-block-12 .b-price {
  width: 223px;
  height: 184px;
  padding-top: 64px;
  margin: -20px 0 0 0;
}

.b-block-12 .b-price-new {
  font-size: 62px;
}

.b-block-12 .b-price-old {
  font-size: 14px;
}

.b-block-12 .b-price-old span {
  font-size: 23px;
}

.b-block-12 .b-img-box {
  position: relative;
  height: 220px;
}

.b-block-12 .b-img-1 {
  position: absolute;
  bottom: 105px;
  right: 40px;
  width: 150px;
  z-index: 5;
}

.b-block-12 .b-product {
  position: absolute;
  width: 140px;
  z-index: 0;
  transform: rotate(-35deg);
  left: 25px;
  bottom: 13px;
}

.b-web {
  display: none;
}

@media screen and (min-width: 992px) {
  .b-conteiner {
    max-width: 1040px;
    padding: 0 20px;
  }
  .b-h1 {
    font-size: 44px;
  }
  .b-h1 span {
    font-size: 98px;
  }
  .b-p-2 {
    font-size: 24px;
  }
  .b-price {
    width: 286px;
    height: 237px;
    margin: 0;
    padding: 76px 30px 25px 25px;
  }
  .b-price-old {
    font-size: 19px;
    line-height: 35px;
  }
  .b-price-old span {
    font-size: 30px;
  }
  .b-price-new {
    font-size: 80px;
  }
  .b-block-1 {
    background: url(../img/bg2.JPG) no-repeat center top #D5D1D0;
    background-size: cover;
    padding: 30px 0 80px;
  }
  .b-block-1 .b-orang-ul {
    display: flex;
  }
  .b-block-1 .b-orang-li {
    width: 270px;
    margin-right: 20px;
    font-size: 14px;
  }
  .b-block-1 .b-flex {
    display: flex;
    justify-content: space-between;
  }
  .b-block-1 .b-h1 {
    width: 650px;
  }
  .b-block-1 .b-bottom {
    margin-top: 20px;
    position: relative;
  }
  .b-block-1 .b-product {
    position: absolute;
    left: calc(50% - 200.5px);
    width: 400px;
    top: 0;
  }
  .b-block-1 .b-box {
    width: 290px;
  }
  .b-black-ul {
    margin: 40px 0 20px;
  }
  .b-black-ul .b-icon {
    width: 40px;
    margin-right: 10px;
  }
  .b-black-li {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .b-sale-box {
    width: 220px;
    height: 182px;
    margin-top: 40px;
  }
  .b-sale-t1 {
    font-size: 35px;
    left: 43px;
    top: 23px;
  }
  .b-sale-t1:nth-of-type(4) {
    left: 140px;
    top: 65px;
  }
  .b-sale-t2 {
    font-size: 89px;
    left: 37px;
    top: 43px;
  }
  .b-sale-t3 {
    font-size: 53px;
    left: 136px;
    top: 20px;
  }
  .b-counter {
    width: 273px;
    margin-bottom: 61px;
  }
  .b-counter-item {
    width: 51px;
    height: 72px;
    font-size: 51px;
    line-height: 67px;
  }
  .b-counter-text {
    font-size: 18px;
  }
  .b-button {
    margin-top: 14px;
  }
  .b-wap {
    display: none;
  }
  .b-form {
    margin: 0;
  }
  .b-block-2 {
    background: url(../img/b2_bg.jpg);
    padding: 160px 0 370px;
  }
  .b-block-2 .b-h1 {
    width: 500px;
    margin-left: auto;
  }
  .b-block-2 .b-p-2 {
    width: 680px;
    margin-left: auto;
  }
  .b-block-2 .b-bg {
    top: -160px;
    left: -120px;
  }
  .b-block-2 .b-arrow {
    width: 308px;
    margin-left: 40%;
    margin-top: 40px;
  }
  .b-block-3 {
    min-height: 410px;
    margin-top: -75px;
  }
  .b-block-3 .b-bg-1 {
    width: 2200px;
    left: calc(50% - 1100px);
    height: 650px;
    top: -200px;
  }
  .b-block-3 .b-bg-2 {
    width: 2200px;
    left: calc(50% - 1100px);
    height: 650px;
    bottom: -200px;
  }
  .b-block-3 .b-bg-3 {
    position: absolute;
    height: 370px;
    border-radius: 50%;
    width: 370px;
    top: 125px;
    left: 0;
    background: linear-gradient(90deg, #f0ebf0 0%, #f2e3d8 60%);
    display: block;
  }
  .b-block-3 .b-bg-4 {
    position: absolute;
    height: 370px;
    border-radius: 50%;
    width: 370px;
    background: linear-gradient(90deg, #f2e3d8 0%, #f0ebf0 70%);
    bottom: 50px;
    left: -100px;
    display: block;
  }
  .b-block-3 .b-top {
    width: 530px;
    margin-left: auto;
    margin-right: 60px;
    margin-top: -260px;
    padding: 40px 45px;
  }
  .b-block-3 .b-top-border {
    height: calc(100% - 67px);
  }
  .b-block-3 .b-top-border::before {
    left: 118px;
  }
  .b-block-3 .b-top-border::after {
    left: 130px;
  }
  .b-block-3 .b-img-1 {
    width: 293px;
    bottom: -118px;
    right: -154px;
  }
  .b-block-3 .b-bottom {
    margin-left: auto;
    width: 480px;
    padding: 120px 0 90px;
    margin-top: -50px;
    margin-bottom: -200px;
  }
  .b-block-3 .b-bottom::before {
    width: 660px;
    left: calc(50% - 330px);
  }
  .b-block-3 .b-minus-li {
    margin-bottom: 35px;
  }
  .b-block-3 .b-minus-li.head {
    width: max-content;
    padding-right: 25px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 53px, #dd0000 120px);
  }
  .b-block-3 .b-woman {
    position: absolute;
    display: block;
    left: 37px;
    bottom: -38px;
    z-index: 10;
  }
  .b-block-4 {
    padding-top: 200px;
  }
  .b-block-4 .b-h1 {
    width: 770px;
    font-size: 48px;
    margin-bottom: 30px;
  }
  .b-block-4 .b-h1 b {
    display: block;
    font-weight: 900;
  }
  .b-block-4 .b-top .b-p-2 {
    width: 650px;
  }
  .b-block-4 .b-bg {
    width: 1300px;
    height: 1300px;
    background: url(../img/b4_bg.png) no-repeat 67% 46.5%, radial-gradient(circle, #f2ddd6 0%, white 70%);
    background-size: 1300px 1300px, 100% 100%;
    left: calc(50% - 287px);
    top: -600px;
  }
  .b-block-4 .b-product {
    width: 434px;
    margin: 0 -20px 0 auto;
  }
  .b-block-4 .b-circle {
    width: 226px;
    height: 226px;
    font-size: 24px;
    padding: 15px;
    left: 700px;
    top: -120px;
  }
  .b-block-4 .b-circle-bg {
    width: 274px;
    height: 274px;
    left: 677px;
    top: -143px;
    z-index: 2;
  }
  .b-block-4 .b-circle-bg span {
    width: 236px;
    height: 236px;
    left: 13px;
    top: 13px;
  }
  .b-block-4 .b-point {
    padding: 25px 25px 10px;
    border-radius: 33px 0 33px 33px;
    text-align: right;
    margin-bottom: 35px;
  }
  .b-block-4 .b-point-border {
    border-radius: 40px 0 40px 40px;
  }
  .b-block-4 .b-point-li {
    padding-left: 0;
    padding-right: 20px;
  }
  .b-block-4 .b-point-li::before {
    left: auto;
    right: 0;
  }
  .b-block-4 .b-point.p1 {
    width: 580px;
    margin-left: 0;
    margin-top: -520px;
  }
  .b-block-4 .b-point.p2 {
    width: 400px;
    margin-left: 195px;
    margin-bottom: 35px;
  }
  .b-block-4 .b-point.p3 {
    width: 315px;
    margin-left: 300px;
  }
  .b-block-4 .b-point-numb {
    font-size: 24px;
    line-height: 47px;
    width: 47px;
    height: 47px;
    left: auto;
    right: -29px;
    top: -29px;
  }
  .b-block-4 .b-point-numb span {
    width: 57px;
    height: 57px;
  }
  .b-block-4 .b-bottom {
    padding-top: 80px;
  }
  .b-block-4 .b-bottom-box {
    width: 90%;
    margin-left: 10%;
    background: url(../img/b4_bg_2.jpg);
    padding: 35px 35px 15px 270px;
    text-align: left;
  }
  .b-block-4 .b-bottom .b-img-1 {
    top: -60px;
    left: -168px;
  }
  .b-block-4 .b-bottom .b-img-2 {
    top: auto;
    bottom: 0;
    left: 41px;
  }
  .b-block-4 .b-bottom .b-img-3 {
    top: auto;
    bottom: -44px;
    left: 15px;
  }
  .b-block-5 {
    padding: 110px 0;
    background: url(../img/b5_bg.jpg) no-repeat #424b68;
  }
  .b-block-5 .b-table {
    width: 100%;
    background: transparent;
    margin: 0;
  }
  .b-block-5 .b-table-label {
    width: 250px;
    position: absolute;
    top: -170px;
    left: 0;
    z-index: 1;
    text-align: right;
    padding: 15px 65px 55px 25px;
  }
  .b-block-5 .b-table-label-p1 {
    font-size: 30px;
  }
  .b-block-5 .b-table-label-p1 span {
    font-size: 67px;
    display: block;
  }
  .b-block-5 .b-table-arrow {
    margin: -50px 0 30px 65px;
  }
  .b-block-5 .b-table-plus {
    position: absolute;
    color: #fff;
    font-size: 72px;
    line-height: 72px;
    left: 98px;
    top: 58px;
    z-index: 5;
    font-weight: bold;
  }
  .b-block-5 .b-table-head {
    display: flex;
    position: relative;
    z-index: 10;
  }
  .b-block-5 .b-table-head .b-coll-1 {
    width: 26.5%;
    margin-left: 20.5%;
    padding: 13px 20px;
    background: #fff;
    border-top-left-radius: 30px;
    border-bottom: 1px solid #aaa;
  }
  .b-block-5 .b-table-head .b-coll-2 {
    width: 26.5%;
    padding: 13px 20px;
    background: #dfdfdf;
    border-bottom: 1px solid #aaa;
  }
  .b-block-5 .b-table-head .b-coll-3 {
    width: 26.5%;
    position: relative;
    padding: 13px 20px;
    background: #ff9c00;
    border-top-right-radius: 30px;
    border-bottom: 1px solid #aaa;
  }
  .b-block-5 .b-table-head .b-coll-3 .b-p {
    color: #fff;
  }
  .b-block-5 .b-table-head .b-p {
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-top: 13px;
  }
  .b-block-5 .b-table-head .b-img-1 {
    position: absolute;
    width: 90px;
    left: 34px;
    top: 49px;
    transform: rotate(-21deg);
    z-index: 0;
  }
  .b-block-5 .b-table-head .b-img-2 {
    position: relative;
    z-index: 1;
    margin: 13px 10px 29px auto;
    display: block;
  }
  .b-block-5 .b-table-row {
    display: flex;
    border-bottom: 1px solid #aaa;
    position: relative;
    z-index: 10;
  }
  .b-block-5 .b-table-row:nth-of-type(4) {
    margin-top: 0;
  }
  .b-block-5 .b-table-row:nth-of-type(4) .b-coll-0 {
    border-top-right-radius: 0;
  }
  .b-block-5 .b-table-row:last-of-type {
    border: none;
  }
  .b-block-5 .b-table-row:last-of-type .b-coll-0 {
    border-bottom-left-radius: 30px;
  }
  .b-block-5 .b-table-row:last-of-type .b-coll-3 {
    border-bottom-left-radius: 0;
  }
  .b-block-5 .b-table-row .b-coll-0 {
    width: 20.5%;
    background: #fff;
    border: none;
    text-align: right;
    padding: 16px 15px;
  }
  .b-block-5 .b-table-row .b-coll-1 {
    width: 26.5%;
    background: #fafafa;
    padding: 16px 15px;
  }
  .b-block-5 .b-table-row .b-coll-2 {
    width: 26.5%;
    background: #dfdfdf;
    padding: 16px 15px;
  }
  .b-block-5 .b-table-row .b-coll-3 {
    width: 26.5%;
    background: #ffdba1;
    padding: 16px 15px;
    margin: 0;
  }
  .b-block-5 .web-1 {
    display: none;
  }
  .b-block-5 .web-2 {
    display: none;
  }
  .b-block-5 .web-3 {
    display: none;
  }
  .b-block-5 .b-img {
    margin: 0 auto;
  }
  .b-block-6 {
    background: url(../img/b6_bg.jpg) center bottom;
    padding: 130px 0 30px;
  }
  .b-block-6::after {
    background: url(../img/b6_bg_bottom.png) no-repeat;
    height: 195px;
    width: 2000px;
    left: calc(50% - 1000px);
    bottom: -195px;
  }
  .b-block-6 .b-bg-1 {
    left: -930px;
    top: 550px;
  }
  .b-block-6 .b-bg-2 {
    right: -694px;
    top: -100px;
  }
  .b-block-6 .b-h1 {
    font-size: 48px;
    width: 60%;
    order: 2;
    text-align: right;
    z-index: 15;
  }
  .b-block-6 .b-head {
    display: flex;
    justify-content: space-between;
  }
  .b-block-6 .b-head-img-1 {
    top: 250px;
    left: 250px;
    width: 300px;
}
  .b-block-6 .b-head-img-2 {
    width: 200px;
    top: 175px;
    left: -83px;
  }
  .b-block-6 .b-head-img-3 {
    width: 300px;
    top: 36px;
    left: 181px;
  }
  .b-block-6 .b-circle {
    width: 274px;
    height: 274px;
    padding: 40px 60px 40px 40px;
  }
  .b-block-6 .b-circle-li {
    font-size: 18px;
  }
  .b-block-6 .b-circle-li::before {
    top: 5px;
  }
  .b-block-6 .b-circle-box {
    width: 50%;
    order: 1;
    width: 274px;
    height: 274px;
    margin-left: 60px;
  }
  .b-block-6 .b-circle-box .r1 {
    width: 284px;
    height: 284px;
  }
  .b-block-6 .b-circle-box .r2 {
    width: 480px;
    height: 480px;
    left: -38px;
    top: -81px;
  }
  .b-block-6 .b-circle-box .r3 {
    width: 587px;
    height: 587px;
    left: -95px;
    top: -130px;
  }
  .b-block-6 .b-circle-box .r4 {
    width: 685px;
    height: 685px;
    left: -145px;
    top: -175px;
  }
  .b-block-6 .b-composition {
    display: flex;
    justify-content: space-between;
  }
  .b-block-6 .b-composition .b-slider {
    width: 435px;
    display: block;
    animation: none;
  }
  .b-block-6 .b-composition .b-slider .b-text-box {
    padding: 35px;
    background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, #1a2227 40%);
  }
  .b-block-6 .b-composition .b-left {
    width: 50%;
    padding-top: 35px;
    order: 1;
  }
  .b-block-6 .b-composition .b-left .b-slider {
    text-align: right;
  }
  .b-block-6 .b-composition .b-left .b-slider .b-text-box {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #1a2227 40%);
  }
  .b-block-6 .b-composition .b-left .b-slider .b-img {
    margin-right: 15px;
  }
  .b-block-6 .b-composition .b-left .b-slider:nth-of-type(1) {
    max-width: 300px;
  }
  .b-block-6 .b-composition .b-left .b-slider:nth-of-type(2) {
    margin-top: -20px;
  }
  .b-block-6 .b-composition .b-right {
    width: 50%;
    margin-top: -100px;
    order: 2;
  }
  .b-block-6 .b-composition .b-right .b-slider {
    text-align: left;
    margin-bottom: 30px;
  }
  .b-block-6 .b-composition .b-right .b-slider .b-img {
    position: absolute;
    left: -97px;
    top: -7px;
    width: 122px;
    height: 152px;
  }
  .b-block-6 .b-composition .b-right .b-slider .b-img img {
    margin: 29px;
  }
  .b-block-6 .b-composition .b-right .b-slider .b-img-border-1 {
    left: 24px;
  }
  .b-block-6 .b-composition .b-right .b-slider:nth-of-type(1) {
    margin-left: 166px;
    max-width: 355px;
  }
  .b-block-6 .b-composition .b-right .b-slider:nth-of-type(2) {
    margin-left: 216px;
    max-width: 305px;
  }
  .b-block-6 .b-composition .b-right .b-slider:nth-of-type(3) {
    margin-left: 50px;
  }
  .b-block-6 .b-composition .b-btn-box {
    display: none;
  }
  .b-block-6 .b-bg-3 {
    width: 330px;
    bottom: -226px;
    right: -11px;
  }
  .b-block-7 {
    padding-top: 200px;
  }
  .b-block-7 .b-bg-1 {
    top: -288px;
    right: -532px;
    width: 500px;
  }
  .b-block-7 .b-doctor-box {
    position: absolute;
    top: -130px;
    left: 0;
  }
  .b-block-7 .b-doctor-name {
    padding: 15px 25px;
    top: 510px;
    right: 542px;
    width: 290px;
    height: 92px;
  }
  .b-block-7 .b-doctor-name .b-p {
    font-size: 24px;
  }
  .b-block-7 .b-doctor-name-border {
    box-shadow: 0px 28px 26px 0px rgba(140, 169, 190, 0.39);
    top: 505px;
    right: 538px;
    width: 300px;
    height: 102px;
  }
  .b-block-7 .b-doctor-name-border::after {
    left: 30.5%;
  }
  .b-block-7 .b-h1 {
    width: 543px;
    margin-left: auto;
    font-size: 48px;
    text-align: right;
    margin-bottom: 40px;
  }
  .b-block-7 .b-text-box {
    width: 543px;
    margin-left: auto;
    text-align: right;
    padding: 45px;
    z-index: 9;
  }
  .b-block-7 .b-text-box::before {
    width: 200px;
    height: 142px;
    background: url(../img/note.png) no-repeat;
    left: 25px;
    top: 18px;
  }
  .b-block-7 .b-p {
    margin-bottom: 20px;
  }
  .b-block-8 {
    min-height: 410px;
    margin-top: 125px;
    padding-top: 5px;
  }
  .b-block-8 .b-conteiner {
    margin-bottom: -70px;
  }
  .b-block-8 .b-h1 {
    font-size: 48px;
    width: 640px;
  }
  .b-block-8 .b-bg-1 {
    width: 2200px;
    left: calc(50% - 1100px);
    height: 650px;
    top: -200px;
  }
  .b-block-8 .b-bg-2 {
    width: 2200px;
    left: calc(50% - 1100px);
    height: 650px;
    bottom: -200px;
  }
  .b-block-8 .b-conteiner {
    display: flex;
    justify-content: space-between;
  }
  .b-block-8 .b-left {
    width: 50%;
  }
  .b-block-8 .b-right {
    width: 466px;
    margin-top: 170px;
  }
  .b-block-8 .b-right .b-row {
    display: flex;
    justify-content: space-between;
  }
  .b-block-8 .b-right .b-coll-1 {
    width: 48%;
  }
  .b-block-8 .b-right .b-coll-2 {
    width: 50%;
    display: flex;
    align-items: center;
  }
  .b-block-8 .b-percents {
    width: 54%;
    left: 46%;
  }
  .b-block-8 .b-circle-1 {
    margin-bottom: 50px;
  }
  .b-block-8 .b-circle-1-img {
    width: 374px;
    margin: 55px 0 0 -30px;
  }
  .b-block-8 .b-circle-1-img .b-bg {
    width: 243px;
    height: 243px;
    left: calc(50% - 121.5px);
    top: -12%;
  }
  .b-block-8 .b-circle-1-img .b-bg::before {
    width: 225px;
    height: 225px;
  }
  .b-block-8 .b-circle-1-bg {
    width: 727px;
    height: 727px;
    left: -37px;
    top: -199px;
  }
  .b-block-8 .b-circle-1 .b-box {
    width: 270px;
    margin: -231px 0 0 auto;
    background: radial-gradient(circle, white 0%, rgba(255, 255, 255, 0) 85%);
    position: relative;
    z-index: 10;
  }
  .b-block-8 .b-circle-1-numb {
    font-size: 78px;
  }
  .b-block-8 .b-circle-2 {
    width: 200px;
    display: inline-block;
    vertical-align: top;
  }
  .b-block-8 .b-circle-2.position1 {
    margin-right: 30px;
  }
  .b-block-8 .b-circle-2.position2 {
    width: 240px;
  }
  .b-block-9 {
    padding: 320px 0 70px;
    background: radial-gradient(circle, #f2ddd5 0%, white 55%);
  }
  .b-block-9 .b-h1 {
    font-size: 40px;
  }
  .b-block-9 .b-header {
    width: 485px;
    height: 408px;
    padding: 42px 25px 126px 84px;
    position: absolute;
    top: -73px;
    left: 0;
    margin: 0;
    z-index: 15;
  }
  .b-block-9 .b-img-box {
    position: absolute;
    top: 180px;
    left: -113px;
    margin: 0;
  }
  .b-block-9 .b-img-1 {
    width: 380px;
    top: 112px;
    left: 265px;
  }
  .b-block-9 .b-img-2 {
    top: 404px;
    left: 102px;
  }
  .b-block-9 .b-comments {
    width: 54.3%;
    margin-left: auto;
  }
  .b-block-9 .b-comments .b-slider {
    padding: 33px 42px 0;
  }
  .b-block-9 .b-comments .b-slider .b-data {
    margin: 13px 0;
  }
  .b-block-9 .b-comments .b-slider .b-footer {
    width: calc(100% + 84px);
    margin-left: -42px;
    padding-left: 39px;
    padding-right: 49px;
  }
  .b-block-9 .b-comments .b-slider .b-reply {
    width: 89.4%;
  }
  .b-block-9 .b-comments .b-head {
    margin-bottom: 15px;
  }
  .b-block-9 .b-btn-box {
    margin-top: 30px;
  }
  .b-block-10 {
    padding: 50px 0 5px;
  }
  .b-block-10 .b-h1 span{
    font-size: 90px;
  }
  .b-block-10 .b-conteiner {
    margin-bottom: -25px;
  }
  .b-block-10 .b-bg-0 {
    width: 2200px;
    left: calc(50% - 1100px);
    height: 650px;
    bottom: -200px;
  }
  .b-block-10 .b-bg-2 {
    bottom: -168px;
    left: -847px;
    width: 252px;
  }
  .b-block-10 .b-bg-3 {
    bottom: -199px;
    right: -237px;
    width: 486px;
    filter: blur(2px);
  }
  .b-block-10 .b-bg-1 {
    bottom: -600px;
    left: -783px;
  }
  .b-block-10 .b-h1 {
    font-size: 48px;
  }
  .b-block-10 .b-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .b-block-10 .b-head {
    width: calc(100% - 350px);
  }
  .b-block-10 .b-circle {
    width: 340px;
    height: 340px;
    padding: 0 36px 33px;
  }
  .b-block-10 .b-circle-border-1 {
    width: 350px;
    height: 350px;
  }
  .b-block-10 .b-circle-border-2 {
    width: 396px;
    height: 396px;
  }
  .b-block-10 .b-circle .b-line {
    width: 218px;
    height: 6px;
    left: calc(50% - 108px);
  }
  .b-block-10 .b-circle .b-line:last-of-type {
    right: calc(50% - 108px);
  }
  .b-block-10 .b-img {
    width: 140px;
    left: calc(50% - 70px);
  }
  .b-block-10 .b-img-box {
    height: 157px;
  }
  .b-block-10 .b-bottom {
    margin-top: -45px;
    padding-top: 25px;
  }
  .b-block-10 .b-point {
    width: 32%;
    margin-bottom: 0;
  }
  .b-block-10 .b-point::before {
    transform: rotate(-90deg);
    bottom: auto;
    top: 121px;
    left: auto;
    right: -24px;
  }
  .b-block-10 .b-point-numb {
    left: auto;
    right: -19px;
  }
  .b-block-10 .b-point-box {
    display: flex;
    justify-content: space-between;
  }
  .b-block-10 .b-point-img {
    max-width: 165px;
    margin: 44px;
  }
  .b-block-10 .b-point-img-box {
    width: 256px;
    height: 256px;
    border-width: 2px;
  }
  .b-block-10 .b-point-bg {
    width: 206px;
    height: 206px;
    left: calc(50% - 103px);
    top: calc(50% - 103px);
  }
  .b-block-10 .b-point-bg::before {
    width: 196px;
    height: 196px;
  }
  .b-block-10 .b-p-2 {
    font-size: 20px;
    max-width: 510px;
  }
  .b-block-11 {
    padding: 330px 0 130px;
    background: url(../img/b6_bg.jpg) center top;
  }
  .b-block-11 .b-bg {
    right: -954px;
    bottom: -173px;
    transform: rotate(192deg);
  }
  .b-block-11 .b-h1 {
    font-size: 48px;
  }
  .b-block-11 .b-img-box {
    width: 310px;
    height: 310px;
  }
  .b-block-11 .b-img-box::before {
    width: 288px;
    height: 288px;
  }
  .b-block-11 .b-img-1 {
    width: 354px;
    top: calc(50% - 148px);
    left: calc(50% - 177px);
  }
  .b-block-11 .b-img-2 {
    width: 157px;
    left: 18px;
    top: 20px;
  }
  .b-block-11 .b-img-3 {
    width: 156px;
    right: 53px;
    bottom: 28px;
  }
  .b-block-11 .b-flex {
    display: flex;
    justify-content: space-between;
  }
  .b-block-11 .b-point {
    width: 32%;
  }
  .b-block-11 .b-point .b-arrow {
    right: -63px;
    top: 82px;
    transform: rotate(-184deg);
  }
  .b-block-11 .b-point:nth-of-type(even) .b-arrow {
    right: -62px;
    left: auto;
    top: 190px;
    transform: rotate(-189deg) scale(1, -1);
  }
  .b-block-11 .b-point-p {
    width: 84%;
  }
  .b-block-12 {
    padding: 110px 0 150px;
    background: url(../img/b12_bg_1.jpg) center top;
  }
  .b-block-12 .b-h1 {
    width: 650px;
  }
  .b-block-12 .b-top {
    display: flex;
    justify-content: space-between;
  }
  .b-block-12 .b-sale-box {
    margin-top: 0;
    z-index: 15;
  }
  .b-block-12 .b-price {
    width: 286px;
    height: 237px;
    margin: -25px 0 0;
    padding: 76px 30px 25px 25px;
  }
  .b-block-12 .b-price-old {
    font-size: 19px;
    line-height: 35px;
  }
  .b-block-12 .b-price-old span {
    font-size: 30px;
  }
  .b-block-12 .b-price-new {
    font-size: 80px;
  }
  .b-block-12 .b-img-box {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
  }
  .b-block-12 .b-img-1 {
    right: 137px;
    width: 500px;
    z-index: 5;
    top: 207px;
  }
  .b-block-12 .b-bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
  }
  .b-block-12 .b-form {
    z-index: 15;
  }
  .b-block-12 .b-counter {
    margin-bottom: 30px;
  }
  .b-block-12 .b-product {
    width: 360px;
    z-index: 0;
    transform: rotate(-35deg);
    left: 101px;
    bottom: -195px;
  }
  .b-web {
    display: block;
  }
}

@media (min-width: 1050px) {
  .b-block-10 .b-h1 span{
    font-size: 98px;
  }
}

.orang {
  color: #ff9c00 !important;
}

.black {
  color: #000 !important;
}

.uppercase {
  text-transform: uppercase;
}

.parallax {
  position: absolute;
  width: 100%;
  height: 100%;
}

.a-o {
  animation: a-o 0.6s linear both;
}

.a-o-2 {
  animation: a-o 0.8s linear both;
}

@keyframes a-o {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.a-o-3 {
  animation: a-o-3 0.6s linear both;
}

@keyframes a-o-3 {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.a-rotate {
  animation: a-rotate 0.6s linear both;
}

@keyframes a-rotate {
  0% {
    opacity: 0;
    transform: perspective(1000px) rotateX(-79deg) translateZ(179px) scale(0.5);
  }
  20% {
    transform: perspective(800px) rotateX(-63deg) translateZ(143px) scale(0.6);
    opacity: 1;
  }
  100% {
    transform: perspective(0) rotateX(0deg) translateZ(0) scale(1);
    opacity: 1;
  }
}

.a-rotate-2 {
  animation: a-rotate-2 0.6s linear both;
}

@keyframes a-rotate-2 {
  0% {
    opacity: 0;
    transform: perspective(1000px) rotateY(-79deg) translateZ(179px) scale(0.5);
  }
  20% {
    transform: perspective(800px) rotateY(-63deg) translateZ(143px) scale(0.6);
    opacity: 1;
  }
  100% {
    transform: perspective(0) rotateY(0deg) translateZ(0) scale(1);
    opacity: 1;
  }
}

.a-rotate-3 {
  animation: a-rotate-3 0.5s linear both;
}

@keyframes a-rotate-3 {
  0% {
    opacity: 0;
    transform: perspective(1000px) rotateX(79deg) translateZ(179px) scale(0);
  }
  20% {
    transform: perspective(800px) rotateX(63deg) translateZ(143px) scale(0.2);
    opacity: 1;
  }
  100% {
    transform: perspective(0) rotateX(0deg) translateZ(0) scale(1);
    opacity: 1;
  }
}

.a-rotate-4 {
  animation: a-rotate-4 0.5s linear both;
}

@keyframes a-rotate-4 {
  0% {
    opacity: 0;
    transform: perspective(1000px) rotateY(79deg) translateZ(179px) scale(0.5);
  }
  20% {
    transform: perspective(800px) rotateY(63deg) translateZ(143px) scale(0.6);
    opacity: 1;
  }
  100% {
    transform: perspective(0) rotateY(0deg) translateZ(0) scale(1);
    opacity: 1;
  }
}

.a-flash {
  animation: a-flash 1.2s linear both;
}

@keyframes a-flash {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  35% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.a-flash-2 {
  animation: a-falls-2 1.5s linear infinite;
}

@keyframes a-falls-2 {
  0% {
    text-shadow: 0 0 0 #888;
  }
  70% {
    text-shadow: 0 0 10px #555;
  }
  100% {
    text-shadow: 0 0 0px #888;
  }
}

.a-scale {
  animation: a-scale 2.5s linear infinite;
}

@keyframes a-scale {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  60% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

.a-scale-2 {
  animation: a-scale-2 2.5s linear infinite;
}

@keyframes a-scale-2 {
  0% {
    transform: scale(0.87);
    opacity: 0;
  }
  30% {
    transform: scale(0.935);
    opacity: 1;
  }
  60% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

@media (min-width: 992px) {
  .a-left {
    animation: a-left 0.6s linear both !important;
  }
  @keyframes a-left {
    0% {
      transform: translateX(-100%);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
      opacity: 1;
    }
  }
  .a-right {
    animation: a-right 0.6s linear both !important;
  }
  @keyframes a-right {
    0% {
      transform: translateX(100%);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
      opacity: 1;
    }
  }
}

.a-100 {
  animation: a-100 0.6s linear both;
}

@keyframes a-100 {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

.a-99 {
  animation: a-99 0.6s linear both;
}

@keyframes a-99 {
  0% {
    width: 0;
  }
  100% {
    width: 99%;
  }
}

.a-98 {
  animation: a-98 0.6s linear both;
}

@keyframes a-98 {
  0% {
    width: 0;
  }
  100% {
    width: 98%;
  }
}

.a-97 {
  animation: a-97 0.6s linear both;
}

@keyframes a-97 {
  0% {
    width: 0;
  }
  100% {
    width: 97%;
  }
}

.a-95 {
  animation: a-95 0.6s linear both;
}

@keyframes a-95 {
  0% {
    width: 0;
  }
  100% {
    width: 95%;
  }
}

.a-93 {
  animation: a-93 0.6s linear both;
}

@keyframes a-93 {
  0% {
    width: 0;
  }
  100% {
    width: 93%;
  }
}

.a-90 {
  animation: a-90 0.6s linear both;
}

@keyframes a-90 {
  0% {
    width: 0;
  }
  100% {
    width: 90%;
  }
}

.a-88 {
  animation: a-88 0.6s linear both;
}

@keyframes a-88 {
  0% {
    width: 0;
  }
  100% {
    width: 88%;
  }
}

.a-85 {
  animation: a-85 0.6s linear both;
}

@keyframes a-85 {
  0% {
    width: 0;
  }
  100% {
    width: 85%;
  }
}

.b-btn {
  cursor: pointer;
}

.a-360deg {
  animation: a-360deg 0.35s linear both;
}

@keyframes a-360deg {
  0% {
    transform: rotateY(0);
    opacity: 0;
  }
  100% {
    transform: rotateX(360deg);
    opacity: 1;
  }
}

.a-o-4 {
  animation: a-o 0.3s linear both;
}
.vat {
    text-align: center;
    font-size: 12px;
    background: rgba(0,0,0,0.6);
    padding: 10px;
    margin-top: 10px;
    border-radius: 35px;
    color: white;
}