* {
    box-sizing: border-box;
}
body {
  flex-direction: column;
  width: 100%;
  min-height: 100%;
  font-family: "Helvetica", sans-serif;
  display: flex;
}

* {-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}

.wrap-container {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  width: auto;
}
       
#msOrder {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

#content {
    margin: 0 0 55px;
}

#content h1, h2 {
    color: #3A5BFF;
    font-weight: 700;
    margin: 0 0 30px;
}

#content p {
    margin: 0;
}

.text-block {
    border: 2px solid #3A5BFF;
    border-radius: 40px;
    padding: 20px;
    text-align: center;
    margin: 0 0 34px;
}

@media (max-width: 450px) {
    .wrap-container {
      padding: 0 16px;
    }
    
    .category .product-name {
        font-size: 14px;
    }
      
    .products-card__name {
        font-size: 14px;
    }
}

.review {
  width: 33%
}

.tocart {
position: fixed;
top: 20px;
right: 70px;
background: rgba(58, 91, 255, 0.85); /* Полупрозрачный фирменный цвет */
backdrop-filter: blur(8px); /* Эффект размытия фона за окном */
-webkit-backdrop-filter: blur(8px);
color: #ffffff;
padding: 8px 16px;
border-radius: 20px;
font-size: 13px;
font-weight: 400;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
z-index: 20000;
display: none;
border: 1px solid rgba(255, 255, 255, 0.2);
letter-spacing: 0.3px;
}


.remove button {
  background: 0 0;
  border: 0;
  cursor: pointer;
  text-decoration: underline;
  color: #ff2e53;
  font-size: 14px;
  margin: 10px 0;
  padding: 0
}

.option_cost {
  display: none;
  margin: 0px 0 10px 0;
  font-size: 20px;
  color: #f9385a;
}

#msOrder {
  display: none;
  width: 555px;
  /*margin: auto;*/
}

.product-newcard {
  display: flex
}

.product-newcard h1 {
  margin: 0
}

.product-newcard-gallery {
  width: 55%;
  opacity: 0;
  animation: ani 0.7s forwards;
  padding: 10px;
  position: relative;
}

@keyframes ani {
  0% {
    opacity: 0;
  }

  70% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.product-newabout {
  padding: 20px;
  width: 45%;
}

.product-newabout h2 {
  margin: 4px 0
}

.product-action-new {
  display: flex;
  margin: 12px 0;
  height: 36px;
  align-items: center;
  gap: 10px;
}

.product-action-new button {
  width: 100%;
  margin: 0;
  border: 0;
  background: #f9385a;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  border-radius: 48px;
  padding: 12px;
}

.product-newabout__price {
    display: block;
    margin: 16px 0 6px;
    font-size: 24px;
}

/*.bs-modal-close:hover,*/
.product-action-new button:hover {
  background: #ff2f53
}

.form-group.row.align-items-center {
    margin-bottom: 20px;
}

.product-card-dop {
  /*width: 28vw;
  padding: 10px;*/
  display: none;
}

/*div#msGallery {
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}*/


.add_to_order {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 4px 0
}

.add_to_order button {
  border: 0;
  padding: 12px;
  cursor: pointer;
  background: #e9e9e9
}

.ingredients {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 15px;
  gap: 13px;
}

  
  .product-newabout__head-ingredients {
    font-size: 20px;
    display: block;
    margin: 0 0 13px;
    font-weight: 700;
  }
  
.ingredients__item {
  margin: 0;
  width: calc(100% / 3 - 9px);
}

div#msGallery {
    position: fixed;
    left: 10px;
    top: 50%;
    border-radius: 48px;
    overflow: hidden;
    transform: translateY(-50%);
    width: 50%;
}

.ingredients__input {
  display: none
}

.ingredients__input:checked+.ingredients__label {
  border-color: #e44647;
  box-shadow: none
}

.ingredients__input:checked+.ingredients__label .ingredients__check {
  opacity: 1
}

.ingredients__label {
  justify-content: space-between;
  height: 88%;
  min-width: 100px;
  max-width: 100%;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, .2);
  overflow: hidden;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  border: 2px solid #fff;
  cursor: pointer;
  transition: .5s ease;
  position: relative
}

.ingredients__col,
.ingredients__label {
  display: flex;
  flex-direction: column;
  height: 100%;
  flex-grow: 1;
}

.ingredients__picture {
  margin: 0 0 5px
}

.ingredients__picture img,
.sidebar-anchor:hover:before {
  width: 100%
}

.ingredients__picture img {
    object-fit: cover;
}

.ingredients__title {
  font-size: 13px;
  margin: 0 0 2px
}

.ingredients__price {
  margin: 0;
  font-size: 15px
}

.ingredients__check {
  min-width: 25px;
  max-width: 25px;
  height: 25px;
  background: #fff;
  border: 2px solid #e44647;
  border-radius: 50%;
  position: absolute;
  right: 10px;
  top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: .5s ease
}

.ingredients__check:after {
  content: "";
  width: 10px;
  height: 5px;
  border-left: 2px solid #e44647;
  border-bottom: 2px solid #e44647;
  transform: rotate(-45deg);
  position: absolute;
  top: calc(50% - 3px)
}

.modal-middle span:hover {
  background-color: rgba(0, 0, 0, .25)
}

.modal-middle span:focus+input {
  display: none
}

.blog_item {
  width: 46%;
  padding: 10px;
}

.blog_item a {
  color: #ff2e53;
}

@media (max-width:1100px) {
    div#msGallery {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        width: 100%;
        border-radius: 18px;
    }
}
@media (max-width:768px) {

  .modal-down,
  .modal-middle,
  .modal-top {
    font-size: 3.2vw;
    margin: 2.4vw 4.8vw 4.8vw
  }

  .modal-middle input,
  .modal-middle span {
    border-radius: 2.4vw;
    border: .16vw solid gray
  }

  .modal-middle input {
    font-size: 3.2vw;
    padding: 1.6vw 8vw 1.6vw 1.6vw
  }

  .modal-middle span {
    padding: 1.6vw
  }
}

.product-card-img {
  width: 100%;
  display: block;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 2.5vw;
  margin-bottom: .5vw;
  margin-top: 1.5vw
}

/*.bs-modal-close {
  width: 100%;
  border: 0;
  text-align: center;
  background: #f5f5f5;
  font-size: 20px;
  line-height: 34px;
  cursor: pointer;
  border-radius: 20px 20px 0 0
}*/

.bs-modal-close {
  width: 40px;
  position: fixed;
  background: none;
  cursor: pointer;
  right: 40px;
  top: 30px;
  border: none;
  padding: 0;
}

.bs-modal-close.quickview {
    width: 40px;
}

.bs-modal-close.quickview svg {
    fill: #ffffff;
}
.modal-content {
        border-radius: 50px;
        overflow: auto;
        height: 100%;
    }
    
.sp-002 {
  padding-bottom: 2vw
}

.categories {
    display: flex;
    flex-direction: row;
    width: 96.5vw;
    justify-content: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 42px 43px;
    /*padding-top: 100px;*/
    margin: 0 auto;
}

.categories .products-card {
    /*padding: 7px 5px 10px;
    border: none;*/
}

.products-card a {
    text-decoration: none;
    color: #000000;
    height: 100%;
}

.categories .products-card__img {
    margin-bottom: auto;
}

.categories .products-card__name {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    padding: 0 5px;
}


.categories-main-desktop {
  width: 100%;
  /*margin: 2% auto;*/
}

.categories-main-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  gap: 35px;
  align-items: start;
  flex-wrap: wrap;
  margin: 0 auto;
  /*padding: 100px 0 0;*/
}

.categories .categories-main-wrapper {
    padding: 2vw 0 0;
    justify-content: flex-start;
    align-items: stretch;
}

/*.categories-main-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: start;
    gap: 33px;
    align-items: center;
    margin: 0 auto;
}*/
@media only screen and (max-width: 450px) {

  .categories,
  .categories-main-desktop {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: stretch;
    flex-wrap: wrap
  }
  .price_theme {
      padding: 5px 10px;
      display: block;
  }

}

.upper-row {
  width: 88.5vw;
  display: flex;
  justify-content: flex-start
}

.lower-row,
.upper-row {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start
}

.upper-row {
  margin-bottom: 1.5vw
}

.category {
  text-align: center;
  border-radius: 3vw;
  padding: .5vw;
  border-radius: 73px;
  /*box-shadow: 0 0 1vw .1vw rgba(0, 0, 0, .1);*/
  box-sizing: border-box;
}


.category span {
  /*font-size: 1.25vw*/
}

.span-1,
.span-2,
.span-3,
.span-4,
.span-5 {
  display: block;
  overflow: hidden;

}

