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

  background: #e5e5e5;
}

.b-all-conteiner {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding-bottom: 40px;
  overflow: hidden;
}

a {
  text-decoration: none;
}

.b-icon {
  display: inline-block;

  vertical-align: middle;
}

.b-icon-box {
  margin-bottom: 30px;
}

.b-icon-box.b2 {
  margin-bottom: 0;
  padding-bottom: 16px;

  border-bottom: 1px solid #a1a1a1;
}

.b-icon-box .box {
  display: inline-block;
  width: 32.3%;
}

.b-icon-box .box:nth-child(2) {
  text-align: center;
}

.b-icon-box .box:last-of-type {
  text-align: right;
}

.b-icon-box .b-data {
  margin-right: 10px;
}

.ml10 {
  margin-left: 10px;
}

.mr10 {
  margin-right: 10px;
}

.b-social {
  display: inline-block;

  vertical-align: middle;

  transition: 0.4s;
}

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

.b-conteiner {
  position: relative;

  max-width: 767px;
  margin: 0 auto;
}

.b-h1 {
  margin-bottom: 20px;
  padding-bottom: 38px;

  font-weight: bold;
  font-size: 35px;
  line-height: 43px;

  border-bottom: 1px solid #a1a1a1;
}

.b-h2 {
  margin-bottom: 30px;
  padding: 20px 15px;

  font-weight: bold;
  font-size: 20px;
  line-height: 34px;
  text-align: center;

  border-top: 1px solid #a1a1a1;
  border-bottom: 1px solid #a1a1a1;
}

