body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

input {
  outline: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input::placeholder {
  color: inherit;
}

button {
  outline: none;
  cursor: pointer;
}

.container {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}

.bold {
  font-weight: 600;
}

.center {
  text-align: center;
}

.button {
  height: 40px;
  border-radius: 20px;
  box-shadow: 0px 5px 7.5px rgba(255, 90, 0, 0.2);
  background-image: linear-gradient(99deg, #d76d00 0%, #eb9901 100%);
  border: 1px solid #d76d00;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 22px;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  cursor:pointer;
}

.button:before {
  content: "";
  display:inline list-item;
  position: relative;
  height: 50px;
  width: 50px;
  background : #fff;
  left: -70px;
  top: 0px;
  transform: rotate(37deg);
  transition: all .3s;
  opacity: 0.3;
  overflow:hidden;
  border-radius:50%;
}

.button:hover:before {
  left:95%;
}

.button:hover {
  box-shadow: 0px 10px 15px rgba(255, 90, 0, 0.2);
}

.input-number {
  position: relative;
  width: 80px;
}

.input-number input {
  width: 100%;
  height: 38px;
  box-sizing: border-box;
  border-radius: 8px;
  background-color: #ffffff;
  border: 1px solid #c39f95;
  text-align: center;
}

.input-number__increment,
.input-number__decrement {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  font-weight: bold;
  color: #000;
  cursor: pointer;
  user-select: none;
}

.input-number__decrement {
  left: 0;
}

.input-number__increment {
  right: 0;
}

.navigation {
  height: 52px;
}

.navigation .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navigation a {
  line-height: 17px;
  font-size:13px;
  display:inline-block;
  padding:10px;
  border-radius: 10px;
  }
.navigation a:hover {
color:#d76d00;
background-color:#fbf7ef;
  }


.navigation img {
  vertical-align: middle;
  margin-right: 4px;
}

.nav-dev {
  display: none;
}

.header {
  position: sticky;
  background-color: #fff;
  top: 0;
  z-index: 10;
  box-shadow: 0px 14px 9px rgba(118, 129, 172, 0.1);
}

.header__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e3eb;
}

.header__schedule {
  font-size: 14px;
  line-height: 18px;
  position: relative;
  padding:5px;
  border-radius: 10px;
color:#000;
background-color:#fbf7ef;
}

.header__icon-time {
  position: absolute;
  top: 0;
  left: 0;
}

.header__tel {
  font-size: 24px;
  font-weight: 500;
  color: #060606;
}

.header__tel img {
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin-right: 12px;
}

.header__form {
  position: relative;
  flex: 1;
  max-width: 362px;
}

.header__form input {
  width: 100%;
  height: 55px;
  padding-left: 20px;
  padding-right: 50px;
  border-radius: 28px;
  border: 1px solid #e5e3eb;
  box-sizing: border-box;
  color: #060606;
}

.header__form input:focus {
  border-color: #000;
}

.header__form button {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}

.header__nav {
  display: flex;
  background-color: #fff;
  align-items: center;
  text-align: center;
  padding: 14px;
}

.header__nav a {
  font-size: 16px;
  line-height: 14px;
  border-radius: 10px;
  padding:10px;
}

.header__nav a:hover {
  color: #d76d00;
  background-color:#fbf7ef;
}

.header__nav a + a {
  margin-left: 22px;
}

.home {
  padding-top: 28px;
  padding-bottom: 54px;
}

.home__sale {
  border: 1px solid #d76d00;
  display: flex;
  align-items: center;
  padding: 20px 64px;
}

.home__sale-discount {
  font-size: 24px;
  line-height: 24px;
  color: #000;
  font-weight: 700;
  text-align:center;
  width:100%;
}

.home__sale-desc {
  line-height: 24px;
  margin-left: 48px;
}

.home__slider {
  margin-top: 32px;
  font-size: 0;
}

.home__slider img {
  width: 100%;
}

.home__slider-prev,
.home__slider-next {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: url(img/arrow.png) center no-repeat #fff;
  border: 1px solid #e5e3eb;
  position: absolute;
  top: 50%;
  z-index: 1;
  cursor: pointer;
}

.home__slider-prev-dev,
.home__slider-next-dev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: url(img/arrow.png) center no-repeat #fff;
  border: 1px solid #e5e3eb;
}

