@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

a:hover,
a {
  text-decoration: none;
}

:focus {
  outline: 0;
}

ul {
  list-style-type: none;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  color: rgb(0, 0, 0);
  -webkit-text-size-adjust: 100%;
  background: linear-gradient(134.11deg, rgb(241, 235, 228) 0%, rgb(248, 243, 237) 97.528%);
}
body:before {
  content: "";
  width: 341px;
  height: 100vh;
  position: fixed;
  left: 342px;
  top: 0;
  background: url(../images/bg.svg) 0 0 repeat-y;
}
@media (max-width: 767px) {
  body:before {
    left: 90px;
  }
}

a {
  cursor: pointer;
}

h2, .h2 {
  color: rgb(0, 0, 0);
  font-family: "JetBrains Mono", monospace;
  font-size: 30px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.container {
  width: 100%;
  max-width: 1200px;
  padding: 0 26px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .container {
    padding: 0 20px;
  }
}
@media (max-width: 374px) {
  .container {
    padding: 0 15px;
  }
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 51;
  padding: 25px 0;
  margin-bottom: 20px;
  transition: 0.5s;
}
.header.sticky {
  background: rgba(0, 0, 0, 0.8);
  padding: 10px 0;
}
@media (max-width: 992px) {
  .header.sticky {
    padding: 0;
  }
}
.header.sticky .logo {
  color: #fff;
}
@media (max-width: 992px) {
  .header.sticky {
    background: transparent;
  }
}
@media (max-width: 992px) {
  .header {
    margin-bottom: 40px;
    padding: 0;
  }
}

main {
  transition: 0.5s;
}
main.search-open {
  padding-top: 180px !important;
}

.search-dropdown {
  display: none;
  width: 100%;
  padding: 20px;
  background: rgb(174, 139, 114);
  overflow: hidden;
  opacity: 1;
  transition: 0.5s;
  margin-top: -100px;
}
.search-dropdown.search-open {
  opacity: 1;
  overflow: visible;
  margin-top: 0;
}
@media (max-width: 992px) {
  .search-dropdown {
    display: block;
  }
}
.search-dropdown input {
  width: 100%;
  height: 60px;
  padding: 0 18px;
  color: #000;
  font-size: 16px;
  font-family: "Inter";
  border: 0;
  background: #fff;
}
.search-dropdown input::-moz-placeholder {
  color: rgb(108, 108, 108);
}
.search-dropdown input::placeholder {
  color: rgb(108, 108, 108);
}

.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .header-content {
    justify-content: center;
  }
}
.header-content__right {
  display: flex;
  align-items: center;
  width: calc(100% - 240px);
}
@media (min-width: 993px) {
  .header-content__right {
    position: relative;
  }
}

