@font-face {
    font-family: "FuturaDemiC";
    src: url("FuturaDemiC.eot");
    src: local("Futura Demi Cyrillic"), local("FuturaDemiC"), url("../fonts/FuturaDemiC.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaDemiC.woff") format("woff"), url("../fonts/FuturaDemiC.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "FuturaMediumC";
    src: url("FuturaMediumC.eot");
    src: local("Futura Medium Cyrillic"), local("FuturaMediumC"), url("../fonts/FuturaMediumC.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaMediumC.woff") format("woff"), url("../fonts/FuturaMediumC.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "FuturaLightC";
    src: url("FuturaLightC-Italic.eot");
    src: local("Futura Light Italic Cyrillic"), local("FuturaLightC-Italic"), url("../fonts/FuturaLightC-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaLightC-Italic.woff") format("woff"), url("../fonts/FuturaLightC-Italic.ttf") format("truetype");
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: "FuturaMediumC";
    src: url("FuturaMediumC-Italic.eot");
    src: local("Futura Medium Italic Cyrillic"), local("FuturaMediumC-Italic"), url("../fonts/FuturaMediumC-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaMediumC-Italic.woff") format("woff"), url("../fonts/FuturaMediumC-Italic.ttf") format("truetype");
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: "FuturaLightC";
    src: url("FuturaLightC.eot");
    src: local("Futura Light Cyrillic"), local("FuturaLightC"), url("../fonts/FuturaLightC.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaLightC.woff") format("woff"), url("../fonts/FuturaLightC.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "FuturaDemiC";
    src: url("FuturaDemiC-Italic.eot");
    src: local("Futura Demi Italic Cyrillic"), local("FuturaDemiC-Italic"), url("../fonts/FuturaDemiC-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaDemiC-Italic.woff") format("woff"), url("../fonts/FuturaDemiC-Italic.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: "FuturaBookC";
    src: url("FuturaBookC-Italic.eot");
    src: local("Futura Book Italic Cyrillic"), local("FuturaBookC-Italic"), url("../fonts/FuturaBookC-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaBookC-Italic.woff") format("woff"), url("../fonts/FuturaBookC-Italic.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: "FuturaBookC";
    src: url("FuturaBookC.eot");
    src: local("Futura Book Cyrillic"), local("FuturaBookC"), url("../fonts/FuturaBookC.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaBookC.woff") format("woff"), url("../fonts/FuturaBookC.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

body,
html {
  overflow-x: hidden;
  font-family: "FuturaMediumC";
}
body.overflow,
html.overflow {
  overflow: hidden !important;
}

a {
    text-decoration: none !important;
}

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

.expert-verification .expert-verification-form .left .top-inputs .select-wrap .select2-selection__rendered {
    line-height: 17px !important;
}

.cabinet-info1 .info-wrap .top-info .name-info .status .verified {
    height: fit-content;
}

.cabinet-info1 .info-wrap .top-info .name-info .status .not-verified {
    height: fit-content;
}

.custom-btn {
    font-size: 14px;
    color: #ea5448;
    margin-top: 8px;
    display: block;
    cursor: pointer;
}

/* sms подтверждение НАЧАЛО */
.resend-container {
    position: relative;
    margin: 40px 0;
}

.resend-btn {
    border: none;
    cursor: pointer;
    padding: 5px 10px;
}

#countdown{
    padding-left: 5px;
}

.resend-btn:disabled {
    color: #ccc;
    cursor: not-allowed;
    text-decoration: none;
}

.timer-overlay {
    background: rgba(255, 255, 255, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    opacity: 1;
    transition: opacity 0.3s;
}

.timer-overlay.hidden {
    opacity: 0;
    pointer-events: none;
}
/* sms подтверждение КОНЕЦ */

/* Адаптивный стиль для селекта НАЧАЛО */
.select-wrap.style3 {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 100%;
    width: 100%;
}

.select-wrap.style3 select {
    width: 100%;
    padding: 10px 12px;
    font-size: 14px;
    box-sizing: border-box;
}
/* Адаптивный стиль для селекта КОНЕЦ */

/* Документы в профиле НАЧАЛО */
.file-name {
    max-width: 150px !important;
}

.edit-mode {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.pdf-icon {
    max-width: 70px;
}

.doc-label {
    text-align: center;
    line-height: 18px;
}
/* Документы в профиле КОНЕЦ */

a{
  color: inherit;
}

.button-logout {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #686766;
  font-size: 14px;
}

.confirm-btn-email{
  max-width: 215px;
  width: 100%;
  padding: 10px 20px;
  height: 50px;
  display: flex;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
  background: #ea5448;
  text-transform: uppercase;
  font-size: 12px;
  border-radius: 6px;
  font-weight: bold;
}

.red-btn {
  background: #EA5448;
  border-radius: 8px;
  padding: 6px  8px;
  font-weight: 600;
  font-size: 13px;
  color: #FFFFFF;
}

.expert-baskets .expert-baskets-slider-wrap .expert-baskets-slider .item {
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
}

.expert-baskets .expert-baskets-slider-wrap .expert-baskets-slider .item {
  height: 220px;
}

@media (max-width: 1024px) {
  .expert-baskets .expert-baskets-slider-wrap .expert-baskets-slider .item {
    height: 220px;
  }
}

.expert-baskets .expert-baskets-slider-wrap .expert-baskets-slider .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.add-popup-address {
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
}
.add-popup-address .popup-body {
  width: 100%;
  padding: 50px 70px;
  background: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 6px;
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  .add-popup-address .popup-body {
    padding: 70px 20px 50px;
  }
}
.add-popup-address .popup-body .mfp-close {
  opacity: 1;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #2b2a29;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  right: 20px;
  top: 20px;
}
.add-popup-address .popup-body .mfp-close:hover {
  background: #3d3c3a;
}
.add-popup-address .popup-body .mfp-close:after {
  content: "";
  background: url(../img/close-popup.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.add-popup-address .popup-body .add-popup-form {
  width: 100%;
}
.add-popup-address .popup-body .add-popup-form input {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  background: #f0f0f0;
  border-radius: 5px;
  margin-bottom: 15px;
}
.add-popup-address .popup-body .add-popup-form button {
  border-radius: 5px;
  background: #ea5448;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 50px;
  width: 100%;
}


.add-popup-address .popup-body .add-popup-form select {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  background: #f0f0f0;
  border-radius: 5px;
  margin-bottom: 15px;
  outline: none;
  border: 0px;
}


.apply{
  margin: 30px 0;
  position: relative;
  z-index: 0;
  max-width: 380px;
  width: 100%;
}
#add-popup-user {
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
}
#add-popup-user .popup-body {
  width: 100%;
  padding: 50px 70px;
  background: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 6px;
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  #add-popup-user .popup-body {
    padding: 70px 20px 50px;
  }
}
#add-popup-user .popup-body .mfp-close {
  opacity: 1;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #2b2a29;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  right: 20px;
  top: 20px;
}
#add-popup-user .popup-body .mfp-close:hover {
  background: #3d3c3a;
}
#add-popup-user .popup-body .mfp-close:after {
  content: "";
  background: url(../img/close-popup.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#add-popup-user .popup-body .add-popup-form {
  width: 100%;
}
#add-popup-user .popup-body .add-popup-form input {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  background: #f0f0f0;
  border-radius: 5px;
  margin-bottom: 15px;
}

#add-popup-user .popup-body .add-popup-form select {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  background: #f0f0f0;
  border-radius: 5px;
  margin-bottom: 15px;
}
#add-popup-user .popup-body .add-popup-form button {
  border-radius: 5px;
  background: #ea5448;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 50px;
  width: 100%;
}

#add-popup {
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
}
#add-popup .popup-body {
  width: 100%;
  padding: 50px 70px;
  background: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 6px;
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  #add-popup .popup-body {
    padding: 70px 20px 50px;
  }
}
#add-popup .popup-body .mfp-close {
  opacity: 1;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #2b2a29;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  right: 20px;
  top: 20px;
}
#add-popup .popup-body .mfp-close:hover {
  background: #3d3c3a;
}
#add-popup .popup-body .mfp-close:after {
  content: "";
  background: url(../img/close-popup.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#add-popup .popup-body .add-popup-form {
  width: 100%;
}
#add-popup .popup-body .add-popup-form input {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  background: #f0f0f0;
  border-radius: 5px;
  margin-bottom: 15px;
}

#add-popup .popup-body .add-popup-form select {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  background: #f0f0f0;
  border-radius: 5px;
  margin-bottom: 15px;
  outline: none;
  border: 0px;
}
#add-popup .popup-body .add-popup-form button {
  border-radius: 5px;
  background: #ea5448;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 50px;
  width: 100%;
}


.error-message{
  color: #ee7268;
}

.apply > div{
  max-width: 380px;
  width: 100%;
  height: 30px;
  background: #f0f0f0;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  z-index: 0;
  display: flex;
}


.apply > div > button{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex  ;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}

#sale-search{
  background: none;
  width: 100%;
  height: 100%;
  padding-left: 50px;
  padding-right: 10px;

}

#add-sale{
  max-width: 240px;
  width: 100%;
  height: 50px;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 20px;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  background: #ea5448;
}


body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "FuturaMediumC";
  font-size: 14px;
  font-weight: 500;
}

input,
textarea {
  border: none;
}
input:focus,
textarea:focus {
  outline: none;
}

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

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

button {
  cursor: pointer;
  border: none;
  transition: 0.3s;
  background: none;
}
button:focus {
  outline: none;
  border: none;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  transition: 0.3s;
  display: inline-block;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: none;
}

.wrapper {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 767px) {
    .wrapper {
        padding: 0 15px;
    }
}

.main-title {
  font-size: 22px;
  color: #2b2a29;
}
.main-title span {
  color: #878787;
  margin-left: 10px;
  font-size: 14px;
  font-weight: normal;
}

.white-btn {
  padding: 6px 24px;
  border-radius: 5px;
  background: white;
  color: #2b2a29;
  font-size: 16px;
}
.white-btn:hover {
  background: #2b2a29;
  color: white;
}

.global-title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.global-title-wrap .link {
  color: #959595;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.global-title-wrap .link img {
  margin-left: 12px;
  margin-top: 2px;
}

.product-count {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 130px;
  background: #4ebb5f;
  border-radius: 5px;
  display: none;
  position: relative;
}
.product-count.hide {
  display: none;
}
.product-count.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-count button {
  min-width: 30px;
  height: 30px;
  font-size: 20px;
  font-weight: 500;
  color: white;
}

.product-count .popup-btn-plus{
    padding-top: 2px;
}
.product-count .popup-btn-minus{
    margin-top: -2px;
}
.product-count button.btn-plus {
  border-left: 1px solid rgba(255, 255, 255, 0.25);
}
.product-count button.btn-minus {
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}
.product-count input {
  width: 70px;
  height: 30px;
  text-align: center;
  /*padding: 0 5px;*/
  background: transparent;
  color: white;
  font-size: 14px;
  /*margin-top: -8px;*/
}
.product-count input::-webkit-input-placeholder {
  font-size: 14px;
}
.product-count input::-moz-placeholder {
  font-size: 14px;
}
.product-count input:-ms-input-placeholder {
  font-size: 14px;
}
.product-count input:-moz-placeholder {
  font-size: 14px;
}
.product-count .price {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 10px;
}
.product-count .price span {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.6);
}

.footer {
  padding: 50px 0;
  background: #f0f0f0;
  margin-top: auto;
}
@media (max-width: 1024px) {
  .footer {
    padding: 30px 0;
  }
}
.footer .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .footer .wrapper {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.footer .wrapper .info {
  max-width: 270px;
  width: 100%;
}
@media (max-width: 767px) {
  .footer .wrapper .info {
    max-width: 100%;
  }
}
.footer .wrapper .info .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer .wrapper .info .footer-logo {
  margin-right: 10px;
}
.footer .wrapper .info p {
  font-size: 14px;
  color: #878787;
}
@media (max-width: 767px) {
  .footer .wrapper .info p {
    max-width: 300px;
  }
}
.footer .wrapper .info .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .wrapper .info .social li {
  margin-left: 15px;
}
.footer .wrapper .info .social li a svg {
  transition: 0.3s;
  fill: #bebebe;
}
.footer .wrapper .info .social li a:hover svg {
  fill: #ea5448;
}
.footer .wrapper .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 767px) {
  .footer .wrapper .links {
    width: 50%;
    margin-top: 20px;
  }
}
.footer .wrapper .links a {
  color: #686766;
  font-size: 14px;
  margin-bottom: 10px;
}
.footer .wrapper .links a:hover {
  color: #ea5448;
}
.footer .wrapper .texts {
  max-width: 440px;
  width: 100%;
}
@media (max-width: 1100px) {
  .footer .wrapper .texts {
    max-width: 400px;
  }
}
@media (max-width: 1024px) {
  .footer .wrapper .texts {
    max-width: inherit;
    width: 100%;
    margin-top: 10px;
  }
}
.footer .wrapper .texts p {
  font-size: 14px;
  color: #878787;
}
.footer .wrapper .texts a {
  border-bottom: 1px solid #878787;
  font-size: 14px;
  color: #878787;
  margin-top: 30px;
}
@media (max-width: 1100px) {
  .footer .wrapper .texts a {
    margin-top: 10px;
  }
}
.footer .wrapper .texts a:hover {
  border-color: transparent;
  color: #ea5448;
}

.select-wrap {
  position: relative;
}
.select-wrap select {
  display: none;
}
.select-wrap .select2 {
  position: relative;
  width: 100% !important;
  height: 100%;
}
.select-wrap .select2 .selection {
  width: 100%;
}
.select-wrap .select2-container--default .select2-selection--single {
  background-color: transparent;
  text-align: left;
  border: none;
  padding: 0;
  height: 100%;
}
.select-wrap .select2-container--default .select2-selection--single:focus {
  outline: none;
}
.select-wrap .select2-container .select2-selection--single .select2-selection__rendered {
  font-size: 16px;
  color: #959595;
  padding: 10px;
  padding-right: 20px;
  padding-bottom: 0;
  padding-top: 0;
  height: 52px !important;
}
@media (max-width: 1200px) {
  .select-wrap .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
  }
}
.select-wrap .select2-selection__arrow {
  width: 6px !important;
  height: 7px !important;
  top: 50% !important;
  right: 5px !important;
  transform: translateY(-50%);
  z-index: 1 !important;
  background-color: transparent;
}
.select-wrap .select2-selection__arrow b {
  background: url(../img/select-arrow.svg) no-repeat center center;
  width: 11px !important;
  height: 6px !important;
  border: none !important;
  transition: 0.2s;
}
.select-wrap .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: rotate(180deg);
}
.select-wrap.style2 {
  min-width: auto;
  height: auto;
}
.select-wrap.style2 .select2-selection__rendered {
  color: #000 !important;
  height: auto !important;
  line-height: inherit !important;
  transition: 0.3s;
  background: #f0f0f0;
  padding: 7px 30px 7px 20px !important;
  border-radius: 6px;
}
@media (max-width: 767px) {
  .select-wrap.style2 .select2-selection__rendered {
    font-size: 16px !important;
  }
}
.select-wrap.style2 .select2-selection--single {
  padding-right: 0 !important;
}
.select-wrap.style2 .select2-selection__arrow {
  right: 15px !important;
}
.select-wrap.style2 .select2-selection__arrow b {
  background: url(../img/black-arrow.svg) no-repeat center center;
  width: 10px !important;
  height: 6px !important;
  border: none !important;
  transition: 0.2s;
}
.select-wrap.style3 {
  min-width: auto;
  height: auto;
  position: relative;
}
.select-wrap.style3 .icon {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.select-wrap.style3 .select2-selection__rendered {
  padding: 15px 50px !important;
  color: #000 !important;
  height: auto !important;
  line-height: inherit !important;
  transition: 0.3s;
  background: #f0f0f0;
}
@media (max-width: 767px) {
  .select-wrap.style3 .select2-selection__rendered {
    font-size: 16px !important;
  }
}
.select-wrap.style3 .select2-selection--single {
  padding-right: 0 !important;
}
.select-wrap.style3 .select2-selection__arrow {
  right: 20px !important;
}
.select-wrap.style3 .select2-selection__arrow b {
  background: url(../img/black-arrow.svg) no-repeat center center;
  width: 10px !important;
  height: 6px !important;
  border: none !important;
  transition: 0.2s;
}

.select2-dropdown {
  border: none !important;
  font-size: 14px !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background: white;
  color: #141414;
  font-size: 14px !important;
  font-weight: 400;
  transition: 0s;
}
@media (max-width: 767px) {
  .select2-container--default .select2-results__option[aria-selected=true] {
    font-size: 14px !important;
  }
}

.select2-container--default .select2-results__option--highlighted {
  color: #141414;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  font-size: 14px;
  background: white;
  font-weight: 400;
  color: #ea5448;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .select2-container--default .select2-results__option--highlighted[aria-selected] {
    font-size: 14px;
  }
}

.select2-search--dropdown {
  padding: 0;
}

.select2-container--open .select2-dropdown {
  bottom: 0 !important;
  top: 100%;
  transition: 0s;
}

.select2-results__options {
  border: none;
  max-height: 200px !important;
  overflow-y: auto;
  background: white;
  border-radius: 10px;
  padding: 15px 0;
  transition: 0s;
  min-width: 100%;
  width: max-content;
  box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.11);
}
.select2-results__options::-webkit-scrollbar {
  width: 2px;
}
.select2-results__options::-webkit-scrollbar-thumb {
  background-color: #ea5448;
  border-radius: 10px;
}
.select2-results__options::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
}
.select2-results__options::-webkit-scrollbar-button {
  background: #fff;
  display: none;
}

.select2-results__option {
  font-size: 14px;
  background: #fff;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px !important;
  margin-bottom: 10px;
  transition: 0s;
}
.select2-results__option > span {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.select2-results__option > span .apply-data-btn {
  color: #ea5448;
}
.select2-results__option:last-child {
  margin-bottom: 0;
  border: none;
}
@media (max-width: 767px) {
  .select2-results__option {
    font-size: 14px;
  }
}
.select2-results__option > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.select2-results__option > span img {
  width: 25px;
  height: 25px;
  margin-right: 5px;
  margin-bottom: 3px;
}

.select2-search--dropdown {
  border: none;
}

.select2-search {

}

.select2-results__option {
  font-weight: 400;
  padding: 0 15px;
  color: #4f4f4f;
  font-size: 14px;
  transition: 0s;
}
@media (max-width: 767px) {
  .select2-results__option {
    font-size: 14px;
  }
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.breadcrumbs li {
  margin-right: 20px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .breadcrumbs li {
    margin-bottom: 10px;
  }
}
.breadcrumbs li a {
  font-size: 14px;
  font-weight: 500;
  color: #959595;
  position: relative;
  z-index: 0;
}
.breadcrumbs li a:hover {
  color: #ea5448;
}
.breadcrumbs li a:after {
  content: "/";
  font-size: 14px;
  color: #959595;
  position: absolute;
  top: 0;
  right: -15px;
}
.breadcrumbs li span {
  font-size: 14px;
  font-weight: 500;
  color: #959595;
}

.checkbox-wrap label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: #433f3f;
}
.checkbox-wrap label input {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.checkbox-wrap label input:checked ~ span:after {
  opacity: 1;
}
.checkbox-wrap label input:checked ~ span {
  background: #ea5448;
  border-color: #ea5448;
}
.checkbox-wrap label span {
  width: 18px;
  min-width: 18px;
  height: 18px;
  display: inline-block;
  position: relative;
  transition: 0.2s;
  border: 1px solid #c8c8c8;
  background: transparent;
  border-radius: 4px;
  margin-right: 10px;
  margin-top: 2px;
}
@media (max-width: 767px) {
  .checkbox-wrap label span {
    margin-right: 10px;
  }
}
.checkbox-wrap label span:after {
  content: "";
  background: url(../img/check-icon.svg) no-repeat center center/cover;
  width: 10px;
  height: 7px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -3.5px;
  margin-left: -5px;
  opacity: 0;
  transition: 0.2s;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pagination ul li {
  margin: 0 3px;
}
.pagination ul li a {
  border-radius: 6px;
  width: 30px;
  height: 30px;
  border: 1px solid #dfdfdf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #dfdfdf;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pagination ul li a.active {
  color: #4e4e4e;
  background: #f0f0f0;
}
.pagination button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 3px;
  border-radius: 6px;
  width: 30px;
  height: 30px;
  border: 1px solid #dfdfdf;
}
.pagination button img {
  margin: auto;
}

.radio-wrap input[type=radio] {
  display: none;
}
.radio-wrap input:checked + label span:after {
  content: "";
}
.radio-wrap label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: rgba(43, 42, 41, 0.5);
}
.radio-wrap label span {
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  background: #e9e9e9;
  position: relative;
}
.radio-wrap label span:after {
  content: none;
  position: absolute;
  background: red;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  margin-top: -5px;
  margin-left: -5px;
}

.auth-lang{
    font-size: 16px;
    padding-top: 3px;
}

.login-wrap {
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
  padding: 70px 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .login-wrap {
    padding: 40px 20px;
  }
}
.login-wrap .logo {
  margin-bottom: 20px;
}
.login-wrap .radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 50px;
}
.login-wrap .radios .radio-wrap {
  margin: 0 10px;
}
.login-wrap .links {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  margin-bottom: 20px;
  width: 100%;
}
@media (max-width: 767px) {
  .login-wrap .links {
    grid-template-columns: 1fr;
    margin-bottom: 10px;
  }
}


/*.login-wrap .links a {
  border: 1px dashed #d2d2d2;
  height: 66px;
  border-radius: 6px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  padding: 15px 25px;
  font-weight: 500;
  color: #909090;
}
@media (max-width: 767px) {
  .login-wrap .links a {
    width: 100%;
    padding: 10px 15px;
    height: 50px;
  }
}
.login-wrap .links a.active {
  border: 1px solid #ea5448;
  color: #2b2a29;
}
.login-wrap .links a img {
  margin-right: 30px;
}
@media (max-width: 767px) {
  .login-wrap .links a img {
    width: 26px;
    margin-right: 20px;
  }
}*/