.home__slider-dots {
  margin-left: 24px;
  margin-right: 24px;
}

.home__slider-dots .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  opacity: 1;
  background-color: #d8d9da;
}

.home__slider-dots .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 8px;
}

.home__slider-dots .swiper-pagination-bullet-active {
  background-color: #d76d00;
}

.home__slider-prev-dev {
  transform: scale(-1, 1);
}

.home__slider-controls {
  display: none;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
}

.home__slider-prev {
  left: 10px;
  transform: translateY(-50%) scale(-1, 1);
}

.home__slider-next {
  right: 10px;
  transform: translateY(-50%);
}

.home__block {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}

.home__advantages {
  display: flex;
  align-items: center;
  font-size: 14px;
}

.home__advantages img {
  margin-right: 18px;
  width: 69px;
}

.home__clarification {
  text-align: center;
  margin-top: 36px;
  margin-bottom: 0;
  font-size: 14px;
}

.filters {
  display: none;
  position: relative;
  width: calc(100% - 32px);
  margin-left: 16px;
  margin-right: 16px;
  height: 65px;
  border-radius: 6px;
  box-shadow: 0px 14px 9px rgba(118, 129, 172, 0.1);
  background-color: #fff;
  padding-left: 24px;
  padding-right: 24px;
  box-sizing: border-box;
  border: none;
  appearance: none;
  background-image: url(img/arrow-down.png);
  background-repeat: no-repeat;
  background-position: center right 24px;
}

.cart {
  position: fixed;
  right: 48px;
  top: 270px;
  z-index: 9;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 264px;
  max-height: fit-content;
  margin: auto;
  border-radius: 26px;
  box-shadow: 0px 14px 9px rgba(118, 129, 172, 0.1);
  background-color: #ffffff;
  border: 1px solid #e5e3eb;
}

.cart.open .cart__discount,
.cart.open .cart__body,
.cart.open .cart__footer {
  display: block;
}

.cart__discount,
.cart__body,
.cart__footer {
  display: none;
}

.cart__header {
  position: relative;
  height: 36px;
  display: flex;
  align-items: center;
  padding: 12px 52px 12px 24px;
  user-select: none;
  cursor: pointer;
}

.cart__header::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%) rotate(90deg);
  width: 7px;
  height: 11px;
  background-image: url(img/arrow.png);
}

.cart__title {
  font-weight: normal;
  font-size: 18px;
  color: #060606;
}

.cart__count {
  margin-left: 4px;
  font-size: 18px;
  color: #888b95;
}

.cart__icon {
  position: relative;
  margin-left: auto;
  font-size: 0;
}

.cart__icon img {
  max-width: 100%;
}

.cart__label {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-25%);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #d76d00;
  font-weight: 500;
  font-size: 10px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
}

.cart__discount {
  background-color: #fff;
  font-size: 12px;
  color: #060606;
  text-align: center;
  padding:5px;
}

.cart__discount span {
  font-weight: bold;
  line-height: 24px;
  color: #d76d00;
}

.cart__body {
  margin: 16px 8px 8px 24px;
  padding-right: 10px;
  overflow-y: auto;
  
}

.cart__body::-webkit-scrollbar {
  width: 5px;
}

.cart__body::-webkit-scrollbar-track {
  border-radius: 3px;
  background-color: #e0e1e2;
}

.cart__body::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #d86e00;
}

.cart__item + .cart__item {
  margin-top: 16px;
}

.cart__name {
  font-weight: 600;
  font-size: 14px;
  color: #000000;
}

