@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap");
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

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

* {
  padding: 0;
  margin: 0;
  -webkit-tap-highlight-color: transparent !important;
}

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
  cursor: pointer;
}

img {
  max-width: 100%;
  /*object-fit: cover;*/
}

span, label {
  display: inline-block;
}

input, textarea {
  outline: none;
  border: 0;
  background: transparent;
}

button, select {
  border: none;
  cursor: pointer;
  background: transparent;
  outline: 0;
}

address {
  font-style: normal;
}

.wrapper {
  width: 100%;
  overflow: hidden;
  min-height: 40svh;
  padding-top: 118px;
  position: relative;
}

@media screen and (min-width: 480px) {
  .wrapper {
    padding-top: 130px;
  }
}

@media screen and (min-width: 993px) {
  .wrapper {
    padding-top: 181px;
  }
}

ul, ol, dl {
  list-style: none;
  padding: 0;
  margin: 0;
}

p, h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
  font-weight: 400;
}

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

@font-face {
  font-family: "Trebuchet MS";
  src: url("../fonts/trebuchetms.ttf");
}
body {
  --main-color: #3AA600;
  --text-color: #2E2E2E;
  width: 100%;
  min-width: 340px;
  min-height: 100%;
  font-family: "Roboto Flex", sans-serif;
  font-weight: 400;
  color: #2e2e2e;
  background: #fff;
}
/*body::-webkit-scrollbar {*/
/*  display: none;*/
/*}*/
body svg path{
  stroke-width: 2px;
}
button,
input,
select,
textarea {
  font-family: "Roboto Flex", sans-serif;
  font-weight: 400;
  color: #2e2e2e;
}

.container {
  max-width: 1120px;
  margin: 0 auto;
}
@media (max-width: 1150px) {
  .container {
    max-width: calc(100% - 32px);
    /*padding-left: 30px;*/
    /*padding-right: 30px;*/
  }
}

@media (max-width: 992px) {
  .container {
    /*padding-left: 20px;*/
    /*padding-right: 20px;*/
  }
}

.card-shadow, .categories__filter .select_currency__list, .navs-mb__list.list-2 .select_currency__list, .navs-mb__list, .navs__content, .mobile-menu__content, .header .information__list, .header .select_lang__list, .header .select_currency__list, .header__phone_list, .header__right .user-name__content, .header__location_content .location_search__list, .header__location_content {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.05), 0 0 16px rgba(0, 0, 0, 0.15);
}