.login-wrap .links button {
  border: 1px dashed #d2d2d2;
  height: 66px;
  border-radius: 6px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  padding: 15px 25px;
  font-weight: 500;
  color: #909090;
}
@media (max-width: 767px) {
  .login-wrap .links button {
    width: 100%;
    padding: 10px 15px;
    height: 50px;
  }
}
.login-wrap .links button.active {
  border: 1px solid #ea5448;
  color: #2b2a29;
}
.login-wrap .links button img {
  margin-right: 30px;
}
@media (max-width: 767px) {
  .login-wrap .links button img {
    width: 26px;
    margin-right: 20px;
  }
}
.login-wrap h2 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  color: #2b2a29;
}
.login-wrap .authorization-form,
.login-wrap .registration-form,
.login-wrap .confirm-form,
.login-wrap .registration-expert-form,
.login-wrap .registration-supiller-form {
  max-width: 270px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.login-wrap .authorization-form .all-inputs,
.login-wrap .registration-form .all-inputs,
.login-wrap .confirm-form .all-inputs,
.login-wrap .registration-expert-form .all-inputs,
.login-wrap .registration-supiller-form .all-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.login-wrap .authorization-form .all-inputs input,
.login-wrap .registration-form .all-inputs input,
.login-wrap .confirm-form .all-inputs input,
.login-wrap .registration-expert-form .all-inputs input,
.login-wrap .registration-supiller-form .all-inputs input {
  width: calc((100% - 30px) / 2);
}
@media (max-width: 767px) {
  .login-wrap .authorization-form .all-inputs input,
.login-wrap .registration-form .all-inputs input,
.login-wrap .confirm-form .all-inputs input,
.login-wrap .registration-expert-form .all-inputs input,
.login-wrap .registration-supiller-form .all-inputs input {
    width: calc((100% - 15px) / 2);
  }
}
.login-wrap .authorization-form .all-inputs input:last-child,
.login-wrap .registration-form .all-inputs input:last-child,
.login-wrap .confirm-form .all-inputs input:last-child,
.login-wrap .registration-expert-form .all-inputs input:last-child,
.login-wrap .registration-supiller-form .all-inputs input:last-child {
  align-self: center;
  margin: auto;
}
.login-wrap .authorization-form .all-inputs .select,
.login-wrap .registration-form .all-inputs .select,
.login-wrap .confirm-form .all-inputs .select,
.login-wrap .registration-expert-form .all-inputs .select,
.login-wrap .registration-supiller-form .all-inputs .select {
  width: calc((100% - 30px) / 2);
  margin: 0;
  border-bottom: 1px solid #9a9a9a;
}
@media (max-width: 767px) {
  .login-wrap .authorization-form .all-inputs .select,
.login-wrap .registration-form .all-inputs .select,
.login-wrap .confirm-form .all-inputs .select,
.login-wrap .registration-expert-form .all-inputs .select,
.login-wrap .registration-supiller-form .all-inputs .select {
    width: calc((100% - 10px) / 2);
  }
}
.login-wrap .authorization-form .all-inputs .select select,
.login-wrap .registration-form .all-inputs .select select,
.login-wrap .confirm-form .all-inputs .select select,
.login-wrap .registration-expert-form .all-inputs .select select,
.login-wrap .registration-supiller-form .all-inputs .select select {
  height: 48px;
  line-height: 48px;
  width: 100%;
  text-align: center;
  border: none;
  cursor: pointer;
}
.login-wrap .authorization-form .all-inputs .select select:focus,
.login-wrap .registration-form .all-inputs .select select:focus,
.login-wrap .confirm-form .all-inputs .select select:focus,
.login-wrap .registration-expert-form .all-inputs .select select:focus,
.login-wrap .registration-supiller-form .all-inputs .select select:focus {
  outline: none;
  border: none;
}
.login-wrap .authorization-form .all-inputs .inputs,
.login-wrap .registration-form .all-inputs .inputs,
.login-wrap .confirm-form .all-inputs .inputs,
.login-wrap .registration-expert-form .all-inputs .inputs,
.login-wrap .registration-supiller-form .all-inputs .inputs {
  width: calc((100% - 30px) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .login-wrap .authorization-form .all-inputs .inputs,
.login-wrap .registration-form .all-inputs .inputs,
.login-wrap .confirm-form .all-inputs .inputs,
.login-wrap .registration-expert-form .all-inputs .inputs,
.login-wrap .registration-supiller-form .all-inputs .inputs {
    width: calc((100% - 15px) / 2);
  }
}
.login-wrap .authorization-form .all-inputs .inputs input,
.login-wrap .registration-form .all-inputs .inputs input,
.login-wrap .confirm-form .all-inputs .inputs input,
.login-wrap .registration-expert-form .all-inputs .inputs input,
.login-wrap .registration-supiller-form .all-inputs .inputs input {
  width: calc((100% - 20px) / 2);
  margin: 0;
}
@media (max-width: 767px) {
  .login-wrap .authorization-form .all-inputs .inputs input,
.login-wrap .registration-form .all-inputs .inputs input,
.login-wrap .confirm-form .all-inputs .inputs input,
.login-wrap .registration-expert-form .all-inputs .inputs input,
.login-wrap .registration-supiller-form .all-inputs .inputs input {
    width: calc((100% - 10px) / 2);
  }
}
.login-wrap .authorization-form .registration-link,
.login-wrap .registration-form .registration-link,
.login-wrap .confirm-form .registration-link,
.login-wrap .registration-expert-form .registration-link,
.login-wrap .registration-supiller-form .registration-link {
  text-align: center;
  color: #ea5448;
  font-size: 16px;
}
.login-wrap .authorization-form button,
.login-wrap .registration-form button,
.login-wrap .confirm-form button,
.login-wrap .registration-expert-form button,
.login-wrap .registration-supiller-form button {
  width: 100%;
  height: 50px;
  color: white;
  text-transform: uppercase;
  background: #ea5448;
  margin-top: 60px;
  border-radius: 6px;
  margin-bottom: 30px;
}
.login-wrap .authorization-form button:hover,
.login-wrap .registration-form button:hover,
.login-wrap .confirm-form button:hover,
.login-wrap .registration-expert-form button:hover,
.login-wrap .registration-supiller-form button:hover {
  background: #ee7268;
}
.login-wrap .authorization-form button img,
.login-wrap .registration-form button img,
.login-wrap .confirm-form button img,
.login-wrap .registration-expert-form button img,
.login-wrap .registration-supiller-form button img {
  margin-left: 15px;
}
.login-wrap .authorization-form input,
.login-wrap .registration-form input,
.login-wrap .confirm-form input,
.login-wrap .registration-expert-form input,
.login-wrap .registration-supiller-form input {
  padding: 15px 0;
  border-bottom: 1px solid #9a9a9a;
  text-align: center;
}
.login-wrap .authorization-form .files-wrap,
.login-wrap .registration-form .files-wrap,
.login-wrap .confirm-form .files-wrap,
.login-wrap .registration-expert-form .files-wrap,
.login-wrap .registration-supiller-form .files-wrap {
  margin: 25px 0;
}
.login-wrap .authorization-form .files-wrap p,
.login-wrap .registration-form .files-wrap p,
.login-wrap .confirm-form .files-wrap p,
.login-wrap .registration-expert-form .files-wrap p,
.login-wrap .registration-supiller-form .files-wrap p {
  margin-bottom: 10px;
  color: #959595;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}
.login-wrap .authorization-form .files,
.login-wrap .registration-form .files,
.login-wrap .confirm-form .files,
.login-wrap .registration-expert-form .files,
.login-wrap .registration-supiller-form .files {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.login-wrap .authorization-form > p,
.login-wrap .registration-form > p,
.login-wrap .confirm-form > p,
.login-wrap .registration-expert-form > p,
.login-wrap .registration-supiller-form > p {
  font-size: 16px;
  color: #2b2a29;
  margin-bottom: 40px;
}
.login-wrap .authorization-form.registration-form,
.login-wrap .registration-form.registration-form,
.login-wrap .confirm-form.registration-form,
.login-wrap .registration-expert-form.registration-form,
.login-wrap .registration-supiller-form.registration-form {
  max-width: 270px;
}
.login-wrap .authorization-form.registration-form button,
.login-wrap .registration-form.registration-form button,
.login-wrap .confirm-form.registration-form button,
.login-wrap .registration-expert-form.registration-form button,
.login-wrap .registration-supiller-form.registration-form button {
    margin-top: 30px !important;
    max-width: 270px;
}
.login-wrap .authorization-form.registration-form .checkbox-wrap,
.login-wrap .registration-form.registration-form .checkbox-wrap,
.login-wrap .confirm-form.registration-form .checkbox-wrap,
.login-wrap .registration-expert-form.registration-form .checkbox-wrap,
.login-wrap .registration-supiller-form.registration-form .checkbox-wrap {
  margin-top: 30px;
  width: 100%;
}
.login-wrap .authorization-form.registration-form .checkbox-wrap label,
.login-wrap .registration-form.registration-form .checkbox-wrap label,
.login-wrap .confirm-form.registration-form .checkbox-wrap label,
.login-wrap .registration-expert-form.registration-form .checkbox-wrap label,
.login-wrap .registration-supiller-form.registration-form .checkbox-wrap label {
  text-align: left;
}
.login-wrap .authorization-form.registration-expert-form, .login-wrap .authorization-form.registration-supiller-form,
.login-wrap .registration-form.registration-form,
.login-wrap .registration-form.registration-supiller-form,
.login-wrap .confirm-form.registration-expert-form,
.login-wrap .confirm-form.registration-supiller-form,
.login-wrap .registration-expert-form.registration-expert-form,
.login-wrap .registration-expert-form.registration-supiller-form,
.login-wrap .registration-supiller-form.registration-expert-form,
.login-wrap .registration-supiller-form.registration-supiller-form {
  max-width: 570px;
}
.login-wrap .authorization-form.registration-expert-form button, .login-wrap .authorization-form.registration-supiller-form button,
.login-wrap .registration-form.registration-expert-form button,
.login-wrap .registration-form.registration-supiller-form button,
.login-wrap .confirm-form.registration-expert-form button,
.login-wrap .confirm-form.registration-supiller-form button,
.login-wrap .registration-expert-form.registration-expert-form button,
.login-wrap .registration-expert-form.registration-supiller-form button,
.login-wrap .registration-supiller-form.registration-expert-form button,
.login-wrap .registration-supiller-form.registration-supiller-form button {
  margin-top: 30px !important;
  align-self: center;
  max-width: 270px;
}

.registration-form .checkbox-wrap {
  margin-top: 15px;
  width: 100%;
  max-width: 270px;
}
.login-wrap .authorization-form.registration-expert-form .checkbox-wrap label, .login-wrap .authorization-form.registration-supiller-form .checkbox-wrap label,
.login-wrap .registration-form.registration-expert-form .checkbox-wrap label,
.login-wrap .registration-form.registration-supiller-form .checkbox-wrap label,
.login-wrap .confirm-form.registration-expert-form .checkbox-wrap label,
.login-wrap .confirm-form.registration-supiller-form .checkbox-wrap label,
.login-wrap .registration-expert-form.registration-expert-form .checkbox-wrap label,
.login-wrap .registration-expert-form.registration-supiller-form .checkbox-wrap label,
.login-wrap .registration-supiller-form.registration-expert-form .checkbox-wrap label,
.login-wrap .registration-supiller-form.registration-supiller-form .checkbox-wrap label {
  text-align: left;
}
.login-wrap .authorization-form.confirm-form input,
.login-wrap .registration-form.confirm-form input,
.login-wrap .confirm-form.confirm-form input,
.login-wrap .registration-expert-form.confirm-form input,
.login-wrap .registration-supiller-form.confirm-form input {
  padding: 0;
  border: none;
}
.login-wrap .authorization-form.confirm-form h2,
.login-wrap .registration-form.confirm-form h2,
.login-wrap .confirm-form.confirm-form h2,
.login-wrap .registration-expert-form.confirm-form h2,
.login-wrap .registration-supiller-form.confirm-form h2 {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 15px;
}
.login-wrap .authorization-form.confirm-form .code-inputs,
.login-wrap .registration-form.confirm-form .code-inputs,
.login-wrap .confirm-form.confirm-form .code-inputs,
.login-wrap .registration-expert-form.confirm-form .code-inputs,
.login-wrap .registration-supiller-form.confirm-form .code-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.login-wrap .authorization-form.confirm-form .code-inputs input,
.login-wrap .registration-form.confirm-form .code-inputs input,
.login-wrap .confirm-form.confirm-form .code-inputs input,
.login-wrap .registration-expert-form.confirm-form .code-inputs input,
.login-wrap .registration-supiller-form.confirm-form .code-inputs input {
  padding: 10px 30px;
  width: 70px;
  border-bottom: 1px solid #ababab;
  text-align: center;
  color: #2b2a29cd;
  font-size: 18px;
  font-weight: 500;
  margin-right: 10px;
}
.login-wrap .authorization-form.confirm-form .code-inputs input::-webkit-input-placeholder,
.login-wrap .registration-form.confirm-form .code-inputs input::-webkit-input-placeholder,
.login-wrap .confirm-form.confirm-form .code-inputs input::-webkit-input-placeholder,
.login-wrap .registration-expert-form.confirm-form .code-inputs input::-webkit-input-placeholder,
.login-wrap .registration-supiller-form.confirm-form .code-inputs input::-webkit-input-placeholder {
  color: #cdcdcd;
  font-size: 28px;
  font-weight: 500;
}
.login-wrap .authorization-form.confirm-form .code-inputs input::-moz-placeholder,
.login-wrap .registration-form.confirm-form .code-inputs input::-moz-placeholder,
.login-wrap .confirm-form.confirm-form .code-inputs input::-moz-placeholder,
.login-wrap .registration-expert-form.confirm-form .code-inputs input::-moz-placeholder,
.login-wrap .registration-supiller-form.confirm-form .code-inputs input::-moz-placeholder {
  color: #cdcdcd;
  font-size: 28px;
  font-weight: 500;
}
.login-wrap .authorization-form.confirm-form .code-inputs input:-ms-input-placeholder,
.login-wrap .registration-form.confirm-form .code-inputs input:-ms-input-placeholder,
.login-wrap .confirm-form.confirm-form .code-inputs input:-ms-input-placeholder,
.login-wrap .registration-expert-form.confirm-form .code-inputs input:-ms-input-placeholder,
.login-wrap .registration-supiller-form.confirm-form .code-inputs input:-ms-input-placeholder {
  color: #cdcdcd;
  font-size: 28px;
  font-weight: 500;
}
.login-wrap .authorization-form.confirm-form .code-inputs input:-moz-placeholder,
.login-wrap .registration-form.confirm-form .code-inputs input:-moz-placeholder,
.login-wrap .confirm-form.confirm-form .code-inputs input:-moz-placeholder,
.login-wrap .registration-expert-form.confirm-form .code-inputs input:-moz-placeholder,
.login-wrap .registration-supiller-form.confirm-form .code-inputs input:-moz-placeholder {
  color: #cdcdcd;
  font-size: 28px;
  font-weight: 500;
}
.login-wrap .authorization-form.confirm-form .send-code-text,
.login-wrap .registration-form.confirm-form .send-code-text,
.login-wrap .confirm-form.confirm-form .send-code-text,
.login-wrap .registration-expert-form.confirm-form .send-code-text,
.login-wrap .registration-supiller-form.confirm-form .send-code-text {
  text-align: center;
  max-width: 220px;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  margin: 30px auto;
  color: #ababab;
}
.login-wrap .authorization-form.confirm-form button,
.login-wrap .registration-form.confirm-form button,
.login-wrap .confirm-form.confirm-form button,
.login-wrap .registration-expert-form.confirm-form button,
.login-wrap .registration-supiller-form.confirm-form button {
  margin-top: 0;
}

.select-specialty-wrap {
    max-width: 680px;
    width: 100%;
    margin: 0 auto;
    padding: 70px 20px;
    text-align: center;
}
@media (max-width: 767px) {
    .select-specialty-wrap {
        padding: 40px 20px;
    }
}
.select-specialty-wrap .logo {
    margin-bottom: 20px;
}
.select-specialty-wrap .radios {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 50px;
}
.select-specialty-wrap .radios .radio-wrap {
    margin: 0 10px;
}
.select-specialty-wrap .links {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    margin-bottom: 20px;
    width: 100%;
}
@media (max-width: 767px) {
    .select-specialty-wrap .links {
        grid-template-columns: 1fr;
        margin-bottom: 10px;
    }
}
.select-specialty-wrap .links a {
    border: 1px dashed #d2d2d2;
    height: 66px;
    border-radius: 6px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    padding: 15px 25px;
    font-weight: 500;
    color: #909090;
}
@media (max-width: 767px) {
    .select-specialty-wrap .links a {
        width: 100%;
        padding: 10px 15px;
        height: 50px;
    }
}
.select-specialty-wrap .links a.active {
    border: 1px solid #ea5448;
    color: #2b2a29;
}
.select-specialty-wrap .links a img {
    margin-right: 30px;
}
@media (max-width: 767px) {
    .select-specialty-wrap .links a img {
        width: 26px;
        margin-right: 20px;
    }
}
.select-specialty-wrap h2 {
    margin-bottom: 20px;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    color: #2b2a29;
}
.select-specialty-wrap .select-specialty-form {
    max-width: 560px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.select-specialty-wrap .select-specialty-form > h2 {
    font-size: 24px;
    color: #A8A8A8;
    text-align: center;
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .select-specialty-wrap .select-specialty-form > h2 {
        font-size: 20px;
    }
}
.select-specialty-wrap .select-specialty-form .registration-link {
    text-align: center;
    color: #ea5448;
    font-size: 16px;
}
.select-specialty-wrap .select-specialty-form .select {
    width: 100%;
}
.select-specialty-wrap .select-specialty-form .select .select-wrap .select2-selection__rendered {
    height: 52px;
    background: #F0F0F0;
    line-height: 52px;
    border-radius: 6px;
    padding: 0 20px !important;
}
.select-specialty-wrap .select-specialty-form .select .select-wrap .select2-selection__arrow {
    right: 20px !important;
}
.select-specialty-wrap .select-specialty-form .select h4 {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: normal;
    color: #959595;
    text-align: left;
}
.select-specialty-wrap .select-specialty-form button {
    width: 100%;
    max-width: 310px;
    margin: 24px auto;
    height: 50px;
    color: white;
    text-transform: uppercase;
    background: #ea5448;
    border-radius: 6px;
}
.select-specialty-wrap .select-specialty-form button:hover {
    background: #ee7268;
}
.select-specialty-wrap .select-specialty-form button img {
    margin-left: 15px;
}
.select-specialty-wrap .select-specialty-form input {
    padding: 15px 0;
    border-bottom: 1px solid #9a9a9a;
    text-align: center;
}
.select-specialty-wrap .select-specialty-form .files-wrap {
    margin: 25px 0;
}
.select-specialty-wrap .select-specialty-form .files-wrap p {
    margin-bottom: 10px;
    color: #959595;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}
.select-specialty-wrap .select-specialty-form .files {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.select-specialty-wrap .select-specialty-form > p {
    font-size: 16px;
    color: #2b2a29;
    margin-bottom: 40px;
}

.file-wrap {
  position: relative;
  z-index: 0;
  cursor: pointer;
  height: 110px;
  max-width: 150px;
  width: 100%;
  border-radius: 6px;
  background: #f0f0f0;
  padding: 20px;
  margin: 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .file-wrap {
    height: 90px;
    padding: 15px;
  }
}
.file-wrap span {
  color: #2b2a29;
  text-align: center;
  margin-top: 10px;
}
.file-wrap input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}

.file-name{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 165px;
    padding: 6px 11px;
}

input.error {
  border-bottom: 1px solid #ea5448 !important;
}
.experts-basket-popup {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
.experts-basket-popup .popup-body {
  width: 100%;
  padding: 70px;
  background: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 6px;
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  .experts-basket-popup .popup-body {
    padding: 50px 20px;
  }
}
.experts-basket-popup .popup-body .mfp-close {
  opacity: 1;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #2b2a29;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  right: 20px;
  top: 20px;
}
.experts-basket-popup .popup-body .mfp-close:hover {
  background: #3d3c3a;
}
.experts-basket-popup .popup-body .mfp-close:after {
  content: "";
  background: url(../img/close-popup.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .experts-basket-popup .popup-body .basket-item .price {
    margin-top: -40px;
  }
}
.experts-basket-popup .popup-body .buttons-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .experts-basket-popup .popup-body .buttons-wrap {
    flex-direction: column-reverse;
  }
}
.experts-basket-popup .popup-body .buttons-wrap .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  .experts-basket-popup .popup-body .buttons-wrap .buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 10px;
  }
}
.experts-basket-popup .popup-body .buttons-wrap .buttons .add-basket-btn {
  min-width: 315px;
  width: 100%;
  height: 50px;
  background: #ea5448;
  border-radius: 5px;
  color: white;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.experts-basket-popup .popup-body .buttons-wrap .buttons .add-basket-btn:hover {
  background: #e63628;
}
.experts-basket-popup .popup-body .buttons-wrap .buttons .close {
  color: #959595;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .experts-basket-popup .popup-body .buttons-wrap .buttons .close {
    margin-top: 10px;
    margin-left: 0;
    font-size: 16px;
  }
}
.experts-basket-popup .popup-body .buttons-wrap .itog-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  .experts-basket-popup .popup-body .buttons-wrap .itog-wrap {
    margin-top: 10px;
  }
}
.experts-basket-popup .popup-body .buttons-wrap .itog-wrap .itog {
  color: #2b2a29;
  font-weight: 500;
  font-size: 22px;
  margin-right: 80px;
}
.experts-basket-popup .popup-body .buttons-wrap .itog-wrap .num {
  color: #ea5448;
  font-size: 24px;
}
.experts-basket-popup .popup-body .experts-basket-form .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
.experts-basket-popup .popup-body .experts-basket-form .top h2 {
  color: #a8a8a8;
  font-weight: 450;
  font-size: 34px;
  margin-right: 12px;
}
@media (max-width: 767px) {
  .experts-basket-popup .popup-body .experts-basket-form .top h2 {
    font-size: 24px;
  }
}
.experts-basket-popup .popup-body .experts-basket-form .top span {
  color: #959595;
  font-size: 14px;
  font-size: 12px;
  margin-top: 7px;
}
@media (max-width: 767px) {
  .experts-basket-popup .popup-body .experts-basket-form .top span {
    margin-top: 3px;
  }
}
.experts-basket-popup .popup-body .experts-basket-form .person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .experts-basket-popup .popup-body .experts-basket-form .person {
    margin-bottom: 20px;
  }
}
.experts-basket-popup .popup-body .experts-basket-form .person .img-wrap {
  width: 28px;
  height: 28px;
  min-width: 28px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 14px;
}
@media (max-width: 767px) {
  .experts-basket-popup .popup-body .experts-basket-form .person .img-wrap {
    margin-right: 7px;
  }
}
.experts-basket-popup .popup-body .experts-basket-form .person .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.experts-basket-popup .popup-body .experts-basket-form .person .texts span {
  display: block;
  color: #2b2a29;
  font-size: 13px;
}
@media (max-width: 767px) {
  .experts-basket-popup .popup-body .experts-basket-form .person .texts span {
    font-size: 11px;
  }
}
.experts-basket-popup .popup-body .experts-basket-form .person .texts p {
  font-size: 13px;
  color: #878787;
}
@media (max-width: 767px) {
  .experts-basket-popup .popup-body .experts-basket-form .person .texts p {
    font-size: 11px;
  }
}

#experts-basket-popup {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
#experts-basket-popup .popup-body {
  width: 100%;
  padding: 70px;
  background: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 6px;
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  #experts-basket-popup .popup-body {
    padding: 50px 20px;
  }
}
#experts-basket-popup .popup-body .mfp-close {
  opacity: 1;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #2b2a29;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  right: 20px;
  top: 20px;
}
#experts-basket-popup .popup-body .mfp-close:hover {
  background: #3d3c3a;
}
#experts-basket-popup .popup-body .mfp-close:after {
  content: "";
  background: url(../img/close-popup.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  #experts-basket-popup .popup-body .basket-item .price {
    margin-top: -40px;
  }
}
#experts-basket-popup .popup-body .buttons-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767px) {
  #experts-basket-popup .popup-body .buttons-wrap {
    flex-direction: column-reverse;
  }
}
#experts-basket-popup .popup-body .buttons-wrap .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  #experts-basket-popup .popup-body .buttons-wrap .buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 10px;
  }
}
#experts-basket-popup .popup-body .buttons-wrap .buttons .add-basket-btn {
  min-width: 315px;
  width: 100%;
  height: 50px;
  background: #ea5448;
  border-radius: 5px;
  color: white;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#experts-basket-popup .popup-body .buttons-wrap .buttons .add-basket-btn:hover {
  background: #e63628;
}
#experts-basket-popup .popup-body .buttons-wrap .buttons .close {
  color: #959595;
  margin-left: 20px;
}
@media (max-width: 767px) {
  #experts-basket-popup .popup-body .buttons-wrap .buttons .close {
    margin-top: 10px;
    margin-left: 0;
    font-size: 16px;
  }
}
#experts-basket-popup .popup-body .buttons-wrap .itog-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  #experts-basket-popup .popup-body .buttons-wrap .itog-wrap {
    margin-top: 10px;
  }
}
#experts-basket-popup .popup-body .buttons-wrap .itog-wrap .itog {
  color: #2b2a29;
  font-weight: 500;
  font-size: 22px;
  margin-right: 80px;
}
#experts-basket-popup .popup-body .buttons-wrap .itog-wrap .num {
  color: #ea5448;
  font-size: 24px;
}
#experts-basket-popup .popup-body .experts-basket-form .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
#experts-basket-popup .popup-body .experts-basket-form .top h2 {
  color: #a8a8a8;
  font-weight: 450;
  font-size: 34px;
  margin-right: 12px;
}
@media (max-width: 767px) {
  #experts-basket-popup .popup-body .experts-basket-form .top h2 {
    font-size: 24px;
  }
}
#experts-basket-popup .popup-body .experts-basket-form .top span {
  color: #959595;
  font-size: 14px;
  font-size: 12px;
  margin-top: 7px;
}
@media (max-width: 767px) {
  #experts-basket-popup .popup-body .experts-basket-form .top span {
    margin-top: 3px;
  }
}
#experts-basket-popup .popup-body .experts-basket-form .person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  #experts-basket-popup .popup-body .experts-basket-form .person {
    margin-bottom: 20px;
  }
}
#experts-basket-popup .popup-body .experts-basket-form .person .img-wrap {
  width: 28px;
  height: 28px;
  min-width: 28px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 14px;
}
@media (max-width: 767px) {
  #experts-basket-popup .popup-body .experts-basket-form .person .img-wrap {
    margin-right: 7px;
  }
}
#experts-basket-popup .popup-body .experts-basket-form .person .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#experts-basket-popup .popup-body .experts-basket-form .person .texts span {
  display: block;
  color: #2b2a29;
  font-size: 13px;
}
@media (max-width: 767px) {
  #experts-basket-popup .popup-body .experts-basket-form .person .texts span {
    font-size: 11px;
  }
}
#experts-basket-popup .popup-body .experts-basket-form .person .texts p {
  font-size: 13px;
  color: #878787;
}
@media (max-width: 767px) {
  #experts-basket-popup .popup-body .experts-basket-form .person .texts p {
    font-size: 11px;
  }
}