.span-1 {

  font-weight: 700
}

.span-2 {
  color: gray
}

.span-2,
.span-3 {
  font-size: 1vw
}

.span-4,
.span-5 {
  font-size: 1.5vw;
  font-weight: 700
}

.span-5 {
  font-size: 1vw;
  background-color: #e6e6e6;
  padding: .8vw;
  border-radius: .6vw
}

.span-5:hover {
  background-color: gray;
  cursor: pointer
}

.lower-product,
.span-1,
.span-2,
.span-3 {

  margin-left: 1vw
}
.categories .product-card {
  text-align: center;
  /*border-radius: 3vw;
  padding: 24px;*/
  width: 345px;
  border-radius: 73px;
  /*border: 1px solid #000000;*/
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  height: 450px;
}

.product-card__link {
  text-decoration: none;
  color: #000;
  margin: 0;
}

.product-card__img {
  transition: box-shadow 1s ease;
  display: block;
  margin: 0;
  width: 100%;
  object-fit: cover;
  border-radius: 2.5vw;
}

.product-card__img-main {

}

.product-card__name {
  margin: 0 auto;
  display: block;
  font-size: 30px;
  font-weight: 700;
  display: block;
  overflow: hidden;
}

@media (max-width: 1200px){
    .product-card__name {
      font-size: 24px;
    }
}

@media (max-width: 900px){
    .product-card__name {
      font-size: 20px;
    }
}

@media (max-width: 786px){
    .product-card__name {
      font-size: 18px;
    }
}

@media (max-width: 500px){
    .product-card__name {
      font-size: 14px;
    }
}


.filter__items {
  border: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
}

.filter {
  position: relative;
  padding-top: 37px;
  padding-bottom: 1vw
}

.filter span {
  border-radius: .6vw
}

.filter__label {
  background: #3A5BFF;
  padding: 5px 25px;
  border-radius: 40px;
  cursor: pointer;
  color:  #FFFFFF;
  font-size: 24px;
}

.filter__checkbox:checked+.filter__label {
  font-weight: 700;
  background: #ccc
}

.filter__item input {
  display: none
}

.number-count {
  user-select: none;
  position: relative;
  text-align: left;
  padding: 0;
  /*border: 1px solid #ddd;*/
  display: inline-block;
}

.number-text::-webkit-outer-spin-button,
.number-text::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

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

.number-minus,
.number-plus {
    border: 1px solid #FF3A44;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: end;
    color: #FF3A44;
    position: absolute;
    top: 0;
    font-size: 24px;
    text-decoration: none;
}

.number-minus {
  left: 0;
}

.number-plus {
  right: 0;
}

.number-minus:hover,
.number-plus:hover {
  background: #fffcfb
}

.number-minus:active,
.number-plus:active {
  background: #e8e4e2
}

.number-text {
  display: inline-block;
  font-size: 20px;
  color: #000;
  line-height: 28px;
  height: 28px;
  padding: 0;
  margin: 0;
  background: #fff;
  outline: 0;
  border: 0;
  width: 100px;
  text-align: center;
}

#msOrder .input-parent {
  display: flex;
  flex-direction: column;
  margin: 10px;
  justify-content: flex-start;
  align-items: baseline;
  width: calc(100% - 10px);
}

#msOrder .input-parent label {
  font-size: 20px;
  width: 50%;
  margin-right: 10px
}

#msOrder .input-parent input {
  font-size: 20px;
  border: 0;
  border-radius: 10px;
  background: #f3f3f3;
  padding: 20px
}

#msOrder .input-parent input:focus-visible {
  border: 0;
  box-shadow: 0 0 11px 2px #ccc;
  background: #f7f7f7;
  outline: -webkit-focus-ring-color auto 0
}

#msOrder .input-parent input[type=radio] {
  width: 40px;
  height: 40%
}

#msOrder button {
  display: block;
  color: #fff;
  background: #ff2f53;
  cursor: pointer;
  width: 100%;
  font-size: 2em;
  border-radius: 50px;
  border: 0;
  margin: 25px 4px;
  padding: 10px;
}



#msOrder button:hover {
    /*
  background: #ff2f53;
  box-shadow: 0 0 20px 3px #ff2f53
  */
}



#msOrder .input-parent textarea {
  resize: vertical;
  border-radius: 20px;
  width: 100%;
  padding: 14px;
  height: 100px;
  border: 0;
  background: #ffffff;
}



.ms2_form__inner {
padding: 28px;
background-color: #F4F4F4;
border-radius: 25px;
display: flex;
flex-direction: column;
gap: 10px;
}

.input-group {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 10px;
max-width: 100%;
justify-items: center;
margin: 0;
}

#msOrder h2 {
  font-size: 15px;
  margin-bottom: 0;
}

#msOrder .input-parent {
margin: 0;
}
  
  .cu_terminal {
      margin-top: 10px;
  }
  
#msOrder .cu_terminal .col-form-label {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 10px;
    }

#msOrder .user-info .form-group {
flex-direction: row;
width: 100%;
}

#msOrder .input-parent label {
font-size: 20px;
font-weight: 700;
margin: 0 0 10px;
}

#msOrder .input-group .input-parent input {
    width: 100%;
}

#msOrder .input-parent input {
font-size: 20px;
border-radius: 20px;
background: #ffffff;
padding: 5px 10px;
height: 39px;
width: 240px;
text-align: center;
}

.input-parent__list {
display: flex;
flex-direction: column;
gap: 10px;
}

#msOrder .input-parent input[type=radio] {
width: auto;
}

.input-group__addres {
    display: grid;
    align-items: center;
    grid-template-columns: 40% 60%;
    gap: 10px;
    width: calc(100% - 10px);
}

#msOrder .input-group__addres .input-parent, #msOrder .input-parent__street {
    width: calc(100% - 10px);
}

#msOrder .input-parent__street .input-parent input {
    width: 100%;
}




.product {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start
}

.lower-product {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto
}

.category a,
.modal-middle-text-2 a {
  text-decoration: none;
  color: #000
}

.quickview-buttons {
  position: absolute;
  top: 0
}

.cart-continue {
  font-size: 1.5vw;
  display: inline-block;
  margin-top: 3vw;
  margin-bottom: 3vw;
  padding: 1vw 3vw;
  background-color: #f9385a;
  color: #fff;
  text-decoration: none;
  border-radius: 60px;
  font-weight: 700;
}

.cart-continue:hover {
  background-color: #ff2f53
}




main {
  padding-top: 9vw;
  flex-grow: 1;
  padding-bottom: 3vw;
}

@media (max-width:1500px) {
  .categories-main-wrapper {
      gap: 30px;
  }
}

@media (max-width:1200px) {
  .categories-main-wrapper {
      justify-content: space-evenly;
  }
}

@media (max-width:1400px) {
  main {
    padding-top: 130px
  }
}

/*@media (max-width:900px) {
    .categories-main-wrapper {
        grid-template-columns: repeat(2, 1fr);
        justify-content: space-around;
    }
    
}*/