.logo {
  display: inline-flex;
  align-items: center;
  color: rgb(0, 0, 0);
  font-size: 45px;
  font-weight: 500;
  letter-spacing: 0%;
  text-align: left;
  text-transform: uppercase;
  font-family: "JetBrains Mono", monospace;
  transition: 0.5s;
}
@media (max-width: 1180px) {
  .logo {
    font-size: 28px;
  }
}
@media (max-width: 992px) {
  .logo {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: none;
  }
}
.logo .icon {
  margin-right: 24px;
  width: 67px;
  height: 67px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .logo .icon {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.logo .icon img {
  width: 65px;
  height: 65px;
  -o-object-fit: contain;
     object-fit: contain;
}

.btn-order {
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(255, 255, 255);
  font-family: "Inter";
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0%;
  text-align: left;
  transition: 0.5s;
  padding: 0 30px;
  height: 60px;
  background: rgb(174, 139, 114);
}
@media (max-width: 767px) {
  .btn-order {
    font-size: 16px;
  }
}
.btn-order:hover {
  background: #000;
}

.btn {
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: rgb(255, 255, 255);
  font-family: "Inter";
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0%;
  text-align: left;
  transition: 0.5s;
  padding: 0 30px;
  background: rgb(174, 139, 114);
  white-space: nowrap;
  border: 0;
  cursor: pointer;
}
@media (max-width: 414px) {
  .btn {
    width: 100%;
    display: flex;
    padding: 0;
  }
}
.btn:hover {
  background: #000;
}

.btn-catalog {
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: rgb(255, 255, 255);
  font-family: "Inter";
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0%;
  text-align: left;
  transition: 0.5s;
  padding: 0 45px;
  background: rgb(174, 139, 114);
  cursor: pointer;
  margin-right: 20px;
}
@media (max-width: 992px) {
  .btn-catalog {
    display: none;
  }
}
.btn-catalog:hover {
  background: #000;
}

.search {
  width: 100%;
  height: 40px;
  margin-right: 20px;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .search {
    display: none;
  }
}
.search form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.search input {
  width: 100%;
  height: 40px;
  background: transparent;
  padding: 0 18px;
  border: 0;
  color: rgb(0, 0, 0);
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0%;
  text-align: left;
  background: #fff;
}
.search input::-moz-placeholder {
  color: rgb(0, 0, 0);
}
.search input::placeholder {
  color: rgb(0, 0, 0);
}
.search .icon {
  display: block;
  min-width: 16px;
}
.search .icon img {
  display: block;
}
.search button {
  width: 70px;
  height: 40px;
  border: 0;
  cursor: pointer;
  background: rgb(174, 139, 114);
  transition: 0.5s;
}
.search button:hover {
  background: #000;
}

.header-nav {
  display: flex;
}
@media (max-width: 992px) {
  .header-nav {
    display: none;
  }
}

.header-nav-item {
  position: relative;
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.header-nav-item:first-child {
  margin-left: 0px;
}
.header-nav-item .icon {
  display: block;
  height: 22px;
  margin-bottom: 7px;
}
.header-nav-item .icon img {
  display: block;
  height: 22px;
}
.header-nav-item__title {
  display: block;
  font-size: 10px;
  color: rgb(174, 139, 114);
  font-weight: 500;
}
.header-nav-item__number {
  position: absolute;
  top: -3px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: rgb(125, 253, 90);
  font-size: 8px;
  color: #000;
}

main {
  position: relative;
  padding-bottom: 80px;
  padding-top: 75px;
}
main.inner-main {
  padding-top: 140px;
}
@media (max-width: 992px) {
  main.inner-main {
    padding-top: 90px;
  }
}

.catalog {
  padding-top: 95px;
}
@media (max-width: 992px) {
  .catalog {
    padding-top: 0px;
  }
}
.catalog__content {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .catalog__content {
    justify-content: space-between;
  }
}

.catalog-item {
  width: calc(20% - 18px);
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  padding: 20px;
  height: 230px;
  transition: 0.5s;
  margin-right: 22.5px;
}
@media (max-width: 992px) {
  .catalog-item {
    width: calc(33.3333333333% - 10px);
    margin-right: 14px;
    margin-bottom: 14px;
    padding: 20px 4px;
  }
}
@media (min-width: 768px) {
  .catalog-item:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media (min-width: 993px) {
  .catalog-item:nth-child(3n+3) {
    margin-right: 22.5px;
  }
  .catalog-item:nth-child(5n+5) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .catalog-item {
    width: calc(50% - 7px);
    margin: 0 0 14px 0;
    height: 170px;
    padding: 10px;
  }
}
.catalog-item:hover {
  background: rgb(174, 139, 114);
}
.catalog-item:hover .catalog-item__title {
  color: #fff;
}
.catalog-item:hover .icon {
  color: #fff;
}
.catalog-item__icon {
  display: flex;
  width: 120px;
  height: 120px;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .catalog-item__icon {
    height: 100px;
    width: 100px;
  }
}
.catalog-item__icon .icon {
  width: 120px;
  height: 120px;
  color: rgb(174, 139, 114);
  transition: 0.5s;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .catalog-item__icon .icon {
    height: 100px;
    width: 100px;
  }
}
.catalog-item__title {
  display: block;
  color: rgb(0, 0, 0);
  font-family: "JetBrains Mono", monospace;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  min-height: 48px;
}
@media (max-width: 767px) {
  .catalog-item__title {
    font-size: 14px;
    line-height: 20px;
    min-height: 40px;
  }
}

.header-top {
  position: relative;
  z-index: 12;
  display: none;
  background: rgb(174, 139, 114);
}
@media (max-width: 992px) {
  .header-top {
    display: block;
  }
}
.header-top__content {
  display: flex;
  height: 50px;
  align-items: center;
  justify-content: space-between;
}
.header-top__right {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-btn {
  margin-right: 20px;
}
.home-btn img {
  display: block;
}

.btn-catalog-mobile {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.btn-catalog-mobile .icon {
  display: block;
  margin-right: 10px;
}
.btn-catalog-mobile .icon img {
  display: block;
}

.search-mobile img {
  display: block;
  height: 22px;
}

.phone-mobile {
  margin-left: 20px;
  position: relative;
}
.phone-mobile img {
  display: block;
  height: 22px;
}

.group-mobile {
  margin-left: 20px;
  position: relative;
}
.group-mobile img {
  display: block;
}
.group-mobile span {
  position: absolute;
  top: -5px;
  right: -5px;
  background: rgb(125, 253, 90);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(0, 0, 0);
  font-size: 8px;
  font-weight: 500;
  line-height: 10px;
  letter-spacing: 0%;
  text-align: left;
}

.cart-mobile {
  margin-left: 20px;
  position: relative;
}
.cart-mobile img {
  display: block;
  height: 20px;
}
.cart-mobile span {
  position: absolute;
  top: -5px;
  right: -5px;
  background: rgb(125, 253, 90);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(0, 0, 0);
  font-size: 8px;
  font-weight: 500;
  line-height: 10px;
  letter-spacing: 0%;
  text-align: left;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 36px;
  color: rgb(0, 0, 0);
  font-family: "JetBrains Mono", monospace;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.breadcrumbs .sep {
  display: block;
  margin: 0 10px;
}
.breadcrumbs a {
  color: rgb(0, 0, 0);
}
.breadcrumbs a:hover {
  text-decoration: underline;
}

.product-ready__content {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .product-ready__content {
    justify-content: space-between;
  }
}
.product-ready__title {
  color: rgb(0, 0, 0);
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0%;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
}

.product-item {
  width: calc(25% - 6px);
  flex-direction: column;
  display: flex;
  justify-content: space-between;
  margin-bottom: 9px;
  padding: 10px;
  background-color: #FFF;
  flex-wrap: wrap;
  margin-right: 8px;
}
@media (min-width: 1201px) {
  .product-item:nth-child(4n+4) {
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .product-item:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media (max-width: 1180px) {
  .product-item {
    width: calc(33.3333333333% - 6px);
  }
}
@media (max-width: 767px) {
  .product-item {
    width: calc(50% - 4px);
    margin-bottom: 8px;
    margin-right: 0;
  }
}
@media (max-width: 680px) {
  .product-item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .product-item {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.product-item__left {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.product-item__image {
  display: block;
  cursor: pointer;
  width: 100%;
  margin-bottom: 10px;
}
.product-item__image img {
  display: block;
  width: 100%;
}
.product-item__content {
  margin-bottom: 20px;
}
.product-item__name {
  display: block;
  color: rgb(0, 0, 0);
  font-size: 20px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0%;
  display: block;
  margin-bottom: 10px;
  width: 100%;
  cursor: pointer;
}
.product-item__article-number {
  color: rgb(118, 118, 118);
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: 0%;
  text-align: left;
}
.product-item__number {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.product-item__number .num-in {
  position: relative;
  height: 40px !important;
  width: 100%;
}
.product-item__number .num-in input {
  width: calc(100% - 100px);
}
.product-item__number .btn {
  width: 100% !important;
  flex-direction: column;
  display: inline-flex;
  height: 40px !important;
  order: 2;
  margin-top: 10px;
}
.product-item__number .btn span {
  font-weight: 400;
  font-size: 14px;
}
.product-item .btn {
  width: 100%;
  height: 40px;
}

.product-item__price {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.product-item__cost {
  color: rgb(118, 118, 118);
  font-size: 16px;
  padding-right: 15px;
}
.product-item__cost span {
  font-weight: 700;
  font-size: 24px;
  color: rgb(0, 201, 77);
  margin-right: 10px;
  white-space: nowrap;
}
.product-item__old-cost {
  color: #000;
  font-size: 12px;
  padding-right: 15px;
  text-decoration: line-through;
}
.product-item__old-cost span {
  font-weight: 700;
  font-size: 18px;
  color: rgb(0, 0, 0);
  margin-right: 10px;
  white-space: nowrap;
}

.num-block {
  display: flex;
  flex-direction: column;
}
.num-block__title {
  display: block;
  color: rgb(0, 0, 0);
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 2px;
}
.num-block__calc {
  display: block;
  color: rgb(0, 0, 0);
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0%;
  padding-top: 2px;
  text-align: center;
}

.num-in {
  position: relative;
  background: rgba(0, 0, 0, 0.05);
  height: 60px;
  width: 134px;
  display: flex;
  align-items: center;
  padding: 0px;
  justify-content: space-between;
  border-radius: 4px;
}

.num-in span {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}
.num-in span img {
  display: block;
  width: 20px;
  height: 20px;
}

.num-in input {
  width: 50px;
  height: 24px;
  border: none;
  color: rgb(0, 0, 0);
  font-family: "Inter";
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0%;
  text-align: center;
  border: 0;
  background: transparent;
}

.product-card {
  position: fixed;
  width: 420px;
  height: 100vh;
  right: 0;
  top: 0;
  transform: translateX(500px);
  transition: 1s;
  background: #fff;
  z-index: 99;
}
@media (max-width: 566px) {
  .product-card {
    width: calc(100% - 20px);
    max-width: 420px;
    top: 0px;
    height: 100vh;
  }
}
.product-card .breadcrumbs {
  font-size: 12px;
  margin-bottom: 20px;
}
.product-card__content {
  overflow-y: auto;
  height: 100vh;
  scrollbar-width: none;
  padding: 100px 30px 30px 30px;
}
@media (max-width: 566px) {
  .product-card__content {
    padding: 30px;
    height: 100vh;
  }
}
.product-card__content::webkit-scrollbar {
  display: none;
}
.product-card.show {
  transform: translateX(-40px);
}
@media (max-width: 566px) {
  .product-card.show {
    transform: translateX(0px);
  }
}
.product-card__close {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 99;
}
@media (max-width: 566px) {
  .product-card__close {
    top: 0px;
    right: 0px;
  }
  .product-card__close img {
    width: 40px;
    height: 40px;
  }
}
.product-card__slider {
  margin-bottom: 30px;
}
.product-card__slider .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-card__slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-card__slider .mySwiper2 {
  margin-bottom: 20px;
  width: 100%;
}
@media (max-width: 566px) {
  .product-card__slider .mySwiper2 {
    margin-bottom: 0;
  }
}
.product-card__slider .mySwiper {
  height: 60px;
  box-sizing: border-box;
}
@media (max-width: 566px) {
  .product-card__slider .mySwiper {
    display: none;
  }
}
.product-card__slider .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
  cursor: pointer;
}
.product-card__slider .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}
.product-card__slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blocked {
  width: 100%;
  height: calc(100vh - 110px);
  position: fixed;
  top: 110px;
  left: 0;
  background: rgba(174, 139, 114, 0.5);
  opacity: 0;
  transition: 0.5s;
  z-index: -1;
}
@media (max-width: 992px) {
  .blocked {
    top: 50px;
    height: calc(100vh - 50px);
  }
}
.blocked.show {
  z-index: 50;
  opacity: 1;
}
.blocked.open {
  z-index: 50;
  opacity: 1;
}

.swiper-button-next {
  width: 30px;
  height: 30px;
  background: url(../images/slider-arrow.svg) 50% 50% no-repeat;
  right: 5px;
}
.swiper-button-next:before, .swiper-button-next:after {
  display: none;
}

.swiper-button-prev {
  width: 30px;
  height: 30px;
  background: url(../images/slider-arrow.svg) 50% 50% no-repeat;
  left: 5px;
  transform: rotate(-180deg);
}
.swiper-button-prev:before, .swiper-button-prev:after {
  display: none;
}

.product-card__name {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  color: rgb(0, 0, 0);
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0%;
  margin-bottom: 20px;
}
.product-card__name span {
  color: rgb(175, 175, 175);
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: 0%;
  text-align: center;
  white-space: nowrap;
}
.product-card__composition {
  color: rgb(0, 0, 0);
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0%;
  display: block;
  margin-bottom: 10px;
}
.product-card ul {
  width: calc(50% - 2px);
}
@media (max-width: 566px) {
  .product-card ul {
    width: 100%;
  }
}
.product-card ul li {
  color: rgb(0, 0, 0);
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0%;
  margin-bottom: 10px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-card ul li span {
  font-size: 16px;
  font-weight: 600;
}
.product-card__bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
}
.product-card__bottom .num-block {
  width: calc(50% - 2px);
}
.product-card__bottom .num-in {
  width: 100%;
  height: 40px;
  padding: 0 5px;
}
.product-card__bottom .btn {
  width: calc(50% - 2px);
}

.checkbox .styled-checkbox {
  position: absolute;
  opacity: 0;
}
.checkbox .styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  font-size: 16px;
  padding-left: 30px;
  display: block;
}
@media (max-width: 767px) {
  .checkbox .styled-checkbox + label {
    font-size: 14px;
  }
}
.checkbox .styled-checkbox + label:before {
  content: "";
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: white;
  transition: 0.5s;
  border: 1px solid rgb(174, 139, 114);
  position: absolute;
  left: 0;
  top: 0;
}
.checkbox .styled-checkbox:hover + label:before {
  background: rgb(174, 139, 114);
}
.checkbox .styled-checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
  transition: 0.5s;
}
.checkbox .styled-checkbox:checked + label:before {
  background: rgb(174, 139, 114);
}
.checkbox .styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.checkbox .styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.checkbox .styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 9px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
  transition: 0.5s;
}

.shopping-cart__price {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .shopping-cart__price {
    text-align: right;
    order: 3;
  }
}
.shopping-cart__cost {
  color: rgb(118, 118, 118);
  font-size: 16px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .shopping-cart__cost {
    padding-right: 0;
  }
}
.shopping-cart__cost span {
  font-weight: 700;
  font-size: 24px;
  color: rgb(0, 201, 77);
  margin-right: 10px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .shopping-cart__cost span {
    padding-right: 0;
    margin-right: 0;
  }
}
.shopping-cart__old-cost {
  color: rgb(118, 118, 118);
  font-size: 12px;
  padding-right: 15px;
  text-decoration: line-through;
}
@media (max-width: 767px) {
  .shopping-cart__old-cost {
    padding-right: 0;
    margin-right: 0;
  }
}
.shopping-cart__old-cost span {
  font-weight: 700;
  font-size: 18px;
  color: rgb(0, 0, 0);
  margin-right: 10px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .shopping-cart__old-cost span {
    padding-right: 0;
    margin-right: 0;
  }
}
.shopping-cart__head {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 330px);
}
@media (max-width: 992px) {
  .shopping-cart__head {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .shopping-cart__head {
    margin-bottom: 30px;
  }
}
.shopping-cart__head .delete-selection {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  color: #000;
}
@media (max-width: 992px) {
  .shopping-cart__head .delete-selection {
    text-indent: -9999px;
  }
}
.shopping-cart__head .delete-selection .icon {
  display: block;
  margin-left: 10px;
}
.shopping-cart__head .delete-selection .icon img {
  display: block;
}
.shopping-cart__body {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.shopping-cart__content {
  width: calc(100% - 330px);
}
@media (max-width: 992px) {
  .shopping-cart__content {
    width: 100%;
    margin-bottom: 30px;
  }
}
.shopping-cart__item {
  display: flex;
  align-items: center;
}
.shopping-cart__item-product {
  position: relative;
  display: flex;
  margin-bottom: 4px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
  padding: 10px 15px 10px 10px;
  width: 100%;
  background-color: #FFF;
}
.shopping-cart__item-product .num-in {
  width: 120px;
  height: 40px;
  padding: 0 5px;
}
.shopping-cart__item-product .product-item__left {
  width: 50%;
}
@media (max-width: 767px) {
  .shopping-cart__item-product .product-item__left {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .shopping-cart__item-product {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.shopping-cart__left {
  display: flex;
  align-items: center;
  width: 50%;
}
@media (max-width: 767px) {
  .shopping-cart__left {
    width: 100%;
    margin-bottom: 10px;
  }
}
.shopping-cart__image {
  display: block;
  margin-right: 10px;
}
.shopping-cart__image img {
  display: block;
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
}
.shopping-cart__name {
  font-size: 16px;
  color: #000;
}
.shopping-cart__article-number {
  display: block;
  font-size: 12px;
  color: rgb(118, 118, 118);
  padding-top: 10px;
}
.shopping-cart__check {
  width: 26px;
  min-width: 26px;
  margin-right: 10px;
  margin-top: -20px;
}
.shopping-cart__side {
  width: 310px;
}
@media (max-width: 992px) {
  .shopping-cart__side {
    width: 100%;
  }
}
.shopping-cart__delete {
  margin-left: 10px;
  height: 40px;
  height: 40px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  min-width: 40px;
  justify-content: center;
}
@media (max-width: 767px) {
  .shopping-cart__delete {
    order: -2;
    margin-left: 0;
    margin-right: 10px;
  }
}

.catalog-menu {
  position: absolute;
  top: calc(100% + 10px);
  width: 440px;
  left: 0;
  padding: 40px 0px;
  background: #fff;
  z-index: 100;
  overflow: hidden;
  opacity: 0;
  transition: 0.5s;
  max-height: 1px;
  transform: translateY(-10px);
  scrollbar-width: none;
  box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.05);
}
.catalog-menu__close {
  display: none;
  margin-bottom: 10px;
  margin-left: 20px;
}
@media (max-width: 992px) {
  .catalog-menu__close {
    display: block;
  }
}
.catalog-menu__close img {
  display: block;
  width: 40px;
  height: 40px;
}
.catalog-menu::webkit-scrollbar {
  display: none;
}
@media (max-width: 992px) {
  .catalog-menu {
    width: 100vw;
    max-width: 440px;
    height: calc(100% - 40px);
    max-height: calc(100vh - 40px);
    box-shadow: none;
    transform: translateX(100vw);
    top: 50px;
    right: 0;
    left: auto;
    opacity: 1;
    padding-top: 20px;
  }
}
.catalog-menu.open {
  max-height: calc(100vh - 100px);
  opacity: 1;
  transform: translateY(0px);
  overflow-y: auto;
}
@media (max-width: 992px) {
  .catalog-menu.open {
    transform: translateX(0px) !important;
    max-height: calc(100vh - 40px) !important;
    height: calc(100vh - 40px) !important;
  }
}

#accordian {
  width: 100%;
}
#accordian li {
  margin-bottom: 10px;
}
#accordian li a {
  display: block;
  position: relative;
  color: rgb(0, 0, 0);
  font-family: "JetBrains Mono", monospace;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0%;
  text-transform: uppercase;
  transition: 0.5s;
  padding: 2px 30px;
}
#accordian li a.opener {
  padding-right: 30px;
}
#accordian li a:hover {
  text-decoration: underline;
}
#accordian li {
  list-style-type: none;
}
#accordian ul ul {
  padding-left: 10px;
  margin-top: 5px;
  display: none;
}
#accordian ul ul ul {
  padding-left: 5px;
}
#accordian ul ul li {
  margin-bottom: 5px;
}
#accordian ul ul li a {
  font-size: 14px;
  position: relative;
}
#accordian ul ul ul {
  margin-left: 15px;
}
#accordian li.active > ul {
  display: block;
}
#accordian a:not(:only-child):after {
  content: "";
  position: absolute;
  right: 20px;
  top: 0px;
  background: url(../images/menu-arrow.svg) 50% 50% no-repeat;
  width: 12px;
  height: 22px;
  transition: 0.5s;
}
#accordian a:not(:only-child) ul {
  padding-bottom: 50px;
}
#accordian .active > a:not(:only-child) {
  background: #f1f1f1;
}
#accordian .active > a:not(:only-child):after {
  transform: rotate(90deg);
  top: 2px;
}

