body,
html {
  overflow-x: hidden;
  font-family: "Involve";
}
body.overflow,
html.overflow {
  overflow: hidden !important;
  position: relative;
}
body.overflow:after,
html.overflow:after {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

body {
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 100vh;
  background: #f4f1ec;
  padding-top: 120px;
}
@media (max-width: 1024px) {
  body {
    padding-top: 90px;
  }
}
body.no-padding {
  padding-top: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Involve";
}

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;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: none;
}
button:focus {
  outline: none;
  border: none;
}

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

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

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

.footer {
  background: #39281c;
  border-radius: 20px 20px 0 0;
  margin-top: 60px;
}
.footer .footer-bottom {
  border-top: 1px solid #fcf4e1;
  padding: 20px 0;
}
.footer .footer-bottom .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .footer .footer-bottom .wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.footer .footer-bottom .wrapper a,
.footer .footer-bottom .wrapper p {
  font-size: 14px;
  color: white;
  margin-right: 50px;
}
@media (max-width: 767px) {
  .footer .footer-bottom .wrapper .private-policy {
    margin-bottom: 10px;
  }
}
.footer .footer-bottom .wrapper a:hover {
  color: #fcf4e1;
}
.footer .footer-top {
  padding-top: 40px;
  padding-bottom: 180px;
}
@media (max-width: 1024px) {
  .footer .footer-top {
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .footer .footer-top {
    padding: 30px 0;
  }
}
.footer .footer-top .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 .footer-top .wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.footer .footer-top .wrapper h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #fff;
}
@media (max-width: 767px) {
  .footer .footer-top .wrapper h2 {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.footer .footer-top .wrapper h2 img {
  display: none;
}
@media (max-width: 767px) {
  .footer .footer-top .wrapper h2 img {
    display: inline-block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .footer .footer-top .wrapper h2 img.rotate {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@media (max-width: 1024px) {
  .footer .footer-top .wrapper .links {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .footer .footer-top .wrapper .links {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .footer .footer-top .wrapper .links:nth-child(2) {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .footer .footer-top .wrapper .links:nth-child(2) a {
    display: block;
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .footer .footer-top .wrapper .links.hide-mobile {
    display: none;
  }
}
.footer .footer-top .wrapper .links p {
  font-size: 14px;
  margin-bottom: 15px;
  color: #fff;
}
@media (max-width: 767px) {
  .footer .footer-top .wrapper .links p {
    margin-bottom: 10px;
  }
}
.footer .footer-top .wrapper .links a {
  display: block;
  font-size: 14px;
  margin-bottom: 15px;
  color: #fff;
}
@media (max-width: 767px) {
  .footer .footer-top .wrapper .links a {
    margin-bottom: 10px;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 10px;
  }
  .footer .footer-top .wrapper .links a.hide {
    display: none;
  }
}
.footer .footer-top .wrapper .links a:hover {
  color: #decbb2;
}
@media (max-width: 767px) {
  .footer .footer-top .wrapper .footer-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 767px) {
  .footer .footer-top .wrapper .footer-info .footer-logo {
    display: none;
  }
}
.footer .footer-top .wrapper .footer-info .info {
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .footer .footer-top .wrapper .footer-info .info {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .footer .footer-top .wrapper .footer-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-right: 30px;
    margin-top: 0;
  }
  .footer .footer-top .wrapper .footer-info .info:last-child {
    margin-right: 0;
  }
}
.footer .footer-top .wrapper .footer-info .info .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .footer-top .wrapper .footer-info .info .logos a {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .footer .footer-top .wrapper .footer-info .info .logos a {
    margin-right: 10px;
  }
}
.footer .footer-top .wrapper .footer-info .info .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer .footer-top .wrapper .footer-info .info .social li {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .footer .footer-top .wrapper .footer-info .info .social li {
    margin-right: 10px;
  }
}
.footer .footer-top .wrapper .footer-info .info h3 {
  color: white;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}

.seo-wrap {
  padding: 30px 0 40px;
}
@media (max-width: 767px) {
  .seo-wrap {
    padding: 30px 0;
  }
}
.seo-wrap .wrapper h3 {
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 25px;
  color: #39281c;
}
@media (max-width: 767px) {
  .seo-wrap .wrapper h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.seo-wrap .wrapper .expand {
  font-size: 16px;
  color: #4c7972;
  margin-top: 10px;
  border-bottom: 1px dashed #4c7972;
  padding-bottom: 2px;
}
.seo-wrap .wrapper .texts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  height: 158px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  .seo-wrap .wrapper .texts {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.seo-wrap .wrapper .texts img {
  position: absolute;
}
.seo-wrap .wrapper .texts img.hide {
  display: none;
}
.seo-wrap .wrapper .texts.show {
  height: auto;
  overflow: visible;
}
.seo-wrap .wrapper .texts p {
  font-size: 14px;
  color: #39281c;
}

.main-title {
  font-size: 50px;
  font-weight: bold;
  color: #39281c;
}
@media (max-width: 1024px) {
  .main-title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .main-title {
    font-size: 30px;
    line-height: 110%;
  }
}

.link-green {
  padding-bottom: 2px;
  border-bottom: 1px dashed #4c7972;
  font-size: 16px;
  color: #4c7972;
  font-weight: 600;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: translateX(180deg);
            transform: translateX(180deg);
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: translateX(180deg);
            transform: translateX(180deg);
  }
}
.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: 14px;
  padding: 0;
  color: #39281c;
  font-weight: bold;
  padding: 0 20px 0 10px;
}
@media (max-width: 1200px) {
  .select-wrap .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
  }
}
.select-wrap .select2-selection__arrow {
  width: 8px !important;
  height: 5px !important;
  top: 48% !important;
  right: 5px !important;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          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 !important;
  width: 8px !important;
  height: 5px !important;
  border: none !important;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.select-wrap .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.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: 500;
  -webkit-transition: 0s;
  transition: 0s;
}

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

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  font-size: 14px;
  background: white;
  font-weight: 400;
  color: #4c7972;
  -webkit-transition: 0.3s;
  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%;
  -webkit-transition: 0s;
  transition: 0s;
}

.select2-results__options {
  border: none;
  max-height: inherit !important;
  background: white;
  border-radius: 10px;
  padding: 15px 0;
  -webkit-transition: 0s;
  transition: 0s;
  min-width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  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__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;
  -webkit-transition: 0s;
  transition: 0s;
}
.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 {
  display: none;
}

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

.drop-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .drop-menu {
    margin: auto;
  }
}
.drop-menu img {
  display: none;
}
@media (max-width: 1024px) {
  .drop-menu img {
    display: inline-block;
  }
}
.drop-menu .line {
  width: 32px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin: 4px auto;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1024px) {
  .drop-menu .line {
    display: none;
  }
}

.drop-menu.is-active .line:nth-child(3) {
  opacity: 0;
}

.drop-menu.is-active .line:nth-child(1) {
  -webkit-transform: translateY(12px) rotate(45deg);
  -ms-transform: translateY(12px) rotate(45deg);
  transform: translateY(12px) rotate(45deg);
}

.drop-menu.is-active .line:nth-child(2) {
  -webkit-transform: translateY(2px) rotate(-45deg);
  -ms-transform: translateY(2px) rotate(-45deg);
  transform: translateY(2px) rotate(-45deg);
}

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.radio-wrap input[type=radio] {
  display: none;
}
.radio-wrap input:checked + label {
  border-color: #4c7972;
  background: #4c7972;
  color: #fff;
}
.radio-wrap label {
  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: #39281c;
  padding: 4px 10px;
  background: #fff;
  border: 1px solid #decbb2;
  border-radius: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .radio-wrap label {
    font-size: 14px;
  }
}

.checkbox-wrap label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.checkbox-wrap label input:checked + span {
  border-color: #4c7972;
  background: #4c7972;
  color: #fff;
}
.checkbox-wrap label span {
  font-size: 16px;
  color: #39281c;
  padding: 4px 10px;
  background: #fff;
  border: 1px solid #decbb2;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .checkbox-wrap label span {
    font-size: 14px;
  }
}
.checkbox-wrap label input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.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: transparent;
}

.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;
}

.stock-info {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .stock-info {
    margin-bottom: 10px;
  }
}
.stock-info .main-title {
  margin-top: 10px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .stock-info .main-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.stock-info .stock-info-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 1024px) {
  .stock-info .stock-info-items {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .stock-info .stock-info-items {
    grid-template-columns: 1fr;
  }
}
.stock-info .stock-info-items .stock-info-item {
  border-radius: 20px;
  background: white;
  overflow: hidden;
  position: relative;
  z-index: 0;
  min-height: 275px;
}
@media (max-width: 1200px) {
  .stock-info .stock-info-items .stock-info-item {
    min-height: 20vw;
  }
}
@media (max-width: 767px) {
  .stock-info .stock-info-items .stock-info-item {
    min-height: 275px;
  }
}
.stock-info .stock-info-items .stock-info-item img {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
  max-width: 300px;
  height: 100%;
}
@media (max-width: 1200px) {
  .stock-info .stock-info-items .stock-info-item img {
    width: 20vw;
    height: auto;
  }
}
@media (max-width: 1024px) {
  .stock-info .stock-info-items .stock-info-item img {
    width: 15vw;
  }
}
@media (max-width: 767px) {
  .stock-info .stock-info-items .stock-info-item img {
    width: 35vw;
    bottom: 0;
    right: 0;
    top: inherit;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (max-width: 520px) {
  .stock-info .stock-info-items .stock-info-item img {
    width: 44vw;
  }
}
.stock-info .stock-info-items .stock-info-item .texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 390px;
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px;
  padding-right: 10px;
}
@media (max-width: 1200px) {
  .stock-info .stock-info-items .stock-info-item .texts {
    max-width: 340px;
  }
}
@media (max-width: 1024px) {
  .stock-info .stock-info-items .stock-info-item .texts {
    max-width: 290px;
    padding: 15px;
  }
}
.stock-info .stock-info-items .stock-info-item .texts b {
  font-size: 24px;
  font-weight: bold;
  color: #353535;
  margin-bottom: 30px;
  display: block;
}
@media (max-width: 1200px) {
  .stock-info .stock-info-items .stock-info-item .texts b {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .stock-info .stock-info-items .stock-info-item .texts b {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .stock-info .stock-info-items .stock-info-item .texts b {
    margin-bottom: 15px;
    font-size: 20px;
  }
}
.stock-info .stock-info-items .stock-info-item .texts span {
  max-width: 250px;
  font-size: 16px;
  font-weight: 500;
  color: #353535;
}
@media (max-width: 1024px) {
  .stock-info .stock-info-items .stock-info-item .texts span {
    max-width: 230px;
    font-size: 15px;
  }
}

.test-links {
  margin: 30px 0;
}
.test-links li {
  margin: 10px 0;
}
.test-links li a {
  font-size: 24px;
  font-weight: 600;
  color: #4c7972;
}

.checkbox-wrap2 label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
.checkbox-wrap2 label span {
  display: inline;
  font-size: 11px !important;
  line-height: 20px !important;
  color: #353535 !important;
}
.checkbox-wrap2 label .wpcf7-form-control-wrap {
  cursor: pointer;
  width: 20px;
  height: 20px;
}
.checkbox-wrap2 label .wpcf7-form-control {
  width: 20px;
  height: 20px;
}
.checkbox-wrap2 label .wpcf7-list-item {
  width: 20px;
  height: 20px;
  margin: 0;
}
.checkbox-wrap2 label .wpcf7-list-item input {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 20px !important;
  height: 20px !important;
  padding: 0 !important;
  margin: 0 !important;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border: 1px solid #353535 !important;
  border-radius: 4px !important;
}
.checkbox-wrap2 label .wpcf7-list-item input::after {
  content: "";
  background: url(../img/check.svg) no-repeat center center/cover;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -6px;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.checkbox-wrap2 label .wpcf7-list-item input:checked::after {
  opacity: 1;
}

#stock-popup {
  max-width: 1380px;
  width: 100%;
  margin: 0 auto;
}
#stock-popup .popup-body {
  position: relative;
  background: #decbb2;
  width: 100%;
  border-radius: 20px;
}
#stock-popup .popup-body .mfp-close {
  width: 50px;
  height: 50px;
  position: absolute;
  top: -100px;
  right: 0;
}
@media (max-width: 1024px) {
  #stock-popup .popup-body .mfp-close {
    top: -80px;
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 767px) {
  #stock-popup .popup-body .mfp-close {
    top: 10px;
    right: 10px;
  }
}
#stock-popup .popup-body .mfp-close:after {
  content: "";
  background: url(../img/close-popup.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}
#stock-popup .popup-body .popup-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 510px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media (max-width: 1024px) {
  #stock-popup .popup-body .popup-info {
    min-height: 380px;
  }
}
@media (max-width: 767px) {
  #stock-popup .popup-body .popup-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#stock-popup .popup-body .popup-info .texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 50px;
  padding-right: 10px;
  max-width: 600px;
}
@media (max-width: 1024px) {
  #stock-popup .popup-body .popup-info .texts {
    padding: 40px 30px;
    padding-right: 0;
    max-width: 480px;
  }
}
@media (max-width: 767px) {
  #stock-popup .popup-body .popup-info .texts {
    padding: 60px 20px 50px;
    max-width: 370px;
  }
}
#stock-popup .popup-body .popup-info .texts b {
  display: block;
  margin-bottom: 30px;
  font-size: 44px;
  font-weight: bold;
  color: #353535;
}
@media (max-width: 1024px) {
  #stock-popup .popup-body .popup-info .texts b {
    font-size: 32px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  #stock-popup .popup-body .popup-info .texts b {
    font-size: 24px;
  }
}
#stock-popup .popup-body .popup-info .texts p {
  font-size: 16px;
  font-weight: 500;
  color: #353535;
}
#stock-popup .popup-body .popup-info .img-wrap {
  position: absolute;
  top: 50%;
  right: -70px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
}
@media (max-width: 1300px) {
  #stock-popup .popup-body .popup-info .img-wrap {
    max-width: 52vw;
    top: 53%;
  }
}
@media (max-width: 767px) {
  #stock-popup .popup-body .popup-info .img-wrap {
    position: static;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    max-width: 100%;
    width: 80%;
    margin: 0 auto;
  }
}
#stock-popup .popup-body .popup-info .img-wrap img {
  max-width: 100%;
  max-height: 100%;
}

#order-call-popup {
  max-width: 1380px;
  width: 100%;
  margin: 0 auto;
}
#order-call-popup .popup-body {
  position: relative;
  background: #fff;
  width: 100%;
  border-radius: 20px;
}
#order-call-popup .popup-body .mfp-close {
  width: 50px;
  height: 50px;
  position: absolute;
  top: -100px;
  right: 0;
}
@media (max-width: 1024px) {
  #order-call-popup .popup-body .mfp-close {
    top: -80px;
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 767px) {
  #order-call-popup .popup-body .mfp-close {
    top: -40px;
    right: 10px;
  }
}
#order-call-popup .popup-body .mfp-close:after {
  content: "";
  background: url(../img/close-popup.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}
#order-call-popup .popup-body .popup-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 510px;
  position: relative;
  z-index: 0;
  overflow: hidden;
  border-radius: 20px;
}
@media (max-width: 1024px) {
  #order-call-popup .popup-body .popup-info {
    min-height: 380px;
  }
}
@media (max-width: 767px) {
  #order-call-popup .popup-body .popup-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#order-call-popup .popup-body .popup-info .order-call-form {
  width: 60%;
  background: white;
  padding: 50px;
  padding-right: 70px;
}
@media (max-width: 1400px) {
  #order-call-popup .popup-body .popup-info .order-call-form {
    padding: 30px;
  }
}
@media (max-width: 1024px) {
  #order-call-popup .popup-body .popup-info .order-call-form {
    width: 100%;
  }
}
#order-call-popup .popup-body .popup-info .order-call-form .main-title {
  margin-bottom: 20px;
}
@media (max-width: 1400px) {
  #order-call-popup .popup-body .popup-info .order-call-form .main-title {
    font-size: 3.5vw;
  }
}
@media (max-width: 1024px) {
  #order-call-popup .popup-body .popup-info .order-call-form .main-title {
    font-size: 30px;
  }
}
#order-call-popup .popup-body .popup-info .order-call-form p {
  margin-bottom: 30px;
  max-width: 480px;
  width: 100%;
  color: #353535;
  font-size: 16px;
  font-weight: 500;
}
#order-call-popup .popup-body .popup-info .order-call-form .form-wrap {
  max-width: 350px;
  width: 100%;
  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: 1024px) {
  #order-call-popup .popup-body .popup-info .order-call-form .form-wrap {
    max-width: 500px;
  }
}
#order-call-popup .popup-body .popup-info .order-call-form .form-wrap input {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  border-radius: 10px;
  border: 1px solid #d9d9d9;
  background: #fff;
  margin-bottom: 15px;
  font-size: 16px;
  color: #a8a6a6;
}
#order-call-popup .popup-body .popup-info .order-call-form .form-wrap .green-btn {
  height: 50px;
}
#order-call-popup .popup-body .popup-info .order-call-form .form-wrap .checkbox-wrap2 {
  margin-top: 15px;
}
#order-call-popup .popup-body .popup-info .img-wrap {
  width: 40%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  #order-call-popup .popup-body .popup-info .img-wrap {
    display: none;
  }
}

input.error {
  border-color: red !important;
}