.drop-shadow, .categories__content_right .content_result li,.categories__filter .select_currency__btn, .navs-mb__list.list-2 ul a, .navs-mb__list.list-2 .select_currency__btn input, .navs-mb__content_btn, .mobile-menu .currency button:not(.active), .mobile-menu .lang button:not(.active) {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
}
.hidden {
  display: none !important;
}
.icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  transition: all .2s ease-in-out;
}
.icon svg {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.link-hover, .list-link-hover a {
  position: relative;
}
/* .link-hover::after, .list-link-hover a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: #3aa600;
  opacity: 0;
  transition: all .2s ease-in-out;
}
.link-hover:hover::after, .list-link-hover a:hover::after{
  opacity: 1;
} */
.text-link{
  text-decoration: 1px underline;
  text-decoration-skip-ink: none;
  text-underline-offset: 4px;
  color: #3aa600;
}

.link-hover:hover, .text-link:hover, .link-hover:hover p, .link-hover:hover input, .list-link-hover a:hover, .list-link-hover li:hover p {
  color: #3aa600;
  text-decoration: 1px underline #3aa600;
  text-decoration-skip-ink: none;
  text-underline-offset: 4px;
}
.link-hover:hover input {
  text-decoration: none;
}
.link-hover:hover svg path, .link-hover a:hover svg path, .list-link-hover a:hover svg path {
  stroke: #3aa600;
}

.dropdown {
  position: relative;
}

.dropdown-hidden {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  display: none;
  z-index: 6;
}

.dropdown-hidden::before {
  content: '';
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  height: 10px;
}

.header_auth_block:hover {
  cursor: pointer;
}


.dropdown:hover .dropdown-hidden {
  display: block;
}


@media screen and (max-width: 409px)  {
  .dropdown-hidden {
    right: unset;
    left: 0;
  }
}
.item_actions:hover svg [stroke="#2E2E2E" i] {
  stroke: #3aa600;
}
.item_actions:hover svg [fill="#2E2E2E" i] {
  fill: #3aa600;
}
.input-no-st-btns {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: textfield;
}
/*flexses*/
.d-flex {
  display: flex;
}
.justify-content-end {
  justify-content: end;
}
.align-items-center {
  align-items: center;
}
/*end flexses*/
/*margins*/
.mt-8 {
  margin-top: 8px;
}
/*end margins*/
.header__right .user-name__hidden {
  padding-top: 6px;
}
.select_currency__hidden {
  padding-top: 2px;
}
.information__list-hidden{
  padding-top: 4px;
}
.select_lang.dropdown .dropdown-hidden{
  padding-top: 5px;
}
.btn-yellow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 6px;
  background: #f9da7f;
  border: 1px solid #f9da7f;
  padding: 16px 27px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: bold;
  line-height: 16px;
  text-transform: uppercase;
  position: relative;
}
.btn-yellow.btn-auth {
  padding: 14px 27px;
  font-size: 10px;
  line-height: 1;
  background: #fff;
}
.btn-yellow:hover {
  background: #D1A934;
  color: white;
  border-color: transparent;
}
.btn-yellow.btn-auth:hover{
  background: #f9da7f;
}
/* .btn-yellow:hover svg [stroke="#2E2E2E"] {
  stroke: #40C59E;
} */
.btn-yellow-border {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  line-height: 16px;
  font-weight: bold;
  border: 1.5px solid #f9da7f;
  border-radius: 8px;
  padding: 15px 37px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.btn-yellow-border:hover {
  background: #f9da7f;
}
.btn-yellow-border.sm {
  font-size: 10px;
  line-height: 12px;
  padding: 13px 50px;
}
.btn-yellow.h-48 {
  height: 48px;
}
.btn-yellow.h-40 {
  height: 40px;
}
.form_inp {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 7px;
}
.form_inp-and-ic {
  position: relative;
  justify-content: center;
}
.form_inp label {
  font-size: 16px;
  line-height: 24px;
}
.form_inp input {
  border: 1px solid #e0e0e0;
  height: 40px;
  border-radius: 8px;
  padding: 0 12px;
  background: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Roboto Flex", sans-serif;
}
.form_inp-and-ic input {
  padding-left: 35px;
}
.form_inp input::-moz-placeholder {
  font-family: "Roboto Flex", sans-serif;
}
.form_inp input::placeholder {
  font-family: "Roboto Flex", sans-serif;
}
.form_inp input::-moz-placeholder {
  color: #888888;
}
.form_inp input::placeholder {
  color: #888888;
}
.form_inp input:hover {
  border-color: #888888;
}
.form_inp input:focus {
  border-color: #3aa600;
}
.form_inp input.error {
  border-color: #f53e63;
  margin-bottom: 5px;
}
.form_inp-ic {
  position: absolute;
  top: auto;
  left: 12px;
}
.form_inp-ic svg{
  width: 13px;
  height: 20px;
  vertical-align: sub;
}
.form_radio {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  z-index: 1;
}
.form_radio input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
}
.form_radio .icon {
  width: 18px;
  height: 18px;
  border: 1px solid #36322c;
  border-radius: 50%;
  flex-shrink: 0;
  position: relative;
}
.form_radio .icon::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #3aa600;
  display: none;
}
.form_radio p {
  font-size: 16px;
  line-height: 24px;
}
.form_radio input:checked ~ span::before {
  display: block;
}
.form_select {
  display: flex;
  flex-direction: column;
  gap: 7px;
  width: 100%;
  position: relative;
}
.form_select label {
  font-size: 16px;
  line-height: 24px;
}
.form_select__btn {
  width: 100%;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.form_select__btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
}
.form_select__btn input {
  width: 100%;
  border: 1px solid #e0e0e0;
  height: 48px;
  border-radius: 8px;
  padding: 0px 12px;
  font-size: 16px;
  line-height: 24px;
}
.form_select__btn img {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.form_select__list {
  position: absolute;
  top: 79px;
  left: 0;
  width: 100%;
  z-index: 4;
  background: #fff;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.15), 0 0 4px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 16px;
  display: none;
  flex-direction: column;
  gap: 8px;
}
.form_select__list li {
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.form_select__list li.selected {
  color: #3aa600;
}
.form_select.active .form_select__btn input {
  border-color: #3aa600;
}
.form_select.active .form_select__btn img {
  transform: translateY(-50%) rotateZ(180deg);
}
.form_select.active .form_select__list {
  display: flex;
}
.form_checkbox {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  z-index: 1;
}
.form_checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}
.form_checkbox .icon {
  border: 1px solid #36322c;
  width: 18px;
  height: 18px;
  max-width: 18px;
  max-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 4px;
}
.form_checkbox .icon svg {
  width: 10px;
  height: 7px;
}
.form_checkbox .icon img {
  display: none;
}
.form_checkbox label {
  font-size: 16px;
}
.form_checkbox input:checked ~ span {
  background: #3aa600;
  border: 1px solid #3aa600;
}
.form_checkbox input:checked ~ span img {
  display: block;
}
.form_range {
  position: relative;
}
.form_range__wrap_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.form_range__wrap_head h3 {
  margin: 0 !important;
}
.form_range__inp {
  position: relative;
  z-index: 1;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.form_range__inp::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  z-index: -1;
  top: 10px;
  left: 0;
  background: #d9d9d9;
  border-radius: 4px;
}
.form_range__inp .line {
  height: 4px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 10px;
  background: #3aa600;
  opacity: 0.5;
  z-index: -1;
}
.form_range__val {
  display: flex;
  align-items: stretch;
  width: 100%;
}
.form_range__val_item:first-child {
  border-right-width: 1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.form_range__val_item:last-child {
  border-left-width: 0.2px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.form_range__val_item {
  position: relative;
  width: 50%;
  height: 40px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  gap: 2px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}
.form_range__val_item:hover {
  border-color: #3aa600;
}
.form_range__val_item.active {
  border-color: #3aa600;
}
.form_range__val_item input {
  font-family: "Roboto Flex", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #888888;
}
.form_range__val_item span {
  font-size: 14px;
  line-height: 24px;
}
.form_range__val_item .currency {
  position: absolute;
  left: auto;
  right: 12px;
  color: #bebebe;
  font-weight: 400;
}
.form_range__val_item input[type="number"]::-webkit-outer-spin-button,
.form_range__val_item input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.form_range__val_item input[type='number'],
.form_range__val_item input[type="number"]:hover,
.form_range__val_item input[type="number"]:focus {
    appearance: none;
    -moz-appearance: textfield;
}
.form_range svg,
.form_range input[type=range]:not(.val) {
  position: absolute;
  left: 0;
  top: 10px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  height: 4px;
  color: transparent;
  background: transparent;
}
.form_range input[type=number]::-webkit-outer-spin-button,
.form_range input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.form_range input[type=range]:focus {
  outline: none;
}
.form_range input[type=range]:focus::-webkit-slider-runnable-track {
  background: transparent;
}
.form_range input[type=range]:focus::-ms-fill-lower {
  background: transparent;
}
.form_range input[type=range]:focus::-ms-fill-upper {
  background: transparent;
}
.form_range input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-radius: 1px;
  box-shadow: none;
  border: 0;
}
.form_range input[type=range]::-webkit-slider-thumb {
  border: 0;
  height: 16px;
  width: 16px;
  border-radius: 25px;
  background: #8abf6d;
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  position: relative;
  z-index: 2;
  margin-top: -6.5px;
  cursor: pointer;
}
.form_range input[type=range]::-webkit-slider-thumb:active, .form_range input[type=range]::-webkit-slider-thumb:hover,
.form_range input[type=range]::-webkit-slider-thumb:active,
.form_range input[type=range]::-webkit-slider-thumb:hover {
  background: #3aa600;
}
.form_range input[type=range]::-moz-range-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-radius: 1px;
  box-shadow: none;
  border: 0;
}
.form_range input[type=range]::-moz-range-thumb {
  z-index: 2;
  position: relative;
  height: 16px;
  width: 16px;
  border-radius: 25px;
  appearance: none;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  top: 10px;
  margin-top: -6.5px;
  background: #3aa600;
  cursor: pointer;
}
.form_range input[type=range]::-ms-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.form_range input[type=range]::-ms-fill-lower,
.form_range input[type=range]::-ms-fill-upper {
  background: transparent;
  border-radius: 1px;
  box-shadow: none;
  border: 0;
}
.form_range input[type=range]::-ms-thumb {
  z-index: 2;
  position: relative;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: transparent;
  cursor: pointer;
}

.swp_btn button {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid #f9da7f;
}
.swp_btn button:hover {
  background: #f9da7f;
}
.swp_pagination {
  position: static;
  display: flex;
  align-items: center;
  width: auto;
  gap: 10px;
}
.swp_pagination span {
  margin: 0 !important;
  padding: 0;
  opacity: 1;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #bebebe;
}
.swp_pagination span.swiper-pagination-bullet-active {
  background: #3aa600;
}
.swp_pagination.light span {
  background: #fff;
}
.swp_pagination.light span.swiper-pagination-bullet-active {
  background: #ffc24e;
}

.sec-title {
  font-size: 36px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  color: black;
}
@media screen and (max-width: 992px) {
  .sec-title {
    font-size: 22px;
    line-height: 120%;
  }
}

.card {
  position: relative;
  background: #fff;
  border-radius: 24px;
  transition: all .2s ease-in-out;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.15);
  overflow: hidden;
  z-index: 1;
}
.card:hover {
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.35);
}
.card_link {
  display: block;
}
.card_head {
  width: 100%;
  aspect-ratio: 100/87.2;
  position: relative;
}
.card_head .swiper {
  width: 100%;
  height: 100%;
  z-index: 0;
  border-radius: 16px 16px 0 0;
}
.card_head .swiper .swiper-wrapper {
  cursor: pointer!important;
}
.card_head .swiper-slide {
  height: 100%;
}
.card_head .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.card_head .swp_btn {
  display: none;
}
@media screen and (max-width: 576px) {
  .card_head .swp_btn {
    display: none !important;
  }
}
.card_head .swp_btn button {
  position: absolute;
  z-index: 1;
  bottom: 62px;
}
.card_head .swp_btn__prev {
  left: 12px;
}
.card_head .swp_btn__next {
  right: 12px;
}
.card_body .swp_pagination {
  position: relative;
  margin: 0 auto;
  left: auto;
  top: 0;
  width: max-content;
  height: 8px;
  display: flex;
  justify-content: center;
  z-index: 1;
}
.card_head .alert {
  font-size: 10px;
  line-height: 22.8px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  padding: 1px 8px 0;
  display: inline-flex;
  border-radius: 20px;
  position: absolute;
  z-index: 2;
  left: 12px;
  bottom: 12px;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .card_head .alert {
    font-size: 8px;
    left: 8px;
    bottom: 8px;
  }
}
.card_head .alert-orange {
  background: #ff973b;
}
.card_head .alert-red {
  background: #d63334;
}
.card_head .alert-lightred {
  background: #ff6782;
}
.card_head .alert-green {
  background: #4fcf99;
}
.card_head .alert-darkgreen {
  background-color: #3AA600;
}
.card_body {
  position: relative;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  .card_body {
    padding: 12px;
  }
}
.card_body h3 {
  font-size: 14px;
  line-height: 130%;
  font-weight: 400;
  color: black;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card:hover .card_body h3 {
  color: #3AA600;
  text-decoration: underline;
}
@media screen and (max-width: 992px) {
  .card_body h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (max-width: 600px) {
  .card {
    border-radius: 16px;
  }
  .card_body {
    padding-top: 5px;
    gap: 2px;
  }
  .card_body h3 {
    font-size: 12px;
  }
  .card_body .swp_pagination {
    margin-bottom: 11px;
  }
}
.card_body p {
  font-size: 14px;
  line-height: 130%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 992px) {
  .card_body p {
    display: none;
  }
}
.card_body .price {
  margin-top: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.card_body .price.justify-content-end {
  justify-content: end;
}
.card_body .price .degree {
  display: flex;
  align-items: center;
  gap: 2px;
}
.card_body .price .degree span {
  font-size: 14px;
  line-height: 130%;
  color: #000;
}
.card_body .price h4 {
  font-size: 16px;
  line-height: 130%;
  font-weight: bold;
  color: #000;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 6px;
}
@media screen and (max-width: 992px) {
  .card_body .price h4 {
    font-size: 14px;
  }
}
.card_body .price h4 del {
  font-weight: 400;
  color: #888888;
}
@media screen and (max-width: 992px) {
  .card_body .price h4 del {
    font-size: 12px;
  }
}
@media screen and (max-width: 600px) {
  .card_body .price .degree {
    display: none;
  }
  .card_body .price {
    margin-top: 2px;
  }
  .card_body .price h4 {
    font-size: 12px;
  }
}
.card_body .like {
  display: flex;
  align-items: center;
  gap: 10px;
}
.card_body .like-btn {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card_body .like-btn.active svg path {
  stroke: #3aa600;
  fill: #3aa600;
}
.card_body .like h5 {
  font-size: 14px;
  line-height: 130%;
  color: #bebebe;
}
.card_body .like h5.active {
  color: #3aa600;
}
.card_body .like > div {
  display: flex;
  align-items: center;
  gap: 16px;
}
.card_body .like > div:last-child {
  margin-left: auto;
}
.card_body .like > div a {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.card-addCart.active svg path{
  stroke: #3AA600;
}
.card-addCart.active svg circle{
  fill: #3AA600;
}
.card_body .like .degree {
  gap: 4px;
}
.card:hover::after {
  opacity: 1;
}
.card:hover .card_body .swp_pagination {
  display: flex;
}

@media screen and (max-width: 600px) {
  .card_body .like h5 {
    font-size: 12px;
  }
  .card_body .like .degree {
    display: none;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9;
}
.modal.active {
  display: flex;
}
.modal__bg {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal__content {
  position: relative;
  background: #fff;
  padding: 36px;
  width: 455px;
  border-radius: 16px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
}
.modal__list {
  margin-top: 23px;
  gap: 40px;
}
.modal__list.col-3 {
  columns: 3;
}
.modal__list li {
  font-size: 16px;
  line-height: 32px;
}
.modal__list li.active {
  font-weight: 700;
}
@media (max-width: 600px) {
  .modal__list.col-3 {
    columns: 2;
  }
}
.modal__close {
  position: absolute;
  top: 15px;
  right: 14px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-modal .modal__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.login-modal .modal__content .title {
  font-size: 20px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  line-height: 120%;
  padding: 8px 0;
  color: black;
}
.login-modal .modal__content ul {
  display: flex;
  align-items: center;
  gap: 24px;
}
.login-modal .modal__content h4, .success-modal .modal__content h4 {
  font-size: 16px;
  line-height: 24px;
}
.success-modal .modal__content{
  padding: 20px 30px;
  width: 100%;
  max-width: 350px;
}
.success-modal .modal__content .modal__close {
  width: 14px;
  height: 14px;
}
.city-modal .modal__title {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 28.13px;
  color: #2E2E2E;
}
.city-modal .txt-gray {
  font-size: 16px;
  line-height: 32px;
  color: #888888;
}
.header {
  position: relative;
  padding: 16px 0 24px;
  z-index: 4;
}
@media screen and (max-width: 992px) {
  .header {
    padding: 8.42px 0;
    margin-bottom: 60px;
    background-color: #fff;
  }
}
.header__container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 36px;
}
@media screen and (max-width: 992px) {
  .header__container {
    align-items: center;
    gap: 20px;
    max-width: calc(100% - 38px);
  }
}
.header__left {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 420px) {
  .header__left {
    gap: 5px;
  }
}
.header .bars {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media screen and (min-width: 992px) {
  .header .bars {
    display: none;
  }
}
.header__logo {
  flex-shrink: 0;
}
@media screen and (max-width: 992px) {
  .header__logo img {
    display: none;
  }
}
@media screen and (max-width: 420px) {
  .header__logo img {
    height: 26px;
  }
}
.header__logo .mb {
  display: none;
}
@media screen and (max-width: 992px) {
  .header__logo .mb {
    display: block;
  }
}
.header__location {
  position: relative;
  flex-shrink: 0;
}
.header__location_title {
  margin-bottom: -24px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #2e2e2e;
}
@media screen and (max-width: 992px) {
  .header__location {
    position: absolute;
    left: 0;
    top: 48px;
    width: 100%;
    border: 1px solid #f0f0f0;
    border-right: 0;
    border-left: 0;
    padding: 0 20px 2px;
    background-color: #fff;
  }
}
.header__location.active input {
  color: #3aa600;
}
.header__location.active input::-moz-placeholder {
  color: #3aa600;
}
.header__location.active input::placeholder {
  color: #3aa600;
}
.header__location.active svg path {
  /* stroke: #2e2e2e; */
}
.header__location_inp {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}
.header__location_inp:hover input {
  color: #3aa600!important;
}
.header__location_inp:hover input::-moz-placeholder {
  color: #3aa600!important;
}
.header__location_inp:hover input::placeholder {
  color: #3aa600!important;
}
@media screen and (max-width: 992px) {
  .header__location_inp {
    padding: 12px 0;
  }
}
.header__location_inp::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 2;
  cursor: pointer;
}
.header__location_inp svg {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
@media screen and (max-width: 992px) {
  .header__location_inp svg {
    height: auto;
    width: 22px;
  }
}
@media screen and (max-width: 600px) {
  .header__location_inp svg path{
    stroke-width: 1.5;
  }
}
/* .header__location_inp input {
  width: 300px;
  padding: 4px 0 4px 22px;
  font-size: 14px;
  line-height: 21px;
} */
@media screen and (max-width: 992px) {
  .header__location_inp input {
    padding: 0 0 0 32px;
    height: 24px;
    font-size: 16px;
  }
}
.header__location_inp input::-moz-placeholder {
  color: #2e2e2e;
}
.header__location_inp input::placeholder {
  color: #2e2e2e;
}
.header__location_inp img {
  display: none;
}
@media screen and (max-width: 992px) {
  .header__location_inp img {
    display: block;
    position: absolute;
    right: 3px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.header__location_content {
  position: absolute;
  left: -21.5px;
  bottom: -13.5px;
  transform: translateY(100%);
  background: #fff;
  border: 1px solid #f0f0f0;
  width: 455px;
  border-radius: 16px;
  padding: 36px;
  z-index: 3;
  display: none;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
@media screen and (max-width: 992px) {
  .header__location_content {
    width: calc(100% - 32px);
    left: 16px;
    padding: 16px;
    bottom: 0;
  }
}
.header__location_content .close_btn {
  position: absolute;
  top: 15px;
  right: 14px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.header__location_content .location_search {
  width: 100%;
  position: relative;
}
.header__location_content .location_search.active input {
  border-radius: 8px 8px 0 0;
  z-index: 5;
  position: relative;
}
.header__location_content .location_search.active .location_search__list {
  display: block;
}
.header__location_content .location_search input {
  width: 100%;
}
.header__location_content .location_search__list {
  position: absolute;
  z-index: 4;
  left: 0;
  top: 47px;
  width: 100%;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 0 0 8px 8px;
  display: none;
  padding-right: 3px;
}
.header__location_content .location_search__list ul {
  display: flex;
  flex-direction: column;
  max-height: 290px;
  overflow-y: auto;
}
.header__location_content .location_search__list ul::-webkit-scrollbar {
  width: 5px;
}
.header__location_content .location_search__list ul::-webkit-scrollbar-track {
  border-radius: 5px;
  background: transparent;
}
.header__location_content .location_search__list ul::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #3aa600;
}
.header__location_content .location_search__list li {
  width: 100%;
  padding: 11px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 12px;
}
.header__location_content .location_search__list li:hover {
  background: rgba(224, 224, 224, 0.3960784314);
}
.header__location_content .date-picker {
  width: 100%;
}
@media screen and (max-width: 992px) {
  .header__location_content .date-picker {
    margin: 0 auto;
  }
}
.header__location_content .flatpickr-current-month {
  height: 32px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__location_content .flatpickr-current-month .flatpickr-monthDropdown-months {
  pointer-events: none;
  padding: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-align: center;
  font-size: 24px;
  line-height: 24px;
  color: #2e2e2e;
  font-weight: 400;
}
.header__location_content .flatpickr-current-month .numInputWrapper {
  display: none;
}
.header__location_content .flatpickr-calendar.open,
.header__location_content .flatpickr-calendar.inline {
  width: 100%;
  -moz-box-shadow: none;
  -goog-ms-box-shadow: none;
  box-shadow: none;
  background: transparent;
}
.header__location_content .flatpickr-weekdays {
  height: 16.47px;
  margin: 21px 0 12px;
}
.header__location_content .dayContainer {
  gap: 12px 6px;
  padding: 1px 0;
}
.header__location_content .flatpickr-day {
  width: calc(14.2857142857% - 5.1428571429px);
  max-width: calc(14.2857142857% - 5.1428571429px);
  aspect-ratio: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 10px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  position: relative;
  z-index: 1;
  border: 0;
}
.header__location_content .flatpickr-day::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 39px;
  height: 39px;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 10px;
}
.header__location_content .flatpickr-day:hover, .header__location_content .flatpickr-day:focus {
  background: transparent;
}
.header__location_content .flatpickr-day:hover::before, .header__location_content .flatpickr-day:focus::before {
  background: #e6e6e6;
}
.header__location_content .flatpickr-day.today {
  color: #2e2e2e;
}
.header__location_content .flatpickr-day.today::before {
  border: 1px solid #3aa600;
}
.header__location_content .flatpickr-day.selected {
  color: #fff;
  background: transparent;
}
.header__location_content .flatpickr-day.selected::before {
  background: #3aa600;
}
.header__location_content span.flatpickr-weekday {
  font-size: 15px;
  line-height: 24px;
  color: #888888;
  font-weight: 400;
  text-transform: lowercase;
}
.header__location_content .flatpickr-rContainer {
  width: 100%;
}
.header__location_content .flatpickr-days {
  width: 100%;
}
.header__location_content .dayContainer {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
.header__location_content .flatpickr-months .flatpickr-prev-month,
.header__location_content .flatpickr-months .flatpickr-next-month {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1.5px solid #f9da7f;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.header__location_content .flatpickr-months .flatpickr-prev-month svg,
.header__location_content .flatpickr-months .flatpickr-next-month svg {
  width: 18px;
  height: auto;
}
.header__location_content .flatpickr-months .flatpickr-prev-month svg path,
.header__location_content .flatpickr-months .flatpickr-next-month svg path {
  stroke-width: 2px;
  fill: #2e2e2e;
}
.header__location_content .flatpickr-months .flatpickr-prev-month:hover svg path,
.header__location_content .flatpickr-months .flatpickr-next-month:hover svg path {
  fill: #888888 !important;
  stroke: #888888 !important;
}
.header__location.active .header__location_inp svg path {
  stroke: #3aa600;
}
.header__location.active .header__location_inp input {
  color: #3aa600;
}
.header__location.active .header__location_content {
  display: flex;
}
.header__content {
  width: 100%;
}
.header__content_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 5px;
}
.header__content_bottom {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 992px) {
  .header__content_bottom {
    display: none;
  }
}
.header__right, .header__actions {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
}
.header__actions{
  width: auto;
}
@media screen and (max-width: 992px) {
  .header__right, .header__actions {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 440px) {
  .header__right, .header__actions {
    gap: 8px;
  }
}
.header__right .like-icon {
  position: relative;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: start;
}
.header__right .like-icon span {
  position: absolute;
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #3aa600;
  color: #fff;
  font-size: 8px;
  line-height: 9px;
  top: -2px;
  right: -4px;
}
.header__right .filter_btn {
  display: none;
}
@media screen and (max-width: 992px) {
  .header__right .filter_btn {
    display: flex;
    width: 24px;
    gap: 24px;
    align-items: center;
    justify-content: center;
  }
}
.header__right .search_btn, .header__right .header__actions .search_btn {
  display: none;
}
@media screen and (max-width: 992px) {
  .header__right .search_btn, .header__right .header__actions .search_btn  {
    display: flex;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
  }
}
.header__right .basket-icon {
  position: relative;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__right .basket-icon span {
  position: absolute;
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #3aa600;
  color: #fff;
  font-size: 8px;
  line-height: 9px;
  top: -2px;
  right: -4px;
}
.header__right .btn-yellow-border.sm {
  padding: 13px 26px;
}
@media screen and (max-width: 992px) {
  .header__right .btn-yellow-border.sm {
    display: none;
  }
}
.header__right .user-name {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}
@media screen and (max-width: 992px) {
  .header__right .user-name {
    padding: 0;
  }
}
.header__right .user-name .icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0f0f0;
}
.header__right .user-name .icon svg {
  width: 10px;
  height: 10px;
}
.header__right .user-name .text {
  width: 83px;
  font-size: 12px;
  line-height: 130%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 992px) {
  .header__right .user-name .text {
    display: none;
  }
}
.header__right .user-name__wrap {
  position: relative;
}
.header__right .user-name__wrap.active .user-name__hidden {
  display: block;
}
.header__right .user-name__close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 24px;
  height: 24px;
  border: 1px solid #888888;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__right .user-name__close:hover {
  border-color: #3aa600;
}
.header__right .user-name__close:hover svg path {
  stroke: #3aa600;
}
.header__right .user-name__close img,
.header__right .user-name__close svg {
  width: 10px;
}
.header__right .user-name__content {
  position: relative;
  background: #fff;
  border-radius: 12px;
  padding: 16px;
  width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header__right .user-name__content .icon {
  position: absolute;
  top: -10px;
  left: 49%;
  transform: translateX(-50%);
}
.header__right .user-name__content ul {
  display: flex;
  flex-direction: column;
  /*gap: 8px;*/
  margin-bottom: 16px;
  width: 100%;
}
.header__right .user-name__content ul a {
  font-size: 17px;
  line-height: 130%;
}
.header__right .user-name__content ul a:hover {
  text-decoration: underline;
  color: #3aa600;
}
.header__right .user-name__content .btn-yellow {
  width: 80%;
  height: 40px;
}
.header__phone {
  position: relative;
}
.header__phone_btn {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__phone_list {
  position: absolute;
  z-index: 2;
  width: 322px;
  left: -158px;
  bottom: -26px;
  transform: translateY(100%);
  background: #fff;
  border-radius: 16px;
  padding: 16px;
  display: none;
  flex-direction: column;
  gap: 16px;
}

.header__phone_list .city{
  margin-bottom: 10px;
}

@media screen and (max-width: 992px) {
  .header__phone_list {
    left: auto;
    right: -100px;
  }
}
.header__phone_list::before {
  content: "";
  position: absolute;
  height: 26px;
  width: 100%;
  background: transparent;
  opacity: 0;
  left: 0;
  top: -26px;
}
.header__phone_list .icon {
  position: absolute;
  top: -10px;
  left: 50%;
}

.header__phone:hover .header__phone_list {
  display: block;
  gap: 16px;
  margin-bottom: 10px;
}

@media screen and (max-width: 992px) {
  .header__phone_list .icon {
    left: 216px;
  }
}
.header__phone_list h3 {
  font-size: 14px;
  line-height: 130%;
  font-weight: bold;
  margin-bottom: 4px;
  color: #000;
}
.header__phone_list a {
  font-size: 16px;
  line-height: 130%;
}
.header__phone_list p {
  font-size: 12px;
  line-height: 130%;
  margin-top: 4px;
}
.header__phone_list .list_wrap {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
.header__phone_list .btn-yellow {
  width: 100%;
}
.header__phone.active .header__phone_btn svg path {
  stroke: #3aa600;
}
.header__phone.active .header__phone_list {
  display: flex;
}
@media screen and (max-width: 992px) {
  .header__search {
    display: none;
  }
}
.header__search input {
  width: 100%;
  height: 32px;
  padding-right: 36px;
}
/*.header__search button {*/
/*  position: absolute;*/
/*  width: 24px;*/
/*  height: 24px;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  right: 12px;*/
/*  top: 50%;*/
/*  transform: translateY(-50%);*/
/*  background: #fff;*/
/*}*/
.header .select_currency {
  position: relative;
  flex-shrink: 0;
  cursor: pointer;
}
@media screen and (max-width: 992px) {
  .header .select_currency {
    display: none;
  }
}
/* .header .select_currency__btn {
  padding: 4px 8px;
  position: relative;
  z-index: 7;
  margin: 0 -8px;
} */
.header .select_currency__btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
}
.header .select_currency__btn input {
  /* border: 1px solid #f0f0f0; */
  width: 30px;
  /* height: 30px; */
  /* border-radius: 16px; */
  /* padding: 0 10px; */
  /* font-size: 14px;
  line-height: 130%; */
  text-align: left;
}
.header .select_currency__btn:hover input {
  /* box-shadow: inherit; */
  border-color: #3aa600;
}
/* .header .select_currency__btn img {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
} */
.header .select_currency__hidden {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateY(100%);
  display: none;
  padding-top: 5px;
  z-index: 6;
}
.header .select_currency__list {
  background: #fff;
  border-radius: 10px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 117px;
}
.header .select_currency__list::before {
  content: "";
  position: absolute;
  top: -26px;
  left: 0;
  width: 100%;
  height: 26px;
  background: transparent;
  opacity: 0;
}
.header .select_currency__list .icon {
  position: absolute;
  left: 16px;
  top: -10px;
  z-index: -1;
  pointer-events: none;
}
.header .select_currency__list li:not(.icon) {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 14px;
  line-height: 130%;
}
.header .select_currency__list li:not(.icon).active {
  color: #3aa600;
}
.header .select_currency.active .select_currency__btn input {
  box-shadow: inherit;
  border-color: #3aa600;
}
.header .select_currency.active .select_currency__list {
  display: flex;
}
.header .select_lang {
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
}
@media screen and (max-width: 992px) {
  .header .select_lang {
    display: none;
  }
}
.header .select_lang__btn {
  /* width: 35px;
  height: 24px; */
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  gap: 4px;
}
.header .select_lang__btn:hover img {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
}
.header .select_lang__btn img {
  width: 24px;
  height: 24px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  box-shadow: inherit;
  flex-shrink: 0;
}
.header .select_lang__btn input {
  display: none;
}
.header .select_lang__list {
  background: #fff;
  width: 70px;
  border-radius: 8px;
  padding: 10px;
}
.header .select_lang__list::before {
  content: "";
  position: absolute;
  top: -26px;
  left: 0;
  width: 100%;
  height: 26px;
  background: transparent;
  opacity: 0;
}
.header .select_lang__list .icon {
  position: absolute;
  left: 16px;
  top: -10px;
  z-index: -1;
  pointer-events: none;
}
.header .select_lang__list li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 4px 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.header .select_lang__list li .flag {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header .select_lang__list li p {
  font-size: 14px;
  line-height: 130%;
}
.header .select_lang.active .select_lang__list {
  display: block;
}
.header .information {
  position: relative;
}
.header .information__btn {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  line-height: 21px;
}
.header .information:hover .information__list {
  display: flex;
}
.header .information__btn .icon {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .information__list {
  background: #fff;
  border-radius: 10px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 163px;
}
/* .header .information__list::before {
  content: "";
  position: absolute;
  top: -16px;
  left: 0;
  width: 100%;
  height: 16px;
  background: transparent;
  opacity: 0;
} */
.header .information__list .icon {
  position: absolute;
  left: 16px;
  top: -10px;
}
.header .information__list a {
  font-size: 14px;
  line-height: 130%;
}
.header .information.active .information__btn {
  color: #3aa600;
}
.header .information.active .information__btn .icon {
  transform: rotate(180deg);
}
.header .information.active .information__btn .icon svg path {
  stroke: #3aa600;
}
.header .information.active .information__list {
  display: flex;
}
.header .green-link {
  font-size: 14px;
  color: #3aa600;
}
.header .green-link:hover {
  text-decoration: underline;
  text-decoration-skip-ink: none;
}
.header .green-link:active {
  color: #ff973b;
  text-decoration: none;
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;      /* fallback */
  height: 100dvh;    /* динамическая высота */
  z-index: 7;
  display: none;
}

@media screen and (max-width: 992px) {
  .mobile-menu.active {
    display: block;
  }
}

.mobile-menu__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}

.mobile-menu__close {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.mobile-menu__content {
  width: 314px;
  position: relative;
  background: #fff;
  height: 100%;
  padding: 12px 4px 0 19px;
  overflow: hidden;
}

.mobile-menu__body {
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: calc(100dvh - 48px);
  padding: 0 11px 12px 0;
  overflow-y: auto;
}

.mobile-menu__body::-webkit-scrollbar {
  width: 4px;
  border-radius: 5px;
}
.mobile-menu__body::-webkit-scrollbar-track {
  background: #e0e0e0;
  border-radius: 4px;
}
.mobile-menu__body::-webkit-scrollbar-thumb {
  background: #ff973b;
  border-radius: 4px;
}

.mobile-menu__navs {
  display: flex;
  flex-direction: column;
  gap: 19px;
  width: 100%;
}

.mobile-menu__navs_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.mobile-menu__navs_item span {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.mobile-menu__navs_content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background: #fff;
  transform: translateX(100%);
  transition: transform 0.3s ease;
}

.mobile-menu__navs_content.active {
  transform: translateX(0);
}

.mobile-menu__navs_content .back-btn {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 19px;
}

.mobile-menu__navs_content .back-btn span {
  font-size: 20px;
  line-height: 24px;
}

.mobile-menu__navs_content ul {
  display: flex;
  flex-direction: column;
  gap: 19px;
  padding: 18px;
  max-height: calc(100dvh - 48px);
  overflow-y: auto;
}

.mobile-menu__navs_content ul::-webkit-scrollbar {
  display: none;
}

.mobile-menu .btns_wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.mobile-menu .btns_wrap .d-block {
  display: block !important;
}

.mobile-menu .btns_wrap a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  font-size: 10px;
  font-weight: bold;
}

.mobile-menu .lang {
  display: flex;
  align-items: center;
  gap: 8px;
}

.mobile-menu .lang button {
  border: 1px solid #f0f0f0;
  border-radius: 16px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 130%;
}

.mobile-menu .lang button.active {
  background: #3aa600;
  color: #fff;
}

.mobile-menu .lang_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile-menu .currency {
  display: flex;
  align-items: center;
  gap: 8px;
}

.mobile-menu .currency button {
  border: 1px solid #f0f0f0;
  border-radius: 16px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 130%;
}

.mobile-menu .currency button.active {
  background: #3aa600;
  color: #fff;
}

.mobile-menu .currency_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.navs {
  margin-bottom: 24px;
}
@media screen and (max-width: 992px) {
  .navs {
    display: none;
  }
}
.navs.disabled {
  position: relative;
}
.navs.disabled::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.navs__container {
  background: #3aa600;
  border-radius: 16px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  position: relative;
}
.navs__item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navs__item:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.navs__item:first-child {
  border-radius: 16px 0 0 16px;
}
.navs__item:last-child {
  border-radius: 0 16px 16px 0;
}
.navs__item:hover {
  background: #F2994A;
}
.navs__item.active {
  background: #F2994A;
}
.navs__item:hover .navs__link {
  color: #fff;
}
.navs__item:hover .navs__content {
  display: flex;
  z-index: 3;
}
.navs__item:nth-child(n+6) .navs__content {
  left: auto;
  right: 0;
}
.navs__link {
  font-size: 14px;
  line-height: 17px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 13px 10px;
  width: 100%;
}
.navs__content {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  width: 840px;
  z-index: 2;
  background: #fff;
  border-radius: 10px;
  padding: 24px;
  display: none;
  align-items: flex-start;
  gap: 24px;
}
.navs__content_left {
  width: calc(100% - 370px);
}
.navs__content .main-img {
  width: 346px;
  height: 395px;
  border-radius: 5px;
}
.navs__content .main-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.navs__content h3 {
  font-size: 36px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  color: #000;
  margin-bottom: 18px;
}
.navs__content_list {
  display: grid;
  gap: 20px 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.navs__content_list a {
  font-size: 14px;
  line-height: 21px;
}
.navs__content_list a.active {
  font-weight: bold;
  color: #3aa600;
}

.navs-mb {
  position: relative;
  padding: 7.5px 16px 6px;
  margin-bottom: 12px;
}
@media screen and (min-width: 992px) {
  .navs-mb {
    display: none;
  }
}
.navs-mb__content {
  display: flex;
  align-items: stretch;
  gap: 6px;
}
.navs-mb__content_btn {
  border: 1px solid #f0f0f0;
  border-radius: 16px;
  padding: 6px 10px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.navs-mb__content_btn span {
  font-size: 16px;
  line-height: 130%;
}
.navs-mb__content_item.active .navs-mb__content_btn {
  background: #3aa600;
  color: #fff;
}
.navs-mb__content_item.active .navs-mb__content_btn svg path {
  stroke: #fff;
}
.navs-mb__content_item.active .navs-mb__list {
  display: block;
}
.navs-mb__list {
  position: absolute;
  top: 57px;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 100;
  padding: 16px;
  display: none;
}
.navs-mb__list .corner-icon {
  position: absolute;
  top: -8px;
  left: 172.5px;
}
.navs-mb__list.list-1 ul {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media screen and (max-width: 768px) {
  .navs-mb__list.list-1 ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.navs-mb__list.list-1 li {
  display: flex;
  align-items: center;
  position: relative;
}
.navs-mb__list.list-1 input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.navs-mb__list.list-2 .corner-icon {
  left: 261px;
}
.navs-mb__list.list-2 .list-2__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.navs-mb__list.list-2 .select_currency {
  position: relative;
  flex-shrink: 0;
}
.navs-mb__list.list-2 .select_currency__btn {
  padding: 4px 8px;
  position: relative;
  z-index: 1;
}
.navs-mb__list.list-2 .select_currency__btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
}
.navs-mb__list.list-2 .select_currency__btn input {
  border: 1px solid #f0f0f0;
  width: 67px;
  height: 30px;
  border-radius: 16px;
  padding: 0 10px;
  font-size: 14px;
  line-height: 130%;
}
.navs-mb__list.list-2 .select_currency__btn img {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}
.navs-mb__list.list-2 .select_currency__list {
  position: absolute;
  right: 0;
  bottom: 0px;
  transform: translateY(100%);
  background: #fff;
  border-radius: 10px;
  padding: 16px;
  display: none;
  flex-direction: column;
  gap: 8px;
  z-index: 2;
  width: 117px;
}
.navs-mb__list.list-2 .select_currency__list::before {
  content: "";
  position: absolute;
  top: -26px;
  left: 0;
  width: 100%;
  height: 26px;
  background: transparent;
  opacity: 0;
}
.navs-mb__list.list-2 .select_currency__list .icon {
  display: none;
}
.navs-mb__list.list-2 .select_currency__list li:not(.icon) {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 14px;
  line-height: 130%;
}
.navs-mb__list.list-2 .select_currency__list li:not(.icon).active {
  color: #3aa600;
}
.navs-mb__list.list-2 .select_currency:hover .select_currency__list {
  display: flex;
}
.navs-mb__list.list-2 h3 {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}
.navs-mb__list.list-2 .form_range {
  margin-bottom: 16px;
}
.navs-mb__list.list-2 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.navs-mb__list.list-2 ul a {
  border: 1px solid #f0f0f0;
  border-radius: 16px;
  padding: 6px 10px;
}

.home {
  margin-bottom: 56px;
}
@media screen and (max-width: 992px) {
  .home {
    margin-top:10px;
  }
}
.home__container {
  display: flex;
  align-items: stretch;
  gap: 20px;
}
.home__swp {
  width: calc(100% - 379px);
  position: relative;
}
.home__swp .swiper {
  height: 100%;
  border-radius: 16px;
}
.home__swp .swiper-slide {
  height: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 0 72px 0px;
  color: #fff;
}
.home__swp .main-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right center;
     object-position: right center;
  z-index: -1;
}
.home__swp h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 42px;
  font-weight: bold;
  line-height: 120%;
  max-width: 392px;
  margin-bottom: 16px;
}
.home__swp p {
  font-size: 20px;
  line-height: 130%;
  max-width: 392px;
}
.home__swp_navigation {
  position: absolute;
  z-index: 1;
  bottom: 24px;
  left: 30px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.home__swp_navigation .swp_btn {
  display: flex;
  align-items: center;
  gap: 10px;
}
.home__content {
  width: 359px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.home__content li {
  border: 2px solid #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 16px;
  min-height: 100px;
  padding: 0 24px;
}
.home__content h3 {
  font-size: 16px;
  line-height: 120%;
  font-weight: bold;
  text-transform: uppercase;
  color: black;
  font-family: "Montserrat", sans-serif;
}
.home__content p {
  font-size: 16px;
  line-height: 130%;
  margin-top: 4px;
}

.more-card {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
}
@media screen and (max-width: 992px) {
  .more-card {
    margin-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .more-card .btn-yellow-border {
    width: 100%;
  }
}

.news {
  margin-bottom: 56px;
}
@media screen and (max-width: 992px) {
  .news {
    margin-bottom: 24px;
  }
}
.news__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}
@media screen and (max-width: 992px) {
  .news__head {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 992px) {
  .news__head .btn-yellow-border {
    display: none;
  }
}
.news__card {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  grid-auto-flow: dense;
}
@media screen and (max-width: 992px) {
  .news__card {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (max-width: 768px) {
  .news__card {
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.news__card .discount-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 16px;
  background: #f49c9a;
  overflow: hidden;
  padding: 46px 16px 16px;
  display: flex;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .news__card .discount-card {
    padding: 16px;
  }
}
.news__card .discount-card .bg-img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right top;
     object-position: right top;
  z-index: -1;
}
.news__card .discount-card h3 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 120%;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 8px;
}
@media screen and (max-width: 992px) {
  .news__card .discount-card h3 {
    font-size: 18px;
  }
}
.news__card .discount-card p {
  max-width: 152px;
  color: #fff;
  font-size: 14px;
  line-height: 130%;
}
@media screen and (max-width: 992px) {
  .news__card .discount-card p {
    line-height: 120%;
  }
}
.news__card .big-card {
  grid-column: span 2/span 2;
  background: #f1849d;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  padding: 36px;
}
@media screen and (max-width: 992px) {
  .news__card .big-card {
    padding: 16px;
    gap: 16px;
    margin: 4px 0;
  }
}
.news__card .big-card h3 {
  font-size: 36px;
  line-height: 120%;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  max-width: 334px;
}
@media screen and (max-width: 992px) {
  .news__card .big-card h3 {
    font-size: 22px;
  }
}
.news__card .big-card p {
  font-size: 14px;
  line-height: 20px;
  max-width: 334px;
}
@media screen and (max-width: 992px) {
  .news__card .big-card p {
    line-height: 120%;
  }
}
.news__card .big-card .bg-img {
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right bottom;
     object-position: right bottom;
  z-index: -1;
}

.service {
  margin-bottom: 56px;
}
@media screen and (max-width: 992px) {
  .service {
    display: none;
  }
}
.service__container {
  display: flex;
  align-items: stretch;
  gap: 20px;
}
.service__card {
  width: 100%;
  padding: 40px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  justify-content: space-between;
  border-radius: 16px;
  background: #fdf5f2;
}
.service__card h3 {
  font-size: 20px;
  line-height: 120%;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 12px;
  color: black;
}
.service__card p {
  font-size: 16px;
  line-height: 130%;
}

.sales {
  margin-bottom: 50px;
}
@media screen and (max-width: 992px) {
  .sales {
    margin-bottom: 45px;
  }
}
.sales__title {
  margin-bottom: 36px;
}
@media screen and (max-width: 992px) {
  .sales__title {
    margin-bottom: 12px;
  }
}
.sales__cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
@media screen and (max-width: 992px) {
  .sales__cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (max-width: 768px) {
  .sales__cards {
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.sales__cards_item {
  background: #f2849e;
  border-radius: 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 46px 17px;
}
@media screen and (max-width: 992px) {
  .sales__cards_item {
    padding: 16px;
  }
}
.sales__cards_item .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right bottom;
     object-position: right bottom;
  z-index: -1;
}
.sales__cards_item h3 {
  font-size: 24px;
  line-height: 120%;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  color: black;
  max-width: 167px;
  margin-bottom: 8px;
}
@media screen and (max-width: 992px) {
  .sales__cards_item h3 {
    font-size: 18px;
  }
}
.sales__cards_item p {
  font-size: 14px;
  line-height: 130%;
}

.present {
  margin-bottom: 88px;
}
@media screen and (max-width: 992px) {
  .present {
    margin-bottom: 32px;
  }
}
.present__title {
  margin-bottom: 36px;
}
@media screen and (max-width: 992px) {
  .present__title {
    margin-bottom: 12px;
  }
}
.present__cards {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media screen and (max-width: 992px) {
  .present__cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (max-width: 768px) {
  .present__cards {
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.present__cards_item {
  position: relative;
  z-index: 1;
  border-radius: 16px;
  overflow: hidden;
  background: #bed770;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 29px 16px 15px 17px;
}
@media screen and (max-width: 992px) {
  .present__cards_item {
    padding: 8px;
  }
}
.present__cards_item .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right bottom;
     object-position: right bottom;
}
.present__cards_item h3 {
  font-size: 24px;
  line-height: 120%;
  font-weight: bold;
  color: #000;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 8px;
}
@media screen and (max-width: 992px) {
  .present__cards_item h3 {
    font-size: 18px;
  }
}
.present__cards_item p {
  font-size: 14px;
  line-height: 130%;
}
@media screen and (max-width: 992px) {
  .present__cards_item p {
    line-height: 120%;
  }
}
@media screen and (max-width: 520px) {
  .present__cards_item a {
    font-size: 12px;
    padding: 12px 12px;
    height: auto;
  }
}

.reviews {
  margin-bottom: 88px;
}
@media screen and (max-width: 992px) {
  .reviews {
    margin-bottom: 32px;
  }
  .reviews .swp_btn__next{
    display:none;
  }
}
.reviews__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
@media screen and (max-width: 992px) {
  .reviews__head {
    margin-bottom: 16px;
  }
  .reviews__head .btn-yellow-border {
    display: none;
  }
}
.reviews__swp {
  position: relative;
}
.reviews__swp .swiper-wrapper {
  align-items: stretch;
}
@media screen and (max-width: 992px) {
  .reviews__swp .swiper-wrapper {
    flex-direction: column;
    gap: 16px;
  }
}
.reviews__swp .swiper-slide {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 36px;
  border-radius: 16px;
  background: #fdf5f2;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 992px) {
  .reviews__swp .swiper-slide {
    gap: 24px;
    padding: 15px 12px 15px 16px;
  }
  .reviews__swp .swiper-slide:last-child {
    display: none;
  }
}
.reviews__swp .swiper-slide p {
  font-size: 16px;
  line-height: 130%;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.reviews__swp .swiper-slide h3 {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}
@media screen and (max-width: 992px) {
  .reviews__swp .swiper-slide h3 {
    line-height: 130%;
  }
}
.reviews__swp .swiper-slide h3 span {
  font-weight: bold;
}
.reviews__swp .swiper-slide a {
  position: absolute;
  top: 0;
  left: 0;
  width: 98%;
  height: 98%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  border: 1.5px solid #3aa600;
  border-radius: 16px;
}
.reviews .swp_btn button {
  position: absolute;
  top: 50%;
  z-index: 2;
}
.reviews .swp_btn__prev {
  left: -20px;
  transform: translate(-100%, -50%);
}
.reviews .swp_btn__next {
  right: -20px;
  transform: translate(100%, -50%);
}
.reviews .swp_pagination {
  margin-top: 24px;
  width: 100%;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .reviews .swp_pagination {
    display: none;
  }
}
.reviews .btn-yellow-border.mobile {
  display: none;
}
@media screen and (max-width: 992px) {
  .reviews .btn-yellow-border.mobile {
    display: flex;
    margin-top: 16px;
    width: 100%;
  }
}

.gift {
  margin-bottom: 56px;
}
@media screen and (max-width: 992px) {
  .gift {
    margin-bottom: 24px;
    display: none;
  }
}
.gift__title {
  margin-bottom: 32px;
}
@media screen and (max-width: 992px) {
  .gift__title {
    margin-bottom: 12px;
  }
}
.gift__cards {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media screen and (max-width: 992px) {
  .gift__cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (max-width: 768px) {
  .gift__cards {
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 992px) {
  .sec-wrap {
    display: flex;
    flex-direction: column-reverse;
  }
}

.buy {
  margin-bottom: 56px;
}
@media screen and (max-width: 992px) {
  .buy {
    margin-bottom: 0;
  }
}
.buy__container {
  background: #fdf5f2;
  border-radius: 16px;
  padding: 36px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .buy__container {
    max-width: 100%;
    border-radius: 0px;
    padding: 24px 16px;
  }
}
.buy__form {
  max-width: 740px;
  margin: 0 auto;
}
.buy__title {
  margin-bottom: 16px;
}
@media screen and (max-width: 992px) {
  .buy__title {
    margin-bottom: 8px;
  }
}
.buy__description {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 992px) {
  .buy__description {
    line-height: 130%;
    margin-bottom: 16px;
  }
}
.buy .form_group {
  display: flex;
  align-items: stretch;
  gap: 20px;
}
@media screen and (max-width: 992px) {
  .buy .form_group {
    flex-direction: column;
    gap: 16px;
  }
}
.buy .form_group .btn-yellow {
  width: 264px;
  flex-shrink: 0;
}
@media screen and (max-width: 992px) {
  .buy .form_group .btn-yellow {
    width: 100%;
    margin-top:15px;
  }
}

.about {
  margin-bottom: 88px;
}
@media screen and (max-width: 992px) {
  .about {
    margin-bottom: 16px;
  }
}
.about__container {
  display: flex;
  align-items: flex-start;
  gap: 44px;
}
@media screen and (max-width: 768px) {
  .about__container {
    flex-direction: column;
    gap: 24px;
  }
}
.about__content {
  width: calc(50% - 22px);
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .about__content {
    width: 100%;
  }
}
.about__item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.about__item h3 {
  font-size: 24px;
  line-height: 120%;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  color: black;
}
.about__item p {
  font-size: 14px;
  line-height: 130%;
}
.about__card {
  position: relative;
  z-index: 1;
  padding: 36px;
  background: #f6a5a1;
  border-radius: 16px;
  overflow: hidden;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .about__card {
    padding: 16px 103px 16px 15px;
  }
}
.about__card .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right bottom;
     object-position: right bottom;
  z-index: -1;
}
.about__card h3 {
  font-size: 16px;
  line-height: 120%;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  max-width: 310px;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.about__card p {
  font-style: 16px;
  line-height: 130%;
  max-width: 310px;
}
@media screen and (max-width: 768px) {
  .about__card p {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .about__card-2 p {
    margin-right: 60px;
  }
}

.footer__top {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 992px) {
  .footer__top {
    display: none;
  }
}
.footer__top h3 {
  font-size: 13px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  color: #000;
  text-transform: uppercase;
}
.footer__top ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer__top ul a {
  font-size: 14px;
  line-height: 20px;
  color: #888888;
}
.footer__top ul a:hover {
  color: #3aa600;
  text-decoration: underline;
}
.footer__top .network_wrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer__top .network_item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  border: 1px solid #2e2e2e;
  border-radius: 8px;
}
.footer__bottom {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 32px 0 37px;
}
@media screen and (max-width: 992px) {
  .footer__bottom {
    display: none;
  }
}
.footer__bottom_item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer__bottom_item p {
  font-size: 14px;
  line-height: 28px;
}
.footer__bottom_item a:not(.btn-yellow-border) {
  font-size: 14px;
  line-height: 28px;
  color: #888888;
}
.footer__bottom_item a:not(.btn-yellow-border):hover {
  color: #3aa600;
  text-decoration: underline;
}
.footer__bottom_item h4 {
  font-size: 14px;
  line-height: 28px;
}
.footer__bottom_item h4 span {
  color: #888888;
}
.footer__bottom_item .stars {
  display: flex;
  align-items: center;
  gap: 0px;
}
.footer__bottom_item .stars img {
  width: 18px;
}
.footer__bottom_item .tel-link {
  color: #2e2e2e;
}
.footer-mb {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px 16px 32px;
  gap: 16px;
}
@media screen and (min-width: 993px) {
  .footer-mb {
    display: none;
  }
}
.footer-mb__head {
  width: 100%;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid #f0f0f0;
}
.footer-mb__head p {
  font-size: 16px;
  line-height: 130%;
}
.footer-mb__head .stars {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 5px 0;
}
.footer-mb__head .stars_text {
  font-size: 16px;
}
.footer-mb__head .stars_text span {
  color: #888888;
}
.footer-mb__head a {
  font-size: 16px;
  color: #888888;
}
.footer-mb__head a:hover {
  text-decoration: underline;
  color: #2e2e2e;
}
.footer-mb__contact {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  padding-bottom: 16px;
}
@media screen and (min-width: 450px) {
  .footer-mb__contact {
    border-bottom: 1px solid #f0f0f0;
  }
}
.footer-mb__contact div {
  display: flex;
  flex-direction: column;
}
.footer-mb__contact div a {
  font-size: 16px;
  line-height: 130%;
}
.footer-mb__contact div a:hover {
  text-decoration: underline;
  color: #2e2e2e;
}
.footer-mb__contact div a:last-child {
  color: #888888;
}
.footer-mb__contact .btn-yellow-border {
  width: 179px;
  height: 48px;
  padding: 0;
}
.footer-mb__navs {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
}
@media screen and (min-width: 450px) {
  .footer-mb__navs {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 16px;
  }
}
.footer-mb__navs ul {
  width: calc(50% - 12px);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 450px) {
  .footer-mb__navs ul:last-child a {
    text-align: right;
  }
}
.footer-mb__navs a {
  color: #888888;
  font-size: 16px;
  line-height: 130%;
}
@media screen and (min-width: 450px) {
  .footer-mb__navs a {
    width: 100%;
    text-align: left;
  }
}
.footer-mb__navs a:hover {
  color: #2e2e2e;
  text-decoration: underline;
}
.footer-mb__app {
  width: 100%;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 16px;
  padding-top:16px;
}
.footer-mb__app h3 {
  font-size: 18px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.footer-mb__app_link {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 6px;
}
.footer-mb__app_link a {
  max-width: 179px;
  width: calc(50% - 6px);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  border: 1px solid #2e2e2e;
  border-radius: 6px;
}
.footer-mb__app_link a img {
  height: 30px;
}
.footer-mb .networks {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.footer-mb .link {
  color: #3aa600;
  font-size: 14px;
  line-height: 130%;
}
.footer-mb .link:hover {
  text-decoration: underline;
}
.footer-mb .link:active {
  color: #ffc24e;
  text-decoration: none;
}
.footer-mb p {
  font-size: 14px;
  line-height: 130%;
}

.breadcrumb {
  margin-bottom: 24px;
}
.breadcrumb__container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}
@media screen and (max-width: 992px) {
  .breadcrumb__container {
    gap: 8px;
  }
}
.breadcrumb a,
.breadcrumb span {
  font-size: 16px;
  line-height: 24px;
  color: #36322c;
}
@media screen and (max-width: 992px) {
  .breadcrumb a,
  .breadcrumb span {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .breadcrumb .icon {
    width: 14px;
  }
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb span {
  color: #888888;
}

@media screen and (min-width: 992px) {
  .categories__filter.other-page {
    display: none !important;
  }
}

.categories {
  margin-bottom: 80px;
}
.categories .line-box {
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 992px) {
  .categories {
    position: relative;
    margin-bottom: 24px;
    z-index: 6;
  }
}
.categories__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.categories__head .title {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 992px) {
  .categories__head .title {
    gap: 12px;
    align-items: flex-end;
  }
}
@media screen and (max-width: 992px) {
  .categories__head .title h2 {
    font-size: 26px;
  }
}
.categories__head .title p {
  font-size: 16px;
  line-height: 130%;
}
@media screen and (max-width: 992px) {
  .categories__head .title p {
    font-size: 14px;
    padding-bottom: 2px;
  }
}
.categories__head_right {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (min-width: 992px) {
  .categories__head_right {
    display: none !important;
  }
}
.categories__head_right button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
.categories__head .filter_btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.categories__head .filter_btn img {
  transform: scale(1.2);
}
.categories__filter {
  width: 264px;
  flex-shrink: 0;
}
.categories__filter.scroll {
  position: fixed;
  top: 0;
  z-index: 9;
}
.categories__filter.scroll > .accordionSwiper.swiper{
  max-height: 1584.73px;
}
@media screen and (max-width: 992px) {
  .categories__filter {
    position: fixed;
    top: 130px;
    left: 0;
    width: 0;
    overflow: hidden;
    height: 100%;
    z-index: 5;
  }
  .categories__filter.active {
    width: 100%;
  }
  @keyframes filterbgActive {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .categories__filter.active .categories__filter__bg {
    animation: filterbgActive 0.3s linear 1;
  }
  @keyframes filterContentActive {
    from {
      transform: translateX(-100%);
    }
    to {
      transform: translateX(0);
    }
  }
  .categories__filter.active .categories__filter_content {
    animation: filterContentActive 0.3s linear 1;
  }
  .categories__filter.end-active {
    width: 100%;
  }
  @keyframes filterbgEndActive {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }
  .categories__filter.end-active .categories__filter__bg {
    opacity: 0;
    animation: filterbgEndActive 0.3s linear 1;
  }
  @keyframes filterContentEndActive {
    from {
      opacity: 1;
      transform: translateX(0);
    }
    to {
      opacity: 1;
      transform: translateX(-100%);
    }
  }
  .categories__filter.end-active .categories__filter_content {
    opacity: 0;
    animation: filterContentEndActive 0.3s linear 1;
  }
}
.categories__filter__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
}
@media screen and (min-width: 992px) {
  .categories__filter__bg {
    display: none;
  }
}
.categories__filter_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
@media screen and (min-width: 992px) {
  .categories__filter_head {
    display: none !important;
  }
}
.categories__filter_head .categories__filter_close {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.categories__filter_head h3 {
  margin: 0 !important;
  text-transform: capitalize;
  font-size: 18px !important;
}
.categories__filter_head div {
  display: flex;
  align-items: center;
  gap: 16px;
}
.categories__filter_head div button:first-child {
  flex-shrink: 0;
  white-space: nowrap;
  font-size: 14px;
  color: #d63334;
}
.categories__filter_content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  position: relative;
  z-index: 6;
}
@media screen and (max-width: 430px) {
  .categories__filter_content {
    padding: 50px 12px !important;
  }
}
@media screen and (max-width: 992px) {
  .categories__filter_content {
    padding: 24px 12px;
    background: #fff;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.05), 0 0 16px rgba(0, 0, 0, 0.15);
    overflow-y: auto;
    position: relative;
  }
  .categories__filter_content::-webkit-scrollbar {
    display: none;
  }
}
.categories__filter_content h3 {
  margin-bottom: 16px;
}
.accordion:not(:last-child){
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);;
}
.categories__filter_content h3, .accordion__title {
  letter-spacing: 2%;
  font-size: 16px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}
.categories__filter_content .accordion__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}
.categories__filter_content .accordion .accordion__btn svg {
  margin-top: 4px;
  transform: rotateZ(180deg);
}
.categories__filter_content .accordion.active .accordion__btn svg {
  transform: rotateZ(0);
}
.categories__filter_content .accordion.active .accordion__btn svg path {
  stroke: #3aa600;
}
.categories__filter_content ul {
  gap: 14px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.accordionSwiper.swiper {
  margin-top: 16px;
}

.accordionSwiper.swiper {
  padding-right: 15px;
  max-height: 120px;
}
.accordionSwiper.swiper .swiper-scrollbar-drag{
  background-color: #F9DA7F;
}
.accordionSwiper.swiper .swiper-scrollbar.swiper-scrollbar-vertical {
  right: 6.5px;
  width: 3px;
  background-color: transparent;
}
@media screen and (min-width: 992px) {
  .accordionSwiper.swiper {
    max-height: 148px;
  }
  .categories__filter_content ul {
    display: flex;
    flex-direction: column;
    /* overflow-y: auto; */
  }
  .categories__filter_content ul::-webkit-scrollbar {
    width: 3px;
  }
  .categories__filter_content ul::-webkit-scrollbar-track {
    background: transparent;
  }
  .categories__filter_content ul::-webkit-scrollbar-thumb {
    background: #f9da7f;
    border-radius: 3px;
  }
}
.categories__filter_content ul label {
  font-size: 14px;
  line-height: 18px;
}
.categories__filter_content .form_inp {
  margin-top: 16px;
}
.categories__filter_content .form_inp input {
  height: 40px;
  font-size: 14px;
  font-weight: 400;
  border-radius: 4px;
}
.categories__filter_content .form_inp input::-moz-placeholder {
  color: #2e2e2e;
}
.categories__filter_content .form_inp input::placeholder {
  color: #2e2e2e;
}
.categories__filter_content .checkbox_wrap {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.categories__filter_content .btns_wrap {
  display: flex;
  align-items: stretch;
  gap: 16px;
}
@media screen and (max-width: 992px) {
  .categories__filter_content .btns_wrap {
    flex-direction: column;
  }
  .categories__filter_content .btns_wrap a,
  .categories__filter_content .btns_wrap button {
    width: 100%;
  }
}
.categories__filter_content .btns_wrap.flex-col {
  flex-direction: column;
}
.categories__filter_content .btns_wrap .btn-yellow,
.categories__filter_content .btns_wrap .btn-yellow-border {
  width: 100%;
  padding: 0;
  height: 44px;
  gap: 8px;
  font-size: 12px;
}
.categories__filter .select_currency {
  position: relative;
  flex-shrink: 0;
}
.categories__filter .select_currency__btn {
  position: relative;
  padding: 6px 10px;
  width: 67px;
  height: 30px;
  display: flex;
  align-items: center;
  gap: 6px;
  background-color: #FFFFFF;
  border-radius: 16px;
  border: 1px solid #f0f0f0;
  z-index: 3;
}
.categories__filter .select_currency__btn input {
  width: 100%;
  font-size: 14px;
  line-height: 130%;
}
.categories__filter .select_currency__btn img {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}
.categories__filter .select_currency__list {
  position: absolute;
  right: 0;
  bottom: -2px;
  transform: translateY(100%);
  background: #fff;
  border-radius: 10px;
  padding: 16px;
  display: none;
  flex-direction: column;
  gap: 8px;
  z-index: 3;
  width: 117px;
}
@media (max-width:600px) {
  .categories__filter .select_currency__list {
    bottom: -2px;
  }
}
.categories__filter .select_currency__list::before {
  content: "";
  position: absolute;
  top: -26px;
  left: 0;
  width: 100%;
  height: 26px;
  background: transparent;
  opacity: 0;
}
.categories__filter .select_currency__list .icon {
  display: none;
}
.categories__filter .select_currency__list li:not(.icon) {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 14px;
  line-height: 130%;
}
.categories__filter .select_currency__list li:not(.icon).active {
  color: #3aa600;
}
.categories__filter .select_currency:hover .select_currency__btn input {
  /* box-shadow: inherit; */
  border-color: #3aa600;
}
.categories__filter .select_currency:hover .select_currency__list {
  display: flex;
}
.categories__content {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  z-index: 1;
}
.categories__content_right {
  margin-left: auto;
  width: calc(100% - 284px);
}
@media screen and (max-width: 992px) {
  .categories__content_right {
    width: 100%;
  }
}
.categories__content_right .content_head {
  padding-top: 2px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 20px;
  min-height: 38px;
}
.content_fixed.scroll {
  background-color: #fff;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.15), 0 0 4px rgba(0, 0, 0, 0.05);
  border: 1px solid #fff;
  border-radius: 0 0 16px 16px;
}
.content_fixed.scroll, .categories_filters-btns.scroll {
  position: fixed;
  top: 0;
  /* padding: 4px 10px; */
  z-index: 99;
}
.content_fixed-content {
  width: 100%;
  transition: all .2s ease-in-out;
}
.content_fixed.scroll .content_fixed-content{
  width: 98%;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .categories__content_right .content_head {
    flex-direction: column;
    align-items: flex-end;
    position: absolute;
    text-align: right;
    background: #fff;
    z-index: 2;
    max-width: 100%;
    right: 0;
    top: -16px;
    gap: 16px;
    padding: 16px;
    border-radius: 16px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.05), 0 0 16px rgba(0, 0, 0, 0.15);
    display: none;
  }
  .categories__content_right .content_head.active {
    display: flex;
  }
}
@media screen and (max-width: 576px) {
  .categories__content_right .content_head {
    flex-direction: column;
    gap: 12px;
  }
}
.categories__content_right .content_head .corner-icon {
  position: absolute;
  top: -10px;
  right: 40px;
}
.categories__content_right .content_head__sort {
  display: flex;
  align-items: center;
  gap: 18px;
}
@media screen and (max-width: 1100px) {
  .categories__content_right .content_head__sort {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}
@media screen and (max-width: 992px) {
  .categories__content_right .content_head__sort {
    align-items: flex-end;
  }
}
.categories__content_right .content_head__sort h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
}
.categories__content_right .content_head__sort ul {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 992px) {
  .categories__content_right .content_head__sort ul {
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
  }
}
.categories__content_right .content_head__sort a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 4px;
}
.categories__content_right .content_head__sort a:hover {
  color: #3aa600;
}
.categories__content_right .content_head__sort a img {
  display: none;
}
.categories__content_right .content_head__sort a.active {
  color: #3aa600;
}
.categories__content_right .content_head__sort a.active img {
  display: block;
}
.categories__content_right .content_right {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 1100px) {
  .categories__content_right .content_right {
    flex-direction: column;
    gap: 12px;
    align-items: flex-end;
  }
}
@media screen and (max-width: 576px) {
  .categories__content_right .content_right {
    flex-direction: row;
    align-items: center;
  }
}
.categories__content_right .content_right a {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 16px;
}
@media screen and (max-width: 992px) {
  .categories__content_right .content_right a {
    font-size: 14px;
  }
}
.categories__content_right .content_right .number {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #3aa600;
  color: #3aa600;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
}
.categories__content_right .content_result {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .categories__content_right .content_result {
    display: none;
  }
}
.categories__content_right .content_result li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 1px solid #f0f0f0;
  border-radius: 20px;
  padding: 6px 10px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.categories__content_right .content_result li:hover {
  box-shadow: inherit;
  border-color: #3aa600;
}
.categories__content_right .content_result li span {
  font-size: 14px;
  line-height: 130%;
}
@media screen and (max-width: 992px) {
  .categories__content_right .content_result li span {
    font-size: 14px;
  }
}
.categories__content_right .content_cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
@media screen and (max-width: 1050px) {
  .categories__content_right .content_cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 992px) {
  .categories__content_right .content_cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }
}
@media screen and (max-width: 768px) {
  .categories__content_right .content_cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.categories__content_right .more-card {
  margin-bottom: 32px;
}

.accordion__body {
  position: relative;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1px;
}
.pagination a {
  min-width: 40px;
  padding: 8px 10px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 24px;
}
.pagination a:hover {
  background: #f5f5f5;
}
.pagination a.active {
  background: #3aa600;
  color: white;
}
.pagination span {
  font-size: 12px;
  margin: 0 4px;
}

.city-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  display: none;
  align-items: center;
  justify-content: center;
}
.city-modal.active {
  display: flex;
}
.city-modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.city-modal__content {
  position: relative;
  width: 380px;
  height: 248px;
}
.city-modal.large .modal__content{
  max-width: 600px;
  width: 100%;
}
.city-modal__content.active input {
  border-radius: 8px 8px 0 0;
}
.city-modal__content.active ul {
  display: block;
}
.city-modal__content .form_inp {
  gap: 0px;
}
.city-modal__content ul {
  background: white;
  border-radius: 0 0 8px 8px;
  max-height: 200px;
  overflow-y: auto;
  border: 1px solid #888888;
  border-top: 0;
  display: none;
}
.city-modal__content ul::-webkit-scrollbar {
  display: none;
}
.city-modal__content ul li {
  font-size: 12px;
  line-height: 120%;
  padding: 8px 11px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.city-modal__content ul li:hover {
  background: rgba(136, 136, 136, 0.1490196078);
}

.product {
  margin-bottom: 56px;
}
.product__container {
  display: flex;
  align-items: flex-start;
  gap: 32px;
}
@media screen and (max-width: 992px) {
  .product__container {
    flex-direction: column;
    gap: 16px;
    align-items: center;
  }
}
.product__left {
  width: calc(50% - 16px);
}
@media screen and (max-width: 992px) {
  .product__left {
    width: 100%;
    max-width: 420px;
  }
}
.product__left_text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 992px) {
  .product__left_text {
    display: none;
  }
}
.product__left_text h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 120%;
  font-family: "Montserrat", sans-serif;
  color: #000;
}
.product__left_text ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.product__left_text ul li {
  font-size: 16px;
  line-height: 130%;
}
.product__left .swp_pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .product__left .swp_pagination {
    display: none !important;
  }
}
.product .parent_swp {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .product .parent_swp {
    border-radius: 0;
    overflow: visible;
  }
}
.product .parent_swp .alert {
  font-size: 10px;
  line-height: 22.8px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  padding: 0 8px;
  display: inline-flex;
  border-radius: 20px;
  position: absolute;
  z-index: 1;
  left: 10px;
  top: 10px;
  text-transform: uppercase;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 23px;
  line-height: unset;
}
@media screen and (max-width: 992px) {
  .product .parent_swp .alert {
    left: 8px;
    top: 8px;
  }
}
.product .parent_swp .alert-orange {
  background: #ff973b;
}
.product .parent_swp .alert-red {
  background: #d63334;
}
.product .parent_swp .alert-lightred {
  background: #ff6782;
}
.product .parent_swp .alert-green {
  background: #4fcf99;
}
.product .parent_swp .size {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  background: #f6f6f3;
  padding: 8px 10px;
  gap: 4px;
  border-radius: 10px;
}
@media screen and (max-width: 992px) {
  .product .parent_swp .size {
    right: 8px;
    bottom: 8px;
  }
}
.product .parent_swp .size li {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: space-between;
}
.product .parent_swp .size li:last-child {
  gap: 5px;
}
.product .parent_swp .size p {
  font-size: 16px;
  line-height: 16px;
}
.product .parent_swp .swiper {
  height: auto;
  overflow: visible;
}
.product .parent_swp .swiper-slide {
  height: 550px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .product .parent_swp .swiper-slide {
    height: auto;
    aspect-ratio: 100/101.5;
  }
}
.product .parent_swp .swiper-slide:not(.swiper-slide-active) {
  overflow: hidden;
}
.product .parent_swp .swiper-slide img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media screen and (max-width: 992px) {
  .product .parent_swp .swiper-slide img {
    border-radius: 12px;
  }
}
.product .parent_swp .like-btn {
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .product .parent_swp .like-btn {
    right: 8px;
    top: 8px;
  }
}
.product .parent_swp .like-btn.active svg path {
  fill: #3aa600;
}
.product .parent_swp a {
  position: absolute;
  z-index: 2;
  left: 10px;
  bottom: 10px;
  background: #fb8982;
  display: flex;
  align-items: center;
  border-radius: 10px;
  gap: 8px;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  padding: 8px 24px 8px 9px;
}
@media screen and (max-width: 992px) {
  .product .parent_swp a {
    left: 8px;
    bottom: 8px;
  }
}
.product .parent_swp a:hover {
  background: #d57772;
}
.product .child_swp {
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .product .child_swp {
    /* display: none; */
  }
}
.product .child_swp .swiper {
  z-index: 1;
  overflow: visible;
}
.product .child_swp .swiper::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 80px;
  background: #fff;
  z-index: 2;
  opacity: 0.8;
}
.product .child_swp .swiper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 80px;
  background: #fff;
  z-index: 2;
  opacity: 0.8;
}
.product .child_swp .swiper-slide {
  width: 100px;
  height: 100px;
  border: 1px solid #f2f2f2;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.product .child_swp .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product .child_swp .swp_btn__next {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 2;
}
.product .child_swp .swiper-button-disabled {
  display: none;
}
.product .child_swp .swp_btn__prev {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  transform: translateY(-50%);
}
.product__right {
  width: calc(50% - 16px);
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 992px) {
  .product__right {
    width: 100%;
    gap: 16px;
  }
}
.product__right_head {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.product__right_head .title {
  font-size: 24px;
  font-weight: bold;
  line-height: 120%;
  color: #000;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 992px) {
  .product__right_head .title {
    font-size: 22px;
  }
}
.product__right_head .title__wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 992px) {
  .product__right_head .title__wrap {
    padding-right: 28px;
  }
}
.warning {
  position: relative;
  display: inline;
  z-index: 2;
}
.warning.active .warning__body{
  display: flex;
  opacity: 1;
}
.warning-icon {
  width: 24px;
  height: 24px;
  vertical-align: text-bottom;
}
.warning:hover {
  z-index: 2;
}
.warning:hover .warning__body {
  display: flex;
  opacity: 1;
}
.warning__body {
  position: absolute;
  background: #fff;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.15), 0 0 4px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  width: 150px;
  padding: 16px;
  left: 50%;
  bottom: -19px;
  transform: translate(-50%, 100%);
  display: none;
  opacity: 0;
  flex-direction: column;
  gap: 8px;
}
.warning__dropdown:not(:last-child){
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.warning__dropdown.active .warning__dropdown-head .icon {
  transform: scaleY(-1);
}
.warning__dropdown-head {
  padding: 8px 0;
  display: flex;
  align-items: center;
  gap: 6px;
  outline: none;
  user-select: none;
}
.warning__dropdown-head h4{
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #2e2e2e;
}
.warning__dropdown ul {
  padding-top: 8px;
  padding-bottom: 16px;
}
.warning__dropdown-hidden {
  position: relative;
  max-height: 0;
  transition: all .2s ease-in-out;
  overflow: hidden;
}
.warning__dropdown-hidden .swiper {
  padding-right: 10px;
  max-height: 173px;
}
.warning__body::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 22px;
  top: 0;
  transform: translateY(-100%);
  background: transparent;
}
.warning__body-icon:not(.warning__dropdown .icon) {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
}
@media screen and (max-width: 500px) {
  .warning {
    position: static;
  }
  .warning__body-icon {
    left: auto;
    right: 16px;
    transform: translate(0, -100%);
  }
}
.warning__body .description {
  font-size: 14px;
  line-height: 130%;
  font-weight: 400;
}
.warning__body .description b {
  font-weight: bold;
}
.warning__body ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.warning__body ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.warning__body ul li::before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 2px;
  width: calc(100% - 4px);
  z-index: -1;
  border-bottom: 1px dashed #888888;
}
.warning__body ul p {
  font-size: 14px;
  line-height: 130%;
  background: #fff;
  padding-right: 4px;
}
.warning__body ul p:last-child {
  padding: 0 0 0 4px;
}
.product__right_head h5 {
  font-size: 14px;
  color: #3aa600;
}
/*stars, rating and other*/
.stars {
  display: flex;
  align-items: center;
  gap: 4px;
}
.stars.gap-8 {gap: 8px;}
.stars span {
  font-size: 16px;
  line-height: 130%;
}
.stars img {
  width: 16px;
  flex-shrink: 0;
}
.stars .light {
  color: #888888;
}
.stars_icon {
  display: flex;
  align-items: center;
  gap: 2px;
}
.product__right_head h4:not(.warning__dropdown-head h4) {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  .product__right_head h4 {
    flex-wrap: wrap;
  }
  .product__right_head h4 b {
    width: 100%;
  }
}
.product__right_head h4 span {
  font-weight: 400;
}
.product__right_head h4 a {
  color: #3aa600;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  line-height: 130%;
}
.product__right_amount {
  display: flex;
  align-items: center;
  gap: 16px;
}
.product__right_amount h3 {
  font-size: 16px;
  line-height: 130%;
}
.product__right_amount .calculation {
  gap: 0px;
}
.product__right_amount .calculation button {
  width: 36px;
  height: 36px;
}
.product__right_amount .calculation button img {
  width: 14px;
}
.product__right_amount .calculation button.disabled {
  pointer-events: none;
}
.product__right_amount .calculation input {
  height: 36px;
  width: 41px;
  color: #2e2e2e;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
/* .product__right_price h3 {
  font-size: 36px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  line-height: 120%;
  margin-bottom: 8px;
  color: black;
  display: flex;
  align-items: flex-end;
  gap: 8px;
} */
/* @media screen and (max-width: 992px) {
  .product__right_price h3 {
    font-size: 24px;
  }
} */
/* .product__right_price h3 del {
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
  color: #888888;
} */
/* .product__right_price p {
  font-size: 16px;
  line-height: 130%;
} */
/* .product__right_price p span {
  font-weight: bold;
} */
.product__right .btn-yellow {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 11px;
  height: 70px;
  width: 100%;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Roboto Flex", sans-serif;
  text-transform: inherit;
  gap: 0px;
}
.product__right .btn-yellow span {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.product__right .btn-yellow-border {
  padding: 23px;
  font-size: 18px;
  line-height: 22px;
}
/* .product__right_partners p {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 16px;
  line-height: 130%;
  margin-bottom: 24px;
} */
/* @media screen and (max-width: 992px) {
  .product__right_partners p {
    margin-bottom: 16px;
  }
} */
.product__right_partners ul {
  display: flex;
  align-items: stretch;
  gap: 8px;
}
.product__right_partners ul li {
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
}
@media screen and (max-width: 992px) {
  .product__right_partners ul li {
    height: 32px;
  }
}
@media screen and (max-width: 576px) {
  .product__right_partners ul li img {
    transform: scale(0.8);
  }
}
.product__right_quality {
  background: #fdf5f2;
  border-radius: 16px;
  padding: 36px 42px 36px 36px;
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
@media screen and (max-width: 992px) {
  .product__right_quality {
    gap: 16px;
    padding: 16px;
    margin-bottom: 8px;
  }
  .product__right_quality img {
    width: 24px;
  }
}
.product__right_quality h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 120%;
  font-weight: bold;
  color: black;
  margin-bottom: 8px;
}
@media screen and (max-width: 992px) {
  .product__right_quality h3 {
    font-size: 18px;
  }
}
.product__right_quality p {
  font-size: 16px;
  line-height: 130%;
}
.product__right_compaunt h3 {
  font-size: 20px;
  line-height: 120%;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #000;
  margin-bottom: 16px;
}
@media screen and (max-width: 992px) {
  .product__right_compaunt h3 {
    font-size: 18px;
  }
}
.product__right_compaunt ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.product__right_compaunt li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.product__right_compaunt li::before {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 100%;
  height: 0;
  border-bottom: 1px dashed #888888;
  z-index: -1;
}
.product__right_compaunt p {
  font-size: 16px;
  line-height: 130%;
  background: #fff;
  padding-right: 4px;
}
.product__right_compaunt p:last-child {
  padding: 0 0 0 4px;
}
.product__right_text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 992px) {
  .product__right_text {
    display: none !important;
  }
}
.product__right_text h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 120%;
  font-family: "Montserrat", sans-serif;
  color: #000;
}
.product__right_text ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.product__right_text ul li {
  font-size: 16px;
  line-height: 130%;
}

.new-card {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.15), 0 0 4px rgba(0, 0, 0, 0.05);
  background: #fff;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 26px;
}
@media screen and (max-width: 992px) {
  .new-card {
    gap: 16px;
  }
}
.new-card .main-img {
  width: 100%;
  aspect-ratio: 100/111.4;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.new-card .main-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.new-card .main-img .alert {
  font-size: 10px;
  line-height: 22.8px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  padding: 0 8px;
  display: inline-flex;
  border-radius: 20px;
  position: absolute;
  z-index: 1;
  left: 7px;
  top: 10px;
  text-transform: uppercase;
}
.new-card .main-img .alert-orange {
  background: #ff973b;
}
.new-card .main-img .alert-red {
  background: #d63334;
}
.new-card .main-img .alert-lightred {
  background: #ff6782;
}
.new-card .main-img .alert-green {
  background: #4fcf99;
}
.new-card__body {
  padding: 12px 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
  align-items: center;
  text-align: center;
  position: relative;
}
.new-card__body p {
  font-size: 12px;
  line-height: 130%;
}
.new-card__body h3 {
  font-size: 16px;
  line-height: 130%;
  font-weight: bold;
}
.new-card:hover {
  position: relative;
  z-index: 1;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}
.new-card:hover::before {
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  width: 100%;
  height: 100%;
  border: 1px solid #3aa600;
  z-index: -1;
  border-radius: 17px;
}

.similar {
  margin-bottom: 96px;
}
@media screen and (max-width: 992px) {
  .similar {
    margin-bottom: 32px;
  }
}
.similar__title {
  margin-bottom: 36px;
}
@media screen and (max-width: 992px) {
  .similar__title {
    margin-bottom: 12px;
  }
}
.similar__cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
@media screen and (max-width: 992px) {
  .similar__cards {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
  }
}
@media screen and (max-width: 768px) {
  .similar__cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (max-width: 576px) {
  .similar__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.recently {
  margin-bottom: 92px;
}
@media screen and (max-width: 992px) {
  .recently {
    margin-bottom: 32px;
  }
}
.recently__title {
  margin-bottom: 36px;
}
@media screen and (max-width: 992px) {
  .recently__title {
    margin-bottom: 12px;
  }
}
.recently__cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
@media screen and (max-width: 992px) {
  .recently__cards {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
  }
}
@media screen and (max-width: 768px) {
  .recently__cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (max-width: 576px) {
  .recently__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.calculation {
  display: inline-flex;
  align-items: center;
}
.calculation button, .calculation div {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex-shrink: 0;
  border: 1px solid #f9da7f;
}
.calculation div {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex-shrink: 0;
  border: 1px solid #f9da7f;
}
.calculation_value {
  width: 30px;
  text-align: center;
  font-family: "Trebuchet MS", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #000;
}

.call-modal .modal__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.change-city-confirm-modal .modal__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.buy-product-modal .modal__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 576px) {
  .buy-product-modal .modal__content {
    width: calc(100% - 32px);
  }
}
.buy-product-modal .title {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 120%;
  font-weight: bold;
  padding: 8px 0;
}
.buy-product-modal .content {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 450px) {
  .buy-product-modal .content {
    flex-direction: column;
  }
}
.buy-product-modal .content .main-img {
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  border-radius: 9.41px;
  border: 1px solid #f0f0f0;
  overflow: hidden;
}
.buy-product-modal .content .main-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.buy-product-modal .content div {
  width: 100%;
}
.buy-product-modal .content h3 {
  font-size: 16px;
  line-height: 130%;
  font-weight: bold;
}
.buy-product-modal .content .calculation_wrap {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  margin-top: 16px;
}
.buy-product-modal .content .calculation_wrap h4 {
  font-size: 16px;
  line-height: 130%;
  font-weight: bold;
  flex-shrink: 0;
  display: flex;
  align-items: flex-end;
  gap: 8px;
}
.buy-product-modal .content .calculation_wrap h4 del {
  font-weight: 500;
  color: #888;
  font-size: 12px;
  line-height: 155%;
}
.buy-product-modal .form_group {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.confirm-number .modal__content {
  width: 455px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.confirm-number .inputs {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 16px;
  width: 100%;
}
.confirm-number h2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 120%;
  padding: 8px 0;
}
.confirm-number .description {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.confirm-number .description .icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  border-radius: 50%;
  background: #0dc143;
  display: flex;
  align-items: center;
  justify-content: center;
}
.confirm-number .description p {
  font-size: 16px;
  line-height: 24px;
}
.confirm-number .description b {
  display: inline-block;
  font-weight: 700;
}
.confirm-number .description button {
  font-size: 16px;
  color: #3aa600;
}
.confirm-number input {
  font-size: 18px;
  width: calc(25% - 12px);
  height: 48px;
  flex-shrink: 0;
  padding: 0;
  text-align: center;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}
.confirm-number input:hover, .confirm-number input.valid {
  border-color: #888888;
}
.confirm-number input:focus {
  border-color: #3aa600;
}
.confirm-number input.error {
  border-color: #f53e63;
}
.confirm-number a {
  font-size: 16px;
  width: 100%;
  text-align: center;
}
.confirm-number a b {
  font-weight: 700;
}
.confirm-number a.disabled {
  color: #888888;
  pointer-events: none;
}
.confirm-number .text-green {
  color: #3aa600;
}
.confirm-number .btn-yellow {
  width: 100%;
}

.order-form .selec-date {
  padding: 24px 0;
  /* cursor: pointer; */
}
.order-form__title {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28.8px;
  color: #2e2e2e;
}
.order-form__title span {
  color: #3aa600;
}
.order-form .card-title {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}
.order-form__sidebars {
  display: flex;
  align-items: start;
  gap: 32px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .order-form__sidebars {
    flex-direction: column;
    gap: 20px;
  }
}
@media screen and (max-width: 600px) {
  .order-form__sidebars {
    margin-bottom: 18px;
  }
}
.order-form .recipient-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 645px;
}
@media screen and (max-width: 1024px) {
  .order-form .recipient-section {
    width: 100%;
  }
}
.order-form .recipient-section .recipient-card {
  padding: 24px;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.0509803922);
  border: 1px solid #f0f0f0;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 600px) {
  .order-form .recipient-section .recipient-card {
    gap: 16px;
  }
}
.order-form .recipient-section .recipient-card__title {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}
.order-form .recipient-section .recipient-card.disabled .form,
.order-form .recipient-section .recipient-card.disabled .sub-title {
  display: none;
}
.order-form .recipient-section .recipient-card.disabled .recipient-card__title {
  color: #bebebe;
}
.order-form .recipient-section .recipient-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.order-form .recipient-section .recipient-card__header .sub-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #2e2e2e;
}
.order-form .recipient-section .tabs {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 600px) {
  .order-form .recipient-section .tabs {
    flex-direction: column;
    gap: 16px;
  }
}
.order-form .recipient-section .tabs .tab-item {
  padding: 16px;
  border-radius: 8px;
  border: 1.5px solid #f9da7f;
  cursor: pointer;
  background: transparent;
  width: 100%;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 15.85px;
  letter-spacing: 0.02em;
}
.order-form .recipient-section .tabs .tab-item.active {
  border-color: #000;
}
.order-form .recipient-section .tabs .tab-item:hover {
  background: #f9da7f;
  border-color: #f9da7f;
}
.order-form .recipient-section .tab-content {
  display: none;
  animation: fade 0.2s linear;
}
.order-form .recipient-section .tab-content.show {
  display: block;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.order-form .form, .selec-date-flex {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.order-form .selec-date.selec-date-flex {
  padding: 0;
}
@media screen and (max-width: 600px) {
  .order-form .form {
    gap: 16px;
  }
}
.order-form .form-label {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.selec-date .input-boxes {
  position: relative;
}
.selec-date .form-label {
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  .order-form .form-label.no-flex {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .selec-date .form-label {
    flex-wrap: wrap;
  }
}
.order-form .form-label span {
  color: #3aa600;
}
.order-form .form .sub-label {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.order-form .form .input-box {
  display: flex;
  flex-direction: column;
  gap: 7px;
  width: 100%;
}
.order-form .form .selects {
  display: flex;
  gap: 15px;
}
@media screen and (max-width: 600px) {
  .order-form .form .selects {
    flex-direction: column;
  }
}
.order-form .form .selec-payment {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap-reverse;
  gap: 16px;
}
@media screen and (max-width: 600px) {
  .order-form .form .selec-payment {
    flex-direction: column-reverse;
    align-items: start;
  }
}
.order-form .form .payment-carts {
  display: flex;
  gap: 8px;
}
.order-form .form .payment-cart {
  width: 72px;
  height: 48px;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.order-form .form .payment-container {
  border: 1.5px solid #bebebe;
  padding: 24px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.order-form .form .payment-container.active {
  border-color: #000;
}
.order-form .form .payment-select {
  position: relative;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  height: 48px;
  cursor: pointer;
  display: none;
}
.order-form .form .payment-select.show {
  display: block;
}
.order-form .form .payment-select .arrow {
  transition: all 0.2s linear;
}
.order-form .form .payment-select .arrow.active {
  transform: rotate(180deg);
}
.order-form .form .payment-select__options {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  background: #fff;
}
.order-form .form .payment-select .selected-box {
  display: flex;
  padding: 12px;
  align-items: center;
  justify-content: space-between;
}
.order-form .form .payment-select .left-box {
  display: flex;
  align-items: center;
  gap: 10px;
}
.order-form .form .payment-select .cart-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 24px;
  border: 0.5px solid #e0e0e0;
  border-radius: 3px;
}
.order-form .form .payment-select .cart-box img {
  width: 17px;
  -o-object-fit: contain;
     object-fit: contain;
}
.order-form .payment-select__options {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 16px;
  border-radius: 8px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.0509803922);
  margin-top: 10px;
  display: none;
  flex-direction: column;
  gap: 16px;
  border: 1px solid #e0e0e0;
  z-index: 100;
}
.order-form .payment-select__options.show {
  display: flex;
}
.order-form .input-boxes {
  display: flex;
  gap: 20px;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .order-form .input-boxes {
    flex-direction: column;
    gap: 16px;
  }
}
.order-form .form-input,
.order-form .form-textarea {
  display: block;
  border: 1px solid #e0e0e0;
  padding: 10px 13px;
  font-family: "Trebuchet MS", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  border-radius: 8px;
  width: 100%;
  height: 40px;
}
.order-form .form-textarea {
  resize: vertical;
  height: 90px;
}
.order-form input {
  width: 18px;
  border-color: red;
  height: 18px;
}
.order-form input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #36322c;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  position: relative;
}
.order-form input[type=radio]:checked::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #3aa600;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.order-form input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #36322c;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
  display: inline-block;
  position: relative;
}
.order-form input[type=checkbox]:checked {
  background-color: #3aa600;
  border-color: #3aa600;
}
.order-form input[type=checkbox]:checked::after {
  content: "";
  font-size: 29px;
  color: white;
  position: absolute;
  background: url(../images/new-layout/check-2.svg) no-repeat;
  width: 20px;
  height: 11px;
  background-size: 10px;
  background-position: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.order-form .btn-yellow.disabled {
  background: linear-gradient(0deg, #f9da7f, #f9da7f), linear-gradient(0deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6));
  opacity: 30%;
  cursor: auto;
}
.order-form .reviews.disabled {
  display: none;
}
.order-form .reviews-title {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #000;
  margin: 52px 0 16px 0;
}
@media screen and (max-width: 600px) {
  .order-form .reviews-title {
    margin: 24px 0;
  }
}
.order-form .reviews-cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.order-form .reviews-card {
  padding: 24px;
  border-radius: 16px;
  background: #fdf5f2;
  display: block;
}
.order-form .reviews-card .reviews-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  margin-bottom: 16px;
}
.order-form .reviews-card .user-name {
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}
.order-form .reviews-card .comment-date {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.order-form .right-sec {
  width: calc(100% - 645px);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .order-form .right-sec {
    width: 100%;
    order: -1;
  }
}
.order-form .right-sec .notification-box {
  background: #fdf5f2;
  padding: 24px;
  border-radius: 16px;
}
.order-form .right-sec .notification-box.disabled {
  display: none;
}
.order-form .right-sec .notification-box.pink {
  background: #ffd7d9;
}
.order-form .right-sec .notification-box.red {
  background: #ffbcb9;
}
.order-form .right-sec .notification-box.green {
  background: #d7ec8d;
}
.order-form .right-sec .notification-box.sky-blue {
  background: #c5ecff;
}
.order-form .right-sec .notification-box__title {
  margin-bottom: 8px;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #000;
}
.order-form .right-sec .notification-box__desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
}
.order-form .basket-contents {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.0509803922);
  padding: 24px;
  border-radius: 16px;
  border: 1px solid #f0f0f0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.order-form .basket-contents .product-img {
  width: 100px;
  height: 100px;
  border-radius: 10px;
  border: 1.4px solid #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media screen and (max-width: 600px) {
  .order-form .basket-contents .product-img {
    min-width: 100px;
    width: 100px;
    height: 100px;
  }
}
.order-form .basket-contents .product-name {
  font-size: 14px;
  font-weight: 700;
  line-height: 130%;
}
.order-form .basket-contents .basket-product {
  display: flex;
  align-items: center;
  gap: 20px;
}
.order-form .basket-contents .basket-product__content {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .order-form .basket-contents .basket-product {
    gap: 15px;
  }
}
.order-form .basket-contents .bottom-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.order-form .basket-contents .basket-product__content .bottom-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
}
.order-form .basket-contents .basket-product__content .calculation {
  display: flex;
  gap: 10px;
}
.order-form .basket-contents .basket-product__content input {
  text-align: center;
}
.order-form .basket-contents .basket-product__content .price {
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
}
.order-form .basket-contents .basket-product__content .product-del {
  margin-left: auto;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  cursor: pointer;
}
.order-form .basket-contents .product-info ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.order-form .basket-contents .product-info li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 16px;
}
.order-form .basket-contents .product-info span {
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
}
.order-form .basket-contents .product-info .flex-box {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: end;
  margin-top: 8px;
}
.order-form .basket-contents .product-info h5,
.order-form .basket-contents .product-info button {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20.8px;
}
.order-form .basket-contents .product-info h5 {
  gap: 8px;
  min-width: fit-content;
}
.order-form .basket-contents .product-info button {
  color: #3aa600;
}
.order-form .basket-contents .product-info .promocode-block .promocode-label {
  display: none;
}
.order-form .basket-contents .product-info .promocode-block .promocode-value {
  display: none;
}
.order-form .basket-contents .product-info .promocode-block .apply-promocode {
  display: none;
}
.order-form .basket-contents .product-info .promocode-block .remove-promocode {
  display: none;
}
.order-form .basket-contents .product-info .promocode-block.status-show-field .add-promocode {
  display: none;
}
.order-form .basket-contents .product-info .promocode-block.status-show-field .promocode-input {
  display: initial;
}
.order-form .basket-contents .product-info .promocode-block.status-show-field .apply-promocode {
  display: initial;
}
.order-form .basket-contents .product-info .promocode-block.status-show-promo .add-promocode {
  display: none;
}
.order-form .basket-contents .product-info .promocode-block.status-show-promo .promocode-input {
  display: none;
}
.order-form .basket-contents .product-info .promocode-block.status-show-promo .apply-promocode {
  display: none;
}
.order-form .basket-contents .product-info .promocode-block.status-show-promo .promocode-label {
  display: initial;
}
.order-form .basket-contents .product-info .promocode-block.status-show-promo .promocode-value {
  display: initial;
}
.order-form .basket-contents .product-info .promocode-block.status-show-promo .remove-promocode {
  display: initial;
}
.order-form .basket-contents .product-info .remove-promocode {
  font-weight: 400;
  color: #999999;
}
.order-form .promo-box {
  display: flex;
  align-items: center;
  gap: 0 16px;
  height: 32px;
  flex-wrap: wrap;
}
.order-form .promo-box .promocode-input {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #2e2e2e;
  border: 1px solid #2e2e2e;
  padding: 4px 10px;
  border-radius: 5px;
  width: 126px;
  height: 32px;
  display: none;
}
.order-form .promo-box .promocode-input.show {
  display: block;
}
@media screen and (max-width: 600px) {
  .order-form .promo-box .promocode-input {
    width: 80px;
  }
}
.order-form .basket-contents .product-info .promocode-label{
  font-weight: 700;
  color: #3aa600;
}
.order-form .basket-contents .product-info .promocode-value{
  font-weight: 700;
}
.order-form .social-media__profile .no-flex {
  gap: 3px;
}
.order-form .social-media__profile .profil-box {
  position: relative;
}
.order-form .social-media__profile .profil-box span {
  cursor: pointer;
}
.order-form .social-media__profile .profil-box:hover .tooltip-box {
  display: block;
}
.order-form .social-media__profile .tooltip-box {
  position: absolute;
  background: #fff;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.15), 0 0 4px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  width: 280px;
  padding: 16px;
  left: 50%;
  bottom: -19px;
  transform: translate(-10%, 100%);
  display: none;
}
@media screen and (max-width: 600px) {
  .order-form .social-media__profile .tooltip-box {
    left: 30px;
  }
}
.order-form .social-media__profile .tooltip-box .icon {
  position: absolute;
  top: -10px;
  left: 16px;
}
.order-form .social-media__profile .tooltip-box .info {
  font-size: 14px;
  font-weight: 400;
  line-height: 18.2px;
}
.order-form .selec-date {
  position: relative;
}
.order-form .selec-date input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  cursor: pointer;
  outline: none;
  border-radius: 15px;
  height: 4px;
  background: #d9d9d9;
}
.order-form .selec-date .time {
  font-weight: 700;
  color: #2e2e2e;
}
.order-form .selec-date input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  height: 16px;
  width: 16px;
  background-color: #3aa600;
  border-radius: 50%;
  border: none;
}
.order-form .selec-date input[type=range]::-moz-range-thumb {
  height: 15px;
  width: 15px;
  background-color: #3aa600;
  border-radius: 50%;
  border: none;
}
.order-form .selec-date .tooltip {
  position: absolute;
  background: #fff;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.15), 0 0 4px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  width: 466px;
  padding: 16px;
  left: 198px;
  bottom: 0;
  transform: translateY(100%);
  transition: all 0.3s linear;
  z-index: 100;
  gap: 24px;
  flex-direction: column;
  display: none;
}
.order-form .selec-date .tooltip.show {
  display: flex;
}
@media screen and (max-width: 705px) {
  .order-form .selec-date .tooltip {
    left: 0;
  }
}
@media screen and (max-width: 380px) {
  .order-form .selec-date .tooltip {
    left: -30px;
  }
}
@media screen and (max-width: 500px) {
  .order-form .selec-date .tooltip {
    width: 343px;
  }
}
.order-form .selec-date .header__location_content {
  display: none;
}
.order-form .selec-date .header__location_content.show {
  display: block;
}
.order-form .selec-date .box {
  width: 100%;
}
.order-form .selec-date__title {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.2px;
}
.order-form .selec-date .icon {
  position: absolute;
  top: -10px;
  left: 16px;
}
.order-form .selec-date .selec-date__swiper {
  width: 388px;
  padding: 5px 0;
}
@media screen and (max-width: 600px) {
  .order-form .selec-date .selec-date__swiper {
    width: 265px;
  }
}
.order-form .selec-date .swiper-box {
  position: relative;
}
.order-form .selec-date .swiper-box .next-btn,
.order-form .selec-date .swiper-box .prev-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.order-form .selec-date .swiper-box .next-btn {
  right: 0;
}
.order-form .selec-date .swiper-box .prev-btn {
  left: 0;
}
.order-form .selec-date .date {
  text-align: center;
  border-radius: 8px;
  border: 1.5px solid #f9da7f;
  padding: 12px;
  cursor: pointer;
}
.order-form .selec-date .date.active {
  border-color: #000;
}
.order-form .selec-date .date span {
  font-size: 12px;
  font-weight: 400;
  line-height: 15.6px;
}
.order-form .selec-date .date h5 {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 19.2px;
  margin: 8px;
}
.order-form .selec-date .select-delivery {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.order-form .selec-date .delivery-box {
  border-radius: 8px;
  border: 1.5px solid #f9da7f;
  padding: 14px 24px;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 12.19px;
  letter-spacing: 0.02em;
  height: 40px;
  flex: 1 1 auto;
}
.order-form .selec-date .delivery-box.active {
  border-color: #000;
}

.selec-date {
  width: -moz-fit-content;
  width: fit-content;
}
.selec-date .header__location {
  position: relative !important;
  top: 0;
  left: 0;
  transform: none !important;
  border: none;
  padding: 0 0 24px 0;
}
.selec-date .header__location_content {
  position: unset !important;
  top: 0;
  left: 0;
  transform: none !important;
  box-shadow: none;
  border: none;
  padding: 0;
  width: 100%;
}

.ruble {
  font-weight: bold !important;
  min-width: 10px;
  width: 10px;
}

.ruble-2 {
  min-width: 10px;
  width: 10px;
}

.personal-acount {
  margin-bottom: 104px;
}
.personal-acount .tabs {
  display: flex;
  align-items: center;
  margin: 32px 0;
  gap: 36px;
}
@media screen and (max-width: 768px) {
  .personal-acount .tabs {
    margin: 24px 0;
  }
}
.personal-acount .tabs .tab-item {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #3aa600;
  cursor: pointer;
}
.personal-acount .tabs .tab-item.active {
  color: #2e2e2e;
}
.personal-acount .order-history {
  border: 1px solid #f0f0f0;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.0509803922);
  padding: 24px;
  border-radius: 16px;
  width: 740px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 992px) {
  .personal-acount .order-history {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .personal-acount .order-history {
    padding: 16px;
  }
}
.personal-acount .order-history__title {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}
.personal-acount .order-history .form-label {
  margin-bottom: 7px;
}
.personal-acount .order-history .form-input,
.personal-acount .order-history .input-box {
  width: 100%;
}
.personal-acount .order-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.personal-acount .btn-yellow {
  width: 240px;
}
@media screen and (max-width: 768px) {
  .personal-acount .btn-yellow {
    width: 100%;
  }
}
.personal-acount .selects {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
}
.personal-acount .form-label {
  margin-bottom: 0 !important;
}
.personal-acount .input-box {
  flex-direction: column;
  gap: 7px;
  display: flex;
  position: relative;
}
.personal-acount .selects .form-label {
  cursor: pointer;
  transition: all 0.2s linear;
}
.personal-acount .selects .form-label:hover {
  color: #3aa600;
}
.personal-acount .picker-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.personal-acount .picker-box img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
  width: 12px;
  height: 12px;
}
.personal-acount .header__location_content.active {
  display: block !important;
}
.personal-acount .tab-content {
  display: none;
}
.personal-acount .tab-content.show {
  display: block;
}
.personal-acount .home {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.personal-acount .home .product-card {
  border: 1px solid #f0f0f0;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.0509803922);
  background: #fff;
  padding: 24px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .personal-acount .home .product-card {
    padding: 16px;
  }
}
.personal-acount .home .product-card .product-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .personal-acount .home .product-card .product-box {
    align-items: start;
  }
}
@media screen and (max-width: 500px) {
  .personal-acount .home .product-card .product-box {
    flex-direction: column;
    align-items: start;
  }
}
.personal-acount .home .product-card .box {
  display: flex;
  align-items: center;
  gap: 24px;
  cursor: pointer;
}
@media screen and (max-width: 1130px) {
  .personal-acount .home .product-card .box {
    flex-direction: column;
    align-items: start;
  }
}
@media screen and (max-width: 500px) {
  .personal-acount .home .product-card .box {
    flex-direction: row;
    gap: 16px;
    width: 100%;
  }
  .personal-acount .home .product-card .left-side {
    width: 100%;
  }
}
.personal-acount .home .product-card .left-side {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 992px) {
  .personal-acount .home .product-card .left-side {
    flex-direction: column;
    align-items: start;
    row-gap: 16px;
  }
}
.personal-acount .home .product-card .product-info {
  width: 399px;
}
@media screen and (max-width: 992px) {
  .personal-acount .home .product-card .product-info {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.personal-acount .home .product-card .product-status {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #2e2e2e;
  width: 168px;
}
.personal-acount .home .product-card .product-status .success {
  color: #3aa600;
}
.personal-acount .home .product-card .order-number {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #000;
  margin-bottom: 16px;
}
.personal-acount .home .product-card .delivery-date {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #2e2e2e;
}
.personal-acount .home .product-card__img {
  width: 100px;
  height: 100px;
  border: 1px solid #f2f2f2;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.personal-acount .home .product-card__img img {
  width: 88px;
  height: 88px;
  -o-object-fit: contain;
     object-fit: contain;
}
.personal-acount .home .product-price {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  width: 163px;
}
@media screen and (max-width: 768px) {
  .personal-acount .home .product-price {
    width: -moz-fit-content;
    width: fit-content;
    text-align: right;
  }
}
@media screen and (max-width: 500px) {
  .personal-acount .home .product-price {
    text-align: left;
  }
}
.personal-acount .home .right-side {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .personal-acount .home .right-side {
    flex-direction: column;
    align-items: end;
    gap: 16px;
  }
}
@media screen and (max-width: 500px) {
  .personal-acount .home .right-side {
    align-items: start;
  }
}
.personal-acount .home .right-side .right-box {
  width: 146px;
}
.personal-acount .home .right-side .right-box .disabled {
  color: #bebebe;
}
.personal-acount .home .right-side .btn-yellow {
  width: 100%;
  height: 48px;
}
.personal-acount .home .flex-box {
  display: flex;
  align-items: center;
  gap: 43px;
}
.personal-acount .home .flex-box span {
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  color: #2e2e2e;
}
.personal-acount .child-box-wrap {
  display: none;
}
.personal-acount .child-box {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 24px;
  padding-top: 24px;
}
@media screen and (max-width: 992px) {
  .personal-acount .child-box {
    flex-direction: column;
    gap: 8px;
  }
}
.personal-acount .child-box__left {
  display: flex;
  align-items: start;
  gap: 24px;
  flex-direction: column;
}
@media screen and (max-width: 992px) {
  .personal-acount .child-box__left {
    gap: 8px;
  }
}
.personal-acount .child-box .img-box {
  min-width: 170px;
  max-width: 170px;
  height: 178px;
  border: 1px solid #f0f0f0;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.personal-acount .child-box .img-box img {
  width: 155px;
  height: 155px;
  -o-object-fit: contain;
     object-fit: contain;
}
.personal-acount .child-box__top {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .personal-acount .child-box__top {
    flex-direction: column;
    align-items: start;
  }
}
.personal-acount .child-box__top .img-box {
  position: relative;
}
.personal-acount .child-box .product-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.personal-acount .child-box .size {
  position: absolute;
  bottom: 11px;
  right: 9px;
  background: #f6f6f3;
  border-radius: 10px;
  padding: 8px 11px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.personal-acount .child-box .size .img-1 {
  width: 6px;
  height: 12px;
}
.personal-acount .child-box .size .img-2 {
  width: 12px;
  height: 6px;
}
.personal-acount .child-box .size p {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  text-align: right;
}
.personal-acount .child-box .size li {
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: space-between;
}
.personal-acount .child-box .gift-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #3aa600;
}
.personal-acount .child-box .order-number {
  margin-bottom: 0 !important;
}
.personal-acount .child-box__bottom {
  display: flex;
  align-items: start;
  gap: 24px;
}
.personal-acount .child-box__bottom .img-box {
  border: none;
}
@media screen and (max-width: 992px) {
  .personal-acount .child-box__bottom .img-box {
    display: none;
  }
}
.personal-acount .child-box .info-box {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 992px) {
  .personal-acount .child-box .info-box {
    gap: 8px;
  }
}
.personal-acount .child-box .info-box > div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.personal-acount .child-box .info-box span {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #888888;
  display: block;
}
.personal-acount .child-box .info-box a {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #2e2e2e;
  display: block;
}
.personal-acount .child-box__right {
  border: 1px solid #bebebe;
  border-radius: 16px;
  padding: 24px;
  min-width: 332px;
  max-width: 332px;
}
@media screen and (max-width: 992px) {
  .personal-acount .child-box__right {
    min-width: -moz-fit-content;
    min-width: fit-content;
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .personal-acount .child-box__right {
    padding: 16px;
  }
}
.personal-acount .child-box__right .line {
  width: 100%;
  height: 1px;
  background: #bebebe;
  margin: 16px 0;
}
.personal-acount .child-box__right .price {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  color: #2e2e2e;
}
.personal-acount .child-box__right .btn-yellow-border {
  width: 100%;
  margin-top: 16px;
}
.personal-acount .child-box__right ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.personal-acount .child-box__right li {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #888888;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.personal-acount .child-box__right .right-text {
  color: #2e2e2e;
}
.personal-acount .child-box__right .discount {
  color: #3aa600;
}

.questions-answers {
  margin-bottom: 104px;
}
.questions-answers__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 32px 0;
  flex-wrap: wrap;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .questions-answers__header {
    margin: 24px 0;
  }
}
.questions-answers__header .expend-all {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #888888;
}
.questions-answers .filter {
  display: flex;
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 16px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .questions-answers .filter {
    gap: 16px;
  }
}
.questions-answers .filter-item {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #2e2e2e;
  cursor: pointer;
  transition: all 0.2s linear;
}
@media screen and (max-width: 768px) {
  .questions-answers .filter-item {
    font-size: 14px;
  }
}
.questions-answers .filter-item.active {
  color: #3aa600;
}
.questions-answers .filter-item:hover {
  color: #2e2e2e;
}
.questions-answers__boxes {
  display: flex;
  gap: 24px;
  align-items: start;
}
@media screen and (max-width: 992px) {
  .questions-answers__boxes {
    flex-direction: column;
  }
}
.questions-answers__boxes .left-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .questions-answers__boxes .left-box {
    gap: 16px;
  }
}
.questions-answers__boxes .accordion {
  border: 1px solid #f0f0f0;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.0509803922);
  border-radius: 16px;
}
.questions-answers__boxes .accordion:hover .accordion-title {
  color: #3aa600;
}
@media screen and (max-width: 768px) {
  .questions-answers__boxes .accordion {
    padding: 16px;
  }
}
.questions-answers__boxes .accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  gap: 20px;
  padding: 24px;
}
.questions-answers__boxes .accordion-header .arrow {
  transition: all 0.2s linear;
  min-width: 32px;
  min-height: 32px;
  max-width: 32px;
  border-radius: 50%;
  border: 1.5px solid #f9da7f;
  display: flex;
  align-items: center;
  justify-content: center;
}
.questions-answers__boxes .accordion-header .arrow  img {
  margin-top: 2.5px;
}
.questions-answers__boxes .accordion-header.active .accordion-title {
  color: #3aa600;
}
.questions-answers__boxes .accordion-header.active .arrow {
  transform: rotate(180deg);
}
.questions-answers__boxes .accordion-header.active .arrow img {
  margin-top: 0;
}
.questions-answers__boxes .accordion-title {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  transition: all 0.2s linear;
}
@media screen and (max-width: 768px) {
  .questions-answers__boxes .accordion-title {
    font-size: 18px;
    line-height: 22px;
  }
}
.questions-answers__boxes .accordion-content {
  flex-direction: column;
  gap: 24px;
  display: none;
  padding: 16px 24px 24px 24px;
}
@media screen and (max-width: 768px) {
  .questions-answers__boxes .accordion-content {
    gap: 16px;
  }
}
.questions-answers__boxes .accordion-content.show {
  display: flex;
}
.questions-answers__boxes .accordion-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
}
.questions-answers__boxes .right-box {
  width: 358px;
  border: 1px solid #f0f0f0;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.0509803922);
  padding: 24px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 992px) {
  .questions-answers__boxes .right-box {
    width: 100%;
    padding: 16px;
  }
}
.questions-answers__boxes .right-box__title {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24.38px;
}
.questions-answers__boxes .right-box__sub-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
}
.questions-answers .form-info {
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
}
.questions-answers .form-info a {
  color: #3aa600;
}
.questions-answers .input-box {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.questions-answers .input-box textarea {
  height: 132px;
  resize: none;
}

.clients .desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  color: #2e2e2e;
}
.clients .title-sm {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28.8px;
  margin-bottom: 24px;
}
.clients .main-container {
  max-width: 740px;
  margin: 0 auto;
}
.clients .content-box {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 32px;
}
.clients .content-box .title-sm {
  margin-bottom: 0;
}
.clients .content-box .btn-yellow-border {
  width: -moz-fit-content;
  width: fit-content;
}
.clients .corporate-client {
  gap: 12px;
}
.clients .title-box {
  margin: 24px auto 32px auto;
}
.clients .title-box .sub-title {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  margin: 32px 0 24px 0;
}
.clients .our-services {
  margin-bottom: 32px;
}
.clients .our-services .title-sm {
  text-align: center;
}
.clients .our-services__cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(265px, 1fr));
  gap: 20px;
}
.clients .our-services__card {
  padding: 32px 32px 56px 32px;
  border-radius: 16px;
  position: relative;
}
.clients .our-services__card:hover .full-info {
  display: flex;
}
.clients .our-services__card.card-one {
  background: #fe5b57;
}
.clients .our-services__card.card-one .full-info {
  background: #fe5b57;
}
.clients .our-services__card.card-two {
  background: #f2849e;
}
.clients .our-services__card.card-two .full-info {
  background: #f2849e;
}
.clients .our-services__card.card-three {
  background: #aca3e5;
}
.clients .our-services__card.card-three .full-info {
  background: #aca3e5;
}
.clients .our-services__card.card-four {
  background: #a3c233;
}
.clients .our-services__card.card-four .full-info {
  background: #a3c233;
  left: unset;
  right: 0;
}
.clients .our-services .full-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 360px;
  flex-direction: column;
  gap: 32px;
  padding: 32px;
  border-radius: inherit;
  display: none;
  z-index: 10;
}
.clients .our-services .full-info .card-title {
  margin-top: 0;
}
.clients .our-services .full-info p {
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  color: #fff;
}
@media (max-width: 1150px) {
  .clients .our-services .full-info{
    width: 100%;
  }
}
.clients .our-services .card-icon {
  width: 48px;
  height: 48px;
  object-fit: contain;
}
.clients .our-services .card-title {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #fff;
  margin-top: 32px;
}
.clients .content-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .clients .content-cards {
    flex-direction: column;
  }
}
.clients .left-cards,
.clients .right-cards {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.clients .content-card {
  padding: 32px;
  border-radius: 16px;
  flex: 1 1 361px;
  background: #c5ecff;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 243px;
  max-height: -moz-max-content;
  max-height: max-content;
}
@media screen and (max-width: 768px) {
  .clients .content-card {
    min-height: unset;
    padding: 20px;
  }
}
.clients .content-card.last-card {
  max-height: unset;
}
.clients .content-card .card-title {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}
.clients .content-card .card-count {
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 39.01px;
  color: #fff;
}
.clients .content-card .desc a {
  color: #3aa600;
}
.clients .special-conditions {
  background: url(../images/new-layout/special-conditions-bg.png) no-repeat;
  background-size: cover;
  color: #fff;
  padding: 38px 32px;
  border-radius: 16px;
  background-position: center;
}
.clients .special-conditions .title-sm {
  margin-bottom: 12px;
}
.clients .special-conditions .content {
  max-width: 449px;
}
.clients .special-conditions .desc {
  color: #fff;
}
.clients .companies {
  margin-bottom: 24px;
}
.clients .companies .title-sm {
  text-align: center;
}
.clients .companies-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.clients .companies .companie-card {
  width: 110px;
  border-radius: 12px;
  border: 0.75px solid #e0e0e0;
  padding: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 72px;
}
@media screen and (max-width: 768px) {
  .clients .companies .companie-card {
    width: 100px;
    justify-content: space-between;
  }
}
.clients .register-form {
  border-radius: 16px;
  border: 1px solid #f0f0f0;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.0509803922);
  padding: 48px 0;
  margin-bottom: 56px;
}
@media screen and (max-width: 768px) {
  .clients .register-form {
    border: none;
    box-shadow: none;
    padding: 0;
  }
}
.clients .register-form form {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  max-width: 740px;
  margin: 0 auto;
}
.clients .register-form .title-sm,
.clients .register-form .desc {
  margin-bottom: 0;
  text-align: center;
}
.clients .register-form .input-box {
  width: 100%;
}
.clients .register-form .selects {
  align-items: start;
  gap: 16px;
  justify-content: space-between;
}
.clients .register-form .input-box {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.clients .register-form .form-label {
  align-items: start;
}
@media screen and (max-width: 768px) {
  .clients .register-form .form-label br {
    display: none;
  }
}
.clients .register-form .form {
  margin-top: 24px;
}
.clients .register-form .textarea-label {
  margin-top: 24px;
}
.clients .register-form .label {
  white-space: nowrap;
}
.clients .register-form textarea {
  width: 100%;
  border: 1px solid #e0e0e0;
  height: 90px;
  padding: 12px;
  border-radius: 4px;
  margin-top: 7px;
  resize: vertical;
}
.clients .register-form .btn-yellow {
  width: 352px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .clients .register-form .btn-yellow {
    width: 100%;
  }
}

.reviews-title__box {
  margin-bottom: 48px;
}
@media screen and (max-width: 700px) {
  .reviews-title__box {
    margin-bottom: 30px;
    margin-top: 20px;
  }
}
.reviews-title__box .filter {
  display: flex;
  gap: 4px;
  align-items: center;
  margin-top: 8px;
}
.reviews-title__box .filter span {
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
}
.reviews-title__box .filter span.green {
  color: #3aa600;
}
.reviews .reviews-resulte {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 1024px) {
  .reviews .reviews-resulte {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 700px) {
  .reviews .reviews-resulte {
    gap: 10px;
  }
}
.reviews .reviews-resulte .box {
  border-radius: 16px;
  border: 1px solid #f0f0f0;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.0509803922);
  padding: 6px 10px;
  font-size: 14px;
  font-weight: 400;
}
.reviews .reviews-resulte .box span {
  margin-left: 6px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.2px;
}
.reviews .reviews-resulte .rating {
  display: flex;
}
.reviews-boxes {
  display: flex;
  align-items: start;
  gap: 32px;
}
@media screen and (max-width: 1024px) {
  .reviews-boxes {
    flex-direction: column;
  }
}
.reviews-cards {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 641px;
}
@media screen and (max-width: 1024px) {
  .reviews-cards {
    width: 100%;
  }
}
.reviews-cards .left {
  width: 140px;
}
.reviews-cards .show-more__card-btn {
  width: 218px;
  margin: 0px auto 24px auto;
  padding: 16px 24px;
}
.reviews-cards .bottom-title {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28.8px;
}
.reviews-cards p {
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  color: #2e2e2e;
  max-height: 207px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 10;
  line-clamp: 10;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
  overflow: hidden;
}
.reviews-cards p a {
  color: #3aa600;
  display: inline;
}
.reviews-card {
  padding: 24px;
  border-radius: 16px;
  border: 1px solid #f0f0f0;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.0509803922);
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 700px) {
  .reviews-card {
    flex-direction: column;
    padding: 20px;
    margin-bottom: 24px;
  }

}
.reviews-card .product-name {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}
.reviews-card .right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.reviews-card .img-box {
  overflow: hidden;
  height: 140px;
  border: 1.4px solid #f0f0f0;
  border-radius: 13px;
  padding: 5px;
  margin-bottom: 8px;
}
.reviews-card .img-box img {
  width: 100%;
  height: 100%;
}
.reviews .card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.reviews .card-header__right {
  display: flex;
  gap: 16px;
}
.reviews .card-header__right span {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}
.reviews .card-header span {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}
.reviews .card-header .card-title {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 19.2px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 195px;
}
.reviews-desc {
  font-size: 12px;
  font-weight: 400;
  line-height: 15.6px;
}
.reviews-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.reviews-right .title-sm {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28.8px;
}
.reviews-right .reviews-social {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 700px) {
  .reviews-right .reviews-social {
    flex-direction: column;
  }
}
.reviews-right .yandex-reviews,
.reviews-right .google-reviews {
  border: 1px solid #f0f0f0;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.0509803922);
  border-radius: 16px;
  padding: 24px;
  background: #fff;
  flex: 1;
}
.reviews-right .yandex-reviews h3,
.reviews-right .google-reviews h3 {
  margin-top: 21px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.reviews-right .yandex-reviews .icon-box,
.reviews-right .google-reviews .icon-box {
  display: flex;
}
.reviews-right .yandex-reviews .reviews-box,
.reviews-right .google-reviews .reviews-box {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 4px 0;
}
.reviews-right .yandex-reviews .reviews-box h4,
.reviews-right .google-reviews .reviews-box h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.reviews-right .yandex-reviews a,
.reviews-right .google-reviews a {
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  color: #3aa600;
}

.reviews-modal .modal__content {
  width: 733px;
}
.reviews-modal .reviews-boxes {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  flex-direction: row !important;
}
.reviews-modal .reviews-boxes .reviews-box {
  padding: 8px;
  border-radius: 16px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f0f0f0;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.0509803922);
  cursor: pointer;
}
.reviews-modal .reviews-boxes .reviews-box.active {
  background: #3aa600;
}
.reviews-modal .reviews-boxes .reviews-box.active svg path,
.reviews-modal .reviews-boxes .reviews-box.active svg rect {
  fill: #fff;
}
.reviews-modal .form_group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.reviews-modal .form_group > div {
  flex: 1;
}
.reviews-modal .label {
  margin-bottom: 7px;
}
.reviews-modal textarea {
  width: 100%;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  height: 105px;
}
.reviews-modal .btn-yellow {
  width: 383px;
  margin: 0 auto;
}
@media screen and (max-width: 700px) {
  .reviews-modal .btn-yellow {
    width: 100%;
  }
}

.order-modal .modal__content {
  max-width: 589px;
  width: 100%;
}
@media screen and (max-width: 700px) {
  .order-modal .modal__content {
    padding: 24px;
  }
}
.order-modal .title {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28.8px;
  padding: 0;
  margin-bottom: 10px;
}
.order-modal .date {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.order-modal .info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.order-modal .info span {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.order-modal .content .main-img {
  height: 140px;
  width: 140px;
}
.order-modal .text-box {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.order-modal .text-box h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.order-modal .delivery-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.order-modal .delivery-status .line {
  flex: 1;
  height: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.order-modal .delivery-status .line img {
  width: 100%;
}

.registration-florists {
  max-width: 738px;
  width: 100%;
  margin: 0 auto 104px auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .registration-florists {
    max-width: calc(100% - 38px);
  }
}
@media screen and (max-width: 768px) {
  .registration-florists .input-box.media-hide {
    display: none;
  }
}
.registration-florists .title-sm {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28.8px;
}
.registration-florists .flex-box {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.registration-florists p {
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
}
.registration-florists .input-boxes {
  flex-wrap: wrap;
}
.registration-florists .input-boxes > div {
  flex: 1 1 232px;
}
@media screen and (max-width: 768px) {
  .registration-florists .input-boxes > div {
    flex: 1;
  }
}
.registration-florists .input-box {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.registration-florists .input-box span {
  color: #888888;
}
.registration-florists .input-box textarea {
  width: 100%;
  height: 90px;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  padding: 12px;
  resize: none;
}
.registration-florists .order-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.registration-florists .custom-select {
  position: relative;
}
.registration-florists .custom-select .select-options {
  position: absolute;
  top: 100%;
  margin-top: 10px;
  width: 100%;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: #fff;
  z-index: 10;
  padding: 12px;
  transform: scaleY(0);
  transform-origin: top;
  transition: all 0.2s linear;
}
.registration-florists .custom-select .select-options.show {
  transform: scaleY(1);
}
.registration-florists .custom-select .select-options .option {
  cursor: pointer;
}
.registration-florists .selected-box {
  position: relative;
}
.registration-florists .selected-box.active .arrow {
  transform: rotate(180deg) translateY(50%);
}
.registration-florists .selected-box .selected-text {
  cursor: pointer;
}
.registration-florists .selected-box .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  transition: all 0.2s linear;
}
.registration-florists .check-select__box {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.registration-florists .working-hours {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.registration-florists .working-hours .hour {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.registration-florists .working-hours .hour .form-input {
  width: 140px;
}
@media screen and (max-width: 700px) {
  .registration-florists .working-hours .hour .form-input {
    width: 90px;
  }
}
.registration-florists .working-hours .hour .time {
  min-width: 66px;
}

.title-sm {
  color: #000;
}

.text-formatting {
  display: flex;
  flex-direction: column;
  gap: 36px;
  margin-bottom: 104px;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 700px) {
  .text-formatting {
    gap: 24px;
  }
}
.text-formatting .sec-title {
  margin-bottom: 16px;
}
.text-formatting .title-sm {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28.8px;
  color: #000;
  text-align: left;
}
.text-formatting .title-small {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #000;
}
.text-formatting p {
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
}
.text-formatting .small-container {
  max-width: 740px;
  margin: 0 auto;
  width: 100%;
}

.small-container li{
  padding-bottom:5px;
}
@media screen and (max-width: 768px) {
  .text-formatting .small-container {
    max-width: calc(100% - 38px);
  }
}
.text-formatting__swiper .swiper-slide {
  height: 460px !important;
}
@media screen and (max-width: 700px) {
  .text-formatting__swiper .swiper-slide {
    height: 300px !important;
  }
}
.text-formatting__swiper .slide-content {
  position: relative;
  height: 100%;
}
.text-formatting__swiper .slide-content .slide-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.text-formatting__swiper .slide-content p {
  max-width: 542px;
  position: absolute;
  bottom: 0;
  left: 200px;
  padding: 18px 38px;
  background: #2e2e2e;
  color: #fff;
}
@media screen and (max-width: 700px) {
  .text-formatting__swiper .slide-content p {
    max-width: 100%;
    left: 0;
  }
}
.text-formatting .navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 36px;
}
@media screen and (max-width: 768px) {
  .text-formatting .navigation {
    margin-top: 24px;
  }
}
.text-formatting .navigation .swiper-pagination {
  width: -moz-fit-content;
  width: fit-content;
  left: 50%;
  transform: translateX(-50%);
}
.text-formatting .swiper-btn {
  width: 32px;
  height: 32px;
  border: 1.5px solid #f9da7f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.text-formatting .swiper-pagination-bullet {
  background: #bebebe;
  opacity: 1;
  width: 8px;
  height: 8px;
}
.text-formatting .swiper-pagination-bullet-active {
  background: #3aa600;
}
.text-formatting ul {
  list-style: disc;
  padding-left: 18px;
  margin-top: 8px;
}
.text-formatting .flex-container {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.text-formatting b {
  font-family: "Montserrat", sans-serif;
}
.text-formatting .flex-box {
  display: flex;
  align-items: center;
  gap: 36px;
  flex-wrap: wrap;
}
.text-formatting .flex-box img {
  flex: 1;
  -o-object-fit: cover;
     object-fit: cover;
  height: 240px;
}
.text-formatting .flex-box p {
  flex: 1;
}
.text-formatting .text-muted {
  color: #888888;
}
.text-formatting .quote-box {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .text-formatting .quote-box {
    gap: 24px;
  }
}
.text-formatting .quote-box i {
  margin-bottom: 24px;
  display: block;
}
.text-formatting .text-flex {
  display: flex;
  align-items: start;
  gap: 36px;
}
@media screen and (max-width: 768px) {
  .text-formatting .text-flex {
    flex-wrap: wrap;
  }
  .text-formatting .text-flex p {
    width: 100% !important;
    min-width: -moz-fit-content !important;
    min-width: fit-content !important;
  }
}
.text-formatting .text-flex .text-line {
  width: 86px;
  height: 3px;
  background: #3aa600;
  margin-top: 24px;
}
.text-formatting .text-flex h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #000;
}
.text-formatting .text-flex p {
  min-width: 352px;
  width: 352px;
}
.text-formatting__swiper-2 {
  max-width: 740px;
}
@media screen and (max-width: 768px) {
  .text-formatting__swiper-2 {
    max-width: -webkit-fill-available;
  }
}
.text-formatting .img-box {
  position: relative;
  height: 420px;
}
.text-formatting .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.text-formatting .img-box .img-content {
  background: #2e2e2e;
  padding: 24px;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  max-width: 364px;
}
.text-formatting .bootloader-info {
  border: 1px solid #e0e0e0;
  padding: 36px;
  display: flex;
  align-items: stretch;
  gap: 36px;
}
.text-formatting .bootloader-info .form-label {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .text-formatting .bootloader-info {
    flex-direction: column;
    padding: 24px;
  }
}
.text-formatting .bootloader-info > div {
  flex: 1;
}
.text-formatting .bootloader-info .content-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}
.text-formatting .bootloader-info .content-box h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #000000;
}
.text-formatting .bootloader-info .content-box a {
  color: #3aa600;
}
.text-formatting .bootloader-info .procent-box {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.text-formatting .bootloader-info .progress {
  width: 100%;
  height: 3px;
  background: #bdbdbd;
  margin-top: 12px;
  border-radius: 3px;
}
.text-formatting .bootloader-info .progress-status {
  height: 3px;
  background: #3aa600;
  border-radius: inherit;
}
.text-formatting .bootloader-info .order-form__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.text-formatting .author-box {
  padding-bottom: 24px;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
  gap: 16px;
}
.text-formatting .author-box span {
  color: #888888;
}
.text-formatting .author-box h3 {
  font-weight: 700;
  margin: 4px 0;
}
.text-formatting .author-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.text-formatting .share {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.text-formatting .share .social-media {
  display: flex;
  gap: 11px;
}
.text-formatting .article {
  display: flex;
  gap: 16px;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .text-formatting .article {
    flex-direction: column;
  }
}
.text-formatting .article > div {
  width: 295px;
}
@media screen and (max-width: 768px) {
  .text-formatting .article > div {
    width: 100%;
  }
}
.text-formatting .article .right-box {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .text-formatting .article .right-box {
    text-align: left;
  }
}
.text-formatting .article b {
  display: block;
  margin-top: 8px;
}

.order-paid {
  margin-bottom: 80px;
}
.order-paid__banner {
  margin: 80px 0 48px 0;
  position: relative;
  background: #f2849e;
  border-radius: 20px;
  padding: 55px 24px 40px 95px;
  color: #fff;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .order-paid__banner {
    padding: 24px 24px 0 24px;
    text-align: center;
    overflow: hidden;
    margin-top: 50px;
  }
}
.order-paid__banner .sec-title {
  color: #fff;
}
.order-paid__banner p a {
  color: #fff;
  text-decoration: underline;
}
.order-paid__banner p a:hover {
  color: #3aa600;
}
.order-paid__banner .btn-yellow {
  color: #2e2e2e;
}
.order-paid__banner-content {
  max-width: 454px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .order-paid__banner-content {
    max-width: 100%;
  }
}
.order-paid__banner-img {
  position: absolute;
  bottom: 0;
  right: 158px;
  z-index: -1;
}
@media screen and (max-width: 992px) {
  .order-paid__banner-img {
    right: 24px;
  }
}
@media screen and (max-width: 768px) {
  .order-paid__banner-img {
    position: unset;
    margin-top: 24px;
    margin-bottom: -10px;
  }
}
.order-paid .order {
  border: 1px solid #f0f0f0;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.0509803922);
  padding: 48px 95px;
  gap: 10px;
  justify-content: space-between;
  display: flex;
  align-items: start;
  border-radius: 16px;
}
@media screen and (max-width: 1024px) {
  .order-paid .order {
    padding: 24px;
  }
}
@media screen and (max-width: 992px) {
  .order-paid .order {
    flex-direction: column;
    gap: 24px;
  }
}
.order-paid .order-info {
  width: 360px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 992px) {
  .order-paid .order-info {
    width: 100%;
  }
}
.order-paid .order-info__title {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 36.57px;
  color: #000;
}
.order-paid .order-content {
  width: 456px;
}
@media screen and (max-width: 992px) {
  .order-paid .order-content {
    width: 100%;
  }
}
.order-paid .order .info-box {
  display: flex;
  align-items: start;
  gap: 36px;
}
.order-paid .order .info-box .left-text {
  min-width: 120px;
}
@media screen and (max-width: 768px) {
  .order-paid .order .info-box {
    gap: 16px;
  }
}
.order-paid .order .order-content__swiper {
  padding-bottom: 20px;
  position: relative;
}
.order-paid .order .order-content__swiper::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background: linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 10;
  width: 100px;
}
@media screen and (max-width: 600px) {
  .order-paid .order .order-content__swiper::before {
    display: none;
  }
}
.order-paid .order .slide-box {
  border-radius: 16px;
  border: 1px solid #f2f2f2;
  padding: 38px 14px 29px 14px;
  position: relative;
  height: 280px;
}
.order-paid .order .slide-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.order-paid .order .slide-box .sizer {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: #f6f6f3;
  border-radius: 10px;
  padding: 8px 11px;
}
.order-paid .order .slide-box .sizer .size-box {
  display: flex;
  align-items: center;
}
.order-paid .order .slide-box .sizer .size-box.one {
  gap: 8px;
}
.order-paid .order .slide-box .sizer .size-box.two {
  gap: 5px;
}
.order-paid .order .swiper-pagination {
  bottom: 0;
}
.order-paid .order .swiper-btn {
  position: absolute;
  top: calc(50% - 10px);
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1.5px solid #f9da7f;
  display: flex;
  background: #fff;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.order-paid .order .swiper-btn.swiper-button-disabled {
  opacity: 0;
}
.order-paid .order .swiper-btn.swp_btn__next {
  right: 0;
}
.order-paid .order .swiper-btn.swp_btn__prev {
  left: 0;
}
.order-paid .order .swiper-pagination-bullet {
  opacity: 1;
  background: #bebebe;
  width: 8px;
  height: 8px;
}
.order-paid .order .swiper-pagination-bullet-active {
  background: #3aa600;
}
.order-paid .order .product-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 16px;
  padding: 24px;
  border: 1px solid #bebebe;
  margin-top: 16px;
}
.order-paid .order .product-info .line {
  width: 100%;
  height: 1px;
  background: #bebebe;
}
.order-paid .order .product-info > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.order-paid .order .product-info span {
  color: #888888;
}
.order-paid .order .product-info h4 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.order-paid .order .product-info .total-price {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}
.order-paid .order .product-info .green-price {
  color: #3aa600;
}

.delivery-modal .modal__content {
  max-width: 676px;
  width: 100%;
}
@media screen and (max-width: 500px) {
  .delivery-modal .modal__content {
    height: 72vh;
    overflow-y: auto;
  }
}
.delivery-modal .modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.delivery-modal .flex-box {
  display: flex;
  align-items: center;
  gap: 11px;
}
.delivery-modal ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(182px, 1fr));
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .delivery-modal ul {
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  }
}
.delivery-modal .registration-florists {
  width: 100%;
  margin: 0;
  max-width: 100%;
}
.delivery-modal .more {
  color: #3aa600;
}

.form-input:active, .form-input:focus {
  border-color: #0dc143;
}

.form-input.error {
  border-color: red;
}
.btn-yellow,
.btn-yellow-border,
.order-form .recipient-section .tabs .tab-item {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .btn-yellow:hover {
    background: #f9da7f;
  }
  .order-paid .order .swiper-btn.swp_btn__next,
  .order-paid .order .swiper-btn.swp_btn__prev {
    display: none;
  }
}
input::-moz-placeholder {
  color: #2e2e2e;
  opacity: 1;
}
input::placeholder {
  color: #2e2e2e;
  opacity: 1;
}

input {
  text-transform: none;
}

.form-label:hover input[type=radio],
.form-label:hover input[type=checkbox] {
  border-color: #3aa600;
}

input:hover:not(.code-error),
textarea:hover {
  border-color: #3aa600 !important;
}

.swiper-btn:hover img {
  opacity: 0.5;
}

.selec-payment .form-label {
  cursor: pointer;
}

.selects .form-label {
  cursor: pointer;
}

.select-options .option:hover, .select-options .option.active {
  color: #ff973b;
}

.calculation div:hover {
  background: #f9da7f;
  cursor: pointer;
}
.calculation div:hover img {
  opacity: 0.4;
}

.order-form .form .payment-select__options {
  gap: 0 !important;
}
.order-form .form .payment-select__options .payment-select__option {
  transition: all 0.2s linear;
  padding: 10px 0;
}
.order-form .form .payment-select__options .payment-select__option:hover {
  color: #ff973b;
}

.header .select_currency__list li:hover {
  color: #3aa600;
}

.pointer-box {
  cursor: pointer;
  display: flex;
  gap: 4px;
}

.card_body .price-el {
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: end;
}
.card_body .price-el .old-price {
  font-size: 12px;
  font-weight: 400;
  line-height: 15.6px;
  color: #888888;
  text-decoration: line-through;
}

.header .select_lang__list li {
  cursor: pointer;
}

/* header a:hover {
  color: #3aa600;
  text-decoration: underline;
} */

.swiper-btn svg,
.swiper-btn img,
.swp_btn svg,
.swp_btn img {
  position: absolute;
  top: 50%;
  left: 48%;
  transform: translate(-50%, -50%);
}
.swiper-btn .swp_btn__next img,
.swiper-btn .swp_btn__next svg, .swiper-btn.swp_btn__next img,
.swiper-btn.swp_btn__next svg,
.swp_btn .swp_btn__next img,
.swp_btn .swp_btn__next svg,
.swp_btn.swp_btn__next img,
.swp_btn.swp_btn__next svg {
  left: 52%;
}

.like-btn:hover svg path {
  stroke: #3aa600;
}

.like a:hover svg path {
  stroke: #3aa600;
}
.like a:hover circle {
  fill: #3aa600;
}

.home__swp_navigation .swp_btn__prev,
.home__swp_navigation .swp_btn__next {
  position: relative;
}

.input-error-message {
  color: red;
  font-size: 14px;
  margin-top: 5px;
  display: none;
}

.code-error {
  border: 1px solid red !important;
}

.buy .form_inp {
  position: relative;
}
.buy .form_inp .input-error-message {
  position: absolute;
  left: 0;
  bottom: -18px;
}

.flex-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 36px;
}
.flex-title .sec-title {
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .flex-title .btn-yellow-border {
    padding: 15px 20px;
  }
}

.header .select_currency__list li:hover,
.categories__filter .select_currency__list li:not(.icon):hover,
.breadcrumb a:hover,
.personal-acount .child-box .gift-text:hover,
.reviews-cards p a:hover {
  color: #3aa600;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.categories__filter .form_checkbox:hover {
  color: #3aa600;
  text-decoration: underline;
}
.categories__filter .form_checkbox:hover .icon {
  border-color: #3aa600;
}
.form_range__val .form_range__val_item .currency {
  top: 50%;
  transform: translateY(-50%);
}
.form_range__val_item .val:focus {
  border-color: #3aa600;
}
.form_range__val_item .val:last-child {
  background: #000;
  border-left: none;
}

.roate-180 {
  transform: rotate(180deg);
}

input::-moz-placeholder {
  color: #888888 !important;
}

input::placeholder {
  color: #888888 !important;
}

.calculation button:hover img {
  opacity: 1 !important;
}

.calculation button:hover svg path {
  stroke: #000;
}

.header__location.active .header__location_content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: -moz-min-content;
  height: min-content;
  z-index: 100;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.overlay.active {
  display: block;
}

label:hover,
.categories__filter .form_checkbox:hover {
  text-decoration: none !important;
}

.clients .register-form .selects .form-label:hover,
.order-form .selects .form-label:hover {
  color: #3aa600;
}

.hover-label:hover,
.registration-florists .custom-select .select-options .option:hover {
  color: #3aa600;
}

.accordion__btn:hover {
  color: #3aa600;
}
.accordion__btn:hover svg path {
  stroke: #3aa600;
}

.payment-container:hover .form-label {
  color: #3aa600;
}

.text-formatting .swiper-btn {
  position: relative;
}
.text-formatting .swiper-btn:hover {
  background: #f9da7f;
}

.header__location_content .flatpickr-months .flatpickr-next-month svg,
.header__location_content .flatpickr-months .flatpickr-prev-month svg {
  width: 12px;
}

.mobile-menu .btns_wrap a {
  border-width: 2px;
  font-size: 12px;
  padding-left: 0;
  padding-right: 0;
}

#selec-date .choice-place-date-delivery .select_currency__list {
  background: #fff;
  border-radius: 10px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 200px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.05), 0 0 16px rgba(0, 0, 0, 0.15);
}

#selec-date .choice-place-date-delivery .select_currency__list li {
  color: #2e2e2e;
}

#selec-date .choice-place-date-delivery .select_currency__list li:hover {
  color: #3aa600;
  text-decoration: underline;
}


.info-nav{
  position: relative;
  z-index: 1;
  margin-right: 24px;
}
@media (max-width: 992px) {
  .info-nav {
    display: none;
  }
}
.info-nav__btn{
  width: fit-content;
  padding: 7px 7px 7px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  cursor: pointer;
}
.info-nav__title{
  font-family: 'Roboto Flex';
  font-weight: 600;
  font-size: 14px;
  color: #000000;
  user-select: none;
}
.info-nav__icon{
  width: 16px;
  height: 16px;
  background-image: url(../images/new-layout/icon-arrow-down.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.info-nav__list-wrap{
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateY(100%);
  z-index: 6;
  padding-top: 5px;
}
.info-nav:hover .info-nav__list-wrap{
  display: block;
}
.info-nav__list{
  background: #fff;
  width: fit-content;
  border-radius: 8px;
  padding: 10px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.05), 0 0 16px rgba(0, 0, 0, 0.15);
  white-space: nowrap;
}
.info-nav__item{
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 0;
  font-size: 14px;
  line-height: 130%;
  cursor: pointer;
  user-select: none;
}
.info-nav__item:hover {
  color: #3aa600;
  text-decoration: underline;
  text-underline-offset: 4px;
}



.reviews-resulte .box.active {
    border: 1px solid #3aa600;
}

.pointer-box--selector {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  gap: 4px;
  padding: 2px 4px;
  border-radius: 4px;
  transition: background 0.2s;
}


.dropdown-filter {
  position: absolute;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  padding: 16px 12px;
  display: none;
  flex-direction: column;
  min-width: min-content;
  /* z-index: 1000; */
}
.dropdown-filter.active {
  display: flex;
}
.dropdown-filter#yearDropdown {
  padding-right: 3px;
}
.dropdown-filter__list {
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
  max-height: 240px;
  overflow-y: auto;
  padding-right: 8px;
}
.dropdown-filter__list::-webkit-scrollbar {
  width: 5px;
}
.dropdown-filter__list::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #3aa600;
}
.dropdown-filter__list::-webkit-scrollbar-track {
  border-radius: 5px;
  background: transparent;
}
.dropdown-filter__list#countryList {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  max-height: 220px;
  display: none;
  position: absolute;
  width: calc(100% - 32px);
  top: 75px; /* чуть ниже инпута */
  left: 16px;
  z-index: 1001;
}
.dropdown-filter__list#countryList.active {
  display: block;
}
.dropdown-filter__list li {
  padding: 8px;
  cursor: pointer;
  border-radius: 6px;
}
.dropdown-filter__list li:hover {
  background-color: #f5f5f5;
}

.dropdown-filter__close {
  position: absolute;
  top: 8px;
  right: 8px;
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  padding: 0;
  width: 15px;
  height: 15px;
  line-height: 15px;
}

.dropdown-filter input {
  width: 100%;
  margin-top: 4px;
  padding: 8px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  font-size: 14px;
}


.dropdown-filter label {
  font-size: 14px;
  color: #444;
}


.order-form .form .payment-container .card-transfer-form {
  display: none;
  flex-direction: column;
  gap: 24px;
}
.order-form .form .payment-container .card-transfer-form span {
  display: block;
}
.order-form .form .payment-container.active .card-transfer-form {
  display: flex;
}


.js-load-more-btn .loader-spinner {
  display: none;
}

.js-load-more-btn.loading img {
  display: none;
}

.js-load-more-btn.loading .loader-spinner {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid #f9da7f;   /* цвет по умолчанию */
  border-top-color: transparent;
  border-radius: 50%;
  animation: spinner 0.7s linear infinite;
  margin-right: 6px;
}

/* при наведении на кнопку — белый */
.js-load-more-btn.loading:hover .loader-spinner {
  border-color: #fff;
  border-top-color: transparent;
}

@keyframes spinner {
  to { transform: rotate(360deg); }
}

.addProduct {
    cursor: pointer;
}



.order-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.order-modal {
  background: #fff;
  padding: 30px 40px;
  border-radius: 12px;
  text-align: center;
  width: 400px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.3);
}

.loader {
  margin: 20px auto 0;
  border: 3px solid #f3f3f3;
  border-top: 3px solid #f1c40f;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

.count-badge {
  min-width: 30px;
  height: 30px;
  padding: 0 6px;
  border-radius: 999px;
  background-color: #3AA600;
  color: #fff;

  display: inline-flex;
  justify-content: center;
  align-items: center;

  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}


.contacts {
  max-width: 772px;
  margin: auto;
  padding: 0 16px;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media (min-width: 993px) {
  .contacts {
    margin-bottom: 56px;
  }
}
.contacts-block {
  margin-top: 30px;
}
@media (min-width: 993px) {
  .contacts-block {
    margin-top: 40px;
  }
}
.contacts-block p {
  margin: 0;
}
.contacts-block a {
  color: #3AA600;
  text-decoration: underline;
}
.contacts-block a:hover {
  text-decoration: none;
}
.contacts-block__title {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  margin-bottom: 12px;
  color: #000;
}
.contacts-block__table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.contacts-block__table td {
  padding: 5px 0;
}
.contacts-block__table td:first-of-type {
  width: 30%;
}
@media (min-width: 993px) {
  .contacts-block__table td {
    padding: 2px 0;
  }
  .contacts-block__table td:first-of-type {
    width: 18%;
  }
}
@media (min-width: 993px) {
  .contacts-block__table a {
    font-size: 20px;
  }
}
.contacts-block--links {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}
.contacts-block--links a {
  text-decoration: none;
}
.contacts-block--links a:hover {
  text-decoration: underline;
}
.contacts-block--info p {
  opacity: 0.5;
  font-size: 14px;
}
.contacts-actions {
  display: flex;
  flex-direction: column;
  margin-top: 12px;
  gap: 8px;
}
.contacts-actions a {
  font-weight: bold;
  color: #3AA600;
  text-decoration: underline dotted;
  line-height: 23px;
  display: inline-block;
}
@media (min-width: 993px) {
  .contacts-actions {
    flex-direction: row;
    gap: 60px;
    margin-top: 20px;
  }
  .contacts-actions a {
    font-size: 20px;
  }
}

.data-city-name {
  display: flex;
  align-items: center;
  gap: 8px;
}

@media (max-width: 700px) {
  .data-city-name {
    flex-direction: column;
    align-items: flex-start;
  }
}

.mb-15{
  margin-bottom: 15px;
}



.gift-slider {
  width: 100%;
  padding: 10px 0 20px;
}

.gift-slider__slide {
  display: block;
  position: relative;

}

.gift-slider__slide input[type="checkbox"]  {
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: 50%;
  opacity: 0;
}
.gift-slider__slide input[type="checkbox"]:checked {
  opacity: 1;
}
.gift-slider__slide input[type="checkbox"]:checked + .gift-slider__item {
  border-color:  #3AA600;
}
.gift-slider__item {
  background: #fff;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 16px 0px #00000026;
  border: 1px solid transparent;
}
.gift-slider__img {
  width: 100%;
  height: 112px;
  margin-bottom: 13px;
}
.gift-slider__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.gift-slider__caption {
  text-align: center;
  padding: 6px 5px;
}

.gift-slider__caption p {
  font-size: 12px;
  margin-bottom: 6px;
  min-height: 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.gift-slider__caption strong {
  font-size: 16px;
  font-weight: 700;
}

.sitemap {
  margin-bottom: 5em;
}

.sitemap-list {
  list-style-type: none;
  margin: 2em 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.sitemap-list li {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.sitemap-list__title {
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin: 0 0 5px;
}

.sitemap-list__letter {
  font-size: 40px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin: 0 0 5px;
  color: #be1e2d;
}

.sitemap-list a {
  text-decoration: underline;
  display: inline-block;
}
.sitemap-list a:hover {
  text-decoration: none;
}

@media screen and (min-width: 760px) {
  .sitemap-list {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: max-content;
  }
}

.contacts {
  max-width: 772px;
  margin: auto;
  padding: 0 16px;
  line-height: 1.2;
  margin-bottom: 10px;
}


@media screen and (max-width: 992px) {
  .ml-22{
    margin-left: 22px
  }
}


.orders-info {
  margin-top: 70px;
}
.orders-info .section-title {
  text-align: center;
}
.orders-info .section-title {
  max-width: 596px;
  margin: auto;
}
.orders-info__amount {
  font-size: 96px;
  text-align: center;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
@media (min-width: 600px) {
  .orders-info__amount {
    font-size: 120px;
  }
}
@media (min-width: 992px) {
  .orders-info__amount {
    font-size: 140px;
  }
}
@media (min-width: 1200px) {
  .orders-info__amount {
    font-size: 180px;
  }
}
.orders-info__images {
  margin-bottom: 30px;
  position: relative;
}
@media (min-width: 992px) {
  .orders-info__images {
    height: 250px;
    max-width: 970px;
    margin: auto;
  }
}
.orders-info__images img {
  display: none;
}
@media (min-width: 992px) {
  .orders-info__images img {
    display: block;
    position: absolute;
  }
  .orders-info__images img:nth-of-type(1) {
    transition-delay: 0s;
    width: 157px;
    z-index: 2;
    left: 0;
    top: 70px;
  }
  .orders-info__images img:nth-of-type(2) {
    transition-delay: 0.1s;
    width: 201px;
    left: 115px;
    top: 20px;
  }
  .orders-info__images img:nth-of-type(3) {
    transition-delay: 0.2s;
    width: 240px;
    z-index: 2;
    left: 280px;
  }
  .orders-info__images img:nth-of-type(4) {
    transition-delay: 0.3s;
    width: 215px;
    z-index: 3;
    left: 450px;
    top: 20px;
  }
  .orders-info__images img:nth-of-type(5) {
    transition-delay: 0.4s;
    width: 207px;
    z-index: 4;
    right: 150px;
  }
  .orders-info__images img:nth-of-type(6) {
    transition-delay: 0.5s;
    width: 176px;
    right: 0;
    top: 60px;
  }
}
.orders-info .mobile-only {
  display: block;
  margin: auto;
}
@media (min-width: 992px) {
  .orders-info .mobile-only {
    display: none;
  }
}

.goods-categories {
  margin-top: 50px;
}
.goods-categories .categories-block {
  background-color: #DAF0F7;
  border-radius: 16px;
  padding: 50px 26px;
  margin-bottom: 30px;
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 600px) {
  .goods-categories .categories-block {
    margin-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .goods-categories .categories-block {
    padding: 50px 40px 40px;
  }
}
.goods-categories .categories-block__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 30px;
  margin-left: 32px;
}
@media (min-width: 600px) {
  .goods-categories .categories-block__list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .goods-categories .categories-block__list {
    gap: 50px;
  }
}
.goods-categories .categories-block__list li {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Roboto Flex", sans-serif;
}
@media (min-width: 600px) {
  .goods-categories .categories-block__list li {
    width: calc(50% - 30px);
    line-height: 30px;
  }
}
@media (min-width: 992px) {
  .goods-categories .categories-block__list li {
    width: calc(25% - 30px);
  }
}
@media (min-width: 1200px) {
  .goods-categories .categories-block__list li {
    width: auto;
  }
}
.goods-categories .categories-block__list li span {
  display: block;
}
.goods-categories .section-title {
  text-align: center;
}
@media (max-width: 600px) {
  .goods-categories .section-title {
    font-size: 20px;
  }
}

.instructions {
  margin-top: 65px;
}
.instructions .section-title {
  text-align: center;
}
.instructions-list {
  padding-bottom: 20px;
  margin: 40px -16px 50px;
}
.instructions-list__item {
  padding: 0 18px;
  width: 295px;
}
.instructions-list h5 {
  font-weight: 700;
  display: flex;
  line-height: 1.5;
  align-items: center;
}
.instructions-list h5:before {
  text-align: center;
  line-height: 60px;
  width: 60px;
  height: 60px;
  background: #FF4C63;
  color: #fff;
  font-size: 24px;
  content: attr(data-id);
  border-radius: 50%;
  margin-right: 10px;
}
.instructions-list p {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .instructions-list {
    position: relative;
    padding-bottom: 50px;
    gap: 0;
  }
  .instructions-list::after {
    content: "";
    border-bottom: 1px solid #D9D9D9;
    display: block;
    width: 970px;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 110px;
  }
  .instructions-list li {
    width: 265px;
    flex: 0 0 auto;
    margin-left: 110px;
  }
}
@media (min-width: 600px) {
  .instructions-contacts {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}
@media (max-width: 599px) {
  .instructions-contacts .section-title {
    font-size: 20px;
    margin-bottom: 24px;
  }
}
.instructions-feedback {
  margin-top: 50px;
  text-align: center;
}
@media (min-width: 600px) {
  .instructions-feedback {
    margin-top: 20px;
    width: 530px;
    flex: 1 0 auto;
  }
}
.instructions-feedback h5 {
  font-weight: 700;
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 15px;
}
.instructions-feedback p {
  margin-bottom: 15px;
}
.instructions-feedback__links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 24px;
}
@media (min-width: 600px) {
  .instructions-feedback__links {
    font-size: 18px;
    flex-direction: row;
    justify-content: space-evenly;
  }
}
.instructions-feedback__links a:first-of-type {
  font-weight: 600;
  color: #3AA600;
}
.instructions-feedback__links a:last-of-type {
  font-weight: 500;
  color: #000;
}

.partners-reviews {
  margin: 50px -16px 0;
  padding: 50px 18px;
  background: #DAF0F7;
}
.partners-reviews .section-title {
  text-align: center;
}
.partners-reviews .reviews-list {
  margin-top: 30px;
}
.partners-reviews .reviews-list__item {
  background-color: #fff;
  padding: 20px;
  border-radius: 16px;
}
.partners-reviews .reviews-list__text {
  color: #525252;
  margin-bottom: 10px;
  line-height: 1.4;
}
.partners-reviews .reviews-list__caption {
  line-height: 1.4;
}
.partners-reviews .reviews-list__caption h5 {
  color: #2E2E2E;
  font-weight: 700;
  font-size: 16px;
}
.partners-reviews .reviews-list__caption address {
  color: #3AA600;
}

.order-faq {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 740px;
  margin: 44px auto 0;
}

.faq-accordion {
  border: 1px solid #F0F0F0;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.0509803922);
  background-color: #fff;
  border-radius: 16px;
}
.faq-accordion.open .faq-accordion__details {
  max-height: 999px;
  transition: max-height 1s ease;
}
.faq-accordion.open .faq-accordion__summary:after {
  transform: rotate(180deg);
}
.faq-accordion__summary {
  padding: 24px;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.faq-accordion__summary:after {
  will-change: transform;
  transition: transform ease 0.3s;
  transform-origin: 50% 50%;
  margin-left: auto;
  content: "";
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid #F9DA7F;
  flex-shrink: 0;
  background: #fff url(../images/landing/acc-arr.svg) center center no-repeat;
}
.faq-accordion__details {
  overflow: hidden;
  max-height: 0;
  transition: max-height cubic-bezier(0, 1, 0, 1) 0.3s;
  will-change: max-height;
}
.faq-accordion__details p {
  padding: 0 24px 24px;
}

.cookies-info {
  background-color: #fff;
  display: flex;
  padding: 20px;
  position: fixed;
  z-index: 20;
  bottom: 20px;
  left: 50%;
  max-width: 460px;
  width: 95%;
  border-radius: 16px;
  gap: 10px;
  color: #525252;
  align-items: center;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.2509803922);
  transition: 0.5s;
  transform: translate3d(-50%, 200px, 0);
  transform-origin: 50% 0;
}
.cookies-info.open {
  transform: translate3d(-50%, 0, 0);
}
.cookies-info .section-button {
  width: 156px;
  flex-shrink: 0;
}

.partners-reviews .swiper__navigation {
  position: relative !important;
  margin-top: 30px !important;
  display: flex !important;
  justify-content: center !important;
  width: 100% !important;
  height: auto !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
}

.partners-reviews .swiper-button-prev,
.partners-reviews .swiper-button-next {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  width: 32px !important;
  height: 32px !important;
  margin: 0 10px !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center !important;
  transition: 0.3s !important;
  cursor: pointer !important;
}

.partners-reviews .swiper-button-prev:after,
.partners-reviews .swiper-button-next:after {
  content: none !important;
}

.partners-reviews .swiper-button-prev {
  background-image: url(../images/landing/icon-prev.svg) !important;
}

.partners-reviews .swiper-button-prev:hover {
  background-image: url(../images/landing/icon-prev-hover.svg) !important;
}

.partners-reviews .swiper-button-next {
  background-image: url(../images/landing/icon-next.svg) !important;
}

.partners-reviews .swiper-button-next:hover {
  background-image: url(../images/landing/icon-next-hover.svg) !important;
}

.partners-reviews .swiper-button-prev.swiper-button-disabled,
.partners-reviews .swiper-button-next.swiper-button-disabled {
  opacity: 0.35 !important;
  cursor: auto !important;
  pointer-events: none !important;
}

.button-container{
  display: flex;
  gap:20px;
}

.btn-yellow:disabled {
  background-color: #d6d6d6 ;
  color: #9a9a9a;
  cursor: not-allowed;
  opacity: 0.7;
  box-shadow: none;
  border: none;
}

.btn-yellow:disabled:hover {
  background-color: #d6d6d6;
}

.replace_data_js:disabled {
  color: #9a9a9a !important;
  cursor: not-allowed;

  border: none;
  outline: none;
  box-shadow: none;
  opacity: 0.7;
}

.replace_data_js:disabled:hover,
.replace_data_js:disabled:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