@media (max-width:800px) {
  .products-card, .product {
    text-align: center;
    border-radius: 3vw;
    padding: 6px;
    width: 49%;
  }
  
      main {
      padding-top: 9vw;
      flex: 1;
    }
  
  .categories-main-wrapper {
      gap: 0;
  }
}
@media (max-width:768px) {
  .product-action-new {
    /*flex-direction: column;*/
  }

  .number-text {
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #000;
    line-height: 24px;
    height: 24px;
    padding: 0;
    margin: auto;
    background: #fff;
    outline: 0;
    border: 0;
    width: 100%;
    text-align: center;
  }

  .number-count {
    user-select: none;
    position: relative;
    text-align: left;
    padding: 0;
    width: 100%;
    /*border: 1px solid #ddd;*/
    display: inline-block;
    max-width: 72px;
  }
  
  .number-minus, .number-plus {
    border: 1px solid #FF3A44;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: end;
    color: #FF3A44;
    font-size: 20px;
    }

  .ingredients__item {
        /* margin: 0 10px 10px 0; */
        width: calc(100% / 4 - 10px);
    }
    
  .tocart {
    font-size: 16px;
  }

  .product-card-dop {
    width: 85vw;
    padding: 10px
  }

  .upper-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0
  }

  .product-card {
    width: 200px;
  }

  .product__img {
    display: block;
    margin: 0 auto;
    object-fit: cover;
    border-radius: 2.5vw;
    margin-bottom: .5vw;
    margin-top: 1.5vw
  }

  .product span {
    margin-bottom: 1.5vw
  }

  .span-1,
  .span-4 {}

  .span-2,
  .span-3,
  .span-5 {
    font-size: 2vw
  }

  .span-5 {
    font-weight: 700;
    background-color: #e6e6e6;
    padding: 1.5vw;
    border-radius: 1.5vw
  }

  .span-5:hover {
    background-color: gray;
    cursor: pointer
  }

  .span-6 {
    font-size: 1vw
  }

  .lower-product,
  .span-1,
  .span-2,
  .span-3 {

    margin-left: 3vw
  }

  .span-0 {
    font-size: 12px;
  }

  .span-01 {
    width: 90vw;
    /*left: 5.5vw;*/
    padding-top: 25px;
    margin-bottom: 10px
  }

  .sp-002 {
    padding-bottom: 2vw
  }

  .abc1 {
    height: 80vw;
    margin-top: 3.5vw;
    margin-bottom: 5vw
  }

  .product-a {
    width: 100%
  }

  .lower-row-2 {
    padding-bottom: 4vw;
    width: 88.5vw;
    padding-right: 0
  }

  .categories-main-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around
  }

  .category-mobile {
    width: 42.5vw;
    background-color: rgba(230, 230, 230, .5);
    border-radius: 6vw;
    margin-bottom: 1.5vw
  }

  .category-img-main {
    width: 39.5vw;
    border-radius: 5vw
  }

  .category-mobile a span {
    font-size: 3vw;
    font-weight: 700
  }

  #cart-container {
    width: 90vw
  }

  .cart-product img {
    width: 24vw;
    height: 18vw;
    border-radius: 2vw
  }

  .cart-product-name,
  .cart-product-price,
  .cart-total {
    font-size: 2.5vw
  }

  .cart-product-weight {
    font-size: 2vw
  }

  .cart-continue {
    font-size: 5vw;
    margin-top: 10vw;
    margin-bottom: 12.5vw;
    padding: 1vw 15vw;
    border-radius: 2vw
  }

  .edit-delivery-adress,
  .edit_profile {
    width: 81.1vw
  }

  .edit-profile-title,
  .profile-save-button {
    font-size: 5vw
  }

  .edit-profile-title {
    margin-left: 1.5vw;
    margin-top: 15vw;
    margin-bottom: 7.5vw
  }

  .edit-profile-input {
    font-size: 3.5vw;
    padding: 3vw;
    width: 75vw;
    margin-bottom: 5vw;
    border-radius: 2vw
  }

  .profile-save-button {
    padding: 2vw;
    margin-top: 15vw;
    margin-bottom: 25vw;
    width: 35vw;
    border-radius: 2vw
  }

  .edit-profile-input-small {
    font-size: 3vw;
    width: 34vw;
    margin-bottom: 4vw;
    border: .1vw solid #000;
    border-radius: 1vw;
    padding: 2vw
  }

  .comment {
    padding-bottom: 15vw;
    margin-top: 2vw
  }

  .order-history-title {
    margin-left: 10vw
  }
  .input-group__addres {
    display: flex;
    flex-direction: column;
    width: calc(100% - 10px);
}

  .contacts-title {
    margin-top: 2vw;
    margin-left: 6vw
  }
}

.nav-right.visible-xs .active .bar {
  background-color: #fff;
  -webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -ms-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease
}

nav {
  padding-top: 30px
}

.sidebar-anchor:before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000;
  -webkit-transition: all .7s ease-in-out;
  -moz-transition: all .7s ease-in-out;
  -ms-transition: all .7s ease-in-out;
  -o-transition: all .7s ease-in-out;
  transition: all .7s ease-in-out
}

@media (min-width:480px) {
  .nav-list {
    display: block
  }
}

@media (max-width:600px) {
  .product {
    width: 48%;
  }
}


@media (max-width:570px) {
  .ingredients__item {
        /* margin: 0 10px 10px 0; */
        width: calc(100% / 3 - 9px);
    }
}

@media (max-width:768px) {

  .product__link {
    margin: 10px 2px;
    width: 100%;
  }
  .product-card {
    width: 200px;
  }

  .review {
    width: 100%;
  }

  .remove button {
    font-size: 10px;
  }

  #msOrder {
    width: 95%;
    margin: auto;
  }

  #msOrder .input-parent {
    flex-direction: column;
    width: 100%;
  }
  
  .cu_terminal {
      margin-top: 10px;
  }
  
  #msOrder .cu_terminal .col-form-label {
      display: flex;
      flex-direction: row;
      align-items: center;
      gap: 10px;
  }
  
  #msOrder .input-parent__street .input-parent input {
    height: auto;
  }

  #msOrder .input-parent textarea {
    width: 100%;
  }

  .small {
    font-size: 10px;
  }
  
  .options {
    margin: 0;
  }

  .product span {
    display: block;
    font-size: 4vw;
  }

  .product-action-new button {
    width: 100%;
    /*margin: 11px 0;
    padding: 20px;*/
    font-size: 16px;
    border-radius: 48px;
    margin: 0 0 0 10px;
    padding: 5px 12px;
  }
  
  .bs-modal-close.quickview {
    right: 25px;
    top: 25px;
  }
  
  .bs-modal-close svg {
      fill: #000000;
    }

  .product-newcard {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-end;
  }

  .product-newcard-gallery {
    width: auto;
    padding-top: 55px;
  }

  .product-newabout {
    width: inherit;
  }

  .product-newabout h1 {
    font-size: 24px;
  }
  
  .product-newabout__price {
    display: block;
    margin: 16px 0 6px;
    font-size: 24px;
  }

  .product-about {
    padding: 20px;
  }

  .product-about h2 {
    margin: 4px 0;
  }

  .filter span {
    border-radius: .6vw;
  }

  .filter__label {
    /*background: #e6e6e6;
    padding: 10px;
    border-radius: 10px;
    cursor: pointer*/
  }

  .filter__checkbox:checked+.filter__label {
    font-weight: 700;
    background: #ccc
  }

  .filter__item input {
    display: none
  }

  .sidebar {
    display: block;
  }

  .nav-right {
    position: absolute
  }

  .hidden-xs {
    display: block
  }

  .visible-xs {
    display: none
  }
  
  .input-group {
    margin: 0;
  }
}
@media (max-width:550px) {
    .product-card {
      width: 154px;
    }
}

@media (max-width:400px) {
    .product-card {
      width: 140px;
    }
    .product-card-name {
      font-size: 14px;
    }
    
    #msOrder {
      margin-top: 0;
    }
  
  .ms2_form__inner {
    padding: 28px;
    background-color: #F4F4F4;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  
  #msOrder .cu_terminal .col-form-label {
      display: flex;
      flex-direction: row;
      align-items: center;
      font-size: 13px;
      gap: 10px;
  }
  
  #msOrder h2 {
      font-size: 15px;
      margin-bottom: 0;
  }
  
  #msOrder .user-info .form-group {
    flex-direction: column;
    width: 100%;
  }
  
  #msOrder .input-parent, #msOrder .input-parent input {
    margin: 0;
    width: 100%;
  }
  
  #msOrder .input-parent label {
    font-size: 13px;
    font-weight: 700;
    margin: 0 0 10px;
  }
  
  #msOrder .input-group .input-parent input, #msOrder .user-info .input-parent input, #msOrder .input-parent input {
    font-size: 16px;
    border-radius: 20px;
    background: #ffffff;
    padding: 5px 5px;
    width: 100%;
  }
  
  .input-group__addres {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  #msOrder .input-group__addres .input-parent, #msOrder .input-parent__street {
    width: 100%;
  }

  #msOrder .input-parent__street .input-parent input {
    width: 100%;
    padding: 5px 5px;
    font-size: 16px;
  }
  
  .input-parent__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  
  #msOrder .input-parent input[type=radio] {
    width: auto;
  }
  
  #msOrder .input-parent textarea {
    width: 100%;
  }
  #msOrder button {
    font-size: 20px;
    font-weight: 700;
  }
}
.param {
  font-weight: 400;
  font-size: 1.25vw;
  width: 17vw;
  display: flex;
  margin-left: 1vw;
  margin-bottom: 1vw;
  border-radius: 1vw;
  background-color: #f2f2f2
}

.param div {
  width: 50%;
  text-align: center
}

.param-1,
.param-2 {
  padding-top: 1vw;
  padding-bottom: 1vw
}

.param-1 {
  background-color: #e6e6e6;
  border-radius: 1vw
}

.product-000 {
  margin-top: auto
}

@media (max-width:768px) {
  .param {
    font-size: 2.5vw;
    width: 34vw;
    margin-left: 3vw;
    margin-bottom: 2vw;
    border-radius: 2vw
  }

  .param-1,
  .param-2 {
    padding-top: 2vw;
    padding-bottom: 2vw
  }

  .param-1 {
    border-radius: 2vw
  }
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  backdrop-filter: blur(0);
  z-index: 1;
  transition: background-color .25s ease, backdrop-filter .25s ease
}