.contact-info {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .contact-info {
    margin-bottom: 20px;
  }
}
.contact-info .main-title {
  margin-top: 10px;
  margin-bottom: 20px;
}
.contact-info .write-us {
  border-radius: 10px;
  background: #decbb2;
  padding: 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;
  position: relative;
}
@media (max-width: 1024px) {
  .contact-info .write-us {
    padding: 30px 20px;
  }
}
@media (max-width: 767px) {
  .contact-info .write-us {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.contact-info .write-us .text-wrap {
  max-width: 700px;
  width: 100%;
}
@media (max-width: 1250px) {
  .contact-info .write-us .text-wrap {
    width: 55%;
  }
}
@media (max-width: 767px) {
  .contact-info .write-us .text-wrap {
    width: 100%;
  }
}
.contact-info .write-us .text-wrap .main-title {
  margin-bottom: 20px;
}
.contact-info .write-us .text-wrap > p {
  max-width: 700px;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 600;
  color: #39281c;
}
@media (max-width: 1024px) {
  .contact-info .write-us .text-wrap > p {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .contact-info .write-us .text-wrap > p {
    font-size: 16px;
  }
}
.contact-info .write-us .text-wrap form .inputs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .contact-info .write-us .text-wrap form .inputs {
    grid-template-columns: 1fr;
  }
}
.contact-info .write-us .text-wrap form .inputs input {
  border-radius: 10px;
  background: white;
  height: 50px;
  width: 100%;
  padding: 0 20px;
  color: #39281c;
  font-size: 16px;
}
.contact-info .write-us .text-wrap form button {
  width: 100%;
  margin-bottom: 15px;
  height: 50px;
}
.contact-info .write-us .text-wrap form p {
  font-size: 14px;
  text-align: center;
  color: #353535;
}
.contact-info .write-us .text-wrap form p a {
  color: #353535;
  border-bottom: 1px solid #353535;
}
.contact-info .write-us .text-wrap form textarea {
  resize: none;
  width: 100%;
  border-radius: 10px;
  background: white;
  color: #39281c;
  font-size: 16px;
  padding: 20px;
  height: 125px;
  margin-bottom: 15px;
}
.contact-info .write-us .img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
@media (max-width: 1250px) {
  .contact-info .write-us .img-wrap {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .contact-info .write-us .img-wrap {
    position: static;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    width: 100%;
    margin-top: 20px;
  }
}
.contact-info .write-us .img-wrap img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.tab-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .tab-menu {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.tab-menu li {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .tab-menu li {
    width: calc((100% - 20px) / 2);
    margin-right: 0;
  }
}
.tab-menu li button {
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #39281c;
  min-width: 220px;
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 20px;
  border-radius: 10px;
  border: 1px solid #decbb2;
  background: #fff;
}
@media (max-width: 767px) {
  .tab-menu li button {
    min-width: inherit;
  }
}
.tab-menu li.active button {
  color: #fff;
  background: #4c7972;
  border-color: #4c7972;
}

.tab-content .tab-content-item {
  height: 0px;
  overflow: hidden;
}
.tab-content .tab-content-item.active {
  height: auto;
  overflow: visible;
}
.tab-content .tab-content-item .info-block {
  border-radius: 10px;
  background: white;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .tab-content .tab-content-item .info-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 20px;
  }
}
.tab-content .tab-content-item .info-block .info {
  width: calc((100% - 20px) / 2);
}
@media (max-width: 1024px) {
  .tab-content .tab-content-item .info-block .info {
    width: 100%;
  }
}
.tab-content .tab-content-item .info-block .info > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  color: #39281c;
  margin-bottom: 30px;
}
.tab-content .tab-content-item .info-block .info > p img {
  margin-right: 20px;
}
.tab-content .tab-content-item .info-block .info .texts {
  margin-bottom: 40px;
}
.tab-content .tab-content-item .info-block .info .texts h3 {
  margin-bottom: 20px;
  font-size: 34px;
  font-weight: bold;
  color: #353535;
}
@media (max-width: 1024px) {
  .tab-content .tab-content-item .info-block .info .texts h3 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .tab-content .tab-content-item .info-block .info .texts h3 {
    font-size: 20px;
  }
}
.tab-content .tab-content-item .info-block .info .texts p {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .tab-content .tab-content-item .info-block .info .texts p {
    grid-template-columns: 1fr;
    padding-bottom: 16px;
    border-bottom: 1px solid #cecece;
  }
  .tab-content .tab-content-item .info-block .info .texts p:last-child {
    border: none;
  }
}
.tab-content .tab-content-item .info-block .info .texts p span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  color: #39281c;
}
.tab-content .tab-content-item .info-block .info .texts p img {
  margin-right: 10px;
}
.tab-content .tab-content-item .info-block .map-wrap {
  width: calc((100% - 20px) / 2);
  height: 660px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .tab-content .tab-content-item .info-block .map-wrap {
    width: 100%;
    height: 460px;
  }
}
.tab-content .tab-content-item .info-block .map-wrap h2 {
  margin-bottom: 20px;
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #353535;
}
@media (max-width: 1024px) {
  .tab-content .tab-content-item .info-block .map-wrap h2 {
    font-size: 30px;
  }
}
.tab-content .tab-content-item .info-block .map-wrap iframe {
  width: 100% !important;
  height: 100% !important;
  border-radius: 10px;
  display: block;
  border: none !important;
}

.questions {
  margin: 50px 0;
}
@media (max-width: 767px) {
  .questions {
    margin: 25px 0;
  }
}
.questions .main-title {
  margin-bottom: 30px;
}

.questions-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: 50px;
}
@media (max-width: 1024px) {
  .questions-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 30px;
  }
}
.questions-top .main-title {
  max-width: 400px;
}
@media (max-width: 1024px) {
  .questions-top .main-title {
    max-width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
}
.questions-top__subtitle {
  color: #202020;
  font-weight: 500;
  font-size: 24px;
}
@media (max-width: 1200px) {
  .questions-top__subtitle {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .questions-top__subtitle {
    text-align: center;
    font-size: 18px;
  }
}

.questions__item-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.questions__item-heading p {
  font-size: 24px;
  color: black;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-right: 10px;
}
@media (max-width: 1024px) {
  .questions__item-heading p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .questions__item-heading p {
    font-size: 18px;
    line-height: 21px;
  }
}
.questions__item-heading .icon {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  min-width: 30px;
  width: 30px;
  height: 30px;
  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;
}
@media (max-width: 767px) {
  .questions__item-heading .icon {
    width: 20px;
    height: 20px;
    min-width: 20px;
  }
}
.questions__item-heading .icon:after {
  content: "";
  background: url(../img/plus-icon.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 30px;
  height: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .questions__item-heading .icon:after {
    width: 20px;
    height: 20px;
  }
}
.questions__item-heading .icon.rotate:after {
  content: "";
  background: url(../img/minus-icon.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 30px;
  height: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .questions__item-heading .icon.rotate:after {
    width: 20px;
    height: 4px;
  }
}

#popup {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
}
#popup .popup-body {
  padding: 60px 40px;
  border-radius: 20px;
  background: white;
  position: relative;
}
@media (max-width: 1200px) {
  #popup .popup-body {
    padding: 60px 40px;
  }
}
@media (max-width: 767px) {
  #popup .popup-body {
    padding: 60px 20px 40px;
  }
}
#popup .popup-body .mfp-close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 40px;
  right: 40px;
  opacity: 1;
}
@media (max-width: 767px) {
  #popup .popup-body .mfp-close {
    top: 20px;
    right: 20px;
    width: 24px;
    height: 24px;
  }
}
#popup .popup-body .mfp-close:after {
  content: "";
  background: url(../img/close-popup-black.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}
#popup .main-title {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #popup .main-title {
    font-size: 26px;
  }
}
#popup .popup-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  #popup .popup-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#popup .popup-info .slider-info-wrap {
  width: calc(100% - 500px);
  position: relative;
}
@media (max-width: 1024px) {
  #popup .popup-info .slider-info-wrap {
    width: 100%;
  }
}
#popup .popup-info .info-wrapper {
  width: 460px;
  margin-left: 40px;
  min-width: 460px;
  position: static;
}
@media (max-width: 1200px) {
  #popup .popup-info .info-wrapper {
    margin-top: 30px;
  }
}
@media (max-width: 1024px) {
  #popup .popup-info .info-wrapper {
    width: 100%;
    min-width: 100%;
    margin: 0;
    margin-top: 30px;
  }
}
#popup .popup-info .info-wrapper #info2 {
  width: auto;
  min-width: auto;
  margin: 0;
  padding: 0;
}
#popup .popup-info .info-wrapper #info2 .buttons {
  grid-template-columns: 1fr;
  max-width: 250px;
}

.questions__item-body {
  padding-top: 20px;
  display: none;
  background: #fff;
  border-radius: 0 0 10px 10px;
}
.questions__item-body p {
  color: #39281c;
  font-size: 16px;
  max-width: 800px;
  width: 100%;
}
@media (max-width: 767px) {
  .questions__item-body p {
    font-size: 14px;
  }
}

.questions__item {
  margin-bottom: 15px;
  padding: 30px;
  border-radius: 10px;
  background: #fff;
}
@media (max-width: 767px) {
  .questions__item {
    padding: 20px;
  }
}

.account {
  margin-bottom: 60px;
}
@media (max-width: 475px) {
  .account {
    margin-bottom: 50px;
  }
}
.account .main-title {
  margin-bottom: 20px;
}
.account .account-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .account .account-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.account .account-info .links {
  width: 300px;
  margin-right: 60px;
  min-width: 300px;
}
@media (max-width: 1024px) {
  .account .account-info .links {
    min-width: 240px;
    width: 240px;
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .account .account-info .links {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.account .account-info .links a {
  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;
  height: 50px;
  border-radius: 10px;
  border: 1px solid #39281c;
  margin-bottom: 15px;
  padding: 14px 30px;
  color: #39281c;
  font-weight: 600;
}
.account .account-info .links a.active {
  color: white;
  background: #4c7972;
  border-color: #4c7972;
}
.account .account-info form {
  max-width: 760px;
  width: 100%;
}
.account .account-info form .input-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: 475px) {
  .account .account-info form .input-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.account .account-info form .input-wrap b {
  padding-right: 10px;
  min-width: 100px;
  color: #39281c;
  font-weight: bold;
  font-size: 16px;
}
@media (max-width: 475px) {
  .account .account-info form .input-wrap b {
    margin-bottom: 10px;
  }
}
.account .account-info form .input-wrap input {
  background: #fff;
  border-radius: 10px;
  padding: 0 20px;
  height: 50px;
  width: 100%;
  font-size: 16px;
  color: #39281c;
}
.account .account-info form .input-wrap .input {
  position: relative;
  width: calc(100% - 100px);
}
@media (max-width: 475px) {
  .account .account-info form .input-wrap .input {
    width: 100%;
  }
}
.account .account-info form .input-wrap .input .change {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 16px;
  color: #4c7972;
  border-bottom: 1px solid #4c7972;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.account .account-info form .input-wrap .input .change:hover {
  border-color: transparent;
}
.account .account-info form .input-wrap .input input {
  background: #fff;
  border-radius: 10px;
  padding: 0 20px;
  height: 50px;
  width: 100%;
  font-size: 16px;
  color: #39281c;
}
.account .account-info form .input-wrap .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%;
  margin-bottom: 15px;
}
.account .account-info form .input-wrap .top b {
  font-weight: bold;
  color: #39281c;
  font-size: 16px;
  display: inline-block;
}
.account .account-info form .input-wrap .top .delete {
  font-size: 16px;
  border-bottom: 1px solid #9c9c9c;
  color: #9c9c9c;
}
.account .account-info form .green-btn {
  max-width: 370px;
  width: 100%;
  height: 50px;
}
@media (max-width: 1024px) {
  .account .account-info form .green-btn {
    max-width: 100%;
  }
}
.account .account-info form .change-password b {
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #030303;
}
.account .account-info form .change-password .inputs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .account .account-info form .change-password .inputs {
    grid-template-columns: 1fr;
  }
}
.account .account-info form .change-password .inputs input {
  background: #fff;
  border-radius: 10px;
  padding: 0 20px;
  height: 50px;
  font-size: 16px;
  color: #39281c;
}
.account .account-info form.address-form .input-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.account .account-info .favorite-items {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}
@media (max-width: 1250px) {
  .account .account-info .favorite-items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1250px) {
  .account .account-info .favorite-items .product-item-new:nth-child(n+7) {
    display: none;
  }
}

.placing-order {
  margin-bottom: 60px;
}
.placing-order .main-title {
  margin: 20px 0;
}
@media (max-width: 767px) {
  .placing-order .main-title {
    margin: 10px 0;
  }
}
.placing-order h3 {
  font-size: 24px;
  font-weight: bold;
  color: #353535;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .placing-order h3 {
    font-size: 20px;
  }
}

.placing-order-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .placing-order-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.placing-order-form input {
  height: 50px;
  color: #353535;
  font-size: 16px;
  border-radius: 10px;
  background: white;
  padding: 0 20px;
}
.placing-order-form .left {
  width: calc(100% - 460px);
}
@media (max-width: 1200px) {
  .placing-order-form .left {
    width: calc(100% - 390px);
  }
}
@media (max-width: 1024px) {
  .placing-order-form .left {
    width: 100%;
  }
}
.placing-order-form .left .info-inputs .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .placing-order-form .left .info-inputs .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .placing-order-form .left .info-inputs .info input {
    width: 100% !important;
    margin-bottom: 15px;
  }
}
.placing-order-form .left .info-inputs .info input:first-child {
  width: calc(35% - 10px);
}
.placing-order-form .left .info-inputs .info input:last-child {
  width: calc(65% - 10px);
}
.placing-order-form .left h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: bold;
  color: #353535;
}
@media (max-width: 1200px) {
  .placing-order-form .left h3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .placing-order-form .left h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.placing-order-form .left h3 span {
  margin-left: 15px;
  font-size: 16px;
  font-weight: normal;
  color: #353535;
  margin-top: 2px;
}
@media (max-width: 1200px) {
  .placing-order-form .left h3 span {
    margin-left: 0;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .placing-order-form .left h3 span {
    font-size: 14px;
  }
}
.placing-order-form .left .method {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .placing-order-form .left .method {
    margin-top: 20px;
  }
}
.placing-order-form .left .method .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .placing-order-form .left .method .links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.placing-order-form .left .method .links a {
  min-height: 50px;
  background: #fff;
  border: 1px solid #decbb2;
  border-radius: 10px;
  padding: 14px 32px;
  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: 16px;
  font-weight: 500;
  color: #39281c;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .placing-order-form .left .method .links a {
    margin: 0;
    width: 100%;
    margin-top: 15px;
  }
}
.placing-order-form .left .method .links a.active {
  background: #4c7972;
  color: #fff;
  border-color: #4c7972;
}
.placing-order-form .left .method .links a:hover {
  border-color: #39281c;
}
.placing-order-form .left .payment .payment-links {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1400px) {
  .placing-order-form .left .payment .payment-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0;
  }
}
.placing-order-form .left .payment .payment-links a {
  min-height: 50px;
  background: #fff;
  border: 1px solid #decbb2;
  border-radius: 10px;
  padding: 14px 24px;
  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: 1400px) {
  .placing-order-form .left .payment .payment-links a {
    margin-right: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .placing-order-form .left .payment .payment-links a {
    margin: 0;
    width: 100%;
    margin-top: 15px;
  }
}
.placing-order-form .left .payment .payment-links a.active {
  border-color: #4c7972;
  background: #4c7972;
}
.placing-order-form .left .payment .payment-links a.active span {
  color: #fff;
}
.placing-order-form .left .payment .payment-links a:hover {
  border-color: #39281c;
}
.placing-order-form .left .payment .payment-links a span {
  font-size: 16px;
  font-weight: 500;
  color: #39281c;
}
.placing-order-form .left .payment .payment-links a img {
  margin-left: 10px;
}
.placing-order-form .left .fill-details {
  margin-top: 30px;
}
.placing-order-form .left .fill-details > p {
  margin-bottom: 20px;
  font-size: 16px;
  color: #353535;
  font-weight: 500;
}
.placing-order-form .left .fill-details > input {
  width: 100%;
  margin-bottom: 20px;
}
.placing-order-form .left .fill-details .inputs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .placing-order-form .left .fill-details .inputs {
    grid-template-columns: 1fr;
  }
}
.placing-order-form .left .fill-details .inputs input {
  width: auto;
}
.placing-order-form .left .select-wrap {
  width: 100%;
}
.placing-order-form .left .select-wrap .select2-selection__rendered {
  background: white;
  border-radius: 10px;
  padding: 10px 20px 10px 20px;
  color: #737373;
}
.placing-order-form .left .select-wrap .select2-selection__arrow {
  right: 20px !important;
}
.placing-order-form .left .pickup {
  margin: 20px 0;
  max-width: 500px;
  width: 100%;
}
@media (max-width: 767px) {
  .placing-order-form .left .pickup {
    margin-bottom: 0;
  }
}
.placing-order-form .left .pickup b {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #353535;
}
.placing-order-form .left .textarea-wrap {
  margin-top: 20px;
}
.placing-order-form .left .textarea-wrap textarea {
  border-radius: 10px;
  background: #fff;
  padding: 20px;
  color: #737373;
  font-size: 16px;
  height: 100px;
  width: 100%;
  resize: none;
}
.placing-order-form .left .textarea-wrap b {
  margin-bottom: 10px;
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #353535;
}
.placing-order-form .left .pickup-text {
  max-width: 570px;
  width: 100%;
  margin-top: 20px;
  font-size: 16px;
  color: #353535;
  font-weight: 500;
}
.placing-order-form .left .delivery-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
}
@media (max-width: 1300px) {
  .placing-order-form .left .delivery-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.placing-order-form .left .delivery-info b {
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
  color: #353535;
}
.placing-order-form .left .delivery-info .select {
  width: calc(40% - 10px);
}
@media (max-width: 1300px) {
  .placing-order-form .left .delivery-info .select {
    width: 100%;
    margin-bottom: 15px;
  }
}
.placing-order-form .left .delivery-info .input {
  width: calc(60% - 10px);
}
@media (max-width: 1300px) {
  .placing-order-form .left .delivery-info .input {
    width: 100%;
  }
}
.placing-order-form .left .delivery-info .input input {
  width: 100%;
}
.placing-order-form .right {
  width: 430px;
  min-width: 430px;
  margin-left: 30px;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media (max-width: 1200px) {
  .placing-order-form .right {
    width: 370px;
    min-width: 370px;
    margin-left: 20px;
  }
}
@media (max-width: 1024px) {
  .placing-order-form .right {
    width: 100%;
    margin: 0;
    min-width: 100%;
  }
}
@media (max-width: 767px) {
  .placing-order-form .right {
    margin-top: 40px;
  }
}
.placing-order-form .right h3 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  color: #353535;
}
.placing-order-form .right .info p {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 500;
  color: #353535;
}
.placing-order-form .right .info .texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #cecece;
}
.placing-order-form .right .info .texts span {
  font-size: 14px;
  color: #353535;
}
.placing-order-form .right .info .texts b {
  font-size: 16px;
  font-weight: 700;
  color: #353535;
}
.placing-order-form .right .text {
  margin-bottom: 20px;
  font-size: 14px;
  color: #39281c;
  font-weight: 500;
}
.placing-order-form .right .itog {
  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: 12px;
}
.placing-order-form .right .itog span {
  font-size: 14px;
  color: #39281c;
}
.placing-order-form .right .itog b {
  font-size: 24px;
  font-weight: bold;
  color: #39281c;
}
.placing-order-form .right .green-btn {
  height: 50px;
  width: 100%;
  margin-bottom: 15px;
}
.placing-order-form .right .bottom-text {
  font-size: 12px;
  text-align: center;
  color: #353535;
}
.placing-order-form .right .bottom-text a {
  display: inline-block;
  color: #353535;
  border-bottom: 1px solid #353535;
}