.shopping-cart__numbers {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .shopping-cart__numbers {
    order: 2;
  }
}
.shopping-cart__delete {
  margin-right: 10px;
  cursor: pointer;
}
.shopping-cart__delete img {
  display: block;
}
.shopping-cart__cost {
  font-size: 12px;
  color: #000;
}
.shopping-cart__cost span {
  color: rgb(0, 201, 77);
  font-size: 16px;
  font-weight: 700;
  margin-right: 5px;
}

.placing-order__head {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  background-color: rgb(174, 139, 114);
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}
.placing-order__total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 22px;
  font-weight: 600;
  padding: 15px 0px 0 0;
  margin-top: 4px;
  border-top: 1px solid rgb(234, 234, 234);
}
.placing-order__content {
  padding: 30px 20px 20px 20px;
  background: #fff;
}
.placing-order__content ul {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .placing-order__content ul {
    margin-bottom: 20px;
  }
}
.placing-order__content ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 12px;
  color: #000;
}
.placing-order__content ul li span {
  font-size: 16px;
  font-weight: 700;
  color: #000;
}
.placing-order__content ul li:last-child {
  margin-bottom: 0;
}
.placing-order__desc {
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: rgb(96, 96, 96);
  line-height: 17px;
  padding: 0 20px;
}
.placing-order__desc a {
  color: #000;
}
.placing-order__desc a:hover {
  text-decoration: underline;
}
.placing-order__btn {
  margin-top: 4px;
  margin-bottom: 20px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .placing-order__btn {
    margin-top: 10px;
  }
}
.placing-order__btn.disabled a {
  pointer-events: none;
  background: #B9B8B7;
}
.placing-order__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(255, 255, 255);
  font-family: "Inter";
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0%;
  text-align: left;
  transition: 0.5s;
  padding: 0 30px;
  height: 60px;
  background: rgb(174, 139, 114);
}
@media (max-width: 767px) {
  .placing-order__btn a {
    font-size: 16px;
  }
}
.placing-order__btn a:hover {
  background: #000;
}