.modal-down,
.modal-middle,
.modal-top {
  font-size: 2vw;
  margin: 1.5vw 3vw 3vw
}

.modal-middle,
.modal-top {
  display: flex;
  justify-content: space-between
}

.modal-top {
  font-weight: 700
}

.modal-down {
  text-align: left;
  display: block
}

.modal-middle input,
.modal-middle span {
  border-radius: 1.5vw;
  border: .1vw solid gray
}

.modal-middle input {
  font-size: 2vw;
  padding: 1vw 5vw 1vw 1vw
}

.modal-middle span {
  background-color: #e6e6e6;
  padding: 1vw;
  cursor: pointer
}

.modal-middle-text-2,
.modal-top-text-2 {
  display: none
}

@media (max-width:768px) {

  .modal-down,
  .modal-middle,
  .modal-top {
    font-size: 3.2vw;
    margin: 2.4vw 4.8vw 4.8vw
  }

  .modal-middle input,
  .modal-middle span {
    border-radius: 2.4vw;
    border: .16vw solid gray
  }

  .modal-middle input {
    font-size: 3.2vw;
    padding: 1.6vw 8vw 1.6vw 1.6vw
  }

  .modal-middle span {
    padding: 1.6vw
  }
}

.sp-002 {
  padding-bottom: .2em
}

.lower-row,
.product-row {
  width: 88.5vw;
  display: flex;
  justify-content: space-between
}

.product-row {
  margin-bottom: 1.5vw
}

.category-img {
  display: block;
  margin: 0 auto;
  width: 100%;
  object-fit: cover;
  border-radius: 73px;
  margin-bottom: .5vw;
}

.category-img-main {}

.category span {
  display: block;
}

.cart-1/* a,
.category:hover*/ {
  background-color: #e6e6e6;
}

.lower-banner {
  height: auto;
  padding-top: 2.5vw;
  padding-bottom: 57px;
  max-width: 1500px;
  margin: 0 auto;
}

.lower-banner-img {
  overflow: hidden;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2.5vw;
}

.abc1 {
  height: 19.5vw;
  margin-top: 3.5vw;
  margin-bottom: 5vw;
}

.product {
  width: 21vw;
  border-radius: 4vw;
  box-shadow: 0 0 1vw .1vw rgba(0, 0, 0, .1);
  box-sizing: border-box;
  padding: 1.25vw 1vw 1vw
}

.producterror {
  border: 0;
  box-shadow: none
}

.product-cart-button,
.product-compound,
.product-name,
.product-price,
.product-weight,
.span-6 {
  display: block;
  overflow: hidden;
  margin-bottom: .75vw
}

.product-name {
  font-size: 1.5vw;
  font-weight: 700
}

.product-weight {
  font-size: 1vw;
  color: gray
}

.product-compound {
  font-size: 1vw
}

.product-price {
  font-size: 1.4vw;
  font-weight: 700
}

.product-cart-button {
  font-weight: 700;
  background-color: #ff2f53;
  padding: .8vw
}

.product-cart-button:hover {
  cursor: pointer
}

.span-6 {
  font-size: 1vw
}

.product-compound,
.product-name,
.product-weight {
  margin-left: 1vw
}

.pre-order-product {
  width: 16vw;
  margin-top: 10px
}

.span-0 {
  color: #000;
  font-size: 20px;
}

span.span-0 {
    background: #3A5BFF;
    padding: 0 15px 2px;
    border-radius: 40px;
    cursor: pointer;
    color: #FFFFFF;
    display: flex;
    align-items: center;
}

.span-01 {
  width: 50vw;
  position: relative;
  /*left: 5.5vw;*/
  padding-top: 1vw;
  display: flex;
    gap: 5px;
    align-items: center;
    font-weight: 500;
    margin-bottom: 35px;
}

.filters {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 89%;
  margin: 0 auto 0 0
}

.filters div {
  position: relative;
  /*left: 5.5vw*/
}

.quick-filter span {
  margin: 13px 2px
}

.ingredients-row span,
.ingredients-save,
.ingredients-trigger {
  background-color: #e6e6e6;
  padding: .5vw 1vw;
  border-radius: .6vw;
  cursor: pointer
}

.ingredients-row span,
.ingredients-trigger {
  font-size: 1.25vw
}

.ingredients-trigger {
  margin-right: 1vw
}

.ingredients-row span {
  display: block;
  margin-bottom: 1vw
}

.ingredients-save {
  margin: 0 auto
}

.ingredients-title {
  font-size: 1.5vw;
  margin-bottom: 1vw;
  margin-top: 1vw;
  display: block
}

.lower-row-2 {
  padding-bottom: 4vw;
  width: 43.5vw;
  padding-right: 45vw
}

.ingredients-modal {
  display: none;
  position: fixed;
  width: 25vw;
  height: fit-content;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  z-index: 1;
  box-shadow: 0 0 1vw .1vw rgba(0, 0, 0, .5);
  border-radius: 4vw
}

.ingredients-save {
  font-size: 1.5vw;
  display: block;
  margin: 1vw 5vw;
  text-align: center
}

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

@media (max-width:768px) {
  .blog_item {
    width: 100%;
    padding: 10px;
  }

  .ingredients-modal {
    width: 50vw
  }

  .ingredients-save {
    font-size: 2.5vw;
    margin-left: 15vw;
    margin-right: 15vw;
    padding-top: 1vw;
    padding-bottom: 1vw;
    border-radius: 1.5vw
  }

  .ingredients-row span {
    margin-bottom: 2vw;
    font-size: 2.5vw;
    padding-top: 1.5vw;
    padding-bottom: 1.5vw;
    border-radius: 1.5vw
  }

  .ingredients-title {
    font-size: 2.5vw
  }
}

.cart-0,
.cart-1 {
  display: flex;
  justify-content: center
}

.cart-0 {
  font-size: 1.5vw;
  margin-top: 10vw
}

.cart-1 {
  font-size: 1.25vw;
  margin-top: 1vw;
  margin-bottom: 10vw
}

.cart-1 a {
  padding: 1.5vw;
  border-radius: 1.5vw
}

.pre-order-product {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.cart-1 a,
.product__link {
  text-decoration: none;
  color: #000
}

.product__link {
  margin: 10px 2px
}

#cart-container {
  width: 65vw;
  margin: 0 auto;
  margin-top: 2vw
}

.cart-product {
  display: flex;
  /*background-color: rgba(242, 242, 242, .75);*/
  padding: 10px 0;
  border-radius: 3vw;
  position: relative;
}

.cart-product:not(:last-child) {
  margin-bottom: 19px;
}

.cart-product,
.cart-product .cart-product-price {
  align-items: center
}

.cart-product-price {
    width: 120px;
    margin: 0 0 0 auto;
    text-align: right;
}

.cart-product img {
  width: 12vw;
  height: 9vw;
  margin-right: 11px;
  object-fit: cover;
  border-radius: 2vw
}

.cart-product-info {
  flex-grow: 1
}

.cart-product-name,
.cart-product-price {
  font-weight: 700;
  font-size: 1.5vw;
}

.cart-product-weight {
  font-size: 1.1vw;
  display: flex;
}

.remove {
    margin-left: 10px;
}

.cart-underline {
  height: .15vw;
  border: .15vw solid #ccc;
  margin: 15px 0;
  border-radius: 1vw
}

.cart-total {
  display: flex;
  justify-content: space-between;
  font-weight: 700;
  font-size: 1.5vw
}

.cart-total-info {
  flex-grow: 1;
  text-align: left
}

.cart-total-price {
  flex-grow: 1;
  text-align: right
}

.cart-continue-button {
  display: flex;
  align-items: center;
  justify-content: center
}

.account {
  margin: 0 auto;
  width: 30vw
}

.profile-action,
.profile-bonuses,
.profile-name {
  display: block;
  font-size: 1.5vw
}

.profile-name {
  font-weight: 700;
  margin-top: 5vw;
  margin-bottom: 2.5vw;
  margin-left: 2.5vw
}

.profile-bonuses {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30vw;
  height: 7.5vw;
  border-radius: 2vw;
  border: .1vw solid #000;
  margin-bottom: 5vw
}

.profile-action {
  text-decoration: none;
  margin-bottom: 2vw;
  color: #000;
  width: fit-content
}

.profile-action:last-child {
  margin-bottom: 15vw
}

@media (max-width:1150px) {

  .profile-action,
  .profile-bonuses,
  .profile-name {
    font-size: 20px
  }
}