#categories-popup {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
#categories-popup .popup-body {
  width: 100%;
  padding: 50px 70px;
  background: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 6px;
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  #categories-popup .popup-body {
    padding: 70px 20px 50px;
  }
}
#categories-popup .popup-body .mfp-close {
  opacity: 1;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #2b2a29;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  right: 20px;
  top: 20px;
}
#categories-popup .popup-body .mfp-close:hover {
  background: #3d3c3a;
}
#categories-popup .popup-body .mfp-close:after {
  content: "";
  background: url(../img/close-popup.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#categories-popup .popup-body .info h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  font-size: 34px;
  font-weight: 500;
  color: #a8a8a8;
  align-items: flex-end;
}
@media (max-width: 767px) {
  #categories-popup .popup-body .info h2 {
    font-size: 24px;
  }
}
#categories-popup .popup-body .info h2 span {
  margin-left: 10px;
  font-size: 14px;
  font-weight: normal;
  color: #a8a8a8;
  display: inline-block;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  #categories-popup .popup-body .info h2 span {
    margin-bottom: 4px;
  }
}
#categories-popup .popup-body .info .info-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#categories-popup .popup-body .info .info-items .info-item {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  margin-bottom: 10px;
  overflow-y: auto;
}
@media (max-width: 767px) {
  #categories-popup .popup-body .info .info-items .info-item {
    grid-template-columns: 1fr;
  }
}
#categories-popup .popup-body .info .info-items .info-item > div .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 50px;
  background: #f0f0f0;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
  cursor: pointer;
  transition: 0.3s;
  margin-bottom: 5px;
  color: #2b2a29;
}
#categories-popup .popup-body .info .info-items .info-item > div .top img {
  transform: rotate(-90deg);
}
@media (max-width: 767px) {
  #categories-popup .popup-body .info .info-items .info-item > div .top img {
    transform: rotate(0deg);
  }
}
#categories-popup .popup-body .info .info-items .info-item > div .top:hover {
  background: #dedede;
}
#categories-popup .popup-body .info .info-items .info-item > div .top.active {
  background: #dedede;
}
#categories-popup .popup-body .info .info-items .info-item > div.div2 {
  display: none;
}
#categories-popup .popup-body .info .info-items .info-item > div.div2.show {
  display: block;
}
#categories-popup .popup-body .info .info-items .info-item > div.div3 {
  display: none;
}
#categories-popup .popup-body .info .info-items .info-item > div.div3.show {
  display: block;
}

#add-popup {
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
}
#add-popup .popup-body {
  width: 100%;
  padding: 50px 70px;
  background: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 6px;
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  #add-popup .popup-body {
    padding: 70px 20px 50px;
  }
}
#add-popup .popup-body .mfp-close {
  opacity: 1;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #2b2a29;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  right: 20px;
  top: 20px;
}
#add-popup .popup-body .mfp-close:hover {
  background: #3d3c3a;
}
#add-popup .popup-body .mfp-close:after {
  content: "";
  background: url(../img/close-popup.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#add-popup .popup-body .add-popup-form {
  width: 100%;
}
#add-popup .popup-body .add-popup-form input {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  background: #f0f0f0;
  border-radius: 5px;
  margin-bottom: 15px;
}
#add-popup .popup-body .add-popup-form button {
  border-radius: 5px;
  background: #ea5448;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 50px;
  width: 100%;
}

.switch {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.switch input {
  display: none;
}
.switch input:checked ~ .slider {
  background: #4ebb5f;
}
.switch input:checked ~ .slider:before {
  transform: translateX(21px);
  background: #fff;
}
.switch input:checked ~ .yes {
  display: inline-block;
}
.switch input:checked ~ .no {
  display: none;
}
.switch input:focus {
  outline: none !important;
}
.switch .slider {
  border-radius: 31px;
  cursor: pointer;
  overflow: hidden;
  transition: 0.4s;
  background: #c4c4c4;
  width: 40px;
  height: 20px;
}
.switch .slider:before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  top: 2px;
  left: 2px;
  transform: translateX(0);
  transition: 0.4s;
}

.switch.flat .slider {
  box-shadow: none;
}

.switch.flat .slider:before {
  background: #e1e3e6;
}

.switch.flat input:checked + .slider:before {
  background: #e1e3e6;
}

.switch.flat input:checked + .slider {
  background: #c4c4c4;
}

.tab-content .tab-content-item {
  height: 0px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tab-content .tab-content-item.active {
  height: auto;
  overflow: visible;
}

.tab-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tab-wrap > span {
  margin-right: 10px;
  color: #959595;
}

.tab-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.tab-menu li {
  margin-right: 10px;
  position: relative;
}
.tab-menu li button {
  color: #000;
  font-size: 12px;
  transition: 0s;
}
.tab-menu li.active button {
  color: red;
}

.stock-information {
    margin-bottom: 150px;
}
@media (max-width: 1024px) {
    .stock-information {
        margin-bottom: 100px;
    }
}
@media (max-width: 767px) {
    .stock-information {
        margin-bottom: 20px;
    }
}
.stock-information .add-btn {
    margin-bottom: 10px;
    max-width: 174px;
    width: 100%;
}

@media (max-width: 767px) {
    .stock-table {
        overflow-x: auto;
    }
}
.stock-table .table-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 20px;
}
@media (max-width: 767px) {
    .stock-table .table-top {
        min-width: 800px;
        padding: 10px 15px;
    }
}
.stock-table .table-top span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #959595;
}
.stock-table .table-top span img {
    margin-left: 10px;
    margin-top: 2px;
}
.stock-table .table-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 20px;
    border-radius: 6px;
    border: 1px solid #DFDFDF;
    background: #FFF;
    margin-bottom: 6px;
}
@media (max-width: 767px) {
    .stock-table .table-item {
        min-width: 800px;
        padding: 10px 15px;
    }
}
.stock-table .table-item .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
}
.stock-table .table-item .buttons button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    min-width: 28px;
    background: #F0F0F0;
    margin-left: 10px;
}
.stock-table .table-item .buttons button img {
    margin: auto;
}
.stock-table .table-item b {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #2B2A29;
}
.stock-table .table-item span {
    font-size: 14px;
    color: #4E4E4E;
}
.stock-table .table-item p {
    color: #959595;
    font-size: 14px;
}
.stock-table .table-item p a {
    color: #EA5448;
    font-size: 14px;
}

.add-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 7px 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #323232;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    color: white;
}
.add-btn:hover {
    background: #444444;
}
.add-btn img {
    margin-left: 20px;
    margin-top: 2px;
}

.no-warehouses {
    text-align: center;
    margin: 100px 0;
}
@media (max-width: 767px) {
    .no-warehouses {
        margin: 60px 0 40px;
    }
}
.no-warehouses h2 {
    font-size: 34px;
    font-weight: 600;
    color: #2B2A29;
    margin-top: 24px;
    text-align: center;
}
.no-warehouses p {
    max-width: 650px;
    width: 100%;
    margin: 24px auto;
    color: #2B2A29;
    font-size: 14px;
    text-align: center;
}
.no-warehouses .orange-btn {
    min-width: 315px;
    width: 100%;
    height: 50px;
    background: #ea5448;
    border-radius: 5px;
    color: white;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    max-width: 315px;
    width: 100%;
    margin: 0 auto;
    z-index: 0;
}
.no-warehouses .orange-btn img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    z-index: 1;
}
.no-warehouses .orange-btn:hover {
    background: #e63628;
}

.stock-add {
    border-radius: 6px;
    border: 1px solid #DFDFDF;
    background: #FFF;
    padding: 50px;
}
.stock-add .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.stock-add .info .left-info {
    max-width: 560px;
    width: 100%;
    margin-right: 20px;
}
.stock-add .info .right-info {
    max-width: 240px;
    width: 100%;
}

.warehouse-goods .title-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.warehouse-goods .title-wrap h2 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #2B2A29;
}
.warehouse-goods .title-wrap .read {
    border-radius: 6px;
    padding: 6px 20px;
    background: #EA5448;
    font-size: 14px;
    color: white;
    margin-left: auto;
    margin-top: 16px;
}
@media (max-width: 767px) {
    .warehouse-goods .title-wrap .read {
        margin-top: -25px;
    }
}
.warehouse-goods .title-wrap .info-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .warehouse-goods .title-wrap .info-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.warehouse-goods .title-wrap .info-wrap .left-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
}
@media (max-width: 767px) {
    .warehouse-goods .title-wrap .info-wrap .left-info {
        margin-bottom: 15px;
    }
}
.warehouse-goods .title-wrap .info-wrap .right-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767px) {
    .warehouse-goods .title-wrap .info-wrap .right-info {
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.warehouse-goods .title-wrap .info-wrap .right-info .select-wrap {
    margin-right: 8px;
}
@media (max-width: 767px) {
    .warehouse-goods .title-wrap .info-wrap .right-info .select-wrap {
        width: 48.5%;
        margin-right: 0;
    }
}
@media (max-width: 767px) {
    .warehouse-goods .title-wrap .info-wrap .right-info .checkbox-wrap {
        width: 100%;
        margin-top: 15px;
    }
}
.warehouse-goods .title-wrap .info-wrap .right-info .checkbox-wrap label span {
    margin-right: 0;
    margin-left: 10px;
}
.warehouse-goods .title-wrap .info-wrap form {
    max-width: 380px;
    width: 100%;
    height: 31px;
    background: #f0f0f0;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    z-index: 0;
    margin-left: 20px;
}
@media (max-width: 1024px) {
    .warehouse-goods .title-wrap .info-wrap form {
        margin-left: 10px;
        max-width: 190px;
    }
}
@media (max-width: 767px) {
    .warehouse-goods .title-wrap .info-wrap form {
        max-width: 100%;
    }
}
.warehouse-goods .title-wrap .info-wrap form button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.warehouse-goods .title-wrap .info-wrap form input {
    background: none;
    width: 100%;
    height: 100%;
    padding-left: 50px;
    padding-right: 10px;
}
.warehouse-goods .title-wrap .info-wrap form input::-webkit-input-placeholder {
    color: #959595;
}
.warehouse-goods .title-wrap .info-wrap form input::-moz-placeholder {
    color: #959595;
}
.warehouse-goods .title-wrap .info-wrap form input:-ms-input-placeholder {
    color: #959595;
}
.warehouse-goods .title-wrap .info-wrap form input:-moz-placeholder {
    color: #959595;
}
.warehouse-goods .title-wrap .info-wrap .add {
    border-radius: 6px;
    padding: 7px 22px;
    background: #323232;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 14px;
    color: white;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 174px;
}
@media (max-width: 1024px) {
    .warehouse-goods .title-wrap .info-wrap .add {
        min-width: 160px;
    }
}
.warehouse-goods .title-wrap .info-wrap .add img {
    margin-left: 10px;
    margin-top: 2px;
}
.warehouse-goods .back-info {
    padding: 25px 30px;
    border-radius: 6px;
    background: #F0F0F0;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 1024px) {
    .warehouse-goods .back-info {
        padding: 20px;
    }
}
@media (max-width: 767px) {
    .warehouse-goods .back-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        align-items: flex-start;
    }
}
.warehouse-goods .back-info .address {
    font-size: 14px;
    color: #4E4E4E;
}
.warehouse-goods .back-info .left-texts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767px) {
    .warehouse-goods .back-info .left-texts {
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media (max-width: 767px) {
    .warehouse-goods .back-info .left-texts .address {
        margin-top: 10px;
        width: 100%;
    }
}
.warehouse-goods .back-info .left-texts .back {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 16px;
}
.warehouse-goods .back-info .left-texts .back img {
    margin: auto;
}
.warehouse-goods .back-info .left-texts .number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 70px;
}
@media (max-width: 1024px) {
    .warehouse-goods .back-info .left-texts .number {
        margin-right: 20px;
    }
}
.warehouse-goods .back-info .left-texts .number b {
    color: #2B2A29;
    font-size: 16px;
    margin-right: 5px;
}
.warehouse-goods .back-info .left-texts .number span {
    font-size: 14px;
    color: #4E4E4E;
}
.warehouse-goods .back-info .right-texts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767px) {
    .warehouse-goods .back-info .right-texts {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        align-items: flex-start;
        margin-top: 5px;
    }
}
.warehouse-goods .back-info .right-texts span {
    margin-left: 30px;
    font-size: 14px;
    color: #EA5448;
}
@media (max-width: 1024px) {
    .warehouse-goods .back-info .right-texts span {
        margin-left: 15px;
    }
}
@media (max-width: 767px) {
    .warehouse-goods .back-info .right-texts span {
        margin-left: 0;
        margin-top: 5px;
    }
}

.slick-dots {
  bottom: -33px;
  left: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.slick-dots li {
  width: 15px;
  height: 5px;
  margin: 0 4px;
}
.slick-dots li button {
  width: 15px;
  height: 5px;
  padding: 0;
  background: #dfdbda;
  border-radius: 50px;
}
.slick-dots li button:before {
  content: none;
}
.slick-dots li.slick-active button {
  background: #2b2a29;
}

.slider-navigation button {
  position: static;
  width: 28px;
  height: 28px;
  background: #ececec;
  border-radius: 50%;
}
.slider-navigation button:before {
  content: none;
}
.slider-navigation button.slick-prev img {
  transform: rotate(180deg);
}
@media (max-width: 1024px) {
  .slider-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 60px;
    position: absolute;
    bottom: -60px;
    right: 20px;
    z-index: 10;
  }
}
@media (max-width: 450px) {
  .slider-navigation {
    right: 0;
  }
}

.expert-baskets {
  margin: 20px 0 60px;
}
@media (max-width: 1024px) {
  .expert-baskets .wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 450px) {
  .expert-baskets .wrapper {
    padding-right: 20px;
  }
}
.expert-baskets .global-title-wrap {
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  .expert-baskets .global-title-wrap .link {
    display: none;
  }
}
.expert-baskets .expert-baskets-slider-wrap {
  position: relative;
  z-index: 0;
}
.expert-baskets .expert-baskets-slider-wrap .expert-baskets-slider {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}
@media (max-width: 1024px) {
  .expert-baskets .expert-baskets-slider-wrap .expert-baskets-slider {
    grid-template-columns: 1fr;
    display: block;
  }
}
@media (max-width: 450px) {
  .expert-baskets .expert-baskets-slider-wrap .expert-baskets-slider .slick-list {
    margin: 0 -10px;
  }
}
.expert-baskets .expert-baskets-slider-wrap .expert-baskets-slider .item {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  height: 220px;
}
@media (max-width: 1024px) {
  .expert-baskets .expert-baskets-slider-wrap .expert-baskets-slider .item {
    width: 320px;
    margin-left: 20px;
  }
}
@media (max-width: 450px) {
  .expert-baskets .expert-baskets-slider-wrap .expert-baskets-slider .item {
    width: auto;
    margin: 0;
  }
}
.expert-baskets .expert-baskets-slider-wrap .expert-baskets-slider .item .info {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: flex-start;
}
.expert-baskets .expert-baskets-slider-wrap .expert-baskets-slider .item .info span {
  color: white;
  margin-bottom: 15px;
  font-size: 16px;
  max-width: 150px;
}
.expert-baskets .expert-baskets-slider-wrap .expert-baskets-slider .item .info span.black {
  color: #000;
}
.expert-baskets .expert-baskets-slider-wrap .expert-baskets-slider .item .info .more {
  border-radius: 5px;
  padding: 8px 20px;
  color: #2b2a29;
  font-size: 14px;
  background: white;
}
.expert-baskets .expert-baskets-slider-wrap .expert-baskets-slider .item img {
  max-width: 100%;
  max-height: 100%;
}