.spiner {
  position: absolute !important;
  top: calc(50% - 9px);
  left: calc(50% - 10px);
  width: 20px !important;
  height: 20px !important;
  border: 3px solid #bbb;
  border-top: 3px solid rgb(174, 139, 114);
  border-radius: 50%;
  animation: spin 2s linear infinite;
  background: #fff;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.checkout {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .checkout {
    width: calc(100% + 40px);
    margin: 0 -20px;
  }
}
.checkout__content {
  width: calc(100% - 330px);
}
@media (max-width: 992px) {
  .checkout__content {
    width: 100%;
    margin-bottom: 0px;
  }
}
.checkout__side {
  width: 310px;
}
@media (max-width: 992px) {
  .checkout__side {
    width: 100%;
  }
}

.placing-order {
  position: sticky;
  top: 100px;
}

.back-desktop a {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  color: #000;
  font-weight: 500;
}
.back-desktop a .icon {
  margin-right: 5px;
}
.back-desktop a .icon img {
  display: block;
}

.back {
  margin: -20px 0 30px 0;
}
@media (max-width: 767px) {
  .back {
    margin-bottom: 20px;
  }
}
.back a {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  color: #000;
  font-weight: 500;
}
.back a .icon {
  margin-right: 5px;
}
.back a .icon img {
  display: block;
}

