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



:root {
  --color-text: #070707;
  --color-gray: #6A6A6A;
  --color-bg: #FFF4E0;
  --color-bg-second: #FFF9F0;
  --color-white: #F9F9F9;
  --color-bold: #CA0000;
  --family-main: "Roboto", sans-serif;
  --family-second: "Roboto", sans-serif;
}



body {
  font-family: var(--family-main);
  color: var(--color-text);
  background: var(--color-bg);
  font-weight: 400;
  line-height: 1.25;
}

input, button, select, textarea {
  font-family: inherit;
}

.b-all-conteiner {
  overflow: hidden;
  width: 100%;
}

a {
  text-decoration: none;
}

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

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

.b-h1 {
  font-family: var(--family-second);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
}

.b-h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  text-align: center;
  font-family: var(--family-second);
}

.b-h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  font-family: var(--family-second);
  margin-bottom: 5px;
}

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

.color-bold {
  color: var(--color-bold);
  font-weight: bold;
  font-size: 20px;
}

.b-select,
.b-input {
  display: block;
  outline: none;
  border: none;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  background: transparent;
  padding: 10px 16px;
  border-bottom: 1px solid var(--color-text);
  margin-bottom: 15px;
}

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

.b-input::-webkit-input-placeholder {
  color: var(--color-text);
}

.b-input:-moz-placeholder {
  color: var(--color-text);
}

.b-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/select_arrow.svg) no-repeat calc(100% - 16px) center;
}

.b-button {
  display: block;
  border: none;
  outline: none;
  width: 100%;
  background: var(--color-bold);
  color: var(--color-white);
  text-align: center;
  padding: 10px 16px;
  font-size: 16px;
  line-height: 20px;
  cursor: pointer;
}

.b-button.btn-2 {
  font-weight: bold;
  max-width: 272px;
  margin: 35px auto 0;
}

.b-price {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.b-price-old {
  white-space: nowrap;
  font-size: 24px;
  text-decoration: line-through;
  margin: 0 10px;
  line-height: 33px;
}

.b-price-new {
  white-space: nowrap;
  color: var(--color-bold);
  font-weight: 900;
  font-size: 36px;
  margin: 0 10px;
  line-height: 40px;
}

.b-link {
  font-weight: bold;
  color: var(--color-bold);
  text-decoration: underline;
}

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

.b-img-box {
  margin-bottom: 10px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}

.b-img-p {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  color: var(--color-white);
  font-size: 14px;
  line-height: 27px;
}

.b-img-p::before {
  content: '\00B7';
  display: inline-block;
  margin: 0 10px;
}

.b-img-close {
  display: block;
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.b-img-close.img-3 {
  background: url(../images/img_03_1.jpg), url(../images/close_mob.svg) no-repeat center center;
  background-size: 100% auto, auto 96%;
  background-blend-mode: hard-light;
}

.b-img-close.img-5 {
  background: url(../images/img_05_1.jpg), url(../images/close_mob.svg) no-repeat center center;
  background-size: 100% auto, auto 96%;
  background-blend-mode: lighten;
}

.b-img-blur-bg {
  display: block;
  filter: blur(5.8px);
  width: 100%;
}

.b-img-blur-main {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 70%;
  filter: drop-shadow(0px 4px 9.2px rgba(0, 5, 30, 0.3));
  border-radius: 5px;
}

.b-form {
  border: 1px solid #070707;
  border-radius: 5px;
  padding: 28px 12px 20px;
  background: var(--color-bg-second);
  margin: 50px auto 0;
  max-width: 336px;
}

.b-form-h {
  text-align: center;
  margin-bottom: 38px;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
  font-family: var(--family-second);
}

.b-form .b-button {
  margin-top: 30px;
}

.b-product {
  display: block;
  width: max-content;
  max-width: 100%;
  margin: 35px auto 0;
}

.b-logo {
  display: block;
  height: 29px;
}

.b-header {
  padding: 15px 0;
  border-bottom: 1px solid var(--color-text);
}

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

.b-header .b-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.b-aside {
  display: none;
}

.b-main {
  padding: 25px 0 40px;
}

.b-main-top {
  margin-bottom: 40px;
}

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

.b-author {
  margin: 15px 0 35px;
  display: flex;
  align-items: flex-start;
}

.b-author-ava {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  flex-grow: 0;
  margin-right: 5px;
}

.b-author-text {
  font-family: var(--family-second);
}

.b-author-name {
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
}

.b-author-name.ligth {
  font-weight: 200;
}

.b-comments {
  padding-bottom: 40px;
}

.b-comments-head {
  border-top: 1px solid var(--color-text);
  border-bottom: 1px solid var(--color-text);
  padding: 25px 0;
  margin-bottom: 80px;
}

.b-comments-item {
  margin-bottom: 25px;
  position: relative;
}

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

.b-comments-item.answ-to::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 55%;
  border-left: 1px solid var(--color-gray);
  border-bottom: 1px solid var(--color-gray);
  border-bottom-left-radius: 5px;
}

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

.b-comments-item.answ-here::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: calc(100% - 5px);
  border-left: 1px solid var(--color-gray);
}