.categories {
  margin: 20px 0;
}
@media (max-width: 1024px) {
  .categories {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .categories {
    margin-bottom: 0;
  }
}
.categories .global-title-wrap {
  margin-bottom: 15px;
}
.categories .categories-slider-wrap {
  position: relative;
  z-index: 0;
}
.categories .categories-slider-wrap .slider-navigation {
  display: flex !important;
  width: auto !important;
}
@media (max-width: 1024px) {
  .categories .categories-slider-wrap .slider-navigation {
    display: none !important;
  }
}
.categories .categories-slider-wrap .slider-navigation button {
  position: absolute;
  z-index: 100;
}
.categories .categories-slider-wrap .slider-navigation button.slick-next {
  right: 20px;
}
.categories .categories-slider-wrap .slider-navigation button.slick-prev {
  left: 20px;
}
.categories .categories-slider-wrap .categories-slider {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .categories .categories-slider-wrap .categories-slider {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .categories .categories-slider-wrap .categories-slider {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 450px) {
  .categories .categories-slider-wrap .categories-slider {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.categories .categories-slider-wrap .categories-slider .slick-dots {
  left: inherit;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.categories .categories-slider-wrap .categories-slider .item {
  border-radius: 5px;
  overflow: hidden;
  background: #f0e3d3;
  margin: 0 6px;
  height: 250px;
  position: relative;
  z-index: 0;
  padding: 20px;
}
@media (max-width: 1024px) {
  .categories .categories-slider-wrap .categories-slider .item {
    margin: 0;
  }
}
@media (max-width: 450px) {
  .categories .categories-slider-wrap .categories-slider .item {
    height: 80px;
    overflow: hidden;
  }
}
.categories .categories-slider-wrap .categories-slider .item .text {
  font-size: 16px;
  color: #2b2a29;
}
.categories .categories-slider-wrap .categories-slider .item img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .categories .categories-slider-wrap .categories-slider .item img {
    width: auto;
  }
}
@media (max-width: 450px) {
  .categories .categories-slider-wrap .categories-slider .item img {
    width: 100px;
  }
}

.discounted-items {
  margin: 20px 0;
}
.discounted-items .global-title-wrap {
  margin-bottom: 15px;
}
.discounted-items .items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 12px;
}
@media (max-width: 1200px) {
  .discounted-items .items {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .discounted-items .items {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 590px) {
  .discounted-items .items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1200px) {
  .discounted-items .items .goods-item {
    width: 100%;
  }
}

.basket-btn-wrap {
  margin-top: 10px;
}
.basket-btn-wrap .basket-btn {
  height: 30px;
  color: white;
  font-size: 14px;
  padding: 6px 12px 10px;
  border-radius: 5px;
  background: #2b2a29;
  min-width: 130px;
}
.basket-btn-wrap .basket-btn.hide {
  display: none;
}
.basket-btn-wrap .basket-btn:hover {
  background: #ea5448;
}

.goods-item .img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
  border-radius: 5px;
  margin-bottom: 10px;
  height: 250px;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 767px) {
  .goods-item .img-wrap {
    height: 35vw;
  }
}
@media (max-width: 550px) {
  .goods-item .img-wrap {
    height: 55vw;
  }
}
.goods-item .img-wrap .icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 10;
}
.goods-item .img-wrap .icon svg {
  margin: auto;
  transition: 0.3s;
}
.goods-item .img-wrap .icon svg path {
  stroke: #292d32;
  transition: 0.3s;
}
.goods-item .img-wrap .icon:hover svg path {
  stroke: #ea5448;
}
.goods-item .img-wrap .icon.active {
  background: #ea5448;
}
.goods-item .img-wrap .icon.active svg {
  margin: auto;
  transition: 0.3s;
}
.goods-item .img-wrap .icon.active svg path {
  stroke: #fff;
  transition: 0.3s;
}
.goods-item .img-wrap .discount {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 4px 12px;
  border-radius: 5px;
  background: #ea5448;
  color: white;
  font-size: 14px;
}
.goods-item .img-wrap .discount-green {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 4px 12px;
  border-radius: 5px;
  background: #4ebb5f;
  color: white;
  font-size: 14px;
}
.goods-item .img-wrap .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.goods-item .img-wrap .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: auto;
}
.goods-item .img-wrap .rate {
  position: absolute;
  bottom: -1px;
  left: -1px;
  background: white;
  border-radius: 0 5px 0 0;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.goods-item .img-wrap .rate span {
  font-size: 12px;
  color: #2b2a29;
}
.goods-item .img-wrap .rate img {
  margin-right: 5px;
}
.goods-item > p {
  font-size: 16px;
  color: #2b2a29;
  margin-bottom: 5px;
  /*height: 50px;*/
}
.goods-item > p span {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  color: #878787;
}
.goods-item .text {
  display: block;
  color: #878787;
  font-size: 14px;
  margin-top: 10px;
}
.goods-item .prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 5px 0;
}
.goods-item .prices .new-price {
  font-size: 14px;
  font-weight: bold;
  color: #ea5448;
  margin-right: 5px;
}
.goods-item .prices .old-price {
  font-size: 14px;
  color: #2b2a29;
  text-decoration: line-through;
}
.goods-item .income-text {
  color: #878787;
  font-size: 14px;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.goods-item .income-text span {
  color: #ea5448;
  margin-left: 5px;
  margin-bottom: 0;
}
.goods-item.hide {
  display: none;
}

.home-info {
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .home-info .wrapper {
    padding-right: 0;
  }
}
.home-info .home-info-slider {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1024px) {
  .home-info .home-info-slider {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1024px) {
  .home-info .home-info-slider .slick-dots {
    display: none;
  }
}
.home-info .home-info-slider .item {
  border-radius: 5px;
  background: #f0f0f0;
  padding: 20px;
}
@media (max-width: 1024px) {
  .home-info .home-info-slider .item {
    width: 310px;
    margin-left: 10px;
    padding: 20px 15px;
  }
}
.home-info .home-info-slider .item .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
.home-info .home-info-slider .item .top img {
  margin-right: 10px;
}
.home-info .home-info-slider .item .top span {
  font-size: 18px;
  color: #2b2a29;
}
@media (max-width: 1200px) {
  .home-info .home-info-slider .item .top span {
    font-size: 16px;
  }
}
.home-info .home-info-slider .item .texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
  /*height: 28px;*/
  overflow: hidden;
}
.home-info .home-info-slider .item .texts .show {
  color: #ea5448;
  position: absolute;
  right: 0;
  bottom: 0;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.home-info .home-info-slider .item .texts .show img {
  margin-left: 10px;
}
@media (max-width: 1200px) {
  .home-info .home-info-slider .item .texts .show {
    font-size: 14px;
  }
}
.home-info .home-info-slider .item .texts p {
  color: #878787;
  font-size: 12px;
  padding-right: 80px;
}

.banner-slider-wrap {
  margin-bottom: 60px;
}
.banner-slider-wrap .wrapper {
  position: relative;
  z-index: 0;
}
.banner-slider-wrap .wrapper .slider-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 94%;
  position: absolute;
  top: 50%;
  left: 3%;
  z-index: 10;
}
.banner-slider-wrap .wrapper .banner-slider {
  margin-bottom: 0;
}
.banner-slider-wrap .wrapper .banner-slider .slick-dots {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.banner-slider-wrap .wrapper .banner-slider .item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  border-radius: 5px;
  overflow: hidden;
}
.banner-slider-wrap .wrapper .banner-slider .item .info {
  padding: 30px 80px;
}
@media (max-width: 767px) {
  .banner-slider-wrap .wrapper .banner-slider .item .info {
    padding: 30px 40px;
  }
}
.banner-slider-wrap .wrapper .banner-slider .item .info h1 {
  color: white;
  font-size: 44px;
}
@media (max-width: 767px) {
  .banner-slider-wrap .wrapper .banner-slider .item .info h1 {
    font-size: 28px;
  }
}
.banner-slider-wrap .wrapper .banner-slider .item .info p {
  font-size: 16px;
  margin-bottom: 20px;
  color: white;
}
.banner-slider-wrap .wrapper .banner-slider .item .info .white-btn {
  padding: 8px 16px;
  border-radius: 5px;
  background: #fff;
  color: #2b2a29;
  font-size: 14px;
}
/* Скрывает слайды до загрузки слайдера */
.banner-slider:not(.slick-initialized) {
    position: relative;
    overflow: hidden;
}
.banner-slider:not(.slick-initialized) .item:not(:first-child) {
    display: none;
}

.header {
  margin: 20px 0;
  position: relative;
  z-index: 2;
}
.header .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  .header .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: flex-start;
  }
}
.header .wrapper .logo-wrap {
  margin-right: 30px;
}
@media (max-width: 1024px) {
  .header .wrapper .logo-wrap {
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .header .wrapper .logo-wrap {
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
  }
}
.header .wrapper .logo-wrap .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 190px;
}
@media (max-width: 1024px) {
  .header .wrapper .logo-wrap .logo {
    width: 165px;
  }
}
@media (max-width: 767px) {
  .header .wrapper .logo-wrap .logo {
    width: 120px;
  }
}
.header .wrapper .logo-wrap .logo img {
  width: 100%;
}
.header .wrapper .logo-wrap .selects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .header .wrapper .logo-wrap .selects {
    margin-left: auto;
    margin-right: -20px;
  }
}
.header .wrapper .logo-wrap .selects .select-wrap {
  position: relative;
  padding-left: 10px;
  padding-right: 20px;
  min-width: 85px;
}
@media (max-width: 767px) {
  .header .wrapper .logo-wrap .selects .select-wrap {
    margin-left: 10px;
  }
}
.header .wrapper .logo-wrap .selects .select-wrap > img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.header .wrapper .header-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .header .wrapper .header-info {
    width: 100%;
  }
}
.header .wrapper .header-info .catalog-button:after {
  content: "";
  background: url(../img/polygon.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 10px;
  height: 8px;
  transform: translateX(-50%);
  transition: 0.3s;
  opacity: 0;
}
.header .wrapper .header-info .catalog-button .catalog-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  z-index: 10;
  background: white;
  padding: 20px;
  border-radius: 10px;
  min-width: 610px;
  transform: scale(0);
  transition: 0.3s;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.15);
  max-height: 625px;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .header .wrapper .header-info .catalog-button .catalog-menu {
    max-height: 520px;
    overflow-y: auto;
  }
}
.header .wrapper .header-info .catalog-button .catalog-menu .links-wrap {
  width: 190px;
  min-width: 190px;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .header .wrapper .header-info .catalog-button .catalog-menu .links-wrap {
    margin-right: 20px;
    width: 130px;
    min-width: 130px;
  }
}
.header .wrapper .header-info .catalog-button .catalog-menu .links-wrap a {
  width: 100%;
  height: 60px;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 20px;
  position: relative;
  z-index: 0;
  background: #f0f0f0;
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .header .wrapper .header-info .catalog-button .catalog-menu .links-wrap a {
    padding: 10px 15px;
    font-size: 14px;
    height: auto;
  }
}
.header .wrapper .header-info .catalog-button .catalog-menu .links-wrap a span {
  font-size: 14px;
  font-weight: bold;
  color: #2b2a29;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .header .wrapper .header-info .catalog-button .catalog-menu .links-wrap a span br {
    display: none;
  }
}
.header .wrapper .header-info .catalog-button .catalog-menu .links-wrap a img {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 767px) {
  .header .wrapper .header-info .catalog-button .catalog-menu .links-wrap a img {
    display: none;
  }
}
.header .wrapper .header-info .catalog-button .catalog-menu .links-wrap a.active {
  background: #ea5448;
}
.header .wrapper .header-info .catalog-button .catalog-menu .links-wrap a.active span {
  color: white;
}
.header .wrapper .header-info .catalog-button .catalog-menu .links-wrap a:hover {
  background: #ea5448;
}
.header .wrapper .header-info .catalog-button .catalog-menu .links-wrap a:hover span {
  color: white;
}
@media (max-width: 767px) {
  .header .wrapper .header-info .catalog-button .catalog-menu .menu-wrap {
    width: calc(100% - 220px);
  }
}
@media (max-width: 767px) {
  .header .wrapper .header-info .catalog-button .catalog-menu {
    min-width: 335px;
  }
}
.header .wrapper .header-info .catalog-button .catalog-menu.open {
  transform: scale(1);
}
.header .wrapper .header-info .catalog-button .catalog-menu .info {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .header .wrapper .header-info .catalog-button .catalog-menu .info {
    margin-bottom: 20px;
  }
}
.header .wrapper .header-info .catalog-button .catalog-menu .info h4 {
  margin-bottom: 15px;
  color: #2b2a29;
  font-size: 18px;
}
@media (max-width: 767px) {
  .header .wrapper .header-info .catalog-button .catalog-menu .info h4 {
    margin-bottom: 10px;
  }
}
.header .wrapper .header-info .catalog-button .catalog-menu .info ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.header .wrapper .header-info .catalog-button .catalog-menu .info ul li a {
  color: #ea5448;
}
@media (max-width: 767px) {
  .header .wrapper .header-info .catalog-button .catalog-menu .info ul li a {
    font-size: 14px;
  }
}
.header .wrapper .header-info .catalog-button .catalog-menu .info:last-child {
  margin-bottom: 0;
}
.header .wrapper .header-info .catalog-button .catalog-menu .info.info2 ul {
  grid-template-columns: 1fr;
}
.header .wrapper .header-info .catalog-button .catalog-btn {
  width: 192px;
  height: 54px;
  padding: 20px;
  background: #2b2a29;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  .header .wrapper .header-info .catalog-button .catalog-btn {
    width: 130px;
    height: 30px;
    padding: 15px;
  }
}
.header .wrapper .header-info .catalog-button .catalog-btn:hover {
  background: #ea5448;
}
.header .wrapper .header-info .catalog-button .catalog-btn:hover .icon svg {
  fill: #000;
}
.header .wrapper .header-info .catalog-button .catalog-btn .arrow {
  margin-left: auto;
  transition: 0.3s;
}
.header .wrapper .header-info .catalog-button .catalog-btn .arrow.rotate {
  transform: rotate(180deg);
}
.header .wrapper .header-info .catalog-button .catalog-btn span {
  color: white;
  font-size: 16px;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .header .wrapper .header-info .catalog-button .catalog-btn span {
    font-size: 12px;
  }
}
.header .wrapper .header-info .catalog-button .catalog-btn .icon {
  width: 16px;
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .header .wrapper .header-info .catalog-button .catalog-btn .icon {
    margin-right: 8px;
  }
}
.header .wrapper .header-info .catalog-button .catalog-btn .icon svg {
  fill: #ea5448;
  transition: 0.3s;
}
.header .wrapper .header-info .sign-in-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .header .wrapper .header-info .sign-in-wrap {
    margin-left: auto;
  }
}
.header .wrapper .header-info .sign-in-wrap .sign-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #686766;
  font-size: 14px;
  margin-left: 30px;
}
@media (max-width: 1024px) {
  .header .wrapper .header-info .sign-in-wrap .sign-in {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .header .wrapper .header-info .sign-in-wrap .sign-in {
    font-size: 0;
    margin-left: 10px;
  }
}
.header .wrapper .header-info .sign-in-wrap .sign-in img {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .header .wrapper .header-info .sign-in-wrap .sign-in img {
    margin-bottom: 0;
  }
}
.header .wrapper .header-info .sign-in-wrap .basket-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #686766;
  font-size: 14px;
  margin-left: 30px;
  position: relative;
}
@media (max-width: 1024px) {
  .header .wrapper .header-info .sign-in-wrap .basket-link {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .header .wrapper .header-info .sign-in-wrap .basket-link {
    font-size: 0;
    margin-left: 10px;
  }
}
.header .wrapper .header-info .sign-in-wrap .basket-link .current {
  position: absolute;
  right: 0px;
  padding: 0 3px;
  top: -10px;
  z-index: 1;
  border-radius: 50%;
  background: #ea5448;
  color: white;
  font-size: 12px;
  min-width: 20px;
  min-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .header .wrapper .header-info .sign-in-wrap .basket-link .current {
    right: -10px;
  }
}
.header .wrapper .header-info .sign-in-wrap .basket-link img {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .header .wrapper .header-info .sign-in-wrap .basket-link img {
    margin-bottom: 0;
  }
}
.header .wrapper .header-info .search {
  flex-grow: 1;
  margin-left: 10px;
  position: relative;
  z-index: 0;
}
.header .wrapper .header-info .search .hide-block {
  position: absolute;
  top: calc(100% + 10px);
  width: 100%;
  left: 0;
  z-index: 10;
  border-radius: 6px;
  background: white;
  padding: 12px 14px;
  padding-bottom: 4px;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.15);
  transition: 0.3s;
  transform: scale(0);
}
.header .wrapper .header-info .search .hide-block.show {
  transform: scale(1);
}
.header .wrapper .header-info .search .hide-block .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 10px;
  transition: 0.3s;
}
.header .wrapper .header-info .search .hide-block .item:hover {
  background: #f0f0f0;
}
.header .wrapper .header-info .search .hide-block .item span {
  padding: 5px 0 5px 0px;
}
.header .wrapper .header-info .search .hide-block .item .add {
  width: 126px;
  height: 30px;
  background: #2b2a29;
  border-radius: 5px;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header .wrapper .header-info .search .hide-block .item .add:hover {
  background: #3d3c3a;
}
.header .wrapper .header-info .search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: #f0f0f0;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.header .wrapper .header-info .search form input {
  width: 100%;
  height: 54px;
  background: #f0f0f0;
  padding-left: 50px;
  padding-right: 20px;
  font-size: 16px;
  color: #959595;
}
@media (max-width: 767px) {
  .header .wrapper .header-info .search form input {
    height: 30px;
    padding-left: 30px;
    font-size: 12px;
  }
}
.header .wrapper .header-info .search form button {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .header .wrapper .header-info .search form button {
    left: 10px;
  }
}
.header .wrapper .header-info .search form button img {
  margin: auto;
}
@media (max-width: 767px) {
  .header .wrapper .header-info .search form button img {
    width: 14px;
  }
}

.search-basket {
  max-width: calc(100% - 400px);
  width: 100%;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .search-basket {
    max-width: 100%;
  }
}
.search-basket .hide-block {
  position: absolute;
  top: calc(100% + 10px);
  width: 100%;
  left: 0;
  z-index: 10;
  border-radius: 6px;
  background: white;
  padding: 12px 14px;
  padding-bottom: 4px;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.15);
  transition: 0.3s;
  transform: scale(0);
}
.search-basket .hide-block.show {
  transform: scale(1);
}
@media (max-width: 767px) {
  .search-basket .hide-block .texts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.search-basket .hide-block .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 10px;
  transition: 0.3s;
  padding: 5px;
}
.search-basket .hide-block .item:hover {
  background: #f0f0f0;
}
.search-basket .hide-block .item span {
  padding: 5px 0 5px 0px;
}
.search-basket .hide-block .item .name {
  color: red;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .search-basket .hide-block .item .name {
    margin-left: 0;
  }
}
.search-basket .hide-block .item .add {
  width: 126px;
  height: 30px;
  background: #2b2a29;
  border-radius: 5px;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
}
.search-basket .hide-block .item .add:hover {
  background: #3d3c3a;
}
.search-basket form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: #f0f0f0;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.search-basket form input {
  width: 100%;
  height: 44px;
  background: #f0f0f0;
  padding-left: 50px;
  padding-right: 20px;
  font-size: 16px;
  color: #959595;
}
@media (max-width: 767px) {
  .search-basket form input {
    height: 30px;
    padding-left: 30px;
    font-size: 12px;
  }
}
.search-basket form button {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .search-basket form button {
    left: 10px;
  }
}
.search-basket form button img {
  margin: auto;
}
@media (max-width: 767px) {
  .search-basket form button img {
    width: 14px;
  }
}

.header .wrapper .header-info .catalog-button .catalog-menu::-webkit-scrollbar {
  width: 0;
}

@media (max-width: 767px) {
  .header .wrapper .header-info .catalog-button .catalog-menu .info ul li a {
    font-size: 14px;
  }

  .header .wrapper .header-info .catalog-button .catalog-menu .info ul {
    grid-template-columns: 1fr;
    gap: 5px;
  }
}
.cabinet-wrapper {
  margin-bottom: 100px;
  /*min-height: 54vh;*/
  flex: 0 0 auto;
}
@media (max-width: 767px) {
  .cabinet-wrapper {
    margin-bottom: 50px;
  }
}
.cabinet-wrapper .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cabinet-wrapper .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 15px;
  }
}
.cabinet-wrapper .top .title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cabinet-wrapper .top .title-wrap h2 {
  font-size: 34px;
  margin-right: 20px;
  color: #a8a8a8;
  font-weight: normal;
  line-height: 100%;
}
@media (max-width: 1024px) {
  .cabinet-wrapper .top .title-wrap h2 {
    font-size: 28px;
    margin-right: 10px;
  }
}
.cabinet-wrapper .top .title-wrap span {
  font-size: 16px;
  margin-top: 5px;
  color: #959595;
}
@media (max-width: 1024px) {
  .cabinet-wrapper .top .title-wrap span {
    font-size: 14px;
  }
}
.cabinet-wrapper .top .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .cabinet-wrapper .top .links {
    margin-top: 20px;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.cabinet-wrapper .top .links a {
  color: #ea5448;
  margin-left: 40px;
  font-size: 18px;
}
@media (max-width: 1024px) {
  .cabinet-wrapper .top .links a {
    margin-left: 15px;
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .cabinet-wrapper .top .links a {
    font-size: 16px;
    margin: 0;
    margin-right: 15px;
    margin-bottom: 15px;
  }
}
.cabinet-wrapper .top .links a.active {
  color: #2b2a29;
}
.cabinet-wrapper .top .balance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 40px;
  padding: 8px 24px;
  border-radius: 5px;
  background: #323232;
  color: white;
  font-size: 14px;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .cabinet-wrapper .top .balance {
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .cabinet-wrapper .top .balance {
    margin-left: 0;
  }
}
.cabinet-wrapper .top .balance img {
  margin-left: 20px;
}
.cabinet-wrapper .top.style2 .links {
  margin-left: auto;
}
@media (max-width: 767px) {
  .cabinet-wrapper .top.style2 .links {
    margin-left: 0;
  }
}

@media (max-width: 1024px) {
  .subscriptions-table-items {
    overflow-x: auto;
  }
}
.subscriptions-table-items .show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
  font-size: 14px;
  color: #959595;
}
.subscriptions-table-items .show img {
  margin-left: 10px;
}

.subscriptions-table-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 30px;
  border-radius: 6px;
  border: 1px solid #dfdfdf;
  background: #fff;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .subscriptions-table-item {
    padding: 15px 20px;
    min-width: 1024px;
  }
}
@media (max-width: 767px) {
  .subscriptions-table-item {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.subscriptions-table-item.hide {
  display: none;
}
.subscriptions-table-item .icon {
  margin-right: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .subscriptions-table-item .icon {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .subscriptions-table-item .icon {
    margin-right: 12px;
  }
}
.subscriptions-table-item .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.subscriptions-table-item .delete {
  border-radius: 50%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f0f0f0;
  width: 28px;
  height: 28px;
  margin-left: auto;
  min-width: 28px;
}
.subscriptions-table-item .delete img {
  margin: auto;
}
.subscriptions-table-item .status {
  font-size: 14px;
  color: #878787;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .subscriptions-table-item .status {
    width: auto !important;
    margin-right: 20px;
  }
}
.subscriptions-table-item .status.green {
  color: #4ebb5f;
}
.subscriptions-table-item .price {
  font-size: 16px;
  color: #2b2a29;
}
.subscriptions-table-item .unsubscribe {
  margin-right: 20px;
  margin-left: auto;
  color: #ea5448;
  font-size: 14px;
}
@media (max-width: 767px) {
  .subscriptions-table-item .unsubscribe {
    margin-top: 5px;
    margin-right: 15px;
  }
}
.subscriptions-table-item .name {
  margin-right: 40px;
  font-size: 16px;
  color: #2b2a29;
  font-weight: inherit;
}
@media (max-width: 1024px) {
  .subscriptions-table-item .name {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .subscriptions-table-item .name {
    margin-top: 7px;
  }
}
.subscriptions-table-item .dates {
  font-size: 14px;
  color: #4e4e4e;
}
@media (max-width: 767px) {
  .subscriptions-table-item .dates {
    width: auto !important;
    margin-right: 20px;
  }
}
.subscriptions-table-item .numbers {
  font-size: 16px;
  color: #2b2a29;
}
@media (max-width: 767px) {
  .subscriptions-table-item .numbers {
    width: auto !important;
    margin-right: 20px;
  }
}
.subscriptions-table-item .bought {
  color: #4e4e4e;
  font-size: 14px;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .subscriptions-table-item .bought {
    width: 100%;
    justify-content: flex-start;
  }
}
.subscriptions-table-item .bought.no-grow {
  margin-right: 40px;
  flex-grow: 0;
}
@media (max-width: 767px) {
  .subscriptions-table-item .bought.no-grow {
    margin: 5px 0;
  }
  .subscriptions-table-item .bought.no-grow b {
    margin-left: 0;
  }
}
.subscriptions-table-item .bought.grey {
  color: rgba(78, 78, 78, 0.5);
}
.subscriptions-table-item .bought b {
  font-weight: bold;
  margin: 0 5px;
}
.subscriptions-table-item .basket-text {
  color: #4e4e4e;
  font-size: 14px;
}
@media (max-width: 767px) {
  .subscriptions-table-item .basket-text {
    width: 100%;
  }
}

.table-top-title {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .table-top-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.table-top-title form {
  max-width: 380px;
  width: 100%;
  height: 30px;
  background: #f0f0f0;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  .table-top-title form {
    max-width: 100%;
  }
}
.table-top-title form button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.table-top-title form input {
  background: none;
  width: 100%;
  height: 100%;
  padding-left: 50px;
  padding-right: 10px;
}
.table-top-title form input::-webkit-input-placeholder {
  color: #959595;
}
.table-top-title form input::-moz-placeholder {
  color: #959595;
}
.table-top-title form input:-ms-input-placeholder {
  color: #959595;
}
.table-top-title form input:-moz-placeholder {
  color: #959595;
}
.table-top-title .selects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .table-top-title .selects {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.table-top-title .selects .select-wrap {
  margin-left: 10px;
}
@media (max-width: 767px) {
  .table-top-title .selects .select-wrap {
    margin-left: 0;
    margin-top: 10px;
  }
}

.featured-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 150px;
}
@media (max-width: 767px) {
  .featured-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 10px;
  }
}
.featured-items .goods-item {
  margin-right: 15px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .featured-items .goods-item {
    margin: 0;
  }
}

.become-expert-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 767px) {
  .become-expert-items {
    grid-template-columns: 1fr;
  }
}
.become-expert-items .become-expert-item {
  background: #ea5448;
  padding: 30px 40px;
  border-radius: 5px;
  height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}
@media (max-width: 1024px) {
  .become-expert-items .become-expert-item {
    overflow: hidden;
    height: auto;
    padding: 20px;
  }
}
.become-expert-items .become-expert-item .info {
  max-width: 250px;
}
.become-expert-items .become-expert-item .info span {
  color: white;
  font-size: 22px;
  margin-bottom: 15px;
  display: block;
}
.become-expert-items .become-expert-item img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto;
  z-index: -1;
  height: 250px;
}
@media (max-width: 1024px) {
  .become-expert-items .become-expert-item img {
    display: none;
    height: auto;
  }
}

.cabinet-info-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cabinet-info-wrap {
    grid-template-columns: 1fr;
  }
}