.checkout-block {
  padding: 30px 20px;
  background: #fff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .checkout-block {
    padding: 20px;
    margin-bottom: 10px;
  }
}
.checkout-block__title {
  display: flex;
  align-items: center;
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 600;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .checkout-block__title {
    font-size: 18px;
  }
}
.checkout-block__title span {
  font-size: 16px;
  font-weight: 400;
  margin-left: 20px;
}
@media (max-width: 1180px) {
  .checkout-block__title span {
    margin-left: 0;
    padding-top: 10px;
    display: block;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .checkout-block__title span {
    font-size: 14px;
  }
}
.checkout-block__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  .checkout-block__head {
    align-items: flex-start;
  }
}
.checkout-block__head .checkout-block__title {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .checkout-block__head .btn {
    display: none;
  }
}
.checkout-block__btn-mobile {
  display: none;
  padding-top: 20px;
}
@media (max-width: 767px) {
  .checkout-block__btn-mobile {
    display: block;
  }
}
.checkout-block__number {
  font-size: 22px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .checkout-block__number {
    font-size: 18px;
  }
}
.checkout-block__product {
  display: flex;
  align-items: center;
  margin-bottom: 28px;
}
.checkout-block__product:last-child {
  margin-bottom: 0;
}
.checkout-block__checkbox-group {
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .checkout-block__checkbox-group {
    flex-direction: column;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .checkout-block__checkbox-group .checkbox {
    padding: 20px 0;
    border-bottom: 1px solid rgb(234, 234, 234);
  }
  .checkout-block__checkbox-group .checkbox:last-child {
    border-bottom: 0;
  }
}

.thanks-block {
  display: flex;
  padding-top: 100px;
  justify-content: center;
}

.thanks {
  width: 100%;
  max-width: 460px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.thanks .icon {
  display: block;
  margin-bottom: 15px;
}
.thanks .icon img {
  display: block;
}
.thanks__title {
  display: block;
  color: rgb(0, 0, 0);
  font-family: Inter;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.thanks p {
  color: rgb(0, 0, 0);
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 15px;
}
.thanks p:last-child {
  margin-bottom: 0;
}

.checkout-delivery {
  display: flex;
  border-bottom: 1px solid rgb(234, 234, 234);
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .checkout-delivery {
    border-bottom: 0;
  }
}
.checkout-delivery .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 23px;
  height: 23px;
  min-width: 23px;
  margin-right: 12px;
}
.checkout-delivery .icon img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .checkout-delivery__content {
    width: 100%;
  }
}
.checkout-delivery__title {
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .checkout-delivery__title {
    margin-bottom: 20px;
  }
}
.checkout-delivery p {
  font-size: 16px;
  font-weight: 400;
  max-width: 400px;
}
@media (max-width: 767px) {
  .checkout-delivery p {
    margin-left: -35px;
  }
}

.checkout-link {
  display: flex;
  border-bottom: 1px solid rgb(234, 234, 234);
  padding-bottom: 10px;
  padding-top: 10px;
  position: relative;
  padding-right: 30px;
  align-items: center;
}
@media (max-width: 767px) {
  .checkout-link {
    align-items: flex-start;
    padding: 20px 0;
  }
}
.checkout-link:before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  right: 0;
  top: calc(50% - 9px);
  background: url(../images/checkout-arrow.svg) 50% 50% no-repeat;
}
.checkout-link .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 23px;
  height: 23px;
  min-width: 23px;
  margin-right: 12px;
}
.checkout-link .icon img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.checkout-link__content {
  display: flex;
  flex-wrap: wrap;
}
.checkout-link__title {
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
@media (max-width: 767px) {
  .checkout-link__title {
    width: 100%;
  }
}
.checkout-link__info {
  font-size: 16px;
  font-weight: 400;
  color: rgb(96, 96, 96);
  margin-left: 30px;
}
@media (max-width: 767px) {
  .checkout-link__info {
    margin-left: 0;
    margin-right: 30px;
    margin-top: 5px;
  }
}

.checkbox {
  display: flex;
  align-items: center;
}
.checkbox .hint {
  margin-left: 10px;
}

.hint {
  cursor: pointer;
}

.checkout-block__cost {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.checkout-block__cost .checkout-block__title {
  margin-bottom: 0;
}
.checkout-block__link a {
  font-size: 16px;
  color: rgb(96, 96, 96);
}
.checkout-block__link a:hover {
  text-decoration: underline;
}

.ordered-goods__title {
  display: block;
  font-size: 16px;
}
.ordered-goods__list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 20px);
}
.ordered-goods__item {
  display: block;
  width: 70px;
  height: 70px;
  margin: 20px 20px 0 0;
  position: relative;
}
@media (max-width: 767px) {
  .ordered-goods__item {
    margin: 10px 10px 0 0;
  }
}
.ordered-goods__item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ordered-goods__item span {
  position: absolute;
  bottom: 5px;
  right: 5px;
  background: #fff;
  display: inline-flex;
  padding: 0 3px;
  height: 14px;
  font-size: 10px;
  color: #000;
}