@media (max-width:768px) {

  .profile-action,
  .profile-bonuses,
  .profile-name {
    display: block;
    margin-left: 15vw;
    font-size: 5vw
  }

  .profile-name {
    font-weight: 700;
    margin-top: 7.5vw;
    margin-bottom: 5vw;
    margin-left: 0;
    text-align: center
  }

  .profile-bonuses {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70vw;
    height: 15vw;
    border-radius: 3vw;
    margin: 0 auto
  }

  .profile-action {
    text-decoration: none;
    color: #000;
    margin-bottom: 7.5vw
  }

  .profile-action-fix {
    margin-top: 15vw
  }

  .account {
    margin: 0 auto;
    width: 100vw
  }
}

.edit_profile {
  margin: 0 auto;
  width: 23.125vw
}

.edit-profile-title {
  font-size: 1.5vw
}

.edit-profile-input,
.edit-profile-title,
.profile-save-button {
  display: block;
  width: fit-content
}

.profile-save-button {
  font-size: 1.5vw
}

.edit-profile-title {
  font-weight: 700;
  margin-left: 1.5vw;
  margin-top: 5vw;
  margin-bottom: 2.5vw
}

.edit-profile-input {
  font-size: 1.25vw;
  padding: 1.5vw;
  width: 20vw;
  margin-bottom: 2vw;
  border-radius: 1vw;
  border: .1vw solid #000
}

.profile-save-button {
  text-align: center;
  text-decoration: none;
  color: #000;
  margin: 0 auto;
  background-color: #e6e6e6;
  padding: 1vw;
  margin-top: 5vw;
  margin-bottom: 10vw;
  width: 15vw;
  border-radius: 1vw
}

.edit-delivery-adress {
  margin: 0 auto;
  width: 23.1vw
}

.input-small {
  display: flex;
  justify-content: space-between;
  width: 100%
}

.edit-profile-input-small {
  font-size: 1.25vw;
  width: 9vw;
  margin-bottom: 1vw;
  border: .1vw solid #000;
  border-radius: .5vw;
  padding: 1vw
}

.comment {
  padding-bottom: 4vw
}

.comment,
.delivery-title {
  margin-top: 1vw
}

.order-history {
  background-color: #e6e6e6;
  width: 60vw;
  margin: 0 auto;
  margin-bottom: 2.5vw;
  padding: 1vw;
  border-radius: 2vw
}

.order-history-price,
.order-info,
.product-order-history {
  display: block;
  font-size: 1.5vw
}

.order-info {
  font-weight: 700;
  margin-bottom: 1vw
}

.product-order-history,
.table tr td span {
  color: rgba(0, 0, 0, .5)
}

.order-history-price {
  margin-top: 1vw
}

.order-history-title {
  margin-left: 20vw
}

@media (max-width:768px) {
  .order-history {
    width: 80vw;
    border-radius: 3vw;
    padding: 3vw
  }

  .order-history-price,
  .order-info,
  .product-order-history {
    font-size: 3vw
  }

  .order-info {
    margin-bottom: 2vw
  }

  .order-history-price {
    margin-top: 2vw
  }
}

.contacts {
  width: 89.5vw;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  font-size: 1.5vw
}

.contacts-location {
  width: 26vw;
  /*background-color: #e6e6e6;*/
  padding: 1.5vw;
  border-radius: 3vw;
  margin-bottom: 5vw;
  /*box-shadow: 0 0 1vw .1vw rgba(0, 0, 0, .1)*/
  border: 1px solid #FF3A44;
}

.table {
  height: 30vw
}

.contacts-location iframe {
  border-radius: 2vw;
  width: 100%;
  height: 26vw;
  box-shadow: 0 0 1vw .1vw rgba(0, 0, 0, .05)
}

.contacts-title {
  margin-top: 2vw;
  margin-left: 5.5vw
}

.table tr td span {
  font-size: 1vw
}

@media (max-width:768px) {
  .contacts {
    display: block;
    width: 100vw;
    font-size: 3vw
  }

  .contacts-location {
    width: 80vw;
    margin: 0 auto;
    border-radius: 5vw;
    margin-bottom: 7vw;
    padding: 4vw
  }

  .table {
    height: 50vw
  }

  .contacts-location iframe {
    border-radius: 4vw;
    width: 80vw;
    height: 40vw
  }

  .table tr td span {
    font-size: 2.5vw
  }
}

.categories-main-mobile {
  display: none
}

@media (max-width:960px) {
  main {
    padding-top: 100px;
  }
  .filter {
      padding-top: 0;
  }
}

@media (max-width:768px) {
  main {
    padding-top: 96px;
  }
  
  .product-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0
  }

  .product {
    width: 40%;
    margin-bottom: 3vw
  }

  .product-img {
    width: 100%;
    display: block;
    margin: 0 auto;
    object-fit: cover;
    border-radius: 2.5vw;
    margin-bottom: .5vw;
    margin-top: 1.5vw
  }

  .product span {
    margin-bottom: 1.5vw
  }

  .product-name,
  .product-price {
    font-size: 3vw
  }

  .product-compound,
  .product-weight {
    font-size: 5vw;
  }

  .product-cart-button {
    font-size: 2vw;
    font-weight: 700;
    background-color: #ff2f53;
    padding: 1.5vw;
    border-radius: 1.5vw
  }

  .product-cart-button:hover {
    background-color: gray;
    cursor: pointer
  }

  .span-6 {
    font-size: 1vw
  }

  .pre-order-product,
  .product-compound,
  .product-name,
  .product-weight {
    width: 34vw;
    margin-left: 3vw
  }

  .span-0 {
    font-size: 3.5vw
  }

  .span-01 {
    width: 90vw;
    /*left: 5.5vw;
    padding-top: 25px;*/
    margin-bottom: 10px
  }

  .sp-002 {
    padding-bottom: 2vw
  }

  .abc1 {
    height: 80vw;
    margin-top: 3.5vw;
    margin-bottom: 5vw
  }

  .product-a {
    width: 40%
  }

  .lower-row-2 {
    padding-bottom: 4vw;
    width: 88.5vw;
    padding-right: 0
  }

  .categories-main-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around
  }

  .category-mobile {
    width: 42.5vw;
    background-color: rgba(230, 230, 230, .5);
    border-radius: 6vw;
    margin-bottom: 1.5vw
  }

  .category-img-main {
    width: 100%;
    border-radius: 5vw
  }

  .category-mobile a span {
    font-size: 3vw;
    font-weight: 700
  }

  #cart-container {
    width: 90vw;
  }
  
  .cart-product-info {
    margin: 0 0 auto;
  }

  #msCart img.cart-product__img {
    width: 146px;
    height: auto;
    border-radius: 10px;
  }

  .cart-product-name {
    font-size: 13px;
    margin: 0 20px 6px 0;
    display: block;
  }

  .cart-product-price {
    font-size: 14px;
    position: absolute;
    left: 155px;
    bottom: 10px;
  }

  .cart-total {
    font-size: 13px;
  }

  .cart-product-weight {
    font-size: 12px;
    display: block;
    margin: 0 0 17px;
  }

  .cart-continue {
    font-size: 22px;
    margin-top: 10vw;
    margin-bottom: 12.5vw;
    padding: 1vw 10vw;
    border-radius: 60px;
  }

  .edit-delivery-adress,
  .edit_profile {
    width: 81.1vw
  }

  .edit-profile-title,
  .profile-save-button {
    font-size: 5vw
  }

  .edit-profile-title {
    margin-left: 1.5vw;
    margin-top: 15vw;
    margin-bottom: 7.5vw
  }

  .edit-profile-input {
    font-size: 3.5vw;
    padding: 3vw;
    width: 75vw;
    margin-bottom: 5vw;
    border-radius: 2vw
  }

  .profile-save-button {
    padding: 2vw;
    margin-top: 15vw;
    margin-bottom: 25vw;
    width: 35vw;
    border-radius: 2vw
  }

  .edit-profile-input-small {
    font-size: 3vw;
    width: 34vw;
    margin-bottom: 4vw;
    border: .1vw solid #000;
    border-radius: 1vw;
    padding: 2vw
  }

  .comment {
    padding-bottom: 15vw;
    margin-top: 2vw
  }

  .order-history-title {
    margin-left: 10vw
  }

  .contacts-title {
    margin-top: 2vw;
    margin-left: 6vw
  }
}

@media (max-width:600px) {
  main {
    /*padding-top: 76px;*/
  padding-bottom: 0;
  }
} 
@media (max-width:450px) {
  
  .remove {
    position: absolute;
    top: 0;
    right: 0;
  }

  .cart-continue span {
    display: none;
  }

  .cart-continue {
    padding: 1vw 10vw 2vw;
    font-size: 18px;
  }
  .ingredients__item {
        /* margin: 0 10px 10px 0; */
        width: calc(50% - 7px);
    }
}






.sidebar,
main {
  background-color: #fff
}