.basket-wrapper {
  margin-bottom: 80px;
}
.basket-wrapper .title-wrap {
  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;
}
.basket-wrapper .title-wrap .back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #847869;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .basket-wrapper .title-wrap .back {
    font-size: 14px;
  }
}
.basket-wrapper .title-wrap .back img {
  margin-right: 15px;
}
@media (max-width: 767px) {
  .basket-wrapper .title-wrap .back img {
    margin-right: 10px;
    width: 20px;
  }
}
.basket-wrapper .basket-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1200px) {
  .basket-wrapper .basket-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.basket-wrapper .basket-info .basket-items {
  padding: 30px 20px;
  border-radius: 10px;
  background: #fff;
  width: calc(100% - 470px);
}
@media (max-width: 1200px) {
  .basket-wrapper .basket-info .basket-items {
    width: 100%;
    margin-bottom: 30px;
  }
}
.basket-wrapper .basket-info .basket-items .top-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 20px;
  position: relative;
  z-index: 0;
  min-height: 30px;
}
@media (max-width: 1350px) {
  .basket-wrapper .basket-info .basket-items .top-info {
    display: none;
  }
}
.basket-wrapper .basket-info .basket-items .top-info span {
  font-size: 16px;
  font-weight: 600;
  color: #353535;
  position: absolute;
  bottom: 15px;
  left: 0;
}
.basket-wrapper .basket-info .basket-items .top-info span:nth-child(1) {
  left: 16%;
}
.basket-wrapper .basket-info .basket-items .top-info span:nth-child(2) {
  left: 66%;
}
.basket-wrapper .basket-info .basket-items .top-info span:nth-child(3) {
  left: 84.5%;
}
.basket-wrapper .basket-info .basket-items .basket-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .basket-wrapper .basket-info .basket-items .basket-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    margin-bottom: 15px;
  }
  .basket-wrapper .basket-info .basket-items .basket-item:last-child {
    margin-bottom: 0;
  }
}
.basket-wrapper .basket-info .basket-items .basket-item .left-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px;
  padding: 15px 0;
  border-bottom: 1px solid #cecece;
}
@media (max-width: 767px) {
  .basket-wrapper .basket-info .basket-items .basket-item .left-info {
    margin-right: 0;
    margin-bottom: 15px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 0px;
  }
}
.basket-wrapper .basket-info .basket-items .basket-item .left-info .img-wrap {
  width: 90px;
  min-width: 90px;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
  border-radius: 16px;
}
@media (max-width: 1350px) {
  .basket-wrapper .basket-info .basket-items .basket-item .left-info .img-wrap {
    width: 80px;
    min-width: 80px;
    height: 60px;
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .basket-wrapper .basket-info .basket-items .basket-item .left-info .img-wrap {
    width: 65px;
    height: 50px;
    min-width: 65px;
  }
}
.basket-wrapper .basket-info .basket-items .basket-item .left-info .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.basket-wrapper .basket-info .basket-items .basket-item .left-info .texts .black {
  padding-bottom: 15px;
  border-bottom: 1px solid #cecece;
  font-size: 16px;
  font-weight: 600;
  color: #353535;
  display: block;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .basket-wrapper .basket-info .basket-items .basket-item .left-info .texts .black {
    margin-bottom: 10px;
    padding-bottom: 0;
    border-bottom: 0;
    font-size: 14px;
    padding-right: 25px;
  }
}
.basket-wrapper .basket-info .basket-items .basket-item .left-info .texts .grey {
  color: #353535;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .basket-wrapper .basket-info .basket-items .basket-item .left-info .texts .grey {
    font-size: 14px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.basket-wrapper .basket-info .basket-items .basket-item .left-info .texts .grey span {
  font-weight: 600;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .basket-wrapper .basket-info .basket-items .basket-item .left-info .texts .grey span {
    display: block;
  }
}
.basket-wrapper .basket-info .basket-items .basket-item .right-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: start;
      align-self: flex-start;
  max-width: 300px;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .basket-wrapper .basket-info .basket-items .basket-item .right-info {
    max-width: 100%;
  }
}
.basket-wrapper .basket-info .basket-items .basket-item .right-info .product-count {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.basket-wrapper .basket-info .basket-items .basket-item .right-info .product-count.text {
  min-width: 95px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .basket-wrapper .basket-info .basket-items .basket-item .right-info .product-count.text {
    text-align: left;
    min-width: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.basket-wrapper .basket-info .basket-items .basket-item .right-info .summ {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}
@media (max-width: 767px) {
  .basket-wrapper .basket-info .basket-items .basket-item .right-info .summ {
    text-align: right;
  }
}
.basket-wrapper .basket-info .basket-items .basket-item .right-info .delete {
  margin-left: auto;
}
@media (max-width: 767px) {
  .basket-wrapper .basket-info .basket-items .basket-item .right-info .delete {
    position: absolute;
    right: 0px;
    top: 0px;
    margin: 0;
  }
}
.basket-wrapper .basket-info .basket-items .basket-item.one .left-info {
  border-top: 1px solid #cecece;
}
@media (max-width: 767px) {
  .basket-wrapper .basket-info .basket-items .basket-item.one .left-info {
    border-top: none;
  }
}
.basket-wrapper .basket-info .your-cart {
  padding: 20px;
  border-radius: 10px;
  background: #fff;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-left: 40px;
  width: 430px;
  min-width: 430px;
}
@media (max-width: 1200px) {
  .basket-wrapper .basket-info .your-cart {
    width: 100%;
    margin: 0;
    min-width: inherit;
  }
}
.basket-wrapper .basket-info .your-cart h3 {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;
  color: #353535;
}
.basket-wrapper .basket-info .your-cart .text {
  display: block;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
  color: #353535;
}
.basket-wrapper .basket-info .your-cart .price-info {
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #cecece;
}
.basket-wrapper .basket-info .your-cart .price-info span {
  font-size: 14px;
  font-weight: 500;
  color: #353535;
}
.basket-wrapper .basket-info .your-cart .price-info b {
  font-size: 16px;
  font-weight: 600;
  color: #353535;
}
.basket-wrapper .basket-info .your-cart > p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 30px;
  color: #39281c;
}
.basket-wrapper .basket-info .your-cart .green-btn {
  width: 100%;
  height: 50px;
  margin-bottom: 15px;
}
.basket-wrapper .basket-info .your-cart .itog-info {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.basket-wrapper .basket-info .your-cart .itog-info span {
  font-size: 14px;
  font-weight: 500;
  color: #39281c;
}
.basket-wrapper .basket-info .your-cart .itog-info b {
  font-size: 24px;
  font-weight: 600;
  color: #39281c;
}
.basket-wrapper .basket-info .your-cart .private-text {
  text-align: center;
  max-width: 330px;
  width: 100%;
  margin: 0 auto;
  color: #353535;
  font-size: 12px;
  font-weight: 500;
}
.basket-wrapper .basket-info .your-cart .private-text a {
  color: #353535;
  font-size: 12px;
  font-weight: 500;
  border-bottom: 1px solid #353535;
}
.basket-wrapper .basket-info .order-details-info {
  padding: 20px;
  border-radius: 10px;
  background: #fff;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-left: 40px;
  width: 430px;
  min-width: 430px;
}
@media (max-width: 1200px) {
  .basket-wrapper .basket-info .order-details-info {
    width: 100%;
    min-width: 100%;
    margin-left: 0;
  }
}
.basket-wrapper .basket-info .order-details-info h4 {
  margin-bottom: 20px;
  color: #353535;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.basket-wrapper .basket-info .order-details-info .text {
  margin-bottom: 15px;
  color: #353535;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.basket-wrapper .basket-info .order-details-info .summ-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #cecece;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.basket-wrapper .basket-info .order-details-info .summ-info span {
  color: #353535;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.basket-wrapper .basket-info .order-details-info .summ-info b {
  color: #353535;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.basket-wrapper .basket-info .order-details-info .list-info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}
.basket-wrapper .basket-info .order-details-info .list-info li span {
  color: #353535;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  display: inline-block;
  max-width: 170px;
}
.basket-wrapper .basket-info .order-details-info .list-info li span:last-child {
  text-align: right;
}
.basket-wrapper .basket-info .order-details-info .list-info li b {
  font-weight: bold;
  text-align: right;
  display: inline-block;
}
.basket-wrapper .basket-info .order-details-info .price {
  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-top: 30px;
}
.basket-wrapper .basket-info .order-details-info .price span {
  color: #353535;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.basket-wrapper .basket-info .order-details-info .price b {
  color: #353535;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
@media (max-width: 767px) {
  .basket-wrapper.style2 .title-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .basket-wrapper.style2 .title-wrap .back {
    margin-bottom: 20px;
  }
}

.useful-articles .title-wrap,
.useful-articles2 .title-wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  .useful-articles .title-wrap .main-title,
  .useful-articles2 .title-wrap .main-title {
    font-size: 26px;
  }
}
.useful-articles .title-wrap .all,
.useful-articles2 .title-wrap .all {
  margin-right: auto;
  color: #4c7972;
  margin-left: 40px;
  margin-top: 8px;
  font-size: 16px;
  border-bottom: 1px dashed #4c7972;
}
@media (max-width: 767px) {
  .useful-articles .title-wrap .all,
  .useful-articles2 .title-wrap .all {
    display: none;
  }
}
.useful-articles .useful-slider .slick-dots,
.useful-articles2 .useful-slider .slick-dots {
  bottom: -35px;
}
.useful-articles .useful-slider .slick-list,
.useful-articles2 .useful-slider .slick-list {
  margin: 0 -20px;
}
@media (max-width: 767px) {
  .useful-articles .useful-slider .slick-list,
  .useful-articles2 .useful-slider .slick-list {
    margin: 0;
  }
}
.useful-articles .useful-slider .item,
.useful-articles2 .useful-slider .item {
  margin: 0 20px;
}
@media (max-width: 767px) {
  .useful-articles .useful-slider .item,
  .useful-articles2 .useful-slider .item {
    width: 300px;
    margin: 0;
    margin-left: 10px;
  }
}
.useful-articles .useful-slider .item .articles-small-item,
.useful-articles2 .useful-slider .item .articles-small-item {
  height: 60vw;
  max-height: 400px;
  min-height: inherit;
}
@media (max-width: 767px) {
  .useful-articles.useful-articles2,
  .useful-articles2.useful-articles2 {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .useful-articles.useful-articles2 .wrapper,
  .useful-articles2.useful-articles2 .wrapper {
    padding-right: 0;
  }
  .useful-articles.useful-articles2 .wrapper .slider-navigation,
  .useful-articles2.useful-articles2 .wrapper .slider-navigation {
    margin-right: 15px;
    width: 80px;
  }
  .useful-articles.useful-articles2 .wrapper .slider-navigation button img,
  .useful-articles2.useful-articles2 .wrapper .slider-navigation button img {
    width: 30px;
  }
}

.radio-wrap {
  cursor: pointer;
}
.radio-wrap input[type=checkbox] {
  display: none;
}
.radio-wrap input:checked + label {
  border-color: #4c7972;
  color: #fff;
  border-color: #4c7972;
}
.radio-wrap label {
  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;
  font-weight: 500;
  color: #353535;
  border-radius: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #d9d9d9;
  padding: 4px;
  text-align: center;
  cursor: pointer;
}

.my-orders {
  margin-bottom: 50px;
}
.my-orders .wrapper {
  position: relative;
  z-index: 0;
}
.my-orders .main-title {
  margin-bottom: 20px;
}
.my-orders .show-differences {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}
.my-orders .show-differences > span {
  font-size: 16px;
  font-weight: bold;
  margin-left: 10px;
  color: #353535;
}

.my-orders-table {
  border-top: 1px solid rgba(132, 120, 105, 0.45);
  position: absolute;
  top: 575px;
  left: 0;
  z-index: 10;
  width: 100%;
  padding: 0 15px;
}
@media (max-width: 1024px) {
  .my-orders-table {
    top: 477px;
  }
}
.my-orders-table .table-item {
  padding: 25px 0;
  border-bottom: 1px solid rgba(132, 120, 105, 0.45);
}
.my-orders-table .table-item p {
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  color: #353535;
  max-width: 120px;
}

.my-orders-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .my-orders-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
  }
}
.my-orders-info .my-orders-slider-wrap {
  width: calc(100% - 170px);
  position: relative;
  z-index: 0;
  padding: 0 60px;
  padding-left: 160px;
}
@media (max-width: 1024px) {
  .my-orders-info .my-orders-slider-wrap {
    width: 100%;
    padding: 0;
    padding-left: 130px;
  }
}
.my-orders-info .my-orders-slider-wrap .slider-navigation {
  position: static;
}
@media (max-width: 1024px) {
  .my-orders-info .my-orders-slider-wrap .slider-navigation {
    display: none;
  }
}
.my-orders-info .my-orders-slider-wrap .slider-navigation button {
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  height: 50px;
  z-index: 10;
  border-radius: 50%;
  top: 25%;
  background: #4c7972;
}
@media (max-width: 1300px) {
  .my-orders-info .my-orders-slider-wrap .slider-navigation button {
    width: 40px;
    height: 40px;
  }
  .my-orders-info .my-orders-slider-wrap .slider-navigation button img {
    width: 24px;
  }
}
@media (max-width: 767px) {
  .my-orders-info .my-orders-slider-wrap .slider-navigation button {
    width: 30px;
    height: 30px;
  }
  .my-orders-info .my-orders-slider-wrap .slider-navigation button img {
    width: 15px;
  }
}
.my-orders-info .my-orders-slider-wrap .slider-navigation button.slick-next {
  right: 0;
}
@media (max-width: 1400px) {
  .my-orders-info .my-orders-slider-wrap .slider-navigation button.slick-next {
    right: -10px;
  }
}
.my-orders-info .my-orders-slider-wrap .slider-navigation button.slick-prev {
  left: 100px;
}
@media (max-width: 1400px) {
  .my-orders-info .my-orders-slider-wrap .slider-navigation button.slick-prev {
    left: 90px;
  }
}
.my-orders-info .my-orders-slider-wrap .my-orders-slider {
  margin-bottom: 0 !important;
}
.my-orders-info .my-orders-slider-wrap .my-orders-slider .slick-list {
  margin: 0 -10px;
}
@media (max-width: 1400px) {
  .my-orders-info .my-orders-slider-wrap .my-orders-slider .slick-list {
    margin: 0;
  }
}
.my-orders-info .my-orders-slider-wrap .my-orders-slider .item {
  margin: 0 10px;
}
@media (max-width: 1400px) {
  .my-orders-info .my-orders-slider-wrap .my-orders-slider .item {
    margin: 0;
    margin-left: 10px;
    width: 260px;
  }
}
@media (max-width: 1024px) {
  .my-orders-info .my-orders-slider-wrap .my-orders-slider .item {
    width: 190px;
  }
}
.my-orders-info .my-orders-slider-wrap .my-orders-slider .item .product-item-new {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .my-orders-info .my-orders-slider-wrap .my-orders-slider .item .product-item-new {
    min-height: 350px;
  }
}
.my-orders-info .my-orders-slider-wrap .my-orders-slider .item .product-item-new .text-wrap {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 1024px) {
  .my-orders-info .my-orders-slider-wrap .my-orders-slider .item .product-item-new .text-wrap .new-price {
    font-size: 18px;
    margin-right: 12px;
  }
}
.my-orders-info .my-orders-slider-wrap .my-orders-slider .item .product-item-new .text-wrap .name {
  font-size: 12px;
}
@media (max-width: 1024px) {
  .my-orders-info .my-orders-slider-wrap .my-orders-slider .item .product-item-new .text-wrap .name {
    max-height: 65px;
    overflow: hidden;
  }
}
.my-orders-info .my-orders-slider-wrap .my-orders-slider .item .texts {
  padding: 20px 0;
  padding-left: 10px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.my-orders-info .my-orders-slider-wrap .my-orders-slider .item .texts span {
  font-size: 14px;
  line-height: 110%;
  color: #39281c;
  display: block;
  text-align: left;
  max-height: 32px;
  min-height: 32px;
  overflow: hidden;
}
.my-orders-info .my-orders-slider-wrap .my-orders-slider .item .item-info .texts {
  text-align: left;
}
.my-orders-info .my-orders-slider-wrap .my-orders-slider .item .item-info .texts span {
  font-size: 14px;
}
.my-orders-info .my-orders-slider-wrap .my-orders-slider .item .item-info > .rate {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px 0;
  padding-left: 10px;
  text-align: left;
}
.my-orders-info .my-orders-slider-wrap .my-orders-slider .item .item-info > .rate b,
.my-orders-info .my-orders-slider-wrap .my-orders-slider .item .item-info > .rate span {
  font-size: 14px;
}
.my-orders-info .my-orders-slider-wrap .my-orders-slider .item .item-info > .rate img {
  margin: 0 5px;
}
.my-orders-info .add-link {
  border-radius: 10px;
  border: 2px solid #4c7972;
  padding: 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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 14px;
  font-weight: bold;
  color: #4c7972;
  text-align: center;
  width: 150px;
  min-width: 150px;
  margin-left: 20px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  min-height: 415px;
}
@media (max-width: 1024px) {
  .my-orders-info .add-link {
    padding: 15px;
    position: absolute;
    top: 2px;
    margin: 0;
    width: 100px;
    min-width: 100px;
    height: 425px;
    padding: 10px;
    font-size: 13px;
    left: 0;
    min-height: auto;
  }
}
@media (max-width: 767px) {
  .my-orders-info .add-link {
    height: 345px;
  }
}
.my-orders-info .add-link img {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .my-orders-info .add-link img {
    margin-bottom: 5px;
  }
}

.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: #39281c;
}
.switch input:checked ~ .slider:before {
  -webkit-transform: translateX(21px);
      -ms-transform: translateX(21px);
          transform: translateX(21px);
  background: #fff;
}
.switch input:focus {
  outline: none !important;
}
.switch .slider {
  border-radius: 31px;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: #39281c;
  width: 60px;
  height: 24px;
  margin-right: 10px;
}
.switch .slider:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 20px;
  background: #f4f1ec;
  border-radius: 30px;
  top: 2px;
  left: 5px;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
}

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

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

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

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

@font-face {
  font-family: "Involve";
  src: url("../fonts/Involve-Bold.woff2") format("woff2"), url("../fonts/Involve-Bold.woff") format("woff"), url("../fonts/Involve-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Involve";
  src: url("../fonts/Involve-Regular.woff2") format("woff2"), url("../fonts/Involve-Regular.woff") format("woff"), url("../fonts/Involve-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Involve";
  src: url("../fonts/Involve-SemiBold.woff2") format("woff2"), url("../fonts/Involve-SemiBold.woff") format("woff"), url("../fonts/Involve-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Involve";
  src: url("../fonts/Involve-Medium.woff2") format("woff2"), url("../fonts/Involve-Medium.woff") format("woff"), url("../fonts/Involve-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.useful-articles {
  padding: 30px 0;
}
.useful-articles .wrapper > .link-green {
  display: none;
}
@media (max-width: 767px) {
  .useful-articles .wrapper > .link-green {
    display: inline-block;
    margin-top: 15px;
  }
}
.useful-articles .wrapper .title-wrap {
  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: 767px) {
  .useful-articles .wrapper .title-wrap {
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .useful-articles .wrapper .title-wrap .slider-navigation {
    display: none;
  }
}
@media (max-width: 767px) {
  .useful-articles .wrapper .title-wrap .link-green {
    display: none;
  }
}
.useful-articles .wrapper .articles-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .useful-articles .wrapper .articles-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.useful-articles .wrapper .articles-items .articles-item-big {
  width: calc(50% - 10px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 10px;
  padding: 20px;
  padding-bottom: 30px;
  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: 1024px) {
  .useful-articles .wrapper .articles-items .articles-item-big {
    width: 100%;
    margin-bottom: 20px;
    min-height: 300px;
  }
}
@media (max-width: 767px) {
  .useful-articles .wrapper .articles-items .articles-item-big {
    display: none;
  }
}
.useful-articles .wrapper .articles-items .articles-item-big .date {
  font-size: 16px;
  font-weight: 500;
  color: white;
}
.useful-articles .wrapper .articles-items .articles-item-big .texts {
  margin-top: 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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: auto;
}
.useful-articles .wrapper .articles-items .articles-item-big .texts .name {
  font-size: 25px;
  margin-bottom: 20px;
  font-weight: bold;
  color: white;
}
@media (max-width: 1200px) {
  .useful-articles .wrapper .articles-items .articles-item-big .texts .name {
    font-size: 20px;
    padding-right: 10px;
  }
}
@media (max-width: 1024px) {
  .useful-articles .wrapper .articles-items .articles-item-big .texts .name {
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .useful-articles .wrapper .articles-items .articles-item-big .texts .name {
    margin-bottom: 0;
  }
}
.useful-articles .wrapper .articles-items .articles-item-big .texts .read {
  padding-bottom: 2px;
  border-bottom: 1px dashed white;
  font-size: 16px;
  color: white;
}
@media (max-width: 767px) {
  .useful-articles .wrapper .articles-items .articles-item-big .texts .read {
    display: none;
  }
}
.useful-articles .wrapper .articles-items .small-items {
  width: calc(50% - 10px);
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
}
@media (max-width: 1024px) {
  .useful-articles .wrapper .articles-items .small-items {
    width: 100%;
  }
  .useful-articles .wrapper .articles-items .small-items .articles-small-item {
    min-height: 300px;
  }
}
@media (max-width: 767px) {
  .useful-articles .wrapper .articles-items .small-items .articles-small-item {
    height: 60vw;
    min-height: inherit;
  }
}

.articles-small-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 10px;
  padding: 20px;
  min-height: 330px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.articles-small-item .date {
  font-size: 16px;
  font-weight: 500;
  color: white;
}
.articles-small-item .texts {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto;
}
@media (max-width: 1024px) {
  .articles-small-item .texts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.articles-small-item .texts .name {
  font-size: 25px;
  margin-bottom: 20px;
  font-weight: bold;
  color: white;
}
@media (max-width: 1200px) {
  .articles-small-item .texts .name {
    font-size: 20px;
    padding-right: 10px;
  }
}
@media (max-width: 1024px) {
  .articles-small-item .texts .name {
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .articles-small-item .texts .name {
    margin-bottom: 0;
    font-size: 18px;
  }
}
.articles-small-item .texts .read {
  padding-bottom: 2px;
  border-bottom: 1px dashed white;
  font-size: 16px;
  color: white;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .articles-small-item .texts .read {
    display: none;
  }
}

.instagram-wrap {
  padding: 30px 0;
}
.instagram-wrap .wrapper > .link-green {
  display: none;
}
@media (max-width: 767px) {
  .instagram-wrap .wrapper > .link-green {
    display: inline-block;
    margin-top: 15px;
  }
}
.instagram-wrap .wrapper .title-wrap {
  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: 767px) {
  .instagram-wrap .wrapper .title-wrap .link-green {
    display: none;
  }
}
.instagram-wrap .wrapper .instagram-slider {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1200px) {
  .instagram-wrap .wrapper .instagram-slider {
    display: block;
    gap: 0;
  }
}
@media (max-width: 767px) {
  .instagram-wrap .wrapper .instagram-slider {
    width: calc(100% + 40px);
  }
}
.instagram-wrap .wrapper .instagram-slider .item {
  min-height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 1200px) {
  .instagram-wrap .wrapper .instagram-slider .item {
    width: 370px;
    min-height: 275px;
    margin: 0 8px;
    grid-column: inherit !important;
    grid-row: inherit !important;
  }
}
@media (max-width: 1200px) {
  .instagram-wrap .wrapper .instagram-slider .item {
    width: 280px;
  }
}
.instagram-wrap .wrapper .instagram-slider .item:hover {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}
.instagram-wrap .wrapper .instagram-slider .item:nth-child(1) {
  grid-column: 1/3;
  grid-row: 1/3;
}
.instagram-wrap .wrapper .instagram-slider .item:nth-child(2) {
  grid-column: 3/5;
  grid-row: 1/3;
}

.slider-navigation {
  width: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .slider-navigation {
    width: 100px;
  }
}
.slider-navigation button {
  position: static;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  cursor: pointer;
}
@media (max-width: 767px) {
  .slider-navigation button img {
    width: 40px;
  }
}
.slider-navigation button:hover {
  opacity: 0.6;
}
.slider-navigation button.slick-prev img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.slider-navigation button:before {
  content: none;
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.slick-dots li {
  margin: 0 6px;
  width: auto;
  height: auto;
}
.slick-dots li button {
  width: 12px;
  height: 12px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #6f4936;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.slick-dots li button:before {
  content: none;
}
.slick-dots li.slick-active button {
  width: 24px;
  background: #decbb2;
  border-radius: 10px;
}

.stock-wrap {
  padding: 30px 0;
}
@media (max-width: 1200px) {
  .stock-wrap .wrapper {
    padding-right: 0;
  }
}
.stock-wrap .wrapper .title-wrap {
  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: 1200px) {
  .stock-wrap .wrapper .title-wrap {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .stock-wrap .wrapper .title-wrap .link-green {
    display: none;
  }
}
@media (max-width: 1200px) {
  .stock-wrap .wrapper .title-wrap .main-title .mobile-hide {
    display: none;
  }
}
.stock-wrap .wrapper .stock-slider-wrap {
  position: relative;
  z-index: 0;
}
.stock-wrap .wrapper .stock-slider-wrap .slider-navigation {
  position: absolute;
  top: -10px;
  right: 0px;
  z-index: 10;
}
@media (max-width: 1200px) {
  .stock-wrap .wrapper .stock-slider-wrap .slider-navigation {
    right: 20px;
  }
}
@media (max-width: 767px) {
  .stock-wrap .wrapper .stock-slider-wrap .slider-navigation {
    display: none;
  }
}
.stock-wrap .wrapper .stock-slider-wrap .stock-slider {
  margin-bottom: 0;
}
.stock-wrap .wrapper .stock-slider-wrap .stock-slider .slick-dots {
  bottom: -45px;
}
@media (max-width: 767px) {
  .stock-wrap .wrapper .stock-slider-wrap .stock-slider .slick-dots {
    display: none;
  }
}
.stock-wrap .wrapper .stock-slider-wrap .stock-slider .slick-list {
  margin: 0 -10px;
}
@media (max-width: 1200px) {
  .stock-wrap .wrapper .stock-slider-wrap .stock-slider .slick-list {
    margin: 0;
  }
}
.stock-wrap .wrapper .stock-slider-wrap .stock-slider .item {
  background: white;
  padding: 20px;
  border-radius: 20px;
  margin: 0 10px;
  min-height: 275px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .stock-wrap .wrapper .stock-slider-wrap .stock-slider .item {
    width: 370px;
  }
}
@media (max-width: 767px) {
  .stock-wrap .wrapper .stock-slider-wrap .stock-slider .item {
    width: 300px;
  }
}
.stock-wrap .wrapper .stock-slider-wrap .stock-slider .item .texts b {
  font-weight: bold;
  font-size: 22px;
  color: #353535;
  display: block;
  margin-bottom: 20px;
  max-width: 340px;
}
@media (max-width: 767px) {
  .stock-wrap .wrapper .stock-slider-wrap .stock-slider .item .texts b {
    font-size: 20px;
    max-width: 280px;
  }
}
.stock-wrap .wrapper .stock-slider-wrap .stock-slider .item .texts span {
  font-size: 16px;
  max-width: 180px;
  color: #353535;
  font-weight: 500;
  display: inline-block;
}
.stock-wrap .wrapper .stock-slider-wrap .stock-slider .item .img-wrap {
  position: absolute;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: -1;
}
@media (max-width: 1200px) {
  .stock-wrap .wrapper .stock-slider-wrap .stock-slider .item .img-wrap {
    width: 180px;
  }
}
@media (max-width: 767px) {
  .stock-wrap .wrapper .stock-slider-wrap .stock-slider .item .img-wrap {
    width: 140px;
  }
}
.stock-wrap .wrapper .stock-slider-wrap .stock-slider .item .img-wrap img {
  max-width: 100%;
  max-height: 100%;
}
.stock-wrap .wrapper > .link-green {
  display: none;
}
@media (max-width: 767px) {
  .stock-wrap .wrapper > .link-green {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 20px;
  }
}

.main-categories {
  margin: 30px 0;
}
.main-categories .wrapper .title-wrap {
  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: 767px) {
  .main-categories .wrapper .title-wrap {
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .main-categories .wrapper .title-wrap .link-green {
    display: none;
  }
}
@media (max-width: 767px) {
  .main-categories .wrapper .main-title {
    margin-bottom: 10px;
  }
}
.main-categories .wrapper .main-categories-items {
  padding: 40px 20px;
  border-radius: 10px;
  background: white;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
  gap: 50px 20px;
}
@media (max-width: 1200px) {
  .main-categories .wrapper .main-categories-items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .main-categories .wrapper .main-categories-items {
    background: none;
    padding: 0;
    gap: 20px;
  }
}
.main-categories .wrapper .main-categories-items .main-categories-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 200px;
  border-right: 1px solid #decbb2;
}
.main-categories .wrapper .main-categories-items .main-categories-item:nth-child(3n) {
  border: none;
}
@media (max-width: 1200px) {
  .main-categories .wrapper .main-categories-items .main-categories-item {
    border: none;
  }
}
@media (max-width: 767px) {
  .main-categories .wrapper .main-categories-items .main-categories-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: white;
    border-radius: 10px;
    min-height: 150px;
    padding: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.main-categories .wrapper .main-categories-items .main-categories-item .img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  width: 110px;
  height: 110px;
}
@media (max-width: 767px) {
  .main-categories .wrapper .main-categories-items .main-categories-item .img-wrap {
    margin: 0 auto;
    width: 85px;
    height: 85px;
  }
}
.main-categories .wrapper .main-categories-items .main-categories-item .img-wrap img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.main-categories .wrapper .main-categories-items .main-categories-item .texts {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.main-categories .wrapper .main-categories-items .main-categories-item .texts .title {
  font-weight: bold;
  color: #353535;
  font-size: 16px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .main-categories .wrapper .main-categories-items .main-categories-item .texts .title {
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
  }
}
.main-categories .wrapper .main-categories-items .main-categories-item .texts .link {
  font-size: 16px;
  color: #353535;
  margin-bottom: 5px;
  display: block;
}
@media (max-width: 767px) {
  .main-categories .wrapper .main-categories-items .main-categories-item .texts .link {
    display: none;
  }
}
.main-categories .wrapper .main-categories-items .main-categories-item .texts .link:hover {
  color: #decbb2;
}
.main-categories .wrapper .main-categories-items .main-categories-item .texts .link-green {
  margin-top: auto;
}
@media (max-width: 767px) {
  .main-categories .wrapper .main-categories-items .main-categories-item .texts .link-green {
    display: none;
  }
}
.main-categories .wrapper > .link-green {
  display: none;
}
@media (max-width: 767px) {
  .main-categories .wrapper > .link-green {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 20px;
  }
}

.info-wrap {
  padding: 50px 0 30px;
}
@media (max-width: 1350px) {
  .info-wrap .wrapper {
    padding-right: 0;
  }
}
.info-wrap .info-slider {
  margin-bottom: 0;
}
.info-wrap .info-slider .slick-list {
  margin: 0 -12px;
}
@media (max-width: 1350px) {
  .info-wrap .info-slider .slick-list {
    margin: 0;
  }
}
.info-wrap .info-slider .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 22px;
  border-radius: 10px;
  background: #decbb2;
  margin: 0 12px;
}
@media (max-width: 1350px) {
  .info-wrap .info-slider .item {
    width: 424px;
    margin: 0;
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .info-wrap .info-slider .item {
    width: 280px;
    padding: 10px 20px;
    min-height: 83px;
  }
}
.info-wrap .info-slider .item p {
  font-size: 22px;
  color: #353535;
}
@media (max-width: 767px) {
  .info-wrap .info-slider .item p {
    font-size: 16px;
  }
}
.info-wrap .info-slider .item p b {
  font-weight: bold;
}
.info-wrap .info-slider .item .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 66px;
  height: 66px;
  margin-right: 25px;
  min-width: 66px;
  border-radius: 50%;
  background: white;
}
@media (max-width: 767px) {
  .info-wrap .info-slider .item .icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    margin-right: 20px;
  }
}
.info-wrap .info-slider .item .icon img {
  margin: auto;
}
@media (max-width: 767px) {
  .info-wrap .info-slider .item .icon img {
    width: 25px;
  }
}

.product-item-new {
  border-radius: 10px;
  background: #fff;
  max-width: 500px;
}
.product-item-new .img-wrap {
  position: relative;
  z-index: 0;
  padding: 5px;
}
@media (max-width: 767px) {
  .product-item-new .img-wrap {
    padding-top: 10px;
  }
}
.product-item-new .img-wrap .new,
.product-item-new .img-wrap .hit {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.product-item-new .img-wrap .new span,
.product-item-new .img-wrap .hit span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
}
.product-item-new .img-wrap .new span.black,
.product-item-new .img-wrap .hit span.black {
  color: #39281c;
}
.product-item-new .img-wrap .img {
  max-width: 200px;
  width: 100%;
  height: 180px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .product-item-new .img-wrap .img {
    max-width: 120px;
    height: 120px;
  }
}
.product-item-new .img-wrap .img img {
  max-width: 100%;
  max-height: 100%;
}
.product-item-new .img-wrap .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 10;
}
.product-item-new .img-wrap .icons .icon {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.product-item-new .img-wrap .icons .icon img {
  margin: auto;
}
.product-item-new .img-wrap .icons .comparison {
  position: relative;
  z-index: 0;
  padding-left: 10px;
}
.product-item-new .img-wrap .icons .comparison .icon {
  position: relative;
  z-index: 0;
}
.product-item-new .img-wrap .icons .comparison .icon:after {
  content: "";
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  position: absolute;
  top: -3px;
  left: -3px;
  border: 1px solid transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.product-item-new .img-wrap .icons .comparison .icon.border:after {
  border-color: #4c7972;
}
.product-item-new .img-wrap .icons .comparison:hover .tooltip {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.product-item-new .img-wrap .icons .search {
  position: relative;
  z-index: 0;
  padding-left: 10px;
}
.product-item-new .img-wrap .icons .search:hover .tooltip {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.product-item-new .img-wrap .icons .heart {
  position: relative;
  z-index: 0;
  padding-left: 10px;
}
.product-item-new .img-wrap .icons .heart:hover .tooltip {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.product-item-new .img-wrap .icons .heart .icon {
  position: relative;
  z-index: 0;
}
.product-item-new .img-wrap .icons .heart .icon:after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/heart-icon.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.product-item-new .img-wrap .icons .heart .icon.active:after {
  width: 16px;
  height: 16px;
  background: url(../img/heart-icon-add.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.product-item-new .img-wrap .icons .tooltip {
  position: absolute;
  padding: 4px 12px;
  background: #4c7972;
  right: 100%;
  white-space: nowrap;
  top: 0;
  font-size: 10px;
  color: white;
  font-weight: 600;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.product-item-new .img-wrap .icons .tooltip:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 10px solid #4c7972;
  border-bottom: 5px solid transparent;
  position: absolute;
  top: 5px;
  right: -8px;
}
.product-item-new .text-wrap {
  padding: 25px;
  padding-top: 15px;
}
@media (max-width: 767px) {
  .product-item-new .text-wrap {
    padding: 10px;
    padding-bottom: 20px;
  }
}
.product-item-new .text-wrap .name {
  font-size: 15px;
  font-weight: 600;
  color: #353535;
  display: block;
  margin-bottom: 10px;
  max-width: 250px;
}
@media (max-width: 767px) {
  .product-item-new .text-wrap .name {
    font-size: 12px;
    max-height: 65px;
    overflow: hidden;
  }
}
.product-item-new .text-wrap .rate-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .product-item-new .text-wrap .rate-wrap {
    margin-bottom: 10px;
  }
}
.product-item-new .text-wrap .rate-wrap .review-text {
  font-size: 14px;
  font-weight: 500;
  color: #4c7972;
}
@media (max-width: 767px) {
  .product-item-new .text-wrap .rate-wrap .review-text {
    font-size: 13px;
  }
}
.product-item-new .text-wrap .rate-wrap .rate {
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  .product-item-new .text-wrap .rate-wrap .rate {
    font-size: 14px;
  }
}
.product-item-new .text-wrap .rate-wrap .rate b {
  font-size: 20px;
  font-weight: bold;
  margin-right: 5px;
  display: inline-block;
  color: #4c7972;
}
@media (max-width: 767px) {
  .product-item-new .text-wrap .rate-wrap .rate b {
    font-size: 18px;
  }
}
.product-item-new .text-wrap .prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .product-item-new .text-wrap .prices {
    margin-bottom: 12px;
  }
}
.product-item-new .text-wrap .prices .new-price {
  font-size: 20px;
  margin-right: 20px;
  color: #353535;
  font-weight: bold;
}
@media (max-width: 767px) {
  .product-item-new .text-wrap .prices .new-price {
    font-size: 15px;
    margin-right: 10px;
  }
}
.product-item-new .text-wrap .prices .old-price {
  font-size: 14px;
  text-decoration: line-through;
  color: #737373;
}
@media (max-width: 414px) {
  .product-item-new .text-wrap .prices .old-price {
    font-size: 13px;
  }
}
.product-item-new .text-wrap .basket-buttons button {
  width: 100%;
  height: 40px;
  border-radius: 10px;
  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;
  font-weight: bold;
}
.product-item-new .text-wrap .basket-buttons button.basket-button {
  background: #4c7972;
  color: white;
}
.product-item-new .text-wrap .basket-buttons button.basket-button:hover {
  background: #5a8f87;
}
.product-item-new .text-wrap .basket-buttons button.add-basket {
  background: #decbb2;
  color: #39281c;
  display: none;
}
@media (max-width: 414px) {
  .product-item-new .text-wrap .basket-buttons button.add-basket {
    font-size: 12px;
  }
}
.product-item-new .text-wrap .basket-buttons button.add-basket.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-item-new .text-wrap .basket-buttons button.add-basket:hover {
  background: #e9dccb;
}
.product-item-new .text-wrap .basket-buttons.style2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-item-new .text-wrap .basket-buttons.style2 .delete {
  margin-left: 15px;
  cursor: pointer;
}

.new-wrap,
.popular-wrap {
  padding: 30px 0;
}
@media (max-width: 1300px) {
  .new-wrap,
  .popular-wrap {
    padding-right: 0;
  }
}
.new-wrap .title-wrap,
.popular-wrap .title-wrap {
  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: 30px;
}
@media (max-width: 1300px) {
  .new-wrap .title-wrap,
  .popular-wrap .title-wrap {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .new-wrap .title-wrap .slider-navigation,
  .popular-wrap .title-wrap .slider-navigation {
    display: none;
  }
}
.new-wrap .new-slider .slick-dots,
.new-wrap .popular-slider .slick-dots,
.popular-wrap .new-slider .slick-dots,
.popular-wrap .popular-slider .slick-dots {
  bottom: -45px;
}
.new-wrap .new-slider .slick-list,
.new-wrap .popular-slider .slick-list,
.popular-wrap .new-slider .slick-list,
.popular-wrap .popular-slider .slick-list {
  margin: 0 -15px;
}
@media (max-width: 1300px) {
  .new-wrap .new-slider .slick-list,
  .new-wrap .popular-slider .slick-list,
  .popular-wrap .new-slider .slick-list,
  .popular-wrap .popular-slider .slick-list {
    margin: 0;
  }
}
.new-wrap .new-slider .item,
.new-wrap .popular-slider .item,
.popular-wrap .new-slider .item,
.popular-wrap .popular-slider .item {
  margin: 0 15px;
}
@media (max-width: 1300px) {
  .new-wrap .new-slider .item,
  .new-wrap .popular-slider .item,
  .popular-wrap .new-slider .item,
  .popular-wrap .popular-slider .item {
    margin: 0;
    margin-left: 20px;
    width: 315px;
  }
}
@media (max-width: 767px) {
  .new-wrap .new-slider .item,
  .new-wrap .popular-slider .item,
  .popular-wrap .new-slider .item,
  .popular-wrap .popular-slider .item {
    width: 230px;
  }
}

.order-information {
  max-width: 800px;
  width: 100%;
}
.order-information .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;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .order-information .title-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.order-information .title-wrap h2 {
  color: #39281c;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
@media (max-width: 1200px) {
  .order-information .title-wrap h2 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .order-information .title-wrap h2 {
    margin-bottom: 20px;
  }
}
.order-information .title-wrap .tab-menu {
  margin: 0;
}
.order-information .title-wrap .tab-menu li {
  margin: 0;
  width: auto;
}
.order-information .title-wrap .tab-menu li button {
  padding: 12px 30px;
  background: #e5e5e5;
  border: none;
  color: #39281c;
  font-weight: 600;
  height: auto;
  width: auto;
  min-width: inherit;
}
@media (max-width: 767px) {
  .order-information .title-wrap .tab-menu li button {
    padding: 10px 24px;
  }
}
.order-information .title-wrap .tab-menu li:nth-child(1) button {
  border-radius: 40px 0 0 40px;
}
.order-information .title-wrap .tab-menu li:nth-child(2) button {
  border-radius: 0 40px 40px 0;
}
.order-information .title-wrap .tab-menu li.active button {
  background: #4c7972;
  color: white;
}
.order-information .order-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding: 30px;
  border-radius: 10px;
  background: #fff;
}
@media (max-width: 1200px) {
  .order-information .order-wrap {
    padding: 30px 20px;
  }
}
@media (max-width: 1024px) {
  .order-information .order-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.order-information .order-wrap .left-info {
  width: calc(100% - 230px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .order-information .order-wrap .left-info {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .order-information .order-wrap .left-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.order-information .order-wrap .left-info .texts {
  padding-right: 30px;
}
@media (max-width: 1100px) {
  .order-information .order-wrap .left-info .texts {
    padding-right: 10px;
  }
}
@media (max-width: 1024px) {
  .order-information .order-wrap .left-info .texts {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .order-information .order-wrap .left-info .texts {
    width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
  }
}
.order-information .order-wrap .left-info .texts span {
  display: block;
  margin-bottom: 10px;
}
.order-information .order-wrap .left-info .texts h4 {
  margin-bottom: 8px;
  color: #030303;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 0.2px;
}
.order-information .order-wrap .left-info .texts h4 span {
  display: inline-block;
  color: #4c7972;
  font-weight: bold;
  margin-bottom: 0;
}
.order-information .order-wrap .left-info span {
  color: #7a7f80;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: 0.2px;
}
@media (max-width: 1100px) {
  .order-information .order-wrap .left-info span {
    font-size: 15px;
  }
}
.order-information .order-wrap .left-info .images {
  width: 100%;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .order-information .order-wrap .left-info .images {
    margin: 20px 0;
  }
}
@media (max-width: 767px) {
  .order-information .order-wrap .left-info .images {
    margin-top: 10px;
  }
}
.order-information .order-wrap .left-info .images img {
  margin-right: 5px;
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 767px) {
  .order-information .order-wrap .left-info .images img {
    width: 70px;
  }
}
.order-information .order-wrap .left-info .images img:last-child {
  margin-right: 0;
}
.order-information .order-wrap .right-info {
  width: 200px;
  margin-left: 30px;
  min-width: 200px;
  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: 1024px) {
  .order-information .order-wrap .right-info {
    width: 100%;
    margin-left: 0;
  }
}
.order-information .order-wrap .right-info .price {
  color: #353535;
  margin-bottom: 10px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  display: block;
  line-height: 110%;
}
.order-information .order-wrap .right-info .status {
  color: #4c7972;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 0.2px;
  margin-bottom: 10px;
  display: block;
}
.order-information .order-wrap .right-info .status.cancel {
  color: #020202;
}
.order-information .order-wrap .right-info .details-link {
  padding: 14px 36px;
  border-radius: 10px;
  border: 1px solid #39281c;
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
  color: #39281c;
  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-top: auto;
}

.breadcrumbs {
  margin-bottom: 20px;
}
.breadcrumbs__inner {
  width: 100%;
  overflow-x: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  white-space: nowrap;
  color: #6F4936;
  font-size: 14px;
}
.breadcrumbs__inner::-webkit-scrollbar {
  display: none;
}
.breadcrumbs__inner a {
  color: inherit;
}
.breadcrumbs__inner .current-item {
  font-weight: bold;
}

.info-top-slider,
.info-bottom-slider {
  padding: 30px 0;
}
.info-top-slider .item,
.info-bottom-slider .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  margin: 0 15px;
  padding: 20px 15px;
  background: white;
  width: 315px;
  min-height: 150px;
}
.info-top-slider .item img,
.info-bottom-slider .item img {
  width: 110px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.info-top-slider.info-bottom-slider .slick-list,
.info-bottom-slider.info-bottom-slider .slick-list {
  margin: 0 -15px;
}
@media (max-width: 1300px) {
  .info-top-slider.info-bottom-slider .slick-list,
  .info-bottom-slider.info-bottom-slider .slick-list {
    margin: 0;
  }
}
.info-top-slider.info-bottom-slider .item,
.info-bottom-slider.info-bottom-slider .item {
  width: auto;
}
@media (max-width: 1300px) {
  .info-top-slider.info-bottom-slider .item,
  .info-bottom-slider.info-bottom-slider .item {
    width: 310px;
  }
}
@media (max-width: 475px) {
  .info-top-slider.info-bottom-slider .item,
  .info-bottom-slider.info-bottom-slider .item {
    margin: 0;
  }
  .info-top-slider.info-bottom-slider .item p,
  .info-bottom-slider.info-bottom-slider .item p {
    max-width: 240px;
    margin-right: auto;
    width: 100%;
  }
}

.banner-slider .slick-dots {
  bottom: 25px;
}
.banner-slider .item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.banner-slider .item .info {
  padding: 250px 20px;
  max-width: 1380px;
  width: 100%;
  margin: 0 auto;
  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: 1500px) {
  .banner-slider .item .info {
    padding: 200px 20px;
  }
}
@media (max-width: 1024px) {
  .banner-slider .item .info {
    padding: 180px 20px;
  }
}
@media (max-width: 767px) {
  .banner-slider .item .info {
    padding: 100px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.banner-slider .item .info .texts {
  max-width: 430px;
  width: 100%;
}
@media (max-width: 1024px) {
  .banner-slider .item .info .texts {
    max-width: 330px;
  }
}
.banner-slider .item .info .texts .more {
  border-radius: 10px;
  max-width: 230px;
  width: 100%;
  padding: 15px 66px;
  background: #decbb2;
  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: 16px;
  font-weight: 600;
  color: #39281c;
}
@media (max-width: 767px) {
  .banner-slider .item .info .texts .more {
    margin: 0 auto;
  }
}
.banner-slider .item .info .texts .more:hover {
  background: #d3ba99;
}
.banner-slider .item .info .texts h1 {
  font-size: 80px;
  line-height: 70%;
  font-weight: 600;
  color: white;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .banner-slider .item .info .texts h1 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .banner-slider .item .info .texts h1 {
    text-align: center;
  }
}
.banner-slider .item .info .texts h1 span {
  font-size: 40px;
  font-weight: 600;
  display: inline;
}
@media (max-width: 1024px) {
  .banner-slider .item .info .texts h1 span {
    font-size: 32px;
  }
}
.banner-slider .item .info .circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  width: 250px;
  height: 250px;
  min-width: 250px;
  position: relative;
  background: #decbb2;
  z-index: 0;
}
@media (max-width: 1024px) {
  .banner-slider .item .info .circle {
    width: 200px;
    height: 200px;
    min-width: 200px;
  }
}
@media (max-width: 767px) {
  .banner-slider .item .info .circle {
    width: 140px;
    height: 140px;
    min-width: 140px;
  }
}
.banner-slider .item .info .circle span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 34px;
  line-height: 110%;
  font-weight: bold;
  color: #39281c;
  text-align: center;
}
@media (max-width: 1024px) {
  .banner-slider .item .info .circle span {
    font-size: 26px;
  }
}
.banner-slider .item .info .circle img {
  margin: auto;
  width: 90%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-animation: rotate infinite;
          animation: rotate infinite;
}

.main-header {
  position: fixed;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1024px) {
  .main-header {
    top: 0;
  }
}
@media (max-width: 1024px) {
  .main-header .wrapper {
    padding: 0;
  }
}
.main-header .wrapper .header-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background: white;
  padding: 10px 20px;
  position: relative;
  z-index: 0;
}
@media (max-width: 1024px) {
  .main-header .wrapper .header-info {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 0;
    padding: 10px 15px;
  }
}
.main-header .wrapper .header-info .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
}
@media (max-width: 1200px) {
  .main-header .wrapper .header-info .logo {
    margin-right: 15px;
  }
}
.main-header .wrapper .header-info .logo img {
  max-width: 100%;
  max-height: 100%;
}
.main-header .wrapper .header-info .search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 540px;
  width: 100%;
  height: 50px;
  margin: 0 20px;
}
@media (max-width: 1350px) {
  .main-header .wrapper .header-info .search-form {
    max-width: 300px;
    margin: 0 15px;
  }
}
@media (max-width: 1200px) {
  .main-header .wrapper .header-info .search-form {
    max-width: 260px;
  }
}
@media (max-width: 1024px) {
  .main-header .wrapper .header-info .search-form {
    display: none;
  }
}
.main-header .wrapper .header-info .search-form input {
  border-radius: 10px 0 0 10px;
  height: 100%;
  width: calc(100% - 40px);
  border: 1px solid #4c7972;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 500;
  color: #39281c;
}
.main-header .wrapper .header-info .search-form input::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 500;
  color: #39281c;
}
.main-header .wrapper .header-info .search-form input::-moz-placeholder {
  font-size: 14px;
  font-weight: 500;
  color: #39281c;
}
.main-header .wrapper .header-info .search-form input:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 500;
  color: #39281c;
}
.main-header .wrapper .header-info .search-form input:-moz-placeholder {
  font-size: 14px;
  font-weight: 500;
  color: #39281c;
}
.main-header .wrapper .header-info .search-form button {
  border-radius: 10px;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  margin-left: -10px;
  background: #4c7972;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-header .wrapper .header-info .search-form button:hover {
  background: #5a8f87;
}
.main-header .wrapper .header-info .search-form button img {
  margin: auto;
}
.main-header .wrapper .header-info .phone-wrap {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 20px;
}
@media (max-width: 1200px) {
  .main-header .wrapper .header-info .phone-wrap {
    margin: 0 15px;
  }
}
@media (max-width: 1024px) {
  .main-header .wrapper .header-info .phone-wrap {
    border-radius: 50%;
    width: 40px;
    min-width: 40px;
    height: 40px;
    background: #4c7972;
    margin: 0;
  }
}
.main-header .wrapper .header-info .phone-wrap img {
  display: none;
}
@media (max-width: 1024px) {
  .main-header .wrapper .header-info .phone-wrap img {
    display: inline-block;
    margin: auto;
  }
}
.main-header .wrapper .header-info .phone-wrap .phone {
  font-weight: bold;
  font-size: 16px;
  color: #39281c;
  margin-bottom: 3px;
}
@media (max-width: 1024px) {
  .main-header .wrapper .header-info .phone-wrap .phone {
    font-size: 0;
    margin: auto;
  }
}
.main-header .wrapper .header-info .phone-wrap .order-call {
  font-size: 16px;
  font-weight: 600;
  color: #847869;
  padding-bottom: 2px;
  border-bottom: 1px dashed #847869;
}
@media (max-width: 1024px) {
  .main-header .wrapper .header-info .phone-wrap .order-call {
    display: none;
  }
}
.main-header .wrapper .header-info .phone-wrap .order-call:hover {
  border-color: transparent;
}
.main-header .wrapper .header-info .buttons-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  padding-right: 10px;
}
@media (max-width: 1024px) {
  .main-header .wrapper .header-info .buttons-top {
    display: none;
  }
}
.main-header .wrapper .header-info .buttons-top .favorite {
  margin: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-header .wrapper .header-info .buttons-top .favorite img {
  margin: auto;
  width: 24px;
}
.main-header .wrapper .header-info .buttons-top .num {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 20px;
  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;
  background: #4c7972;
  color: white;
  z-index: 10;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 500;
}
.main-header .wrapper .header-info .buttons-top .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-header .wrapper .header-info .buttons-top .icon img {
  margin: auto;
}
.main-header .wrapper .header-info .buttons-top .basket-wrap {
  position: relative;
  z-index: 0;
  margin-left: 15px;
}
.main-header .wrapper .header-info .buttons-top .info {
  position: relative;
  z-index: 0;
}
.main-header .wrapper .header-info .buttons-top .login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
}
.main-header .wrapper .header-info .buttons-top .login img {
  margin: auto;
}
.main-header .wrapper .header-info .menu-wrap {
  position: absolute;
  z-index: 11;
  top: calc(100% + 10px);
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  background: white;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1024px) {
  .main-header .wrapper .header-info .menu-wrap {
    position: static;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: auto;
  }
}
.main-header .wrapper .header-info .menu-wrap .catalog-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 22px;
  border-radius: 10px;
  background: #4c7972;
  width: 290px;
}
.main-header .wrapper .header-info .menu-wrap .catalog-btn:hover {
  background: #5a8f87;
}
@media (max-width: 1200px) {
  .main-header .wrapper .header-info .menu-wrap .catalog-btn {
    width: 260px;
  }
}
@media (max-width: 1024px) {
  .main-header .wrapper .header-info .menu-wrap .catalog-btn {
    width: auto;
    min-width: 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 0;
  }
}
.main-header .wrapper .header-info .menu-wrap .catalog-btn img {
  display: none;
}
@media (max-width: 1024px) {
  .main-header .wrapper .header-info .menu-wrap .catalog-btn img {
    display: inline-block;
    margin: auto;
  }
}
.main-header .wrapper .header-info .menu-wrap .catalog-btn .drop-menu {
  margin-right: 25px;
}
@media (max-width: 1200px) {
  .main-header .wrapper .header-info .menu-wrap .catalog-btn .drop-menu {
    margin-right: 20px;
  }
}
@media (max-width: 1024px) {
  .main-header .wrapper .header-info .menu-wrap .catalog-btn .drop-menu {
    margin: auto;
  }
}
.main-header .wrapper .header-info .menu-wrap .catalog-btn .text {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .main-header .wrapper .header-info .menu-wrap .catalog-btn .text {
    display: none;
  }
}
.main-header .wrapper .header-info .menu-wrap .main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: calc(100% - 290px);
}
@media (max-width: 1024px) {
  .main-header .wrapper .header-info .menu-wrap .main-menu {
    display: none;
  }
}
.main-header .wrapper .header-info .menu-wrap .main-menu li {
  margin: 0 10px;
}
.main-header .wrapper .header-info .menu-wrap .main-menu li a {
  font-size: 16px;
  font-weight: 600;
  color: #4c7972;
}
.main-header .wrapper .header-info .menu-wrap .main-menu li.active a {
  font-weight: bold;
}
.main-header .wrapper .header-info .menu-wrap .catalog-menu-wrap {
  position: absolute;
  top: 93%;
  left: 0;
  width: 100%;
  z-index: -1;
  height: auto;
  background: #fff;
  border-radius: 0 0 10px 10px;
  padding: 20px;
  padding-top: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  max-height: 875px;
  overflow-y: auto;
}
@media (max-width: 1350px) {
  .main-header .wrapper .header-info .menu-wrap .catalog-menu-wrap {
    max-height: 600px;
  }
}
@media (max-width: 1024px) {
  .main-header .wrapper .header-info .menu-wrap .catalog-menu-wrap {
    z-index: 0;
  }
}
.main-header .wrapper .header-info .menu-wrap .catalog-menu-wrap .close {
  display: none;
}
@media (max-width: 1024px) {
  .main-header .wrapper .header-info .menu-wrap .catalog-menu-wrap {
    max-height: inherit;
    height: 100vh;
    top: 0;
    padding-top: 0;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .main-header .wrapper .header-info .menu-wrap .catalog-menu-wrap .close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    z-index: 10;
    top: 20px;
    right: 20px;
  }
  .main-header .wrapper .header-info .menu-wrap .catalog-menu-wrap .close img {
    margin: auto;
  }
}
.main-header .wrapper .header-info .menu-wrap .catalog-menu-wrap::-webkit-scrollbar {
  width: 4px;
}
.main-header .wrapper .header-info .menu-wrap .catalog-menu-wrap::-webkit-scrollbar-track {
  background: transparent;
}
.main-header .wrapper .header-info .menu-wrap .catalog-menu-wrap::-webkit-scrollbar-thumb {
  background: #4c7972;
}
.main-header .wrapper .header-info .menu-wrap .catalog-menu-wrap .links {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1024px) {
  .main-header .wrapper .header-info .menu-wrap .catalog-menu-wrap .links {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 10px;
    padding: 0 20px;
    margin-bottom: auto;
  }
}
@media (max-width: 767px) {
  .main-header .wrapper .header-info .menu-wrap .catalog-menu-wrap .links {
    grid-template-columns: 1fr 1fr 1fr;
    padding: 0 15px;
  }
}
.main-header .wrapper .header-info .menu-wrap .catalog-menu-wrap .links a {
  border-radius: 10px;
  background: #f4f1ec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .main-header .wrapper .header-info .menu-wrap .catalog-menu-wrap .links a {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    height: 17vw;
  }
}
@media (max-width: 767px) {
  .main-header .wrapper .header-info .menu-wrap .catalog-menu-wrap .links a {
    height: 32vw;
  }
}
.main-header .wrapper .header-info .menu-wrap .catalog-menu-wrap .links a:hover {
  background: #decbb2;
}
.main-header .wrapper .header-info .menu-wrap .catalog-menu-wrap .links a .img-wrap {
  max-height: 130px;
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1600px) {
  .main-header .wrapper .header-info .menu-wrap .catalog-menu-wrap .links a .img-wrap {
    max-height: 110px;
  }
}
@media (max-width: 1200px) {
  .main-header .wrapper .header-info .menu-wrap .catalog-menu-wrap .links a .img-wrap {
    max-height: 100px;
  }
}
@media (max-width: 1024px) {
  .main-header .wrapper .header-info .menu-wrap .catalog-menu-wrap .links a .img-wrap {
    max-height: 10vw;
  }
}
@media (max-width: 767px) {
  .main-header .wrapper .header-info .menu-wrap .catalog-menu-wrap .links a .img-wrap {
    max-height: 16vw;
  }
}
.main-header .wrapper .header-info .menu-wrap .catalog-menu-wrap .links a .img-wrap img {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.main-header .wrapper .header-info .menu-wrap .catalog-menu-wrap .links a .text {
  font-size: 17px;
  font-weight: 600;
  color: #353535;
  padding: 20px;
  text-align: center;
  max-width: 170px;
  width: 100%;
  margin: auto auto 0;
}
@media (max-width: 1600px) {
  .main-header .wrapper .header-info .menu-wrap .catalog-menu-wrap .links a .text {
    font-size: 16px;
    padding: 10px 15px 20px;
  }
}
@media (max-width: 1200px) {
  .main-header .wrapper .header-info .menu-wrap .catalog-menu-wrap .links a .text {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .main-header .wrapper .header-info .menu-wrap .catalog-menu-wrap .links a .text {
    padding: 10px;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .main-header .wrapper .header-info .menu-wrap .catalog-menu-wrap .links a .text {
    font-size: 2.7vw;
    margin: auto;
  }
}
.main-header .wrapper .header-info .menu-wrap .catalog-menu-wrap .search-mobile {
  display: none;
}
@media (max-width: 1024px) {
  .main-header .wrapper .header-info .menu-wrap .catalog-menu-wrap .search-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px 20px;
    width: 100%;
    background: #4c7972;
    border-radius: 0 0 10px 10px;
    margin-bottom: 15px;
  }
  .main-header .wrapper .header-info .menu-wrap .catalog-menu-wrap .search-mobile > span {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
    display: block;
    color: white;
  }
  .main-header .wrapper .header-info .menu-wrap .catalog-menu-wrap .search-mobile .search-form {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin: 0;
    position: relative;
    z-index: 0;
    height: auto;
  }
  .main-header .wrapper .header-info .menu-wrap .catalog-menu-wrap .search-mobile .search-form button {
    background: transparent;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 12px;
  }
  .main-header .wrapper .header-info .menu-wrap .catalog-menu-wrap .search-mobile .search-form button img {
    margin: auto;
  }
  .main-header .wrapper .header-info .menu-wrap .catalog-menu-wrap .search-mobile .search-form input {
    width: 100%;
    height: 40px;
    padding: 0 12px;
    border: 1px solid #847869;
    border-radius: 10px;
    padding-right: 40px;
  }
}
.main-header .wrapper .header-info .menu-wrap .catalog-menu-wrap .bottom-info {
  display: none;
}
@media (max-width: 1024px) {
  .main-header .wrapper .header-info .menu-wrap .catalog-menu-wrap .bottom-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;
    padding: 15px 20px;
    width: 100%;
    background: #4c7972;
    border-radius: 10px 10px 0 0;
    margin-top: 15px;
  }
  .main-header .wrapper .header-info .menu-wrap .catalog-menu-wrap .bottom-info .icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 24px;
    height: 24px;
    min-width: 24px;
  }
  .main-header .wrapper .header-info .menu-wrap .catalog-menu-wrap .bottom-info .icon .num {
    width: 20px;
    height: 20px;
    min-width: 20px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: black;
    font-size: 12px;
    font-weight: 600;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #decbb2;
    position: absolute;
    top: -8px;
    right: -8px;
  }
  .main-header .wrapper .header-info .menu-wrap .catalog-menu-wrap .bottom-info .icon img {
    margin: auto;
  }
}
.main-header .wrapper .header-info .menu-wrap .catalog-menu-wrap.open {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.main-header.fixed .wrapper .header-info {
  border-radius: 10px;
}
@media (max-width: 1024px) {
  .main-header.fixed .wrapper .header-info {
    border-radius: 0;
  }
}
.main-header.fixed .wrapper .header-info .menu-wrap {
  position: static;
  width: auto;
}
.main-header.fixed .wrapper .header-info .menu-wrap .catalog-btn {
  width: auto;
  padding: 10px 15px;
}
@media (max-width: 1024px) {
  .main-header.fixed .wrapper .header-info .menu-wrap .catalog-btn {
    width: 40px;
    padding: 0;
  }
}
.main-header.fixed .wrapper .header-info .menu-wrap .catalog-btn .drop-menu {
  margin: 0;
}
@media (max-width: 1024px) {
  .main-header.fixed .wrapper .header-info .menu-wrap .catalog-btn .drop-menu {
    margin: auto;
  }
}
.main-header.fixed .wrapper .header-info .menu-wrap .catalog-btn .text {
  display: none;
}
.main-header.fixed .wrapper .header-info .menu-wrap.radius {
  border-radius: 10px 10px 0 0;
}
.main-header.fixed .wrapper .header-info .menu-wrap .main-menu {
  display: none;
}

/* Исправление позиционирования умного поиска для зафиксированной шапки */
.main-header.fixed .wrapper .header-info .search-form {
  position: relative;
  z-index: 10000;
}

.main-header.fixed .wrapper .header-info .search-form .smart-search-popup {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  right: auto !important;
  margin-top: 0 !important;
  z-index: 10001 !important;
}

.header.fixed .wrapper .header-info .search-form {
  position: relative;
  z-index: 10000;
}

.header.fixed .wrapper .header-info .search-form .smart-search-popup {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  right: auto !important;
  margin-top: 0 !important;
  z-index: 10001 !important;
}

.header {
  position: fixed;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 11;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1024px) {
  .header {
    top: 0;
  }
}
@media (max-width: 1024px) {
  .header .wrapper {
    padding: 0;
  }
}
.header .wrapper .header-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background: white;
  padding: 10px 20px;
  position: relative;
  z-index: 0;
}
@media (max-width: 1024px) {
  .header .wrapper .header-info {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 0;
    padding: 10px 20px;
  }
}
.header .wrapper .header-info .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
}
@media (max-width: 1200px) {
  .header .wrapper .header-info .logo {
    margin-right: 15px;
  }
}
.header .wrapper .header-info .logo img {
  max-width: 100%;
  max-height: 100%;
}
.header .wrapper .header-info .search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 540px;
  width: 100%;
  height: 50px;
  margin: 0 20px;
}
@media (max-width: 1350px) {
  .header .wrapper .header-info .search-form {
    max-width: 300px;
    margin: 0 15px;
  }
}
@media (max-width: 1200px) {
  .header .wrapper .header-info .search-form {
    max-width: 260px;
  }
}
@media (max-width: 1024px) {
  .header .wrapper .header-info .search-form {
    display: none;
  }
}
.header .wrapper .header-info .search-form input {
  border-radius: 10px 0 0 10px;
  height: 100%;
  width: calc(100% - 40px);
  border: 1px solid #4c7972;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 500;
  color: #39281c;
}
.header .wrapper .header-info .search-form input::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 500;
  color: #39281c;
}
.header .wrapper .header-info .search-form input::-moz-placeholder {
  font-size: 14px;
  font-weight: 500;
  color: #39281c;
}
.header .wrapper .header-info .search-form input:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 500;
  color: #39281c;
}
.header .wrapper .header-info .search-form input:-moz-placeholder {
  font-size: 14px;
  font-weight: 500;
  color: #39281c;
}
.header .wrapper .header-info .search-form button {
  border-radius: 10px;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  margin-left: -10px;
  background: #4c7972;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .wrapper .header-info .search-form button:hover {
  background: #5a8f87;
}
.header .wrapper .header-info .search-form button img {
  margin: auto;
}
.header .wrapper .header-info .phone-wrap {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 20px;
}
@media (max-width: 1200px) {
  .header .wrapper .header-info .phone-wrap {
    margin: 0 15px;
  }
}
@media (max-width: 1024px) {
  .header .wrapper .header-info .phone-wrap {
    border-radius: 50%;
    width: 40px;
    min-width: 40px;
    height: 40px;
    background: #4c7972;
    margin: 0;
  }
}
.header .wrapper .header-info .phone-wrap img {
  display: none;
}
@media (max-width: 1024px) {
  .header .wrapper .header-info .phone-wrap img {
    display: inline-block;
    margin: auto;
  }
}
.header .wrapper .header-info .phone-wrap .phone {
  font-weight: bold;
  font-size: 16px;
  color: #39281c;
  margin-bottom: 3px;
}
@media (max-width: 1024px) {
  .header .wrapper .header-info .phone-wrap .phone {
    font-size: 0;
    margin: auto;
  }
}
.header .wrapper .header-info .phone-wrap .order-call {
  font-size: 16px;
  font-weight: 600;
  color: #847869;
  padding-bottom: 2px;
  border-bottom: 1px dashed #847869;
}
@media (max-width: 1024px) {
  .header .wrapper .header-info .phone-wrap .order-call {
    display: none;
  }
}
.header .wrapper .header-info .phone-wrap .order-call:hover {
  border-color: transparent;
}
.header .wrapper .header-info .buttons-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  padding-right: 10px;
}
@media (max-width: 1024px) {
  .header .wrapper .header-info .buttons-top {
    display: none;
  }
}
.header .wrapper .header-info .buttons-top .favorite {
  margin: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .wrapper .header-info .buttons-top .favorite img {
  margin: auto;
}
.header .wrapper .header-info .buttons-top .num {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 20px;
  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;
  background: #4c7972;
  color: white;
  z-index: 10;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 500;
}
.header .wrapper .header-info .buttons-top .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .wrapper .header-info .buttons-top .icon img {
  margin: auto;
}
.header .wrapper .header-info .buttons-top .basket-wrap {
  position: relative;
  z-index: 0;
  margin-left: 15px;
}
.header .wrapper .header-info .buttons-top .info {
  position: relative;
  z-index: 0;
}
.header .wrapper .header-info .buttons-top .login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
}
.header .wrapper .header-info .buttons-top .login img {
  margin: auto;
}
.header .wrapper .header-info .menu-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1024px) {
  .header .wrapper .header-info .menu-wrap {
    position: static;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: auto;
  }
}
.header .wrapper .header-info .menu-wrap .catalog-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  border-radius: 10px;
  background: #4c7972;
}
@media (max-width: 1024px) {
  .header .wrapper .header-info .menu-wrap .catalog-btn {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    min-width: 40px;
  }
}
.header .wrapper .header-info .menu-wrap .catalog-btn:hover {
  background: #5a8f87;
}
.header .wrapper .header-info .menu-wrap .catalog-btn img {
  display: none;
}
@media (max-width: 1024px) {
  .header .wrapper .header-info .menu-wrap .catalog-btn img {
    display: inline-block;
    margin: auto;
  }
}
.header .wrapper .header-info .menu-wrap .catalog-btn .drop-menu {
  margin: auto;
}
.header .wrapper .header-info .menu-wrap .catalog-btn .drop-menu.is-active .line:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(45deg);
  -ms-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
}
.header .wrapper .header-info .menu-wrap .catalog-btn .drop-menu .line {
  width: 26px;
  margin: 3px auto;
}
.header .wrapper .header-info .menu-wrap .catalog-btn .text {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .header .wrapper .header-info .menu-wrap .catalog-btn .text {
    display: none;
  }
}
.header .wrapper .header-info .menu-wrap .catalog-menu-wrap {
  position: absolute;
  top: 93%;
  left: 0;
  width: 100%;
  z-index: -1;
  height: auto;
  background: #fff;
  border-radius: 0 0 10px 10px;
  padding: 20px;
  padding-top: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  max-height: 875px;
  overflow-y: auto;
}
@media (max-width: 1350px) {
  .header .wrapper .header-info .menu-wrap .catalog-menu-wrap {
    max-height: 600px;
  }
}
@media (max-width: 1024px) {
  .header .wrapper .header-info .menu-wrap .catalog-menu-wrap {
    z-index: 0;
  }
}
.header .wrapper .header-info .menu-wrap .catalog-menu-wrap .close {
  display: none;
}
@media (max-width: 1024px) {
  .header .wrapper .header-info .menu-wrap .catalog-menu-wrap {
    max-height: inherit;
    height: 100vh;
    top: 0;
    padding-top: 0;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header .wrapper .header-info .menu-wrap .catalog-menu-wrap .close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    z-index: 10;
    top: 20px;
    right: 20px;
  }
  .header .wrapper .header-info .menu-wrap .catalog-menu-wrap .close img {
    margin: auto;
  }
}
.header .wrapper .header-info .menu-wrap .catalog-menu-wrap::-webkit-scrollbar {
  width: 4px;
}
.header .wrapper .header-info .menu-wrap .catalog-menu-wrap::-webkit-scrollbar-track {
  background: transparent;
}
.header .wrapper .header-info .menu-wrap .catalog-menu-wrap::-webkit-scrollbar-thumb {
  background: #4c7972;
}
.header .wrapper .header-info .menu-wrap .catalog-menu-wrap .links {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1024px) {
  .header .wrapper .header-info .menu-wrap .catalog-menu-wrap .links {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 10px;
    padding: 0 20px;
    margin-bottom: auto;
  }
}
@media (max-width: 767px) {
  .header .wrapper .header-info .menu-wrap .catalog-menu-wrap .links {
    grid-template-columns: 1fr 1fr 1fr;
    padding: 0 15px;
  }
}
.header .wrapper .header-info .menu-wrap .catalog-menu-wrap .links a {
  border-radius: 10px;
  background: #f4f1ec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .header .wrapper .header-info .menu-wrap .catalog-menu-wrap .links a {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    height: 17vw;
  }
}
@media (max-width: 767px) {
  .header .wrapper .header-info .menu-wrap .catalog-menu-wrap .links a {
    height: 32vw;
  }
}
.header .wrapper .header-info .menu-wrap .catalog-menu-wrap .links a:hover {
  background: #decbb2;
}
.header .wrapper .header-info .menu-wrap .catalog-menu-wrap .links a .img-wrap {
  max-height: 130px;
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1600px) {
  .header .wrapper .header-info .menu-wrap .catalog-menu-wrap .links a .img-wrap {
    max-height: 110px;
  }
}
@media (max-width: 1200px) {
  .header .wrapper .header-info .menu-wrap .catalog-menu-wrap .links a .img-wrap {
    max-height: 100px;
  }
}
@media (max-width: 1024px) {
  .header .wrapper .header-info .menu-wrap .catalog-menu-wrap .links a .img-wrap {
    max-height: 10vw;
  }
}
@media (max-width: 767px) {
  .header .wrapper .header-info .menu-wrap .catalog-menu-wrap .links a .img-wrap {
    max-height: 16vw;
  }
}
.header .wrapper .header-info .menu-wrap .catalog-menu-wrap .links a .img-wrap img {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.header .wrapper .header-info .menu-wrap .catalog-menu-wrap .links a .text {
  font-size: 17px;
  font-weight: 600;
  color: #353535;
  padding: 20px;
  text-align: center;
  max-width: 170px;
  width: 100%;
  margin: auto auto 0;
}
@media (max-width: 1600px) {
  .header .wrapper .header-info .menu-wrap .catalog-menu-wrap .links a .text {
    font-size: 16px;
    padding: 10px 15px 20px;
  }
}
@media (max-width: 1200px) {
  .header .wrapper .header-info .menu-wrap .catalog-menu-wrap .links a .text {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .header .wrapper .header-info .menu-wrap .catalog-menu-wrap .links a .text {
    padding: 10px;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .header .wrapper .header-info .menu-wrap .catalog-menu-wrap .links a .text {
    font-size: 2.7vw;
    margin: auto;
  }
}
.header .wrapper .header-info .menu-wrap .catalog-menu-wrap .search-mobile {
  display: none;
}
@media (max-width: 1024px) {
  .header .wrapper .header-info .menu-wrap .catalog-menu-wrap .search-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px;
    width: 100%;
    background: #4c7972;
    border-radius: 0 0 10px 10px;
    margin-bottom: 15px;
  }
  .header .wrapper .header-info .menu-wrap .catalog-menu-wrap .search-mobile > span {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
    display: block;
    color: white;
  }
  .header .wrapper .header-info .menu-wrap .catalog-menu-wrap .search-mobile .search-form {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin: 0;
    position: relative;
    z-index: 0;
    height: auto;
  }
  .header .wrapper .header-info .menu-wrap .catalog-menu-wrap .search-mobile .search-form button {
    background: transparent;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 12px;
  }
  .header .wrapper .header-info .menu-wrap .catalog-menu-wrap .search-mobile .search-form button img {
    margin: auto;
  }
  .header .wrapper .header-info .menu-wrap .catalog-menu-wrap .search-mobile .search-form input {
    width: 100%;
    height: 40px;
    padding: 0 12px;
    border: 1px solid #847869;
    border-radius: 10px;
    padding-right: 40px;
  }
}
.header .wrapper .header-info .menu-wrap .catalog-menu-wrap .bottom-info {
  display: none;
}
@media (max-width: 1024px) {
  .header .wrapper .header-info .menu-wrap .catalog-menu-wrap .bottom-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;
    padding: 15px 20px;
    width: 100%;
    background: #4c7972;
    border-radius: 10px 10px 0 0;
    margin-top: 15px;
  }
  .header .wrapper .header-info .menu-wrap .catalog-menu-wrap .bottom-info .icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 24px;
    height: 24px;
    min-width: 24px;
  }
  .header .wrapper .header-info .menu-wrap .catalog-menu-wrap .bottom-info .icon .num {
    width: 20px;
    height: 20px;
    min-width: 20px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: black;
    font-size: 12px;
    font-weight: 600;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #decbb2;
    position: absolute;
    top: -8px;
    right: -8px;
  }
  .header .wrapper .header-info .menu-wrap .catalog-menu-wrap .bottom-info .icon img {
    margin: auto;
  }
}
.header .wrapper .header-info .menu-wrap .catalog-menu-wrap.open {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.header.fixed .wrapper .header-info {
  border-radius: 10px;
}
@media (max-width: 1024px) {
  .header.fixed .wrapper .header-info {
    border-radius: 0;
  }
}
.header.fixed .wrapper .header-info .menu-wrap {
  position: static;
  width: auto;
}
.header.fixed .wrapper .header-info .menu-wrap .catalog-btn {
  width: auto;
  padding: 10px 15px;
}
@media (max-width: 1024px) {
  .header.fixed .wrapper .header-info .menu-wrap .catalog-btn {
    width: 40px;
    padding: 0;
  }
}
.header.fixed .wrapper .header-info .menu-wrap .catalog-btn .drop-menu {
  margin: 0;
}
@media (max-width: 1024px) {
  .header.fixed .wrapper .header-info .menu-wrap .catalog-btn .drop-menu {
    margin: auto;
  }
}
.header.fixed .wrapper .header-info .menu-wrap .catalog-btn .text {
  display: none;
}
.header.fixed .wrapper .header-info .menu-wrap.radius {
  border-radius: 10px 10px 0 0;
}
.header.fixed .wrapper .header-info .menu-wrap .main-menu {
  display: none;
}
.header.header2 .header-info {
  background: transparent;
  border-bottom: 1px solid #39281c;
  border-radius: 0;
  padding-bottom: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header.header2 .header-info .search-form input {
  background: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1024px) {
  .header.header2 .header-info .search-form input {
    background: white;
  }
}
.header.header2 .header-info.bg {
  background: white;
}
.header.header2.header-fixed .header-info {
  background: white;
  border-bottom: 1px solid transparent;
  border-radius: 10px;
  padding-bottom: 10px;
}
.header.header2.header-fixed .header-info .search-form input {
  background: white;
}

.catalog-wrap .main-title {
  margin-top: 10px;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .catalog-wrap .main-title {
    margin-bottom: 20px;
  }
}
.catalog-wrap .catalog-links {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 20px;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .catalog-wrap .catalog-links {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 10px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .catalog-wrap .catalog-links {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.catalog-wrap .catalog-links a {
  border-radius: 10px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .catalog-wrap .catalog-links a {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    height: 17vw;
  }
}
@media (max-width: 767px) {
  .catalog-wrap .catalog-links a {
    height: 32vw;
  }
}
.catalog-wrap .catalog-links a:hover {
  background: #decbb2;
}
.catalog-wrap .catalog-links a .img-wrap {
  max-height: 130px;
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1600px) {
  .catalog-wrap .catalog-links a .img-wrap {
    max-height: 110px;
  }
}
@media (max-width: 1200px) {
  .catalog-wrap .catalog-links a .img-wrap {
    max-height: 100px;
  }
}
@media (max-width: 1024px) {
  .catalog-wrap .catalog-links a .img-wrap {
    max-height: 10vw;
  }
}
@media (max-width: 767px) {
  .catalog-wrap .catalog-links a .img-wrap {
    max-height: 16vw;
  }
}
.catalog-wrap .catalog-links a .img-wrap img {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.catalog-wrap .catalog-links a .text {
  font-size: 17px;
  font-weight: 600;
  color: #353535;
  padding: 20px;
  text-align: center;
  max-width: 170px;
  width: 100%;
  margin: auto auto 0;
}
@media (max-width: 1600px) {
  .catalog-wrap .catalog-links a .text {
    font-size: 16px;
    padding: 10px 15px 20px;
  }
}
@media (max-width: 1200px) {
  .catalog-wrap .catalog-links a .text {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .catalog-wrap .catalog-links a .text {
    padding: 10px;
    font-size: 13px;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .catalog-wrap .catalog-links a .text {
    font-size: 2.7vw;
  }
}

.registration-wrap {
  margin-bottom: 150px;
}
@media (max-width: 1024px) {
  .registration-wrap {
    margin-bottom: 50px;
  }
}
.registration-wrap .wrapper {
  max-width: 850px;
}
.registration-wrap .wrapper .main-title {
  text-align: center;
  margin-bottom: 20px;
}
.registration-wrap .wrapper .register-form .input-wrap {
  max-width: 470px;
  width: 100%;
  margin: 0 auto 50px;
}
@media (max-width: 767px) {
  .registration-wrap .wrapper .register-form .input-wrap {
    margin-bottom: 20px;
  }
}
.registration-wrap .wrapper .register-form .input-wrap span {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  color: #353535;
}
.registration-wrap .wrapper .register-form .input-wrap input {
  padding: 0 20px;
  height: 50px;
  border-radius: 10px;
  width: 100%;
}
.registration-wrap .wrapper .register-form p {
  text-align: center;
  margin-bottom: 30px;
  color: #353535;
}
@media (max-width: 767px) {
  .registration-wrap .wrapper .register-form p {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.registration-wrap .wrapper .register-form p a {
  display: block;
  color: #353535;
  font-weight: bold;
  text-align: center;
}
.registration-wrap .wrapper .register-form button {
  max-width: 470px;
  width: 100%;
  margin: 0 auto;
  border-radius: 10px;
  height: 40px;
  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: #4c7972;
  font-size: 14px;
  font-weight: bold;
  color: white;
}
.registration-wrap .wrapper .register-form button:hover {
  background: #5a8f87;
}

.thank-wrap {
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  .thank-wrap {
    margin-bottom: 50px;
  }
}
.thank-wrap .info {
  margin-bottom: 90px;
}
@media (max-width: 1024px) {
  .thank-wrap .info {
    margin-bottom: 50px;
  }
}
.thank-wrap .info .main-title {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .thank-wrap .info .main-title {
    margin-bottom: 15px;
  }
}
.thank-wrap .info b {
  font-weight: bold;
  font-size: 24px;
  color: #353535;
  display: block;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .thank-wrap .info b {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.thank-wrap .info p {
  font-weight: 500;
  font-size: 16px;
  color: #353535;
}

.filters-wrap {
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .filters-wrap {
    margin-bottom: 10px;
  }
}
.filters-wrap .main-title {
  margin: 20px 0;
}
@media (max-width: 767px) {
  .filters-wrap .main-title {
    font-size: 24px;
    margin-top: 10px;
  }
}
.filters-wrap .title-top-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;
  margin-bottom: 30px;
  margin-top: 20px;
}
.filters-wrap .title-top-wrap .main-title {
  margin: 0;
}
.filters-wrap .title-top-wrap .back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #847869;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .filters-wrap .title-top-wrap .back {
    display: none;
  }
}
.filters-wrap .title-top-wrap .back img {
  margin-right: 15px;
}
.filters-wrap .filters-top-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;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .filters-wrap .filters-top-wrap {
    margin-bottom: 20px;
  }
}
.filters-wrap .filters-top-wrap h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 34px;
  font-weight: bold;
  color: #353535;
}
@media (max-width: 1024px) {
  .filters-wrap .filters-top-wrap h2 {
    display: none;
  }
}
.filters-wrap .filters-top-wrap h2 span {
  font-weight: 500;
  font-size: 20px;
  color: #847869;
  margin-left: 20px;
  margin-top: 5px;
}
.filters-wrap .filters-top-wrap .sorting-filter-mob-btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  min-height: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid #39281c;
  cursor: pointer;
  display: none;
}
@media (max-width: 1024px) {
  .filters-wrap .filters-top-wrap .sorting-filter-mob-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 767px) {
  .filters-wrap .filters-top-wrap .sorting-filter-mob-btn {
    width: calc(50% - 10px);
  }
}
@media (max-width: 414px) {
  .filters-wrap .filters-top-wrap .sorting-filter-mob-btn {
    width: calc(50% - 5px);
  }
}
.filters-wrap .filters-top-wrap .sorting-filter-mob-btn span {
  font-size: 14px;
  font-weight: 700;
  color: #39281c;
}
.filters-wrap .filters-top-wrap .sorting-filter-mob-btn img {
  margin-left: 10px;
}
.filters-wrap .filters-top-wrap .sorting-filter-btn {
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .filters-wrap .filters-top-wrap .sorting-filter-btn {
    width: calc(50% - 10px);
  }
}
@media (max-width: 414px) {
  .filters-wrap .filters-top-wrap .sorting-filter-btn {
    width: calc(50% - 5px);
  }
}
.filters-wrap .filters-top-wrap .sorting-filter-btn .sorting-filter-top {
  border-radius: 10px;
  border: 1px solid #39281c;
  min-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;
  padding: 10px 20px;
  color: #39281c;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .filters-wrap .filters-top-wrap .sorting-filter-btn .sorting-filter-top {
    font-size: 0px;
    min-height: 40px;
    padding: 10px;
  }
}
.filters-wrap .filters-top-wrap .sorting-filter-btn .sorting-filter-top .text {
  margin-right: 20px;
  color: #39281c;
  font-size: 20px;
  font-weight: bold;
  margin-left: 5px;
}
@media (max-width: 1024px) {
  .filters-wrap .filters-top-wrap .sorting-filter-btn .sorting-filter-top .text {
    font-size: 14px;
    margin-right: 6px;
  }
}
@media (max-width: 1024px) {
  .filters-wrap .filters-top-wrap .sorting-filter-btn .sorting-filter-top img {
    width: 18px;
  }
}
.filters-wrap .filters-top-wrap .sorting-filter-btn .sorting-filter-bottom {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  padding: 10px 20px;
  border: 1px solid #39281c;
  border-top: 0;
  border-radius: 0 0 10px 10px;
  width: 100%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #f4f1ec;
  opacity: 0;
}
@media (max-width: 1024px) {
  .filters-wrap .filters-top-wrap .sorting-filter-btn .sorting-filter-bottom {
    padding: 10px;
  }
}
.filters-wrap .filters-top-wrap .sorting-filter-btn .sorting-filter-bottom.open {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.filters-wrap .filters-top-wrap .sorting-filter-btn .sorting-filter-bottom .item {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.filters-wrap .filters-top-wrap .sorting-filter-btn .sorting-filter-bottom .item:last-child {
  margin-bottom: 10px;
}
.filters-wrap .filters-top-wrap .sorting-filter-btn .sorting-filter-bottom .item.active .icon:after {
  opacity: 1;
}
.filters-wrap .filters-top-wrap .sorting-filter-btn .sorting-filter-bottom .item .icon {
  width: 20px;
  height: 20px;
  border: 2px solid #39281c;
  border-radius: 4px;
  position: relative;
  z-index: 0;
}
.filters-wrap .filters-top-wrap .sorting-filter-btn .sorting-filter-bottom .item .icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background: #39281c;
  border-radius: 2px;
  opacity: 0;
}
.filters-wrap .filters-top-wrap .sorting-filter-btn .sorting-filter-bottom .item .text {
  font-size: 16px;
  font-weight: 600;
  color: #39281c;
  margin-left: 12px;
}
@media (max-width: 1024px) {
  .filters-wrap .filters-top-wrap .sorting-filter-btn .sorting-filter-bottom .item .text {
    margin-left: 6px;
    font-size: 14px;
  }
}
.filters-wrap .filters-top-wrap .sorting-filter-btn.no-radius .sorting-filter-top {
  border-radius: 10px 10px 0 0;
  border-bottom: transparent;
}

.filters-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}
.filters-info .left-info {
  width: 350px;
  margin-right: 20px;
  min-width: 340px;
}
@media (max-width: 1024px) {
  .filters-info .left-info {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + 40px);
    margin-right: 0 !important;
    margin-left: -20px;
    z-index: 10;
    padding: 10px 20px 30px;
    max-height: 800px;
    overflow-y: auto;
    background: #f4f1ec;
    display: none;
  }
  .filters-info .left-info.show {
    display: block;
  }
}
.filters-info .left-info .filter-drop-menu {
  display: none;
}
@media (max-width: 1024px) {
  .filters-info .left-info .filter-drop-menu {
    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;
    border-radius: 10px;
    background: white;
    width: 100%;
    border: 1px solid #39281c;
    padding: 5px 15px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #39281c;
    position: relative;
    z-index: 0;
    margin-bottom: 15px;
  }
  .filters-info .left-info .filter-drop-menu .close-filter {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.filters-info .left-info .filter-sidebar .radio-wrap label {
  border-radius: 50px;
  padding: 4px 10px;
}
.filters-info .left-info .filter-sidebar .info-wrapper {
  margin-bottom: 20px;
  border-radius: 10px;
  background: white;
  padding: 20px;
}
.filters-info .left-info .filter-sidebar .info-wrapper .title-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;
  cursor: pointer;
}
.filters-info .left-info .filter-sidebar .info-wrapper .title-top.margin {
  margin-bottom: 0;
}
.filters-info .left-info .filter-sidebar .info-wrapper .title-top p {
  font-weight: bold;
  font-size: 20px;
  color: #353535;
}
.filters-info .left-info .filter-sidebar .info-wrapper .title-top button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.filters-info .left-info .filter-sidebar .info-wrapper .title-top button.rotate {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.filters-info .left-info .filter-sidebar .info-wrapper .info .filter-price h3 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #353535;
}
.filters-info .left-info .filter-sidebar .info-wrapper .info .filter-price .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
}
.filters-info .left-info .filter-sidebar .info-wrapper .info .filter-price .wrap span {
  margin-right: 5px;
  font-weight: 500;
}
.filters-info .left-info .filter-sidebar .info-wrapper .info .filter-price .wrap > h4 {
  margin-right: 10px;
  font-size: 16px;
  color: #39281c;
  font-weight: normal;
}
.filters-info .left-info .filter-sidebar .info-wrapper .info .radios,
.filters-info .left-info .filter-sidebar .info-wrapper .info .checkboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.filters-info .left-info .filter-sidebar .info-wrapper .info .radios .radio-wrap,
.filters-info .left-info .filter-sidebar .info-wrapper .info .radios .checkbox-wrap,
.filters-info .left-info .filter-sidebar .info-wrapper .info .checkboxes .radio-wrap,
.filters-info .left-info .filter-sidebar .info-wrapper .info .checkboxes .checkbox-wrap {
  margin-right: 10px;
  margin-bottom: 10px;
}
.filters-info .left-info .filter-sidebar .info-wrapper .info.hide {
  display: none;
}
.filters-info .left-info .filter-sidebar .apply-filters {
  border-radius: 10px;
  width: 100%;
  height: 40px;
  padding: 8px 20px;
  font-size: 15px;
  font-weight: bold;
  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;
  background: #4c7972;
}
.filters-info .left-info .filter-sidebar .apply-filters:hover {
  background: #3e635d;
}
.filters-info .right-info {
  width: calc(100% - 370px);
}
@media (max-width: 1024px) {
  .filters-info .right-info {
    width: 100%;
  }
}
.filters-info .show-all-video {
  width: 100%;
  margin-top: 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;
  border: 2px solid #4c7972;
  color: #4c7972;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 10px;
  min-height: 40px;
}
.filters-info .show-all-video:hover {
  background: #4c7972;
  color: #fff;
}
.filters-info .video-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 767px) {
  .filters-info .video-items {
    grid-template-columns: 1fr;
  }
}
.filters-info .video-items .video-item {
  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: 1024px) {
  .filters-info .video-items .video-item:nth-child(n+5) {
    display: none;
  }
}
.filters-info .video-items .video-item.hide {
  display: none;
}
.filters-info .video-items .video-item .img-wrap {
  position: relative;
  z-index: 0;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 10px;
  height: 270px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .filters-info .video-items .video-item .img-wrap {
    height: 60vw;
  }
}
.filters-info .video-items .video-item .img-wrap .play {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.filters-info .video-items .video-item .img-wrap .date {
  color: white;
  font-weight: 500;
}
.filters-info .video-items .video-item .name {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #39281c;
}
@media (max-width: 767px) {
  .filters-info .video-items .video-item .name {
    font-size: 16px;
    margin-bottom: 6px;
  }
}
.filters-info .video-items .video-item p {
  font-size: 16px;
  color: #39281c;
}
@media (max-width: 767px) {
  .filters-info .video-items .video-item p {
    font-size: 14px;
  }
}
.filters-info .items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1300px) {
  .filters-info .items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 414px) {
  .filters-info .items {
    gap: 10px;
  }
}
@media (max-width: 1300px) {
  .filters-info .items .product-item-new:nth-child(n+7) {
    display: none;
  }
}
@media (max-width: 767px) {
  .filters-info .items .product-item-new:nth-child(n+5) {
    display: none;
  }
}
.filters-info .items .product-item-new.hide {
  display: none;
}

.nothing-found {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .nothing-found {
    margin-bottom: 60px;
  }
}
.nothing-found .wrapper {
  text-align: center;
}
.nothing-found .wrapper .main-title {
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .nothing-found .wrapper .main-title {
    margin-bottom: 20px;
  }
}
.nothing-found .wrapper p {
  font-weight: 500;
  text-align: center;
  margin-bottom: 50px;
  color: #353535;
}
@media (max-width: 767px) {
  .nothing-found .wrapper p {
    margin-bottom: 30px;
  }
}
.nothing-found .wrapper .green-btn {
  max-width: 470px;
  width: 100%;
}
@media (max-width: 767px) {
  .nothing-found .popular-wrap .slider-navigation {
    display: none;
  }
}
@media (max-width: 767px) {
  .nothing-found .popular-wrap .title-wrap {
    margin-bottom: 0;
  }
}

.green-btn {
  border-radius: 10px;
  color: white;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 30px;
  font-size: 14px;
  font-weight: bold;
  background: #4c7972;
}
.green-btn:hover {
  background: #3e635d;
}

.product-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 120px;
}
.product-count button {
  min-width: 30px;
  width: 30px;
  border-radius: 6px;
  height: 30px;
  line-height: 140%;
  font-weight: 500;
  border: 1px solid #d9d9d9;
  font-size: 16px;
  color: #353535;
}
.product-count input {
  width: 50px;
  height: 30px;
  border-radius: 6px;
  margin: 0 6px;
  font-weight: 500;
  font-size: 14px;
  border: 1px solid #d9d9d9;
  text-align: center;
  padding: 0 5px;
}
.product-count input::-webkit-input-placeholder {
  color: #353535;
}
.product-count input::-moz-placeholder {
  color: #353535;
}
.product-count input:-ms-input-placeholder {
  color: #353535;
}
.product-count input:-moz-placeholder {
  color: #353535;
}

.product-page-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .product-page-wrapper {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .product-page-wrapper {
    margin-bottom: 10px;
  }
}
.product-page-wrapper .product-page-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .product-page-wrapper .product-page-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px;
  }
}
.product-page-wrapper .product-page-info .info-left {
  width: calc(100% - 470px);
}
@media (max-width: 1024px) {
  .product-page-wrapper .product-page-info .info-left {
    width: 100%;
  }
}
.product-page-wrapper .product-page-info .info-left .product-page-wrap {
  margin-bottom: 80px;
}
.product-page-wrapper .product-page-info .info-left .product-page-wrap .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;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .product-page-wrapper .product-page-info .info-left .product-page-wrap .title-wrap .slider-navigation {
    display: none;
  }
}
@media (max-width: 1300px) {
  .product-page-wrapper .product-page-info .info-left .product-page-wrap .title-wrap .main-title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .product-page-wrapper .product-page-info .info-left .product-page-wrap .title-wrap .main-title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .product-page-wrapper .product-page-info .info-left .product-page-wrap .product-page-slider {
    width: calc(100% + 30px);
  }
}
.product-page-wrapper .product-page-info .info-left .product-page-wrap .product-page-slider .slick-dots {
  bottom: -35px;
}
.product-page-wrapper .product-page-info .info-left .product-page-wrap .product-page-slider .item {
  margin-left: 20px;
  width: 315px;
}
@media (max-width: 767px) {
  .product-page-wrapper .product-page-info .info-left .product-page-wrap .product-page-slider .item {
    width: 230px;
    margin-left: 15px;
  }
}
.product-page-wrapper .product-page-info .info-left .review-slider-wrap {
  position: relative;
  z-index: 0;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .product-page-wrapper .product-page-info .info-left .review-slider-wrap {
    margin-top: 70px;
    padding-bottom: 60px;
  }
}
.product-page-wrapper .product-page-info .info-left .review-slider-wrap .slider-navigation {
  width: 100%;
}
@media (max-width: 1024px) {
  .product-page-wrapper .product-page-info .info-left .review-slider-wrap .slider-navigation {
    display: none;
  }
}
.product-page-wrapper .product-page-info .info-left .review-slider-wrap .title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .product-page-wrapper .product-page-info .info-left .review-slider-wrap .title-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 30px;
  }
}
.product-page-wrapper .product-page-info .info-left .review-slider-wrap .title-wrap .left-info .main-title {
  margin-bottom: 10px;
}
.product-page-wrapper .product-page-info .info-left .review-slider-wrap .title-wrap .left-info .rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .product-page-wrapper .product-page-info .info-left .review-slider-wrap .title-wrap .left-info .rate {
    margin: 10px 0 20px;
  }
}
.product-page-wrapper .product-page-info .info-left .review-slider-wrap .title-wrap .left-info .rate b {
  font-size: 50px;
  font-weight: bold;
  margin-right: 15px;
  color: #39281c;
  line-height: 90%;
  display: inline-block;
}
@media (max-width: 767px) {
  .product-page-wrapper .product-page-info .info-left .review-slider-wrap .title-wrap .left-info .rate b {
    font-size: 40px;
  }
}
.product-page-wrapper .product-page-info .info-left .review-slider-wrap .title-wrap .left-info .rate img {
  margin-right: 15px;
}
.product-page-wrapper .product-page-info .info-left .review-slider-wrap .title-wrap .left-info .rate span {
  font-weight: 500;
  font-size: 16px;
  color: #39281c;
}
.product-page-wrapper .product-page-info .info-left .review-slider-wrap .title-wrap .link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 10px;
  border: 2px solid #39281c;
  padding: 10px 44px;
  font-size: 14px;
  font-weight: 600;
  color: #39281c;
}
.product-page-wrapper .product-page-info .info-left .review-slider-wrap .title-wrap .link:hover {
  background: #39281c;
  color: white;
}
@media (max-width: 767px) {
  .product-page-wrapper .product-page-info .info-left .review-slider-wrap .review-slider {
    width: calc(100% + 30px);
  }
}
.product-page-wrapper .product-page-info .info-left .review-slider-wrap .review-slider .slick-dots {
  bottom: -50px;
}
.product-page-wrapper .product-page-info .info-left .review-slider-wrap .review-slider .slick-list {
  margin: 0 -5px;
}
@media (max-width: 767px) {
  .product-page-wrapper .product-page-info .info-left .review-slider-wrap .review-slider .slick-list {
    margin: 0;
  }
}
.product-page-wrapper .product-page-info .info-left .review-slider-wrap .review-slider .item {
  border-radius: 10px;
  background: #fff;
  padding: 30px;
  min-height: 300px;
  margin: 0 5px;
}
@media (max-width: 1300px) {
  .product-page-wrapper .product-page-info .info-left .review-slider-wrap .review-slider .item {
    width: 400px;
    margin: 0;
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .product-page-wrapper .product-page-info .info-left .review-slider-wrap .review-slider .item {
    width: 290px;
    padding: 15px;
    min-height: 270px;
    margin-left: 15px;
  }
}
.product-page-wrapper .product-page-info .info-left .review-slider-wrap .review-slider .item .person {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-page-wrapper .product-page-info .info-left .review-slider-wrap .review-slider .item .person .img {
  width: 55px;
  height: 55px;
  min-width: 55px;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .product-page-wrapper .product-page-info .info-left .review-slider-wrap .review-slider .item .person .img {
    width: 40px;
    height: 40px;
    min-width: 40px;
    margin-right: 10px;
  }
}
.product-page-wrapper .product-page-info .info-left .review-slider-wrap .review-slider .item .person .texts b {
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: #39281c;
  margin-bottom: 3px;
}
@media (max-width: 767px) {
  .product-page-wrapper .product-page-info .info-left .review-slider-wrap .review-slider .item .person .texts b {
    font-size: 20px;
  }
}
.product-page-wrapper .product-page-info .info-left .review-slider-wrap .review-slider .item .person .texts span {
  font-size: 14px;
  font-weight: 500;
  color: #847869;
}
.product-page-wrapper .product-page-info .info-left .review-slider-wrap .review-slider .item .rate {
  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;
}
.product-page-wrapper .product-page-info .info-left .review-slider-wrap .review-slider .item .rate .stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-page-wrapper .product-page-info .info-left .review-slider-wrap .review-slider .item .rate .stars img {
  margin-right: 7px;
}
.product-page-wrapper .product-page-info .info-left .review-slider-wrap .review-slider .item .rate .date {
  font-size: 14px;
  font-weight: 500;
  color: #847869;
}
.product-page-wrapper .product-page-info .info-left .review-slider-wrap .review-slider .item .text {
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
  color: #353535;
}
.product-page-wrapper .product-page-info .info-left .review-slider-wrap .review-slider .item .read {
  margin-top: 10px;
  border-bottom: 1px solid #847869;
  font-size: 14px;
  font-weight: 500;
  color: #847869;
}
.product-page-wrapper .product-page-info .info-left .detailed-description {
  margin: 60px 0;
  border-radius: 10px;
  background: #fff;
  padding: 30px 50px 40px;
}
@media (max-width: 1300px) {
  .product-page-wrapper .product-page-info .info-left .detailed-description {
    padding: 30px 40px;
  }
}
@media (max-width: 767px) {
  .product-page-wrapper .product-page-info .info-left .detailed-description {
    padding: 20px;
    padding-bottom: 35px;
    margin: 30px 0;
  }
}
.product-page-wrapper .product-page-info .info-left .detailed-description h3 {
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: bold;
  color: #39281c;
}
@media (max-width: 1300px) {
  .product-page-wrapper .product-page-info .info-left .detailed-description h3 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .product-page-wrapper .product-page-info .info-left .detailed-description h3 {
    font-size: 24px;
  }
}
.product-page-wrapper .product-page-info .info-left .detailed-description .text {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
.product-page-wrapper .product-page-info .info-left .detailed-description .text ul {
  margin-bottom: 40px;
  padding-left: 20px;
}
.product-page-wrapper .product-page-info .info-left .detailed-description .text ul li {
  list-style-type: disc;
}
@media (max-width: 767px) {
  .product-page-wrapper .product-page-info .info-left .detailed-description .text ul li {
    font-size: 14px;
  }
}
.product-page-wrapper .product-page-info .info-left .detailed-description .list2 {
  margin-bottom: 40px;
}
.product-page-wrapper .product-page-info .info-left .detailed-description .list2 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
.product-page-wrapper .product-page-info .info-left .detailed-description .list2 li span {
  font-size: 14px;
  color: #353535;
}
.product-page-wrapper .product-page-info .info-left .detailed-description .list2 li .border {
  margin: 0 10px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-bottom: 1px dashed #353535;
}
.product-page-wrapper .product-page-info .info-left .detailed-description .title {
  margin-bottom: 20px;
  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) {
  .product-page-wrapper .product-page-info .info-left .detailed-description .title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .product-page-wrapper .product-page-info .info-left .detailed-description .title img {
    margin-top: 15px;
    width: 170px;
  }
}
.product-page-wrapper .product-page-info .info-left .detailed-description .title h3 {
  margin-bottom: 0;
}
.product-page-wrapper .product-page-info .info-left .detailed-description .text {
  font-size: 16px;
  color: #353535;
}
@media (max-width: 767px) {
  .product-page-wrapper .product-page-info .info-left .detailed-description .text {
    font-size: 14px;
  }
}
.product-page-wrapper .product-page-info .info-left .detailed-description .more {
  padding: 8px 22px;
  border-radius: 10px;
  border: 2px solid #39281c;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 60;
  color: #39281c;
}
.product-page-wrapper .product-page-info .info-left .detailed-description .more:hover {
  background: #39281c;
  color: white;
}
.product-page-wrapper .product-page-info .info-right {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media (max-width: 1024px) {
  .product-page-wrapper .product-page-info .info-right {
    width: 100%;
  }
}
.product-page-wrapper .product-page-info .info-right .style-img {
  margin-left: 40px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .product-page-wrapper .product-page-info .info-right .style-img {
    margin: 20px auto 0;
  }
}

.slider-info-wrap {
  position: relative;
}

@media (max-width: 1024px) {
  .info-wrapper {
    position: static!important;
    margin-top: 20px;
  }
}
.info-wrapper .style-img {
  margin-top: 20px;
  margin-left: 40px;
}
@media (max-width: 1024px) {
  .info-wrapper .style-img {
    margin-left: 0;
  }
}
.info-wrapper #info,
.info-wrapper #info2 {
  width: 430px;
  min-width: 430px;
  margin-left: 40px;
  padding: 30px;
  border-radius: 10px;
  background: #fff;
}
@media (max-width: 1024px) {
  .info-wrapper #info,
  .info-wrapper #info2 {
    width: 100%;
    min-width: 100%;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .info-wrapper #info,
  .info-wrapper #info2 {
    padding: 20px;
  }
}
.info-wrapper #info h3,
.info-wrapper #info2 h3 {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: bold;
  color: #39281c;
}
@media (max-width: 767px) {
  .info-wrapper #info h3,
  .info-wrapper #info2 h3 {
    font-size: 24px;
  }
}
.info-wrapper #info .rate,
.info-wrapper #info2 .rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
.info-wrapper #info .rate b,
.info-wrapper #info2 .rate b {
  font-size: 34px;
  font-weight: bold;
  color: #4c7972;
  display: inline-block;
}
@media (max-width: 767px) {
  .info-wrapper #info .rate b,
  .info-wrapper #info2 .rate b {
    font-size: 28px;
  }
}
.info-wrapper #info .rate span,
.info-wrapper #info2 .rate span {
  font-size: 16px;
  font-weight: 500;
  color: #4c7972;
}
.info-wrapper #info .rate img,
.info-wrapper #info2 .rate img {
  margin-right: 20px;
  margin-left: 10px;
}
.info-wrapper #info .price-wrap,
.info-wrapper #info2 .price-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}
.info-wrapper #info .price-wrap .price,
.info-wrapper #info2 .price-wrap .price {
  font-size: 36px;
  line-height: 90%;
  font-weight: bold;
  color: #39281c;
}
.info-wrapper #info .price-wrap .texts b,
.info-wrapper #info2 .price-wrap .texts b {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  color: #353535;
  display: block;
}
.info-wrapper #info .price-wrap .texts span,
.info-wrapper #info2 .price-wrap .texts span {
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px dashed #39281c;
  color: #39281c;
}
.info-wrapper #info .quantity,
.info-wrapper #info2 .quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.info-wrapper #info .quantity span,
.info-wrapper #info2 .quantity span {
  display: inline-block;
  margin-right: 50px;
  color: #353535;
  font-size: 20px;
  font-weight: 600;
}
.info-wrapper #info .radios-wrap,
.info-wrapper #info2 .radios-wrap {
  margin-bottom: 30px;
}
.info-wrapper #info .radios-wrap > span,
.info-wrapper #info2 .radios-wrap > span {
  display: block;
  color: #353535;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}