.date-slider {
  width: 405px;
  padding-right: 30px;
  padding-left: 30px;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .date-slider {
    width: calc(100% + 40px);
    margin: 0 -20px 20px -20px;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  .date-slider .swiper {
    padding: 0 20px;
  }
}
.date-slider .swiper-slide {
  width: 78px;
}
.date-slider .swiper-button-next {
  position: absolute;
  right: 0px;
  width: 24px;
  height: 24px;
  background: url(../images/date-arrow-slider.svg) 50% 50% no-repeat;
  top: 35px;
}
@media (max-width: 480px) {
  .date-slider .swiper-button-next {
    display: none;
  }
}
.date-slider .swiper-button-next.swiper-button-disabled {
  opacity: 0.1;
}
.date-slider .swiper-button-prev {
  position: absolute;
  left: 0px;
  width: 24px;
  height: 24px;
  background: url(../images/date-arrow-slider.svg) 50% 50% no-repeat;
  top: 35px;
  transform: rotate(-180deg);
}
@media (max-width: 480px) {
  .date-slider .swiper-button-prev {
    display: none;
  }
}
.date-slider .swiper-button-prev.swiper-button-disabled {
  opacity: 0.1;
}

.date-item {
  display: block;
  padding: 10px 0;
  border: 1px solid rgb(234, 234, 234);
  font-size: 10px;
  color: rgb(96, 96, 96);
  text-align: center;
  cursor: pointer;
  transition: 0.5s;
}
.date-item.active {
  border-color: rgb(245, 240, 233);
  background: rgb(245, 240, 233);
}
.date-item span {
  display: block;
  font-size: 12px;
  color: #000;
  margin-bottom: 5px;
}

.hidden {
  display: none !important;
}

.time-selection {
  margin-bottom: 20px;
}
.time-selection__title {
  font-size: 16px;
  margin-bottom: 10px;
  display: block;
}
.time-selection__content {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 402px;
}

.time-item {
  width: 54px;
  display: block;
  padding: 10px 0;
  border: 1px solid rgb(234, 234, 234);
  font-size: 10px;
  color: rgb(96, 96, 96);
  text-align: center;
  cursor: pointer;
  transition: 0.5s;
  margin-bottom: 4px;
  margin-right: 4px;
}
.time-item:nth-child(7n+7) {
  margin-right: 0;
}
@media (max-width: 480px) {
  .time-item:nth-child(7n+7) {
    margin-right: 4px;
  }
}
@media (max-width: 480px) {
  .time-item:nth-child(5n+5) {
    margin-right: 0px;
  }
}
@media (max-width: 480px) {
  .time-item {
    width: calc(20% - 4px);
  }
}
.time-item.active {
  border-color: rgb(245, 240, 233);
  background: rgb(245, 240, 233);
}
.time-item.active .time-item__day {
  display: none;
}
.time-item.active .time-item__time {
  display: block;
}
@media (max-width: 767px) {
  .time-item.hidden {
    display: block !important;
  }
}
.time-item__title {
  display: block;
  font-size: 10px;
  color: #000;
  margin-bottom: 5px;
}
.time-item__day {
  margin-bottom: 0;
}
.time-item__time {
  display: none;
  margin-bottom: 0;
}

.regular-order label {
  cursor: pointer;
}

.switch {
  display: inline-block;
  height: 34px;
  position: relative;
  width: 60px;
}
.switch input {
  display: none;
}

.slider {
  background: linear-gradient(135deg, rgb(122, 121, 121) 0%, rgb(187, 187, 187) 100%);
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.slider:before {
  background: #fff url(../images/switch-icon.svg) 50% 50% no-repeat;
  bottom: 4px;
  content: "";
  height: 26px;
  left: 4px;
  position: absolute;
  width: 26px;
  border-radius: 50%;
}

input:checked + .slider {
  background: linear-gradient(135deg, rgb(0, 201, 77) 0%, rgb(0, 132, 51) 100%);
}
input:checked + .slider:before {
  transform: translateX(26px);
  background: #fff url(../images/switch-icon-active.svg) 50% 50% no-repeat;
}

.slider.round {
  border-radius: 34px;
}

.regular-order {
  display: flex;
  align-items: center;
}
.regular-order label {
  margin-right: 15px;
  font-weight: 600;
  font-size: 16px;
}
@media (max-width: 767px) {
  .regular-order label {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .checkout-block__link-desktop {
    display: none;
  }
}
.checkout-block__link-mobile {
  display: none;
}
@media (max-width: 767px) {
  .checkout-block__link-mobile {
    display: block;
  }
}

.placing-order__mobile-title {
  display: none;
  color: rgb(0, 0, 0);
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: left;
}
@media (max-width: 992px) {
  .placing-order__mobile-title {
    display: block;
  }
}

.delivery-edit-btn {
  display: none;
  height: 50px;
  background: rgb(247, 242, 235);
  color: rgb(0, 0, 0);
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin: 30px 0 0 -35px;
  width: calc(100% + 35px);
  transition: 0.5s;
}
.delivery-edit-btn:active {
  background: rgb(174, 139, 114);
  color: #fff;
}
@media (max-width: 767px) {
  .delivery-edit-btn {
    display: flex;
  }
}

.modal {
  width: 100%;
  max-width: 390px;
  overflow: visible;
  padding: 30px 20px;
}
.modal .form-group input {
  height: 46px;
  margin-bottom: 10px;
}
.modal .fancybox-close-small {
  position: absolute;
  right: -45px;
  top: 0;
  width: 35px;
  height: 35px;
  background: url(../images/modal-close.svg) 50% 50% no-repeat;
}
@media (max-width: 480px) {
  .modal .fancybox-close-small {
    right: 5px;
    top: 5px;
    background: rgb(174, 139, 114) url(../images/modal-close.svg) 50% 50% no-repeat;
  }
}
.modal .fancybox-close-small svg {
  display: none;
}

.modal-title {
  display: block;
  text-align: center;
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-title .icon {
  margin-right: 15px;
}
.modal-title .icon img {
  display: block;
}

.modal-title-sm {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #000;
  margin-bottom: 20px;
}

.address-selection {
  margin-bottom: 60px;
  max-height: 286px;
  overflow-y: auto;
}

.address-item {
  border: 1px solid rgb(174, 174, 174);
  background: rgb(255, 255, 255);
  padding: 25px 20px 10px 20px;
  flex-direction: column;
  display: flex;
  justify-content: space-between;
  min-height: 140px;
  margin-bottom: 4px;
  transition: 0.5s;
}
.address-item.active {
  border-color: rgb(245, 240, 233);
  background: rgb(245, 240, 233);
}
.address-item p {
  color: rgb(0, 0, 0);
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: left;
}
.address-item__bottom {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: -10px;
}
.address-item__delete {
  cursor: pointer;
}
.address-item__delete img {
  display: block;
}
.address-item__edit {
  cursor: pointer;
  margin-left: 15px;
  display: block;
}
.address-item__edit img {
  display: block;
}

.btn-modal {
  width: 100%;
  height: 60px;
}

.modal p {
  font-size: 16px;
  line-height: 100%;
  margin-bottom: 20px;
}
.modal p:last-child {
  margin-bottom: 0;
}
.modal p.center {
  text-align: center;
}
.modal textarea {
  border: 1px solid rgb(197, 197, 197);
  background: rgb(255, 255, 255);
  padding: 10px 20px;
  min-height: 100px;
  resize: vertical;
  color: rgb(96, 96, 96);
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: left;
  width: 100%;
  margin-bottom: 10px;
}
.modal textarea.textarea-lg {
  min-height: 180px;
}
.modal textarea::-moz-placeholder {
  color: rgba(96, 96, 96, 0.8);
}
.modal textarea::placeholder {
  color: rgba(96, 96, 96, 0.8);
}

.fancybox-bg {
  background: rgba(174, 139, 114, 0.5);
  opacity: 1;
}

.modal-time-selection {
  margin-bottom: 20px;
  max-height: 310px;
  overflow-y: auto;
}

.modal-time-item {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 15px;
  height: 35px;
  border: 1px solid rgb(174, 174, 174);
  background: rgb(255, 255, 255);
  margin-bottom: 4px;
  transition: 0.5s;
  font-size: 12px;
  cursor: pointer;
}
.modal-time-item:before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  right: 5px;
  top: 2.5px;
}
.modal-time-item.active {
  border-color: rgb(245, 240, 233);
  background: rgb(245, 240, 233);
}
.modal-time-item.active:before {
  background: url(../images/switch-icon-active.svg) 50% 50% no-repeat;
}

.map-block {
  padding-top: 50px;
}
@media (max-width: 992px) {
  .map-block {
    padding-top: 0;
  }
}

.map-block__content {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .map-block__content {
    flex-direction: column;
  }
}

.address-form {
  width: 350px;
  padding: 30px 20px;
  background: #fff;
}
@media (max-width: 992px) {
  .address-form {
    width: 100%;
    margin-bottom: 10px;
  }
}
.address-form__title {
  display: block;
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .address-form__title {
    font-size: 18px;
  }
}

.map {
  width: calc(100% - 360px);
}
@media (max-width: 992px) {
  .map {
    width: 100%;
  }
}
.map #map {
  width: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  .map #map {
    margin-bottom: 10px;
    height: 600px;
  }
}
@media (max-width: 767px) {
  .map #map {
    height: 400px;
  }
}