.cabinet-info1 {
  border-radius: 6px;
  border: 1px solid #dfdfdf;
  background: #fff;
  padding: 25px 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  align-self: flex-start;
}
@media (max-width: 1024px) {
  .cabinet-info1 {
    padding: 20px;
  }
}
.cabinet-info1 .info-wrap {
  width: 100%;
}
.cabinet-info1 .info-wrap .top-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.cabinet-info1 .info-wrap .top-info .img-wrap {
  margin-right: 20px;
  border-radius: 50%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 75px;
  height: 75px;
  min-width: 75px;
}
@media (max-width: 1024px) {
  .cabinet-info1 .info-wrap .top-info .img-wrap {
    width: 60px;
    height: 60px;
    min-width: 60px;
    margin-right: 15px;
  }
}
.cabinet-info1 .info-wrap .top-info .img-wrap > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cabinet-info1 .info-wrap .top-info .img-wrap.visible {
  overflow: visible;
  position: relative;
}
.cabinet-info1 .info-wrap .top-info .img-wrap.visible .icon {
  position: absolute;
  top: -5px;
  right: -5px;
  z-index: 10;
  width: 28px;
  height: 28px;
  background: #f0f0f0;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cabinet-info1 .info-wrap .top-info .img-wrap.visible .icon img {
  margin: auto;
  width: 12px;
}
.cabinet-info1 .info-wrap .top-info .name-info .name {
  font-size: 22px;
  color: #2b2a29;
  margin-bottom: 5px;
  display: block;
}
@media (max-width: 1024px) {
  .cabinet-info1 .info-wrap .top-info .name-info .name {
    font-size: 18px;
  }
}
.cabinet-info1 .info-wrap .top-info .name-info .name button {
  margin-left: 5px;
  color: #ea5448;
}
.cabinet-info1 .info-wrap .top-info .name-info .status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cabinet-info1 .info-wrap .top-info .name-info .status .not-verified {
  border-radius: 5px;
  background: #ea5448;
  color: white;
  margin-left: 15px;
  padding: 3px 22px;
  font-size: 13px;
}
@media (max-width: 1100px) {
  .cabinet-info1 .info-wrap .top-info .name-info .status .not-verified {
    margin-left: 0;
    margin-top: 10px;
  }
}
.cabinet-info1 .info-wrap .top-info .name-info .status .verified {
  border-radius: 5px;
  background: #4ebb5f;
  color: white;
  margin-left: 15px;
  padding: 3px 12px;
  font-size: 13px;
}
@media (max-width: 1100px) {
  .cabinet-info1 .info-wrap .top-info .name-info .status .verified {
    margin-left: 0;
    margin-top: 10px;
  }
}
.cabinet-info1 .info-wrap .top-info .name-info .status span {
  font-size: 14px;
  color: #959595;
  margin-right: 10px;
}
.cabinet-info1 .info-wrap .top-info .name-info .status p {
  font-size: 16px;
  color: #4e4e4e;
}
@media (max-width: 767px) {
  .cabinet-info1 .info-wrap .top-info .name-info .status p {
    width: 150px !important;
  }
}
@media (max-width: 1100px) {
  .cabinet-info1 .info-wrap .top-info .name-info .status.status2 {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cabinet-info1 .info-wrap .top-info .name-info .status.status2 p {
    flex-grow: 1;
    width: 200px;
  }
}
.cabinet-info1 .info-wrap .top-info > img {
  margin-left: auto;
}
.cabinet-info1 .info-wrap .input-wrapper {
  margin-top: 20px;
  width: calc(100% - 95px);
  margin-left: auto;
}
@media (max-width: 1200px) {
  .cabinet-info1 .info-wrap .input-wrapper {
    width: 100%;
  }
}
.cabinet-info1 .info-wrap .input-wrapper .input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f0f0f0;
  border-radius: 6px;
  padding: 10px 20px;
  min-height: 52px;
}
.cabinet-info1 .info-wrap .input-wrapper .input .icon {
  margin-right: 15px;
}
@media (max-width: 1024px) {
  .cabinet-info1 .info-wrap .input-wrapper .input .icon {
    margin-right: 10px;
  }
}
.cabinet-info1 .info-wrap .input-wrapper .input input {
  font-size: 16px;
  color: #2b2a29;
  padding: 0 5px;
  background: transparent;
  width: 100%;
}
.cabinet-info1 .info-wrap .input-wrapper .input input::-webkit-input-placeholder {
  font-size: 16px;
  color: #2b2a29;
}
.cabinet-info1 .info-wrap .input-wrapper .input input::-moz-placeholder {
  font-size: 16px;
  color: #2b2a29;
}
.cabinet-info1 .info-wrap .input-wrapper .input input:-ms-input-placeholder {
  font-size: 16px;
  color: #2b2a29;
}
.cabinet-info1 .info-wrap .input-wrapper .input input:-moz-placeholder {
  font-size: 16px;
  color: #2b2a29;
}
.cabinet-info1 .info-wrap .input-wrapper .input .verified {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
}
.cabinet-info1 .info-wrap .input-wrapper .input .verified img {
  margin-left: 15px;
}
@media (max-width: 1250px) {
  .cabinet-info1 .info-wrap .input-wrapper .input .verified img {
    margin-left: 10px;
  }
}
.cabinet-info1 .info-wrap .input-wrapper .input .verified span {
  font-size: 16px;
  color: #959595;
  white-space: nowrap;
}
@media (max-width: 1250px) {
  .cabinet-info1 .info-wrap .input-wrapper .input .verified span {
    font-size: 13px;
  }
}
@media (max-width: 1024px) {
  .cabinet-info1 .info-wrap .input-wrapper .input .verified span {
    font-size: 0;
  }
}
.cabinet-info1 .info-wrap .input-wrapper .change-text {
  font-size: 14px;
  color: #ea5448;
  margin-top: 8px;
  display: block;
  cursor: pointer;
}
.cabinet-info1 .info-wrap .input-wrapper .confirm {
  display: none;
  margin-top: 15px;
}
.cabinet-info1 .info-wrap .input-wrapper .confirm.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cabinet-info1 .info-wrap .input-wrapper .confirm .inputs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 6px;
  margin-right: 10px;
  display: none;
}
.cabinet-info1 .info-wrap .input-wrapper .confirm .inputs.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cabinet-info1 .info-wrap .input-wrapper .confirm .inputs input {
  width: 50px;
  height: 50px;
  border-radius: 6px;
  background: #f0f0f0;
  text-align: center;
  padding: 10px;
}
.cabinet-info1 .info-wrap .input-wrapper .confirm .confirm-btn {
  max-width: 215px;
  width: 100%;
  padding: 10px 20px;
  height: 50px;
  display: flex;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
  background: #ea5448;
  text-transform: uppercase;
  font-size: 12px;
  border-radius: 6px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .header .wrapper .header-info .catalog-button .catalog-menu .tabs-stage {
    width: calc(100% - 210px);
  }

  .catalog-menu {
    width: 100%;
  }

  .tabs-nav {
    width: 190px;
    min-width: 190px;
    margin-right: 20px;
  }
  .tabs-nav a {
    padding: 10px 15px;
    font-size: 14px;
    height: auto;
  }
  .tabs-nav a span br {
    display: none;
  }
  .tabs-nav a img {
    display: none;
  }
}
.tabs-nav {
  width: 190px;
  min-width: 190px;
  margin-right: 30px;
  margin-bottom: 20px;
}
.tabs-nav a {
  width: 100%;
  height: 60px;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 20px;
  position: relative;
  z-index: 0;
  background: #f0f0f0;
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .tabs-nav a {
    height: auto;
  }
}
.tabs-nav a span {
  font-size: 14px;
  font-weight: bold;
  color: #2b2a29;
  transition: 0.3s;
  position: relative;
  z-index: 1;
}
.tabs-nav a img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.tabs {
  display: flex;
  width: 100%;
}

.tab-active a {
  background: #ea5448;
  color: white;
  cursor: pointer;
}
.tab-active a span {
  color: white;
  cursor: pointer;
}

.tabs-stage {
  width: calc(100% - 220px);
}

.cabinet-info2 {
  border-radius: 6px;
  border: 1px solid #dfdfdf;
  background: #fff;
  padding: 35px 55px 25px;
}
@media (max-width: 1024px) {
  .cabinet-info2 {
    font-size: 13px;
    padding: 30px 20px 15px;
  }
}
.cabinet-info2 .save {
  max-width: 215px;
  width: 100%;
  padding: 10px 20px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: white;
  background: #ea5448;
  color: white;
  border-radius: 6px;
}
.cabinet-info2 .save.red-btn {
  text-transform: uppercase;
  max-width: 310px;
  margin-top: 10px;
}
.cabinet-info2 .save.add {
  text-transform: uppercase;
  max-width: 310px;
  margin-top: 10px;
}
.cabinet-info2 .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}
.cabinet-info2 .title h2 {
  font-size: 22px;
  color: #2b2a29;
}
@media (max-width: 1024px) {
  .cabinet-info2 .title h2 {
    font-size: 18px;
  }
}
.cabinet-info2 .title span {
  font-size: 16px;
  color: #ea5448;
}
@media (max-width: 1024px) {
  .cabinet-info2 .title span {
    font-size: 13px;
  }
}
.cabinet-info2 .name-brend .input {
  position: relative;
  z-index: 0;
}
.cabinet-info2 .name-brend .input input {
  padding-right: 140px;
}
.cabinet-info2 .name-brend .input .verified {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #959595;
}
.cabinet-info2 .name-brend .input .verified img {
  margin-left: 15px;
}
.cabinet-info2 .input-wrap .input2 {
  position: relative;
  z-index: 0;
  margin-bottom: 12px;
}
.cabinet-info2 .input-wrap .input2 input {
  padding-left: 50px;
}
.cabinet-info2 .input-wrap .input2 img {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
.cabinet-info2 .input-wrap .input2.hide {
  display: none;
}
.cabinet-info2 .inputs {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
}
.cabinet-info2 .inputs.hide {
  display: none;
}

.input-wrap {
  margin-bottom: 15px;
}
.input-wrap .select-wrap .select2-selection__rendered {
  border-radius: 6px !important;
}
.input-wrap input {
  height: 52px;
  width: 100%;
  border-radius: 6px;
  background: #f0f0f0;
  padding: 0 20px;
}
.input-wrap input::-webkit-input-placeholder {
  color: #2b2a29;
}
.input-wrap input::-moz-placeholder {
  color: #2b2a29;
}
.input-wrap input:-ms-input-placeholder {
  color: #2b2a29;
}
.input-wrap input:-moz-placeholder {
  color: #2b2a29;
}
.input-wrap > span {
  display: block;
  margin-bottom: 10px;
  color: #959595;
}

.red-border-btn {
  font-size: 14px;
  font-weight: 500;
  color: #1d1c1c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid #ea5448;
  width: 100%;
  height: 40px;
}
.red-border-btn:hover {
  background: #ea5448;
  color: white;
}

.range-slider {
  position: relative;
  width: 100%;
  height: 6px;
  border-radius: 15px;
  background: #f0f0f0;
}

.range-slider .progress {
  position: absolute;
  left: 0;
  right: 0%;
  height: 100%;
  border-radius: 15px;
  background: #ea5448;
}

.range-slider input[type=range] {
  position: absolute;
  width: 100%;
  height: 6px;
  -webkit-appearance: none;
  pointer-events: none;
  background: none;
  outline: none;
}

.range-slider .range-min::-webkit-slider-thumb {
  pointer-events: auto;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  background: #2b2a29;
  border-radius: 20px;
  opacity: 1;
}

.range-slider .range-max::-webkit-slider-thumb {
  pointer-events: auto;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  background: #2b2a29;
  border-radius: 20px;
  opacity: 1;
}

.catalog-wrap {
  margin: 20px 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .catalog-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px;
  }
}
.catalog-wrap .sidebar {
  width: 250px;
  margin-right: 20px;
  min-width: 250px;
}
@media (max-width: 767px) {
  .catalog-wrap .sidebar {
    width: 100%;
    margin-right: 0;
  }
}
.catalog-wrap .sidebar > h2 {
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 34px;
  color: #a8a8a8;
}
@media (max-width: 767px) {
  .catalog-wrap .sidebar > h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
.catalog-wrap .sidebar .reset {
  margin-bottom: 20px;
}
.catalog-wrap .sidebar .filter-info {
  margin-bottom: 20px;
}
.catalog-wrap .sidebar .filter-info .checkboxes {
  margin-top: 20px;
}
.catalog-wrap .sidebar .filter-info .checkboxes.hide {
  display: none;
}
.catalog-wrap .sidebar .filter-info .checkboxes .checkbox-wrap {
  margin-bottom: 10px;
}
.catalog-wrap .sidebar .filter-info .info-item {
  margin-top: 10px;
}
.catalog-wrap .sidebar .filter-info .info-item .input {
  margin-bottom: 15px;
}
.catalog-wrap .sidebar .filter-info .info-item .input input {
  background: #f0f0f0;
  width: 100%;
  height: 40px;
  border-radius: 6px;
  padding: 0 20px;
}
.catalog-wrap .sidebar .filter-info .info-item .scroll {
  height: 100px;
  overflow-y: auto;
}
.catalog-wrap .sidebar .filter-info .info-item .scroll .info-bottom {
  margin-bottom: 10px;
}
.catalog-wrap .sidebar .filter-info .info-item .scroll::-webkit-scrollbar {
  width: 3px;
}
.catalog-wrap .sidebar .filter-info .info-item .scroll::-webkit-scrollbar-track {
  background: white;
}
.catalog-wrap .sidebar .filter-info .info-item .scroll::-webkit-scrollbar-thumb {
  background: #d9d9d9;
}
.catalog-wrap .sidebar .filter-info .info-item.hide {
  display: none;
}
.catalog-wrap .sidebar .filter-info .price-wrap {
  margin-top: 20px;
}
.catalog-wrap .sidebar .filter-info .price-wrap .inputs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.catalog-wrap .sidebar .filter-info .price-wrap .inputs .input-wrap {
  position: relative;
  z-index: 0;
}
.catalog-wrap .sidebar .filter-info .price-wrap .inputs .input-wrap span {
  position: absolute;
  top: 47%;
  transform: translateY(-50%);
  left: 10px;
}
.catalog-wrap .sidebar .filter-info .price-wrap .inputs .input-wrap input {
  height: 40px;
  border-radius: 6px;
  background: #f0f0f0;
  padding-left: 30px;
  padding-right: 10px;
}
.catalog-wrap .sidebar .filter-info .price-wrap h3 {
  font-size: 16px;
  font-weight: bold;
  color: #363636;
  margin-bottom: 10px;
}
.catalog-wrap .sidebar .filter-info .price-wrap .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 10px;
}
.catalog-wrap .sidebar .filter-info .price-wrap .wrap input {
  background: transparent;
  font-size: 14px;
  font-weight: 500;
  color: #959595;
}
.catalog-wrap .sidebar .filter-info .price-wrap .wrap input::-webkit-input-placeholder {
  color: #959595;
  font-weight: 500;
  font-size: 14px;
}
.catalog-wrap .sidebar .filter-info .price-wrap .wrap input::-moz-placeholder {
  color: #959595;
  font-weight: 500;
  font-size: 14px;
}
.catalog-wrap .sidebar .filter-info .price-wrap .wrap input:-ms-input-placeholder {
  color: #959595;
  font-weight: 500;
  font-size: 14px;
}
.catalog-wrap .sidebar .filter-info .price-wrap .wrap input:-moz-placeholder {
  color: #959595;
  font-weight: 500;
  font-size: 14px;
}
.catalog-wrap .sidebar .filter-info .info-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
}
.catalog-wrap .sidebar .filter-info .info-top span {
  font-size: 16px;
  font-weight: bold;
  color: #363636;
}
.catalog-wrap .sidebar .filter-info .info-top img {
  transition: 0.3s;
  transform: rotate(180deg);
}
.catalog-wrap .sidebar .filter-info .info-top img.rotate {
  transform: rotate(0deg);
}
.catalog-wrap .sidebar .filter-info .info-bottom {
  margin-bottom: 5px;
}
.catalog-wrap .sidebar .filter-info .info-bottom.hide {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
.catalog-wrap .sidebar .filter-info .info-bottom .top-item-wrap.hide {
  display: none;
}
.catalog-wrap .sidebar .filter-info .info-bottom .top-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px;
  font-size: 14px;
  color: #878787;
  font-weight: 500;
  cursor: pointer;
}
.catalog-wrap .sidebar .filter-info .info-bottom .list {
  padding-left: 23px;
}
.catalog-wrap .sidebar .filter-info .info-bottom .list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 14px;
  color: #878787;
  font-weight: 500;
  margin-bottom: 5px;
  cursor: pointer;
}
.catalog-wrap .sidebar .filter-info .info-bottom .list2 {
  padding-left: 24px;
  margin-top: 5px;
  width: 100%;
}
.catalog-wrap .sidebar .filter-info .info-bottom .list2 > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #878787;
  font-weight: 500;
  margin-bottom: 3px;
  position: relative;
  padding-left: 10px;
  cursor: pointer;
}
.catalog-wrap .sidebar .filter-info .info-bottom .list2 > li:after {
  content: "";
  font-size: 14px;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
  border-radius: 50%;
  background: #878787;
}
.catalog-wrap .sidebar .filter-info .info-bottom .list2.hide {
  display: none;
}
.catalog-wrap .sidebar .filter-info .info-bottom .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  border: 1px solid #363636;
}
.catalog-wrap .sidebar .filter-info .info-bottom .icon img {
  margin: auto;
  transition: 0.3s;
}
.catalog-wrap .sidebar .filter-info .info-bottom .icon img.rotate {
  transform: rotate(180deg);
}
.catalog-wrap .catalog-info-wrap {
  flex-grow: 1;
}
.catalog-wrap .catalog-info-wrap .catalog-info {
  margin-bottom: 30px;
}
.catalog-wrap .catalog-info-wrap .main-title {
  margin-bottom: 20px;
}
.catalog-wrap .catalog-info-wrap .items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 25px 15px;
}
@media (max-width: 1200px) {
  .catalog-wrap .catalog-info-wrap .items {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1024px) {
  .catalog-wrap .catalog-info-wrap .items {
    grid-template-columns: 1fr 1fr;
  }
}
.catalog-wrap .catalog-info-wrap .show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #959595;
  font-weight: 500;
  margin-top: 10px;
}
.catalog-wrap .catalog-info-wrap .show img {
  margin-left: 5px;
  margin-top: 2px;
}