main {
  z-index: 2;
  position: relative;
  -webkit-transition: transform .7s ease-in-out;
  -moz-transition: transform .7s ease-in-out;
  -ms-transition: transform .7s ease-in-out;
  -o-transition: transform .7s ease-in-out;
  transition: transform .7s ease-in-out;
}

.sidebar {
  display: none;
  height: 100%;
  width: 100vw;
  position: fixed;
  top: 0;
  z-index: 1;
  right: 0
}

.bar {
  display: block;
  height: 5px;
  width: 35px;
  background-color: #000;
  margin: 5px auto;
  border-radius: 5px
}

.button {
  cursor: pointer;
  display: inline-block;
  width: auto;
  margin: 0 auto;
  -webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -ms-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease
}

.nav-right {
  position: fixed;
  right: 15px;
  top: -3px
}

.nav-right.visible-xs {
  z-index: 3
}

.hidden-xs,
.modal-product #productContentLeft .product-tag {
  display: none
}

.middle {
  margin: 0 auto
}

.bar {
  -webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -ms-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease
}

.button.active .top {
  -webkit-transform: translateY(5.5px) rotateZ(45deg);
  -moz-transform: translateY(5.5px) rotateZ(45deg);
  -ms-transform: translateY(5.5px) rotateZ(45deg);
  -o-transform: translateY(5.5px) rotateZ(45deg);
  transform: translateY(5.5px) rotateZ(45deg)
}

.button.active .bottom {
  -webkit-transform: translateY(-15px) rotateZ(-45deg);
  -moz-transform: translateY(-15px) rotateZ(-45deg);
  -ms-transform: translateY(-15px) rotateZ(-45deg);
  -o-transform: translateY(-15px) rotateZ(-45deg);
  transform: translateY(-15px) rotateZ(-45deg)
}

.button.active .middle {
  width: 0
}

.move-to-left {
  -webkit-transform: translateX(-100vw);
  -moz-transform: translateX(-100vw);
  -ms-transform: translateX(-100vw);
  -o-transform: translateX(-100vw);
  transform: translateX(-100vw)
}

.sidebar-list {
  padding: 0;
  list-style: none;
  position: relative;
  margin: 150px 0 0;
  text-align: center
}

.sidebar-item {
  margin: 10px 0;
}


.sidebar-anchor {
  color: #000;
  text-decoration: none;
  font-size: 1.8em;
  position: relative;
  padding-bottom: 7px;
  font-family: 'Segoe UI';
}

.sidebar-item:nth-child(3n+1) .sidebar-anchor {
  color: #F93448;
  font-weight: 700;
}

.sidebar-item:nth-child(3n+2) .sidebar-anchor {
  color: #FF9D18;
  font-weight: 700;
}

.sidebar-item:nth-child(3n+3) .sidebar-anchor {
  color: #3A5BFF;
  font-weight: 700;
}

.ua {
  position: absolute;
  bottom: 20px;
  left: 30px
}

.fa,
.ua:hover .fa {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease
}

.fa {
  font-size: 1.4em;
  color: #ef8354
}

.ua:hover .fa {
  color: #fff;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3)
}

@media (min-width:480px) {
  .nav-list {
    display: block
  }
}

@media (max-width:768px) {
  .sidebar {
    display: block;
  }

  .nav-right {
    position: absolute
  }

  .hidden-xs {
    display: block
  }

  .visible-xs {
    display: none
  }
}

.product-option {
  font-weight: 400;
  font-size: 1.25vw;
  width: 17vw;
  display: flex;
  margin-left: 1vw;
  margin-bottom: 1vw;
  margin-top: 1vw;
  border-radius: 1.2vw;
  background-color: #f2f2f2;
  transition: box-shadow 1s ease
}

.product-option div {
  width: 50%;
  text-align: center
}

.product-option-1,
.product-option-2 {
  padding-top: .9vw;
  padding-bottom: .9vw;
  transition: font-weight .25s ease
}

.product-option-1 {
  background-color: #e6e6e6;
  border-radius: 1vw
}

.product-option-2 {
  border-radius: 1vw
}

.product-card {
  height: 100%
}

.product-action {
  margin-top: auto
}

@media (max-width:768px) {
  .product-option {
    font-size: 2.5vw;
    width: 34vw;
    margin-left: 3vw;
    margin-bottom: 2vw;
    border-radius: 2vw
  }

  .product-option-1,
  .product-option-2 {
    padding-top: 2vw;
    padding-bottom: 2vw
  }

  .product-option-1 {
    border-radius: 2vw
  }
}

.category-card {
  height: 100%
}

.product {
  text-align: center;
  position: relative;
  cursor: pointer;
  margin: 4px;
  background: #fff;
  padding-bottom: 0;
  transition: transform 1s ease
}

.product:hover {
  transform: scale(1.025)
}

.product:hover img {
  box-shadow: 0 0 2vw .5vw rgba(0, 0, 0, .25)
}

.product:hover .product-tag {
  opacity: 0
}

.product-option-1:hover,
.product-option-2:hover {
  font-weight: 700
}

.category-img {
  box-shadow: 0 0 2vw .2vw rgba(0, 0, 0, .1);
  transition: box-shadow 1s ease
}

.pre-order-product {
  cursor: default;
  width: 100%;

  margin-left: 2%;
  padding: 1vw
}

.product-price {
  margin-left: 1vw
}

.product-cart-button {
  font-size: 30px;
  color: #fff;
  /*margin-right: 60%;*/
  border-radius: .75vw;
  transition: all 1s ease;
  border: 0;
}

.product-cart-button:hover {
  background-color: #ff2f53;
  transform: scale(1.05);
  box-shadow: 0 0 1vw .1vw rgba(0, 0, 0, .25)
}

.product-card,
.product-tag {
  justify-content: space-between
}

.product-card {
  position: relative;
  display: flex;
  flex-direction: column
}

.product-tag {
  position: absolute;
  /*width: 16vw;
  margin-left: 1.5vw;
  top: 0;
  margin-top: .5vw;*/
  transition: opacity 1s ease;
  left: 20px;
    top: 20px;
    display: flex;
}

.product-tag span {
  /*display: inline-block;
  font-size: 1vw;
  padding: .25vw;
  margin-bottom: .5vw;
  border-radius: .5vw;
  background-color: rgba(255, 255, 255, .75)*/
  font-size: 35px;
    font-weight: 700;
    background-color: #3A5BFF;
    border: 1px solid #FF3A44;
    color: #ffffff;
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: opacity 1s ease;
}

#productContentTop {
  font-weight: 700;
  font-size: 1.25vw;
  margin-top: 1vw
}

.modal-product {
  overflow: auto;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  z-index: 1000
}

.modal-product-content {
  display: flex;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 4vw;
  width: 60vw;
  z-index: 103500;
  box-shadow: 0 0 2.5vw .5vw rgba(0, 0, 0, .5);
  border: 1vw solid #e6e6e6
}

.modal-product .product {
  box-shadow: none;
  cursor: default
}

.modal-product #productContentTop .product-tag {
  display: flex;
  position: relative;
  margin: 0
}

.modal-product #productContentTop .product-tag span {
  background-color: #e6e6e6;
  margin-right: .5vw;
  padding: .4vw 1vw
}

.modal-product:hover .product {
  transform: initial
}

.modal-product .product::before {
  background: initial
}

.modal-product:hover .product .product-tag {
  opacity: initial
}

.modal-product:hover .product .product-option,
.modal-product:hover .product img {
  box-shadow: initial
}

.product-close {
  position: absolute;
  top: 1vw;
  right: 2vw;
  font-size: 2vw;
  cursor: pointer
}

.product-price-old {
  position: absolute;
  font-size: 1.25vw;
  text-decoration: line-through;
  margin-bottom: 4.5vw
}

.product-price-new {
  background-color: red;
  color: #fff;
  padding: .05vw .5vw .25vw;
  border-radius: .75vw
}

.additives-list {
  margin-top: 2vw;
  margin-left: 3vw
}

.additives-list span {
  font-size: 1.5vw;
  font-weight: 700;
  display: block;
  padding-bottom: 1vw
}

.ingredient-item {
  display: flex;
  align-items: center;
  margin-bottom: .5vw;
  font-size: 1.25vw
}

.ingredient-checkbox {
  margin-right: .5vw
}

.ingredient-name {
  margin: 0
}

.ingredient-checkbox:checked+.ingredient-name {
  color: #000;
  font-weight: 700
}

.offer-products {
  display: block;
  font-size: 1.75vw;
  font-weight: 700;
  margin-top: 3vw
}

.offer-products div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.25vw
}

.offer-products span {
  display: block;
  margin-bottom: 1vw
}