.b-p {
  margin-bottom: 30px;

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

.b-data {
  font-size: 14px;
  line-height: 1.5;
  color: #888888;
}

.b-link {
  display: inline-block;
  margin: 0 -5px;
  padding: 0 5px;

  font-weight: bold;
  color: #4f75fc;

  background: linear-gradient(140deg, #2b1485 0%, #4f75fc 27%, #2b1485 50%, rgba(255, 255, 255, 0) 50%);
  background-position: 100% 100%;
  background-size: 300% 100%;
  border-top-left-radius: 100%;
  border-bottom-right-radius: 100%;

  transition: 1s;
}

.b-link:hover,
.b-link:active {
  color: #ffffff;
  text-shadow: 0 0 10px #000000;

  background-position: 0 100%;
  box-shadow: 0 0 10px #d16481;
}

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

.b-img-box {
  padding-bottom: 15px;
}

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

.b-product {
  position: relative;
  z-index: 1;

  display: block;
  width: 320px;
  margin-top: -10px;
  margin-bottom: 40px;
  margin-left: calc(50% - 160px);
}

.b-product-box {
  position: relative;

  margin-bottom: 30px;
  padding: 46px 22px 32px;
  overflow: hidden;

  background: linear-gradient(303.5deg, #2b1485 15.83%, #4f75fc 60.27%, #2b1485 91.3%);
}

.b-product-bg {
  position: absolute;
  z-index: 0;

  display: block;
  width: 159px;
}

.b-product-bg.b1 {
  top: 95px;
  left: -107px;
}

.b-product-bg.b2 {
  top: 12px;
  right: -91px;

  transform: scale(1, -1);
}

.b-product-h {
  font-weight: bold;
  font-size: 40px;
  line-height: 45px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
}

.b-product-h .smal {
  display: block;

  font-size: 20px;
  line-height: 29px;
}

.b-product-h .red {
  margin-left: 5px;
  padding: 0 11px;

  background: #ff8dac;
  border-radius: 100px;
}

.b-product-p {
  font-style: italic;
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #ffffff;
}

.b-button {
  position: relative;
  z-index: 10;

  display: block;
  width: 174px;
  padding: 12px 15px;

  font-weight: bold;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;

  background: linear-gradient(180deg, #e5688a 0%, #df5b7f 50%, #d63c65 54%, #a53452 100%);
  background-position: 100% 0;
  background-size: 100% 200%;
  border-radius: 50px;
  box-shadow: 0 2px 0 #a9123b;

  transition: 0.6s;
}

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

.b-button-box {
  position: relative;

  padding: 29px 30px 34px;
  overflow: hidden;

  background: linear-gradient(303.5deg, #2b1485 15.83%, #4f75fc 60.27%, #2b1485 91.3%);
}

.b-button-box .b-button {
  margin: 20px auto 0;
}

.b-button-h {
  position: relative;
  z-index: 10;

  font-weight: bold;
  font-size: 35px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
}

.b-button-h .red {
  display: inline-block;
  margin: 10px;
  padding: 0 11px;

  background: #ff8dac;
  border-radius: 100px;
}

.b-button-bg {
  position: absolute;
}

.b-button-bg.b1 {
  top: 50px;
  left: -219px;
}

.b-button-bg.b2 {
  top: -30px;
  right: -219px;
}

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

.b-nav {
  display: none;
}

.b-ava {
  display: inline-block;
  width: 50px;

  vertical-align: top;

  border-radius: 50%;
}

.b-avtor {
  margin-bottom: 28px;
}

.b-avtor .b-ava {
  vertical-align: middle;
}

.b-avtor .b-box {
  display: inline-block;
  width: calc(100% - 55px);
  padding-left: 15px;

  vertical-align: middle;
}

.b-avtor-name {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}

.b-header {
  margin-bottom: 25px;

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

.b-header .b-conteiner {
  padding: 33px 15px;
}

.b-header .b-social {
  display: none;
}

.b-main {
  max-width: 906px;
  padding: 16px 16px 32px;

  background: #ffffff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.b-comments {
  max-width: 906px;
  padding: 32px 16px 22px;

  background: #ffffff;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.b-comments-title {
  margin-bottom: 30px;

  font-weight: bold;
  font-size: 20px;
  line-height: 36px;
  color: #000000;
}

.b-comments-item {
  margin-bottom: 30px;
}

.b-comments-item:not(:nth-child(-n + 5)) {
  display: none;
}

.b-comments-item.answ {
  padding-left: 20px;
}

.b-comments-text {
  display: inline-block;
  width: calc(100% - 55px);
  padding-left: 20px;

  vertical-align: top;
}

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

.b-comments .b-name {
  font-weight: bold;
  font-size: 16px;
  line-height: 14px;
  text-align: center;
  color: #000000;

  font-feature-settings: "pnum" on, "lnum" on;
}

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

.b-comments-img {
  max-width: 100%;
  margin-bottom: 15px;
}

.b-answer {
  font-size: 14px;
  line-height: 26px;
  color: #808080;
  text-transform: uppercase;

  font-feature-settings: "pnum" on, "lnum" on;
}

.b-answer a {
  color: #808080;

  transition: 0.4s;
}

.b-answer a:hover {
  color: #22225d;
}
@media (max-width: 400px) {
  .b-answer a:last-child {
    display: block;
  }
}

.b-answer b {
  margin: 0 5px;
}

.b-footer {
  padding: 22px;

  text-align: center;

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

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

  font-feature-settings: "pnum" on, "lnum" on;
}

.b-aside {
  display: none;
}

.b-bunner {
  display: none;
}

.b-web {
  display: none;
}

@media screen and (min-width: 767px) {
  .b-logo {
    display: inline-block;

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

    vertical-align: top;
  }
  .b-table-cell:last-of-type {
    text-align: right;
  }
  .b-nav {
    display: inline-block;
    margin-left: 30px;

    vertical-align: middle;
  }
  .b-nav-item {
    display: inline-block;
    margin: 0 15px;

    font-size: 11px;
    line-height: 17px;
    vertical-align: middle;
    color: #000000;
    text-transform: uppercase;

    transition: 0.6s;
  }
  .b-nav-item:hover {
    color: #4b6bef;

    transform: scale(1.2);
  }
  .b-header .b-social {
    display: inline-block;
    margin-left: 15px;
  }
}

.b-product-box__price {
  width: 100%;
  max-width: 200px;

  font-weight: bold;
  text-align: center;
  color: #ffffff;;
  margin: 0 auto 20px;
}

.b-product-box__price span {
  display: inline-block;
  margin: 0 5px;

  font-size: 22px;
  vertical-align: middle;
}

.b-product-box__price span:last-child {
  font-size: 32px;
  color: #ff8dac;
}

select::-ms-expand {
  display: none;
}
select {
  background-image: url("../img/select.svg");
  background-repeat: no-repeat;
  background-position: 96% 50%;

  -webkit-appearance: none;
     -moz-appearance: none;
      -ms-appearance: none;
          appearance: none!important;
}

select option {
  color: black;
}

.b-product-box__form {
  position: relative;
  z-index: 10;

  width: 100%;
  max-width: 360px;
  margin: 0 auto;
}

.b-product-box__input {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 5px 10px;

  font-size: 14px;
  line-height: 24px;
  color: #ffffff;

  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 5px;
}

.b-product-box__button {
  margin: 0 auto;

  border: none;
  cursor: pointer;
}

::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
:-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

@media screen and (min-width: 992px) {
  .b-conteiner {
    max-width: 936px;
    padding: 0 15px;
  }
  .b-h1 {
    margin-bottom: 30px;
    padding-bottom: 28px;

    font-size: 40px;
    line-height: 49px;
  }
  .b-h2 {
    margin-bottom: 35px;
    padding: 20px 40px;
  }
  .b-p {
    margin-bottom: 35px;
  }
  .b-img {
    margin-bottom: 35px;
  }
  .b-img-box {
    padding-bottom: 35px;
  }
  .b-img-box .b-img {
    display: inline-block;
    width: 48.5%;
    margin-bottom: 0;
  }
  .b-img-box .b-img:first-of-type {
    margin-right: 2.4%;
  }
  .b-avtor-name {
    display: inline-block;
    width: 49.7%;

    vertical-align: middle;
  }
  .b-avtor .b-data {
    display: inline-block;
    width: 49.7%;

    vertical-align: middle;
    text-align: right;
  }
  .b-nav {
    margin-left: 30px;
  }
  .b-nav-item {
    margin: 0 30px;

    font-size: 14px;
  }
  .b-button-bg {
    width: 269px;
  }
  .b-button-bg.b1 {
    top: -32px;
    left: -183px;
  }
  .b-button-bg.b2 {
    top: -49px;
    right: -27px;

    transform: scale(1, -1);
  }
  .b-button-h {
    display: inline-block;
    width: 370px;

    vertical-align: middle;
    text-align: left;
  }
  .b-button-h .red {
    margin: 1px 0;

    line-height: 42px;
  }
  .b-button-box {
    padding: 29px 125px 20px 110px;
  }
  .b-button-box .b-button {
    display: inline-block;
    margin: 0;
    margin-left: 43px;
  }
  .b-product {
    position: absolute;
    top: -10px;
    right: -20px;

    width: 458px;
  }
  .b-product-h {
    width: 360px;
    margin-bottom: 10px;

    font-size: 50px;
    line-height: 55px;
  }
  .b-product-h .smal {
    font-size: 30px;
    line-height: 38px;
  }
  .b-product-p {
    width: 360px;
    margin-bottom: 20px;

    font-size: 12px;
    line-height: 18px;
    text-align: left;
  }
  .b-product-box {
    padding: 32px 115px 38px;
  }

  .b-product-bg {
    width: 269px;
  }
  .b-product-bg.b1 {
    top: 0;
    left: -180px;
  }
  .b-product-bg.b2 {
    top: -37px;
    right: -26px;
  }
  .b-header .b-conteiner {
    padding: 33px 23px 33px 39px;
  }
  .b-header .b-social {
    margin-left: 32px;
  }
  .b-main {
    padding: 27px 39px 60px;
  }
  .b-comments {
    padding: 60px 39px 60px;
  }
  .b-comments-item {
    margin-bottom: 45px;
  }
  .b-comments-item.answ {
    margin-top: -15px;
    padding-left: 70px;
  }
  .b-web {
    display: inline-block;
  }
  .b-wap {
    display: none;
  }

  .b-product-box__form {
    margin-left: 0 ;
  }

  .b-comments-item:not(:nth-last-child(-n+ 5)) {
    display: block;
  }
  
  .b-product-box__price {
    margin-left: 0;
    max-width: 360px;
  }
}

@media screen and (min-width: 1270px) {
  .b-bunner.fixed {
    position: fixed;
    top: 0;
  }
  .b-conteiner {
    max-width: 1303px;
    padding: 0 15px;
  }
  .b-aside {
    display: block;
    width: 314px;
    padding: 8px 23px 0;

    background: #ffffff;
    border-radius: 5px;
  }
  .b-aside-img {
    display: block;
    max-width: 100%;
    margin-bottom: 15px;
  }
  .b-aside-p {
    margin-bottom: 20px;

    font-weight: bold;
    font-size: 16px;
    line-height: 28px;
    text-align: left;
    color: #000000;

    transition: 0.4s;
  }
  .b-aside .b-data {
    display: inline-block;
    width: 49.1%;
  }
  .b-aside .b-data:first-of-type {
    text-align: left;
  }
  .b-aside-item {
    display: block;
    padding: 35px 0 30px;

    border-bottom: 1px solid #a1a1a1;
  }
  .b-aside-item:last-of-type {
    border: none;
  }
  .b-aside-item:hover .b-aside-p {
    color: #4b6bef;
  }
  .b-bunner {
    position: relative;

    display: block;
    width: 314px;
    margin-top: 43px;
    padding: 58px 20px 51px;
    overflow: hidden;

    background: linear-gradient(303.5deg, #2b1485 15.83%, #4f75fc 60.27%, #2b1485 91.3%);
    border-radius: 5px;
  }
  .b-bunner-bg {
    position: absolute;

    display: block;
  }
  .b-bunner-bg.b1 {
    bottom: -62px;
    left: -64px;
  }
  .b-bunner-bg.b2 {
    top: -66px;
    right: -15px;

    transform: scale(-1, 1);
  }
  .b-bunner-product {
    width: 380px;
    margin-top: -20px;
    margin-bottom: -15px;
    margin-left: calc(50% - 190px);
  }
  .b-bunner-h {
    font-weight: bold;
    font-size: 42px;
    line-height: 48px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
  }
  .b-bunner-h .smal {
    display: block;

    font-size: 21.3745px;
    line-height: 35px;
  }
  .b-bunner-h .red {
    padding: 0 13px;

    background: #ff8dac;
    border-radius: 105px;
  }
  .b-bunner .b-button {
    width: 165px;
    margin: 0 auto;
  }
}