.basket-wrap {
  margin: 20px 0 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .basket-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.basket-wrap .right {
  width: 360px;
  min-width: 360px;
  margin-left: 40px;
}
@media (max-width: 1024px) {
  .basket-wrap .right {
    width: 100%;
    margin-left: 0;
    min-width: 100%;
  }
}
.basket-wrap .right .order {
  border-radius: 6px;
  padding: 40px;
  border: 1px solid #dfdfdf;
}
@media (max-width: 767px) {
  .basket-wrap .right .order {
    padding: 20px;
  }
}
.basket-wrap .right .order .info-input {
  margin-bottom: 20px;
}
.basket-wrap .right .order .info-input p {
  margin-bottom: 10px;
  font-size: 13px;
  color: #959595;
}
.basket-wrap .right .order .info-input textarea {
  min-height: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d2d2d2;
  width: 100%;
  resize: none;
}
.basket-wrap .right .order .info-input input {
  padding: 10px;
  height: 50px;
  width: 100%;
  color: #686766;
  font-size: 14px;
  border-bottom: 1px solid #d2d2d2;
}
.basket-wrap .right .order .red-btn {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}
.basket-wrap .right .order .red-btn.margin {
  margin-bottom: 0;
}
.basket-wrap .right .order .grey-btn {
  height: 50px;
  background: #959595;
  margin-bottom: 20px;
  border-radius: 5px;
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: white;
  text-align: center;
  padding: 10px 30px;
  width: 100%;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}
.basket-wrap .right .order .grey-btn:hover {
  background: #8b8b8b;
}
.basket-wrap .right .order .switch-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}
.basket-wrap .right .order .switch-top p {
  font-size: 16px;
  font-weight: 500;
  color: #2b2a29;
}
.basket-wrap .right .order .file-wrap {
  margin: 0;
  margin-bottom: 20px;
  max-width: 100%;
  min-height: 150px;
}
.basket-wrap .right .order .details {
  margin-bottom: 20px;
}
.basket-wrap .right .order .details > span {
  font-size: 14px;
  font-weight: 500;
  color: #959595;
  display: block;
  margin-bottom: 10px;
}
.basket-wrap .right .order .details p {
  font-size: 14px;
  color: #2b2a29;
}
.basket-wrap .right .order .details p a {
  color: #ea5448;
}
.basket-wrap .right .order .phone-input {
  margin-bottom: 30px;
}
.basket-wrap .right .order .phone-input input {
  border-bottom: 1px solid #d2d2d2;
  text-align: center;
  width: 100%;
  padding: 5px 10px;
}
.basket-wrap .right .order .phone-input > span {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
  display: block;
  color: #686766;
}
.basket-wrap .right .order .info {
  padding-bottom: 15px;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 30px;
}
.basket-wrap .right .order .info > span {
  display: block;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 500;
  color: #959595;
}
.basket-wrap .right .order .info .banking {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.basket-wrap .right .order .info .banking img {
  margin-right: 15px;
}
.basket-wrap .right .order .info .banking span {
  font-size: 14px;
  color: #686766;
  font-weight: 500;
}
.basket-wrap .right .order .info .banking a {
  color: #ea5448;
  font-weight: 500;
  font-size: 14px;
  margin-left: auto;
}
.basket-wrap .right .order .address-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}
.basket-wrap .right .order .address-top span {
  font-size: 14px;
  font-weight: 500;
  color: #959595;
}
.basket-wrap .right .order .address-top a {
  font-size: 14px;
  font-weight: 500;
  color: #ea5448;
}
.basket-wrap .right .order .address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
.basket-wrap .right .order .address img {
  margin-right: 5px;
}
.basket-wrap .right .order .address span {
  font-size: 16px;
  font-weight: 500;
  color: #2b2a29;
}
.basket-wrap .right .order .payment-method {
  padding-bottom: 15px;
}
.basket-wrap .right .order .payment-method p {
  font-size: 14px;
  font-weight: 500;
  color: #959595;
  margin-bottom: 20px;
}
.basket-wrap .right .order .payment-method .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.basket-wrap .right .order .payment-method .info span {
  font-size: 14px;
  font-weight: 500;
  color: #686766;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.basket-wrap .right .order .payment-method .info span img {
  margin-right: 20px;
}
.basket-wrap .right .order .payment-method .info a {
  font-size: 14px;
  font-weight: 500;
  color: #ea5448;
}
.basket-wrap .right .order .total {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.basket-wrap .right .order .total p {
  font-size: 14px;
  font-weight: 500;
  color: #959595;
}
.basket-wrap .right .order .total p .count {
  font-weight: bold;
}
.basket-wrap .right .order .total .price {
  font-size: 14px;
  font-weight: 500;
  color: #2b2a29;
}
.basket-wrap .right .order .delivery {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.basket-wrap .right .order .delivery .delivery-text {
  font-size: 14px;
  font-weight: 500;
  color: #959595;
}
.basket-wrap .right .order .delivery .free {
  font-size: 14px;
  font-weight: 500;
  color: #2b2a29;
}
.basket-wrap .right .order .save {
  font-size: 14px;
  font-weight: 500;
  color: #ea5448;
  margin: 15px 0 20px;
}
.basket-wrap .right .order .itog {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.basket-wrap .right .order .itog .red-text {
  font-size: 24px;
  font-weight: 500;
  color: #ea5448;
}
.basket-wrap .right .order .itog .itog-text {
  color: #2b2a29;
  font-weight: 500;
  font-size: 22px;
}
.basket-wrap .right .order .red-btn {
  margin-bottom: 20px;
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #ea5448;
  color: white;
  border-radius: 6px;
}
.basket-wrap .right .order .red-btn:hover {
  background: #ee7268;
}
.basket-wrap .right .order .logo-wrap {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.basket-wrap .right .order .logo-wrap span {
  color: #dadada;
  font-size: 22px;
  font-weight: 500;
}
.basket-wrap .left {
  flex-grow: 1;
}
@media (max-width: 767px) {
  .basket-wrap .left .main-title span {
    margin-left: 0;
  }
}
@media (max-width: 1024px) {
  .basket-wrap .left .basket-info {
    margin-bottom: 30px;
  }
}
.basket-wrap .left .basket-info .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .basket-wrap .left .basket-info .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: flex-start;
  }
}
.basket-wrap .left .basket-info .top h2 {
  font-size: 34px;
  font-weight: 500;
  color: #a8a8a8;
}
@media (max-width: 767px) {
  .basket-wrap .left .basket-info .top h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }
}
.basket-wrap .left .basket-info .top h2 span {
  font-size: 14px;
  font-weight: 500;
  color: #959595;
  margin-left: 10px;
}
.basket-wrap .left .basket-info .top .clear {
  font-size: 14px;
  font-weight: 500;
  color: #959595;
}
.basket-wrap .left .basket-info .add {
  margin-top: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #f0f0f0;
  border-radius: 5px;
  padding: 8px 24px;
  font-size: 13px;
  color: #959595;
}
.basket-wrap .left .basket-info .add:hover {
  background: #dedede;
}
.basket-wrap .left .basket-info .add img {
  margin-left: 10px;
  margin-top: 2px;
  transform: rotate(-90deg);
}
.basket-wrap .left .items {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 1200px) {
  .basket-wrap .left .items {
    grid-template-columns: 1fr 1fr;
  }
}

.add-discounts .list-discounts-title {
  margin-top: 35px;
  margin-bottom: 12px;
  display: block;
  font-size: 14px;
  color: #959595;
}
.add-discounts .list-discounts-item {
  padding: 15px 20px 15px 40px;
  border-radius: 6px;
  border: 1px solid #dfdfdf;
  background: #fff;
  margin-bottom: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  .add-discounts .list-discounts-item {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px;
    position: relative;
    min-height: 100px;
    align-items: flex-start;
  }
}
.add-discounts .list-discounts-item .arrow {
  text-align: right;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
}
.add-discounts .list-discounts-item .arrow img {
  width: 8px;
}
@media (max-width: 767px) {
  .add-discounts .list-discounts-item .arrow {
    position: absolute;
    bottom: 15px;
    right: 25px;
  }
}
.add-discounts .list-discounts-item .red {
  font-size: 14px;
  color: #ea5448;
}
@media (max-width: 767px) {
  .add-discounts .list-discounts-item .red {
    width: 50% !important;
  }
}
.add-discounts .list-discounts-item .text {
  font-size: 14px;
  color: #4e4e4e;
}
@media (max-width: 767px) {
  .add-discounts .list-discounts-item .text {
    width: 50% !important;
  }
}
.add-discounts .list-discounts-item b {
  font-size: 16px;
  font-weight: 500;
  color: #2b2a29;
}
@media (max-width: 767px) {
  .add-discounts .list-discounts-item b {
    width: 50% !important;
  }
}
.add-discounts .list-discounts-item .delete {
  width: 28px;
  height: 28px;
  border-radius: 28px;
  background: #f0f0f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-self: flex-start;
}
@media (max-width: 767px) {
  .add-discounts .list-discounts-item .delete {
    position: absolute;
    top: 15px;
    right: 15px;
  }
}
.add-discounts .list-discounts-item .delete img {
  margin: auto;
}

.basket-items {
  padding-bottom: 30px;
  border-bottom: 1px solid #e7e7e7;
}
.basket-items .basket-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .basket-items .basket-item {
    align-items: flex-start;
  }
}
.basket-items .basket-item .img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  min-width: 80px;
  max-height: 100px;
  border-radius: 6px;
  overflow: hidden;
  margin-right: 20px;
}
.basket-items .basket-item .img-wrap img {
  width: 100%;
  height: 100%;
  margin: auto;
}
.basket-items .basket-item .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .basket-items .basket-item .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.basket-items .basket-item .price {
  align-self: flex-end;
}
@media (max-width: 767px) {
  .basket-items .basket-item .price {
    margin-top: -15px;
  }
}
.basket-items .basket-item .price b {
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 18px;
  color: #2b2a29;
  display: block;
  text-align: right;
}
.basket-items .basket-item .price b.old-price {
  color: #ea5448;
  text-decoration: line-through;
  font-size: 14px;
}
.basket-items .basket-item .price .old {
  display: block;
  text-decoration: line-through;
  color: #ea5448;
  font-size: 14px;
}
.basket-items .basket-item .price .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}
.basket-items .basket-item .price .icons .icon {
  border-radius: 50%;
  background: #f0f0f0;
  width: 28px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 5px;
}
.basket-items .basket-item .price .icons .icon img {
  margin: auto;
}
.basket-items .basket-item .texts {
  margin-right: 10px;
  max-width: 370px;
}
.basket-items .basket-item .texts .name {
  display: block;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
  color: #2b2a29;
}
@media (max-width: 767px) {
  .basket-items .basket-item .texts .name {
    font-size: 16px;
  }
}
.basket-items .basket-item .texts p {
  font-size: 14px;
  font-weight: 500;
  color: #878787;
}
.basket-items .basket-item .texts p .num {
  color: #ea5448;
}
.basket-items .basket-item .product-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: 40px;
}
@media (max-width: 767px) {
  .basket-items .basket-item .product-count {
    margin: 0;
    margin-top: 10px;
  }
}
.basket-items.style2 {
  padding-bottom: 0;
  border-bottom: 0;
}
.basket-items.basket-items2 .count-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .basket-items.basket-items2 .count-wrap {
    margin-left: 0;
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.basket-items.basket-items2 .count-wrap .persent-wrap {
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  max-width: 95px;
  min-width: 95px;
}
@media (max-width: 767px) {
  .basket-items.basket-items2 .count-wrap .persent-wrap {
    margin-left: 0;
    margin-top: 10px;
  }
}
.basket-items.basket-items2 .count-wrap .persent-wrap .persent {
  background: #f0f0f0;
  border-radius: 5px;
  padding: 6px 18px;
  position: relative;
}
.basket-items.basket-items2 .count-wrap .persent-wrap .persent input {
  width: 60px;
  height: 30px;
  border-radius: 5px;
  background: #f0f0f0;
  padding: 0 10px;
  text-align: center;
  font-size: 16px;
  color: #000;
}
.basket-items.basket-items2 .count-wrap .persent-wrap .persent input::-webkit-input-placeholder {
  color: #000;
  font-size: 16px;
}
.basket-items.basket-items2 .count-wrap .persent-wrap .persent input::-moz-placeholder {
  color: #000;
  font-size: 16px;
}
.basket-items.basket-items2 .count-wrap .persent-wrap .persent input:-ms-input-placeholder {
  color: #000;
  font-size: 16px;
}
.basket-items.basket-items2 .count-wrap .persent-wrap .persent input:-moz-placeholder {
  color: #000;
  font-size: 16px;
}
.basket-items.basket-items2 .count-wrap .persent-wrap .persent span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -15px;
}
.basket-items.basket-items2 .count-wrap .persent-wrap .persent.wrap {
  padding: 0;
}
.basket-items.basket-items2 .count-wrap .persent-wrap .red-text {
  font-size: 11px;
  margin-top: 6px;
  color: #ea5448;
  display: block;
}
.basket-items.basket-items2 .count-wrap .product-count {
  margin-right: 0;
}
@media (max-width: 767px) {
  .basket-items.basket-items2 .count-wrap .product-count {
    margin-top: 0;
  }
}
.basket-items.basket-items2 .product-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: 40px;
}
@media (max-width: 767px) {
  .basket-items.basket-items2 .product-count {
    margin: 0;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .basket-items.basket-items2 .basket-item {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .basket-items.basket-items2 .price {
    margin-top: -60px;
  }
}

.details-info-wrap .wrapper .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  .details-info-wrap .wrapper .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: flex-start;
  }
}
.details-info-wrap .wrapper .top .favorites-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.details-info-wrap .wrapper .top .favorites-info .add-experts {
  padding: 2px 10px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  color: #ea5448;
  border: 1px solid #ea5448;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .details-info-wrap .wrapper .top .favorites-info .add-experts {
    margin-right: 15px;
  }
}
.details-info-wrap .wrapper .top .favorites-info .favorites-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.details-info-wrap .wrapper .top .favorites-info .favorites-text span {
  font-size: 14px;
  font-weight: 500;
  color: #616161;
}
.details-info-wrap .wrapper .top .favorites-info .favorites-text .icon {
  width: 28px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  background: #616161;
  margin-left: 15px;
}
.favorites-info .wishlist-icon.active .icon {
    background: #ea5448 !important;
}
.details-info-wrap .wrapper .top .favorites-info .favorites-text .icon img {
  margin: auto;
}
.details-info-wrap .wrapper .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .details-info-wrap .wrapper .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.details-info-wrap .wrapper .info .details-slider-wrap {
  width: calc((100% - 40px) / 2);
  align-self: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .details-info-wrap .wrapper .info .details-slider-wrap {
    width: 100%;
    flex-direction: column-reverse;
  }
}
.details-info-wrap .wrapper .info .details-slider-wrap .slider-nav {
  width: 76px;
  margin-right: 12px;
}
@media (max-width: 767px) {
  .details-info-wrap .wrapper .info .details-slider-wrap .slider-nav {
    width: 100%;
    margin: 0;
    margin-top: 10px;
  }
}
.details-info-wrap .wrapper .info .details-slider-wrap .slider-nav .item {
  border-radius: 5px;
  overflow: hidden;
  margin: 5px 0;
  opacity: 0.5;
  max-height: 94px;
}
@media (max-width: 767px) {
  .details-info-wrap .wrapper .info .details-slider-wrap .slider-nav .item {
    max-height: 24vw;
    margin: 0 5px;
  }
}
.details-info-wrap .wrapper .info .details-slider-wrap .slider-nav .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .details-info-wrap .wrapper .info .details-slider-wrap .slider-nav .item {
    margin: 0 5px;
  }
  .details-info-wrap .wrapper .info .details-slider-wrap .slider-nav .item img {
    width: 100%;
  }
}
.details-info-wrap .wrapper .info .details-slider-wrap .slider-nav .item.slick-current {
  opacity: 1;
}
.details-info-wrap .wrapper .info .details-slider-wrap .slider-wrap {
  width: calc(100% - 88px);
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  .details-info-wrap .wrapper .info .details-slider-wrap .slider-wrap {
    width: 100%;
  }
}
.details-info-wrap .wrapper .info .details-slider-wrap .slider-wrap .slider-navigation {
  display: block;
  position: static;
}
.details-info-wrap .wrapper .info .details-slider-wrap .slider-wrap .slider-navigation button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.details-info-wrap .wrapper .info .details-slider-wrap .slider-wrap .slider-navigation button.slick-next {
  right: 25px;
}
.details-info-wrap .wrapper .info .details-slider-wrap .slider-wrap .slider-navigation button.slick-prev {
  left: 25px;
}
.details-info-wrap .wrapper .info .details-slider-wrap .slider-wrap .slider-for .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  overflow: hidden;
}
.details-info-wrap .wrapper .info .details-slider-wrap .slider-wrap .slider-for .item img {
  width: 100%;
}
.details-info-wrap .wrapper .info .details-slider-wrap .slider-wrap .similar-products {
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 10;
  border-radius: 5px;
  background: white;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 156px;
  width: 100%;
  color: #2b2a29;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 16px;
}
.details-info-wrap .wrapper .info .details-slider-wrap .slider-wrap .similar-products img {
  margin-right: 15px;
}
.details-info-wrap .wrapper .info .info-wrap {
  width: calc((100% - 40px) / 2);
  padding-top: 10px;
}
@media (max-width: 767px) {
  .details-info-wrap .wrapper .info .info-wrap {
    width: 100%;
  }
}
.details-info-wrap .wrapper .info .info-wrap .top-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .details-info-wrap .wrapper .info .info-wrap .top-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.details-info-wrap .wrapper .info .info-wrap .top-info .product-info {
  max-width: 370px;
  padding-right: 20px;
}
.details-info-wrap .wrapper .info .info-wrap .top-info .product-info .skidka {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.details-info-wrap .wrapper .info .info-wrap .top-info .product-info .skidka span {
  border-radius: 5px;
  margin-right: 5px;
  color: white;
  padding: 3px 12px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.details-info-wrap .wrapper .info .info-wrap .top-info .product-info .skidka span.new {
  background: #4ebb5f;
}
.details-info-wrap .wrapper .info .info-wrap .top-info .product-info .skidka span.old {
  background: #ea5448;
}
.details-info-wrap .wrapper .info .info-wrap .top-info .product-info .name {
  font-size: 34px;
  font-weight: 500;
  color: #2b2a29;
  margin-bottom: 15px;
  display: block;
}
@media (max-width: 1024px) {
  .details-info-wrap .wrapper .info .info-wrap .top-info .product-info .name {
    font-size: 26px;
  }
}
.details-info-wrap .wrapper .info .info-wrap .top-info .product-info .brend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.details-info-wrap .wrapper .info .info-wrap .top-info .product-info .brend a {
  font-size: 14px;
  font-weight: 500;
  color: #959595;
}
.details-info-wrap .wrapper .info .info-wrap .top-info .product-info .brend p {
  color: #959595;
  font-size: 14px;
  font-weight: 500;
  margin-right: 20px;
}
.details-info-wrap .wrapper .info .info-wrap .top-info .product-info .brend p span {
  color: #1d1c1c;
}
.details-info-wrap .wrapper .info .info-wrap .top-info .product-info .brend .rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #959595;
  font-size: 14px;
  font-weight: 500;
  margin-right: 15px;
}
.details-info-wrap .wrapper .info .info-wrap .top-info .product-info .brend .rate img {
  margin-right: 5px;
}
.details-info-wrap .wrapper .info .info-wrap .top-info .price {
  flex-grow: 1;
}
@media (max-width: 1024px) {
  .details-info-wrap .wrapper .info .info-wrap .top-info .price {
    margin-top: 10px;
  }
}
.details-info-wrap .wrapper .info .info-wrap .top-info .price .text {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #959595;
  margin-bottom: 8px;
}
.details-info-wrap .wrapper .info .info-wrap .top-info .price .prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.details-info-wrap .wrapper .info .info-wrap .top-info .price .prices .new-price {
  font-size: 24px;
  font-weight: 500;
  color: #ea5448;
}
.details-info-wrap .wrapper .info .info-wrap .top-info .price .prices .old-price {
  text-decoration: line-through;
  color: #2b2a29;
  font-size: 16px;
  font-weight: 500;
  margin-left: 10px;
}
.details-info-wrap .wrapper .info .info-wrap .top-info .product-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 200px;
}
@media (max-width: 1024px) {
  .details-info-wrap .wrapper .info .info-wrap .top-info .product-count {
    max-width: 140px;
  }
}
.details-info-wrap .wrapper .info .info-wrap .top-info .product-count button {
  width: 50px;
  height: 50px;
}
@media (max-width: 1024px) {
  .details-info-wrap .wrapper .info .info-wrap .top-info .product-count button {
    width: 30px;
    height: 30px;
  }
}
.details-info-wrap .wrapper .info .info-wrap .top-info .product-count .price {
  font-size: 12px;
  bottom: 3px;
}
.details-info-wrap .wrapper .info .info-wrap .top-info .product-count .price span {
  font-size: 12px;
}
.details-info-wrap .wrapper .info .info-wrap .top-info .product-count input {
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .details-info-wrap .wrapper .info .info-wrap .top-info .product-count input {
    font-size: 20px;
  }
}
.details-info-wrap .wrapper .info .info-wrap .compound {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 30px;
  margin-bottom: 20px;
}
.details-info-wrap .wrapper .info .info-wrap .compound .title {
  color: #959595;
  margin-bottom: 10px;
  display: inline-block;
}
.details-info-wrap .wrapper .info .info-wrap .compound .subtitle {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 40px;
  color: #4e4e4e;
  max-width: 390px;
}
@media (max-width: 767px) {
  .details-info-wrap .wrapper .info .info-wrap .compound .subtitle {
    margin-bottom: 20px;
  }
}
.details-info-wrap .wrapper .info .info-wrap .compound .subtitle b {
  font-weight: bold;
}
.details-info-wrap .wrapper .info .info-wrap .compound ul li {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 15px;
}
.details-info-wrap .wrapper .info .info-wrap .compound ul li .style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  align-self: flex-start;
}
.details-info-wrap .wrapper .info .info-wrap .compound ul li .style .dots {
  flex-grow: 1;
  border-bottom: 1px dashed #959595;
  align-self: flex-end;
  margin-bottom: 4px;
  margin-left: 2px;
}
.details-info-wrap .wrapper .info .info-wrap .compound ul li .style .text {
  color: #959595;
}
.details-info-wrap .wrapper .info .info-wrap .description .link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 20px;
  border-radius: 5px;
  background: #f0f0f0;
  color: #959595;
}
.details-info-wrap .wrapper .info .info-wrap .description .link:hover {
  background: #e3e3e3;
}
.details-info-wrap .wrapper .info .info-wrap .description .link img {
  margin-left: 10px;
}
.details-info-wrap .wrapper .info .info-wrap .description .desc-info {
  margin: 50px 0;
}
@media (max-width: 767px) {
  .details-info-wrap .wrapper .info .info-wrap .description .desc-info {
    margin: 20px 0;
  }
}
.details-info-wrap .wrapper .info .info-wrap .description .desc-info p {
  margin-bottom: 30px;
  font-size: 15px;
  color: #4e4e4e;
}
@media (max-width: 767px) {
  .details-info-wrap .wrapper .info .info-wrap .description .desc-info p {
    margin-bottom: 20px;
  }
}
.details-info-wrap .wrapper .info .info-wrap .description .desc-info p:last-child {
  margin-bottom: 0;
}
.details-info-wrap .wrapper .info .info-wrap .description .info-title {
  color: #959595;
  display: block;
  margin-bottom: 10px;
}
.details-info-wrap .wrapper .info .info-wrap .description .Supplier-info {
  display: inline-flex;
  flex-direction: column;
}