.info-wrapper #info .radios-wrap .radios,
.info-wrapper #info2 .radios-wrap .radios {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 4px;
}
@media (max-width: 767px) {
  .info-wrapper #info .radios-wrap .radios,
  .info-wrapper #info2 .radios-wrap .radios {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.info-wrapper #info .buttons,
.info-wrapper #info2 .buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 767px) {
  .info-wrapper #info .buttons,
  .info-wrapper #info2 .buttons {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.info-wrapper #info .buttons a,
.info-wrapper #info2 .buttons a {
  border-radius: 10px;
  font-size: 14px;
  font-weight: bold;
  height: 40px;
  padding: 5px 15px;
  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;
}
.info-wrapper #info .buttons a.basket-btn,
.info-wrapper #info2 .buttons a.basket-btn {
  background: #4c7972;
  color: white;
}
.info-wrapper #info .buttons a.buy-btn,
.info-wrapper #info2 .buttons a.buy-btn {
  background: #decbb2;
  color: #353535;
}

.slider-for,
.slider-for2 {
  width: 100%;
  margin-bottom: 20px;
}
.slider-for .item,
.slider-for2 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  width: 100%;
}
.slider-for .item img,
.slider-for2 .item img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.slider-nav-wrap {
  position: relative;
  padding: 0 60px;
}
.slider-nav-wrap .slider-navigation {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.slider-nav-wrap .slider-nav .item,
.slider-nav-wrap .slider-nav2 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  margin: 0 5px;
}
.slider-nav-wrap .slider-nav .item img,
.slider-nav-wrap .slider-nav2 .item img {
  max-width: 100%;
  max-height: 100%;
}