.cart__item-data {
  display: flex;
  margin-top: 10px;
  padding-bottom: 12px;
  border-bottom: 1px solid #aaacb3;
}

.cart__item-weight,
.cart__item-price {
  font-size: 13px;
  color: #000000;
}

.cart__item-price {
  font-weight: bold;
}

.cart__item-img {
  flex-basis: 100px;
  font-size: 0;
}

.cart__item-img img {
  max-width: 100%;
}

.cart__item-info {
  margin-left: 12px;
  color: #aaacb3;
}

.cart__item-count {
  margin-top: 10px;
}

.cart__footer {
  text-align: center;
  padding-bottom: 24px;
}

.cart__footer button {
  height: 40px;
  border-radius: 20px;
  box-shadow: 0px 5px 7.5px rgba(255, 90, 0, 0.2);
  background-image: linear-gradient(99deg, #d76d00 0%, #eb9901 100%);
  border: 1px solid #d76d00;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
}

.cart__empty {
  padding-left: 20px;
  padding-right: 20px;
}

.cart__total {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #060606;
  border-top: 1px solid #888b95;
  padding-top: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
}

.cart__text {
  font-size: 14px;
  color: #888b95;
  padding-top: 16px;
  padding-bottom: 16px;
  display: inline-block;
  text-align: center;
}

.choise {
  position: sticky;
  top: 210px;
  z-index: 8;
  background-color: #fff;
  box-shadow: 0px 14px 9px rgba(118, 129, 172, 0.1);
  user-select: none;
}

.choise .container {
  position: relative;
  box-sizing: border-box;
  padding-left: 24px;
  padding-right: 24px;
}

.choise__content {
  display: flex;
  align-items: center;
  overflow: hidden;
}

.choise__block {
  display: flex;
  align-items: center;
  white-space: nowrap;
  margin-left: 12px;
  margin-right: 12px;
  font-size: 14px;
  line-height: 64px;
}

.choise__block img {
  margin-right: 4px;
}

.choise__block_red {
  color: #d76d00;
}

.choise__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}

.choise__arrow_left {
  left: 0;
}

.choise__arrow_right {
  transform: translateY(-50%) rotate(180deg);
  right: 0;
}

.registration {
  background-color: #fff;
  padding: 68px 0;
  position: relative;
  overflow: hidden;
}

.registration__img {
  position: absolute;
  right: -200px;
  top: -140px;
}

.registration__img_mobile {
  display: none;
}

.registration__title {
  font-size: 48px;
  margin: 0;
}

.registration__subtitle {
  font-size: 18px;
  line-height: 30px;
  margin: 0;
  margin-top: 20px;
}

.registration__form {
  position: relative;
  display: flex;
}

.registration__block {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-basis: 336px;
}

.registration__block input {
  margin-top: 14px;
  border: 1px solid #d9d7df;
  border-radius: 6px;
  height: 64px;
  width: 100%;
  max-width: 336px;
  text-align: center;
}

.registration__agreement {
  display: flex;
  margin-top: 40px;
}

.registration__text {
  margin-left: 125px;
}

.registration__text p {
  margin: 0;
  line-height: 24px;
}

.registration__text a {
  color: #000;
  border-bottom: 1px solid #000;
}

.button__registration {
  height: 55px;
  border-radius: 27px;
  font-size: 16px;
  font-weight: 500;
}

