@charset "UTF-8";
svg {
  display: block;
  width: 0;
  height: 0;
  transition: 0.3s all;
}

*,
*::after,
*::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
:root{
	--main-color: #D04715;
	--additional-color:#6A4932;
}
body, html {
  background: #ffffff;
  color: #555555;
  font-family: var(--font-family), sans-serif;
  font-size: 16px;
  margin: 0 auto;
  -webkit-text-size-adjust: 100%;
}

body {
  font-size: 16px;
}
body.active {
  height: 100vh;
  overflow-y: hidden;
}

.page-title {
  margin-bottom: 28px;
  font-size: 40px;
  line-height: 1.17;
  font-weight: 600;
}
@media (max-width: 1000px) {
  .page-title {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .page-title {
    margin-bottom: 20px;
  }
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
  transition: 0.3s all;
}

ul {
  list-style: none;
}
ul li {
  position: relative;
}
ul li:last-child {
  margin-bottom: 0;
  margin-right: 0;
}

ol {
  margin: 0;
}
ol li:last-child {
  margin-bottom: 0;
}

p {
  line-height: 1.6;
}

.page-desc {
  margin-bottom: 30px;
}
.page-desc p {
  font-size: 16px;
  line-height: 1.4;
}

div.inner input:not([type="checkbox"]),
div.inner input[type=text].form-control,
div.modal input:not([type="checkbox"]),
textarea {
  display: inline-block;
  width: 100%;
  height: 60px;
  padding: 0 20px;
  background-color: #ffffff;
  color: #555555;
  border: 1px solid transparent;
  font-family: var(--font-family), sans-serif;
  font-size: 15px;
  font-weight: 300;
  text-align: left;
  box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  resize: none;
  outline: none;
  transition: all linear 0.1s;
}



input::-moz-placeholder, textarea::-moz-placeholder {
  color: #D9D9D9;
}
input::placeholder,
textarea::placeholder {
  color: #D9D9D9;
}
input:focus,
textarea:focus {
  background-color: #ffffff;
  border: 1px solid #ffffff;
}

input:focus {
  background-color: #ffffff;
}

input::-moz-placeholder {
  color: #A6AEB9;
  opacity: 1;
}

div.inner input::placeholder {
  color: #A6AEB9;
  opacity: 1;
}

.input {
  position: relative;
}
.input label {
  color: #ffffff;
  background-color: transparent;
  font-size: 16px;
  line-height: 16px;
  pointer-events: none;
  position: absolute;
  transition: all 0.3s;
  top: 15px;
  left: 0;
}

.input input:focus ~ label, .input input:valid ~ label, .input input:hover ~ label {
  top: -7px;
  color: #ffffff;
  font-size: 12px;
}

.input input:focus,
.input:valid,
.input input:hover {
  border: 1px solid var(--additional-color,#6A4932);
  background-color: #ffffff;
}

div.inner input,
div.inner textarea,
div.inner select,
div.inner input:active,
div.inner textarea:active {
  outline: none transparent !important;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  -moz-outline: none !important;
  font-family: var(--font-family), sans-serif;
}

textarea {
  overflow: auto;
  min-height: 150px;
  padding: 20px;
}

input[type=submit],
button[type=submit],
input[type=reset],
button[type=reset],
div.inner input[type=radio],
div.inner input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

a:active, a:focus, div:active, div:focus, button:active, button:focus {
  outline: 0 !important;
  outline-color: transparent !important;
  outline-width: 0 !important;
  outline-style: none !important;
  -webkit-tap-highlight-color: transparent !important;
}

button {
  cursor: pointer;
  border: none;
  background: none;
  font-family: var(--font-family), sans-serif;
}

.inner {
  width: 100%;
  max-width: 1920px;
  height: 100%;
  margin: 0 auto;
}

.content {
  width: 100%;
  max-width: 1392px;
  margin: 0 auto;
  padding: 0 15px;
  z-index: 5;
}

.img {
  display: flex;
  overflow: hidden;
  position: relative;
}
.img img {
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.page-link {
  display: block;
  font-size: 20px;
  padding: 10px 20px;
}

main {
  position: relative;
}

@media (max-width: 1000px) {
  .main-padding {
    padding-bottom: 770px;
  }
}
@media (max-width: 768px) {
  .main-padding {
    padding-bottom: 800px;
  }
}
@media (max-width: 576px) {
  .main-padding {
    padding-bottom: 830px;
  }
}

.nutritional {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .nutritional__list {
    margin-bottom: 0;
  }
}
.nutritional__item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.nutritional__item div {
  flex-shrink: 0;
}
.nutritional__item-line {
  margin: 0 8px;
}

.page__text h2 {
  margin-bottom: 30px;
  font-size: 36px;
  line-height: 1.3;
  font-weight: 600;
}
@media (max-width: 768px) {
  .page__text h2 {
    margin-bottom: 20px;
    font-size: 28px;
  }
}
.page__text p {
  margin-bottom: 20px;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .page__text p {
    font-size: 14px;
  }
}

.form__group {
  margin-bottom: 22px;
}
.form__label {
  display: block;
  margin-bottom: 7px;
  font-size: 12px;
}
.form__input {
  position: relative;
}
.form input {
  height: 38px;
  padding-left: 0;
  border-bottom: 2px solid #E3E3E3;
}

div.inner .form input,
div.inner .bx-soa-coupon-input input[type=text].form-control,
div.modal .form input,
div.inner .filter__list-item input {
  height: 38px;
  padding-left: 0;
  border-bottom: 2px solid #E3E3E3;
}

.form__captcha {
  margin-bottom: 25px;
}
.form__captcha-value {
  width: 300px;
  height: 80px;
  margin-bottom: 15px;
}
@media (max-width: 350px) {
  .form__captcha-value {
    width: 100%;
  }
}
.form__captcha-checked {
  position: absolute;
  top: 0;
  right: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  border: 1px solid #555555;
}
@media (max-width: 420px) {
  .form__captcha-checked {
    right: 0;
  }
}
.form__captcha-checked img {
  width: 18px;
}
.form__check {
  margin-bottom: 20px;
}
.form__check .checkbox + label {
  padding: 0 0 0 50px;
}
.form__check .checkbox + label:before {
  border: 1px solid #555555;
}
.form__btn {
  width: 318px;
}

div.inner form .form__btn, div.modal form .form__btn {
  width: 318px;
}


@media (max-width: 420px) {
  .form__btn {
    width: 100%;
  }
}

.social {
  display: flex;
  align-items: center;
  gap:10px;
}
.social-black svg {
  fill: #555555;
}
.social-white svg {
  fill: #ffffff;
}
.social__item {
  display: block;
  width: 38px;
  height: 38px;
  /* margin-right: 13px; */
}
@media (max-width: 1100px) {
  .social__item {
    width: 27px;
    height: 27px;
  }
}
.social__item:last-child {
  margin-right: 0;
}
.social__item:hover svg {
  fill: var(--main-color,#D04715);
}
.social__item svg {
  width: 100%;
  height: 100%;
}

.breadcrumbs {
  margin: 32px 0 22px;
}
@media (max-width: 1000px) {
  .breadcrumbs {
    margin: 24px 0;
  }
}
.breadcrumbs__list {
  display: flex;
  align-items: center;
}
@media (max-width: 480px) {
  .breadcrumbs__list {
    flex-wrap: wrap;
  }
}
.breadcrumbs__item {
  position: relative;
  margin-right: 13px;
  font-size: 16px;
  line-height: 1.3;
}
@media (max-width: 576px) {
  .breadcrumbs__item {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .breadcrumbs__item {
    margin-bottom: 10px;
  }
  .breadcrumbs__item:last-child {
    margin-bottom: 10px;
  }
}
.breadcrumbs__item a:hover {
  color: var(--main-color,#D04715);
}
.breadcrumbs__item:last-child::after {
  display: none;
}
.breadcrumbs__item:last-child a {
  cursor: default;
}
.breadcrumbs__item:last-child a:hover {
  color: #D9D9D9;
}
.breadcrumbs__item::after {
  content: "\\";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -10px;
  font-size: 16px;
}

.checkbox {
  display: block;
  position: absolute;
  z-index: -1;
  opacity: 0;
  width: 0;
  height: 0;
  padding: 0;
}

.checkbox + label {
  position: relative;
  padding: 0 0 0 40px;
  cursor: pointer;
  display: block;
}
@media (max-width: 576px) {
  .checkbox + label {
    font-size: 14px;
  }
}
.checkbox + label a {
  color: var(--main-color,#D04715);
}

.checkbox + label:before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 28px;
  height: 28px;
  border: 2px solid #E3E3E3;
  background: #FFF;
}

.checkbox + label:after {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 28px;
  height: 28px;
  background-image: url(/bitrix/templates/sushivashi/images/check.svg);
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: 0.2s;
}

.filter__header .checkbox + label {
  position: relative;
  padding: 0 0 0 20px;
  cursor: pointer;
  display: block;
}

.filter__header .checkbox + label:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 5px;
  width: 22px;
  height: 22px;
  border: 2px solid #E3E3E3;
  background: #FFF;
}

.filter__header .checkbox + label:after {
  content: "";
  position: absolute;
  top: -10px;
  left: 5px;
  width: 22px;
  height: 22px;
  background-image: url(/bitrix/templates/sushivashi/images/check.svg);
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: 0.2s;
}

.checkbox:checked + label:after {
  opacity: 1;
}

.radio {
  display: block;
  position: absolute;
  z-index: -1;
  opacity: 0;
  width: 0;
  height: 0;
}

div.inner input.radio,div.modal input.radio  {
  display: block;
  position: absolute;
  z-index: -1;
  opacity: 0;
  width: 0;
  height: 0;
}

.radio + label {
  position: relative;
  padding: 8px 16px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #D6C7BD;
}
@media (max-width: 1180px) {
  .radio + label {
    font-size: 14px;
    padding: 8px 12px;
  }
}
@media (max-width: 780px) {
  .radio + label {
    font-size: 12px;
    padding: 8px 12px;
  }
}

.radio:checked + label {
  background-color: #D6C7BD;
  color: #555555;
}

div.inner form .button,div.modal form .button {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  font-family: var(--font-family), sans-serif;
  border: 0px;
  border-radius: 0px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  transition: all linear 0.3s;
  height: 63px;
  text-align: center;
  font-size: 20px;
}


.button {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  font-family: var(--font-family), sans-serif;
  border: 0px;
  border-radius: 0px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  transition: all linear 0.3s;
  height: 63px;
  text-align: center;
  font-size: 20px;
}
.button-red {
  color: #ffffff;
  background-color: var(--main-color,#D04715);
}
.button-red:hover {
  color: var(--main-color,#D04715);
  background-color: transparent;
  border: 2px solid var(--main-color,#D04715);
}

div.inner .button-red[type="submit"], div.modal .button-red[type="submit"] {
  color: #ffffff;
  background-color: var(--main-color,#D04715);
}
div.inner .button-red:hover, div.modal .button-red:hover {
  color: var(--main-color,#D04715);
  background-color: transparent;
  border: 2px solid var(--main-color,#D04715);
}

.button-bordered {
  color: var(--main-color,#D04715);
  border: 2px solid var(--main-color,#D04715);
}
.button-bordered:hover {
  color: #ffffff;
  background-color: var(--main-color,#D04715);
}
.button-pink {
  color: #ffffff;
  background-color: #DC805F;
}
.button-pink:hover {
  color: #DC805F;
  background-color: transparent;
  border: 2px solid #DC805F;
}

.pagination {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.pagination__list {
  display: flex;
  margin: 0 20px;
  font-size: 20px;
}
.pagination__item {
  margin-right: 8px;
}
.pagination__item a:hover {
  color: var(--main-color,#D04715);
}
.pagination__arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 2px solid #E3E3E3;
  transition: 0.3s all;
}
.pagination__arrow:hover {
  border: 2px solid var(--main-color,#D04715);
}
.pagination__arrow:hover svg {
  fill: var(--main-color,#D04715);
}
.pagination__arrow svg {
  width: 20px;
  height: 20px;
  fill: #E3E3E3;
}

.label {
  position: absolute;
  z-index: 20;
  top: 8px;
  left: 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.label__item {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 24px;
  margin-bottom: 8px;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 1;
  text-align: center;
}
.label__item-red {
  background-color: #CF4715;
  color: #ffffff;
}
.label__item-orange {
  background-color: #ED8627;
}
.label__item-yellow {
  background-color: #EDE527;
}
.label__item-green {
  background-color: #27ED52;
}

.filter {
  margin-bottom: 30px;
}
.filter__inner {
  display: flex;
  margin-bottom: 30px;
}

.filter__form{
	display:flex;
}
.filter__button{
	width:auto;
	border: 2px solid #E3E3E3;
	margin-right:8px;
	padding: 0 20px;
	font-size:20px;
	color:#555555;
}

@media (max-width: 1000px) {
  .filter__inner {
    flex-wrap: wrap;
  }
}
.filter__item {
  position: relative;
}
@media (max-width: 1000px) {
  .filter__item {
    margin-bottom: 16px;
  }
}
.filter__list {
  display: none;
  position: absolute;
  top: 78px;
  width: 307px;
  left: 0;
  z-index: 40;
  padding: 10px 9px 20px 20px;
  background-color: #ffffff;
  border: 2px solid #E3E3E3;
}
@media (max-width: 576px) {
  .filter__list {
    width: 270px;
    padding: 10px 9px 10px 10px;
  }
}
@media (max-width: 490px) {
  .filter__list.filter__3 {
    left: auto;
    right: 0;
  }
  .filter__list.filter__3::after {
    left: auto;
    right: 20px;
  }
  .filter__list.filter__3::before {
    left: auto;
    right: 20px;
  }
}
@media (max-width: 350px) {
  .filter__list.filter__3 {
    left: auto;
    right: -30px;
  }
}
@media (max-width: 576px) {
  .filter__list.filter__4 {
    left: auto;
    right: 0;
  }
  .filter__list.filter__4::after {
    left: auto;
    right: 20px;
  }
  .filter__list.filter__4::before {
    left: auto;
    right: 20px;
  }
}
@media (max-width: 543px) {
  .filter__list.filter__4 {
    left: 0;
    right: auto;
  }
  .filter__list.filter__4::after {
    left: 20px;
    right: auto;
  }
  .filter__list.filter__4::before {
    left: 20px;
    right: auto;
  }
}
@media (max-width: 920px) {
  .filter__list.filter__5 {
    left: auto;
    right: 0;
  }
  .filter__list.filter__5::after {
    left: auto;
    right: 20px;
  }
  .filter__list.filter__5::before {
    left: auto;
    right: 20px;
  }
}
@media (max-width: 736px) {
  .filter__list.filter__5 {
    left: 0;
    right: auto;
  }
  .filter__list.filter__5::after {
    left: 20px;
    right: auto;
  }
  .filter__list.filter__5::before {
    left: 20px;
    right: auto;
  }
}
.filter__list::after {
  z-index: 20;
  content: "";
  position: absolute; /* Абсолютное позиционирование */
  left: 20px;
  top: -40px; /* Положение треугольника */
  border: 20px solid transparent;
  border-bottom: 20px solid #ffffff;
}
.filter__list::before {
  z-index: 10;
  content: "";
  position: absolute; /* Абсолютное позиционирование */
  left: 20px;
  top: -43px; /* Положение треугольника */
  border: 20px solid transparent;
  border-bottom: 20px solid #E3E3E3;
}
.filter__list-inner {
  padding-right: 8px;
  padding-top: 10px;
  max-height: 228px;
  overflow-y: auto;
  scrollbar-width: thin; /* "auto" или "thin"  */
  scrollbar-color: #555555 #E3E3E3;
}
.filter__list-inner::-webkit-scrollbar {
  width: 4px; /* ширина scrollbar */
}
.filter__list-inner::-webkit-scrollbar-track {
  background: #E3E3E3; /* цвет дорожки */
}
.filter__list-inner::-webkit-scrollbar-thumb {
  background-color: #555555; /* цвет плашки */
}
.filter__list-item {
  margin-bottom: 18px;
}
.filter__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 56px;
  margin-right: 8px;
  padding: 10px 24px;
  font-size: 20px;
  border: 2px solid #E3E3E3;
  cursor: pointer;
  text-align: center;
}

.filter__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 56px;
  margin-right: 8px;
  padding: 10px 24px;
  font-size: 20px;
  border: 2px solid #E3E3E3;
  cursor: pointer;
  text-align: center;
}

@media (max-width: 1100px) {
  .filter__head {
    font-size: 18px;
  }
}
@media (max-width: 1000px) {
  .filter__head {
    padding: 10px;
    font-size: 16px;
    margin-right: 4px;
  }
}
@media (max-width: 350px) {
  .filter__head {
    font-size: 14px;
    height: 50px;
  }
}
.filter__head svg {
  width: 14px;
  height: 8px;
  fill: #555555;
  margin-left: 13px;
  flex-shrink: 0;
}
@media (max-width: 350px) {
  .filter__head svg {
    margin-left: 7px;
    width: 10px;
    height: 50px;
  }
}
.filter__clear {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 56px;
  border: 2px solid #E3E3E3;
}
@media (max-width: 350px) {
  .filter__clear {
    height: 50px;
  }
}
.filter__clear svg {
  width: 10px;
  height: 10px;
  fill: #555555;
}
.filter__drop {
  display: flex;
  margin-bottom:20px;
}
.filter__drop-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-right: 20px;
  border: 2px solid #E3E3E3;
  cursor: pointer;
}
.filter__drop-item svg {
  width: 40px;
  height: 40px;
  fill: #555555;
}
.filter__drop-item.active {
  border: 2px solid var(--main-color,#D04715);
}
.filter.filter__year {
  width: 113px;
  margin-bottom: 45px;
}
.filter.filter__year .filter__list {
  width: 171px;
}
.filter.filter__year .filter__list-item {
  font-size: 20px;
}

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

div.inner input.number__text,div.modal input.number__text {
  background-color: transparent;
  padding: 0;
  height: 32px;
  text-align: center;
  border-radius: 0;
  color: #555555;
  width: 50px;
  font-size: 20px;
}

div.inner div.card__inner input.number__text{
  color: #555555;

}

.minus, .plus {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  text-align: center;
  cursor: pointer;
}

.accordion {
  border: 1px solid #E3E3E3;
}
.accordion .acc-item {
  padding: 30px 24px;
  font-size: 20px;
  border-bottom: 1px solid #E3E3E3;
}
@media (max-width: 1200px) {
  .accordion .acc-item {
    font-size: 16px;
  }
}
.accordion .acc-item.active-item {
  position: relative;
  z-index: 20;
  box-shadow: 0px 3px 23px -4px rgba(34, 60, 80, 0.2);
}
.accordion .acc-item.active-item svg {
  transform: rotate(180deg);
}
.accordion .acc-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.accordion .acc-head svg {
  width: 14px;
  height: 8px;
  fill: #555555;
  margin-left: 15px;
}
.accordion .acc-body {
  display: none;
  margin-top: 28px;
}
.accordion .acc-body p {
  margin-bottom: 30px;
  line-height: 1.6;
}
.accordion .acc-body p:last-child {
  margin-bottom: 0;
}

.tabs__list {
  display: flex;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .tabs__list {
    flex-direction: column;
  }
}
.tabs__link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  padding: 12px 24px;
  border: 2px solid #E3E3E3;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 1200px) {
  .tabs__link {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .tabs__link {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.tabs__link.tabs__link--active {
  box-shadow: 0px 3px 23px -4px rgba(34, 60, 80, 0.2);
}
.tabs__content{
  display: none;
}
.tabs__content.tabs__content--active {
  display: block;
}

.header {
  position: relative;
  z-index: 30;
  padding-top: 12px;
}
.header__main {
  display: flex;
  margin-bottom: 12px;
}
@media (max-width: 900px) {
  .header__main {
    align-items: center;
  }
}
@media (max-width: 768px) {
  .header__main {
    justify-content: space-between;
  }
}
.header .nav-open {
  display: none;
  cursor: pointer;
}
.header .nav-open svg {
  width: 27px;
  height: 27px;
  fill: #555555;
}
@media (max-width: 768px) {
  .header .nav-open {
    display: block;
  }
}
@media (max-width: 480px) {
  .header .nav-open {
    width: 20px;
    height: 20px;
  }
}
.header .logo {
  display: block;
  flex: 0 0 162px;
  margin-right: 36px;
  margin-top: 11px;
}

.header__inner {
  flex: 1 1 auto;
}
.header__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 17px;
}
.header__list {
  display: flex;
  gap:46px;
  margin-top: 3px;
}

.header__item {
  /* margin-right: 46px; */
  font-size: 20px;
  line-height: 1;
}
@media (max-width: 1250px) {
  .header .logo {
    margin-right: 20px;
    flex: 0 0 130px;
  }
  .header__list {
    gap: 26px;
  }
}
@media (max-width: 1100px) {
  .header__item {
    font-size: 16px;
  }
}
@media (max-width: 1000px) {
  .header .logo {
    flex: 0 0 90px;
    margin-top: 0;
    margin-right: 15px;
  }
}
@media (max-width: 900px) {
  .header .logo {
    flex: 0 0 120px;
  }
  .header__list {
    gap: 20px;
  }
}
@media (max-width: 810px) {
  .header .logo {
    flex: 0 0 90px;
  }
  .header__list {
    gap: 18px;
  }
}
@media (max-width: 768px) {
  .header .logo {
    margin-right: -50px;
  }
  .header__inner {
    flex: 0 1 auto;
  }
  .header__top {
    margin-bottom: 0;
  }
  .header__list {
    display: none;
  }
}
@media (max-width: 480px) {
  .header .logo {
    flex: 0 0 59px;
  }
}
.header__item a:hover {
  color: var(--main-color,#D04715);
}
.header__aside {
  display: flex;
  align-items: flex-end;
  margin-left: auto;
}
@media (max-width: 900px) {
  .header__aside {
    display: none;
  }
}
.header__account {
  display: block;
  margin-right: 11px;
}
.header__account:hover svg {
  fill: var(--main-color,#D04715);
}
.header__account svg {
  width: 31px;
  height: 31px;
  fill: #555555;
}
.header__location:hover .header__location-item div {
  border-bottom: 1px solid transparent;
}
.header__location-item {
  display: flex;
  align-items: center;
}
.header__location-item div {
  border-bottom: 1px solid var(--main-color,#D04715);
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  color: var(--main-color,#D04715);
  transition: 0.3s all;
}
@media (max-width: 1100px) {
  .header__location-item div {
    font-size: 16px;
  }
}
.header__bottom {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 900px) {
  .header__bottom {
    justify-content: space-between;
  }
}
.header__search {
  flex: 0 1 520px;
  margin-right: 22px;
}
@media (max-width: 900px) {
  .header__search {
    display: none;
  }
}
div.inner .header__input input {
  height: 58px;
  padding: 0 17px;
  border-radius: 0;
  border: 1px solid #D9D9D9;
  font-size: 20px;
  text-align: right;
}
@media (max-width: 1100px) {
  .header__input input {
    font-size: 16px;
    height: 50px;
  }
}
.header__input input::-moz-placeholder {
  color: #CACACA;
}
.header__input input::placeholder {
  color: #CACACA;
}
div.inner .header__input input[type="search"]:focus {
  border: 1px solid var(--main-color,#D04715);
}
.header__feedback {
  flex-shrink: 0;
  margin-right: 20px;
  text-align: center;
}
@media (max-width: 768px) {
  .header__feedback {
    display: none;
  }
}
.header__phone {
  position: relative;
  margin: 15px 0 5px;
}
.header__phone-head {
  display: flex;
  align-items: center;
}
.header__phone-head:hover .header__phone-ico {
  fill: var(--main-color,#D04715);
}
.header__phone-head:hover .header__phone-value {
  color: var(--main-color,#D04715);
}
.header__phone-head:hover .header__phone-arrow {
  fill: var(--main-color,#D04715);
}
.header__phone-ico {
  width: 28px;
  height: 28px;
  margin-right: 5px;
  fill: #555555;
}
@media (max-width: 1100px) {
  .header__phone-ico {
    width: 20px;
    height: 20px;
  }
}
.header__phone-arrow {
  width: 17px;
  height: 17px;
  margin-left: 5px;
  fill: #555555;
  cursor: pointer;
}
.header__phone-value {
  display: block;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  transition: 0.3s all;
}
@media (max-width: 1250px) {
  .header__phone-value {
    font-size: 20px;
  }
}
@media (max-width: 1100px) {
  .header__phone-value {
    font-size: 16px;
  }
}
.header__phone-list {
  display: none;
  position: absolute;
  z-index: 20;
  left: 0;
  top: 35px;
  width: 250px;
  padding: 15px;
  background-color: #ffffff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  text-align: left;
}
.header__phone-list .header__phone-value {
  margin-bottom: 16px;
}
.header__phone-list .header__phone-value:hover {
  color: var(--main-color,#D04715);
}
.header__phone-list .header__phone-value:last-child {
  margin-bottom: 0;
}
.header__order {
  display: inline-block;
  margin-left: 40px;
  border-bottom: 1px solid var(--main-color,#D04715);
  font-size: 20px;
  color: var(--main-color,#D04715);
}
@media (max-width: 1100px) {
  .header__order {
    font-size: 16px;
    margin-left: 0;
  }
}
.header__order:hover {
  border-bottom: 1px solid transparent;
}
.header .social {
  margin-top: 16px;
}
@media (max-width: 768px) {
  .header .social {
    display: none;
    margin-top: 0;
  }
}
.header__controls {
  position: relative;
  top: 14px;
  align-self: flex-end;
  display: flex;
  align-items: center;
  margin-left: 15px;
}
@media (max-width: 900px) {
  .header__controls {
    top: 0;
  }
}
.header__search-mob {
  display: none;
  margin-right: 10px;
}
.header__search-mob svg {
  width: 27px;
  height: 27px;
  fill: #555555;
}
@media (max-width: 480px) {
  .header__search-mob svg {
    width: 15px;
    height: 15px;
  }
}
@media (max-width: 900px) {
  .header__search-mob {
    display: block;
  }
}
.header__favourite {
  display: block;
  width: 39px;
  margin-right: 10px;
  margin-top: 3px;
}
@media (max-width: 1100px) {
  .header__favourite {
    width: 27px;
  }
}
@media (max-width: 480px) {
  .header__favourite {
    width: 15px;
  }
}
.header__favourite:hover svg {
  fill: var(--main-color,#D04715);
}
.header__favourite svg {
  width: 39px;
  height: 32px;
  fill: #555555;
}
@media (max-width: 1100px) {
  .header__favourite svg {
    width: 27px;
    height: 27px;
  }
}
@media (max-width: 480px) {
  .header__favourite svg {
    width: 15px;
    height: 15px;
  }
}
.header__basket {
  position: relative;
}
.header__basket:hover svg {
  fill: var(--main-color,#D04715);
}
.header__basket-ico {
  width: 39px;
}
@media (max-width: 1100px) {
  .header__basket-ico {
    width: 27px;
  }
}
@media (max-width: 480px) {
  .header__basket-ico {
    width: 15px;
  }
}
.header__basket-ico svg {
  width: 39px;
  height: 39px;
  fill: #555555;
}
@media (max-width: 1100px) {
  .header__basket-ico svg {
    width: 27px;
    height: 27px;
  }
}
@media (max-width: 480px) {
  .header__basket-ico svg {
    width: 15px;
    height: 15px;
  }
}
.header__basket-value {
  position: absolute;
  z-index: 20;
  bottom: -8px;
  right: -5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  background-color: var(--main-color,#D04715);
  border-radius: 50%;
  color: #ffffff;
  font-size: 12px;
}
@media (max-width: 480px) {
  .header__basket-value {
    width: 15px;
    height: 15px;
    font-size: 10px;
    right: -8px;
  }
}

.main-nav {
  position: relative;
  height: 90px;
  padding: 0 17px;
  background-color: #f8f8f8;
}
@media (max-width: 1100px) {
  .main-nav {
    height: 70px;
    padding: 0 10px;
  }
}
@media (max-width: 768px) {
  .main-nav {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 30;
    background-color: #ffffff;
    width: 100%;
    height: auto;
    padding: 0;
    transform: translateX(-100%);
    transition: 0.3s all;
    padding: 28px 20px 15px;
  }
}
.main-nav.active {
  transform: translateX(0);
}
.main-nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 768px) {
  .main-nav__inner {
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 16px;
    display: none;
  }
}
.main-nav__inner.active {
  display: block;
}
.main-nav__list {
  flex: 1 1 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .main-nav__list {
    display: block;
  }
}
.main-nav__item {
  font-size: 28px;
  text-transform: uppercase;
  line-height: 1;
}
@media (max-width: 1250px) {
  .main-nav__item {
    font-size: 20px;
  }
}
@media (max-width: 1100px) {
  .main-nav__item {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .main-nav__item {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
.main-nav__item a {
  position: relative;
}
.main-nav__item a::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--main-color,#D04715);
  transition: 0.3s all;
}
.main-nav__item a:hover::before {
  width: 100%;
}
.main-nav__title {
  display: none;
}
@media (max-width: 768px) {
  .main-nav__title {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-bottom: 16px;
  }
  .main-nav__title svg {
    width: 11px;
    height: 11px;
    fill: #555555;
    margin-left: 10px;
  }
}
.main-nav__more {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 44px;
  cursor: pointer;
}
@media (max-width: 900px) {
  .main-nav__more {
    margin-left: 25px;
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 768px) {
  .main-nav__more {
    display: none;
  }
}
.main-nav__more:hover svg {
  fill: var(--main-color,#D04715);
}
.main-nav__more svg {
  width: 40px;
  height: 10px;
  fill: #555555;
}
@media (max-width: 900px) {
  .main-nav__more svg {
    width: 35px;
  }
}
.main-nav__hidden {
  position: absolute;
  right: 0;
  background-color: #ffffff;

  display: none;
  top: 85px;
  padding: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
.main-nav__hidden .main-nav__item {
  margin-bottom: 20px;
}
.main-nav__hidden .main-nav__item:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .main-nav__hidden {
    position: relative;
    top: 0;
    padding: 0;
    box-shadow: none;
    padding: 0;
    display: block;
    margin-top: 16px;
  }
}
.main-nav__mob {
  display: none;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .main-nav__mob {
    display: block;
  }
  .main-nav__mob .header__list {
    display: block;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .main-nav__mob .header__list {
    margin-bottom: 15px;
    border-bottom: 1px solid #E3E3E3;
    padding: 0;
  }
  .main-nav__mob .header__list .header__item {
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  .main-nav__mob .header__feedback {
    display: flex;
    justify-content: center;
    margin-bottom: 17px;
  }
  .main-nav__mob .header__feedback .header__phone-value {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .main-nav__mob .social {
    display: flex;
    justify-content: center;
    margin-bottom: 21px;
  }
  .main-nav__mob .social__item {
    width: 32px;
    height: 32px;
  }
}
.main-nav__close {
  display: none;
  position: absolute;
  top: 30px;
  right: 30px;
}
@media (max-width: 768px) {
  .main-nav__close {
    display: block;
    cursor: pointer;
  }
}
.main-nav__close svg {
  width: 30px;
  height: 30px;
  fill: #E3E3E3;
}
@media (max-width: 480px) {
  .main-nav__close svg {
    width: 20px;
    height: 20px;
  }
}
.main-nav__btn {
  display: flex;
  align-items: center;
  text-align: center;
  width: 320px;
  height: 56px;
  background-color: #E3E3E3;
  font-size: 20px;
  line-height: 1;
  padding: 15px;
  margin: 0 auto 16px;
}
@media (max-width: 480px) {
  .main-nav__btn {
    width: 100%;
  }
}
.main-nav__btn svg {
  width: 24px;
  height: 24px;
  fill: #555555;
}
.main-nav__subtitle {
  flex: 1 1 auto;
}

.footer {
  padding: 18px 0 23px;
  background-color: var(--additional-color,#6A4932);
  color: #ffffff;
  font-size: 20px;
}
@media (max-width: 1000px) {
  .footer {
    font-size: 16px;
  }
}
.footer__list {
  display: flex;
  justify-content: center;
  margin-bottom: 77px;
}
@media (max-width: 576px) {
  .footer__list {
    display: none;
  }
}
.footer__item {
  margin-right: 50px;
}
.footer__item a:hover {
  color: #EDE527;
}
.footer__inline {
  display: flex;
  justify-content: space-between;
  margin-bottom: 52px;
}
@media (max-width: 576px) {
  .footer__inline {
    flex-wrap: wrap;
    margin-bottom: 25px;
  }
}
.footer__social {
  margin-top: 15px;
}
@media (max-width: 576px) {
  .footer__social {
    order: 2;
    width: 100%;
    margin-top: 25px;
  }
}
@media (max-width: 576px) {
  .footer .social {
    justify-content: center;
    width: 100%;
  }
}
.footer .social__item {
  margin-right: 18px;
}
.footer .social__item:hover svg {
  fill: #EDE527;
}
.footer__title {
  margin-bottom: 10px;
}
@media (max-width: 576px) {
  .footer__title {
    display: none;
  }
}
.footer__main {
  flex: 0 1 370px;
}
@media (max-width: 576px) {
  .footer__main {
    order: 1;
    flex: 0 1 100%;
    margin-top: 10px;
  }
}
.footer__info-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .footer__info-item {
    justify-content: center;
  }
}
@media (max-width: 350px) {
  .footer__info-item {
    justify-content: flex-start;
  }
}
.footer__info-item:hover {
  color: #EDE527;
}
.footer__info-item:hover svg {
  fill: #EDE527;
}
.footer__info-item svg {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  fill: #ffffff;
}
.footer__payment {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 576px) {
  .footer__payment {
    justify-content: center;
  }
}
.footer__payment-item {
  max-width: 30px;
  margin-left: 8px;
}
.footer__payment-item:hover {
  transform: scale(1.2);
}
.footer__app {
  margin-top: 15px;
}
@media (max-width: 850px) {
  .footer__app {
    display: none;
  }
}
.footer__app-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 20px;
}
.footer__app-item {
  width: 57px;
  margin-right: 16px;
}
.footer__app-item:hover {
  transform: scale(1.1);
}
.footer__app-item img {
  max-height: 51px;
}
.footer__app-item:last-child {
  margin-right: 0;
}
.footer__copyright {
  text-align: center;
}

.benefits {
  margin-bottom: 60px;
}
@media (max-width: 850px) {
  .benefits {
    margin-bottom: 0;
  }
}
.benefits__list {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 850px) {
  .benefits__list {
    flex-wrap: wrap;
  }
}
.benefits__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 23%;
  text-align: center;
}
@media (max-width: 850px) {
  .benefits__item {
    width: 49%;
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .benefits__item {
    width: 100%;
  }
}
.benefits__item svg, .benefits__item img {
  width: 80px;
  height: 80px;
  fill: var(--main-color,#D04715);
  margin-bottom: 38px;
}
.benefits__title {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
}

.consult {
  margin-bottom: 88px;
}
@media (max-width: 768px) {
  .consult {
    margin-bottom: 55px;
  }
}
.consult__inline {
  display: flex;
}
@media (max-width: 768px) {
  .consult__inline {
    flex-wrap: wrap;
  }
}
.consult__form {
  width: 50%;
  padding: 35px 115px;
  background-color: var(--additional-color,#6A4932);
  color: #ffffff;
}
@media (max-width: 1200px) {
  .consult__form {
    padding: 35px 45px;
  }
}
@media (max-width: 768px) {
  .consult__form {
    width: 100%;
    padding: 35px;
  }
}
@media (max-width: 420px) {
  .consult__form {
    padding: 30px 15px;
  }
}
.consult__img {
  width: 50%;
  height: auto;
}
@media (max-width: 768px) {
  .consult__img {
    width: 100%;
    height: 318px;
  }
}
@media (max-width: 420px) {
  .consult__img {
    height: 270px;
  }
}
.consult__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.consult__title {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
}
.consult .input {
  margin-bottom: 25px;
}

div.inner .consult .input input {
  height: 53px;
  background-color: transparent;
  border-radius: 0;
  border-bottom: 2px solid #ffffff;
  color: #ffffff;
  padding: 0;
}

.consult .input input {
  height: 53px;
  background-color: transparent;
  border-radius: 0;
  border-bottom: 2px solid #ffffff;
  color: #ffffff;
  padding: 0;
}
div.inner form .consult__btn {
  height: 50px;
  background-color: #ffffff;
  color: var(--additional-color,#6A4932);
  width: 190px;
}
@media (max-width: 420px) {
  .consult__btn {
    width: 100%;
  }
}

.offer {
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  .offer {
    margin-bottom: 0px;
  }
}
.offer__title {
  margin-bottom: 25px;
  font-size: 28px;
  font-weight: 600;
}
@media (max-width: 1000px) {
  .offer .products__list {
    justify-content: space-evenly;
    margin: 0;
  }
}
@media (max-width: 800px) {
  .offer .products__list {
    justify-content: space-between;
  }
}
@media (max-width: 1000px) {
  .offer .products__item {
    width: 350px;
    margin: 0 0 30px;
  }
}
@media (max-width: 800px) {
  .offer .products__item {
    width: 49%;
  }
}
@media (max-width: 480px) {
  .offer .products__item {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .offer .products__img {
    height: 318px;
  }
}
@media (max-width: 576px) {
  .offer .products__title {
    font-size: 28px;
    font-weight: 400;
  }
}
.offer .label {
  top: 8px;
  left: 8px;
}
.offer .products {
  color: #ffffff;
}
@media (max-width: 576px) {
  .offer .products__spinner {
    display: block;
  }
}
.offer .products__radio {
  display: none;
}
.offer .products__main {
  min-height: 210px;
}
.offer .products__inline {
  padding-bottom: 5px;
}
@media (max-width: 576px) {
  .offer .products__inline {
    justify-content: space-between;
  }
}
@media (max-width: 576px) {
  .offer .products__bottom {
    flex-direction: row;
  }
}

.catalogue {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .catalogue {
    margin-bottom: 45px;
  }
}
.catalogue__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
@media (max-width: 1370px) {
  .catalogue__list {
    margin: 0 -10px;
  }
}
@media (max-width: 1150px) {
  .catalogue__list {
    margin: 0 -7px;
  }
}
@media (max-width: 640px) {
  .catalogue__list {
    justify-content: space-between;
    margin: 0;
  }
}
.catalogue__item {
  display: flex;
  flex-direction: column;
  width: 22.8%;
  margin: 0 15px 30px;
  transition: 0.3s all;
}
@media (max-width: 1370px) {
  .catalogue__item {
    margin: 0 10px 30px;
    width: 23.2%;
  }
}
@media (max-width: 1150px) {
  .catalogue__item {
    margin: 0 7px 25px;
    width: 23.5%;
  }
}
@media (max-width: 1000px) {
  .catalogue__item {
    width: 31.5%;
  }
}
@media (max-width: 800px) {
  .catalogue__item {
    width: 31%;
  }
}
@media (max-width: 640px) {
  .catalogue__item {
    width: 49%;
    margin: 0 0 25px;
  }
}
@media (max-width: 480px) {
  .catalogue__item {
    width: 100%;
  }
}
.catalogue__item:hover {
  box-shadow: 0 0 25px rgba(106, 73, 50, 0.7);
}
.catalogue__item:hover img {
  transform: scale(1.1);
}
.catalogue__img {
  display: block;
  height: 250px;
  overflow: hidden;
}
@media (max-width: 1150px) {
  .catalogue__img {
    height: 220px;
  }
}
@media (max-width: 800px) {
  .catalogue__img {
    height: 200px;
  }
}
@media (max-width: 640px) {
  .catalogue__img {
    height: 252px;
  }
}
.catalogue__img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  transition: 1s all;
}
.catalogue__main {
  padding: 20px 20px 25px;
  background-color: var(--additional-color,#6A4932);
  color: #ffffff;
  flex: 1 1 auto;
}
.catalogue__subtitle {
  display: block;
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
}
.catalogue__subtitle:hover {
  color: #EDE527;
}
.catalogue__subitem {
  margin-bottom: 7px;
}
.catalogue__link {
  display: flex;
  align-items: center;
}
.catalogue__link:hover {
  color: #EDE527;
}
.catalogue__category {
  margin-right: 5px;
}

.products {
  padding-bottom: 75px;
}
@media (max-width: 768px) {
  .products {
    padding-bottom: 30px;
  }
}
.products .catalogue {
  margin-bottom: 0;
}
.products .catalogue__subtitle {
  margin-bottom: 0;
  text-align: center;
}
.products .catalogue__main {
  padding: 40px 20px 35px;
}
.products__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
@media (max-width: 1370px) {
  .products__list {
    margin: 0 -10px;
  }
}
@media (max-width: 1150px) {
  .products__list {
    margin: 0 -7px;
  }
}
@media (max-width: 700px) {
  .products__list {
    justify-content: space-between;
    margin: 0;
  }
}
.products__list.products__list-1 {
  margin: 0 0 48px;
}
.products__list.products__list-1 .products__aside input.number__text {
  color:#555555;
}
.products__list.products__list-1 .products__item {
  width: 100%;
  display: flex;
  margin: 0;
  border: 2px solid #555555;
  margin-top: -2px;
  padding-right: 20px;
  transition: 0.3s all;
}
@media (max-width: 600px) {
  .products__list.products__list-1 .products__item {
    flex-wrap: wrap;
    padding-right: 0;
    margin-bottom: 24px;
  }
}
.products__list.products__list-1 .products__item:hover {
  position: relative;
  z-index: 10;
  box-shadow: 0 0 15px rgba(85, 85, 85, 0.7);
}
.products__list.products__list-1 .products__img {
  width: 205px;
  height: 205px;
  flex-shrink: 0;
}
@media (max-width: 600px) {
  .products__list.products__list-1 .products__img {
    width: 100%;
    height: 318px;
  }
}
.products__list.products__list-1 .products__main {
  flex: 1 1 auto;
  min-height: 100%;
  background-color: #ffffff;
}
@media (max-width: 600px) {
  .products__list.products__list-1 .products__main {
    flex: 1 1 100%;
    min-height: auto;
  }
}
.products__list.products__list-1 .products__wrap {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  background-color: #ffffff;
  color: #555555;
}
@media (max-width: 768px) {
  .products__list.products__list-1 .products__wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 600px) {
  .products__list.products__list-1 .products__wrap {
    position: relative;
  }
}
.products__list.products__list-1 .products__info {
  max-width: 270px;
  padding: 0;
  margin-left: 15px;
}
@media (max-width: 1000px) {
  .products__list.products__list-1 .products__info {
    max-width: 170px;
  }
}
@media (max-width: 768px) {
  .products__list.products__list-1 .products__info {
    max-width: 100%;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .products__list.products__list-1 .products__info {
    padding: 16px 20px;
    margin-left: 0;
  }
}
.products__list.products__list-1 .products__title {
  font-size: 28px;
  margin-bottom: 0;
}
@media (max-width: 1000px) {
  .products__list.products__list-1 .products__title {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .products__list.products__list-1 .products__title {
    font-size: 28px;
  }
}
.products__list.products__list-1 .products__radio {
  display: none;
}
.products__list.products__list-1 .products__desc {
  display: none;
}
.products__list.products__list-1 .products__aside {
  display: flex;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  width: auto;
  padding: 0;
}
@media (max-width: 768px) {
  .products__list.products__list-1 .products__aside {
    width: 100%;
    justify-content: space-between;
    margin-left: 15px;
  }
}
@media (max-width: 600px) {
  .products__list.products__list-1 .products__aside {
    flex-direction: column;
    width: 100%;
    margin-left: 0;
  }
}
.products__list.products__list-1 .products__price {
  display: flex;
  align-items: center;
  margin: 0 20px;
}
.products__list.products__list-1 .products__price.tabs__content {
  display: none;
  align-items: center;
  margin: 0 20px;
}
.products__list.products__list-1 .products__price.tabs__content.tabs__content--active {
  display: flex;
  align-items: center;
  margin: 0 20px;
}
@media (max-width: 1200px) {
  .products__list.products__list-1 .products__price {
    flex-direction: column;
    align-items: flex-end;
  }
}
.products__list.products__list-1 .products__price-old {
  margin-bottom: 0;
  margin-right: 12px;
  color: #555555;
}
@media (max-width: 1200px) {
  .products__list.products__list-1 .products__price-old {
    margin-bottom: 10px;
    margin-right: 0;
  }
}
.products__list.products__list-1 .products__inline {
  padding: 0;
  margin: 0;
  flex-shrink: 0;
}
@media (max-width: 420px) {
  .products__list.products__list-1 .products__inline {
    justify-content: space-between;
    width: 100%;
    padding-left: 20px;
  }
}
.products__list.products__list-1 .number__text {
  color: #555555;
}
@media (max-width: 1000px) {
  .products__list.products__list-1 .products__bottom {
    flex-direction: column;
  }
}
@media (max-width: 600px) {
  .products__list.products__list-1 .products__bottom {
    flex-direction: row;
    width: 100%;
    margin-left: 0;
  }
}
.products__list.products__list-1 .products__btn {
  width: 158px;
  color: #ffffff;
}
@media (max-width: 1100px) {
  .products__list.products__list-1 .products__btn {
    width: 120px;
  }
}
@media (max-width: 600px) {
  .products__list.products__list-1 .products__btn {
    width: 50%;
    margin-top: 24px;
  }
}
@media (max-width: 576px) {
  .products__list.products__list-1 .products__spinner {
    display: block;
  }
}
.products__list.products__list-2 {
  margin: 0;
}
@media (max-width: 800px) {
  .products__list.products__list-2 {
    justify-content: center;
  }
}
.products__list.products__list-2 .products__item {
  width: 100%;
  display: flex;
  margin: 0 0 30px;
  padding-right: 20px;
  transition: 0.3s all;
  background-color: var(--additional-color,#6A4932);
}
@media (max-width: 800px) {
  .products__list.products__list-2 .products__item {
    width: 500px;
    flex-wrap: wrap;
    padding-right: 0;
  }
}
.products__list.products__list-2 .products__img {
  width: 318px;
  height: 318px;
  flex-shrink: 0;
}
@media (max-width: 1100px) {
  .products__list.products__list-2 .products__img {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 1100px) {
  .products__list.products__list-2 .products__img {
    width: 270px;
    height: 290px;
  }
}
@media (max-width: 800px) {
  .products__list.products__list-2 .products__img {
    width: 100%;
    height: 350px;
  }
}
@media (max-width: 480px) {
  .products__list.products__list-2 .products__img {
    width: 100%;
    height: 318px;
  }
}
.products__list.products__list-2 .products__main {
  flex: 1 1 auto;
  min-height: 100%;
}
@media (max-width: 800px) {
  .products__list.products__list-2 .products__main {
    flex: 1 1 auto;
    min-height: auto;
  }
}
.products__list.products__list-2 .products__wrap {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
@media (max-width: 800px) {
  .products__list.products__list-2 .products__wrap {
    position: relative;
    min-height: auto;
    flex-wrap: wrap;
  }
}
.products__list.products__list-2 .products__info {
  max-width: 270px;
  padding: 0;
  margin-left: 15px;
}
@media (max-width: 800px) {
  .products__list.products__list-2 .products__info {
    max-width: 100%;
    padding: 20px;
    margin-left: 0;
  }
}
@media (max-width: 576px) {
  .products__list.products__list-2 .products__title {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  .products__list.products__list-2 .products__desc {
    display: block;
  }
}
.products__list.products__list-2 .products__radio {
  top: 0;
  opacity: 1;
  position: relative;
}
@media (max-width: 1000px) {
  .products__list.products__list-2 .products__radio {
    margin-top: 20px;
  }
}
@media (max-width: 800px) {
  .products__list.products__list-2 .products__radio {
    width: 100%;
    margin-top: 0;
  }
}
@media (max-width: 576px) {
  .products__list.products__list-2 .products__radio {
    display: block;
  }
}
@media (max-width: 1100px) {
  .products__list.products__list-2 .products__radio-inline {
    flex-direction: column;
  }
}
@media (max-width: 800px) {
  .products__list.products__list-2 .products__radio-inline {
    flex-direction: row;
  }
}
@media (max-width: 1100px) {
  .products__list.products__list-2 .products__radio-value {
    margin-right: 0;
    margin-bottom: 8px;
  }
}
@media (max-width: 800px) {
  .products__list.products__list-2 .products__radio-value {
    margin-right: 10px;
    margin-bottom: 0;
  }
}
.products__list.products__list-2 .products__aside {
  max-width: 318px;
  margin-top: 0;
  padding: 0;
}
@media (max-width: 800px) {
  .products__list.products__list-2 .products__aside {
    max-width: 100%;
  }
}
.products__list.products__list-2 .products__inline {
  flex-direction: column;
  align-items: flex-end;
  padding: 0;
}
@media (max-width: 800px) {
  .products__list.products__list-2 .products__inline {
    flex-direction: row;
    justify-content: center;
  }
}
@media (max-width: 420px) {
  .products__list.products__list-2 .products__inline {
    justify-content: space-between;
    padding-left: 15px;
  }
}
.products__list.products__list-2 .products__price {
  display: flex;
  align-items: center;
  margin: 0 20px;
}
.products__list.products__list-2 .products__price.tabs__content {
  display: none;
  align-items: center;
  margin: 0 20px;
}
.products__list.products__list-2 .products__price.tabs__content.tabs__content--active {
  display: flex;
  align-items: center;
  margin: 0 20px;
}
@media (max-width: 1000px) {
  .products__list.products__list-2 .products__price {
    flex-direction: column;
    align-items: flex-end;
  }
}
.products__list.products__list-2 .products__price-old {
  flex-shrink: 0;
  margin-bottom: 0;
  margin-right: 12px;
}
@media (max-width: 1000px) {
  .products__list.products__list-2 .products__price-old {
    margin-bottom: 10px;
    margin-right: 0;
  }
}
.products__list.products__list-2 .products__price-actual {
  flex-shrink: 0;
}
.products__list.products__list-2 .products__spinner {
  margin-bottom: 16px;
}
@media (max-width: 800px) {
  .products__list.products__list-2 .products__spinner {
    margin-bottom: 0;
    margin-right: 60px;
  }
}
@media (max-width: 576px) {
  .products__list.products__list-2 .products__spinner {
    display: block;
  }
}
@media (max-width: 420px) {
  .products__list.products__list-2 .products__spinner {
    margin-right: 0;
  }
}
@media (max-width: 1000px) {
  .products__list.products__list-2 .products__bottom {
    flex-direction: column;
  }
}
@media (max-width: 800px) {
  .products__list.products__list-2 .products__bottom {
    flex-direction: row;
    margin-top: 24px;
  }
}
.products__list.products__list-2 .products__btn {
  width: 100%;
}
@media (max-width: 800px) {
  .products__list.products__list-2 .products__btn {
    width: 50%;
  }
}
.products__item {
  position: relative;
  z-index: 5;
  width: 22.8%;
  margin: 0 15px 30px;
  transition: 0.3s all;
}
.products__item:hover {
  z-index: 10;
}
.products__item:hover .products__radio {
  position: relative;
  opacity: 1;
  top: 0;
}
@media (max-width: 1370px) {
  .products__item {
    margin: 0 10px 30px;
    width: 23.2%;
  }
}
@media (max-width: 1150px) {
  .products__item {
    margin: 0 7px 25px;
    width: 23.5%;
  }
}
@media (max-width: 1000px) {
  .products__item {
    width: 31.5%;
  }
}
@media (max-width: 800px) {
  .products__item {
    width: 31%;
  }
}
@media (max-width: 700px) {
  .products__item {
    width: 49%;
    margin: 0 0 25px;
  }
}
.products__img {
  display: block;
  overflow: hidden;
  height: 315px;
}
@media (max-width: 576px) {
  .products__img {
    height: 144px;
  }
}
.products__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.products__main {
  position: relative;
  z-index: 100;
  min-height: 380px;
  background-color: var(--additional-color,#6A4932);
  color: #ffffff;
}

.products__main button{
  color: #ffffff;
  font-size:16px;
}
@media (max-width: 576px) {
  .products__main {
    min-height: 290px;
  }
}
.products__wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: var(--additional-color,#6A4932);
}
.products__info {
  position: relative;
  z-index: 20;
  padding: 20px;
  width: 100%;
}
@media (max-width: 576px) {
  .products__info {
    padding: 20px 10px 0;
  }
}
.products__title {
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 400;
}
@media (max-width: 780px) {
  .products__title {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .products__title {
    margin-bottom: 30px;
    font-size: 14px;
    text-align: center;
    font-weight: 700;
  }
}
.products__desc {
  line-height: 1.4;
}
@media (max-width: 1100px) {
  .products__desc {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .products__desc {
    display: none;
  }
}
.products__aside {
  margin-top: auto;
  width: 100%;
  display: inline-block;
  vertical-align: bottom;
}
.products__aside::after {
  margin-top: auto;
  height: 100%;
  display: inline-block;
  vertical-align: bottom;
}
.products__inline {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 30px 0 20px;
  margin-bottom: 13px;
}
@media (max-width: 1180px) {
  .products__inline {
    padding: 0 20px 0;
  }
}
@media (max-width: 576px) {
  .products__inline {
    justify-content: center;
  }
}
.products__radio {
  display: block;
  padding: 0 20px;
  position: absolute;
  z-index: 10;
  top: -200px;
  opacity: 0;
  transition: 0.3s all;
}
@media (max-width: 576px) {
  .products__radio {
    display: none;
  }
}
.products__radio-title {
  margin-bottom: 10px;
}
.products__radio-inline {
  display: flex;
}
.products__radio-item {
  margin-bottom: 20px;
}
.products__radio-value {
  margin-right: 10px;
}
.products__radio-value:last-child {
  margin-right: 0;
}
@media (max-width: 576px) {
  .products__spinner {
    display: none;
  }
}
div.inner .products__spinner .number__text {
  color: #ffffff;
}
.products__aside {
  width: 100%;
}
@media (max-width: 576px) {
  .products__price {
    text-align: center;
  }
}
.products__price-actual {
  font-size: 28px;
  font-weight: 800;
}
@media (max-width: 780px) {
  .products__price-actual {
    font-size: 24px;
  }
}
.products__price-old {
  margin-bottom: 10px;
  color: #E4DDD7;
  font-size: 16px;
  text-decoration: line-through;
}
.products__bottom {
  display: flex;
}
@media (max-width: 576px) {
  .products__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
.products__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 63px;
  padding: 0 30px;
  text-align: center;
}
@media (max-width: 1180px) {
  .products__btn {
    padding: 0 10px;
  }
}
@media (max-width: 576px) {
  .products__btn {
    width: 100%;
  }
}
.products__btn-pink {
  background-color: #DC805F;
}
.products__btn-red {
  background-color: var(--main-color,#D04715);
}
.products__more {
  width: 198px;
  margin: 10px auto;
}
.products .pagination {
  margin: 0 0 40px;
}
@media (max-width: 1000px) {
  .products .pagination {
    margin: 30px 0 40px;
    justify-content: center;
  }
}

.stocks {
  padding-bottom: 88px;
}
@media (max-width: 1000px) {
  .stocks {
    padding-bottom: 55px;
  }
}
.stocks .page-desc p {
  font-size: 12px;
  line-height: 1.6;
}
.stocks__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
@media (max-width: 1370px) {
  .stocks__list {
    margin: 0 -10px;
  }
}
@media (max-width: 1150px) {
  .stocks__list {
    margin: 0 -7px;
  }
}
@media (max-width: 640px) {
  .stocks__list {
    justify-content: space-between;
    margin: 0;
  }
}
.stocks__item {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 22.8%;
  min-height: 545px;
  margin: 0 15px 30px;
  transition: 0.3s all;
  border: 1px solid #E3E3E3;
}
@media (max-width: 1370px) {
  .stocks__item {
    margin: 0 10px 30px;
    width: 23.2%;
  }
}
@media (max-width: 1250px) {
  .stocks__item {
    min-height: 520px;
  }
}
@media (max-width: 1150px) {
  .stocks__item {
    margin: 0 7px 25px;
    width: 23.5%;
  }
}
@media (max-width: 1000px) {
  .stocks__item {
    width: 31.5%;
    min-height: 460px;
  }
}
@media (max-width: 800px) {
  .stocks__item {
    width: 31%;
  }
}
@media (max-width: 640px) {
  .stocks__item {
    width: 49%;
    margin: 0 0 25px;
  }
}
@media (max-width: 480px) {
  .stocks__item {
    width: 100%;
    min-height: 525px;
  }
}
.stocks__img {
  width: 100%;
  height: 354px;
  overflow: hidden;
}
.stocks__img:hover img {
  transform: scale(1.1);
}
@media (max-width: 1000px) {
  .stocks__img {
    height: 300px;
  }
}
@media (max-width: 480px) {
  .stocks__img {
    height: 354px;
  }
}
.stocks__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  transition: 1s all;
}
.stocks__main {
  margin-top: auto;
  padding: 10px 30px 30px;
}
@media (max-width: 1250px) {
  .stocks__main {
    padding: 10px 15px 15px;
  }
}
.stocks__subtitle {
  font-size: 28px;
  line-height: 1.4;
}
@media (max-width: 1250px) {
  .stocks__subtitle {
    font-size: 24px;
  }
}
@media (max-width: 800px) {
  .stocks__subtitle {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .stocks__subtitle {
    font-size: 28px;
  }
}
.stocks__date {
  margin-bottom: 10px;
  font-size: 16px;
}
@media (max-width: 800px) {
  .stocks__date {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .stocks__date {
    font-size: 16px;
  }
}
.stocks__more {
  width: 198px;
  margin: 20px auto 0;
}
.stocks .pagination {
  margin: -60px 0 0;
}
@media (max-width: 1000px) {
  .stocks .pagination {
    margin: 30px 0 0;
    justify-content: center;
  }
}
.stocks .filter__year {
  display: none;
}
@media (max-width: 768px) {
  .stocks .filter__year {
    display: block;
  }
}
.stocks__year {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .stocks__year {
    display: none;
  }
}
.stocks__year-item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  margin-bottom: 10px;
  padding: 12px 24px;
  border: 2px solid #E3E3E3;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  transition: 0.3s all;
}
.stocks__year-item:hover {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
}
.stocks__year-active {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
}
.stocks-only {
  padding-bottom: 40px;
}
.stocks-only .stocks__desc p {
  font-size: 16px;
  line-height: 1.4;
}
.stocks__banner {
  height: 409px;
}
@media (max-width: 1000px) {
  .stocks__banner {
    height: 350px;
  }
}
@media (max-width: 768px) {
  .stocks__banner {
    height: 310px;
  }
}
.stocks__banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.stocks__timer {
  display: flex;
  justify-content: flex-end;
  margin-top: -50px;
}
@media (max-width: 576px) {
  .stocks__timer {
    justify-content: center;
    margin-top: -36px;
  }
}
.stocks .countdown {
  display: flex;
}
.stocks .time-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-right: 8px;
  background-color: #E3E3E3;
}
@media (max-width: 576px) {
  .stocks .time-section {
    width: 72px;
    height: 72px;
  }
}
@media (max-width: 350px) {
  .stocks .time-section {
    width: 67px;
    height: 67px;
  }
}
.stocks .time-section span {
  display: block;
  font-size: 28px;
}
@media (max-width: 576px) {
  .stocks .time-section span {
    font-size: 22px;
  }
}
.stocks .time-section span:first-child {
  margin-bottom: 10px;
}
@media (max-width: 576px) {
  .stocks .time-section span:first-child {
    margin-bottom: 3px;
  }
}
.stocks__value {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  background-color: var(--main-color,#D04715);
  color: #ffffff;
}
@media (max-width: 576px) {
  .stocks__value {
    width: 72px;
    height: 72px;
  }
}
@media (max-width: 350px) {
  .stocks__value {
    width: 67px;
    height: 67px;
  }
}
.stocks__value span {
  display: block;
  font-size: 28px;
}
@media (max-width: 576px) {
  .stocks__value span {
    font-size: 22px;
  }
}
.stocks__value span:first-child {
  margin-bottom: 10px;
}
@media (max-width: 576px) {
  .stocks__value span:first-child {
    margin-bottom: 3px;
  }
}

.card {
  margin: 28px 0 0;
  padding-bottom: 88px;
}
@media (max-width: 768px) {
  .card {
    padding-bottom: 48px;
  }
}
.card__inline {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
@media (max-width: 1000px) {
  .card__inline {
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
  }
}
.card__inline .number__text {
  width: 58px;
  color: #555555;
}
.card__inline .minus {
  font-size: 35px;
  line-height: 1;
}
.card__inline .products__price {
  display: flex;
  align-items: center;
  margin: 20px 0;
}
@media (max-width: 576px) {
  .card__inline .products__price {
    margin: 0 0 0 20px;
  }
}
.card__inline .products__price-old {
  margin-bottom: 0;
  margin-right: 13px;
  color: #555555;
  font-size: 16px;
}
.card__inline .products__price-actual {
  color: var(--main-color,#D04715);
}
.card__inline .products__btn {
  color: #ffffff;
  font-size:16px;
}
@media (max-width: 576px) {
  .card__inline .products__bottom {
    display: flex;
    width: 100%;
    flex-direction: row;
    margin-top: 16px;
  }
}
.card__aside {
  position: relative;
  width: 666px;
  margin-right: 35px;
}
@media (max-width: 1250px) {
  .card__aside {
    width: 53.28vw;
    margin-right: 15px;
  }
}
@media (max-width: 1150px) {
  .card__aside {
    width: 45vw;
  }
}
@media (max-width: 1000px) {
  .card__aside {
    margin-right: 0;
    margin-bottom: 38px;
    width: 500px;
  }
}
@media (max-width: 576px) {
  .card__aside {
    width: 100%;
  }
}
.card .label {
  top: 25px;
  left: 25px;
}
@media (max-width: 576px) {
  .card .label {
    top: 8px;
    left: 8px;
  }
}
.card .label__item {
  height: 28px;
  padding: 8px 15px;
  font-size: 16px;
}
@media (max-width: 576px) {
  .card .label__item {
    height: 24px;
    margin-bottom: 8px;
    padding: 4px 12px;
    font-size: 12px;
  }
}
.card .swiper {
  width: 666px;
  height: 699px;
  overflow: hidden;
}
@media (max-width: 1250px) {
  .card .swiper {
    width: 53.28vw;
    height: 55.92vw;
  }
}
@media (max-width: 1150px) {
  .card .swiper {
    width: 45vw;
    height: 45vw;
  }
}
@media (max-width: 1000px) {
  .card .swiper {
    width: 500px;
    height: 500px;
  }
}
@media (max-width: 576px) {
  .card .swiper {
    width: 100%;
    height: 100vw;
  }
}
.card .swiper-slide {
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}
.card .swiper-button-next, .card .swiper-button-prev {
  position: absolute;
  top: auto !important;
  bottom: 30px;
  width: 40px;
  height: 40px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #DC805F;
  border: 1px solid #DC805F;
}
.card .swiper-button-next::after, .card .swiper-button-prev::after {
  font-size: 20px;
}
.card .swiper-button-next {
  right: 30px;
}
@media (max-width: 420px) {
  .card .swiper-button-next {
    right: 15px;
  }
}
.card .swiper-button-prev {
  right: 80px;
  left: auto;
}
@media (max-width: 420px) {
  .card .swiper-button-prev {
    right: 65px;
  }
}
.card__img {
  display: block;
  width: 100%;
  height: 100%;
}
.card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1000px) {
  .card__inner {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
}
.card__title {
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 600;
}
@media (max-width: 1000px) {
  .card__title {
    display: none;
  }
}
.card__title-hidden {
  display: none;
  margin-bottom: 30px;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 600;
}
@media (max-width: 1000px) {
  .card__title-hidden {
    display: block;
  }
}
@media (max-width: 768px) {
  .card__title-hidden {
    font-size: 32px;
  }
}
.card__desc {
  display: flex;
  align-items: flex-start;
  margin-bottom: 37px;
  line-height: 1.4;
}
@media (max-width: 576px) {
  .card__desc {
    order: 3;
  }
}
.card__desc div:first-child {
  margin-right: 16px;
  margin-top: -5px;
  font-size: 20px;
  flex-shrink: 0;
}
.card__main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
}
@media (max-width: 576px) {
  .card__main {
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    order: 1;
  }
}
.card .products {
  padding-bottom: 0;
  color: #555555;
}
.card .products__radio {
  top: 0;
  opacity: 1;
  position: relative;
  padding: 0;
  margin-right: 10px;
}
@media (max-width: 576px) {
  .card .products__radio {
    display: block;
    order: 2;
    width: 100%;
  }
}
.card .products__radio-title {
  margin-bottom: 18px;
  font-size: 20px;
}
.card .products__radio .radio + label {
  font-size: 12px;
}
.card .products__radio .radio:checked + label {
  background-color: #DC805F;
  color: #ffffff;
}
.card__wrap {
  flex: 0 1 315px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: -5px;
}
@media (max-width: 576px) {
  .card__wrap {
    width: 100%;
    flex: 0 1 100%;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 25px;
  }
}
.card__bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 576px) {
  .card__bottom {
    order: 4;
    flex-wrap: wrap;
  }
}
.card .nutritional {
  flex: 0 0 200px;
  margin-top: 5px;
  margin-bottom: 0;
}
.card .nutritional__title {
  display: flex;
  margin-bottom: 20px;
  font-size: 20px;
  cursor: pointer;
}
.card .nutritional__title svg {
  margin-top: 9px;
  transform: rotate(180deg);
  transform-origin: center;
  width: 10px;
  height: 6px;
  margin-left: 7px;
  fill: #555555;
}
.card .nutritional__list {
  margin-bottom: 0;
}
.card .nutritional__item {
  margin-bottom: 7px;
}
.card .nutritional__item-line {
  margin: 0 4px;
}
.card .page__text h2 {
  margin-bottom: 25px;
  font-size: 28px;
}
@media (max-width: 576px) {
  .card .page__text h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
@media (max-width: 576px) {
  .card .products__spinner {
    display: block;
  }
}

.food {
  flex: 1 1 auto;
  margin-right: 30px;
}
@media (max-width: 576px) {
  .food {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.food__head {
  display: flex;
  align-items: center;
  margin-bottom: 17px;
  font-size: 16px;
}
.food__btn {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-left: 16px;
  border: 1px solid #DC805F;
}
.food__btn.active svg {
  display: none;
}
.food__btn.active .food__btn-hidden {
  display: block;
}
.food__btn svg {
  width: 15px;
  height: 15px;
  fill: #DC805F;
}
.food__btn-hidden {
  display: none;
  width: 15px;
  height: 15px;
  fill: #DC805F;
}
.food__list {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 480px) {
  .food__list {
    justify-content: space-between;
  }
}
.food .food__img-hidden {
  display: none;
  width: 11px;
  height: 11px;
  fill: #555555;
  margin-right: 4px;
}
.food__item {
  display: flex;
  align-items: center;
  margin: 0 7px 8px 0;
  padding: 5px 7px 5px 6px;
  border: 1px solid #DC805F;
  font-size: 12px;
  line-height: 1.2;
  cursor: pointer;
}
.food__item div:first-of-type {
  margin-right: 8px;
}
@media (max-width: 480px) {
  .food__item {
    width: 49%;
    margin-right: 0;
  }
}
.food__item svg {
  width: 11px;
  height: 11px;
  fill: #555555;
  margin-right: 4px;
}
.food__item.active {
  background-color: #DC805F;
  color: #ffffff;
}
.food__item.active svg {
  display: none;
}
.food__item.active .food__img-hidden {
  display: block;
  fill: #ffffff;
}
.food__add {
  display: none;
  position: relative;
  margin-bottom: 20px;
  padding: 50px 10px 20px;
  border: 2px solid #E3E3E3;
}
@media (max-width: 576px) {
  .food__add {
    display: block;
  }
}
.food__add.active {
  display: block;
}
.food__add-close {
  position: absolute;
  cursor: pointer;
  top: 28px;
  right: 17px;
}
.food__add-close svg {
  width: 9px;
  height: 9px;
  fill: #555555;
}
.food__add-list {
  margin-bottom: 16px;
}
.food__add-title {
  margin-right: 15px;
}
.food__add-item {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}
.food__add .products__spinner {
  margin-left: auto;
  margin-right: 27px;
}
@media (max-width: 1350px) {
  .food__add .products__spinner {
    margin-right: 10px;
  }
}
.food__add-price {
  min-width: 60px;
  text-align: right;
}

.faq {
  margin-bottom: 88px;
}
@media (max-width: 768px) {
  .faq {
    margin-bottom: 48px;
  }
}
.faq__inline {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.faq__img {
  flex: 0 0 552px;
  margin-left: 25px;
}
@media (max-width: 1200px) {
  .faq__img {
    flex: 0 0 450px;
    margin-left: 15px;
  }
}
@media (max-width: 1000px) {
  .faq__img {
    display: none;
  }
}
.faq__img img {
  width: 100%;
}
.faq__tab {
  flex: 1 1 auto;
  margin-top: 5px;
}

.article {
  padding-bottom: 30px;
}
.article__inline {
  display: flex;
  align-items: flex-start;
  margin-top: 25px;
}
.article__nav {
  flex: 0 0 202px;
  margin-right: 30px;
  border: 2px solid #E3E3E3;
}
.article__item {
  margin-bottom: 0 !important;
  padding-left: 0 !important;
  border-bottom: 2px solid #E3E3E3;
}
.article__item::before {
  display: none;
}
.article__item:last-child {
  border-bottom: none;
}
.article__item a {
  display: flex;
  align-items: center;
  height: 43px;
  padding: 0 10px;
  color: #555555;
}
.article h1 {
  margin-bottom: 30px;
  font-size: 64px;
  line-height: 1.15;
  font-weight: 600;
}
.article h2 {
  margin-bottom: 30px;
  font-size: 40px;
  line-height: 1.15;
  font-weight: 600;
}
.article h3 {
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 1.15;
  font-weight: 600;
}
.article h4 {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.15;
  font-weight: 700;
}
.article h5 {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.15;
  font-weight: 400;
}
.article ol {
  margin-bottom: 33px;
  padding-left: 15px;
}
.article ol li {
  margin-bottom: 13px;
  line-height: 1.4;
}
.article ol li:last-child {
  margin-bottom: 0;
}
.article ul {
  margin-bottom: 30px;
}
.article ul li {
  margin-bottom: 13px;
  padding-left: 20px;
  line-height: 1.4;
}
.article ul li:last-child {
  margin-bottom: 0;
}
.article ul li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 10px;
  height: 1px;
  background-color: #555555;
}
.article p {
  line-height: 1.4;
}
.article blockquote {
  max-width: 780px;
  margin-bottom: 30px;
  padding: 10px 0 10px 20px;
  border-left: 3px solid var(--main-color,#D04715);
  line-height: 1.4;
}
.article table {
  width: 100%;
  margin: 37px 0 15px;
  border-collapse: collapse;
  border: 1px solid #E3E3E3;
}
.article table tr {
  height: 62px;
  border-bottom: 1px solid #E3E3E3;
}
.article table td {
  padding: 10px 10px 10px 20px;
}
.article__section {
  margin-bottom: 20px;
}
.article__section.display-inline {
  display: flex;
  align-items: flex-start;
}
.article__inner {
  position: relative;
  max-width: 550px;
  margin-bottom: 10px;
}
.article__inner.float-left {
  float: left;
  margin-right: 30px;
}
.article__inner.float-right {
  float: right;
  margin-left: 30px;
}
.article .label__item {
  height: 28px;
  padding: 8px 15px;
  font-size: 16px;
}
@media (max-width: 576px) {
  .article .label__item {
    height: 24px;
    margin-bottom: 8px;
    padding: 4px 12px;
    font-size: 12px;
  }
}
.article__gallery {
  display: flex;
  margin: 35px 0 30px;
}
.article__gallery-img {
  display: block;
  width: 318px;
  height: 318px;
  margin-right: 30px;
}
.article__gallery-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.article__img {
  flex: 0 0 318px;
  margin-right: 30px;
}

.error {
  min-height: 400px;
  padding: 100px 0 290px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1300px) {
  .error {
    padding: 100px 0 200px;
  }
}
@media (max-width: 1050px) {
  .error {
    padding: 70px 0 150px;
  }
}
@media (max-width: 800px) {
  .error {
    padding: 40px 0 100px;
  }
}
@media (max-width: 576px) {
  .error {
    padding: 40px 0;
  }
}
.error__inline {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 800px) {
  .error__inline {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.error__main {
  max-width: 700px;
}
@media (max-width: 800px) {
  .error__main {
    order: 2;
    max-width: 100%;
  }
}
.error__img {
  position: absolute;
  width: 960px;
  right: 0;
  top: 100px;
}
@media (max-width: 1720px) {
  .error__img {
    right: -150px;
  }
}
@media (max-width: 1440px) {
  .error__img {
    right: -250px;
  }
}
@media (max-width: 1180px) {
  .error__img {
    width: 760px;
    right: -200px;
  }
}
@media (max-width: 1050px) {
  .error__img {
    width: 65vw;
    right: -160px;
  }
}
@media (max-width: 800px) {
  .error__img {
    position: relative;
    right: -100px;
    order: 1;
    top: 0;
    margin-bottom: 48px;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .error__img {
    right: -50px;
  }
}
@media (max-width: 420px) {
  .error__img {
    width: 400px;
    flex-shrink: 0;
    margin-bottom: 30px;
  }
}
.error__title {
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 600;
}
@media (max-width: 1300px) {
  .error__title {
    font-size: 32px;
  }
}
@media (max-width: 1050px) {
  .error__title {
    font-size: 26px;
  }
}
@media (max-width: 800px) {
  .error__title {
    font-size: 40px;
  }
}
.error__desc {
  margin-bottom: 60px;
}
@media (max-width: 800px) {
  .error__desc {
    margin-bottom: 20px;
  }
}
.error__link {
  width: 320px;
}
@media (max-width: 350px) {
  .error__link {
    width: 100%;
  }
}

.basket {
  margin-bottom: 68px;
}
@media (max-width: 1000px) {
  .basket {
    margin-bottom: 45px;
  }
}
@media (max-width: 768px) {
  .basket {
    margin-bottom: 35px;
  }
}
.basket__empty {
  display: none;
  justify-content: center;
  align-items: center;
  height: 240px;
  color: #E3E3E3;
  font-size: 40px;
  font-weight: 600;
  text-align: center;
}
.basket__inline {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 1000px) {
  .basket__inline {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.basket__main {
  flex: 1 1 auto;
}
.basket__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  padding-right: 20px;
}
@media (max-width: 1330px) {
  .basket__item {
    padding-right: 0;
  }
}
@media (max-width: 576px) {
  .basket__item {
    flex-wrap: wrap;
    justify-content: center;
    width: 400px;
    border: 1px solid #E3E3E3;
    margin: 0 auto 24px;
    padding-bottom: 25px;
  }
}
@media (max-width: 420px) {
  .basket__item {
    width: 100%;
  }
}
.basket__img {
  display: block;
  width: 205px;
  height: 205px;
  margin-right: 20px;
}
@media (max-width: 1330px) {
  .basket__img {
    width: 160px;
    height: 160px;
  }
}
@media (max-width: 1100px) {
  .basket__img {
    width: 120px;
    height: 120px;
    flex-shrink: 0;
    margin-right: 15px;
  }
}
@media (max-width: 1000px) {
  .basket__img {
    width: 205px;
    height: 205px;
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .basket__img {
    width: 160px;
    height: 160px;
    margin-right: 10px;
  }
}
@media (max-width: 640px) {
  .basket__img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 576px) {
  .basket__img {
    width: 100%;
    height: 318px;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.basket__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.basket__subtitle,
.basket__product-name {
  margin-right: auto;
  font-size: 28px;
  line-height: 1.4;
}

.basket__product-modifiers {
  margin-right: auto;
  font-size: 20px;
  line-height: 1.4;
}

@media (max-width: 1330px) {
  .basket__subtitle,
  .basket__product-name {
    font-size: 22px;
  }
  .basket__product-modifiers {
    font-size: 18px;
  }
}
@media (max-width: 1100px) {
  .basket__subtitle,
  .basket__product-name {
    font-size: 20px;
  }
  
  .basket__product-modifiers {
    font-size: 16px;
  }
}
@media (max-width: 1000px) {
  .basket__subtitle,
  .basket__product-name {
    font-size: 28px;
  }
  .basket__product-modifiers {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .basket__subtitle,
  .basket__product-name {
    font-size: 22px;
  }
}
@media (max-width: 640px) {
  .basket__subtitle,
  .basket__product-name {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .basket__subtitle,
  .basket__product-name {
    width: 100%;
    font-size: 28px;
    padding: 0 20px 25px;
  }
}
.basket__spinner {
  margin: 0 35px;
}
@media (max-width: 576px) {
  .basket__spinner {
    margin: 0;
    margin-right: 60px;
    align-self: flex-end;
  }
}
.basket__spinner .number__text {
  font-weight: 600;
}
.basket__price {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
@media (max-width: 1330px) {
  .basket__price {
    flex-direction: column;
    align-items: flex-end;
  }
}
.basket__price-old {
  margin-right: 13px;
  font-size: 16px;
  text-decoration: line-through;
}
@media (max-width: 1330px) {
  .basket__price-old {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.basket__price-actual {
  font-size: 28px;
  font-weight: 800;
}
.basket .result {
  width: 434px;
  margin-left: 30px;
  padding: 30px;
  border: 2px solid #E3E3E3;
  box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
}
@media (max-width: 1150px) {
  .basket .result {
    width: 370px;
    margin-left: 25px;
    padding: 20px;
  }
}
@media (max-width: 1000px) {
  .basket .result {
    /*position: absolute;*/
    bottom: 40px;
    left: 50%;
    /*transform: translateX(-50%);*/
    width: 434px;
    margin-left: 0;
    padding: 30px;
  }
}
@media (max-width: 576px) {
  .basket .result {
    width: 96%;
    padding: 30px 15px;
  }
  .basket .result .button {
    font-size: 16px;
  }
}
.basket .result__head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
  font-size: 40px;
  line-height: 1;
  font-weight: 600;
}
@media (max-width: 576px) {
  .basket .result__head {
    font-size: 32px;
  }
}
.basket .result__discount {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.basket .result__coupon {
  margin-bottom: 38px;
}
.basket .result__coupon input {
  height: 56px;
  border: 2px solid #E3E3E3;
  border-radius: 0;
  font-size: 20px;
}

div.inner .basket .result__coupon input {
  height: 56px;
  border: 2px solid #E3E3E3;
  border-radius: 0;
  font-size: 20px;
}

.basket .result__coupon-btn {
  width: 100%;
  margin-top: 20px;
}
.basket .result__buy {
  margin-bottom: 30px;
}
.basket .gift {
  margin-bottom: 30px;
}
.basket .gift__title {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 700;
}
.basket .gift__gallery {
  position: relative;
}
.basket .gift .gift-swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.basket .gift .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}
.basket .gift .swiper-button-next, .basket .gift .swiper-button-prev {
  position: absolute;
  top: -40px !important;
  width: 40px;
  height: 40px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #DC805F;
  border: 1px solid #DC805F;
}
.basket .gift .swiper-button-next::after, .basket .gift .swiper-button-prev::after {
  font-size: 20px;
}
.basket .gift .swiper-button-next {
  right: 0;
}
.basket .gift .swiper-button-prev {
  right: 50px;
  left: auto;
}
.basket .gift__item {
  display: block;
  width: 100%;
}
.basket .gift__img {
  height: 178px;
}
.basket .gift__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.basket .gift__subtitle {
  padding: 11px;
  background-color: var(--additional-color,#6A4932);
  color: #ffffff;
  font-size: 16px;
}

.feedback {
  margin: 40px 0 77px;
}
@media (max-width: 768px) {
  .feedback {
    margin: 30px 0 60px;
  }
}
.feedback__inline {
  display: flex;
  align-items: flex-start;
}
.feedback__form {
  flex: 0 1 663px;
}
@media (max-width: 768px) {
  .feedback__form {
    flex: 0 1 100%;
  }
}
.feedback__title {
  margin-bottom: 23px;
  font-size: 20px;
  font-weight: 700;
}
.feedback__img {
  flex: 0 1 666px;
  margin-left: 30px;
}
@media (max-width: 768px) {
  .feedback__img {
    display: none;
  }
}

.account {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .account {
    margin-bottom: 50px;
  }
}
.account__inline {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .account__inline {
    flex-wrap: wrap;
  }
}
.account__nav {
  flex: 0 0 202px;
  margin-right: 30px;
  border: 2px solid #E3E3E3;
}
@media (max-width: 768px) {
  .account__nav {
    flex: 0 1 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.account__nav-item {
  border-bottom: 2px solid #E3E3E3;
}
.account__nav-item:last-child {
  border-bottom: none;
}
.account__nav-item a {
  display: flex;
  align-items: center;
  height: 47px;
  padding: 0 8px;
}
.account__nav-item a:hover {
  box-shadow: 1px 0px 14px 3px rgba(34, 60, 80, 0.2);
}
.account__nav-active a {
  box-shadow: 1px 0px 14px 3px rgba(34, 60, 80, 0.2);
}
.account__main {
  flex: 1 1 auto;
}
.account__personal {
  max-width: 660px;
}
.account__balance {
  display: flex;
  align-items: center;
  margin-bottom: 37px;
  font-weight: 700;
}
.account__balance-title {
  margin-right: 10px;
  font-size: 20px;
}
.account__balance-value {
  font-size: 16px;
}
.account__balance-value span {
  color: var(--main-color,#D04715);
  font-size: 24px;
}
.account__btn {
  margin-top: 40px;
}
.account .form__group {
  position: relative;
}
.account .form__group .form__edit {
  position: absolute;
  top: 25px;
  right: 0;
  cursor: pointer;
}
.account .form__group .form__edit svg {
  width: 20px;
  height: 20px;
  fill: #555555;
}
.account__order-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding: 30px;
  border: 2px solid #E3E3E3;
  box-shadow: 1px 0px 14px 3px rgba(34, 60, 80, 0.2);
}
@media (max-width: 1000px) {
  .account__order-item {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .account__order-item {
    padding: 30px 15px;
  }
}
.account__order-inner {
  flex: 0 1 520px;
}
@media (max-width: 1000px) {
  .account__order-inner {
    flex: 0 1 100%;
    margin-bottom: 20px;
  }
}
.account__order-state {
  flex: 0 1 318px;
  margin:5px 0;
}
.account__order-section {
  margin-bottom: 30px;
}
.account__order-section:last-child {
  margin-bottom: 0;
}
.account__order-subtitle {
  margin-bottom: 8px;
}
.account__order-main {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
}
.account__order-info {
  display: flex;
  margin-bottom: 10px;
}
@media (max-width: 420px) {
  .account__order-info {
    flex-direction: column;
    align-items: flex-start;
  }
}
.account__order-info div:first-child {
  margin-right: 4px;
}
@media (max-width: 420px) {
  .account__order-info div:first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.account__order-head {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.account__order-head svg {
  width: 12px;
  height: 12px;
  fill: #555555;
  margin-left: 20px;
}
.account__order-red {
  color: var(--main-color,#D04715);
}
.account__history .account__order-item {
  margin-top: -2px;
  margin-bottom: 0;
  box-shadow: none;
  transition: 0.3s all;
}
.account__history .account__order-item:hover {
  box-shadow: 1px 0px 14px 3px rgba(34, 60, 80, 0.2);
}

.order {
  margin-bottom: 88px;
}
@media (max-width: 768px) {
  .order {
    margin-bottom: 58px;
  }
}
.order__inline {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 50px;
}
@media (max-width: 1000px) {
  .order__inline {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.order__tab {
  flex: 0 1 663px;
}
@media (max-width: 1000px) {
  .order__tab {
    flex: 0 1 100%;
    margin-bottom: 30px;
  }
}
.order__tab-list {
  margin-bottom: 50px;
}
@media (max-width: 576px) {
  .order__tab-list {
    justify-content: space-between;
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .order__tab-list {
    flex-direction: row;
  }
}
.order__tab-link {
  font-size: 28px;
  border: 1px solid var(--main-color,#D04715);
  color: var(--main-color,#D04715);
  height: 55px;
  padding: 0 16px;
}
.order__tab-link.tabs__link--active {
  background-color: var(--main-color,#D04715);
  color: #ffffff;
}
@media (max-width: 576px) {
  .order__tab-link {
    width: 49%;
    margin-right: 0;
    font-size: 16px;
  }
}
.order__item {
  margin-bottom: 55px;
}
@media (max-width: 768px) {
  .order__item {
    margin-bottom: 38px;
  }
}
.order__item:last-child {
  margin-bottom: 0;
}
.order__subtitle {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
}
.order .form__label {
  font-size: 12px;
  font-weight: 400;
}
.order__radio-item {
  margin-bottom: 20px;
}
.order__radio-item:last-child {
  margin-bottom: 0;
}
.order__radio .radio {
  display: block;
  position: absolute;
  z-index: -1;
  opacity: 0;
  width: 0;
  height: 0;
}
.order__radio .radio + label {
  position: relative;
  padding: 0 0 0 32px;
  cursor: pointer;
  display: block;
  font-size: 16px;
  border: none;
}
.order__radio .radio + label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #555555;
  background: #FFF;
}
.order__radio .radio + label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #555555;
  background-image: url(/bitrix/templates/sushivashi/images/check.svg);
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: 0.2s;
}
.order__radio .radio:checked + label:after {
  opacity: 1;
}
.order__radio .radio:checked + label {
  background-color: transparent;
}
.order__aside {
  flex: 0 0 544px;
  margin-left: 20px;
}
@media (max-width: 1150px) {
  .order__aside {
    flex: 0 0 470px;
  }
}
@media (max-width: 1000px) {
  .order__aside {
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .order__aside {
    flex: 0 1 100%;
  }
}
.order__result {
  margin-bottom: 30px;
  padding: 30px;
  border: 2px solid #E3E3E3;
  font-size: 16px;
}
@media (max-width: 480px) {
  .order__result {
    padding: 30px 15px;
  }
}
.order__result-title {
  margin-right: 10px;
}
.order__table {
  margin-bottom: 43px;
}
@media (max-width: 480px) {
  .order__table {
    display: none;
  }
}
.order__row {
  align-items: center;
  margin-bottom: 36px;
}
.order__row:last-child {
  margin-bottom: 0;
}
.order__spinner {
  margin-left: auto;
  margin-right: 35px;
}
@media (max-width: 1150px) {
  .order__spinner {
    margin-right: 10px;
  }
}
.order__spinner .number__text {
  height: 25px;
  border-bottom: none;
  font-weight: 700;
}
.order__price {
  flex: 0 1 175px;
  display: flex;
  align-items: center;
}
.order__price-old {
  margin-right: 12px;
  text-decoration: line-through;
}
.order__price-actual {
  font-size: 20px;
  font-weight: 700;
}
.order__discount {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  color: var(--main-color,#D04715);
}
.order__total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
}
.order__coupon {
  margin-bottom: 30px;
}
.order__coupon-input {
  margin-bottom: 20px;
}
.order__coupon-input input {
  border: 2px solid #E3E3E3;
  height: 56px;
  padding: 0 24px;
  font-size: 20px;
}
.order__coupon-btn {
  width: 100%;
}
.order__note {
  margin-bottom: 25px;
  font-size: 13px;
}
.order__btn {
  width: 100%;
}
.order__map {
  width: 100%;
  height: 325px;
}
.order__map iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.order__map img {
  display: block;
  width: 100%;
  height: 100%;
}
.order__inner {
  flex: 0 1 898px;
}
@media (max-width: 1000px) {
  .order__inner {
    flex: 0 1 100%;
  }
}
.order__section {
  margin-bottom: 30px;
  padding: 30px;
  border: 2px solid #E3E3E3;
  transition: 0.3s all;
}
@media (max-width: 768px) {
  .order__section {
    padding: 0;
    border: none;
  }
}
.order__section:hover {
  box-shadow: 1px 0px 14px 3px rgba(34, 60, 80, 0.2);
}
@media (max-width: 768px) {
  .order__section:hover {
    box-shadow: none;
  }
}
.order__head {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .order__head {
    flex-direction: column;
    align-items: flex-start;
  }
}
.order__head-title {
  margin-right: 20px;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 576px) {
  .order__head-title {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.order__head-list {
  display: flex;
  align-items: center;
}
.order__head-link {
  display: inline-block;
  margin-right: 20px;
  font-size: 16px;
}
.order__head-link:last-child {
  margin-right: 0;
}
@media (max-width: 576px) {
  .order__head-link {
    margin-right: 10px;
  }
}
.order__head-active {
  color: var(--main-color,#D04715);
}
.order__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 30px;
}
.order__wrap .form__group {
  position: relative;
  width: 48%;
  margin-bottom: 55px;
}
@media (max-width: 768px) {
  .order__wrap .form__group {
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .order__wrap .form__group {
    width: 100%;
  }
}
.order__wrap .form__warring {
  position: absolute;
  bottom: -15px;
  left: 0;
  color: red;
  font-size: 10px;
}
.order__next {
  width: 384px;
}
@media (max-width: 768px) {
  .order__next {
    margin: 0 auto;
  }
}
@media (max-width: 420px) {
  .order__next {
    width: 100%;
  }
}
.order__radio-big {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 30px 0 20px;
}
.order__radio-section {
  width: 48%;
  margin-bottom: 32px;
}
@media (max-width: 576px) {
  .order__radio-section {
    width: 100%;
  }
}
.order__radio-section .radio {
  display: block;
  position: absolute;
  z-index: -1;
  opacity: 0;
  width: 0;
  height: 0;
}
.order__radio-section .radio + label {
  position: relative;
  padding: 0 0 0 74px;
  cursor: pointer;
  display: flex;
  align-items: center;
  height: 84px;
  font-size: 16px;
  border: none;
  text-align: left;
  justify-content: flex-start;
  border: 2px solid #E3E3E3;
}
.order__radio-section .radio + label:before {
  content: "";
  position: absolute;
  top: 28px;
  left: 32px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #DC805F;
  background: #FFF;
}
.order__radio-section .radio + label:after {
  content: "";
  position: absolute;
  top: 32px;
  left: 36px;
  width: 16px;
  height: 16px;
  background-color: #DC805F;
  border-radius: 50%;
  opacity: 0;
}
.order__radio-section .radio:checked + label:after {
  opacity: 1;
}
.order__radio-section .radio:checked + label {
  background-color: transparent;
}
.order__aside-wrap {
  margin-bottom: 30px;
  padding: 30px;
  border: 2px solid #E3E3E3;
}
@media (max-width: 576px) {
  .order__aside-wrap {
    padding: 30px 15px;
  }
}
.order__list {
  margin-bottom: 30px;
}
.order__list-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
.order__list-item:last-child {
  margin-bottom: 0;
}

.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 100 !important;
  padding: 80px 0 !important;
  box-sizing: border-box;
  background-color: transparent !important;
  text-align: center;
  overflow: hidden;
}

.modal {
  display: none;
  vertical-align: middle;
  position: relative !important;
  z-index: 200 !important;
  max-width: 723px !important;
  box-sizing: border-box;
  width: 100% !important;
  background: #ffffff !important;
  padding: 30px !important;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  text-align: left;
  color: #000000;
  border-radius: 0 !important;
}
@media (max-width: 1230px) {
  .modal {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .modal {
    width: 96% !important;
  }
}
@media (max-width: 576px) {
  .modal {
    width: 94% !important;
    padding: 30px 15px !important;
  }
}

.products-popup {
  max-width: 1198px !important;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.5);
  padding: 30px !important;
}
@media (max-width: 1230px) {
  .products-popup {
    width: 96% !important;
  }
}
@media (max-width: 768px) {
  .products-popup {
    padding: 20px 20px 30px !important;
    width: 92% !important;
  }
}
.products-popup .products {
  padding-bottom: 0;
}

.popup__inline {
  position: relative;
  display: flex;
}
@media (max-width: 768px) {
  .popup__inline {
    flex-wrap: wrap;
  }
}
.popup.products {
  padding-bottom: 0;
}
.popup__img {
  width: 635px;
  height: 673px;
  margin-right: 30px;
}
@media (max-width: 1230px) {
  .popup__img {
    width: 500px;
    height: 500px;
    margin-right: 15px;
  }
}
@media (max-width: 900px) {
  .popup__img {
    width: 400px;
    height: 400px;
    margin-right: 15px;
  }
}
@media (max-width: 768px) {
  .popup__img {
    width: 100%;
    height: 400px;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .popup__img {
    height: 318px;
  }
}
.popup__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .popup__aside {
    width: 100%;
  }
}
.popup__main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 340px;
}
@media (max-width: 768px) {
  .popup__main {
    max-width: 100%;
  }
}
.popup__title {
  margin-bottom: 16px;
  font-size: 28px;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .popup__title {
    margin-bottom: 10px;
  }
}
.popup__desc {
  margin-bottom: 16px;
  line-height: 1.4;
}
.popup__list {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .popup__list {
    margin-bottom: 0;
  }
}
.popup__item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.popup__item-line {
  margin: 0 8px;
}
@media (max-width: 768px) {
  .popup__info {
    order: 3;
  }
}
.popup .products__radio {
  opacity: 1;
  position: relative;
  top: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .popup .products__radio {
    order: 2;
  }
}
@media (max-width: 576px) {
  .popup .products__radio {
    display: block;
  }
}
.popup .products__radio .radio + label {
  position: relative;
  padding: 8px 16px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #DC805F;
  color: #DC805F;
}
.popup .products__radio .radio:checked + label {
  background-color: #DC805F !important;
  color: #ffffff;
}
@media (max-width: 768px) {
  .popup .products__aside {
    order: 1;
    width: 100%;
    margin-bottom: 20px;
  }
}
.popup .products__inline {
  flex-direction: column;
  align-items: flex-end;
  padding: 0;
}
@media (max-width: 768px) {
  .popup .products__inline {
    align-items: center;
    width: 100%;
  }
}
.popup .products__price {
  display: flex;
  align-items: center;
}
.popup .products__price.tabs__content {
  display: none;
  align-items: center;
}
.popup .products__price.tabs__content.tabs__content--active {
  display: flex;
  align-items: center;
}
.card__inline .products__price.tabs__content {
  display: none;
  align-items: center;
}
.card__inline .products__price.tabs__content.tabs__content--active {
  display: flex;
  align-items: center;
}

.popup .products__price-old {
  margin-bottom: 0;
  margin-right: 13px;
  color: #555555;
  font-size: 16px;
}
.popup .products__price-actual {
  color: var(--main-color,#D04715);
}
.popup .products__spinner {
  margin-bottom: 16px;
}
@media (max-width: 576px) {
  .popup .products__spinner {
    display: block;
  }
}
@media (max-width: 768px) {
  .popup .products__bottom {
    margin-top: 10px;
  }
}
@media (max-width: 576px) {
  .popup .products__bottom {
    flex-direction: row;
  }
}
.popup .number__text {
  color: #555555;
}
.popup .products__btn {
  color: #ffffff;
}

.callback-form__note{
	text-align: center;
	margin-bottom: 5px;
}

.callback-form .inputbox.required{
	box-shadow: 0px 0px 3px 6px rgb(211 84 23 / 51%);
}

.callback-form__note img{
	width:100px;
	height:100px;
	margin: 10px auto;
}

.feedback__form .form__input.required{
	box-shadow: 0px 0px 3px 3px rgb(233 84 23 / 51%);
}

.consult__form .input.required{
	color:red;
}

.pagination__item-selected{
	color: var(--main-color,#D04715);
}

.main-text{
	margin:20px;
	text-align:center;
	font-size:55px;
}

@media(max-width:768px){
	.main-text{
		font-size:54px;
	}
}
@media (max-width: 576px) {
	.main-text{
		font-size:48px;
	}
}
@media (max-width: 500px) {
	.main-text{
		font-size:40px;
	}
}

.map-columns{
	margin:20px;
}
.map-level-0 li{
	list-style-type: disc;
}
.map-level-0 li:hover{
	color: var(--main-color,#D04715);
}

.main-line{
    height: 1px;
    background: #C1C3C2;
    border: none;
    text-align: center;
    width: 98%;
	margin: 0 auto;
}



/*# sourceMappingURL=style.css.map */