.offer-products div div {
  width: 15.5vw
}

.offer-products-cart {
  background-color: #e6e6e6;
  padding: .5vw 1.5vw;
  border-radius: .75vw;
  cursor: pointer
}

@media (max-width:768px) {

       

  .product-tag {
    top: 0;
    left: 0;
  }

  .product-tag span {
    font-size: 22px;
    width: 40px;
    height: 40px;
  }

  .product-compound,
  .product-name {
    width: 90%;
    font-size: 7vw;
  }

  .product-compound {
    font-size: 5vw;
  }

  .product-cart-button {
    font-size: 5vw;
    padding: 10px 20px;
    background-color: #ff2f53;
    border: 0;
    border-radius: 1.25vw;
    margin-right: 11.5vw;
  }

  .product-price {
    font-size: 5vw;
    margin-left: 3vw
  }

  .product-price-new {
    border-radius: 1.5vw
  }

  .product-price-old {
    position: absolute;
    font-size: 2.5vw;
    text-decoration: line-through;
    bottom: 13vw
  }

  .modal-product-content {
    top: 50%;
    left: 50%;
    width: 85.5vw;
    height: fit-content;
    box-shadow: 0 0 2.5vw .5vw rgba(0, 0, 0, .5);
    border: 1vw solid #e6e6e6
  }

  .modal-product #productContentLeft .product-tag {
    display: block;
    left: 3.5vw;
    top: 3.5vw
  }

  .modal-product #productContentTop .product-tag {
    display: none
  }

  #productContentRight {
    display: block
  }

  #productContentTop,
  .product-additives {
    font-size: 3vw;
    margin-left: 30%;
    margin-right: 30%
  }

  .offer-products {
    font-size: 3vw;
    margin-left: 10%;
    margin-right: 10%
  }

  .offer-products div div {
    width: 20vw
  }

  #productContentTop,
  .offer-products {
    margin-bottom: 5vw
  }

  .product-additives {
    display: flex;
    justify-content: center;
    margin-bottom: 10vw
  }

  .additives-list span {
    font-size: 3.5vw
  }

  .ingredient-item,
  .offer-products div {
    font-size: 2.5vw
  }

  .product-close {
    font-size: 5vw
  }

  .modal-product-content {
    display: block
  }

  .modal-product .product-content {
    display: flex;
    justify-content: center
  }
}



.products-card {
  text-align: center;
  padding: 24px;
  width: calc(25% - 27px);
  border-radius: 73px;
  border: 1px solid #000000;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  gap: 3px;
}

.products-card__link {
  text-decoration: none;
  color: #000;
  margin: 0;
}

.products-card__img {
  transition: box-shadow 1s ease;
  display: block;
  margin: 0;
  width: 100%;
  object-fit: cover;
  border-radius: 2.5vw;
}

.products-card__img-main {

}

.products-card__name {
  margin: 0 auto;
  font-size: 24px;
  font-weight: 700;
  display: block;
  overflow: hidden;
}

.products-card__name s {
    color: red;
}

.product-cart__basket {
    font-size: 20px;
}

.product-cart__price {
    position: absolute;
    left: 1%;
    font-size: 24px;
}






.value-control {
  width: 28px;
  height: 28px;
  margin: 0 8px;
  background: transparent;
  border: var(--border);
  border-radius: var(--border-radius);
  color: #3b3b3b;
  cursor: pointer;
  font-size: var(--font-size);
  font-weight: bold;
}

.value-control:hover {
  background: #eee;
}

.value-control:active {
  background: #ddd;
}

.value-control:focus,
.value-input:focus {
  outline: 2px solid #3e67fd;
  outline-offset: 1px
}

.value-input {
  margin: 0;
  height: var(--control-size);
  width: 40px;
  border: var(--border);
  border-radius: var(--border-radius);
  padding: 2px 8px;
  text-align: center;
  font-size: var(--font-size);
}

.value-input:hover {
  border-color: #777;
}

.value-input::-webkit-outer-spin-button,
.value-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.value-input {
  -moz-appearance: textfield;
}




@media (max-width:1500px) {
    
    .categories-main-wrapper {
        justify-content: stretch;
    }
}


@media (max-width:1450px) {
    
    .categories .products-card {
      width: 270px;
      min-height: 440px;
    }
}

@media (max-width:1400px) {
    .products-card {
      width: calc(25% - 27px);
    }

    .cart-product-price {
        width: 80px;
    }
}


@media (max-width:1150px) {
    .products-card {
      width: calc(100% / 3 - 20px);
    }
    
    .categories .products-card {
      min-height: 395px;
    }
    
    .cart-product-price {
        width: 60px;
    }
    
    .input-group {
        margin: 0;
    }
}

@media (max-width:1000px) {
    
    .categories .categories-main-wrapper {
        gap: 10px;
    }
    
    .categories .products-card {
      width: 250px;
      padding: 7px;
      border-radius: 28px;
      height: 370px;
    }
    
    .product-cart__price {
        font-size: 20px;
    }
    .products-card {
      width: calc(100% / 3 - 20px);
    }
}

@media (max-width:800px) {
    .categories-main-wrapper {
        gap: 10px;
    }
    
    .products-card {
      width: calc(100% / 3 - 7px);
      border-radius: 54px;
    }
}

@media (max-width:768px) {
    .categories-main-wrapper {
        gap: 10px;
    }
    .categories .products-card__name {
      font-size: 18px;
    }
    
    .categories .products-card {
      min-height: 350px;
    }
    
    .form-group-2 {
        position: absolute;
        left: 200px;
        bottom: 10px;
    }
    
    .value-control {
        width: 23px;
        height: 23px;
        margin: 0;
    }
    .form-group-2 {
        right: 0;
        left: auto;
    }
    
    .cart-product-price {
        width: auto;
    }
}

@media (max-width:590px) {
    .categories .products-card {
      width: 200px;
      padding: 7px;
      height: 320px;
    }
    .categories .products-card, .products-card {
      padding: 7px;
      border-radius: 18px;
    }
    .products-card__img {
        border-radius: 18px;
    }
    .filter__label {
        font-size: 12px;
        padding: 5px 8px;
    }
    
    .form-group-2 {
        font-size: 14px;
    }
}

@media (max-width:500px) {
    .categories-main-wrapper {
        gap: 14px;
    }
    .categories .products-card__name, .products-card__name {
      font-size: 14px;
    }
    .categories .products-card {
      height: 300px;
    }
    .lower-banner {
        padding-bottom: 17px;
        padding-top: 17px;
    }
    #content h1, h2 {
        font-size: 20px;
    }
    .products-card {
      width: calc(50% - 7px);
    }
}

@media (max-width:440px) {
    .categories .products-card {
      width: 150px;
      height: 270px;
    }
}



@media (max-width:400px) {
    .categories-main-wrapper {
        gap: 14px;
    }
    
    .products-card {
      width: calc(50% - 7px);
    }
    
    .categories .products-card {
      width: 140px;
    }
    
    .input-group {
        margin: 0;
        width: 100%;
    }
    
    .value-input {
        padding: 2px 0;
    }
}

@media (max-width: 350px) {
    .form-group-2 .input-group {
        margin: 0;
        /*width: 70%;*/
    }
}

@media (max-width: 1200px){
    .product-name {
      font-size: 24px;
    }
    .product-cart-button {
        font-size: 28px;
    }
  
  .bs-modal-close.quickview svg {
    width: 25px;
    fill: #000000;
  }
}

@media (max-width: 900px){
    .product-name {
      font-size: 18px;
    }
    .product-cart-button {
        font-size: 28px;
    }
    
    .categories {
        padding-top: 30px;
    }
}

@media (max-width: 786px){
    .product-name {
      font-size: 18px;
    }
    .categories .products-card__img {
        /*margin-bottom: 3px;*/
    }
}

@media (max-width: 500px){
    .product-name {
      font-size: 14px;
    }
    .product-cart-button {
        font-size: 28px;
    }
}


@media (max-width:1150px) {

  .profile-action,
  .profile-bonuses,
  .profile-name {
    font-size: 20px
  }
  
  .categories .products-card__name,
  .products-card__name {
      font-size: 20px;
  }
}

@media (max-width:768px) {

  .profile-action,
  .profile-bonuses,
  .profile-name {
    display: block;
    margin-left: 15vw;
    font-size: 5vw
  }

  .profile-name {
    font-weight: 700;
    margin-top: 7.5vw;
    margin-bottom: 5vw;
    margin-left: 0;
    text-align: center
  }

  .profile-bonuses {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70vw;
    height: 15vw;
    border-radius: 3vw;
    margin: 0 auto
  }

  .profile-action {
    text-decoration: none;
    color: #000;
    margin-bottom: 7.5vw
  }

  .profile-action-fix {
    margin-top: 15vw
  }
  
  .categories .products-card__name {
      font-size: 16px;
  }

  .account {
    margin: 0 auto;
    width: 100vw
  }
}

