*,
: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: #fff;
}

a {
  text-decoration: none;
}

.b-h1 {
  font-weight: bold;
  font-size: 32px;
  line-height: 100%;
  color: #303778;
}

.b-h2 {
  font-weight: bold;
  font-size: 24px;
  line-height: 150%;
  color: #303778;
  margin-bottom: 8px;
}

.b-p {
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  color: #717a90;
  margin-bottom: 16px;
}

.b-blod {
  color: #303778;
  font-weight: bold;
}

.b-green {
  color: #fff;
  background-color: #00c27c;
}

.b-logo {
  font-weight: bold;
  font-size: 32px;
  line-height: 150%;
  color: #303778;
  display: block;
}

.b-nav {
  display: none;
  margin-right: 4%;
}

.b-nav-button {
  display: inline-block;
  font-size: 16px;
  line-height: 150%;
  color: #717a90;
  margin-right: 24px;
  transition: 0.3s;
}

.b-nav-button:last-of-type {
  margin-right: 0;
}

.b-nav-button:hover,
.b-nav-button:active {
  transform: scale(1.1);
}

.b-online {
  display: none;
  font-weight: bold;
  font-size: 16px;
  line-height: 150%;
  color: #303778;
}

.b-online::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  width: 8px;
  height: 8px;
  background: #00c27c;
  border-radius: 50%;
  box-shadow: 0px 4px 4px rgba(0, 194, 124, 0.24);
}

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

.b-table-cell {
  display: table-cell;
  vertical-align: middle;
}

.b-table-cell:last-of-type {
  text-align: right;
}

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

.b-button {
  max-width: 192px;
  text-align: center;
  display: block;
  background: #00c27c;
  box-shadow: 0px 8px 16px rgba(0, 194, 124, 0.24);
  border-radius: 40px;
  font-weight: bold;
  font-size: 16px;
  line-height: 150%;
  color: #ffffff;
  padding: 16px;
  margin: 0 auto;
  transition: 0.3s;
}

.b-button:hover,
.b-button:active {
  background: #00af70;
  box-shadow: 0px 4px 8px rgba(0, 194, 124, 0.24);
}

.b-header {
  position: relative;
  overflow: hidden;
  padding-bottom: 80px;
}

.b-header-p {
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  color: #717a90;
  margin-top: 8px;
}

.b-header-img {
  max-width: 100%;
}

