*, :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;
  color: #000;
  background: #fff;
  line-height: 1.5;
}

.b-all-conteiner {
  overflow: hidden;
  width: 100%;
  padding-top: 7px;
}

.b-nav-item.last {
  display: none;
}

a {
  text-decoration: none;
}

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

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

.b-h1 {
  font-size: 26px;
  color: #d9a903;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 5px;
}

.b-h2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.35;
  margin-bottom: 15px;
}

.b-p {
  font-size: 16px;
}

.b-logo {
  position: relative;
  color: #6d757d;
  font-weight: 700;
  font-size: 23px;
  line-height: 35px;
  display: inline-block;
  vertical-align: middle;
  margin: 3px 0 6px;
}

.b-logo::before {
  content: "";
  background: #44dfac;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-47%);
  left: 3px;
}

.b-logo span {
  color: #fff;
  position: relative;
  z-index: 1;
}

.b-menu {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.b-menu span {
  display: block;
  height: 1px;
  background: #000;
  width: 16px;
  margin-bottom: 5px;
  transition: 0.6s;
}

.b-menu span:last-child {
  margin-bottom: 0;
}

.b-menu::before {
  content: '';
  height: 44px;
  width: 1px;
  background: #e9ecef;
  position: absolute;
  left: -19px;
  top: -16px;
  display: block;
}

.b-menu:hover span {
  background: #44dfac;
}

.b-nav {
  display: none;
}

.b-link {
  font-weight: bold;
  color: #d9a903;
  transition: 0.6s;
}

.b-link:hover, .b-link:active {
  text-decoration: underline;
}

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

.b-img-box {
  max-width: max-content;
  margin: 0 auto 20px;
  position: relative;
}

.b-watersing {
  position: relative;
  color: #6d757d;
  font-weight: 700;
  font-size: 19px;
  line-height: 26px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 2px;
  position: absolute;
  left: 15px;
  bottom: 10px;
  z-index: 5;
  opacity: 0.25;
}

.b-watersing::before {
  content: "";
  background: #44dfac;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-47%);
  left: 3px;
}

.b-watersing span {
  color: #fff;
  position: relative;
  z-index: 1;
}

.b-aside {
  display: none;
}

.b-aside-head {
  margin-bottom: 15px;
}

.b-aside-head .b-quotes {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.5;
}

.b-aside-head .b-img {
  margin: 0 auto 10px;
}

.b-aside-head .b-p {
  position: relative;
  font-weight: 500;
}

.b-hr {
  width: 90px;
  height: 1px;
  background: #44dfac;
  margin-bottom: 20px;
}

.b-main .b-p {
  margin-bottom: 20px;
}

.b-box1 {
  padding-bottom: 10px;
  max-width: max-content;
  margin: 0 auto;
}

.b-box1 .b-p {
  text-align: center;
  margin-bottom: 10px;
}

.b-box1 .b-img-box {
  margin-bottom: 10px;
}

.b-box2 {
  padding-bottom: 10px;
}

.b-box3 {
  max-width: max-content;
  margin: 0 auto;
  padding-bottom: 16px;
}

.b-box3 .b-p {
  text-align: center;
}

.b-box3 .b-img-box {
  margin-bottom: 6px;
}

.b-box4 {
  max-width: max-content;
  margin: 0 auto;
  padding-bottom: 16px;
}

.b-box4 .b-img-box {
  margin-bottom: 6px;
}

.b-note {
  font-size: 20px;
  color: #d9a903;
  font-style: italic;
  line-height: 1.3;
  margin-bottom: 20px;
}

.b-ul {
  max-width: 410px;
}

.b-ul-li {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.375;
  padding-left: 20px;
  position: relative;
}

.b-ul-li::before {
  content: '';
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #44dfac;
  left: 0;
  top: 6px;
}

.b-form {
  width: 290px;
  border: 5px solid #fff;
  border-image: linear-gradient(#e7fcf4, #4ee1b0);
  border-image-slice: 1;
  position: relative;
  margin: 0 auto;
  padding: 32px 12px 325px;
  overflow: hidden;
}

.b-form .b-product {
  position: absolute;
  z-index: 0;
  display: block;
  left: 137px;
  bottom: 14px;
  width: 135px;
}

.b-form .b-drop-1 {
  position: absolute;
  z-index: 0;
  display: block;
  left: 140px;
  bottom: 252px;
  width: 50px;
}

.b-form .b-drop-2 {
  position: absolute;
  z-index: 3;
  display: block;
  left: 175px;
  bottom: 10px;
}

.b-form .b-girl {
  position: absolute;
  z-index: 1;
  display: block;
  left: -32px;
  bottom: 0;
  width: 280px;
}

.b-button {
  position: relative;
  z-index: 10;
  display: block;
  width: 100%;
  max-width: 313px;
  margin: 0 auto;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  border-radius: 33px;
  background-color: #44dfac;
  box-shadow: 0px 11px 13px 0px rgba(28, 168, 122, 0.34);
  font-size: 18px;
  transition: .6s;
  padding: 22px;
  line-height: 22px;
  outline: none;
  border: none;
  font-family: 'Montserrat', sans-serif;
  cursor: pointer;
}

.b-button:hover, .b-button:active {
  box-shadow: none;
  background: #0aba7f;
}

.b-input,
.b-select {
  display: block;
  width: 100%;
  max-width: 313px;
  margin-bottom: 8px;
  border: 1px solid #ccc;
  border-radius: 100px;
  padding: 13px 20px;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: 19px;
  color: #a8a8a8;
  outline: none;
}

.b-select {
  background: url(../img/select.png) no-repeat;
  background-position: 94% 19px;
}

input::-webkit-input-placeholder {
  color: #a8a8a8;
}

input::-moz-placeholder {
  color: #a8a8a8;
}

input:-moz-placeholder {
  color: #a8a8a8;
}

input:-ms-input-placeholder {
  color: #a8a8a8;
}

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

.b-select {
  appearance: none;
}

.b-nav {
  display: none;
}

.b-price {
  margin: 0 auto 10px;
  max-width: max-content;
}

.b-price-old {
  display: block;
  vertical-align: middle;
  /* width: 35%; */
  line-height: 60px;
  font-size: 30px;
  position: relative;
  text-align: center;
  max-width: max-content;
  margin: 0 auto;
}

.b-price-old::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  transform: rotate(-15deg);
  height: 1px;
  background: #000;
  left: 0;
  top: 50%;
}

.b-price-old span {
  font-size: 20px;
}

.b-price-new {
  display: block;
  vertical-align: middle;
  width: 63%;
  /* padding-left: 20px; */
  max-width: max-content;
  font-size: 44px;
  color: #d9a903;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 60px;
  text-align: center;
}

.b-price-new span {
  font-size: 33px;
}

.b-search {
  display: none;
}

.b-search svg {
  width: 25px;
  height: 20px;
  transition: 0.6s;
}

.b-search:hover svg {
  fill: #44dfac;
}

.b-breadcrumbs {
  color: #a0a0a0;
  font-size: 10px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.b-breadcrumbs .link {
  color: #000;
}

.b-breadcrumbs .link:hover {
  text-decoration: underline;
}

.b-breadcrumbs .arrow {
  color: #a3b5d1;
}

.b-category {
  border: 1px solid #579409;
  border-radius: 15px;
  font-size: 18px;
  line-height: 20px;
  color: #6d757d;
  width: max-content;
  padding: 0 5px 2px;
  margin-bottom: 10px;
  font-weight: 500;
}

.b-info {
  color: #a0a0a0;
  margin-bottom: 10px;
}

.b-info-item {
  color: #a0a0a0;
  font-size: 12px;
  white-space: nowrap;
}

.b-info-item.right .bold {
  font-weight: bold;
  color: #000;
}

.b-info svg {
  max-width: 14px;
  max-height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
}

.b-header {
  margin-bottom: 8px;
  border-top: 1px solid #e9ecef;
  border-bottom: 1px solid #e9ecef;
}

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

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

.b-header .b-middle {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  padding: 0;
}

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

.b-comments {
  border-top: 1px solid #44dfac;
  margin-top: 30px;
  padding-top: 22px;
  padding-bottom: 40px;
}

.b-comments-h {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.25;
  margin-bottom: 22px;
}

.b-comments .b-p {
  font-size: 15px;
  line-height: 1.333;
}

.b-comments .b-ava {
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  width: 57px;
  height: 57px;
}

.b-comments .b-box {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 68px);
}

.b-comments .b-stars {
  margin: -3px 0 2px;
}

.b-comments .b-stars svg {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  fill: #e9e9e9;
}

.b-comments .b-stars svg.yellow {
  fill: #ffcc00;
}

.b-comments .b-bottom {
  font-size: 13px;
  color: #6d757d;
  line-height: 1.538;
  display: table;
  width: 100%;
  margin: 15px 0;
}

.b-comments .b-data {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.b-comments .b-answer {
  display: inline-block;
  width: max-content;
  vertical-align: middle;
  font-size: 13px;
  color: #6d757d;
  line-height: 1.538;
  transition: 0.6s;
  text-align: right;
}

.b-comments .b-answer:hover {
  text-decoration: underline;
}

.b-comments-item {
  padding-bottom: 10px;
}

.b-comments-item.answer {
  padding-left: 65px;
}

.b-comments-img-box {
  position: relative;
  max-width: max-content;
  margin-top: 5px;
}

.b-comments .b-img {
  display: inline-block;
  max-width: max-content;
  width: 100%;
}

.b-footer {
  background: #fff;
  text-align: center;
  padding: 22px;
  margin-top: 30px;
}

.b-footer-p {
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
}

.b-web {
  display: none;
}

@media screen and (min-width: 600px) {
  .b-box2 {
    padding-bottom: 10px;
  }
  .b-box2 .b-img {
    display: inline-block;
    width: 32.8%;
    vertical-align: middle;
  }
}

@media screen and (min-width: 768px) {
  .b-box1,
  .b-box4 {
    padding-bottom: 10px;
  }
  .b-box1 .b-img-box,
  .b-box4 .b-img-box {
    display: inline-block;
    width: 49.5%;
    vertical-align: middle;
  }
  .b-aside-head.max1200 .b-img {
    display: inline-block;
    vertical-align: middle;
    width: 292px;
    margin-right: 10px;
    margin-bottom: 0;
  }
  .b-aside-head.max1200 .b-p {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 312px);
  }
  .b-form {
    width: 742px;
    padding: 45px 50px 45px 366px;
    margin-left: calc(50% - 371px);
    overflow: inherit;
    margin-top: 50px;
  }
  .b-form .b-product {
    left: 196px;
    bottom: 19px;
    width: 156px;
  }
  .b-form .b-drop-1 {
    left: 197px;
    bottom: 294px;
    width: 86px;
  }
  .b-form .b-drop-2 {
    left: 249px;
    bottom: -16px;
  }
  .b-form .b-girl {
    left: -2px;
    width: 328px;
  }
}

@media screen and (min-width: 992px) {
  .b-conteiner {
    max-width: 860px;
  }
  .b-h1 {
    font-size: 30px;
    line-height: 1.367;
  }
  .b-h2 {
    line-height: 1.6;
  }
  .b-logo {
    font-size: 30px;
    line-height: 47px;
  }
  .b-logo::before {
    width: 47px;
    height: 47px;
  }
  .b-comments {
    margin-top: 50px;
  }
  .b-category {
    font-size: 22px;
    padding: 3px 6px 6px;
    margin-bottom: 12px;
  }
  .b-breadcrumbs {
    font-size: 17px;
    margin-bottom: 18px;
  }
  .b-breadcrumbs .arrow {
    margin: 0 7px;
  }
  .b-menu::before {
    height: 56px;
    top: -22px;
  }
  .b-note {
    font-size: 24px;
  }
  .b-info {
    width: 100%;
    position: relative;
  }
  .b-info .right {
    position: absolute;
    right: 0;
    top: 0;
  }
  .b-web {
    display: inline-block;
  }
  .b-wap {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .b-menu {
    position: relative;
    transform: none;
    margin-left: 10px;
    right: 0;
    top: 0;
  }
  .b-menu::before {
    left: 37px;
  }
  .b-nav {
    display: block;
    position: relative;
  }
  .b-nav-item {
    transition: 0.6s;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #000;
    margin-right: 20px;
  }
  .b-nav-item .currency {
    content: '';
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 12px;
    color: #fff;
    background: #44dfac;
    padding: 2px 9px;
    border-radius: 20px;
    line-height: 1;
    margin-top: -10px;
  }
  .b-nav-item:hover {
    color: #44dfac;
  }
  .b-nav-item .arrow {
    display: inline-block;
    transform: rotate(90deg);
    vertical-align: middle;
    margin-left: 5px;
  }
  .b-nav-item.last {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .b-search {
    display: block;
    position: relative;
    margin-left: 44px;
    width: max-content;
  }
  .b-search::before {
    content: '';
    position: absolute;
    left: -23px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 56px;
    background-color: #e9ecef;
  }
  .b-aside-head.max1200 {
    display: none;
  }
  .b-conteiner {
    max-width: 1200px;
  }
  .b-table {
    display: table;
    width: 100%;
  }
  .b-table-cell {
    display: table-cell;
    vertical-align: top;
  }
  .b-comments,
  .b-main {
    width: 830px;
  }
  .b-aside {
    display: block;
    margin-left: auto;
    width: 292px;
  }
  .b-aside .b-h3 {
    font-size: 16px;
    font-family: "Montserrat";
    color: #6d757d;
    text-transform: uppercase;
    line-height: 1.125;
    margin: 35px 0 20px;
  }
  .b-aside-item {
    position: relative;
    margin-bottom: 15px;
    display: block;
    color: #000;
  }
  .b-aside-item:hover .b-aside-p {
    color: #44dfac;
  }
  .b-aside-p {
    display: inline-block;
    vertical-align: top;
    transition: 0.6s;
    width: calc(100% - 104px);
    font-size: 16px;
    line-height: 1.125;
    font-weight: 500;
  }
  .b-aside-img {
    width: 98px;
    vertical-align: top;
  }
  .b-aside .b-numb {
    position: absolute;
    width: 31px;
    height: 31px;
    right: 1.5px;
    top: 0;
    z-index: 5;
    color: #fff;
    line-height: 31px;
    background: #000;
    text-align: center;
    font-size: 14px;
  }
}

.br {
  display: block;
}

.yellow {
  color: #d9a903;
}