@media (max-width:768px) {
  .order-history {
    width: 80vw;
    border-radius: 3vw;
    padding: 3vw
  }

  .order-history-price,
  .order-info,
  .product-order-history {
    font-size: 3vw
  }

  .order-info {
    margin-bottom: 2vw
  }

  .order-history-price {
    margin-top: 2vw
  }
}

@media (max-width:768px) {
  .contacts {
    display: block;
    width: 100vw;
    font-size: 3vw
  }

  .contacts-location {
    width: 80vw;
    margin: 0 auto;
    border-radius: 5vw;
    margin-bottom: 7vw;
    padding: 4vw
  }

  .table {
    height: 50vw
  }

  .contacts-location iframe {
    border-radius: 4vw;
    width: 100%;
    height: 40vw
  }

  .table tr td span {
    font-size: 2.5vw
  }
}




@media (max-width:500px) {
  .categories .products-card__name, .products-card__name {
      font-size: 14px;
  }
  .categories {
      gap: 7px;
  }
}

@media (max-width:400px) {
  .categories .products-card__name, .products-card__name {
      font-size: 14px;
  }
}






.advantagesDetail {
  border-top: 1px solid #e7e8ea;
  padding: 5px;
}

.multibutton {
  position: fixed;
  right: 20px;
  bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 60px;
  height: 60px;
  transition: 0.2s ease;
  z-index: 999999;
}

.multibutton:hover {
  width: auto;
  height: auto;
}

.multibutton:hover .multibutton__list {
  position: relative;
  top: auto;
  bottom: 10px;
  visibility: visible;
}

.multibutton:hover .multibutton__item {
  visibility: visible;
  opacity: 1;
  transition: 0.3s ease;
  transform: scaleX(1) scaleY(1) translateY(0);
}

.multibutton__list {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: absolute;
  right: 13px;
  top: 80px;
  visibility: hidden;
  transition: 0.3s ease;
  list-style: none;
  padding: 0;
  margin: 0;
}

.multibutton__title {
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.8);
  padding: 10px;
  border-radius: 30px;
}

.multibutton__item {
  display: flex;
  align-items: center;
  margin: 4px 0;
  transform: scaleX(0.4) scaleY(0.4) translateY(150px);
  opacity: 0;
  visibility: hidden;
}

.multibutton__button {
  width: 60px;
  height: 60px;
  background: #3A5BFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  animation: animation_button 3s linear infinite;
  transition: all 200ms ease-out;
  z-index: 999999;
}

@keyframes animation_button {
  0% {
    box-shadow: 0 0 0 0 #3A5BFF, 0 0 0 0 rgba(255, 206, 9, 0.7);
  }

  40% {
    box-shadow: 0 0 0 13.62667px rgba(32, 198, 25, 0), 0 0 0 6.81333px rgba(32, 198, 25, 0);
  }

  80% {
    box-shadow: 0 0 0 27.25333px rgba(255, 186, 38, 0), 0 0 0 13.62667px rgba(255, 206, 9, 0);
  }

  100% {
    box-shadow: 0 0 0 34.06667px rgba(255, 186, 38, 0), 0 0 0 27.25333px rgba(255, 206, 9, 0);
  }
}

.multibutton__button svg {
  width: 35px;
  height: 35px;
  fill: #fff;
}

.multibutton__item:nth-child(1) .multibutton__icon {
  background: #03a9f4;
}

.multibutton__item:nth-child(2) .multibutton__icon {
  background: #30d64f;
}

.multibutton__item:nth-child(3) .multibutton__icon {
  background: #68a851;
}

.multibutton__item:nth-child(4) .multibutton__icon {
  background: #33b2b9;
}

.multibutton__icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}

.multibutton__icon svg {
  width: 24px;
  height: 24px;
  fill: #fff;
}

@media (max-width: 768px){
    .multibutton {
      bottom: 40px;
    }
}







.categories .products-elem {
    padding: 7px 5px 10px;
    border: none;
    width: calc(25% - 33px);
}

.products-elem .products-card__name {
    text-align: left;
}

.products-card__inner {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.categories .products-card__name {
  margin: 0;
}

.products-card__cat .products-card__img {
    margin-bottom: auto;
    height: auto;
}

.products-card__cat .products-card__name {
  margin: auto auto 0;
}

.products-card__wrapper {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.products-card__wrapper a {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.products-card.products-card__cat {
    min-height: 383px;
    width: calc(25% - 27px);
}

.products-card__name-wrapper {
    flex-grow: 1;
    display: flex;
}

.categories .quickview {
    width: 100%;
}

@media (max-width:1450px) {
    .products-card.products-card__cat {
        height: auto;
    }
}

@media (max-width:1359px) {
    .products-card.products-card__cat {
        width: calc(100% / 3 - 20px);
        min-height: 319px;
    }
}

@media (max-width:1150px) {
    .products-card.products-card__cat {
        height: auto;
        min-height: 300px;
    }
    .categories .products-elem {
        width: calc(100% / 3 - 29px);
    }
    .categories .products-card__img {
        max-height: 270px;
    }
    .categories .quickview {
        width: 100%;
    }
}

@media (max-width:1000px) {
    .products-card.products-card__cat {
        height: auto;
        width: calc(100% / 3 - 7px);
    }
    .products-card__cat .products-card__img {
        margin-bottom: auto;
        height: auto;
    }
}

@media (max-width:900px) {
    .categories .products-elem {
        height: auto;
        width: calc(50% - 22px);
        min-height: 200px;
    }
    .categories .quickview {
        width: 100%;
    }
}

@media (max-width:768px) {
    .products-card.products-card__cat {
        height: auto;
        width: calc(100% / 2 - 7px);
    }
    .products-card__cat .products-card__img {
        margin-bottom: auto;
        height: auto;
    }
}

@media (max-width:900px) {
    .products-card.products-card__cat {
        height: auto;
    }
}

@media (max-width:500px) {
    .products-card.products-card__cat {
        min-height: auto;
        height: auto;
    }
    .categories .products-elem {
        width: calc(50% - 4px);
    }
    .categories .quickview {
        width: 100%;
    }
}

@media (max-width:400px) {
    .products-card.products-card__cat {
        height: auto;
    }
}






#blink2 {
  /*-webkit-animation: blink2 1s linear infinite;
  animation: blink2 1s linear infinite;*/
  color: #9C9C9C;
}

@-webkit-keyframes blink2 {
  100% { color: rgba(34, 34, 34, 0); }
}

@keyframes blink2 {
  100% { color: rgba(34, 34, 34, 0); }
}

.price_theme {
  position: absolute; 
    right: 1%; 
    font-size:1.0em; 
    background-color: #ff2f53; 
    color: #fff; 
    padding: 5px 15px;     
    outline: none;
    border: none;
    border-radius: 9999px;
    transition: background-color ease-in-out 0.1s, border-bottom ease-in-out 0.1s, color ease-in-out 0.1s;
}

.price_theme:hover {
    background-color: #3A5BFF;
    border-bottom: 5px solid #FF9D19;
}


@media screen and (min-width: 701px) {
        .form-pc-price {
            display: none;
        }
}

@media screen and (max-width: 700px) {
        .form-mob-price {
            display: none;
        }
}

.nav-section {
    display: flex;
    flex-wrap: nowrap;
    gap: 5px 0;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.nav-section__item {
    display: flex;
    padding: 6px 12px;
    border-radius: 40px;
    border-style: solid;
    border-color: #3a5bff;
    background-color: transparent;
    transition: background-color ease-in-out 0.1s;
}

.nav-section__link {
    font-size: 1.2em;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2px;
    flex-wrap: nowrap;
    text-decoration: none;
    color: black;
    transition: color ease-in-out 0.1s;
}

.nav-section__item:hover {
    background-color: #3a5bff;
}

.nav-section__item:hover .nav-section__link {
    color: white;
}

.nav-section__link img {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
}

@media (max-width:1490px) {
    .nav-section__link {
        font-size: 15px;
    }
    
    .nav-section__link img {
        width: 20px;
        height: 20px;
    }
}

@media (max-width:1280px) {
    .nav-section__link {
        font-size: 15px;
    }
    
    .nav-section__link img {
        width: 15px;
        height: 15px;
    }
}

@media (max-width:1100px) {
    .nav-section {
        display: grid;
        grid-auto-flow: column;
    }
}

@media (max-width:768px) {
    .nav-section__link {
        font-size: 12px;
    }
    
    .nav-section__link img {
        width: 15px;
        height: 15px;
    }
}