@media (max-width: 992px) {
  .map {
    padding: 30px 16px;
    background: #fff;
  }
}
.map__title {
  display: none;
}
@media (max-width: 992px) {
  .map__title {
    display: block;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.map__btn {
  display: none;
}
@media (max-width: 992px) {
  .map__btn {
    display: block;
  }
}

.address-form button {
  margin-top: 20px;
}

.form-group {
  margin-bottom: 10px;
}
.form-group input {
  border: 1px solid rgb(197, 197, 197);
  background: rgb(255, 255, 255);
  padding: 0px 20px;
  min-height: 42px;
  resize: vertical;
  color: rgb(96, 96, 96);
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: left;
  width: 100%;
}
.form-group input::-moz-placeholder {
  color: rgba(96, 96, 96, 0.8);
}
.form-group input::placeholder {
  color: rgba(96, 96, 96, 0.8);
}
.form-group textarea {
  border: 1px solid rgb(197, 197, 197);
  background: rgb(255, 255, 255);
  padding: 10px 20px;
  min-height: 85px;
  resize: vertical;
  color: rgb(96, 96, 96);
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: left;
  width: 100%;
}
.form-group textarea::-moz-placeholder {
  color: rgba(96, 96, 96, 0.8);
}
.form-group textarea::placeholder {
  color: rgba(96, 96, 96, 0.8);
}

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

.form-col {
  width: calc(50% - 5px);
}

.form-title {
  display: block;
  text-align: center;
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  padding-top: 20px;
}
.form-title .icon {
  margin-right: 15px;
}
.form-title .icon img {
  display: block;
}
.details-block {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .details-block {
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .details-block__contacts {
    width: 100%;
    margin-bottom: 40px;
  }
}
.details-block__contacts ul {
  margin-bottom: 30px;
}
.details-block__contacts ul li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 24px;
  color: #000;
}
@media (max-width: 992px) {
  .details-block__contacts ul li {
    font-size: 16px;
  }
}
.details-block__contacts ul li .icon {
  margin-right: 10px;
}
.details-block__contacts ul li .icon img {
  display: block;
}
.details-block__contacts ul li a {
  font-size: 24px;
  color: #000;
  border-bottom: 1px solid transparent;
  transition: 0.5s;
}
@media (max-width: 992px) {
  .details-block__contacts ul li a {
    font-size: 16px;
  }
}
.details-block__contacts ul li a:hover {
  border-color: #000;
}

.details-social {
  display: flex;
}
.details-social a {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  font-size: 10px;
  color: #000;
  margin-right: 20px;
}
.details-social a span.icon {
  margin-bottom: 5px;
  display: flex;
  align-items: flex-end;
  height: 40px;
}
.details-social a span.icon img {
  display: block;
}

.details {
  width: 500px;
}
@media (max-width: 992px) {
  .details {
    width: 100%;
  }
}
.details p {
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .details p {
    font-size: 14px;
    line-height: 20px;
  }
}
.details__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  width: 100%;
}
@media (max-width: 992px) {
  .details__top {
    margin-bottom: 20px;
  }
}
.details__title {
  font-size: 24px;
  color: #000;
  font-weight: bold;
}
@media (max-width: 992px) {
  .details__title {
    font-size: 16px;
  }
}
.details__copy {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  color: #000;
}
.details__copy .icon {
  display: block;
  margin-left: 10px;
}
.details__copy .icon img {
  display: block;
}

.details__copy.active .details__copy-text {
  display: none;
}
.details__copy.active .details__copy-copied {
  display: block;
}
.details__copy-copied {
  display: none;
}

.error-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .error-page {
    padding-top: 100px;
  }
}
.error-page__title {
  font-size: 24px;
  color: #000;
  font-weight: bold;
  display: block;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .error-page__title {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .error-page__title span {
    display: block;
  }
}
.politics__title {
  font-size: 14px;
  font-family: "JetBrains Mono", monospace;
  display: block;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: 500;
}
.politics p {
  font-size: 16px;
  line-height: 22px;
}
@media (max-width: 767px) {
  .politics p {
    font-size: 14px;
    line-height: 20px;
  }
}

.user-order-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .user-order-info {
    justify-content: space-between;
  }
}
.user-order-info__name {
  color: rgb(0, 0, 0);
  display: block;
  font-size: 22px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: left;
  margin-right: 25px;
}
@media (max-width: 767px) {
  .user-order-info__name {
    margin-right: 0;
    width: 100%;
    margin-bottom: 10px;
  }
}
.user-order-info__phone {
  color: rgb(0, 0, 0);
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -1%;
  text-align: left;
  margin-right: 25px;
}
@media (max-width: 767px) {
  .user-order-info__phone {
    margin-right: 0;
    font-size: 14px;
    color: rgb(96, 96, 96);
  }
}
.user-order-info__date {
  color: rgb(0, 0, 0);
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -1%;
  text-align: left;
  margin-right: 25px;
}
@media (max-width: 767px) {
  .user-order-info__date {
    margin-right: 0;
    font-size: 14px;
    color: rgb(96, 96, 96);
  }
}
.user-order-info__edit a {
  color: rgb(96, 96, 96);
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -1%;
  text-align: left;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .user-order-info__edit a {
    text-indent: -9999px;
  }
}
.user-order-info__edit a:hover {
  color: #000;
}
.user-order-info__edit a:hover .icon img {
  opacity: 1;
}
.user-order-info__edit a .icon {
  margin-left: 10px;
}
.user-order-info__edit a .icon img {
  display: block;
  width: 14px;
  height: 14px;
  opacity: 0.7;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .user-order-info__edit a .icon img {
    width: 18px;
    height: 18px;
  }
}

.order-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .order-group {
    flex-direction: column;
    align-items: flex-start;
  }
}
.order-group__name {
  color: rgb(0, 0, 0);
  font-size: 22px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .order-group__name {
    margin-bottom: 10px;
  }
}
.order-group__name .icon {
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  margin-right: 10px;
  transition: 0.5s;
  background: #fff;
  background: rgb(174, 139, 114);
}
.order-group__name .icon svg {
  width: 100%;
  height: 100%;
  color: #fff;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .order-group__links {
    width: 100%;
  }
}
.order-group__links ul {
  display: flex;
  flex-wrap: wrap;
}
.order-group__links ul li {
  margin-left: 50px;
}
@media (max-width: 767px) {
  .order-group__links ul li {
    margin-left: 0;
    width: 100%;
  }
}
.order-group__links ul li a {
  color: rgb(0, 0, 0);
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0%;
  position: relative;
}
.order-group__links ul li a:before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  right: 0;
  top: calc(50% - 9px);
  background: url(../images/checkout-arrow.svg) 50% 50% no-repeat;
  display: none;
}
@media (max-width: 767px) {
  .order-group__links ul li a:before {
    display: block;
  }
}
@media (max-width: 767px) {
  .order-group__links ul li a {
    padding: 10px 0;
    display: block;
    position: relative;
    width: 100%;
  }
}
.order-group__links ul li a:hover {
  text-decoration: underline;
}

.my-orders {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.my-orders:before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  right: 0;
  top: calc(50% - 9px);
  background: url(../images/checkout-arrow.svg) 50% 50% no-repeat;
  display: none;
}
@media (max-width: 767px) {
  .my-orders:before {
    display: block;
  }
}
.my-orders__total {
  color: rgb(0, 0, 0);
  font-size: 22px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  display: block;
}
@media (max-width: 767px) {
  .my-orders__total {
    display: flex;
    align-items: center;
    font-size: 18px;
  }
}
.my-orders__total span {
  display: block;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .my-orders__total span {
    margin-bottom: 0;
    margin-right: 10px;
  }
}
.my-orders__right {
  display: flex;
}
@media (max-width: 767px) {
  .my-orders__right {
    display: none;
  }
}
.my-orders__item {
  margin-left: 50px;
  color: rgb(0, 0, 0);
  font-size: 22px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}
.my-orders__item span {
  color: rgb(0, 0, 0);
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  display: block;
  margin-bottom: 16px;
}

.orders-groups {
  padding: 30px 20px 10px 20px;
  background: rgb(221, 215, 206);
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .orders-groups {
    padding: 20px 20px 0 20px;
    margin-bottom: 10px;
    justify-content: space-around;
  }
}

.order-group-item {
  margin-right: 20px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .order-group-item {
    margin: 0 10px 20px 10px;
  }
}
.order-group-item.active .order-group-item__icon, .order-group-item:hover .order-group-item__icon {
  background: rgb(174, 139, 114);
}
.order-group-item.active .order-group-item__icon svg, .order-group-item:hover .order-group-item__icon svg {
  color: #fff;
}
.order-group-item__icon {
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-bottom: 10px;
  transition: 0.5s;
  background: #fff;
}
.order-group-item__icon .icon {
  width: 100%;
  height: 100%;
  color: rgb(221, 214, 206);
  transition: 0.5s;
}
.order-group-item__text {
  display: block;
  font-size: 12px;
  color: #000;
  text-align: center;
  font-weight: 500;
}

.invite-link {
  display: flex;
  align-items: center;
  margin-bottom: 1dvh;
}
.invite-link a {
  color: rgb(0, 0, 0);
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: left;
}
.invite-link a:hover {
  text-decoration: underline;
}
.invite-link .icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  min-width: 36px;
}
.invite-link .icon img {
  display: block;
}

.invite-qr {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 30px;
}
.invite-qr__title {
  display: block;
  color: rgb(0, 0, 0);
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 20px;
  text-align: center;
}
.invite-qr__img img {
  display: block;
  width: 192px;
  height: 192px;
  -o-object-fit: contain;
     object-fit: contain;
}

.participant-items {
  max-height: 460px;
  overflow-y: auto;
}