.see {
  margin-bottom: 100px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .see {
    margin-top: 20px;
    margin-bottom: 50px;
  }
}
.see .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .see .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .see .top .main-title {
    margin-bottom: 10px;
  }
}
.see .top .show-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #959595;
}
.see .top .show-all img {
  margin-left: 10px;
}
.see .items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 10px;
}
@media (max-width: 1200px) {
  .see .items {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .see .items {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px 10px;
  }
}
@media (max-width: 550px) {
  .see .items {
    grid-template-columns: 1fr 1fr;
  }
}

.suppliers {
  margin: 30px 0;
}
.suppliers .title {
  font-size: 16px;
  font-weight: 500;
  color: #959595;
  margin-bottom: 15px;
  display: block;
}

.suppliers-item {
  border-radius: 6px;
  padding: 12px 20px;
  border: 1px solid #dfdfdf;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .suppliers-item {
    padding: 12px;
  }
}
@media (max-width: 767px) {
  .suppliers-item {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 50px;
    position: relative;
  }
}
.suppliers-item .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 34px;
  height: 34px;
  border-radius: 5px;
  overflow: hidden;
  margin-right: 30px;
}
@media (max-width: 1024px) {
  .suppliers-item .icon {
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .suppliers-item .icon {
    margin-bottom: 10px;
  }
}
.suppliers-item .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.suppliers-item .name {
  font-size: 18px;
  font-weight: 500;
  color: #2b2a29;
  max-width: 270px;
  width: 100%;
}
@media (max-width: 1024px) {
  .suppliers-item .name {
    max-width: 135px;
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .suppliers-item .name {
    width: 36vw;
    max-width: 100%;
  }
}
.suppliers-item .rate {
  font-size: 14px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2b2a29;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .suppliers-item .rate {
    width: 20%;
  }
}
.suppliers-item .rate img {
  margin-right: 5px;
}
.suppliers-item .price {
  font-size: 17px;
  color: #2b2a29;
  font-weight: 500;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .suppliers-item .price {
    text-align: right;
  }
}
.suppliers-item .more {
  font-size: 15px;
  font-weight: 500;
  color: #ea5448;
  margin: 0 20px;
  flex-grow: 1;
}
@media (max-width: 1024px) {
  .suppliers-item .more {
    margin: 0 5px;
  }
}
@media (max-width: 767px) {
  .suppliers-item .more {
    position: absolute;
    bottom: 10px;
    left: 10px;
    margin: 0;
  }
}
.suppliers-item .persent {
  font-size: 15px;
  font-weight: 500;
  color: #4e4e4e;
  flex-grow: 1;
}
@media (max-width: 1024px) {
  .suppliers-item .persent {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .suppliers-item .persent {
    text-align: right;
    padding-right: 5px;
  }
}
.suppliers-item .date {
  font-size: 15px;
  font-weight: 500;
  color: #4e4e4e;
}
@media (max-width: 767px) {
  .suppliers-item .date {
    width: 60%;
  }
}
.suppliers-item .basket-btn-wrap {
  margin-left: auto;
}
@media (max-width: 767px) {
  .suppliers-item .basket-btn-wrap {
    margin: 0;
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
}

.expert-page-info .back {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #959595;
}
.expert-page-info .back img {
  margin-right: 10px;
}
.expert-page-info .info-block {
  padding: 25px 35px;
  padding-right: 130px;
  position: relative;
  z-index: 0;
  margin-bottom: 50px;
  border: 1px solid #dfdfdf;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1100px) {
  .expert-page-info .info-block {
    padding: 25px 30px;
    padding-right: 60px;
  }
}
@media (max-width: 1024px) {
  .expert-page-info .info-block {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .expert-page-info .info-block {
    padding: 40px 20px 20px;
    margin-bottom: 30px;
  }
}
.expert-page-info .info-block .title {
  font-size: 14px;
  color: #959595;
  display: block;
  margin-bottom: 10px;
}
.expert-page-info .info-block .person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 50px;
}
@media (max-width: 1100px) {
  .expert-page-info .info-block .person {
    margin-right: 40px;
  }
}
@media (max-width: 1024px) {
  .expert-page-info .info-block .person {
    width: 100%;
    margin-right: 0;
  }
}
.expert-page-info .info-block .person .img-wrap {
  border-radius: 50%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 75px;
  min-width: 75px;
  height: 75px;
  margin-right: 25px;
}
@media (max-width: 767px) {
  .expert-page-info .info-block .person .img-wrap {
    width: 50px;
    height: 50px;
    margin-right: 15px;
    min-width: 50px;
  }
}
.expert-page-info .info-block .person .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.expert-page-info .info-block .person .text-wrap .name {
  font-size: 22px;
  color: #2b2a29;
  margin-bottom: 5px;
}
.expert-page-info .info-block .person .text-wrap .status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .expert-page-info .info-block .person .text-wrap .status {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.expert-page-info .info-block .person .text-wrap .status .text {
  color: #959595;
  font-size: 14px;
  font-weight: 500;
  margin-right: 10px;
}
.expert-page-info .info-block .person .text-wrap .status .black {
  color: #4e4e4e;
  font-size: 15px;
  font-weight: 500;
  margin-right: 15px;
}
.expert-page-info .info-block .person .text-wrap .status .verified {
  padding: 3px 28px;
  border-radius: 5px;
  background: #4ebb5f;
  color: white;
  font-size: 13px;
}
@media (max-width: 767px) {
  .expert-page-info .info-block .person .text-wrap .status .verified {
    width: 100%;
    margin-top: 10px;
    text-align: center;
  }
}
.expert-page-info .info-block .person .text-wrap > p {
  font-size: 15px;
  color: #4e4e4e;
  margin-bottom: 5px;
}
.expert-page-info .info-block .info1 {
  margin-right: 50px;
}
@media (max-width: 1100px) {
  .expert-page-info .info-block .info1 {
    margin-right: 40px;
  }
}
@media (max-width: 1024px) {
  .expert-page-info .info-block .info1 {
    width: 50%;
    margin-top: 20px;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .expert-page-info .info-block .info1 {
    width: 100%;
  }
}
.expert-page-info .info-block .info1 > p {
  font-size: 15px;
  color: #4e4e4e;
  margin-bottom: 30px;
}
.expert-page-info .info-block .info1 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.expert-page-info .info-block .info1 a img {
  margin-right: 10px;
}
.expert-page-info .info-block .info1 a span {
  border-bottom: 1px dashed #ea5448;
  font-size: 15px;
  transition: 0.3s;
  color: #ea5448;
  font-weight: 500;
}
.expert-page-info .info-block .info1 a:hover span {
  border-color: transparent;
}
@media (max-width: 1024px) {
  .expert-page-info .info-block .info2 {
    width: 50%;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .expert-page-info .info-block .info2 {
    width: 100%;
  }
}
.expert-page-info .info-block .info2 .title {
  margin-top: 20px;
}
.expert-page-info .info-block .info2 > p {
  margin-bottom: 15px;
}
.expert-page-info .info-block .info2 > p span {
  font-size: 14px;
  margin-right: 10px;
  color: #959595;
}
.expert-page-info .info-block .info2 > p span.red {
  color: #ea5448;
  margin-right: 0;
}
.expert-page-info .info-block .info2 .social li {
  margin-bottom: 10px;
}
.expert-page-info .info-block .info2 .social li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.expert-page-info .info-block .info2 .social li a img {
  margin-right: 10px;
}
.expert-page-info .info-block .info2 .social li a span {
  border-bottom: 1px dashed #ea5448;
  font-size: 15px;
  transition: 0.3s;
  color: #ea5448;
  font-weight: 500;
}
.expert-page-info .info-block .info2 .social li a:hover span {
  border-color: transparent;
}
.expert-page-info .info-block .icon {
  width: 120px;
  height: 120px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  border-left: 1px solid #dfdfdf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1100px) {
  .expert-page-info .info-block .icon {
    border: none;
    width: auto;
    height: auto;
    right: 15px;
    top: 15px;
  }
}
.expert-page-info .info-block .icon img {
  margin: auto;
}

.expert-verification {
  padding: 40px;
  padding-bottom: 60px;
  border-radius: 5px;
  border: 1px solid #dfdfdf;
}
@media (max-width: 767px) {
  .expert-verification {
    padding: 20px;
  }
}
.expert-verification .title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .expert-verification .title-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: flex-start;
  }
}
.expert-verification .title-wrap h3 {
  font-size: 22px;
  margin-right: 20px;
  color: #2b2a29;
  font-weight: 500;
}
.expert-verification .title-wrap .fill-details {
  padding: 3px 20px;
  background: #b1acac;
  border-radius: 5px;
  color: white;
  font-size: 13px;
}
@media (max-width: 767px) {
  .expert-verification .title-wrap .fill-details {
    margin-top: 10px;
  }
}
.expert-verification .title-wrap .edit-data {
  margin-left: auto;
  color: #ea5448;
  font-size: 16px;
}
@media (max-width: 767px) {
  .expert-verification .title-wrap .edit-data {
    margin-left: 0;
    margin-top: 10px;
  }
}
.expert-verification .expert-verification-form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .expert-verification .expert-verification-form {
    flex-direction: column-reverse;
  }
}
.expert-verification .expert-verification-form.style2 {
  display: block;
}
.expert-verification .expert-verification-form .left {
  max-width: 570px;
  margin-right: 20px;
  width: 100%;
}
@media (max-width: 1024px) {
  .expert-verification .expert-verification-form .left {
    max-width: 100%;
    margin-right: 0;
    margin-top: 20px;
  }
}
.expert-verification .expert-verification-form .left .characteristics {
  margin-bottom: 20px;
  display: grid;
  gap: 50px;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 767px) {
  .expert-verification .expert-verification-form .left .characteristics {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.expert-verification .expert-verification-form .left .characteristics .info .checkbox-wrap {
  margin-bottom: 10px;
}
.expert-verification .expert-verification-form .left .characteristics .info h4 {
  margin-bottom: 10px;
  font-size: 18px;
  color: #363636;
}
.expert-verification .expert-verification-form .left .inputs-wrap {
  margin: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .expert-verification .expert-verification-form .left .inputs-wrap {
    margin: 20px 0;
  }
}
.expert-verification .expert-verification-form .left .inputs-wrap .input-wrap {
  width: calc((100% - 30px) / 4);
}
@media (max-width: 767px) {
  .expert-verification .expert-verification-form .left .inputs-wrap .input-wrap {
    width: calc((100% - 15px) / 3);
  }
}
.expert-verification .expert-verification-form .left .inputs-wrap .input-wrap.persent {
  position: relative;
  z-index: 0;
}
.expert-verification .expert-verification-form .left .inputs-wrap .input-wrap.persent:after {
  content: "%";
  font-size: 16px;
  color: #000;
  font-weight: 500;
  position: absolute;
  bottom: 17px;
  right: 25px;
}
.expert-verification .expert-verification-form .left .inputs-wrap .input-wrap.persent input {
  padding-right: 30px;
}
.expert-verification .expert-verification-form .left .input-wrap {
  margin-bottom: 0;
}
.expert-verification .expert-verification-form .left .input-wrap.persent {
  position: relative;
  z-index: 0;
}
.expert-verification .expert-verification-form .left .input-wrap.persent:after {
  content: "%";
  font-size: 16px;
  color: #000;
  font-weight: 500;
  position: absolute;
  bottom: 17px;
  right: 10px;
}
@media (max-width: 767px) {
  .expert-verification .expert-verification-form .left .input-wrap.persent {
    width: calc((100% - 15px) / 3);
  }
}
.expert-verification .expert-verification-form .left .input-wrap.persent input {
  padding-right: 30px;
}
.expert-verification .expert-verification-form .left .input-wrap textarea {
  border-radius: 6px;
  width: 100%;
  height: 80px;
  background: #f0f0f0;
  padding: 15px 20px;
  resize: none;
}
.expert-verification .expert-verification-form .left .input-wrap .select-wrap .select2-selection__rendered {
  padding: 18px 40px 15px 20px !important;
  height: 52px !important;
}
.expert-verification .expert-verification-form .left .input-wrap .categories-btn {
  width: 100%;
  height: 50px;
  background: #f0f0f0;
  padding: 10px 20px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  font-size: 16px;
  position: relative;
  z-index: 0;
}
.expert-verification .expert-verification-form .left .input-wrap .categories-btn img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.expert-verification .expert-verification-form .left .input-wrap.mb20 {
  margin-bottom: 20px;
}
.expert-verification .expert-verification-form .left .top-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .expert-verification .expert-verification-form .left .top-inputs {
    flex-wrap: wrap;
  }
}
.expert-verification .expert-verification-form .left .top-inputs .input-wrap:nth-child(1) {
  width: calc(20% - 5px);
}
@media (max-width: 767px) {
  .expert-verification .expert-verification-form .left .top-inputs .input-wrap:nth-child(1) {
    width: 100%;
  }
}
.expert-verification .expert-verification-form .left .top-inputs .input-wrap:nth-child(2) {
  width: calc(50% - 5px);
}
@media (max-width: 767px) {
  .expert-verification .expert-verification-form .left .top-inputs .input-wrap:nth-child(2) {
    width: 100%;
  }
}
.expert-verification .expert-verification-form .left .top-inputs .input-wrap:nth-child(3) {
  width: calc(30% - 5px);
}
@media (max-width: 767px) {
  .expert-verification .expert-verification-form .left .top-inputs .input-wrap:nth-child(3) {
    width: 100%;
    margin-top: 10px;
  }
}
.expert-verification .expert-verification-form .left .top-inputs .select-wrap .select2-selection__rendered {
  padding: 18px 40px 15px 20px !important;
  height: 52px !important;
}
.expert-verification .expert-verification-form .left .legal-address {
  margin-bottom: 20px;
}
.expert-verification .expert-verification-form .left .legal-address .legal-address-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .expert-verification .expert-verification-form .left .legal-address .legal-address-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.expert-verification .expert-verification-form .left .legal-address .legal-address-top .grey {
  color: #959595;
}
.expert-verification .expert-verification-form .left .legal-address .legal-address-top .green {
  color: #4ebb5f;
}
@media (max-width: 767px) {
  .expert-verification .expert-verification-form .left .legal-address .legal-address-top .green {
    display: block;
    margin-top: 5px;
  }
}
.expert-verification .expert-verification-form .left .bank-details .input-wrap {
  margin-bottom: 10px;
}
.expert-verification .expert-verification-form .left .bank-details .inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.expert-verification .expert-verification-form .left .bank-details .inputs .input-wrap:nth-child(1) {
  width: calc(65% - 5px);
}
.expert-verification .expert-verification-form .left .bank-details .inputs .input-wrap:nth-child(2) {
  width: calc(35% - 5px);
}
.expert-verification .expert-verification-form .right {
  max-width: 480px;
  width: 100%;
}
@media (max-width: 1024px) {
  .expert-verification .expert-verification-form .right {
    max-width: 100%;
  }
}
.expert-verification .expert-verification-form .right .title {
  font-size: 14px;
  color: #959595;
  margin-bottom: 10px;
  display: block;
}
.expert-verification .expert-verification-form .right .checkbox-wrap {
  margin-top: 20px;
}
.expert-verification .expert-verification-form .right .checkbox-wrap label span {
  margin-top: 0;
}
.expert-verification .expert-verification-form .right .files {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}
@media (max-width: 767px) {
  .expert-verification .expert-verification-form .right .files {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}
.expert-verification .expert-verification-form .right .files .img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  border-radius: 6px;
  overflow: hidden;
}
.expert-verification .expert-verification-form .right .files .img-wrap img {
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 1024px) {
  .expert-verification .expert-verification-form .right .files .img-wrap img {
    width: 100%;
  }
}
.expert-verification .expert-verification-form .right .files .file-wrap {
  position: relative;
  z-index: 0;
  cursor: pointer;
  height: 240px;
  border-radius: 6px;
  background: #f0f0f0;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .expert-verification .expert-verification-form .right .files .file-wrap {
    height: 180px;
    padding: 15px;
  }
}
.expert-verification .expert-verification-form .right .files .file-wrap a {
  color: #2b2a29;
  text-align: center;
  margin-top: 10px;
}
.expert-verification .expert-verification-form .right .files .file-wrap span {
  color: #2b2a29;
  text-align: center;
  margin-top: 10px;
}
.expert-verification .expert-verification-form .right .files .file-wrap input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.expert-verification .expert-verification-form .right .files.style2 .file-wrap {
  height: 150px;
}
@media (max-width: 767px) {
  .expert-verification .expert-verification-form .right .files.style2 .file-wrap {
    height: 100px;
  }
}
.expert-verification .expert-verification-form .right .wrap {
  margin-top: 30px;
}
.expert-verification .expert-verification-form .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .expert-verification .expert-verification-form .buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.expert-verification .expert-verification-form .buttons .close {
  color: #959595;
}
.expert-verification .expert-verification-form .buttons .send {
  border-radius: 5px;
  color: white;
  font-size: 14px;
  background: #ea5448;
  height: 50px;
  width: 100%;
  max-width: 310px;
  margin-right: 30px;
  text-transform: uppercase;
  text-align: center;
    position: relative;
    z-index: 0;
}
.expert-verification .expert-verification-form .buttons .send:hover {
    background: #e63628;
}
@media (max-width: 767px) {
  .expert-verification .expert-verification-form .buttons .send {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.expert-verification .expert-verification-form .buttons .send img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    z-index: 1;
}
.expert-verification .expert-verification-form .inputs2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 767px) {
  .expert-verification .expert-verification-form .inputs2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .expert-verification .expert-verification-form .inputs2 .input-wrap {
    margin-bottom: 20px;
  }
}
.expert-verification .expert-verification-form .inputs2 .input-wrap:nth-child(1) {
  width: calc(65% - 5px);
}
@media (max-width: 767px) {
  .expert-verification .expert-verification-form .inputs2 .input-wrap:nth-child(1) {
    width: 100%;
  }
}
.expert-verification .expert-verification-form .inputs2 .input-wrap:nth-child(2) {
  width: calc(35% - 5px);
}
@media (max-width: 767px) {
  .expert-verification .expert-verification-form .inputs2 .input-wrap:nth-child(2) {
    width: 100%;
  }
}

.expert-verification .expert-verification-form.stock-add-form {
    justify-content: inherit;
}
@media (max-width: 1024px) {
    .expert-verification .expert-verification-form.stock-add-form {
        flex-direction: row;
    }
}
@media (max-width: 767px) {
    .expert-verification .expert-verification-form.stock-add-form {
        flex-direction: column-reverse;
    }
}
.expert-verification .expert-verification-form.stock-add-form h3 {
    margin-bottom: 24px;
    font-size: 22px;
    font-weight: 600;
    color: #2B2A29;
}
.expert-verification .expert-verification-form.stock-add-form .checkboxes .checkbox-wrap {
    margin-bottom: 24px;
}
.expert-verification .expert-verification-form.stock-add-form input {
    font-size: 16px;
}
.expert-verification .expert-verification-form.stock-add-form input::-webkit-input-placeholder {
    color: #2B2A29;
    font-size: 16px;
}
.expert-verification .expert-verification-form.stock-add-form input::-moz-placeholder {
    color: #2B2A29;
    font-size: 16px;
}
.expert-verification .expert-verification-form.stock-add-form input:-ms-input-placeholder {
    color: #2B2A29;
    font-size: 16px;
}
.expert-verification .expert-verification-form.stock-add-form input:-moz-placeholder {
    color: #2B2A29;
    font-size: 16px;
}
.expert-verification .expert-verification-form.stock-add-form .select-wrap .select2-selection__rendered {
    color: #2B2A29 !important;
}
.expert-verification .expert-verification-form.stock-add-form .inputs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 12px;
    margin-bottom: 16px;
}
@media (max-width: 1024px) {
    .expert-verification .expert-verification-form.stock-add-form .left {
        width: 65%;
        margin-top: 0;
    }
}
@media (max-width: 767px) {
    .expert-verification .expert-verification-form.stock-add-form .left {
        width: 100%;
        margin-top: 30px;
    }
}
.expert-verification .expert-verification-form.stock-add-form .right {
    margin-left: 4px;
}
@media (max-width: 1024px) {
    .expert-verification .expert-verification-form.stock-add-form .right {
        margin-left: 20px;
        width: 33%;
    }
}
@media (max-width: 767px) {
    .expert-verification .expert-verification-form.stock-add-form .right {
        margin-left: 0;
        width: 100%;
    }
}
.expert-verification .expert-verification-form.stock-add-form .working-hours {
    max-width: 240px;
    border-radius: 6px;
    border: 1px solid #DFDFDF;
    padding: 16px 24px;
}
@media (max-width: 767px) {
    .expert-verification .expert-verification-form.stock-add-form .working-hours {
        max-width: 480px;
    }
}
.expert-verification .expert-verification-form.stock-add-form .working-hours .list li {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-bottom: 12px;
    white-space: nowrap;
}
.expert-verification .expert-verification-form.stock-add-form .working-hours .list li span {
    font-size: 14px;
    color: #959595;
}
.expert-verification .expert-verification-form.stock-add-form .working-hours .list li b {
    font-size: 15px;
    color: #2B2A29;
}
.expert-verification .expert-verification-form.stock-add-form .working-hours .edit {
    border-radius: 6px;
    background: #323232;
    height: 30px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    color: white;
}
.expert-verification .expert-verification-form.stock-add-form .working-hours .edit:hover {
    background: #252525;
}
@media (max-width: 1024px) {
    .expert-verification.stock-add-form-wrap {
        padding: 30px 20px;
    }
}

.gpx-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

}
@media (max-width: 767px) {
  .gpx-inputs {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.gpx-inputs .file-input {
  position: relative;
  z-index: 0;
  border-radius: 6px;
  background: #f0f0f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  height: 52px;
  padding: 12px 3px;
}
@media (max-width: 1024px) {
  .gpx-inputs .file-input {
    padding: 12px 20px;
  }
}
@media (max-width: 767px) {
  .gpx-inputs .file-input {
    width: 100%;
  }
}
.gpx-inputs .file-input input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.gpx-inputs .file-input img {
  margin-right: 15px;
}
@media (max-width: 1024px) {
  .gpx-inputs .file-input img {
    margin-right: 10px;
  }
}
.gpx-inputs .file-input span {
  color: #2b2a29;
}
.gpx-inputs .input-wrap {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .gpx-inputs .input-wrap {
    width: 100% !important;
    margin: 0;
    max-width: 100% !important;
    margin-bottom: 10px;
  }
}
.gpx-inputs .input-wrap .download {
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #2b2a29;
  font-size: 16px;
  font-weight: 500;
  height: 52px;
  color: white;
  padding: 16px 5px;
}
@media (max-width: 1024px) {
  .gpx-inputs .input-wrap .download {
    padding: 12px 20px;
    font-size: 14px;
  }
}
.gpx-inputs .input-wrap .download img {
  margin-right: 10px;
}
.gpx-inputs .input-wrap .select-wrap .select2-selection__rendered {
  padding: 18px 40px 15px 20px !important;
  height: 52px !important;
}
.gpx-inputs .input-wrap:nth-child(1) {

  margin-right: 20px;
}
@media (max-width: 1024px) {
  .gpx-inputs .input-wrap:nth-child(1) {
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .gpx-inputs .input-wrap:nth-child(1) {
    margin: 0;
  }
}
.gpx-inputs .input-wrap:nth-child(3) {
  max-width: 250px;
  width: 100%;
  margin-left: 20px;
}
@media (max-width: 1024px) {
  .gpx-inputs .input-wrap:nth-child(3) {
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .gpx-inputs .input-wrap:nth-child(3) {
    margin: 0;
  }
}
.gpx-inputs.style2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 290px;
  width: 100%;
  margin: 0 auto;
}
.gpx-inputs.style2 .input-wrap {
  width: 100%;
  margin: 0;
  margin-top: 20px;
}
.gpx-inputs.style2 .input-wrap .download {
  padding: 15px 20px;
  font-size: 15px;
}

.basket-table {
  margin-bottom: 200px;
}
@media (max-width: 1250px) {
  .basket-table {
    overflow-x: auto;
  }
}
@media (max-width: 767px) {
  .basket-table {
    margin-bottom: 0;
  }
}
.basket-table::-webkit-scrollbar {
  width: 2px;
  height: 6px;
}
.basket-table::-webkit-scrollbar-thumb {
  background-color: #dfdfdf;
  border-radius: 10px;
}
.basket-table::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
}
.basket-table::-webkit-scrollbar-button {
  background: #fff;
  display: none;
}
.basket-table .table-top {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 1220px;
}
.basket-table .table-top span {
  color: #959595;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
}
.basket-table .table-top span:first-child {
  padding-left: 20px;
}
.basket-table .table-item {
  margin-bottom: 10px;
  border: 1px solid #dfdfdf;
  border-radius: 6px;
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 1220px;
}
.basket-table .table-item > span {
  font-size: 16px;
  font-weight: 500;
  color: #2b2a29;
}
.basket-table .table-item > span.green {
  color: #4ebb5f;
}
.basket-table .table-item > span:first-child {
  padding-left: 20px;
}
.basket-table .table-item .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 20px;
}
.basket-table .table-item .buttons .basket-btn {
  padding: 8px 22px;
  border-radius: 6px;
  background: #323232;
  color: white;
  margin-right: 7px;
}
.basket-table .table-item .buttons .read {
  padding: 8px 22px;
  border-radius: 6px;
  background: #ea5448;
  color: white;
  margin-right: 7px;
}
.basket-table .table-item .buttons .read img {
  margin-left: 10px;
}
.basket-table .table-item .buttons .share {
  margin-left: auto;
  margin-right: 7px;
  position: relative;
  z-index: 0;
}
.basket-table .table-item .buttons .share.z {
  z-index: 100;
}
.basket-table .table-item .buttons .share .share-btn {
  border-radius: 50%;
  border: 1px solid #323232;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 28px;
  height: 28px;
  min-width: 28px;
  cursor: pointer;
  transition: 0.3s;
}
.basket-table .table-item .buttons .share .share-btn svg {
  fill: #323232;
  transition: 0.3s;
  margin: auto;
}
.basket-table .table-item .buttons .share .share-btn:hover {
  border-color: #ea5448;
}
.basket-table .table-item .buttons .share .share-btn:hover svg {
  fill: #ea5448;
}
.basket-table .table-item .buttons .share .share-content {
  position: absolute;
  z-index: 10;
  top: calc(100% + 10px);
  right: 0;
  min-width: 150px;
  border-radius: 6px;
  padding: 15px 20px;
  background: white;
  -webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.15);
  opacity: 0;
  transition: 0.3s;
  transform: scale(0);
}
@media (max-width: 1250px) {
  .basket-table .table-item .buttons .share .share-content {
    display: none;
  }
}
.basket-table .table-item .buttons .share .share-content p {
  font-size: 14px;
  color: #959595;
  margin-bottom: 10px;
}
.basket-table .table-item .buttons .share .share-content a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
}
.basket-table .table-item .buttons .share .share-content a img {
  margin-right: 10px;
}
.basket-table .table-item .buttons .share .share-content a span {
  border-bottom: 1px dashed #ea5448;
  font-size: 15px;
  font-weight: 500;
  color: #ea5448;
}
.basket-table .table-item .buttons .share .share-content.show {
  opacity: 1;
  transform: scale(1);
}
.basket-table .table-item .buttons .delete {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #f0f0f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.basket-table .table-item .buttons .delete img {
  margin: auto;
}

.supplier-goods-table {
  margin-bottom: 30px;
}
@media (max-width: 1250px) {
  .supplier-goods-table {
    overflow-x: auto;
  }
}
.supplier-goods-table::-webkit-scrollbar {
  width: 2px;
  height: 6px;
}
.supplier-goods-table::-webkit-scrollbar-thumb {
  background-color: #dfdfdf;
  border-radius: 10px;
}
.supplier-goods-table::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
}
.supplier-goods-table::-webkit-scrollbar-button {
  background: #fff;
  display: none;
}
.supplier-goods-table .table-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
  min-width: 1220px;
}
.supplier-goods-table .table-top span {
  font-size: 14px;
  color: #959595;
}
.supplier-goods-table .table-top span:first-child {
  padding-left: 20px;
}
.supplier-goods-table .table-top span img {
  margin-left: 10px;
}
.supplier-goods-table .table-item {
  border-radius: 6px;
  padding: 13px 0;
  border: 1px solid #dfdfdf;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 1220px;
}
.supplier-goods-table .table-item .prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.supplier-goods-table .table-item .prices .new-price {
  font-size: 16px;
  color: #2b2a29;
}
.supplier-goods-table .table-item .prices .old-price {
  text-decoration: line-through;
  font-size: 14px;
  color: #ea5448;
}
.supplier-goods-table .table-item .img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  max-width: 55px;
  min-width: 55px;
  padding-left: 20px;
  border-radius: 5px;
  overflow: hidden;
  margin-right: 30px;
}
.supplier-goods-table .table-item .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.supplier-goods-table .table-item span {
  font-size: 14px;
  color: #4e4e4e;
}
.supplier-goods-table .table-item span.green {
  color: #4ebb5f;
}
.supplier-goods-table .table-item .read {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.supplier-goods-table .table-item .read .read-link {
  color: #ea5448;
}
.supplier-goods-table .table-item .read .icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #f0f0f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
}
.supplier-goods-table .table-item .read .icon img {
  margin: auto;
}

.discount-experts p {
  font-size: 14px;
  margin-bottom: 10px;
  color: #959595;
}
.discount-experts .discount-experts-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.discount-experts .discount-experts-form input {
  max-width: 174px;
  width: 100%;
  height: 52px;
  border-radius: 6px;
  background: #f0f0f0;
  margin-right: 10px;
  padding: 0 30px;
}
.discount-experts .discount-experts-form button {
  max-width: 215px;
  height: 52px;
  width: 100%;
  border-radius: 6px;
  background: #ea5448;
  color: white;
  text-transform: uppercase;
}

.discount-table {
  margin-top: 20px;
  margin-bottom: 200px;
}
.discount-table .table-item {
  margin-bottom: 10px;
  border-radius: 6px;
  border: 1px solid #dfdfdf;
  padding: 15px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .discount-table .table-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: flex-start;
    padding: 15px;
  }
}
.discount-table .table-item .left-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.discount-table .table-item .right-info {
  margin-left: auto;
}
@media (max-width: 1024px) {
  .discount-table .table-item .right-info {
    margin-left: 0;
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
}
.discount-table .table-item .right-info span {
  margin-left: 90px;
  color: #4e4e4e;
  font-size: 15px;
}
@media (max-width: 1024px) {
  .discount-table .table-item .right-info span {
    margin: 0;
  }
}
.discount-table .table-item .right-info span b {
  font-weight: bold;
}
.discount-table .table-item .green {
  font-size: 15px;
  font-weight: 500;
  color: #4ebb5f;
  max-width: 150px;
  width: 100%;
}
.discount-table .table-item .name {
  min-width: 180px;
  max-width: 180px;
  font-size: 16px;
  font-weight: 700;
  color: #2b2a29;
}
@media (max-width: 1024px) {
  .discount-table .table-item .name {
    min-width: 140px;
    max-width: 140px;
  }
}
.discount-table .table-item .img-wrap {
  border-radius: 50%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 28px;
  height: 28px;
  margin-right: 25px;
  min-width: 28px;
}
@media (max-width: 1024px) {
  .discount-table .table-item .img-wrap {
    margin-right: 15px;
  }
}
.discount-table .table-item .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.finance-table {
  margin-bottom: 200px;
}
@media (max-width: 1250px) {
  .finance-table {
    overflow-x: auto;
  }
}
@media (max-width: 767px) {
  .finance-table {
    margin-bottom: 0;
  }
}
.finance-table::-webkit-scrollbar {
  width: 2px;
  height: 6px;
}
.finance-table::-webkit-scrollbar-thumb {
  background-color: #dfdfdf;
  border-radius: 10px;
}
.finance-table::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
}
.finance-table::-webkit-scrollbar-button {
  background: #fff;
  display: none;
}
.finance-table .table-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 1220px;
  padding: 15px 0;
}
.finance-table .table-top span {
  font-size: 14px;
  color: #959595;
}
.finance-table .table-top span:first-child {
  padding-left: 20px;
}
.finance-table .table-top span img {
  margin-left: 5px;
}
.finance-table .table-item {
  margin-bottom: 10px;
  border: 1px solid #dfdfdf;
  border-radius: 6px;
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 1220px;
}
.finance-table .table-item .arr-style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 20px;
}
.finance-table .table-item .num {
  padding-left: 20px;
}
.finance-table .table-item .green {
  color: #4ebb5f;
}
.finance-table .table-item p {
  font-size: 16px;
  color: #4e4e4e;
}
.finance-table .table-item p .red {
  color: #ea5448;
  margin-left: 5px;
}