.b-header-background1 {
  width: 304px;
  height: 304px;
  left: calc(50% - 152px);
  top: 12px;
  border-radius: 50%;
  overflow: hidden;
  z-index: 0;
  position: absolute;
  background: linear-gradient(315deg, #accbee 0%, #e7f0fd 100%);
}

.b-header-background1 .b-img-1 {
  width: 207px;
  position: absolute;
  z-index: 0;
  top: 60px;
  left: 60px;
  opacity: 0.16;
}

.b-header-background1 .b-img-2 {
  width: 131px;
  position: absolute;
  z-index: 1;
  top: 86px;
  left: 86px;
}

.b-header-background2 {
  display: none;
  width: 300px;
  height: 300px;
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
}

.b-header-background2 .b-img-1 {
  position: absolute;
  z-index: 0;
  top: -90px;
  right: 13px;
}

.b-header-background2 .b-img-2 {
  position: absolute;
  z-index: 1;
  top: -59px;
  right: -153px;
}

.b-header-button {
  margin-top: 40px;
}

.b-header-top {
  background-color: #fff;
  padding: 16px 0;
  text-align: center;
  position: relative;
  z-index: 10;
  box-shadow: 0px 24px 80px rgba(48, 55, 120, 0.08);
  position: fixed;
  height: 80px;
  width: 100%;
  z-index: 20;
}

.b-header-middle {
  margin-top: 167px;
  position: relative;
  z-index: 10;
  text-align: center;
}

.b-header-bottom {
  position: relative;
  z-index: 10;
  margin-top: 80px;
}

.b-header-sliders {
  width: 304px;
  height: 144px;
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  margin-left: calc(50% - 152px);
  box-shadow: 24px 40px 80px rgba(48, 55, 120, 0.08);
  position: relative;
}

.b-header-sliders .b-slider {
  display: none;
}

.b-header-sliders .b-visible {
  display: block;
}

.b-header-sliders__img {
  width: 144px;
  height: 144px;
  display: inline-block;
  vertical-align: top;
  margin-right: 11px;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.b-header-sliders__text {
  display: inline-block;
  vertical-align: top;
  margin-top: 8px;
  width: 144px;
  font-weight: bold;
  font-size: 16px;
  line-height: 150%;
  color: #303778;
}

.b-header-sliders .b-btnbox {
  position: absolute;
  bottom: 15px;
  left: 160px;
}

.b-header-sliders .b-btnbox .b-btn {
  padding: 5px 0;
  display: inline-block;
  margin-right: 4px;
  cursor: pointer;
  width: 16px;
}

.b-header-sliders .b-btnbox .b-btn-item {
  width: 100%;
  height: 4px;
  background: #f1f4fa;
  border-radius: 2px;
}

.b-header-sliders .b-btnbox .b-active .b-btn-item {
  background: #00c27c;
}

.b-changes {
  opacity: 0;
}

.b-changes-left {
  text-align: center;
}

.b-changes-right {
  width: 304px;
  margin-left: calc(50% - 152px);
}

.b-changes-right__img {
  max-width: 100%;
  margin-top: 10.5%;
}

.b-changes-right .b-slider {
  position: relative;
  display: none;
}

.b-changes-right .b-slider-img1 {
  position: absolute;
  width: 21%;
  top: 0;
  left: 15.5%;
  box-shadow: 24px 40px 40px rgba(48, 55, 120, 0.16);
  border-radius: 50%;
}

.b-changes-right .b-slider-img2 {
  position: absolute;
  width: 41.5%;
  top: 0;
  right: 0;
  box-shadow: 24px 40px 40px rgba(48, 55, 120, 0.16);
  border-radius: 50%;
}

.b-changes-right .b-slider-img3 {
  position: absolute;
  width: 52.5%;
  bottom: 20%;
  left: 0;
  box-shadow: 24px 40px 40px rgba(48, 55, 120, 0.16);
  border-radius: 50%;
}

.b-changes-right .b-slider-img4 {
  position: absolute;
  width: 30.5%;
  bottom: 20%;
  right: 0;
  box-shadow: 24px 40px 40px rgba(48, 55, 120, 0.16);
  border-radius: 50%;
}

.b-changes-right .b-visible {
  display: block;
  cursor: pointer;
}

.b-changes-btnbox__rangebox {
  max-width: 640px;
  margin: 0 auto;
}

.b-changes-btnbox .b-range-input {
  position: relative;
  z-index: 10;
}

.b-changes-btnbox .b-range-box {
  height: 0;
  padding: 0 22% 0 3%;
  position: relative;
  z-index: 1;
}

.b-changes-btnbox .b-range-boxslider {
  position: relative;
  width: 25%;
  top: -60px;
}

.b-changes-btnbox .b-range-boxslider__slider {
  display: block;
  margin: 0 auto;
  width: 48px;
  height: 32px;
}

.b-changes-btnbox__range {
  background: linear-gradient(
    180deg,
    rgba(47, 47, 47, 0) 0,
    rgba(227, 230, 235, 0) 36px,
    #f1f4fa 36px,
    #f1f4fa 40px
  );
  height: 40px;
  border-radius: 2px;
  width: 100%;
  outline: none;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  margin-bottom: 16px;
  padding: 0;
  transition: 0.3s;
  padding: 0;
}

.b-changes-btnbox__range::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 40px;
  background: url(../img/range_web.png) bottom center no-repeat;
  cursor: pointer;
  width: 25%;
}

.b-changes-btnbox__range::-moz-range-track {
  border-radius: 2px;
}

.b-changes-btnbox__range::-moz-range-thumb {
  appearance: none;
  height: 40px;
  border-radius: 2px;
  background: url(../img/range_web.png) bottom center no-repeat;
  cursor: pointer;
  border: none;
  width: 25%;
}

.b-changes-btnbox__range::-ms-fill-lower,
.b-changes-btnbox__range::-ms-fill-upper {
  background: transparent;
}

.b-changes-btnbox__range::-ms-track {
  border-radius: 2px;
}

.b-changes-btnbox__range::-ms-thumb {
  position: relative;
  bottom: 18px;
  height: 40px;
  background: url(../img/range_web.png) bottom center no-repeat;
  cursor: pointer;
  width: 80px;
}

.b-changes-btnbox__text {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  width: 23%;
  font-size: 12px;
  vertical-align: middle;
}

.b-changes-btnbox .b-view {
  display: inline-block;
  color: #303778;
  font-weight: bold;
}

.b-effect {
  text-align: center;
  padding: 84px 0 64px;
  background: #f1f4fa;
}

.b-effect-item {
  opacity: 0;
}

.b-effect-img {
  box-shadow: 24px 40px 40px rgba(48, 55, 120, 0.16);
  border-radius: 50%;
  overflow: hidden;
  width: 144px;
  margin-bottom: 16px;
  margin-top: 24px;
}

.b-effect-background1 {
  opacity: 0;
  position: absolute;
  width: 64px;
  height: 64px;
  top: -100px;
  left: 3%;
}

.b-effect-background1 .b-img-1 {
  width: 64px;
  position: relative;
  z-index: 10;
  border-radius: 50%;
  box-shadow: 24px 40px 80px rgba(48, 55, 120, 0.16);
}

.b-effect-background1 .b-img-2 {
  position: absolute;
  z-index: 5;
  width: 66px;
  left: 24px;
  bottom: 23px;
}

.b-effect-background2 {
  opacity: 0;
  position: absolute;
  width: 64px;
  height: 64px;
  bottom: -122px;
  right: 3%;
}

.b-effect-background2 .b-img-1 {
  width: 64px;
  position: relative;
  z-index: 10;
  border-radius: 50%;
  box-shadow: 24px 40px 80px rgba(48, 55, 120, 0.16);
}

.b-effect-background2 .b-img-2 {
  position: absolute;
  z-index: 5;
  width: 65px;
  right: 49px;
  bottom: 22px;
}

.b-flag {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  background: url(../img/flag.png);
}

.b-composition {
  padding: 84px 0 80px;
  overflow: hidden;
}

.b-composition .b-h2 {
  text-align: center;
  position: relative;
  z-index: 10;
}

.b-composition .b-p {
  max-width: 528px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.b-composition-item {
  clear: both;
  position: relative;
  z-index: 10;
}

.b-composition-img {
  max-width: 100%;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 24px 40px 80px rgba(48, 55, 120, 0.16);
  margin: 40px auto 24px;
  display: block;
  opacity: 0;
}

.b-composition-background1 {
  position: absolute;
  width: 304px;
  height: 304px;
  bottom: -234px;
  right: -97px;
  background-color: #e7f0fd;
  border-radius: 50%;
}

.b-composition-background1 .b-img-1 {
  width: 125px;
  position: absolute;
  z-index: 4;
  top: 90px;
  left: 90px;
}

.b-composition-background1 .b-img-2 {
  position: absolute;
  z-index: 2;
  width: 190px;
  left: -17px;
  top: 56px;
  transform: rotate(112deg);
}

.b-composition-background2 {
  position: absolute;
  width: 368px;
  height: 368px;
  top: 69px;
  left: -134px;
}

.b-composition-background2 .b-img-1 {
  width: 368px;
  position: absolute;
  z-index: 1;
}

.b-composition-background3 {
  position: absolute;
  width: 368px;
  height: 368px;
  left: -135px;
  bottom: 20%;
}

.b-composition-background3 .b-img-1 {
  width: 368px;
  position: absolute;
  z-index: 1;
}

.b-doctor {
  overflow: hidden;
  padding: 79px 0 0;
  background: url(../img/bg_doctar.png) center top no-repeat #f1f4fa;
}

.b-doctor-img {
  max-width: 370px;
  margin-left: calc(50% - 197px);
  margin-bottom: -3px;
  margin-top: -30px;
  z-index: 8;
  opacity: 0;
}

.b-doctor-textbox {
  opacity: 0;
}

.b-doctor .b-h2 {
  text-align: center;
  margin-bottom: 16px;
}

.b-reviews {
  padding: 84px 0 40px;
  overflow: hidden;
}

.b-reviews .b-h2 {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  z-index: 10;
}

.b-reviews-item {
  opacity: 0;
  background-color: #fff;
  border-radius: 24px;
  box-shadow: 24px 40px 80px rgba(48, 55, 120, 0.16);
  margin-bottom: 40px;
  max-width: 416px;
  margin-left: auto;
  margin-right: auto;
}

.b-reviews-item__ava {
  overflow: hidden;
  border-radius: 24px 24px 0px 0px;
  max-width: 100%;
  position: relative;
  z-index: 7;
}

.b-reviews-item__textbox {
  margin-top: -24px;
  border-radius: 24px;
  background-color: #ffffff;
  padding: 16px;
  position: relative;
  z-index: 10;
}

.b-reviews-background1 {
  position: absolute;
  width: 368px;
  height: 368px;
  top: 73px;
  left: -134px;
}

.b-reviews-background1 .b-img-1 {
  width: 368px;
  position: absolute;
  z-index: -1;
}

.b-reviews-background2 {
  position: absolute;
  width: 368px;
  height: 368px;
  bottom: -103px;
  right: -96px;
}

.b-reviews-background2 .b-img-1 {
  width: 368px;
  position: absolute;
  z-index: -1;
}

.b-buy {
  background: #f1f4fa;
  text-align: center;
  padding: 84px 0 40px;
  overflow: hidden;
}

.b-buy-h3 {
  font-weight: bold;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #00c27c;
}

.b-buy-boximg {
  width: 304px;
  height: 304px;
  position: relative;
  margin-bottom: -40px;
  margin-left: calc(50% - 152px);
}

.b-buy-boximg .b-img-1 {
  position: absolute;
  z-index: 1;
  width: 304px;
  top: 0;
  left: 0;
}

.b-buy-boximg .b-img-2 {
  position: absolute;
  z-index: 2;
  width: 121px;
  top: 38px;
  left: 95px;
  transform: scale(-1, 1);
  border-radius: 50%;
  box-shadow: 24px 40px 80px rgba(48, 55, 120, 0.16);
  opacity: 0;
}

.b-buy-boximg .b-img-3 {
  position: absolute;
  z-index: 1; /*3*/
  width: 304px;
  left: 0;
  top: 86px;
}

.b-buy-form {
  background: #ffffff;
  box-shadow: 24px 40px 80px rgba(48, 55, 120, 0.16);
  border-radius: 24px;
  padding: 16px 16px 24px;
  position: relative;
  z-index: 10;
}

.b-buy-listbox {
  opacity: 0;
  position: absolute;
  z-index: 5;
  right: 0;
}

.b-buy-boxform {
  position: relative;
  z-index: 10;
  max-width: 385px;
  margin: 0 auto;
  opacity: 0;
}

.b-buy-boxform__bg1 {
  position: absolute;
  z-index: 15;
  width: 48px;
  bottom: -32px;
  left: 0;
  box-shadow: 24px 40px 80px rgba(48, 55, 120, 0.16);
  border-radius: 50%;
  opacity: 0;
}

.b-buy-boxform__bg2 {
  position: absolute;
  z-index: 5;
  width: 33px;
  top: -24px;
  right: 44px;
}

.b-buy-boxform__bg3 {
  position: absolute;
  z-index: 5;
  width: 48px;
  top: -32px;
  right: -2px;
}

.b-buy-input,
.b-buy-select {
  border: 1px solid #303778;
  box-sizing: border-box;
  border-radius: 40px;
  background: #ffffff;
  outline: none;
  padding: 16px 30px;
  text-align: center;
  font-size: 16px;
  line-height: 150%;
  color: #717a90;
  margin-top: 16px;
  width: 100%;
  text-align-last: center;
}

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

.b-buy-select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.b-buy-selectbox {
  position: relative;
}

.b-buy-selectbox::after {
  content: "\27A4";
  font-size: 21px;
  transform: rotate(90deg);
  position: absolute;
  right: 18px;
  top: 30px;
  color: #accbee;
}

.b-buy-button {
  outline: none;
  border: none;
  width: 100%;
  max-width: 100%;
  margin-top: 16px;
  cursor: pointer;
}

.b-buy-button:hover,
.b-buy-button:active,
.b-buy-button:focus {
  outline: none;
  border: none;
}

footer {
  text-align: center;
  padding: 9px 0;
}

footer .b-p {
  margin: 0;
}
.old_price {
  text-align: center;
  font-size: 20px;
  text-decoration: line-through;
  margin-top: 10px;
}
.new_price {
  text-align: center;
  font-size: 40px;
  color: #303778;
  font-weight: bold;
}
.b-range-border {
  position: absolute;
  width: 2px;
  height: 45%;
  top: 20%;
  border-right: 2px dashed #e0eaff;
  z-index: -2;
}
.b-range-border:nth-child(1) {
  left: calc(25% - 2px);
}
.b-range-border:nth-child(2) {
  left: calc(50% - 2px);
}
.b-range-border:nth-child(3) {
  left: calc(75% - 2px);
}
#b-buy {
  position: absolute;
  top: -80px;
}
.ac_footer {
  position: relative;
  text-align: center;
  overflow: hidden;
  padding: 50px 0;
  color: #a12000;
}

.ac_footer a {
  color: #a12000;
}

.ac_footer p {
  text-align: center;
}

img[height="1"],
img[width="1"] {
  display: none !important;
}

form {
  --form-border: #333;
  --form-check-border-checked: #00c27c;
  --form-check-bg-checked: #00c27c;
  --form-check-yes-checked: #00c27c;
}

.form__checkbox {
  position: relative;
  display: grid;
  grid-template-columns: -webkit-min-content 1fr;
  grid-template-columns: min-content 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 15px;
  column-gap: 15px;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  color: #000;
  width: 100%;
  text-align: left;
}

.form__checkbox a {
  text-decoration: underline;
  color: #000;
}

.form__checkbox-mark {
  width: 20px;
  height: 20px;
  border: 1px solid var(--form-border);
  background-color: #fff;
  border-radius: 3px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  cursor: pointer
}

.form__checkbox-mark:after {
  position: relative;
  content: "";
  display: none;
  width: 80%;
  height: 80%;
  top: 2px;
  left: 1px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 10 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.823 2.774A.5.5 0 0 0 10 2.392V.91a.5.5 0 0 0-.823-.382l-5.422 4.58a.5.5 0 0 1-.637.007L.815 3.246A.5.5 0 0 0 0 3.634v1.503a.5.5 0 0 0 .185.389l2.933 2.38a.5.5 0 0 0 .637-.007l6.068-5.125z' fill='%23fff'/%3E%3C/svg%3E")
}

.form__checkbox-mark:hover {
  border-color: var(--form-check-border-hover);
  background: hsla(0,0%,100%,.9)
}

.form__checkbox input[type=checkbox] {
  opacity: 0;
  position: absolute;
  z-index: -10;
  background-color: var(--form-bg)
}

.form__checkbox input[type=checkbox]:checked~.form__checkbox-mark:after {
  display: block
}

.form__checkbox input[type=checkbox]:checked~.form__checkbox-mark {
  border-color: var(--form-check-border-checked);
  background-color: var(--form-check-bg-checked)
}

.form__checkbox input[type=checkbox]:checked~.form__checkbox-mark:after {
  border-color: var(--form-check-yes-checked)
}

.form__checkbox input[type=checkbox]:active~.form__checkbox-mark,.form__checkbox input[type=checkbox]:focus~.form__checkbox-mark {
  border-color: var(--form-check-border-checked)
}

.timer-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}

.date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 15px;
  background-color: #fff;
  border: 1px solid #E0E0E0;
  border-radius: 5px;
}

.date-second {
  border: 1px solid #00c27c;
}

.date-digit {
  display: block;
  margin-bottom: 3px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 33px;
  letter-spacing: 0.005em;
  color: #000;
}

.day {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.01em;
  color: #000;
}

.dogs {
  margin: 0 5px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.01em;
  color: #8B8B8B;
}
