

/* Start:/local/templates/webmasterow/css/suggestions.min.css?17175065572091*/
.suggestions-nowrap{white-space:nowrap}.suggestions-input{-ms-box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%}.suggestions-input::-ms-clear{display:none}.suggestions-wrapper{position:relative;margin:0;padding:0;vertical-align:top;-webkit-text-size-adjust:100%}.suggestions-suggestions{background:#fff;border:1px solid #999;-ms-box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:default;left:0;min-width:100%;position:absolute;z-index:9999;-webkit-text-size-adjust:100%}.suggestions-suggestions strong{font-weight:400;color:#39f}.suggestions-suggestions.suggestions-mobile{border-style:none}.suggestions-suggestions.suggestions-mobile .suggestions-suggestion{border-bottom:1px solid #ddd}.suggestions-suggestion{padding:4px 4px;overflow:hidden}.suggestions-suggestion:hover{background:#f7f7f7}.suggestions-selected{background:#f0f0f0}.suggestions-selected:hover{background:#f0f0f0}.suggestions-hint{padding:4px 4px;white-space:nowrap;overflow:hidden;color:#777;font-size:85%;line-height:20px}.suggestions-subtext{color:#777}.suggestions-subtext_inline{display:inline-block;min-width:6em;vertical-align:bottom;margin:0 .5em 0 0}.suggestions-subtext-delimiter{display:inline-block;width:2px}.suggestions-subtext_label{margin:0 0 0 .25em;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;padding:0 3px;background:#f5f5f5;font-size:85%}.suggestions-value[data-suggestion-status=LIQUIDATED]{position:relative}.suggestions-value[data-suggestion-status=LIQUIDATED]:after{position:absolute;left:0;right:0;top:50%;border-top:1px solid rgba(0,0,0,.4);content:""}.suggestions-promo{font-size:85%;display:none;color:#777;padding:4px;text-align:center}.suggestions-promo a{color:#777;display:block;filter:grayscale(100%);line-height:20px;text-decoration:none}.suggestions-promo a:hover{filter:grayscale(0)}.suggestions-promo svg{height:20px;vertical-align:bottom}@media screen and (min-width:600px){.suggestions-promo{position:absolute;top:0;right:0;text-align:left}}
/* End */


/* Start:/local/templates/webmasterow/css/main.css?175077550054332*/
@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-variant-numeric: lining-nums;
  -webkit-font-feature-settings: "lnum";
  font-feature-settings: "lnum";
}

body {
  padding-top: 90px;
}

.compensate-for-scrollbar {
  padding-right: 0 !important;
}

.flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.container {
  width: 1260px;
  margin: 0 auto;
  position: relative;
}

a {
  display: block;
  outline: none;
  text-decoration: none;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

button {
  display: block;
  cursor: pointer;
  background: transparent;
  border: none;
  outline: none;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  width: 100%;
}

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

svg {
  display: block;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

input,
textarea,
select {
  display: block;
  width: 100%;
  border: none;
  outline: none;
  background: transparent;
}

li {
  display: block;
  list-style: none;
}

label {
  display: block;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

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

.title-1 {
  margin-bottom: 20px;
  width: 100%;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  color: #2C2C2C;
}

.title-2 {
  width: 100%;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2C2C2C;
}

.title-4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  color: #2C2C2C;
}


input::-webkit-input-placeholder {
  color: #A4A4A4;
}

input::-moz-placeholder {
  color: #A4A4A4;
}

input:-moz-placeholder {
  color: #A4A4A4;
}

input:-ms-input-placeholder {
  color: #A4A4A4;
}

/* Header */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 15;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  padding-top: 20px;
  padding-bottom: 20px;
}
header.not-shadow {
  -webkit-box-shadow: none;
  box-shadow: none;
}
header .back-link {
  margin-bottom: 0;
}

.header__logo {
  width: 200px;
}
.header__logo img {
  width: 100%;
}
.header__logo img.header__logo-mobile {
  display: none;
}

.header__search {
  width: 430px;
  position: relative;
}
.header__search input {
  background: #F1F1F1;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  padding: 12px 32px 12px 22px;
  font-size: 14px;
  line-height: 16px;
  color: #717171;
}
.header__search input:focus + .search-res {
  display: block;
}
.header__search button {
  width: 18px;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  z-index: 2;
  right: 11px;
}
.header__search button img {
  width: 100%;
}

.search-res {
  position: absolute;
  display: none;
  width: 100%;
  top: 100%;
  left: 0;
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
  border-radius: 0px 0px 10px 10px;
  background: #fff;
  padding: 10px;
}

.search-res__product {
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}
.search-res__product:hover {
  -webkit-box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.15);
}
.search-res__product img {
  border-radius: 10px;
  width: 40px;
}
.search-res__product b {
  display: block;
  width: 100px;
  padding: 10px;
  color: #2C2C2C;
  font-size: 20px;
  line-height: 100%;
  font-weight: 400;
  font-family: "Readex Pro", sans-serif;
  text-align: right;
}
.search-res__product span {
  display: block;
  width: calc(100% - 140px);
  padding: 10px;
  font-size: 16px;
  line-height: 100%;
  color: #2C2C2C;
}

.search-res__more {
  display: inline-block;
  padding: 10px 28px;
  color: #2C2C2C;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  background: #F2F2F2;
  border-radius: 20px;
}
.search-res__more:hover {
  background: #d9d9d9;
}

.header__time div {
  color: #B90902;
  font-weight: 800;
  font-size: 12px;
  line-height: 14px;
}
.header__time p {
  color: #2C2C2C;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
}

.header__tel a {
  color: #2C2C2C;
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
}
.header__tel a:hover {
  color: #B90902;
}

