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

body {
  font-family: 'Montserrat', sans-serif;
  background: #fff;
  color: #5e606c;
}

a {
  text-decoration: none;
}

.b-all-conteiner {
  overflow: hidden;
}

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

.b-h1 {
  font-size: 24px;
  font-family: "Roboto Condensed";
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: normal;
  letter-spacing: -0.03em;
  margin-bottom: 20px;
}

.b-h2 {
  font-size: 24px;
  font-family: "Roboto Condensed";
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.556;
}

.b-h3 {
  font-size: 16px;
  font-family: "Roboto Condensed";
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: normal;
}

.b-p {
  font-size: 18px;
  line-height: 1.556;
  margin-bottom: 20px;
}

.b-social {
  vertical-align: middle;
  display: inline-block;
  transition: 0.4s;
  margin-right: 5px;
}

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

.b-social:hover {
  transform: scale(1.1);
}

.b-social-box {
  vertical-align: middle;
  display: none;
}

.b-social-share {
  position: relative;
  width: 50px;
  border: 1px solid #656565;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  color: #656565;
  font-size: 12px;
  line-height: 1.2;
  margin-right: 6px;
  background: #fff;
}

.b-social-share::after {
  content: '';
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #656565;
  border-right: 1px solid #656565;
  background: #fff;
  transform: rotate(45deg);
  right: -6px;
  top: 7px;
}

.b-social-share img {
  display: block;
  margin: 3px auto 0;
}

.b-search {
  display: none;
}