#review-popup {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
}
#review-popup .popup-body {
  padding: 90px;
  width: 100%;
  background: #4C7972;
  position: relative;
  z-index: 0;
}
@media (max-width: 1024px) {
  #review-popup .popup-body {
    padding: 80px 40px;
  }
}
@media (max-width: 767px) {
  #review-popup .popup-body {
    padding: 80px 20px;
  }
}
#review-popup .popup-body .mfp-close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 40px;
  right: 40px;
  opacity: 1;
}
@media (max-width: 767px) {
  #review-popup .popup-body .mfp-close {
    top: 20px;
    right: 20px;
    width: 24px;
    height: 24px;
  }
}
#review-popup .popup-body .mfp-close:after {
  content: "";
  background: url(../img/close-popup.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}
#review-popup .popup-body .popup-info {
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
#review-popup .popup-body .popup-info h3 {
  color: #FFF;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #review-popup .popup-body .popup-info h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
#review-popup .popup-body .popup-info h2 {
  color: #FFF;
  text-align: center;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #review-popup .popup-body .popup-info h2 {
    font-size: 36px;
    line-height: 110%;
    margin-bottom: 30px;
  }
}
#review-popup .popup-body .popup-info p {
  font-size: 14px;
  color: white;
  margin-top: 20px;
  text-align: center;
}
#review-popup .popup-body .popup-info p a {
  font-size: 14px;
  color: white;
  border-bottom: 1px solid #fff;
}
#review-popup .popup-body .popup-info p a:hover {
  border-color: transparent;
}
#review-popup .popup-body .popup-info .review-form .inputs {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 767px) {
  #review-popup .popup-body .popup-info .review-form .inputs {
    grid-template-columns: 1fr;
  }
}
#review-popup .popup-body .popup-info .review-form .inputs input {
  height: 50px;
  border-radius: 10px;
  background: #FFF;
  padding: 0 20px;
  color: #353535;
  font-weight: 500;
  font-size: 16px;
}
#review-popup .popup-body .popup-info .review-form .inputs input::-webkit-input-placeholder {
  color: #353535;
  font-weight: 500;
  font-size: 16px;
}
#review-popup .popup-body .popup-info .review-form .inputs input::-moz-placeholder {
  color: #353535;
  font-weight: 500;
  font-size: 16px;
}
#review-popup .popup-body .popup-info .review-form .inputs input:-ms-input-placeholder {
  color: #353535;
  font-weight: 500;
  font-size: 16px;
}
#review-popup .popup-body .popup-info .review-form .inputs input:-moz-placeholder {
  color: #353535;
  font-weight: 500;
  font-size: 16px;
}
@media (max-width: 767px) {
  #review-popup .popup-body .popup-info .review-form .inputs input {
    height: 44px;
  }
}
#review-popup .popup-body .popup-info .review-form textarea {
  width: 100%;
  margin-top: 20px;
  height: 100px;
  border-radius: 10px;
  background: #FFF;
  padding: 10px 20px;
  color: #353535;
  font-weight: 500;
  resize: none;
  font-size: 16px;
}
#review-popup .popup-body .popup-info .review-form textarea::-webkit-input-placeholder {
  color: #353535;
  font-weight: 500;
  font-size: 16px;
}
#review-popup .popup-body .popup-info .review-form textarea::-moz-placeholder {
  color: #353535;
  font-weight: 500;
  font-size: 16px;
}
#review-popup .popup-body .popup-info .review-form textarea:-ms-input-placeholder {
  color: #353535;
  font-weight: 500;
  font-size: 16px;
}
#review-popup .popup-body .popup-info .review-form textarea:-moz-placeholder {
  color: #353535;
  font-weight: 500;
  font-size: 16px;
}
@media (max-width: 767px) {
  #review-popup .popup-body .popup-info .review-form textarea {
    height: 80px;
  }
}
#review-popup .popup-body .popup-info .review-form button {
  border-radius: 10px;
  background: #DECBB2;
  margin-top: 20px;
  width: 100%;
  height: 50px;
  font-size: 15px;
  font-weight: bold;
  color: #39281C;
  text-align: center;
}
@media (max-width: 767px) {
  #review-popup .popup-body .popup-info .review-form button {
    height: 44px;
  }
}
#review-popup .popup-body .popup-info .review-form button:hover {
  background: #d3ba99;
}
#review-popup .stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px 0 50px;
}
#review-popup .stars img {
  margin-right: 5px;
}
#review-popup .stars input {
  display: none;
}
#review-popup .stars label {
  width: 30px;
  height: 30px;
  background: url(../img/star-white.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 5px;
  color: white;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#review-popup .stars input:checked ~ label,
#review-popup .stars label:hover,
#review-popup .stars label:hover ~ label {
  background: url(../img/star-white2.svg);
}



.product-count button {
    width: 30px;
    height: 30px;
    background: #fff !important;
    border: 1px solid #d9d9d9;
    border-radius: 6px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-weight: 400 !important;
    font-size: 14px;
    color: #353535 !important;
    line-height: 1;
    cursor: pointer;
    padding: 0px !important;
}

.radio-wrap a label{
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.radio-wrap  label{
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.radio-wrap  label:hover{
background: #4c7972;
    color: white;
}
}
.radio-wrap a label:hover{
background: #4c7972;
    color: white;
}

.main-header .wrapper .header-info .logo img {  
    height: 48px;
}
.header .wrapper .header-info .logo img {
    height: 48px;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {   
    display: flex;
    gap: 10px;
    line-height: 50px;
}