.info {
  background-image: url(img/bg-info.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 72px 40px;
  box-sizing: border-box;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

.info__title {
  font-size: 30px;
  font-weight: 700;
  margin: 0;
}

.info__content {
  display: flex;
}

.info__tel {
  font-size: 48px;
  font-weight: 700;
}

.info__text {
  font-size: 18px;
  line-height: 30px;
  margin: 0;
}

.info__text_link {
  font-weight: 500;
  border-bottom: 1px solid #ffffff;
  margin-top: 12px;
}

.info__contacts {
  margin-top: 24px;
  margin-bottom: 34px;
}

.info__contacts img {
  vertical-align: bottom;
}

.about {
  padding-bottom: 84px;
}

.about ul {
  padding-left: 32px;
  margin-bottom: 0;
}

.about ul li {
  line-height: 24px;
  color: #000;
  list-style-type: disclosure-closed;
}

.about ul li span {
  color: #000000;
}

.about__title {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
}

.about__subtitle {
  font-size: 24px;
}

.about__text {
  line-height: 24px;
}

.about__text_bold {
  font-weight: 700;
}

.about__block {
  display: flex;
  justify-content: space-between;
  margin: 38px 0;
}

.about__card {
  font-size: 16px;
  line-height: 30px;
  flex-basis: calc(50% - 20px);
  background-color: #fbf7ef;
  padding: 40px 24px;
  box-sizing: border-box;
}

.footer {
  border:1px solid #d76d00;
  padding: 52px 0;
  color: #ffffff;
}

.footer__content {
  display: flex;
  justify-content: space-between;
}

.footer__block {
  font-size: 14px;
  line-height: 24px;
}

.footer__social {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-right: 1px solid #9d7d6e;
  border-left: 1px solid #9d7d6e;
  padding-left: 52px;
  padding-right: 52px;
  box-sizing: border-box;
}

.footer__social a {
  margin-top: 32px;
}

.footer__policy {
  border-bottom: 1px solid #fff;
}

.footer__img a + a {
  margin-left: 14px;
}

.footer__wrap {
  display: flex;
  align-items: center;
}

.footer__wrap + .footer__wrap {
  margin-top: 28px;
}

.footer__wrap img {
  width: 15px;
  height: 15px;
  margin-right: 12px;
}

.footer__tel {
  font-size: 30px;
  font-weight: 500;
}

.footer__email {
  font-size: 14px;
  line-height: 24px;
}

.footer__requisites {
  display: flex;
}

.footer__requisites span + span {
  margin-left: 8px;
}

.footer__copy {
  margin-top: 28px;
}

.footer__dev {
  display: none;
}

.products {
  max-width: 1340px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 100px;
}

.products__block {
  background-color: #fbf7ef;
  padding: 35px 32px;
}

.products__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 28px;
  grid-row-gap: 52px;
  margin-top: 40px;
}

.product__card {
  border-radius: 8px;
  overflow: hidden;
  transition: box-shadow 200ms;
}

.product__card:hover {
  box-shadow: 0px 10px 15px rgba(31, 32, 39, 0.15);
}

.products__title {
  margin-top: 48px;
  font-weight: 700;
  font-size: 48px;
  text-align: center;
}

.products__clarification {
  margin-top: 16px;
  font-weight: 500;
  font-size: 14px;
  color: #060606;
  text-align: center;
}

.products__subtitle {
  margin: 0;
  margin-bottom: 28px;
  font-size: 24px;
  font-weight: 600;
  display:block;
  clear:both;
}

.product__img {
  font-size: 0;
}

.product__img img {
  max-width: 100%;
}

.products__options {
  display: grid;
  grid-template-columns: repeat(2, 234px);
  grid-template-rows: repeat(2, 1fr);
  justify-content: space-between;
  grid-row-gap: 6px;
}

.products__field {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  padding-bottom:10px;
}

.products__input-field {
  margin-left: auto;
}

.button_product {
  margin-top: 20px;
}

.reviews {
  padding-bottom: 64px;
}

.reviews__slider {
  padding: 32px 42px;
  margin-left: -42px;
  margin-right: -42px;
  user-select: none;
  --swiper-pagination-color: #d76d00;
}

.reviews__slider .swiper-pagination {
  bottom: 0;
}

.reviews__card {
  box-shadow: 0px 10px 32px rgba(102, 117, 179, 0.15);
  background-color: #ffffff;
  border: 1px solid #ededf7;
  padding: 0 24px 20px 24px;
}

.reviews__data {
  padding-top: 32px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ededf7;
}

.reviews__title {
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  margin: 0;
  margin-top: 76px;
  margin-bottom: 48px;
}

.reviews__text {
  margin: 0;
  margin-top: 20px;
}

.reviews__name {
  font-size: 18px;
  line-height: 22px;
  color: #292a32;
  margin-right: 16px;
}

.reviews_button {
display:inline-block;
  font-size: 16px;
  padding-left: 52px;
  padding-right: 52px;
  padding-top:18px;
  height: 40px;
  border-radius: 28px;
  margin-top: 48px;
}

.goods {
  padding-top: 64px;
  padding-bottom: 64px;
}

.goods__title {
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}

.goods__options {
  background-color: #fbf7ef;
  padding: 32px 32px;
  flex-basis: 296px;
  box-sizing: border-box;
}

.goods__card {
  display: flex;
  margin-bottom: 36px;
}

.goods__card img {
  max-width: 100%;
}

.goods__composition {
  display: flex;
}

.products__text input,
.goods__weight input {
  display: none;
}
.products__text input + i,
.goods__weight input + i {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 35px;
  margin-right: 8px;
  cursor: pointer;
  border: 1px solid #666;
}
.products__text input:checked + i:before,
.goods__weight input:checked + i:before {
  content: "";
  position: absolute;
  background: url(img/sprite.png) -267px -18px;
  padding: 12px 12px;
  border-radius: 0;
  top: 5px;
  left: 5px;
}

.products__text{
	display:flex;
	align-items:center;
	text-align:left;
}

.goods__field {
  display: flex;
  align-items: center;
  font-size: 18px;
}

.goods__field + .goods__field {
  margin-top: 22px;
}

.goods__input-field {
  margin-left: auto;
}

.goods__price {
  border-top: 1px solid #c39f95;
  margin-top: 44px;
  padding-top: 32px;
  font-size: 30px;
  line-height: 30px;
}

.goods_button {
  margin-top: 36px;
  font-size: 16px;
  font-weight: 500;
  padding-left: 60px;
  padding-right: 60px;
  height: 55px;
  border-radius: 28px;
}

.goods__name {
  font-size: 14px;
  color: #060606;
  margin-right: 16px;
}

.goods__block {
  border-radius: 8px;
  background-color: #fbf7ef;
  flex-basis: 25%;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 28px;
  padding-right:28px;
  line-height: 22px;
  color: #292a32;
}

.goods__block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.goods__block_total {
  background-color: #fff;
  font-size: 24px;
  line-height: 30px;
  color: #d76d00;
  font-weight: 700;
  vertical-align: middle;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.goods__block_total p {
  margin: 0;
}

.goods__block_total a {
  border-bottom: 1px solid #d76d00;
  font-size: 16px;
}

.goods__block_border {
  position: relative;
}

.goods__block_border::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  width: 1px;
  height: calc(100% - 80px);
  background-color: #c39f95;
}

.goods__subtitle {
  font-size: 18px;
  line-height: 22px;
  color: #292a32;
}

.goods__desc {
  margin-top: 72px;
  margin-bottom: 60px;
  font-size: 48px;
  font-weight: 700;
}

.goods__text {
  line-height: 24px;
  margin: 0;
  margin-top: 36px;
}

@media screen and (max-width: 980px) {
  .registration__img,
  .navigation,
  .choise {
    display: none;
  }
  .header__nav {
    display: none;
    position: fixed;
    left: 0;
    top: 60px;
    width: 100%;
    max-width: 285px;
    height: auto;
    max-height: 360px;
    box-sizing: border-box;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 20px;
    z-index: 11;
    text-align: left;
    box-shadow: 0px 10px 32.5px rgba(102, 117, 179, 0.15);
    background-color: #ffffff;
    border: 1px solid #ededf7;
    flex-direction: column;
    align-items: stretch;
    overflow-y: auto;
  }
  .header__nav::-webkit-scrollbar {
    width: 5px;
  }
  .header__nav::-webkit-scrollbar-track {
    border-radius: 3px;
    background-color: #e0e1e2;
  }
  .header__nav::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #d86e00;
  }
  .header__nav a {
    font-size: 13px;
    line-height: 30px;
    font-weight: 500;
    color: #000;
  }
  .header__nav a + a {
    margin-left: 0;
    border-top: 1px solid #ededf7;
  }
  .header__nav.open {
    display: flex;
  }
  .header {
    position: static;
  }
  .header__form {
    display: none;
  }
  .header__tel {
    font-size: 12px;
  }
  .cart {
    position: static;
    max-width: none;
    width: auto;
    margin: 20px 16px 0;
    box-sizing: border-box;
  }
  .home {
    padding-bottom: 36px;
  }
  .home__sale {
    flex-direction: column;
    padding: 24px 16px;
    margin-left: 16px;
    margin-right: 16px;
  }
  .home__sale-desc {
    margin-left: 0;
    font-size: 14px;
    line-height: 18px;
  }
  .home__sale-discount {
    margin-bottom: 18px;
  }
  .home__block {
    display: block;
    padding-right: 30px;
    padding-left: 30px;
  }
  .home__clarification {
    margin-top: 28px;
  }
  .home__advantages + .home__advantages {
    margin-top: 20px;
  }
  .home__slider-prev,
  .home__slider-next {
    display: none;
  }
  .home__slider-controls {
    display: flex;
  }
  .filters {
    display: block;
  }
  .products__title {
    font-size: 30px;
  }
  .products__clarification {
    font-size: 14px;
  }
  .products {
    padding-bottom: 44px;
  }
  .products__block {
    text-align: center;
  }
  .products__content {
    grid-template-columns: auto;
    grid-template-rows: auto;
    grid-row-gap: 32px;
  }
  .products__options {
    grid-template-columns: repeat(1, 234px);
    justify-content: center;
  }
  .registration {
    padding: 36px 16px;
  }
  .registration__title {
    font-size: 24px;
    text-align: center;
  }
  .registration__subtitle {
    margin-top: 10px;
    font-size: 14px;
    text-align: center;
  }
  .registration__form {
    margin-top: 12px;
    padding: 24px 16px;
    display: block;
  }
  .registration__block + .registration__block {
    margin-top: 24px;
  }
  .registration__agreement {
    display: block;
    text-align: center;
  }
  .registration__text {
    margin-top: 24px;
    margin-left: 0;
  }
  .reviews {
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
  }
  .reviews__title {
    font-size: 30px;
    margin-top: 36px;
    margin-bottom: 36px;
  }
  .reviews__card {
    padding-left: 16px;
    padding-right: 16px;
  }
  .reviews__text {
    max-height: 195px;
    font-size: 16px;
    line-height: 24px;
    overflow-y: auto;
  }
  .reviews__text::-webkit-scrollbar {
    width: 5px;
  }
  .reviews__text::-webkit-scrollbar-track {
    border-radius: 3px;
    background-color: #e0e1e2;
  }
  .reviews__text::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #d86e00;
  }
  .reviews__slider {
    padding: 0;
    margin: 0;
  }
  .info {
    display: block;
    padding: 40px 16px;
  }
  .info__title {
    font-size: 16px;
  }
  .info__tel {
    font-size: 24px;
  }
  .info__contacts {
    margin-top: 12px;
    margin-bottom: 20px;
  }
  .info__contacts img {
    height: 34px;
    width: 34px;
  }
  .info__text {
    font-size: 12px;
    line-height: 16px;
  }
  .info__block + .info__block {
    margin-top: 20px;
  }
  .about {
    padding-top: 56px;
    padding-right: 16px;
    padding-left: 16px;
    padding-bottom: 44px;
    box-sizing: border-box;
  }
  .about ul {
    padding-left: 16px;
  }
  .about__subtitle {
    font-size: 16px;
    line-height: 24px;
  }
  .about__title {
    text-align: center;
    font-size: 30px;
  }
  .about__block {
    display: block;
  }
  .about__card + .about__card {
    margin-top: 24px;
  }
  .footer {
    padding: 32px 16px;
  }
  .footer__content {
    flex-direction: column;
  }
  .footer__requisites {
    flex-direction: column;
  }
  .footer__requisites span + span {
    margin-left: 0;
  }
  .footer__social {
    display: block;
    order: 2;
    padding-left: 0;
    padding-right: 0;
    border-left: none;
    border-right: none;
  }
  .footer__dev {
    display: block;
    order: 3;
    margin-top: 32px;
    font-size: 14px;
    line-height: 24px;
  }
  .footer__dev a {
    border-bottom: 1px solid #fff;
  }
  .footer__img {
    display: flex;
    justify-content: space-between;
  }
  .footer__img a + a {
    margin-left: 0;
  }
  .footer__policy {
    display: none;
  }
  .footer__contacts {
    order: 1;
    margin-top: 32px;
  }
  .footer__wrap + .footer__wrap {
    margin-top: 16px;
  }
  .footer__copy {
    display: none;
  }
  .header__content {
    height: 100px;
    box-sizing: border-box;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: center;
  }
  .header__logo {
    max-width: 160px;
  }
  .header__logo img {
    max-width: 100%;
  }
  .header__schedule {
    order: 2;
    margin-top: 12px;
    font-size: 10px;
    line-height: 14px;
  }
  .header__schedule b{
	  display:inline-block;
max-width: 100%;
word-break: break-all;	  
  }
  .header__tel {
    order: 1;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
  }
  .header__tel img {
    margin-right: 4px;
  }
  .nav-dev {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #000;
    height: 60px;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
  }
  .nav-dev.open .nav-dev__text,
  .nav-dev.open .nav-dev__cross {
    display: block;
  }
  .nav-dev.open .nav-dev__form,
  .nav-dev.open .nav-dev__menu {
    display: none;
  }
  .nav-dev__menu {
    height: 24px;
    width: 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .nav-dev__form {
    position: relative;
    flex-basis: 70%;
  }
  .nav-dev__form input {
    width: 100%;
    height: 34px;
    padding-left: 16px;
    padding-right: 33px;
    border-radius: 17px;
    border: none;
    box-sizing: border-box;
    font-size: 12px;
    color: #060606;
  }
  .nav-dev__form button {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
  }
  .nav-dev__line {
    width: 100%;
    height: 5px;
    background-color: #fff;
	cursor:pointer;
  }
  .nav-dev__line_short {
    width: 50%;
  }
  .nav-dev__text {
    display: none;
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
  }
  .nav-dev__cross {
    display: none;
    position: relative;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
  }
  .nav-dev__cross::before, .nav-dev__cross::after {
    content: '';
    position: absolute;
    background-color: #fff;
  }
  .nav-dev__cross::before {
    width: 2px;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
  .nav-dev__cross::after {
    width: 100%;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
  }
  .goods {
    padding-right: 16px;
    padding-left: 16px;
    box-sizing: border-box;
  }
  .goods__title {
    font-size: 30px;
  }
  .goods__card {
    display: block;
  }
  .goods__composition {
    display: block;
  }
  .goods__block {
    padding-top: 28px;
    padding-bottom: 0;
    padding-left: 16px;
  }
  .goods__block_border + .goods__block_border {
    padding-bottom: 26px;
  }
  .goods__block_border::before {
    content: none;
  }
  .goods__block_total {
    padding-bottom: 40px;
  }
  .goods__block_total a {
    line-height: 1;
    margin-top: 16px;
  }
  .goods__desc {
    font-size: 30px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 36px;
  }
  .registration__img_mobile {
    display: block;
    max-width: 100%;
    margin-top: 40px;
  }
}

.cartp {
  right: 48px;
  top: 256px;
  z-index: 9;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 264px;
  height: 90%;
  max-height: fit-content;
  margin: auto;
  border-radius: 26px;
  background-color: #ffffff;
}
.close{float:right;border-radius:3px;}
.table .head {
    font-weight: 900;
}
.table tr td {
    border: 1px solid #583731;
    padding: 2px;
}
.table table td {
    padding: 10px;
    margin: 0;
    background: #FFF;
}
* {
    outline: none;
}
.table table {
    border-collapse: collapse;
    font-size: 16px;
}
.table {
    text-align: center;
}
.table table th {
    background: #FFF;
    height: 60px;
    margin: 0;
    color: #583731;
	border: 1px solid #583731;
}
@media only screen and (max-width:980px){
.hid{
display:none;
}

.navigation{display:inline-block;height:auto;}
.navigation .container {
	display:inline-block;
    max-width: 1140px;
    width: 100%;
    
}
.navigation a {
    line-height: 30px;
    color: #000;
    display: inline-block;
    margin: 10px;
    background-color: #fff;
    padding: 3px;
border-radius: 5px;
border:1px solid #000;
}

.navigation a:hover {color:#fff;
 background-color:#000; border:1px solid #fff;}

.navigation a img{background-color: #000;border-radius: 50%;padding:3px;}

.navigation .choise{display:none}

}
.itbl{border:1px solid gray;padding:10px;background-color:#fff;overflow:auto;margin:20px;}
.itbl td{border:1px solid gray;padding:10px;max-width:400px;}
.other{padding:5px;background-color:#d76d00;color:#fff;padding-top:100px;padding-bottom:100px;}
.filters{cursor:pointer}
@supports (-ms-ime-align:auto) {
.product__card {
    width: 45%;
    float: left;
    margin: 1%;
    padding: 1%;
}
.products__field {
    float: left;
    margin: 5px;
}
}
.hid{display:none;height:0px}
.gray ul li span{color:gray}
.products img {max-width:100%}
@media only screen and (max-width: 980px) {
  .navigation a img{border-radius:5px;}
}
.products a {text-decoration:underline}
.products a img {float:left; margin-right:20px; margin-bottom:20px;}

.hover-underline::after,
.hover-underline::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #d76d00, #d76d00, #000000);
  bottom: -5px;
  left: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s ease-out;
}

.hover-underline::before {
  top: -5px;
  transform-origin: left;
}

.hover-underline:hover::after,
.hover-underline:hover::before {
  transform: scaleX(1);
}
.ihid{
display:none;
}
.scroll-top-box {
    cursor: pointer;
    background: #FFF;
    border: 2px solid #d76d00;
    position: fixed;
    -webkit-border-radius: 10em;
    border-radius: 10em;
    right: 20px;
    bottom: 70px;
    z-index: 5;
    opacity: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    -webkit-transition: all .35s;
    transition: all .35s;
	display: block;
	z-index: 1000;
}
.fa-angle-up::before {
  content: "\f106";
}
.scroll-top-box .fa {
  color: #d76d00;
  font-size: 28px;
}
.fa {
  font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa, .fa-stack {
  display: inline-block;
}
.scroll-top-box {
  cursor: pointer;
}
.registration h2, a, .registration__block{padding:3px;border-radius:5px;background-color:white;opacity:100%; margin:5px;color:black;}
#reg .container{padding:10px}
.registration .registration__block span{font-weight:bold}
.registration .registration__text p{padding:3px;border-radius:5px;background-color:white;color:black;}
.header__nav a, .footer__tel, .footer__email {color:black}
.registration__title{text-align:center}
.center{text-align:center;width:100%}
.balls{
    cursor: pointer;
    background: #FFF;
	color:green;
	font-weight:bold;
    border: 2px solid #d76d00;
    position: fixed;
    -webkit-border-radius: 10em;
    border-radius: 4px;
    right: 80px;
    bottom: 70px;
    z-index: 5;
    width: 200px;
    height: 20px;
    text-align: center;
	z-index: 1000;
	display: flex;
	flex-direction: column-reverse;
	overflow:auto;
}
.about a{
text-decoration:underline;
}