@charset "UTF-8";
*, *:before, *:after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  outline: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
}

body {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #000;
  background: #FDFCE1;
  min-height: 100vh;
}

body,
input,
select,
button,
textarea {
  font-family: "Inter", sans-serif;
}

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

a {
  text-decoration: none;
  color: #000;
}
a:hover {
  text-decoration: underline;
}

#spriteSVG {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.wrapper {
  position: relative;
  overflow: hidden;
}

.content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 320px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
}
.content-box {
  padding-top: 20px;
  padding-bottom: 20px;
}

.button {
  position: relative;
  display: flex;
  width: 100%;
  height: 50px;
  border: none;
  border-radius: 5px;
  background: #D01F1F;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  transition: transform 0.25s, box-shadow 0.25s;
  text-decoration: none !important;
  z-index: 3;
}
.button:hover {
  transform: scale(1.03);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}

.logo {
  display: block;
  width: 128px;
  height: 36px;
  text-decoration: none !important;
}

.menu {
  background: #FFE70F;
  padding: 2px 0;
}
.menu__box {
  display: none;
}

.head {
  background: #74B533;
}
.head__box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 7px 0;
  width: 100%;
}
.head__search, .head__soc, .head__but {
  display: none;
}
.head__burger {
  position: relative;
  width: 24px;
  height: 16px;
  padding: 0;
  cursor: pointer;
  outline: none;
  text-decoration: none !important;
}
.head__burger:before, .head__burger:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  left: 0;
  top: 50%;
  background: #fff;
  transition: transform 0.25s;
}
.head__burger:before {
  transform: translateY(-50%) translate(0, -6px);
}
.head__burger:after {
  transform: translateY(-50%) translate(0, 6px);
}
.head__burger span {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  top: 50%;
  left: 0;
  overflow: hidden;
  border-radius: 5px;
  transform: translateY(-50%);
  transition: opacity 0.25s;
  opacity: 1;
}

.breadcrumbs {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  max-width: 100%;
  gap: 3px;
  font-size: 12px;
  align-self: flex-start;
}
.breadcrumbs__item {
  position: relative;
  display: flex;
}
.breadcrumbs__item span {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.breadcrumbs__item:last-child {
  overflow: hidden;
  opacity: 0.5;
}

.main {
  padding-top: 20px;
  max-width: 100%;
}
.main__title {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
}
.main__author {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  font-size: 12px;
  gap: 3px;
}
.main__author--info {
  color: #D01F1F;
  font-weight: 700;
}
.main__text {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 10px;
}
.main__text p {
  line-height: 1.5;
}
.main__text a {
  font-weight: 700;
}
.main__label {
  display: flex;
  padding: 10px 15px;
  border-radius: 10px;
  background: #CCF4A3;
  font-weight: 700;
  line-height: 1.5;
  gap: 15px;
}
.main__label:before {
  content: "“";
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
}
.main__but {
  margin-top: 20px;
}

.info__text {
  margin-top: 10px;
  line-height: 1.5;
}
.info__text a {
  font-weight: 700;
}
.info__list {
  margin-top: 10px;
  border-left: 4px solid #D01F1F;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 16px;
  padding-left: 27px;
}
.info__item {
  display: list-item;
  line-height: 1.2;
}

.form {
  border-radius: 10px;
  background: #74B533;
  padding: 20px 20px 30px;
  margin-top: 40px;
}
.form__prod {
  width: 120px;
  margin: 0 auto;
}
.form__box {
  margin-top: 10px;
}
.form__title {
  font-size: 20px;
  font-weight: 600;
  color: #FDFCE1;
  text-align: center;
}
.form__item {
  margin-top: 20px;
}
.form__select {
  position: relative;
  background: #fff;
  border: none;
  border-radius: 5px;
  height: 50px;
  display: flex;
  align-items: stretch;
}
.form__select select {
  position: relative;
  background: none;
  width: 100%;
  border: none;
  color: #000;
  font-size: 14px;
  padding: 0 41px 0 20px;
  cursor: pointer;
  z-index: 2;
  -webkit-appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form__select:before {
  position: absolute;
  content: "";
  z-index: 1;
  width: 10px;
  height: 10px;
  border: 2px solid transparent;
  border-left-color: #000;
  border-bottom-color: #000;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  transform: translateY(-50%) rotateZ(-45deg);
}
.form__input {
  background: #fff;
  border: none;
  border-radius: 5px;
  height: 50px;
  padding: 0 20px;
  display: flex;
  align-items: center;
}
.form__input input {
  background: none;
  width: 100%;
  border: none;
  color: #000;
  font-size: 14px;
}
.form__button {
  margin-top: 10px;
}
.form__price {
  margin-top: 15px;
  text-align: center;
  color: #FDFCE1;
}
.form__price-old {
  opacity: 0.5;
  font-size: 20px;
  font-weight: 600;
}
.form__price-new {
  font-size: 30px;
  font-weight: 600;
}

.comment {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 10px;
}
.comment__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}
.comment__item {
  border-radius: 10px;
  background: #CCF4A3;
  padding: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
}
.comment__ava {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
}
.comment__ava img {
  border-radius: 50%;
}
.comment__box {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 5px;
  flex: 2;
}
.comment__author {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  gap: 5px;
  width: 100%;
}
.comment__name {
  display: flex;
  font-weight: 600;
  overflow: hidden;
  line-height: 1.25;
}
.comment__name span {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.comment__date {
  font-size: 12px;
  opacity: 0.7;
}
.comment__text {
  font-size: 13px;
  line-height: 1.5;
}
.comment__text img {
  margin-top: 5px;
}
.comment__answer {
  font-weight: 700;
  color: #D01F1F;
}

.sidebar {
  display: none;
}