.b-comments .b-head {
  display: flex;
  align-items: flex-start;
  margin-bottom: 5px;
}

.b-comments .b-ava {
  display: block;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-right: 5px;
}

.b-comments .b-img {
  margin-top: 25px;
  border-radius: 5px;
  width: max-content;
}

.b-comments .b-name {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  font-family: var(--family-second);
}

.b-comments .b-data {
  display: block;
  font-weight: 200;
}

.ac_footer {
  font-size: 16px;
  line-height: 20px;
  padding: 25px 24px;
  border-top: 1px solid var(--color-text);
}

.ac_footer a {
  color: var(--color-text);
  text-decoration: underline;
}

.ac_footer a:hover {
  text-decoration: none;
}

.b-nav {
  display: none;
}

.b-web {
  display: none;
}

@media screen and (min-width: 767px) {
  .b-form {
    margin: 0;
    padding: 47px 44px 39px;
    border-width: 2px;
  }
  .b-form-flex {
    display: grid;
    margin-top: 100px;
    grid-template-columns: 336px auto;
    gap: 50px;
    align-items: center;
  }
  .b-product {
    margin: 0;
    width: auto;
  }
  .b-select, .b-input {
    border-width: 2px;
    font-size: 20px;
    line-height: 27px;
  }
}

@media screen and (min-width: 1024px) {
  .b-all-conteiner {
    padding: 10px 10px 0;
  }
  .b-conteiner {
    max-width: 1330px;
    padding: 0 8.1%;
  }
  .b-button {
    transition: 0.3s;
    font-size: 20px;
    line-height: 27px;
  }
  .b-button.btn-2 {
    text-transform: uppercase;
    padding: 10px 20px;
    width: max-content;
    max-width: 100%;
  }
  .b-button:hover, .b-button:active {
    opacity: 0.65;
  }
  .b-link {
    transition: 0.3s;
  }
  .b-link:hover, .b-link:active {
    text-decoration: none;
  }
  .b-logo {
    height: 47px;
  }
  .b-h1 {
    font-size: 36px;
    line-height: 45px;
  }
  .b-h2 {
    font-size: 36px;
    line-height: 45px;
  }
  .b-h3 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 15px;
  }
  .b-p {
    font-size: 20px;
    line-height: 1.35;
  }
  .color-bold {
    text-transform: uppercase;
  }
  .b-header {
    border: 2px solid var(--color-text);
    border-bottom: none;
    padding: 40px 0;
    max-width: 1420px;
    margin: 0 auto;
    position: relative;
  }
  .b-header::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 92px);
    border-bottom: 2px solid var(--color-text);
  }
  .b-header .b-menu {
    display: none;
  }
  .b-header .b-social {
    display: flex;
    padding-left: 15px;
    margin-left: 25px;
    border-left: 2px solid var(--color-text);
  }
  .b-header .b-social-item {
    width: 24px;
    margin-left: 10px;
    transition: 0.3s;
  }
  .b-header .b-social-item:hover {
    transform: scale(1.2);
  }
  .b-nav {
    display: flex;
    margin-left: auto;
  }
  .b-nav-item {
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    transition: 0.3s;
    font-family: var(--family-second);
    margin-left: 10px;
    position: relative;
    display: block;
    overflow: hidden;
    padding: 5px 0;
  }
  .b-nav-item::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    border: 1px solid var(--color-text);
    transform: translateX(110%);
    transition: 0.5s;
  }
  .b-nav-item:hover::before {
    transform: translateX(25%);
  }
  .b-author {
    margin: 20px 0 50px;
    align-items: center;
  }
  .b-author-ava {
    width: 50px;
    height: 50px;
    margin-right: 25px;
  }
  .b-author-name {
    font-size: 14px;
    line-height: 17px;
  }
  .b-img-p {
    font-size: 20px;
    line-height: 27px;
    top: 25px;
    left: 25px;
  }
  .b-img-p::before {
    margin: 0 15px;
  }
  .b-img-box {
    margin-bottom: 15px;
  }
  .b-img-close.img-3 {
    background: url(../images/img_03_1.jpg), url(../images/close.svg) no-repeat center center;
    background-size: 100% auto, auto 96%;
    background-blend-mode: hard-light;
  }
  .b-img-close.img-5 {
    background: url(../images/img_05_1.jpg), url(../images/close.svg) no-repeat center center;
    background-size: 100% auto, auto 96%;
    background-blend-mode: lighten;
  }
  .b-main {
    max-width: 1420px;
    margin: 0 auto;
    border-left: 2px solid var(--color-text);
    border-right: 2px solid var(--color-text);
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .b-main-top {
    margin-bottom: 100px;
  }
  .b-main .b-p {
    margin-bottom: 15px;
  }
  .b-wrapper {
    max-width: 825px;
    margin: 0 auto;
  }
  .b-comments {
    max-width: 1420px;
    margin: 0 auto;
    border-left: 2px solid var(--color-text);
    border-right: 2px solid var(--color-text);
  }
  .b-comments-head {
    margin-bottom: 100px;
    padding: 50px 0;
    border: none;
    position: relative;
  }
  .b-comments-head::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 92px);
    border-top: 2px solid var(--color-text);
  }
  .b-comments-head::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 92px);
    border-bottom: 2px solid var(--color-text);
  }
  .b-comments-item {
    margin-bottom: 20px;
  }
  .b-comments .b-ava {
    width: 50px;
    height: 50px;
    margin-right: 25px;
  }
  .b-comments .b-name {
    margin-bottom: 15px;
  }
  .b-comments .b-data {
    display: inline;
    margin-left: 15px;
  }
  .b-comments .b-box {
    padding-left: 75px;
    margin-top: -18px;
  }
  .b-comments .answ-from::before {
    content: '';
    display: block;
    position: absolute;
    border-left: 2px solid var(--color-gray);
    bottom: 0;
    left: 24px;
    height: calc(100% - 60px);
  }
  .b-comments .answ-to {
    padding-left: 95px;
  }
  .b-comments .answ-to::before {
    border-width: 2px;
    width: 40px;
    height: 46px;
    top: -21px;
    left: 24px;
  }
  .b-comments .answ-here {
    padding-left: 95px;
  }
  .b-comments .answ-here::before {
    display: none;
  }
  .b-comments .answ-to-here::after {
    content: '';
    display: block;
    position: absolute;
    border-left: 2px solid var(--color-gray);
    bottom: 14px;
    left: 119px;
    height: calc(100% - 100px);
  }
  .ac_footer {
    max-width: 1420px;
    border: 2px solid var(--color-text);
    border-top: none;
    margin: 0 10px 10px;
  }
  .ac_footer::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 92px);
    border-top: 2px solid var(--color-text);
  }
  .b-web {
    display: inline-block;
  }
  .b-wap {
    display: none;
  }
}

@media screen and (min-width: 1440px) {
  .b-conteiner {
    padding: 0 109px;
  }
  .b-h2 {
    text-align: left;
  }
  .b-main-flex {
    display: flex;
    align-items: flex-start;
  }
  .b-aside {
    display: block;
    width: 257px;
    border-left: 2px solid var(--color-text);
    padding-left: 35px;
  }
  .b-aside-img {
    border-radius: 5px;
    margin-bottom: 10px;
    display: block;
    max-width: 100%;
  }
  .b-aside-h {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    transition: 0.3s;
  }
  .b-aside .b-p {
    margin-bottom: 10px;
  }
  .b-aside-item {
    margin-bottom: 30px;
    transition: 0.3s;
  }
  .b-aside-item:last-child {
    margin-bottom: -4px;
  }
  .b-aside-item:hover .b-aside-img {
    opacity: 0.85;
  }
  .b-aside-item:hover .b-aside-h {
    color: var(--color-bold);
  }
  .b-wrapper {
    margin-left: 0;
  }
  .ac_footer {
    margin: 0 auto 10px;
  }
}

.scroll-form {
  cursor: pointer;
}

.br {
  display: block;
}