.header__cart {
  padding: 10px 10px 14px 39px;
  border: 1px solid #000000;
  margin-right: 20px;
  border-radius: 10px;
  min-width: 120px;
  position: relative;
}
.header__cart:before {
  position: absolute;
  display: block;
  content: "";
  background: url(/local/templates/webmasterow/css/../img/cart-icon.svg) center center no-repeat;
  left: 9px;
  top: 50%;
  margin-top: -12px;
  width: 24px;
  height: 24px;
}
.header__cart.active:before {
  -webkit-animation: swing 0.3s ease;
  animation: swing 0.6s ease;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@-webkit-keyframes swing {
  15% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  30% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  40% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  50% {
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px);
  }
  65% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes swing {
  15% {
    -webkit-transform: translateX(9px);
    transform: translateX(9px);
  }
  30% {
    -webkit-transform: translateX(-9px);
    transform: translateX(-9px);
  }
  40% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  50% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  65% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.header__cart-amount {
  color: #2C2C2C;
  font-size: 16px;
  line-height: 16px;
  font-family: "Readex Pro", sans-serif;
  font-weight: 400;
  position: relative;
  z-index: 2;
}
.header__cart-amount span {
  font-family: "Readex Pro", sans-serif;
  font-weight: 400;
}
.header__cart-amount sup {
  font-size: 12px;
  font-family: "Readex Pro", sans-serif;
  font-weight: 400;
}

.header__cart-time {
  display: none;
  position: relative;
  z-index: 2;
}

.header__cart-title {
  display: none;
  position: relative;
  z-index: 2;
}

.header__user {
  padding: 12px;
  border: 1px solid #000000;
  border-radius: 10px;
}

.header__navbar {
  display: none;
}

/* Sidebar */
section {
  padding-top: 30px;
  padding-bottom: 120px;
}

.section__wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sidebar {
  width: 150px;
}

.menu {
  margin-bottom: 16px;
}
.menu li {
  padding: 7px 0px;
}
.menu li a {
  color: #2C2C2C;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
}
.menu li a img {
  max-width: 20px;
}
.menu li a span {
  font-weight: 600;
  display: block;
  width: calc(100% - 20px);
  padding-left: 10px;
}
.menu li a:hover {
  color: #FF3932;
}
.menu li a.selected {
  color: #FF3932;
}

hr {
  background: #E5E5E5;
  border: none;
  margin-bottom: 16px;
  width: 100%;
  display: block;
  height: 1px;
}

/* Content */
.content {
  width: calc(100% - 210px);
}

.banners-wrapper {
  margin-bottom: 30px;
  position: relative;
}

.banners__slider {
  overflow: hidden;
}

.banner {
  overflow: hidden;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  position: relative;
}
.banner img {
  width: 100%;
}

.banners__arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  margin-top: -11px;
  cursor: pointer;
}

.banners__arrow_prev {
  left: 20px;
}

.banners__arrow_next {
  right: 20px;
}

.banners__dots {
  position: absolute;
  z-index: 2;
  bottom: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  width: 100%;
}
.banners__dots .swiper-pagination-bullet {
  opacity: 1;
  margin-left: 9px;
  margin-right: 9px;
  background: #fff;
  border: 2px solid #777777;
  width: 14px;
  height: 14px;
  border-radius: 14px;
}
.banners__dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: -o-linear-gradient(192.29deg, #FF3932 0%, #B90902 100%);
  background: linear-gradient(257.71deg, #FF3932 0%, #B90902 100%);
}

.categories {
  margin-left: -15px;
  margin-right: -15px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.category {
  width: calc(25% - 30px);
  margin-bottom: 20px;
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
  border-radius: 20px;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  overflow: hidden;
  min-height: 170px;
  background: #000;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
}
.category:hover .category__bg {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.category__bg {
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.category__title {
  display: block;
  position: relative;
  z-index: 2;
  background: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
  color: #000000;
  padding: 4px 10px;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  text-align: center;
}

/* Footer */
footer {
  background: #2C2C2C;
  padding: 20px 0px;
}
footer hr {
  display: none;
}

.footer__content {
  margin-left: -10px;
  margin-right: -10px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer__logo {
  margin: 10px;
  width: 200px;
}
.footer__logo img {
  width: 100%;
}

.footer__menu {
  padding: 10px;
}
.footer__menu ul li {
  margin-bottom: 12px;
}
.footer__menu ul li:last-child {
  margin-bottom: 0;
}
.footer__menu ul li a {
  display: inline;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}
.footer__menu ul li a:hover {
  color: #EE5B55;
}

.footer__menu-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 20px;
  color: #fff;
}

.footer__contacts {
  padding: 10px;
  text-align: right;
}

.footer__delivery {
  display: inline;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  text-decoration: underline;
}
.footer__delivery:hover {
  color: #EE5B55;
}

.footer__tel {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #fff;
  display: inline-block;
  margin-bottom: 4px;
}
.footer__tel:hover {
  color: #EE5B55;
}

.footer__email {
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  display: inline;
}
.footer__email:hover {
  color: #EE5B55;
}

.footer__socials {
  padding-top: 30px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.footer__socials a {
  margin-left: 15px;
  -webkit-transition: all ease 0.8s;
  -o-transition: all ease 0.8s;
  transition: all ease 0.8s;
}
.footer__socials a:hover {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

/* Корзина */
.cart {
  width: 800px;
}

.cart__item {
  margin-bottom: 10px;
  border: 1px solid #E5E5E5;
  border-radius: 10px;
  border-radius: 10px;
  padding-right: 20px;
  position: relative;
}

.cart__img {
  width: 80px;
}
.cart__img img {
  width: 100%;
  border-radius: 10px;
}

.cart__item-block {
  width: calc(100% - 80px);
}

.cart__info {
  width: 400px;
  padding: 10px;
  margin-right: auto;
}

.cart__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  color: #2C2C2C;
  margin-bottom: 4px;
}

.cart__description {
  color: #ADADAD;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
}

.cart__quantity {
  width: 150px;
  text-align: center;
  padding: 10px;
}

.cart__quantity-input {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cart__quantity-input button {
  position: relative;
  width: 18px;
  height: 18px;
}
.cart__quantity-input button:before, .cart__quantity-input button:after {
  position: absolute;
  display: block;
  content: "";
  width: 18px;
  background: #D0D0D0;
  height: 4px;
  left: 0;
  top: 50%;
  margin-top: -4px;
  border-radius: 4px;
}
.cart__quantity-input button:last-child:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.cart__quantity-input input {
  width: 45px;
  text-align: center;
  margin-left: 3px;
  margin-right: 3px;
  font-size: 20px;
  color: #323232;
  margin-bottom: 4px;
  font-family: "Readex Pro", sans-serif;
  font-weight: 400;
}

.cart__price-for-item {
  font-weight: 600;
  font-size: 16px;
  color: #D0D0D0;
}
.cart__price-for-item span {
  text-decoration: line-through;
}
.cart__price-for-item b {
  color: #EE5B55;
}

.cart__price {
  width: calc(100% - 550px);
  padding: 10px;
  text-align: right;
  color: #2C2C2C;
  font-size: 30px;
  line-height: 32px;
}

.cart__cutlery {
  padding-left: 5px;
}
.cart__cutlery .cart__price {
  width: calc(100% - 680px);
}

.cart__close {
  position: absolute;
  top: 8px;
  right: 8px;
  cursor: pointer;
  z-index: 0;
  width: 10px;
  height: 10px;
}
.cart__close:before, .cart__close:after {
  position: absolute;
  display: block;
  content: "";
  width: 12px;
  height: 2px;
  border-radius: 2px;
  background: #D0D0D0;
  top: 4px;
  left: -1px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cart__close:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.res {
  width: 400px;
  position: -webkit-sticky;
  position: sticky;
  top: 110px;
  left: 0;
}

.res__block {
  margin-bottom: 10px;
  border: 1px solid #E5E5E5;
  border-radius: 10px;
  padding: 10px 20px 15px 20px;
}
.res__block table {
  width: 100%;
  margin-bottom: 10px;
}
.res__block table tr td {
  padding-bottom: 10px;
  color: #2C2C2C;
  padding-right: 10px;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
}
.res__block table tr td:last-child {
  padding-right: 0;
  text-align: right;
}
.res__block table tr td.red {
  color: #EE5B55;
}

.input {
  margin-bottom: 10px;
  padding: 12px 14px;
  background: #F2F2F2;
  border: 1px solid #F2F2F2; !important;
  border-radius: 10px;
  color: #323232;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  height: 40px;
}
.input.w-50 {
  width: calc(50% - 5px);
}
.input.w-25 {
  width: calc(25% - 7.5px);
}
.input.error {
  border-color: #EE5B55;
}
.input.error::-webkit-input-placeholder {
  color: #EE5B55;
}
.input.error::-moz-placeholder {
  color: #EE5B55;
}
.input.error:-moz-placeholder {
  color: #EE5B55;
}
.input.error:-ms-input-placeholder {
  color: #EE5B55;
}

textarea.input {
  height: 80px;
  resize: none;
}

.btn {
  padding: 12px 50px;
  text-align: center;
  background: -o-linear-gradient(192.29deg, #FF3932 0%, #B90902 100%);
  background: linear-gradient(257.71deg, #FF3932 0%, #B90902 100%);
  border-radius: 10px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  white-space: normal;
}
.btn:hover {
  background: -o-linear-gradient(89deg, #FF3932 0%, #B90902 100%);
  background: linear-gradient(1deg, #FF3932 0%, #B90902 100%);
}
.btn[disabled] {
  cursor: no-drop;
}

.btn-2 {
  border: 1px solid #2C2C2C;
  border-radius: 10px;
  color: #2C2C2C;
  padding: 11px 50px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
}
.btn-2:hover {
  background: #2C2C2C;
  color: #fff;
}

.btn-3 {
  border-radius: 10px;
  color: #2C2C2C;
  padding: 12px 50px;
  text-align: center;
  background: #E5E5E5;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
}
.btn-3:hover {
  background: #b2b2b2;
}

.res__code {
  width: 200px;
  margin-bottom: 10px;
}

.res__code-info {
  line-height: 140%;
}
.res__code-info strong {
  font-weight: 700;
}
.res__code-info .close-link {
  margin-left: 10px;
  border-bottom: 1px dotted;
  color: #3e86de;
  text-decoration: none;
  opacity: 1;
  cursor: pointer;
  transition: 220ms ease all;
}
.res__code .btn {
  padding: 12px;
}

.res__code-done {
  margin-bottom: 10px;
  padding: 12px 14px;
  background: -o-linear-gradient(192.29deg, #76DD9E 0%, #129544 100%);
  background: linear-gradient(257.71deg, #76DD9E 0%, #129544 100%);
  border-radius: 10px;
  color: #fff;
  font-weight: 500;
  font-weight: 700;
  font-size: 16px;
  line-height: 17px;
  text-align: center;
  white-space: nowrap;
}
.res__code-done:after {
  display: inline-block;
  content: "";
  width: 7px;
  height: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-bottom: 1px;
  margin-left: 4px;
}

.res__info {
  width: calc(100% - 200px);
  text-align: right;
  padding-left: 20px;
  margin-bottom: 10px;
}

.res__time {
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  color: #2C2C2C;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.res__price {
  font-family: "Readex Pro", sans-serif;
  color: #2C2C2C;
  font-weight: 600;
  font-size: 32px;
  line-height: 32px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.res__errors {
  font-family: "Readex Pro", sans-serif;
  color: red;
  font-weight: 600;
  line-height: 1.2;
}
.res__errors p{
  margin-bottom: 1em;
}
.res__price span {
  font-family: "Readex Pro", sans-serif;
  font-weight: 600;
}

.checkbox {
  position: relative;
}
.checkbox label {
  position: relative;
  cursor: pointer;
  padding-left: 26px;
  color: #2C2C2C;
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
}
.checkbox label:before {
  position: absolute;
  display: block;
  content: "";
  background: #F2F2F2;
  border-radius: 4px;
  top: 1px;
  left: 0;
  width: 20px;
  height: 20px;
}
.checkbox input {
  position: absolute;
  top: 50%;
  left: -1000000px;
}
.checkbox input:checked + label:after {
  position: absolute;
  display: block;
  content: "";
  width: 6px;
  height: 12px;
  z-index: 2;
  top: 3px;
  left: 7px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: 2px solid #EE5B55;
  border-right: 2px solid #EE5B55;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cart__more {
  padding: 16px 20px;
  border-radius: 10px;
  color: #EE5B55;
  position: relative;
  margin-bottom: 10px;
  display:none;
}
.cart__more:before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: -o-linear-gradient(192.29deg, #FF3932 0%, #B90902 100%);
  background: linear-gradient(257.71deg, #FF3932 0%, #B90902 100%);
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  border-radius: 10px;
}
.cart__more:after {
  position: absolute;
  display: block;
  content: "";
  border: 1px solid #EE5B55;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cart__more span {
  width: calc(100% - 33px);
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  position: relative;
  z-index: 2;
}
.cart__more svg {
  stroke: #EE5B55;
  fill: none;
  position: relative;
  z-index: 2;
  transform: rotate(-90deg);
}
.cart__more:hover {
  color: #fff;
}
.cart__more:hover:before {
  opacity: 1;
}
.cart__more:hover svg {
  stroke: #fff;
}

.cart__more._active svg {
  transform: rotate(90deg);
}

.complect {
  padding-top: 30px;
  width: 100%;
}

.description {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  color: #2C2C2C;
}

.complect__slider-wrapper {
  position: relative;
}

.complect__slider {
  overflow: hidden;
}

.arrow {
  position: absolute;
  top: 50%;
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background: #FFFFFF;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
  width: 30px;
  height: 30px;
  border-radius: 30px;
  margin-top: -15px;
  z-index: 10;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.arrow svg {
  fill: #A4A4A4;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.arrow:hover {
  background: #EE5B55;
}
.arrow:hover svg {
  fill: #fff;
}
.arrow.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}

.arrow_prev {
  left: -15px;
}

.arrow_next {
  right: -15px;
}

.complect__slider {
  overflow: hidden;
  padding: 4px;
  margin-left: -4px;
  margin-right: -4px;
}

.complect__item {
  -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  width: calc(10% - 7.2px);

  height: auto;
  display: flex;
  flex-direction: column;
}
.complect__item img {
  width: 100%;
}
.complect__item.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.complect__item-title {
  padding: 5px 10px;
  font-size: 16px;
  color: #2C2C2C;

  flex: 1 1 auto;
}

.complect__item-price {
  text-align: center;
  padding: 10px;
  color: #2C2C2C;
  font-family: "Readex Pro", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  width: 100%;
}

/* Оформление заказа */
.order__forms {
  width: 470px;
}

.order__form {
  margin-bottom: 20px;
}

.address {
  width: 100%;
  position: relative;
}
.address .input {
  padding-right: 50px;
}
.address button,
.address a {
  position: absolute;
  z-index: 2;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  border-radius: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.order__data {
  width: 340px;
  margin-bottom: 20px;
}

.payment-flex {
	display:flex;
	justify-content: center;
}

.radio {
  padding-bottom: 10px;
  position: relative;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.radio input {
  position: absolute;
  top: 50%;
  left: -100000px;
}
.radio label {
  cursor: pointer;
  padding: 7px 14px;
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  color: #2C2C2C;
  border: 1px solid #2C2C2C;
  border-radius: 20px;
  text-align: center;
  min-width: 100px;
  margin-bottom: 10px;
  margin-right: 10px;
}
.radio label:last-child {
  margin-right: 0;
}
.radio input:checked + label {
  border-color: #EE5B55;
  color: #EE5B55;
  fill: #EE5B55;
}


/* Курьер */
.courier__block {
  margin-bottom: 40px;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.progress {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 34px;
}
.progress p {
  width: 20%;
  padding-right: 10px;
  color: #ADADAD;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
}
.progress p.done {
  color: #B90902;
}

.progress__line {
  width: 100%;
  background: #F1F1F1;
  -webkit-box-shadow: inset 5px 5px 10px -5px rgba(0, 0, 0, 0.1);
  box-shadow: inset 5px 5px 10px -5px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 2px;
  margin-bottom: 6px;
}
.progress__line span {
  display: block;
  background: -o-linear-gradient(192.29deg, #FF3932 0%, #B90902 100%);
  background: linear-gradient(257.71deg, #FF3932 0%, #B90902 100%);
  border-radius: 20px;
  height: 4px;
}

.courier__price {
  color: #2C2C2C;
  font-weight: 600;
  font-size: 16px;
}
.courier__price span {
  color: #323232;
  font-family: "Readex Pro", sans-serif;
  font-weight: 500;
}

.courier__info {
  padding: 20px;
  margin-bottom: 40px;
}
.courier__info ul li {
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  padding-top: 10px;
}
.courier__info ul li:last-child {
  margin-bottom: 0;
}
.courier__info ul li a {
  display: inline;
  background: -o-linear-gradient(192.29deg, #FF3932 0%, #B90902 100%);
  background: linear-gradient(257.71deg, #FF3932 0%, #B90902 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 600;
  font-size: 20px;
}

.courier__btn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.courier__btn .btn {
  padding: 12px 60px;
}

/* Главное подменю */
.content__top {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.content__top .title-2,
.content__top .title-1 {
  width: auto;
  padding-right: 20px;
}

.back-link {
  color: #2C2C2C;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  margin-bottom: 14px;
}
.back-link svg {
  display: inline;
  margin-right: 6px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  position: relative;
  left: 0;
  fill: #2C2C2C;
  margin-bottom: -1px;
}
.back-link:hover {
  color: #EE5B55;
}
.back-link:hover svg {
  fill: #EE5B55;
}

.filter {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
}
.filter input {
  position: absolute;
  top: 50%;
  left: -1000000px;
}
.filter label {
  padding: 10px 20px;
  background: #F2F2F2;
  border-radius: 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #2C2C2C;
  cursor: pointer;
  margin-right: 10px;
  margin-bottom: 10px;
}
.filter input:checked + label {
  color: #fff;
  background: -o-linear-gradient(192.29deg, #FF3932 0%, #B90902 100%);
  background: linear-gradient(257.71deg, #FF3932 0%, #B90902 100%);
}

.products {
  padding-top: 10px;
  margin-left: -7px;
  margin-right: -7px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding-bottom: 15px;
}

.product {
  width: calc(25% - 14px);
  margin-bottom: 15px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  overflow: hidden;
  padding-bottom: 5px;
  margin-left: 7px;
  margin-right: 7px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  align-items: flex-start;
}
.product.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.product-check {
  cursor: pointer;
  height: auto;
  flex-direction: column;
}

.products__slider-wrapper {
  position: relative;
}

.products__slider {
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 15px;
  margin-left: -7px;
  margin-right: -7px;
}

.product__div__specialoffer {
  position: absolute;
  top: 13px;
  left: 3px;
  font-family: "Raleway", sans-serif;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  line-height: 100%;
}

.product__div_bonus__x2 {
  position: absolute;
  bottom: 3px;
  right: 50px;
  width: 63px;
  height: 14px;
}

.product__div_bonus__x2__txt {
  position: absolute;
  bottom: 3px;
  right: 55px;
  height: 14px;
  color:#fff;
  font-family: 'Readex Pro', sans-serif;
  font-size: 11.2px;
}

.product__div__bonus {
  display: flex;  
  align-items: center; 
  justify-content: center;
  position: absolute;
  bottom: 3px;
  right: 3px;
  color: #2c2c2c;
  background-color: #fff;
  border-radius: 10px;
  padding-left:3px;
  padding-right:1px;
  padding-top:1px;
  padding-bottom:1px;
  height: 14px;
}

.product__div__bonus__count {
  font-family: 'Readex Pro',sans-serif; 
  font-size: 11.2px;
  padding-right:3px;
}

.product__div__bonus__inner {
  display: flex;  
  align-items: center; 
  justify-content: center;
  position: absolute;
  bottom: 3px;
  right: 3px;
  color: #2c2c2c;
  background-color: #fff;
  border-radius: 10px;
  padding-left:3px;
  padding-right:2px;
  padding-top:1px;
  padding-bottom:1px;
  height: 16px;
}

.product__div__bonus__count__inner {
  font-family: 'Readex Pro',sans-serif; 
  font-size: 16px;
  padding-right:3px;
}

.product__img__specialoffer {
  width: 150px !important;
  height: 27px !important;
  position: absolute !important;
  top: 5px !important;
  border-radius: 0px !important;
}

.product__img {
  width: 100%;
  position: relative;
  height: 0;
  padding-top: 70%;
}

.product__img img {
  width: 100%;

  position: absolute;
  top: 0;
  object-fit: cover;
  height: 100%;
}

.product__title {
  padding: 10px;
  width: 100%;
  color: #2C2C2C;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
}

a.product__title:hover {
  color: #EE5B55;
}

.product__price {
  padding: 10px 0 10px 10px;
}
.product__price span {
  display: block;
  color: #2C2C2C;
  text-decoration: line-through;
  font-size: 16px;
  line-height: 100%;
  font-family: "Readex Pro", sans-serif;
  font-weight: 400;
}
.product__price b {
  display: block;
/*  color: #EE5B55; */
  color: #2C2C2C;
  font-weight: 400;
  /*font-size: 32px;*/
  font-size: 26px;
  line-height: 100%;
  font-family: "Readex Pro", sans-serif;
}
@media (min-width: 576px) and (max-width: 1320px) {
  .product__price b {
    font-size: 22px;
  }
}

.product__cart {
  margin: 10px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  color: #2C2C2C;
}
.product__cart:hover {
  color: #EE5B55;
}
.product__cart span {
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
}
.product__cart b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: -o-linear-gradient(192.29deg, #FF3932 0%, #B90902 100%);
  background: linear-gradient(257.71deg, #FF3932 0%, #B90902 100%);
  border-radius: 10px;
  width: 30px;
  height: 30px;
  margin-left: 4px;
}

.product__description {
  padding: 0px 10px 10px 10px;
  color: #828282;
  font-size: 14px;
  line-height: 14px;
}

.product__data {
  padding: 10px;
  border-top: 1px solid #EEEEEE;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}
.product__data p {
  width: 20%;
  text-align: center;
  padding-left: 2px;
  padding-right: 2px;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #BDBDBD;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.product__data p b {
  font-size: 12px;
  font-weight: 500;
  font-family: "M PLUS Rounded 1c", sans-serif;
  display: block;
}

/* Ланчи */
.banner .btn {
  position: absolute;
  z-index: 2;
  right: 70px;
  bottom: 30px;
}

.price {
  position: fixed;
  z-index: 50;
  right: 15px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: -o-linear-gradient(192.29deg, #FF3932 0%, #B90902 100%);
  background: linear-gradient(257.71deg, #FF3932 0%, #B90902 100%);
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  padding: 20px;
  color: #fff;
  text-align: center;
}

.price__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  margin-bottom: 8px;
}

.price__value {
  font-family: "Readex Pro", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 100%;
}

/* Акции */
.promotions {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.promotion {
  margin-bottom: 20px;
  width: calc(50% - 20px);
  color: #2C2C2C;
}
.promotion img {
  width: 100%;
  border-radius: 10px;
}
.promotion:hover {
  color: #EE5B55;
}

.promotion__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  padding: 10px 0px;
}

/* Акция */
.article {
  padding-top: 10px;
}
.article p {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  color: #2C2C2C;
}
.article p b {
  font-weight: 700;
}
.article p a {
  display: inline;
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  color: #2C2C2C;
}
.article p a:hover {
  color: #EE5B55;
}

.article__img {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 10px;
}

/* Личный кабинет */
.account {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.account__form {
  width: 220px;
  margin-bottom: 20px;
}

.label {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 4px;
  color: #2C2C2C;
}

.addresses {
  margin-bottom: 20px;
  width: 470px;
}
.addresses .title-2 {
  width: auto;
}
.addresses .address {
  margin-top: 12px;
}

.add-address {
  color: #2C2C2C;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  padding: 12px 14px;
  border: 1px solid #2C2C2C;
  border-radius: 10px;
  margin-bottom: 10px;
}
.add-address:hover {
  background: #2C2C2C;
  color: #fff;
}

.account-points {
  width: 170px;
  margin-bottom: 20px;
}
.account-points p {
  padding-top: 18px;
  font-weight: 700;
  font-size: 40px;
  line-height: 47px;
  color: #2C2C2C;
}

.history .title-2 {
  margin-bottom: 20px;
}

.history-orders {
  width: 100%;
  border-spacing: 0px 5px;
}

.history-order td {
  border-top: 1px solid #A4A4A4;
  border-bottom: 1px solid #A4A4A4;
  padding: 10px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.history-order td:nth-child(1) {
  border-left: 1px solid #A4A4A4;
  border-radius: 10px 0px 0px 10px;
  padding-left: 20px;
}
.history-order td:last-child {
  border-right: 1px solid #A4A4A4;
  border-radius: 0px 10px 10px 0px;
  padding-right: 20px;
}
.history-order td .btn,
.history-order td .btn-2 {
  padding-left: 20px;
  padding-right: 20px;
}
.history-order.active td {
  border-bottom-color: transparent;
}
.history-order.active td:nth-child(1) {
  border-radius: 10px 0px 0px 0px;
}
.history-order.active td:last-child {
  border-radius: 0px 10px 0px 0px;
}

.history-order__title {
  color: #2C2C2C;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  color: #2C2C2C;
}

.history-order__date {
  color: #ADADAD;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
}

.history-order__price {
  color: #323232;
  font-family: "Readex Pro", sans-serif;
  font-size: 40px;
  text-align: right;
}

.history-order__more {
  width: 43px;
}
.history-order__more a.active {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.history-order__info {
  padding: 10px;
  border: 1px solid #A4A4A4;
  border-radius: 0px 0px 10px 10px;
  border-top: 0px;
  position: relative;
  top: -5px;
  display: none;
}
.history-order__info table {
  width: 100%;
}
.history-order__info table tr td {
  padding: 10px;
  color: #2C2C2C;
}
.history-order__info table tr td:nth-child(1) {
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  width: 100%;
}
.history-order__info table tr td:nth-child(2) {
  font-family: "Readex Pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
}
.history-order__info table tr td:nth-child(3) {
  font-family: "Readex Pro", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  text-align: right;
}

/* Вход */
.login {
  padding: 0;
}

.login__content {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 400px;
  padding-top: 50px;
  padding-bottom: 50px;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: auto !important;
}
.login__content .form {
  width: 280px;
  margin-left: auto;
  margin-right: auto;
}
.login__content .checkbox {
  margin-top: 32px;
}
.login__content .checkbox label {
  font-size: 14px;
  font-weight: 500;
}

.title-3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #2C2C2C;
  margin-bottom: 32px;
  text-align: center;
}

.form__signature {
  padding-top: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #ADADAD;
}
.form__signature a {
  display: inline;
  color: #2C2C2C;
  font-weight: 500;
  text-decoration: underline;
}
.form__signature a:hover {
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}

/* Модальные окна */
/* Оставить отзыв */
.modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 100;
  display: none;
}

.modal__block {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.modal__blackout {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
}

.modal {
  position: relative;
  z-index: 2;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 20px;
  max-width: calc(100% - 30px);
  max-height: calc(100vh - 30px);
  overflow-y: auto;
  /*display: block !important;*/
}

.testimonial {
  width: 420px;
}
.testimonial table {
  width: 100%;
}
.testimonial table tr td {
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  color: #2C2C2C;
  padding-bottom: 15px;
}
.testimonial table tr td:nth-child(1) {
  padding-right: 15px;
}
.testimonial .input {
  font-size: 20px;
  line-height: 23px;
  height: 90px;
  width: 100%;
}
.testimonial .btn-3 {
  width: 150px;
  padding-left: 10px;
  padding-right: 10px;
}
.testimonial .btn {
  width: calc(100% - 160px);
  padding-left: 10px;
  padding-right: 10px;
}

.rating-area {
  overflow: hidden;
  width: 135px;
  margin: 0 auto;
}

.rating-area:not(:checked) > input {
  display: none;
}

.rating-area:not(:checked) > label {
  float: right;
  display: block;
  width: 27px;
  height: 18px;
  cursor: pointer;
  background: url(/local/templates/webmasterow/css/../img/star-empty.svg) center center no-repeat;
  text-shadow: 1px 1px #bbb;
  padding-left: 4px;
  padding-right: 4px;
}

.rating-area > input:checked ~ label {
  background-image: url(/local/templates/webmasterow/css/../img/star-full.svg);
}

.rating-area:not(:checked) > label:hover,
.rating-area:not(:checked) > label:hover ~ label {
  background-image: url(/local/templates/webmasterow/css/../img/star-full.svg);
}

.rating-area > input:checked + label:hover,
.rating-area > input:checked + label:hover ~ label,
.rating-area > input:checked ~ label:hover,
.rating-area > input:checked ~ label:hover ~ label,
.rating-area > label:hover ~ input:checked ~ label {
  background-image: url(/local/templates/webmasterow/css/../img/star-full.svg);
}

.rate-area > label:active {
  position: relative;
}

/* Код из СМС */
.modal__title {
  margin-bottom: 20px;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #2C2C2C;
  width: 100%;
}

.modal-code {
  width: 300px;
}

.modal-code__input {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}
.modal-code__input .input {
  width: 40px;
  margin-left: 4px;
  margin-right: 4px;
  margin-bottom: 0;
  text-align: center;
  padding-left: 4px;
  padding-right: 4px;
}

.modal__btn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.modal__btn button {
  width: auto;
}

.suggestions-promo {display:none !important;}

.modal-adr {
  width: 800px;
  padding: 10;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

/* Товар */
.modal-product {
  width: 1000px;
  padding: 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.modal-product .modal__title {
  text-align: left;
  margin-bottom: 10px;
  padding-right: 30px;
}

.modal__close {
  position: absolute;
  cursor: pointer;
  top: 30px;
  right: 30px;
  z-index: 10;
  width: 15px;
  height: 15px;
}
.modal__close:before, .modal__close:after {
  position: absolute;
  display: block;
  content: "";
  width: 21px;
  height: 2px;
  background: #2C2C2C;
  border-radius: 2px;
  top: 7px;
  left: -3px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modal__close:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal-product__img {
  width: 50%;
  position: relative;
}
.modal-product__img img {
  width: 100%;
  border-radius: 20px;
}

.modal-product__info {
  width: 50%;
  padding: 40px;
}

.modal__description {
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #828282;
  width: 100%;
}

.ingredients__items .checkbox {
  width: calc(50% - 10px);
  margin-bottom: 10px;
}
.ingredients__items .checkbox label {
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  padding-top: 5px;
  padding-bottom: 1px;
  color: #2C2C2C;
}
.ingredients__items .checkbox label span {
  color: #C4C4C4;
}

.modal-product__data {
  padding-top: 10px;
  margin-bottom: 10px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
}
.modal-product__data p {
  padding-bottom: 10px;
  text-align: center;
  margin-right: 25px;
  color: #ADADAD;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  font-family: "Readex Pro", sans-serif;
  font-weight: 400;
}
.modal-product__data p:last-child {
  margin-right: 0;
}

.modal-product__price {
/*  color: #EE5B55; */
  color: #323232;
  font-size: 48px;
  line-height: 100%;
  font-family: "Readex Pro", sans-serif;
  font-weight: 400;
}
.modal-product__price s {
  font-family: "Readex Pro", sans-serif;
  font-weight: 400;
  color: #323232;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
  font-size: 20px;
}

.modal-time input,
.modal-change input {
  width: auto;
  margin-right: 10px;
  margin-bottom: 0;
}
.modal-time .btn,
.modal-change .btn {
  width: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.modal-card {
  width: 420px;
}

.modal-card__bottom input {
  width: calc(25% - 7px);
}
.modal-card__bottom .btn {
  width: calc(25% - 7px);
  padding: 12px;
  margin-bottom: 10px;
}

.modal-points {
  width: 270px;
}
.modal-points .btn {
  width: 60px;
  padding-left: 10px;
  padding-right: 10px;
}
.modal-points input {
  width: 60px;
  margin-right: 10px;
  text-align: center;
}

.modal-points__info {
  width: calc(100% - 140px);
  margin-right: 10px;
  margin-bottom: 10px;
}
.modal-points__info div {
  color: #A4A4A4;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
}
.modal-points__info p {
  color: #A4A4A4;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  font-family: "Readex Pro", sans-serif;
}

.modal-points__range {
  width: 140px;
  margin-right: 10px;
}
.modal-points__range .irs-max,
.modal-points__range .irs-min,
.modal-points__range .irs-single {
  display: none;
}
.modal-points__range .irs--flat {
  height: 4px;
}
.modal-points__range .irs--flat .irs-line {
  top: 0;
  height: 4px;
  background: #D0D0D0;
  border-radius: 3px;
}
.modal-points__range .irs--flat .irs-bar--single {
  display: none;
}
.modal-points__range .irs--flat .irs-handle {
  background: -o-linear-gradient(192.29deg, #FF3932 0%, #B90902 100%);
  background: linear-gradient(257.71deg, #FF3932 0%, #B90902 100%);
  width: 10px;
  height: 10px;
  border-radius: 10px;
  top: -3px;
  cursor: move;
}

.modal-points__max {
  margin-right: auto;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  text-decoration: underline;
  color: #EE5B55;
}

.add-to-adr {
  position: relative;
  cursor: pointer;
  width: 200px;
}

.add-to-cart {
  position: relative;
  cursor: pointer;
}
.add-to-cart i {
  display: block;
  position: fixed;
  background: -o-linear-gradient(192.29deg, #FF3932 0%, #B90902 100%);
  background: linear-gradient(257.71deg, #FF3932 0%, #B90902 100%);
  border-radius: 10px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  opacity: 0;
}

.modal_address {
  width: 510px;
}

.address__form .btn {
  width: auto;
  margin-left: auto;
  margin-right: 20px;
}
.address__form a {
  color: #2C2C2C;
  font-weight: 700;
  font-size: 14px;
}
.address__form a:hover {
  color: #EE5B55;
}

.modal_add-address {
  width: 300px;
}
.modal_add-address .address:last-child .input {
  margin-bottom: 0;
}

.modal__add-address-link {
  margin-bottom: 10px;
  padding: 12px 14px;
  color: #2C2C2C;
  border: 1px solid #2C2C2C;
  border-radius: 10px;
}
.modal__add-address-link span {
  display: block;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
}



/* Авторизация */
.bxmaker-authuserphone-enter-auth__change-confirm .link {
  padding: 12px 50px;
  text-align: center;
  background: -o-linear-gradient(192.29deg, #FF3932 0%, #B90902 100%);
  background: linear-gradient(257.71deg, #FF3932 0%, #B90902 100%);
  border-radius: 10px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
}

.bxmaker-authuserphone-enter-auth__change-confirm .link:hover {
  background: -o-linear-gradient(89deg, #FF3932 0%, #B90902 100%);
  background: linear-gradient(1deg, #FF3932 0%, #B90902 100%);
}
.bxmaker-authuserphone-enter-simpush__notice .link,
.bxmaker-authuserphone-enter-smscode__notice .link {
  display: inline-block;
  color: #B90902;
}


/* мод окно поиска */
.modal-search {
  overflow-y: unset;
  padding-top: 60px;
  padding-right: 30px;

}
.modal-search__body {
  overflow-y: auto;
  overflow-x: hidden;
  height: calc(100vh - 110px);
  /*padding-right: 5px;*/
  padding: 0 15px;
  margin: 0 -15px;
}
[data-entity="search-modal"] {
  left: 0;
  transform: translateY(100%);
  transition: .3s;
  opacity: 0;
  display: block;
}
[data-entity="search-modal"] .modal__blackout {
  opacity: 0;
  transition: .3s;
}

.modal-search .header__search {
  width: 90%;
}
.header__searchBtn {
  margin-right: 20px;
  padding: 12px;
  border: 1px solid #000000;
  border-radius: 10px;
}
.akcii .btn {
  margin: 10px auto;
}
@media screen and (max-width: 992px) {
  .header__logo {
    width: 140px !important;
  }
  header .header__search {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .header__searchBtn {
    margin-right: 10px;
    padding: 10.5px;
  }
  .header__navbar {
    padding: 10.5px;
    border: 1px solid #000000;
    border-radius: 10px;
    width: fit-content !important;
  }
  .header__navbar span {
    width: 20px !important;
    margin-bottom: 4px;
    height: 3px !important;
  }
  .header__navbar.active span:nth-child(1) {
    top: 7px !important;
  }
  .header__navbar.active span:nth-child(3) {
    top: -7px !important;
  }
  .products-scroll {
    overflow-x: scroll;
    overflow-y: hidden;
    margin-left: -15px;
    margin-right: -15px;
    padding: 0 15px;
    margin-bottom: 10px;
  }
  .products-scroll .products{
    flex-wrap: nowrap;
    width: fit-content;
  }
  .products-scroll .product{
    width: 50vw !important;
  }
.product__price span {
    text-align: center;
  }
.product__price b {
    text-align: center;
  }
}
@media screen and (max-width: 576px) {

  .header__logo {
    flex: 1 1 auto;
    margin-right: 25px;
  }
  .header__logo img {
    width: 180px;
  }

  .header__searchBtn {
    padding: 7.5px;
    margin-right: 8px;
  }
  .header__navbar {
    padding: 8px;
  }
  .header__user {
    padding: 8px !important;
    margin-right: 8px;
  }
  .header__search {
    margin: 0 !important;
  }

  .modal-search {
    padding-top: 40px;
  }

  .akcii .btn {
    width: fit-content !important;
  }

}


@media screen and (max-width: 475px) {
  .akcii .btn {
    width: fit-content !important;
  }
  .products-scroll .product{
    width: 60vw !important;
  }
}


/* Корзина */
[data-entity="basket-total-block"] {
  height: 100% !important;
}

/* Подарки в корзине */
.gifts-container {}
.gifts-container__title {
  color: #EE5B55;
  font-size: 20px;
  font-weight: 900;
  padding: 15px 0;

  display: none;
}
.product-gift {
  width: 100% !important;
  margin: 0 0 10px 0;
  align-items: center;
}
.product-gift .product__img {
  width: 100px;
  height: 100px;
  padding: 0;
}
.product-gift .product__title {
  width: calc(100% - 100px);
}

.product-gift .btn {
  width: 100%;
}
.product-gift .product-item-info-container {
  padding: 10px;
  width: 100%;
  margin: 0;
}


/* Оформление заказа  */
/* Сброс стандартных стилей на input */
#modal-time input[type="date"],
#modal-time input[type="time"] {
  -webkit-appearance: none;
  min-width: 95%;
  width: 100%;
  margin-bottom: 10px;
}



@media screen and (max-width: 575.5px) {
  .basket-items-list-container .cart__price-for-item {
    display: none;
  }
  .basket-items-list-container .cart__price {
    width: fit-content;
    padding-top: 0;
    padding-bottom: 0;
  }
  .basket-items-list-container .cart__quantity {
    width: fit-content !important;
    padding-top: 0;
    padding-bottom: 0;
  }
}



/* Политика конфиденциальности и согласие */
.politic {
  line-height: 1.5;
}
.politic a {
  display: inline;
  color: #B90902 !important;
}
.politic strong {
  display: inline;
  font-weight: 700;

}
.politic p {
  line-height: 1.5;
  margin-bottom: 0.5em;
}



.lazy {
  background-image: none;
  background-color: #F1F1FA;
}


/* Добавление адресов  */
.address-list-form .btn {
  width: auto;
  margin-left: auto;
  margin-right: 20px;
}
.address-list-form a {
  color: #2C2C2C;
  font-weight: 700;
  font-size: 14px;
}
.address-list-form a:hover {
  color: #EE5B55;
}

.address-list {
  flex: 0 0 100%;
  margin-bottom: 20px;
}

.address-list__item {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 10px;
}
.address-list__item {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 10px;
}
.address-list__item input {
  display: block;
  width: auto;
  border: none;
  outline: none;
  background: transparent;
  margin: 0 10px 0 0;
  height: auto;
  padding: 0;
  border-radius: 10px;
  color: #323232;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  cursor: pointer;
}
.address-list__item label {
  cursor: pointer;
  padding-right: 20px;
}
.address-list__del {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 0;
  width: 17px;
  height: 15px;
}
.address-list__del:before,
.address-list__del:after {
  position: absolute;
  display: block;
  content: "";
  width: 15px;
  height: 2px;
  border-radius: 2px;
  background: #D0D0D0;
  top: 7px;
  left: -1px;
  transform: rotate(-45deg);
}
.address-list__del:after {
  transform: rotate(45deg);
}













.bx-newsdetail-content {
	padding-left:20px;
	padding-right:20px;
}

.bx-newsdetail-content h2 {
    font-family: "Raleway", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    text-transform: uppercase;
}

.content-red { font-family: "Raleway", sans-serif;font-style: normal;font-weight: 400;font-size: 20px;line-height: 27px; background: linear-gradient(257.71deg, #FF3932 0%, #B90902 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-clip: text;text-fill-color: transparent;}
.content-red-line { border-left: 2px solid #ff0000; margin-left: 0px; padding-left: 20px; font-family: "Raleway", sans-serif;font-style: normal;font-weight: 400;font-size: 20px;line-height: 23px; background: linear-gradient(257.71deg, #FF3932 0%, #B90902 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-clip: text;text-fill-color: transparent;}

.content-green-line {
    border-left: 2px solid #22964F;
    margin-left: 0px;
    padding-left: 20px;
    font-family: "Raleway", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
    background: linear-gradient(257.71deg, #22964F 0%, #0C672F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.content-green-line a {
    font-family: "Raleway", sans-serif;
    font-style: normal;
    font-weight: 600 !important;
    font-size: 20px !important;
    line-height: 23px !important;
}


.content-black {
    padding-top: 10px;
    font-family: "Raleway", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #000000;
}

.content-blue { font-family: "Raleway", sans-serif;font-style: normal;font-weight: 600;font-size: 20px;line-height: 140%; background: #336699;-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-clip: text;text-fill-color: transparent;}
.content-green { font-family: "Raleway", sans-serif;font-style: normal;font-weight: 600;font-size: 20px;line-height: 140%; background: linear-gradient(257.71deg, #22964F 0%, #0C672F 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-clip: text;text-fill-color: transparent;}






/* End */


/* Start:/local/templates/webmasterow/css/media.css?174890408114838*/
@media screen and (max-width: 1320px) {
  .container {
    width: 1140px;
  }

  .header__search {
    width: 350px;
  }

  .search-res__product span {
    padding: 5px 10px;
    font-size: 14px;
  }
  .search-res__product b {
    font-size: 18px;
    padding: 5px 10px;
  }

  .cart {
    width: 750px;
  }

  .res {
    width: 360px;
  }

  .cart__info {
    width: 350px;
  }

  .cart__quantity {
    width: 150px;
  }

  .cart__price {
    width: calc(100% - 500px);
  }

  .cart__cutlery .cart__price {
    width: calc(100% - 605px);
  }

  .res__block table tr td {
    font-size: 18px;
    line-height: 18px;
  }

  .res__price {
    font-size: 20px;
    line-height: 20px;
  }

  .checkbox label {
    font-size: 18px;
  }

  .res__time {
    font-size: 18px;
  }

  .cart__more span {
    font-size: 18px;
    line-height: 22px;
  }

  .complect__item {
    width: calc(12.5% - 7px);
  }

  .banner .btn {
    right: 60px;
    bottom: 20px;
  }

  .order__forms {
    width: 400px;
  }
}
@media screen and (max-width: 1200px) {
  .container {
    width: 970px;
  }

  .header__logo {
    width: 170px;
  }

  .header__search {
    width: 200px;
  }

  .search-res {
    width: 350px;
    border-radius: 10px;
    top: calc(100% + 8px);
  }

  .header__tel a {
    font-size: 18px;
    line-height: 20px;
  }

  .banners-wrapper {
    margin-bottom: 20px;
  }

  .category {
    width: calc(25% - 10px);
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
  }

  .categories {
    margin-left: -5px;
    margin-right: -5px;
  }

  footer hr {
    display: block;
    opacity: 0;
    width: 100%;
    height: 0;
    margin: 0;
  }

  .addresses {
    width: 330px;
  }

  .history-order__title {
    font-size: 18px;
  }

  .history-order__date {
    font-size: 12px;
    line-height: 12px;
  }

  .history-order__price {
    font-size: 32px;
  }

  .res {
    width: 300px;
  }

  .res__block {
    padding: 15px;
  }
  .res__block table tr td {
    font-size: 16px;
    line-height: 16px;
  }

  .res__code {
    width: 170px;
  }

  .res__info {
    width: calc(100% - 170px);
    padding-left: 15px;
  }

  .cart {
    width: 650px;
  }

  .cart__info {
    width: calc(100% - 295px);
  }

  .cart__price,
.cart__cutlery .cart__price {
    width: 130px;
  }
  .cart__price {
    font-size: 28px;
  }

  .complect__item-title {
    font-size: 15px;
  }

  .product {
    width: calc(33.3% - 14px);
  }

  .banner .btn {
    right: 48px;
    bottom: 15px;
  }

  .order__data {
    width: 270px;
  }

  .order__forms {
    width: 360px;
  }

  .input.w-25 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .modal-product {
    width: 970px;
  }

  .modal-adr {
    width: 500px;
  }

  .modal-product__info {
    padding: 24px;
  }
}
@media screen and (max-width: 992px) {
  body {
    padding-top: 85px;
  }

  .container {
    width: 750px;
  }

  .content {
    width: calc(100% - 180px);
  }

  .category {
    width: calc(50% - 10px);
  }

  .header__logo {
    width: 30px;
  }
  .header__logo img.header__logo-desktop {
    display: none;
  }
  .header__logo img.header__logo-mobile {
    display: block;
  }

  .header__cart {
    margin-right: 12px;
    padding-left: 30px;
  }
  .header__cart:before {
    left: 5px;
  }

  .footer__contacts {
    width: 100%;
    text-align: left;
  }

  .footer__socials {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .footer__socials a {
    margin-left: 0;
    margin-right: 15px;
  }

  .account-points {
    width: 100%;
  }
  .account-points p {
    padding-top: 0;
  }

  .history-order__info table tr td:nth-child(1) {
    font-size: 18px;
    line-height: 18px;
  }

  .btn,
.btn-2 {
    font-size: 14px;
    line-height: 14px;
  }

  .history-order td {
    padding: 10px 5px;
  }

  .header__cart {
    padding-top: 8px;
    padding-bottom: 11px;
  }

  .cart {
    width: 435px;
  }

  .cart__item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .cart__info {
    width: 100%;
    padding-bottom: 0;
  }

  .cart__quantity {
    text-align: left;
  }

  .cart__quantity-input {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .complect__item {
    width: calc(16.66% - 6px);
  }

  .courier__block {
    margin-bottom: 20px;
  }

  .title-1 {
    font-size: 40px;
    line-height: 42px;
  }

  .banner .btn {
    display: none;
  }

  .product {
    width: calc(50% - 14px);
  }

  .order__forms {
    width: 450px;
  }

  .input.w-25 {
    padding-left: 14px;
    padding-right: 14px;
  }

  .promotion__title {
    font-size: 18px;
  }

  .promotion {
    width: calc(50% - 10px);
  }

  .modal-product {
    width: 540px;
  }

  .modal-product__info {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .modal-product__img {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .modal-product__img img {
    border-radius: 0px;
  }

  .res {
    top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    width: 540px;
  }

  .footer__content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer__menu {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }

  .footer__contacts {
    text-align: center;
  }

  .footer__socials {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer__socials a {
    margin-left: 7px;
    margin-right: 7px;
  }

  .footer__menu-title {
    margin-bottom: 15px;
  }

  section {
    padding-bottom: 50px;
  }

  .banners__arrow {
    display: none;
  }

  .menu {
    margin-bottom: 12px;
  }

  hr {
    margin-bottom: 12px;
  }

  .category__title {
    font-size: 18px;
    line-height: 20px;
  }

  .header__time {
    display: none;
  }

  .header__tel a {
    font-size: 0;
    color: transparent;
    display: none;
  }

  .header__cart {
    padding-top: 8px;
    padding-bottom: 10px;
  }

  .header__user {
    padding: 11px;
  }

  .title-1 {
    font-size: 32px;
    line-height: 32px;
  }

  .title-2 {
    font-size: 28px;
  }

  .account__form {
    width: 100%;
  }

  .addresses {
    width: 100%;
  }

  .history-order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px;
    border: 1px solid #A4A4A4;
    border-radius: 10px;
  }
  .history-order td {
    padding: 5px;
    display: block;
    border: none;
    width: 50%;
  }
  .history-order td:nth-child(1), .history-order td:last-child {
    border: none;
    padding: 5px;
  }
  .history-order td.history-order__more {
    width: 23px;
  }
  .history-order td.history-order__price {
    width: calc(100% - 23px);
  }

  .history-order__date {
    text-align: right;
  }

  .history-order__info {
    padding: 5px;
  }

  .history-order__info table tr td {
    padding: 5px;
  }
  .history-order__info table tr td:nth-child(1) {
    font-size: 16px;
    line-height: 16px;
  }
  .history-order__info table tr td:nth-child(3) {
    font-size: 20px;
  }

  .cart {
    width: 100%;
  }

  .res {
    width: 100%;
    position: relative;
    top: 0;
  }

  .res__code {
    width: 200px;
  }

  .res__info {
    width: calc(100% - 200px);
  }

  .complect__item {
    width: calc(25% - 6px);
  }

  .progress p {
    font-size: 14px;
    line-height: 14px;
  }

  .article {
    padding-top: 0;
  }
  .article p {
    font-size: 18px;
    margin-bottom: 18px;
  }

  .product {
    width: 140px;
  }

  .price__title {
    font-size: 14px;
  }

  .price__value {
    font-size: 30px;
  }

  .price {
    padding: 15px;
    border-radius: 12px;
  }

  .filter label {
    font-size: 14px;
    line-height: 16px;
    padding: 6px 12px;
    margin-right: 6px;
    margin-bottom: 6px;
  }

  .products .product {
    width: calc(50% - 14px);
  }

  .product__title {
    font-size: 16px;
    padding-bottom: 0;
  }

  .product__price {
    width: 100%;
    padding-bottom: 0;
  }

  .product__cart {
    margin-left: auto;
    margin-right: auto;
  }
  [data-entity="buttons-block"] {
    margin-left: auto;
    margin-right: auto;
  }

  .order__data {
    width: 100%;
  }

  .order__forms {
    width: 100%;
  }

  .promotion {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 576px) {
  body {
    padding-top: 65px;
  }

  .container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  header {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .search-res {
    width: 290px;
    left: -40px;
  }

  .header__navbar {
    display: block;
    width: 30px;
  }
  .header__navbar span {
    display: block;
    width: 30px;
    margin-bottom: 4px;
    height: 4px;
    border-radius: 2px;
    background: #000;
    position: relative;
    top: 0;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  .header__navbar span:last-child {
    margin-bottom: 0;
  }
  .header__navbar.active span:nth-child(1) {
    top: 8px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .header__navbar.active span:nth-child(2) {
    opacity: 0;
  }
  .header__navbar.active span:nth-child(3) {
    top: -8px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .sidebar {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    background: #fff;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    height: 100vh;
    overflow-y: auto;
    width: 180px;
    left: -180px;
    padding: 15px;
  }
  .sidebar.active {
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
    left: 0;
  }

  .content {
    width: 100%;
  }

  .header__search {
    width: 160px;
    margin-right: auto;
    margin-left: 10px;
  }

  .header__user {
    margin-right: 10px;
  }

  .header__cart {
    margin-right: 0;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 50;
    border: none;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
    border-radius: 20px 20px 0px 0px;
    background: #fff;
    padding: 24px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .header__cart:before {
    position: absolute;
    display: block;
    content: "";
    background: -o-linear-gradient(192.29deg, #FF3932 0%, #B90902 100%);
    background: linear-gradient(257.71deg, #FF3932 0%, #B90902 100%);
    width: calc(100% - 20px);
    top: 0;
    left: 0;
    height: calc(100% - 20px);
    top: 10px;
    left: 10px;
    border-radius: 10px;
    margin-top: 0;
  }

  section {
    padding-top: 15px;
    padding-bottom: 40px;
  }

  .banners-wrapper {
    margin-bottom: 15px;
  }

  .header__cart-time {
    display: block;
    color: #FFA0A0;
    font-size: 12px;
    font-family: "Readex Pro", sans-serif;
    font-weight: 400;
  }

  .header__cart-title {
    display: block;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 700;
  }

  .header__cart-amount {
    color: #FFA0A0;
    font-size: 12px;
    font-family: "Readex Pro", sans-serif;
    font-weight: 400;
  }
  .header__cart-amount sup {
    display: none;
  }

  .category {
    min-height: 40vw;
  }

  .category__title {
    font-size: 14px;
    line-height: 16px;
  }

  footer {
    padding-bottom: 80px;
  }

  .footer__menu {
    margin-bottom: 8px;
  }
  .footer__menu ul li {
    margin-bottom: 8px;
  }
  .footer__menu ul li a {
    font-size: 14px;
  }

  .footer__menu-title {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .title-2 {
    font-size: 20px;
  }

  .cart__price, .cart__cutlery .cart__price {
    width: 100%;
    text-align: left;
  }

  .cart__quantity {
    padding-bottom: 0;
    width: 100%;
  }

  .res__code {
    width: 160px;
  }

  .res__info {
    width: calc(100% - 160px);
  }

  .cart__more {
    padding: 15px;
  }

  .description {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .complect__item {
    width: 118px;
  }

  .progress {
    margin-bottom: 20px;
  }
  .progress p {
    font-size: 8px;
    line-height: 10px;
  }

  .courier__block {
    padding: 15px;
  }

  .title-1 {
    font-size: 24px;
    line-height: 26px;
  }

  .courier__info {
    padding: 0;
    margin-bottom: 20px;
  }

  .courier__info ul li {
    font-size: 18px;
    line-height: 20px;
    padding-top: 0px;
    padding-bottom: 6px;
    font-weight: 500;
  }
  .courier__info ul li a {
    font-size: 18px;
  }

  .article p {
    font-size: 16px;
    line-height: 16px;
  }
  .article p a {
    font-size: 24px;
  }

  .title-3 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
  }

  .price {
    display: none;
  }

  .products {
    margin-left: -5px;
    margin-right: -5px;
  }
  .products .product {
    margin-left: 5px;
    margin-right: 5px;
    width: calc(50% - 10px);
    margin-bottom: 10px;
    border-radius: 10px;
  }

  .title-2,
.title-1 {
    margin-bottom: 10px;
  }

  .back-link {
    margin-bottom: 10px;
  }

  .input.w-25 {
    width: calc(50% - 5px);
  }

  .login__content .checkbox {
    margin-top: 20px;
  }

  .modal {
    border-radius: 10px;
  }
  .modal .btn,
.modal .btn-2 {
    width: 100%;
  }

  .modal-product {
    width: calc(100% - 30px);
  }

  .modal-product__info {
    padding: 15px;
  }

  .modal__close {
    top: 15px;
    right: 15px;
  }

  .modal__title {
    font-size: 20px;
    line-height: 24px;
  }

  .modal__description {
    font-size: 14px;
  }

  .modal-product__data p {
    margin-right: 20px;
  }

  .modal-product__price {
    width: 100%;
  }

  .testimonial {
    width: 290px;
  }
  .testimonial table {
    display: block;
  }
  .testimonial table tr {
    display: block;
  }
  .testimonial table tr td {
    display: block;
  }
  .testimonial table tr td:nth-child(1) {
    padding-right: 0;
    padding-bottom: 8px;
  }
  .testimonial .btn-3 {
    width: 100%;
    margin-bottom: 5px;
  }
  .testimonial .btn {
    width: 100%;
  }

  .rating-area {
    margin-left: 0;
  }

  .address__form .btn {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .address__form a {
    margin-left: auto;
    margin-right: auto;
  }
}
/* End */


/* Start:/local/templates/webmasterow/styles.css?1719411120172*/
@charset "UTF-8";
/* Стили применимые для всего сайта, с том числе и для админки */

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

/* End */


/* Start:/local/templates/webmasterow/template_styles.css?172606414494*/
@charset "UTF-8";
/* Основное */

/*# sourceMappingURL=template_styles.css.map */

/* End */
/* /local/templates/webmasterow/css/suggestions.min.css?17175065572091 */
/* /local/templates/webmasterow/css/main.css?175077550054332 */
/* /local/templates/webmasterow/css/media.css?174890408114838 */
/* /local/templates/webmasterow/styles.css?1719411120172 */
/* /local/templates/webmasterow/template_styles.css?172606414494 */