.b-button {
  padding: 12px 15px;
  width: 230px;
  background: #7ab500;
  background: linear-gradient(130deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, #94be39 50%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%), #67ad0d;
  background-size: 300% 100%;
  background-position: 100%;
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  transition: 0.4s;
  border-radius: 32px;
  display: block;
  margin: 20px auto;
  text-transform: uppercase;
  animation: 3s a-btn linear infinite;
  box-shadow: 0px 3px 9.5px 0.5px rgba(103, 173, 13, 0.68);
}

.b-button:hover {
  text-shadow: 0 0 10px #265301;
}

@keyframes a-btn {
  0% {
    transform: scale(1);
    background-position: 100%;
  }
  25% {
    transform: scale(1.05);
    background-position: 100%;
  }
  50% {
    transform: scale(1);
    background-position: 200%;
  }
  75% {
    transform: scale(0.95);
    background-position: 300%;
  }
  100% {
    transform: scale(1);
    background-position: 300%;
  }
}

.b-note {
  background: #f6f6f6;
  position: relative;
  padding: 15px 20px 15px 53px;
  margin: 25px 0 30px;
}

.b-note::before {
  content: '';
  display: block;
  position: absolute;
  background: url(icon_quote.png) no-repeat;
  width: 26px;
  height: 24px;
  left: 17px;
  top: 21px;
}

.b-note-p {
  font-size: 16px;
  color: black;
  font-style: italic;
  line-height: 1.75;
}

.b-note-avtor {
  font-size: 14px;
  color: #5e606c;
  line-height: 2.5;
}

.b-note-2 {
  background: #f6f6f6;
  position: relative;
  padding: 5px 20px;
  margin: 25px 0 30px;
}

.b-note-2-img {
  margin: 0 auto;
  width: 200px;
  position: relative;
}

.b-note-2 img {
  display: block;
}

.b-note-2 img:nth-of-type(1) {
  width: 160px;
  position: relative;
  z-index: 5;
  margin: 20px 0 10px;
}

.b-note-2 img:nth-of-type(2) {
  width: 120px;
  position: absolute;
  z-index: 1;
  top: 20px;
  left: 44%;
}

.b-product {
  position: relative;
  width: 280px;
  margin: 30px auto 0;
}

.b-product img {
  display: block;
}

.b-product img:nth-of-type(1) {
  width: 240px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

.b-product img:nth-of-type(2) {
  position: absolute;
  width: 190px;
  left: 52%;
  top: 30px;
  display: none;
  z-index: 1;
}

.b-product img:nth-of-type(3) {
  position: absolute;
  width: 190px;
  right: 52%;
  top: 30px;
  display: none;
  z-index: 1;
}

.b-img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
}

.b-link {
  font-weight: bold;
  display: inline-block;
  transition: 0.4s;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  color: #5e606c;
}

.b-link::before {
  content: '';
  display: block;
  position: absolute;
  left: -100%;
  width: 100%;
  bottom: 5px;
  height: 0;
  background: #5e606c;
  transition: 0.4s;
}

.b-link:hover::before {
  left: 0;
  height: 4px;
  bottom: -1px;
}

.b-icon {
  vertical-align: middle;
}

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

.b-logo img {
  display: block;
  margin: 0 auto;
  width: 136px;
  height: 34px;
}

.b-nav {
  display: none;
}

.b-header-top {
  padding: 13px 0;
  background: #5e606c;
}

.b-header-bottom {
  display: none;
  background: #e6e3de;
}

.b-avtor {
  font-size: 14px;
  color: #b2b2b2;
  line-height: 1.2;
  margin-bottom: 20px;
}

.b-main {
  padding: 25px 0 40px;
  border-bottom: 1px solid #000;
}

.b-hero-item {
  width: 250px;
  display: none;
  animation: a-opacity 0.5s linear both;
  margin: 0 auto;
}

.b-hero-img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.b-hero-prof {
  font-size: 12px;
  font-family: "Roboto Condensed";
  color: #5e606c;
  text-transform: uppercase;
  line-height: 1.2;
  margin-top: 25px;
}

.b-hero-name {
  font-family: "Roboto Condensed";
  color: #5e606c;
  text-transform: uppercase;
  line-height: 1.2;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 30px;
}

.b-hero .active {
  display: block;
}

.b-hero-boxbtn {
  text-align: center;
  margin-bottom: 20px;
}

.b-hero-btn {
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  overflow: hidden;
  background: #cacaca;
  transition: 0.4s;
  margin: 0 19px;
  cursor: pointer;
}

.b-hero .view {
  background: #5e606c;
}

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

.b-comments {
  margin-top: 10px;
}

.b-comments-item {
  margin-top: 35px;
  border-bottom: 1px solid #d0d0d4;
}
.b-comments-item:last-child {
  border: 0;
}

.b-comments-ava {
  display: inline-block;
  vertical-align: top;
  width: 42px;
  height: 42px;
  margin-right: 15px;
}

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

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

.b-comments .b-name {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-family: "Roboto Condensed";
  color: #5e606c;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 42px;
}

.b-comments .b-box {
  margin-bottom: 8px;
}

.b-comments .b-data {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-family: "Roboto Condensed";
  color: #5e606c;
  line-height: 42px;
}

.b-comments .b-img {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 20px;
  margin-left: -62px;
}

.b-comments .b-p {
  margin-left: -62px;
  margin-top: 20px;
}

.b-comments .b-button {
  margin: 35px auto;
}

.b-aside {
  display: none;
}

.b-footnote {
  display: none;
}

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

.b-footer-p {
  color: #adb2bf;
  text-align: center;
  font-size: 17px;
  font-family: "Roboto Condensed";
}

@media (min-width: 830px) {
  .b-conteiner {
    max-width: 830px;
    padding: 0 30px;
  }
  .b-bg-conteiner {
    max-width: 900px;
  }
  .b-h1 {
    font-size: 48px;
  }
  .b-h2 {
    font-size: 24px;
  }
  .b-h3 {
    font-size: 24px;
  }
  .b-main {
    padding: 30px 0;
  }
  .b-hero {
    margin-top: 30px;
  }
  .b-hero-item {
    display: inline-block;
    margin-right: 2px;
  }
  .b-hero-item:last-of-type {
    margin-right: 0;
  }
  .b-hero .active {
    display: inline-block;
  }
  .b-hero-boxbtn {
    display: none;
  }
  .b-note {
    padding: 30px 80px 30px 95px;
    margin-bottom: 40px;
  }
  .b-note::before {
    top: 31px;
    left: 43px;
  }
  .b-lineblock-1 {
    display: inline-block;
    vertical-align: middle;
    width: 218px;
    margin-right: 45px;
  }
  .b-lineblock-2 {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 273px);
  }
  .b-lineblock-4 {
    display: inline-block;
    vertical-align: middle;
    width: 270px;
    margin-left: 35px;
  }
  .b-lineblock-3 {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 315px);
  }
  .b-note-2 {
    padding: 40px 30px 20px;
  }
  .b-note-2-img {
    display: inline-block;
    vertical-align: middle;
    width: 245px;
    margin-right: 20px;
  }
  .b-note-2 .b-p {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 270px);
  }
  .b-note-2 img:nth-of-type(1) {
    width: 230px;
    margin-left: -30px;
  }
  .b-note-2 img:nth-of-type(2) {
    width: 180px;
    top: 54px;
    left: 39%;
  }
  .b-product {
    width: 480px;
    margin-top: 50px;
  }
  .b-product img:nth-of-type(2) {
    display: block;
  }
  .b-product img:nth-of-type(3) {
    display: block;
  }
  .b-comments {
    margin-top: 20px;
  }
  .b-comments-item {
    margin-top: 30px;
  }
  .b-comments .b-img {
    margin-left: 0;
  }
  .b-comments .b-p {
    margin-left: 0;
  }
}