.add-discounts {
  margin: 20px 0 300px;
}
@media (max-width: 1024px) {
  .add-discounts {
    margin-bottom: 150px;
  }
}
@media (max-width: 767px) {
  .add-discounts {
    margin-bottom: 50px;
  }
}
.add-discounts p {
  margin-bottom: 30px;
  font-size: 15px;
  color: #4e4e4e;
  font-size: 14px;
}
.add-discounts > a {
  max-width: 240px;
  width: 100%;
  height: 50px;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 20px;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  background: #ea5448;
}

.add-new-discount {
  margin: 20px 0 100px;
}
@media (max-width: 767px) {
  .add-new-discount {
    margin-bottom: 50px;
  }
  .add-new-discount .add-discounts {
    margin-bottom: 0 !important;
  }
}
.add-new-discount.mobile-margin {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .add-new-discount.mobile-margin {
    margin-bottom: 0;
  }
}
.add-new-discount h2 {
  margin-bottom: 15px;
  font-size: 22px;
  color: #2b2a29;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.add-new-discount h2 p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .add-new-discount h2 p {
    margin-left: 10px;
  }
}
.add-new-discount h2 p span {
  font-size: 14px;
  color: #4e4e4e;
  margin: 0 5px;
}
.add-new-discount .inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .add-new-discount .inputs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.add-new-discount .inputs .input-wrap {
  width: 174px;
  margin-bottom: 0;
  margin-right: 10px;
}
@media (max-width: 1024px) {
  .add-new-discount .inputs .input-wrap {
    width: 140px;
    min-width: 140px;
  }
}
@media (max-width: 767px) {
  .add-new-discount .inputs .input-wrap {
    width: 100%;
    max-width: 100% !important;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.add-new-discount .inputs .input-wrap:first-child {
  max-width: 430px;
  width: 100%;
}
.add-new-discount .inputs .input-wrap .select-wrap .select2-selection__rendered {
  padding: 18px 40px 15px 20px !important;
  height: 52px !important;
}
.add-new-discount .inputs .input-wrap > span {
  display: block;
  margin-bottom: 10px;
}
.add-new-discount .back {
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ea5448;
}
.add-new-discount .back img {
  transform: rotate(180deg);
  margin-right: 15px;
}
.add-new-discount .apply {
  margin: 30px 0;
  position: relative;
  z-index: 0;
  max-width: 380px;
  width: 100%;
}
.add-new-discount .apply .hide-block {
  position: absolute;
  top: calc(100% + 10px);
  width: 100%;
  left: 0;
  z-index: 10;
  border-radius: 6px;
  background: white;
  padding: 12px 14px;
  padding-bottom: 4px;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.15);
  transition: 0.3s;
  transform: scale(0);
  display: flex;
  flex-wrap: wrap;
  min-height: 100px;
  overflow-y: scroll;
}
.add-new-discount .apply .hide-block.show {
  transform: scale(1);
}
.add-new-discount .apply .hide-block .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 10px;
  transition: 0.3s;
  width: 100%;
}
.add-new-discount .apply .hide-block .item:hover {
  background: #f0f0f0;
}
.add-new-discount .apply .hide-block .item span {
  padding: 5px 0 5px 0px;
}
.add-new-discount .apply .hide-block .item .add {
  width: 126px;
  height: 30px;
  background: #2b2a29;
  border-radius: 5px;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.add-new-discount .apply .hide-block .item .add:hover {
  background: #3d3c3a;
}
.add-new-discount .apply form {
  max-width: 380px;
  width: 100%;
  height: 30px;
  background: #f0f0f0;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  .add-new-discount .apply form {
    max-width: 100%;
  }
}
.add-new-discount .apply form button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.add-new-discount .apply form input {
  background: none;
  width: 100%;
  height: 100%;
  padding-left: 50px;
  padding-right: 10px;
}
.add-new-discount .apply form input::-webkit-input-placeholder {
  color: #959595;
}
.add-new-discount .apply form input::-moz-placeholder {
  color: #959595;
}
.add-new-discount .apply form input:-ms-input-placeholder {
  color: #959595;
}
.add-new-discount .apply form input:-moz-placeholder {
  color: #959595;
}
.add-new-discount .apply > span {
  display: block;
  margin-bottom: 10px;
  color: #959595;
}
.add-new-discount .products-list-table {
  margin-bottom: 10px;
}
@media (max-width: 1250px) {
  .add-new-discount .products-list-table {
    overflow-x: auto;
  }
}
.add-new-discount .products-list-table::-webkit-scrollbar {
  width: 2px;
  height: 6px;
}
.add-new-discount .products-list-table::-webkit-scrollbar-thumb {
  background-color: #dfdfdf;
  border-radius: 10px;
}
.add-new-discount .products-list-table::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
}
.add-new-discount .products-list-table::-webkit-scrollbar-button {
  background: #fff;
  display: none;
}
.add-new-discount .products-list-table p {
  margin-bottom: 10px;
  color: #959595;
}
.add-new-discount .products-list-table .table-item {
  border-radius: 6px;
  border: 1px solid #dfdfdf;
  padding: 12px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
  min-width: 1220px;
}
.add-new-discount .products-list-table .table-item .img-wrap {
  margin-right: 20px;
  width: 35px;
  height: 35px;
  min-width: 35px;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.add-new-discount .products-list-table .table-item .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.add-new-discount .products-list-table .table-item .name {
  padding-right: 20px;
  width: 30%;

}
.add-new-discount .products-list-table .table-item span,
.add-new-discount .products-list-table .table-item b,
.add-new-discount .products-list-table .table-item button {
  flex-grow: 1;
  width: 15%;
}
.add-new-discount .products-list-table .table-item .green {
  font-size: 14px;
  color: #4ebb5f;
}
.add-new-discount .products-list-table .table-item .icon {
  margin-left: auto;
  width: 28px;
  max-width: 28px;
  height: 28px;
  background: #f0f0f0;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.add-new-discount .products-list-table .table-item .icon img {
  margin: auto;
}
.add-new-discount .table-bottom-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}
.add-new-discount .table-bottom-info .itog-text {
  color: #2b2a29;
  margin-right: 20px;
  font-weight: 500;
  font-size: 18px;
}
.add-new-discount .table-bottom-info .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 20px;
}
.add-new-discount .table-bottom-info .info b {
  font-size: 18px;
  color: #2b2a29;
}
.add-new-discount .table-bottom-info .info b.green {
  color: #4ebb5f;
}
.add-new-discount .table-bottom-info .info span {
  max-width: 100px;
  display: inline-block;
  color: #959595;
  font-size: 14px;
}
.add-new-discount .order-details h3 {
  color: #2b2a29;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 18px;
}
.add-new-discount .order-details .texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .add-new-discount .order-details .texts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
  }
}
.add-new-discount .order-details .texts .text {
  margin-right: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 767px) {
  .add-new-discount .order-details .texts .text {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.add-new-discount .order-details .texts .text b {
  font-size: 14px;
  color: #959595;
  display: block;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .add-new-discount .order-details .texts .text b {
    margin-bottom: 5px;
  }
}
.add-new-discount .order-details .texts .text span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 16px;
  color: #2b2a29;
  font-weight: 500;
}
.add-new-discount .order-details .texts .text span img {
  margin-right: 5px;
}
.add-new-discount .order-details form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .add-new-discount .order-details form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
  }
}
.add-new-discount .order-details form .select {
  max-width: 550px;
  width: 100%;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .add-new-discount .order-details form .select {
    margin-right: 0;
  }
}
.add-new-discount .order-details form .select .select-wrap .select2-selection__rendered {
  border-radius: 6px;
  padding-left: 30px !important;
}
.add-new-discount .order-details form .select > span {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  color: #959595;
}
.add-new-discount .order-details form .close {
  margin-bottom: 15px;
  font-size: 14px;
  color: #b0b0b0;
}
.add-new-discount .order-details form .red-btn {
  border-radius: 6px;
  background: #ea5448;
  text-align: center;
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  max-width: 250px;
  height: 48px;
  width: 100%;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .add-new-discount .order-details form .red-btn {
    max-width: 550px;
    margin: 10px auto;
  }
}

.add-new-discount .order-details form .red-btn:hover {
  background: #ee7268;
}
.all-input-div{
  width: calc((100% - 30px) / 2) !important;
}
.inputs>.all-input-div{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%!important;
}
.inputs>.all-input-div>input{
  width: 100% !important;
}
.error-message{
  color: #ea5448;
}

#working-hours-popup {
    max-width: 710px;
    width: 100%;
    margin: 0 auto;
}
#working-hours-popup .popup-body {
    width: 100%;
    padding: 40px 70px;
    background: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 6px;
    position: relative;
    z-index: 0;
}
@media (max-width: 767px) {
    #working-hours-popup .popup-body {
        padding: 50px 20px;
    }
}
#working-hours-popup .popup-body .mfp-close {
    opacity: 1;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #2b2a29;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
    right: 20px;
    top: 20px;
}
#working-hours-popup .popup-body .mfp-close:hover {
    background: #3d3c3a;
}
#working-hours-popup .popup-body .mfp-close:after {
    content: "";
    background: url(../img/close-popup.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#working-hours-popup .popup-body .info h2 {
    margin-bottom: 20px;
    font-size: 34px;
    font-weight: 400;
    color: #A8A8A8;
}
#working-hours-popup .popup-body .info .working-hours-form .line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px;
    align-items: flex-end;
}
@media (max-width: 767px) {
    #working-hours-popup .popup-body .info .working-hours-form .line {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
#working-hours-popup .popup-body .info .working-hours-form .line .select-w {
    max-width: 270px;
    width: 100%;
}
@media (max-width: 767px) {
    #working-hours-popup .popup-body .info .working-hours-form .line .select-w {
        max-width: 100%;
    }
}
#working-hours-popup .popup-body .info .working-hours-form .line .select-w .select-wrap .select2-selection__rendered {
    padding-left: 30px !important;
    font-size: 14px;
    font-weight: normal;
    color: #2B2A29;
}
#working-hours-popup .popup-body .info .working-hours-form .line .select-w > span {
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
    color: #959595;
}
#working-hours-popup .popup-body .info .working-hours-form .line .inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-grow: 1;
}
@media (max-width: 767px) {
    #working-hours-popup .popup-body .info .working-hours-form .line .inputs {
        width: 100%;
        margin-top: 10px;
    }
}
#working-hours-popup .popup-body .info .working-hours-form .line .inputs .input-wrap {
    margin-bottom: 0;
    margin-left: 6px;
    width: 100%;
}
#working-hours-popup .popup-body .info .working-hours-form .line .inputs .input-wrap input {
    height: 48px;
}
#working-hours-popup .popup-body .info .working-hours-form .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
}
@media (max-width: 767px) {
    #working-hours-popup .popup-body .info .working-hours-form .buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
#working-hours-popup .popup-body .info .working-hours-form .buttons .close {
    color: #959595;
}
#working-hours-popup .popup-body .info .working-hours-form .buttons .send {
    border-radius: 5px;
    color: white;
    font-size: 14px;
    background: #ea5448;
    height: 50px;
    width: 100%;
    max-width: 310px;
    margin-right: 30px;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    z-index: 0;
}
#working-hours-popup .popup-body .info .working-hours-form .buttons .send:hover {
    background: #e63628;
}
@media (max-width: 767px) {
    #working-hours-popup .popup-body .info .working-hours-form .buttons .send {
        margin-right: 0;
        margin-bottom: 10px;
    }
}
#working-hours-popup .popup-body .info .working-hours-form .buttons .send img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    z-index: 1;
}




/*
Стили для выбора города
*/
.select-wrap {
    position: relative;
    display: inline-block;
}

.city-select-button {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 14px;
    padding: 4px 7px 0 7px;
    text-align: left;
    width: 100%;
}

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

.city-modal-content {
    background-color: #fff;
    margin: 5% auto;
    width: 90%;
    max-width: 600px;
    max-height: 80vh;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.city-modal-header {
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.city-modal-header h3 {
    margin: 0;
    font-size: 18px;
}

.city-modal-close {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #999;
}

.city-modal-search {
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
}

.city-modal-search input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

.city-modal-body {
    padding: 15px 20px;
    max-height: calc(80vh - 140px);
    overflow-y: auto;
}

.city-modal-loading {
    text-align: center;
    padding: 20px;
    color: #666;
}

.region-item {
    margin-bottom: 20px;
}

.region-name {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 16px;
    color: #333;
}

.cities-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 10px;
}

.city-item {
    padding: 8px 12px;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.2s;
}

.city-item:hover {
    background-color: #f0f0f0;
}

.no-results {
    text-align: center;
    padding: 20px;
    color: #666;
}

@media (max-width: 768px) {
    .cities-list {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    }
}

/*
Стили для выбора города конец
*/

/*
Стили для кастомной модалки начало
*/
.custom-modal .modal-content {
    width: 900px !important;
    max-height: 90vh;
    overflow-y: auto; /* Прокрутка, если контент превышает высоту */
    margin: auto;
}

.custom-modal .btn-close-dark {
    --bs-btn-close-bg: url('/img/close-popup.svg') !important;
    background-color: #000;
    border-radius: 50%;
    opacity: 1;
    margin-top: 6px !important;
    margin-right: 6px !important;
    background-size: 12px 14px;
}

.custom-modal .modal-header {
    border: 0;
}

.custom-modal .modal-title {
    font-size: 30px;
    color: #a8a8a8;
    margin: -30px 0 20px 0;
}

.custom-modal .modal-text {
    font-size: 20px;
    margin-bottom: 20px;
}

.custom-modal .modal-body {
    padding-left: 80px;
    padding-right: 80px;
    text-align: center;
}

/* Контейнер для кнопок */
.custom-modal .button-group {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    gap: 20px;
    margin-bottom: 20px;
}

.custom-modal .remove-btn {
    border-radius: 5px;
    color: white;
    font-size: 14px;
    background: #e63628;
    height: 50px;
    width: 100%;
    max-width: 310px;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    z-index: 0;
}

.custom-modal .remove-btn img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    z-index: 1;
}

.custom-modal .cancel-btn {
    color: #959595;
    background: transparent;
    border: none;
    font-size: 14px;
    padding: 0 15px;
    height: 50px;
    display: flex;
    align-items: center;
}

/* Адаптивность */
@media (max-width: 768px) {
    .custom-modal .modal-content {
        width: 95% !important;
        max-height: 95vh;
        padding-left: 10px;
        padding-right: 10px;
    }

    .custom-modal .modal-body {
        padding-left: 20px;
        padding-right: 20px;
    }

    .custom-modal .modal-title {
        font-size: 24px;
        margin-top: -20px;
    }

    .custom-modal .modal-text {
        font-size: 18px;
    }

    .custom-modal .button-group {
        flex-direction: column;
        gap: 15px;
    }

    .custom-modal .remove-btn {
        font-size: 13px;
        height: 45px;
        max-width: 100%;
    }

    .custom-modal .remove-btn img {
        right: 15px;
        width: 16px;
    }

    .custom-modal .cancel-btn {
        font-size: 13px;
        justify-content: center;
        width: 100%;
        height: auto;
    }
}
/*
Стили для кастомной модалки конец
*/

/* фикс длинного текста в меню категорий НАЧАЛО */
.info-bottom .top-item,
.list li,
.list2 li {
    display: flex;            /* иконка + текст в одной строке */
    align-items: flex-start;  /* выравнивание по верхнему краю */
    gap: 6px;                 /* отступ между иконкой и текстом */
}

.info-bottom .top-item .icon,
.list li .icon {
    flex: 0 0 18px;           /* фиксированная ширина под иконку */
    display: flex;
    justify-content: center;
    align-items: center;
}

.info-bottom .top-item a,
.list li a,
.list2 li a {
    flex: 1;                  /* текст занимает всё оставшееся место */
    word-wrap: break-word;    /* перенос длинных слов */
    white-space: normal;      /* разрешаем перенос строк */
}
/* фикс длинного текста в меню категорий КОНЕЦ */



/* Модалка добавить товар НАЧАЛО */
.add-product-popup {
    max-width: 1220px;
    width: 100%;
    margin: 0 auto;
}
.add-product-popup .popup-body {
    width: 100%;
    padding: 40px 70px;
    background: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 6px;
    position: relative;
    z-index: 0;
}
@media (max-width: 1024px) {
    .add-product-popup .popup-body {
        padding: 50px 20px;
    }
}
.add-product-popup .popup-body .mfp-close {
    opacity: 1;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #2b2a29;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
    right: 20px;
    top: 20px;
}
.add-product-popup .popup-body .mfp-close:hover {
    background: #3d3c3a;
}
.add-product-popup .popup-body .mfp-close:after {
    content: "";
    background: url(../img/close-popup.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.add-product-popup .popup-body .info h3 {
    font-size: 34px;
    font-weight: normal;
    margin-bottom: 24px;
    color: #A8A8A8;
}
.add-product-popup .popup-body .info .info-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 12px;
}
@media (max-width: 767px) {
    .add-product-popup .popup-body .info .info-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.add-product-popup .popup-body .info .info-wrap .left-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
}
@media (max-width: 767px) {
    .add-product-popup .popup-body .info .info-wrap .left-info {
        margin-bottom: 15px;
    }
}
.add-product-popup .popup-body .info .info-wrap .right-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767px) {
    .add-product-popup .popup-body .info .info-wrap .right-info {
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.add-product-popup .popup-body .info .info-wrap .right-info .select-wrap {
    margin-right: 8px;
}
@media (max-width: 767px) {
    .add-product-popup .popup-body .info .info-wrap .right-info .select-wrap {
        width: 48.5%;
        margin-right: 0;
    }
}
.add-product-popup .popup-body .info .info-wrap form {
    max-width: 380px;
    width: 100%;
    height: 31px;
    background: #f0f0f0;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    z-index: 0;
    margin-left: 20px;
}
@media (max-width: 1024px) {
    .add-product-popup .popup-body .info .info-wrap form {
        margin-left: 10px;
        max-width: 190px;
    }
}
@media (max-width: 767px) {
    .add-product-popup .popup-body .info .info-wrap form {
        max-width: 100%;
    }
}
.add-product-popup .popup-body .info .info-wrap form button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.add-product-popup .popup-body .info .info-wrap form input {
    background: none;
    width: 100%;
    height: 100%;
    padding-left: 50px;
    padding-right: 10px;
}
.add-product-popup .popup-body .info .info-wrap form input::-webkit-input-placeholder {
    color: #959595;
}
.add-product-popup .popup-body .info .info-wrap form input::-moz-placeholder {
    color: #959595;
}
.add-product-popup .popup-body .info .info-wrap form input:-ms-input-placeholder {
    color: #959595;
}
.add-product-popup .popup-body .info .info-wrap form input:-moz-placeholder {
    color: #959595;
}
.add-product-popup .popup-body .info .info-wrap .add {
    border-radius: 6px;
    padding: 7px 22px;
    background: #323232;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 14px;
    color: white;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 174px;
}
@media (max-width: 1024px) {
    .add-product-popup .popup-body .info .info-wrap .add {
        min-width: 160px;
    }
}
.add-product-popup .popup-body .info .info-wrap .add img {
    margin-left: 10px;
    margin-top: 2px;
}
.add-product-popup .popup-body .info .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 12px;
}
.add-product-popup .popup-body .info .buttons .cancel {
    font-size: 14px;
    margin-left: 24px;
    color: #B0B0B0;
    cursor: pointer;
    transition: 0.3s;
}
.add-product-popup .popup-body .info .buttons .cancel:hover {
    color: #2B2A29;
}
.add-product-popup .popup-body .info .buttons .red-btn {
    width: 100%;
    height: 50px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #CA4540;
    color: white;
    border-radius: 6px;
    position: relative;
    max-width: 310px;
}
.add-product-popup .popup-body .info .buttons .red-btn:hover {
    background: #d2605c;
}
.add-product-popup .popup-body .info .buttons .red-btn img {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
@media (max-width: 1024px) {
    .add-product-popup .popup-body .info .add-product-table {
        overflow-x: auto;
    }
}
.add-product-popup .popup-body .info .add-product-table .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
}
@media (max-width: 1024px) {
    .add-product-popup .popup-body .info .add-product-table .top {
        min-width: 800px;
    }
}
.add-product-popup .popup-body .info .add-product-table .top .top-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #959595;
}
.add-product-popup .popup-body .info .add-product-table .top .top-info img {
    margin-left: 8px;
}
.add-product-popup .popup-body .info .add-product-table .items {
    height: 280px;
    overflow-y: auto;
}
@media (max-width: 1024px) {
    .add-product-popup .popup-body .info .add-product-table .items {
        min-width: 800px;
    }
}
.add-product-popup .popup-body .info .add-product-table .items .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 20px;
    border-radius: 6px;
    border: 1px solid #DFDFDF;
    background: #FFF;
    margin-bottom: 12px;
}
@media (max-width: 1024px) {
    .add-product-popup .popup-body .info .add-product-table .items .item {
        min-width: 800px;
    }
}
.add-product-popup .popup-body .info .add-product-table .items .item .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.add-product-popup .popup-body .info .add-product-table .items .item .wrap .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.add-product-popup .popup-body .info .add-product-table .items .item .wrap .img img{
    margin-left: 5px;
    width: 45px;
    height: 45px;
}
/* Модалка добавить товар КОНЕЦ */

/* Фикс отображение карточек товаров в каталоге НАЧАЛО */
.goods-item {
    display: flex;
    flex-direction: column;
    height: 100%; /* чтобы все карточки были одинаковой высоты */
}
/* Фикс отображение карточек товаров в каталоге КОНЕЦ */

.quantity-selector {
    display: inline-flex;
    align-items: center;
    background-color: #4EBB5F;
    border-radius: 6px;
    overflow: hidden;
    font-family: sans-serif;
}

.quantity-selector button {
    width: 30px;
    height: 30px;
    border: none;
    background: none;
    color: white;
    font-size: 20px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.quantity-selector button:hover {
    background-color: #45a049;
}














/* фикс сброса бордера red-border-btn при клике на кнопку */
.red-border-btn:focus,
.red-border-btn:active,
.red-border-btn:focus-visible {
  border: 1px solid #ea5448;
  outline: none;
}

.rate {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.rate .stars {
    display: inline-flex;
    gap: 6px;
    cursor: pointer;
}
.rate .star {
    width: 20px;
    height: 20px;
    opacity: 0.4;
    transition: opacity .15s ease-in-out;
}
.rate .star.filled {
    opacity: 1;
}
.rate .rating-number {
    font-weight: 600;
    font-size: 14px;
    color: #2a2a2a;
}

.selects .select-wrap .select2-container .select2-selection--single .select2-selection__rendered {
    height: unset !important;
}