.participant-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgb(234, 234, 234);
  padding: 20px;
  margin-bottom: 4px;
}
.participant-item__left {
  display: flex;
}
.participant-item__avatar {
  display: block;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  min-width: 22px;
}
.participant-item__avatar img {
  display: block;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.participant-item__name {
  color: rgb(96, 96, 96);
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: left;
}
.participant-item__name span {
  color: rgb(0, 0, 0);
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: left;
  display: block;
  margin-bottom: 5px;
}
.participant-item__phone a {
  color: rgb(96, 96, 96);
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: left;
}

.tabs {
  display: flex;
}
@media (max-width: 767px) {
  .tabs {
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding: 0 20px;
  }
}
.tabs li {
  margin-right: 10px;
  margin-bottom: 10px;
  width: 100px;
}
.tabs li:last-child {
  margin-right: 0;
}
.tabs li.main-tab {
  width: 190px;
}
@media (max-width: 767px) {
  .tabs li.main-tab {
    width: calc(50% - 5px);
  }
}
.tabs li.main-tab a {
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .tabs li {
    width: 75px;
  }
}
.tabs a {
  width: 100%;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #fff;
  transition: 0.5s;
  font-size: 22px;
  font-weight: 500;
  color: rgb(96, 96, 96);
}
@media (max-width: 767px) {
  .tabs a {
    font-size: 14px;
  }
}
.tabs a:hover, .tabs a.active {
  background: rgb(174, 139, 114);
  color: #fff;
}

.tabgroup {
  width: 100%;
}

.order-details {
  padding-top: 20px;
}
@media (max-width: 767px) {
  .order-details {
    padding-top: 10px;
  }
}
.order-details__title {
  display: block;
  color: rgb(0, 0, 0);
  font-size: 22px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 20px;
}

.order-item__main {
  padding: 10px 30px;
  background: #fff;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 80px;
}
@media (max-width: 767px) {
  .order-item__main {
    flex-wrap: wrap;
    padding: 10px;
  }
}
.order-item__main-right {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .order-item__main-right {
    justify-content: space-between;
    width: 100%;
  }
}
.order-item__main-right a {
  margin-left: 10px;
}
.order-item__status {
  width: 175px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(155, 255, 128);
  color: rgb(96, 96, 96);
  position: relative;
}
@media (max-width: 767px) {
  .order-item__status {
    width: auto;
    height: auto;
    font-size: 12px;
    font-weight: 500;
    color: rgb(96, 96, 96);
    padding: 0;
    background: transparent !important;
    margin-bottom: 10px;
    padding-left: 24px;
  }
}
.order-item__status .icon {
  display: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .order-item__status .icon {
    display: block;
  }
}
.order-item__status-cancel {
  width: 175px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid rgb(96, 96, 96);
  color: rgb(96, 96, 96);
  position: relative;
}
@media (max-width: 767px) {
  .order-item__status-cancel {
    width: auto;
    height: auto;
    font-size: 12px;
    font-weight: 500;
    color: rgb(96, 96, 96);
    padding: 0;
    background: transparent;
    margin-bottom: 10px;
    padding-left: 24px;
    border: 0;
  }
}
.order-item__status-cancel .icon {
  display: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(96, 96, 96);
}
@media (max-width: 767px) {
  .order-item__status-cancel .icon {
    display: block;
  }
}
.order-item__content-left {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .order-item__content-left {
    background: rgb(221, 214, 206);
    padding: 10px;
    width: 100%;
    margin: -15px -10px 0 -10px;
    width: calc(100% + 20px);
  }
}
.order-item__content {
  position: relative;
  z-index: 9;
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  height: 100%;
  flex-wrap: wrap;
  cursor: pointer;
  min-height: 60px;
}
@media (max-width: 767px) {
  .order-item__content {
    justify-content: space-between;
  }
}
.order-item__number {
  font-size: 12px;
  margin-right: 20px;
}
.order-item__date {
  position: relative;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid rgb(234, 234, 234);
  min-height: 60px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .order-item__date {
    border: 0;
    min-height: 1px;
    font-size: 12px;
  }
}
.order-item__quantity {
  margin-right: 30px;
}
@media (max-width: 767px) {
  .order-item__quantity {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .order-item__cost {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
.order-item__repeat {
  width: 175px;
  height: 45px;
}
@media (max-width: 767px) {
  .order-item__repeat {
    width: auto;
    height: auto;
    font-size: 12px;
    font-weight: 500;
    color: rgb(96, 96, 96);
    padding: 0;
    background: transparent;
    margin-bottom: 10px;
  }
  .order-item__repeat:hover {
    background: transparent;
    color: brgba(96, 96, 96, 1);
  }
}
.order-item-dropdown {
  background: #fff;
  padding: 0px 20px;
  width: calc(100% - 30px);
  margin-left: 30px;
  max-height: 1px;
  overflow: hidden;
  opacity: 0;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .order-item-dropdown {
    margin-left: 10px;
    width: calc(100% - 10px);
  }
}
.order-item-dropdown.open {
  overflow: visible;
  max-height: 1000px;
  opacity: 1;
  padding: 30px 20px;
  margin-bottom: 6px;
}
.order-item-dropdown .ordered-goods {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .order-item-dropdown .ordered-goods__item {
    width: 50px;
    height: 50px;
  }
}
.order-item-dropdown__title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
  display: block;
}
@media (max-width: 767px) {
  .order-item-dropdown__title {
    font-size: 18px;
  }
}
.order-item-dropdown__text {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .order-item-dropdown__text {
    font-size: 14px;
  }
}
.order-item-dropdown__text:last-child {
  margin-bottom: 0;
}

.order-item__main-btns {
  display: flex;
}
@media (max-width: 767px) {
  .order-item__main-btns {
    order: 2;
  }
}
.order-item__main-btns a {
  margin-right: 30px;
}
@media (max-width: 767px) {
  .order-item__main-btns a {
    margin-right: 0;
    margin-left: 20px;
  }
}

.form-group {
  position: relative;
}

.adres-dropdown {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  width: 100%;
  border: 1px solid #C5C5C5;
  background: #fff;
  z-index: 12;
  max-height: 330px;
  overflow-y: auto;
}
.adres-dropdown ul li {
  font-size: 16px;
  padding: 10px 20px;
  cursor: pointer;
}
.adres-dropdown ul li.active {
  background: rgb(174, 139, 114);
  color: #fff;
}

.date-block {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.date-block .date-item {
  margin: 0 4px 4px 0;
  width: 78px;
}

.checkout-block__no-deliveries {
  display: flex;
  justify-content: center;
}
.checkout-block__no-deliveries .delivery-edit-btn {
  width: 100%;
  margin: 0;
}

.back-desktop {
  position: relative;
  z-index: 12;
}

.keyboard {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: none;
  justify-content: space-between;
  flex-wrap: wrap;
  background: rgb(227, 227, 227);
  padding: 10px 5px 5px 5px;
  z-index: 99;
  transition: 0.5s;
  transform: translateY(300px);
}
@media (max-width: 767px) {
  .keyboard {
    display: flex;
  }
}
.keyboard.open {
  transform: translateY(0px);
}

.keyboard-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
  width: calc(25% - 4px);
  height: 52px;
  background: #fff;
  border-radius: 4px;
  font-size: 22px;
  font-weight: bold;
}
.keyboard-btn span {
  font-size: 12px;
  font-weight: 500;
}
.keyboard-btn img {
  display: block;
}

.order-info {
  padding: 20px;
  background: #fff;
  font-size: 15px;
}
@media (max-width: 767px) {
  .order-info {
    display: flex;
    padding: 20px 10px;
  }
}
.order-info .icon {
  display: block;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .order-info .icon {
    display: none;
  }
}
.order-info .icon img {
  display: block;
}
.order-info .icon-mobile {
  display: none;
}
@media (max-width: 767px) {
  .order-info .icon-mobile {
    display: block;
    width: 21px;
    margin-right: 12px;
  }
}
.order-info .icon-mobile img {
  display: block;
}/*# sourceMappingURL=styles.css.map */