@media (min-width: 1230px) {
  .b-conteiner {
    max-width: 1230px;
  }
  .b-social-box {
    display: block;
  }
  .b-table {
    width: 100%;
    display: table;
  }
  .b-table-cell {
    display: table-cell;
    vertical-align: top;
  }
  .b-table-cell:nth-of-type(1) {
    width: 710px;
  }
  .b-logo {
    margin: 0;
    width: 136px;
    display: inline-block;
    vertical-align: middle;
  }
  .b-search {
    display: inline-block;
  }
  .b-header-top .b-social-box {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    width: calc(100% - 141px);
  }
  .b-header-top .b-social {
    margin-right: 15px;
  }
  .b-header-top .b-social:last-of-type {
    margin-right: 0;
  }
  .b-header-bottom {
    display: block;
  }
  .b-nav {
    display: block;
    border-top: 1px solid #818390;
    margin-top: 10px;
    text-align: center;
  }
  .b-nav-item {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-family: "Roboto Condensed";
    color: white;
    text-transform: uppercase;
    line-height: 1.2;
    transition: 0.4s;
    margin: 10px 12px 0;
  }
  .b-nav-item:hover {
    transform: scale(1.1);
  }
  .b-contents {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 275px);
    font-size: 12px;
    font-family: "Montserrat";
    color: #a0a0a0;
    line-height: 2.167;
  }
  .b-contents a {
    color: #a0a0a0;
    transition: 0.4s;
  }
  .b-contents a:hover {
    text-decoration: underline;
  }
  .b-contents span {
    margin: 0 5px;
  }
  .b-search {
    display: inline-block;
    vertical-align: middle;
    width: 270px;
    height: 43px;
    position: relative;
    background: #f3f3f3;
    font-size: 12px;
    font-family: "Roboto Condensed";
    color: #b7b7b7;
    text-transform: uppercase;
    line-height: 43px;
    padding-left: 15px;
  }
  .b-search span {
    display: block;
    position: absolute;
    width: 70px;
    height: 43px;
    text-align: center;
    background: url(../img/icon_search.png) no-repeat center center #4d4f5b;
    right: 0;
    top: 0;
  }
  .b-main {
    width: 770px;
    position: relative;
    margin-left: 100px;
  }
  .b-main .b-footnote {
    display: block;
    position: absolute;
    top: 40px;
    left: -100px;
    width: 78px;
  }
  .b-main .b-footnote-data {
    background: #f6f6f6;
    border-radius: 50%;
    font-size: 14px;
    text-align: center;
    width: 78px;
    height: 78px;
    font-weight: bold;
    font-family: "Roboto Condensed";
    text-transform: uppercase;
    letter-spacing: -1px;
    padding: 31px 4px;
  }
  .b-main .b-social {
    display: block;
    margin-top: 20px;
    text-align: center;
    margin-right: 0;
  }
  .b-main .b-social-box {
    width: 100%;
  }
  .b-comments {
    margin-left: 100px;
  }
  .b-aside {
    display: block;
    max-width: 270px;
    margin-left: 30px;
    padding-top: 40px;
  }
  .b-hr {
    border-bottom: 1px solid #e6e3de;
    margin: 20px 0;
  }
  .b-article {
    display: block;
    padding: 15px 0 10px;
    margin-bottom: 10px;
  }
  .b-article-img {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    transition: 0.4s;
  }
  .b-article-p {
    font-size: 14px;
    color: #5e606c;
    line-height: 1.2;
    transition: 0.4s;
  }
  .b-article:hover .b-article-p {
    text-decoration: underline;
  }
  .b-article:hover .b-article-img {
    filter: brightness(1.15);
  }
  .b-bunner {
    display: block;
    background: url(../img/banner_bg.jpg) no-repeat;
    width: 270px;
    height: 394px;
    margin-top: 20px;
    padding-top: 23px;
  }
  .b-bunner-img {
    width: 240px;
    display: block;
    margin: 0 auto;
  }
  .b-bunner-btn {
    display: block;
    margin: 0 auto;
    width: 184px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    font-family: "Roboto Condensed";
    background: #235dca;
    border-radius: 25px;
    transition: 0.4s;
  }
  .b-bunner-btn:hover {
    transform: scale(1.05);
  }
}
.ac_footer {
  text-align: center;
  padding: 30px 0;
}
.ac_footer * {
  color: #adb2bf;
  font-size: 12px;
}
img.prod-img{
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 240px;
}
.price-block {
  padding-bottom: 15px;
  text-align: center;
}