@charset "UTF-8";
.test {
  display: none;
}

.catalog__items-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
@media screen and (max-width: 1191px) {
  .catalog__items-row {
    grid-template-columns: 1fr;
  }
}
.catalog__card-item {
  background-image: url("https://solex.spaceapp-dev.ru/wp-content/themes/Impreza-child/img/test.jpg");
  -webkit-box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.2);
  height: 374px;
  width: 100%;
  border-radius: 28px;
  background-repeat: no-repeat;
  background-size: cover;
  font-weight: 500;
  font-size: 20px;
  vertical-align: middle;
}
.catalog__card {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 26px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(transparent));
  background: linear-gradient(1800deg, rgba(0, 0, 0, 0.3), transparent);
}
.catalog__name {
  color: #fff;
}

.brands {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  margin-top: 15px;
}
.brands__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px 60px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.brands__item {
  max-width: 110px;
  max-height: 59px;
}
.brands__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.brands-grid__container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 46px 65px;
  padding: 24px 40px;
}
.brands-grid__item {
  height: 71px;
}
.brands-grid__img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.brands-grid__icon {
  font-size: 50px;
  color: #ffc700;
  width: 100%;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.form-products {
  -webkit-box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1019607843);
  padding: 30px;
  border-radius: 30px;
  max-width: 1140px;
  width: 100%;
  background-color: #fff;
}
.form-products--pb {
  -webkit-box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1019607843);
  padding: 30px;
  border-radius: 30px;
}
@media screen and (max-width: 600px) {
  .form-products--pb {
    padding: 15px;
  }
}
@media screen and (max-width: 400px) {
  .form-products {
    padding: 20px;
  }
}

.mb-form {
  margin-bottom: 90px;
}

.more-detailed {
  font-weight: 500;
  font-size: 20px;
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.more-detailed__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
  margin-right: 4px;
  font-weight: 700;
}

.mr-form {
  margin-right: 30px;
}

.view-all-btn {
  font-weight: 500;
  font-size: 20px;
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.view-all-btn__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.view-all-btn__down {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.owl-container-item {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.owl-element {
  font-weight: 500;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 274px;
  text-align: center;
  margin-inline: auto;
}
.owl-element__title-product {
  font-size: 20px;
  margin-inline: 10px;
  text-wrap: balance;
}
.owl-element__subtitle-product {
  font-size: 14px;
}
.owl-element--news {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.owl-element__time {
  color: #ababab;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  margin: unset;
}
.owl-element__title-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.owl-element__title-news--text {
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  color: #000;
}
.owl-element__subtitle-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.owl-element__text-news {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
}

.owl-picture-elem {
  max-width: 370px;
  height: 326px;
  border-radius: 20px;
  border: 1px solid #d4d4d4;
  overflow: hidden;
  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;
  margin-bottom: 16px;
  background-color: #ffffff;
}
.owl-picture-elem__img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.owl-picture-elem__img--news {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.owl-picture-elem--news {
  max-width: 370px;
  height: 262px;
  border-radius: 20px;
  border: 1px solid #d4d4d4;
  overflow: hidden;
  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;
  margin-bottom: 20px;
  background-color: #ffffff;
}
@media screen and (max-width: 576px) {
  .owl-picture-elem--news {
    margin-bottom: 10px;
  }
}

.grid-recently {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-items: start;
  gap: 30px 14px;
}
@media screen and (max-width: 1182px) {
  .grid-recently {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 907px) {
  .grid-recently {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 606px) {
  .grid-recently {
    grid-template-columns: 1fr;
  }
}

.owl-picture-recently {
  width: 100%;
  height: 240px;
  border-radius: 20px;
  border: 1px solid #d4d4d4;
  overflow: hidden;
  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;
  margin-bottom: 20px;
  background-color: #ffffff;
}
.owl-picture-recently__img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  padding: 14px 17px;
}
.owl-picture-recently__img--padding {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 14px 17px;
}

.br-news {
  border-radius: 20px;
}

.ht-mtb {
  margin-block: 20px;
}

.social-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
  max-height: 20px;
}
.social-contacts__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  font-weight: 500;
  font-size: 15px;
  cursor: pointer;
}
.social-contacts__item--icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.social-contacts__item:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.social-contacts__icon {
  font-size: 20px;
}
.social-contacts__icon.icon-phone {
  font-size: 12px;
}
.social-contacts__icon.icon-mail {
  font-size: 16px;
}
@media screen and (max-width: 899px) {
  .social-contacts {
    display: none;
  }
}

.ht-grid {
  display: grid;
  justify-items: stretch;
  grid-template-columns: auto auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ht-center {
  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;
}

.h-banner {
  background-image: url("https://solex.spaceapp-dev.ru/wp-content/themes/Impreza-child/img/back.jpg");
  height: 457px;
  width: 100%;
  background-position: center;
  background-size: cover;
}

.h-grad {
  width: 100%;
  height: 100%;
  background: linear-gradient(89.97deg, rgba(44, 66, 91, 0.56) 10.09%, rgba(0, 0, 0, 0.66) 51.23%, rgba(44, 66, 91, 0.56) 92.3%);
}

.banner-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 78px;
}
@media screen and (max-width: 520px) {
  .banner-main {
    gap: 30px;
    padding-inline: 20px;
  }
}
.banner-main__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.4;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 520px) {
  .banner-main__title {
    font-size: 28px;
  }
}
.banner-main__text {
  font-weight: 600;
  font-size: 16px;
  color: #fff;
}
@media screen and (max-width: 520px) {
  .banner-main__text {
    text-align: center;
  }
}
.banner-main__subitems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 118px;
}
@media screen and (max-width: 680px) {
  .banner-main__subitems {
    gap: 50px;
  }
}
@media screen and (max-width: 520px) {
  .banner-main__subitems {
    gap: 20px;
  }
}
.banner-main__subitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.banner-main__icon {
  height: 28px;
}
.banner-main span {
  color: #ffc700;
}

.l-footer {
  background-color: unset;
  padding-top: 44px;
}

.footer-docs {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
  max-width: 173px;
}
.footer-docs th,
.footer-docs span {
  color: #545454;
  padding: unset;
  font-weight: 400;
}
.footer-docs td {
  color: #000;
  padding: unset;
}
.footer-docs tr {
  border: unset;
}

.footer-contacts {
  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;
  font-size: 14px;
}
.footer-contacts__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.footer-contacts__item--bs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 15px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.cols_4 {
  grid-template-columns: repeat(4, 1fr);
}

.gp-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}

.footer-content {
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 2;
  color: #888888;
  margin-top: 42px;
  padding-bottom: 40px;
}

.txt-line {
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid #ffc700;
}

.size-banner {
  height: 280px;
}

.tp-head-banner {
  top: -34px;
  position: relative;
}

.tit-block-line {
  display: grid;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  grid-template-columns: auto 1fr;
}
.tit-block-line--block {
  background: #d4d4d4;
  width: 100%;
  height: 1px;
}
@media screen and (max-width: 470px) {
  .tit-block-line--block {
    display: none;
  }
}

.comp-title {
  font-weight: 700;
  font-size: 32px;
}
.comp-title--form {
  font-size: 24px;
  line-height: 125%;
}

.comp-text-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.comp-text-cont p {
  margin: unset;
}

.comp-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}

.icon-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 24px;
}
.icon-contact__item {
  font-size: 32px;
  color: #ffc700;
}
@media screen and (max-width: 600px) {
  .icon-contact__item {
    font-size: 24px;
  }
}
.icon-contact__image {
  width: 100%;
  height: 100%;
}

.text-cont-f {
  padding-top: 2rem;
}

.border10 {
  border-radius: 10px !important;
}

.mb10 {
  margin-bottom: 10px;
}

.pr10 {
  padding-right: 10px;
}

.w-form-cont-width {
  width: 659px;
  padding-inline: 40px !important;
}
@media screen and (max-width: 700px) {
  .w-form-cont-width {
    width: 100%;
    padding-inline: 20px !important;
  }
}

.wpcf7 .ajax-loader {
  display: none;
}

.h70 {
  height: 70px;
}
@media screen and (max-width: 700px) {
  .h70 {
    height: unset;
  }
}

.g-cols.cols_2 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 700px) {
  .g-cols.cols_2 {
    grid-template-columns: 1fr;
  }
}

.w-form-row-full input[type=submit] {
  height: 70px;
}

.gp16 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
}

.mt02rsem {
  margin-top: 0.2rem;
}

.wpcf7-checkbox input[type=checkbox] + span:before {
  background: rgba(229, 229, 229, 0.2) !important;
  border: 1px solid #e5e5e5;
  font-size: 16px;
}

.input__wrapper {
  width: 100%;
  position: relative;
  background-color: #f4f4f4;
  border: 1px dashed #d4d4d4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 15px;
  padding: 20px 36px;
  height: 70px;
  border-radius: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.input__wrapper--small {
  width: 100%;
  position: relative;
  background-color: #f4f4f4;
  border: 1px dashed #d4d4d4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 15px;
  padding: 20px 50px;
  height: 70px;
  border-radius: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.input__file {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.input__file-icon-wrapper {
  font-size: 21px;
  color: #ffc700;
}

.input__file-button-text {
  line-height: 1;
  font-weight: 400;
  font-size: 12px;
  color: #545454;
}

.checkbox-container {
  display: block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox-container--small {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-family: "Roboto";
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 1 !important;
  padding-top: 18px;
}
.checkbox-container--tiny {
  padding-top: 0;
  margin-bottom: 24px;
}

.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox-container--small input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #ffffff;
  border-radius: 5px;
  border: 1px solid #d4d4d4;
}

#customer_details input[type=checkbox] {
  border-radius: 4px;
}
#customer_details input[type=checkbox]:checked {
  background-color: #ffc700 !important;
}

.checkbox-billing {
  z-index: 1;
  height: auto !important;
  position: absolute !important;
  top: 180px;
  width: auto !important;
}
@media screen and (max-width: 766px) {
  .checkbox-billing {
    top: 200px;
  }
}
.checkbox-billing .required {
  visibility: hidden !important;
}
.checkbox-billing input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #ffffff !important;
  border-radius: 5px;
  border: 1px solid #d4d4d4 !important;
}
.checkbox-billing input[type=checkbox]:checked {
  background-color: #ffc700 !important;
  content: url('data:image/svg+xml,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="26px" height="26px" viewBox="0,0,256,256"><g fill="%23ffffff" fill-rule="nonzero" stroke="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="10" stroke-dasharray="" stroke-dashoffset="0" font-family="none" font-weight="none" font-size="none" text-anchor="none" style="mix-blend-mode: normal"><g transform="translate(-0.47819,0.30614) scale(9.84615,9.84615)"><path d="M22.56641,4.73047l-1.79297,-1.21875c-0.49609,-0.33594 -1.17578,-0.20703 -1.50781,0.28516l-8.78906,12.96094l-4.03906,-4.03906c-0.42187,-0.42187 -1.10937,-0.42187 -1.53125,0l-1.53516,1.53516c-0.42187,0.42188 -0.42187,1.10938 0,1.53516l6.21094,6.21094c0.34766,0.34766 0.89453,0.61328 1.38672,0.61328c0.49219,0 0.98828,-0.30859 1.30859,-0.77344l10.57813,-15.60547c0.33594,-0.49219 0.20703,-1.16797 -0.28906,-1.50391z"></path></g></g></svg>');
}

.checkbox-807 {
  position: absolute;
  left: 0;
  bottom: 112px;
  z-index: 1;
}
.checkbox-807 .wpcf7-form-control.wpcf7-checkbox {
  padding: 0;
}
.checkbox-807 .wpcf7-not-valid-tip {
  position: absolute;
  top: 43px;
  min-width: 150px;
}
@media (max-width: 700px) {
  .checkbox-807 .wpcf7-not-valid-tip {
    bottom: 145px;
  }
}
@media (max-width: 600px) {
  .checkbox-807 .wpcf7-not-valid-tip {
    top: 40px;
  }
}
@media screen and (max-width: 550px) {
  .checkbox-807 .wpcf7-not-valid-tip {
    top: 50px;
    min-width: 130px;
  }
}
@media (max-width: 700px) {
  .checkbox-807 {
    bottom: 23%;
  }
}
@media (max-width: 600px) {
  .checkbox-807 {
    bottom: 32%;
  }
}
@media (max-width: 550px) {
  .checkbox-807 {
    bottom: 240px;
  }
}
.checkbox-807 input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #ffffff !important;
  border-radius: 5px;
  border: 1px solid #d4d4d4 !important;
}
.checkbox-807 input[type=checkbox]:checked {
  background-color: #ffc700 !important;
  content: url('data:image/svg+xml,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="26px" height="26px" viewBox="0,0,256,256"><g fill="%23ffffff" fill-rule="nonzero" stroke="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="10" stroke-dasharray="" stroke-dashoffset="0" font-family="none" font-weight="none" font-size="none" text-anchor="none" style="mix-blend-mode: normal"><g transform="translate(-0.47819,0.30614) scale(9.84615,9.84615)"><path d="M22.56641,4.73047l-1.79297,-1.21875c-0.49609,-0.33594 -1.17578,-0.20703 -1.50781,0.28516l-8.78906,12.96094l-4.03906,-4.03906c-0.42187,-0.42187 -1.10937,-0.42187 -1.53125,0l-1.53516,1.53516c-0.42187,0.42188 -0.42187,1.10938 0,1.53516l6.21094,6.21094c0.34766,0.34766 0.89453,0.61328 1.38672,0.61328c0.49219,0 0.98828,-0.30859 1.30859,-0.77344l10.57813,-15.60547c0.33594,-0.49219 0.20703,-1.16797 -0.28906,-1.50391z"></path></g></g></svg>');
}

.wpcf7-list-item-label {
  display: none;
}

.checkbox-container:hover input ~ .checkmark {
  background-color: #ffffff;
}

.checkbox-container input:checked ~ .checkmark {
  background-color: #ffc700;
}

.checkbox-container--small:hover input ~ .checkmark {
  background-color: #ffffff;
}

.checkbox-container--small input:checked ~ .checkmark {
  background-color: #ffc700;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-container input:checked ~ .checkbox-807:after {
  display: block;
}

.checkbox-container .checkmark:after {
  left: 6.8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: 1px solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkbox-container--small .checkmark {
  top: 19px;
}

.checkbox-container--small input:checked ~ .checkmark:after {
  display: block;
}

.checkbox-container--small .checkmark:after {
  left: 6.8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: 1px solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.catalog-burger {
  width: 107px;
  height: 36px;
  background-color: #ffc700;
  border-radius: 20px;
  padding: 9px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #545454;
  cursor: pointer;
}
.catalog-burger.close {
  display: none;
}
.catalog-burger__text {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
}
@media (max-width: 480px) {
  .catalog-burger {
    width: 92px;
    padding: 9px 12px;
  }
}

.burger__open {
  display: none !important;
  font-size: 10px;
}
@media (max-width: 480px) {
  .burger__open {
    width: 16px;
  }
}
.burger__close {
  display: block !important;
  font-size: 17px;
  padding-bottom: 3.01px;
}
@media (max-width: 480px) {
  .burger__close {
    font-size: 13px;
    width: 16px;
  }
}
.burger--open .burger__close {
  display: none !important;
}
.burger--open .burger__open {
  display: block !important;
}

.nav-burger {
  width: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nav-burger__close {
  display: block;
  font-size: 20px;
}
.nav-burger__open {
  display: none;
  font-size: 12px;
}
.nav-burger--open .nav-burger__close {
  display: none;
}
.nav-burger--open .nav-burger__open {
  display: block;
}

html.noscroll {
  overflow: hidden;
}

body.noscroll {
  overflow: visible;
  height: 100%;
}

.menu {
  position: absolute;
  left: -150%;
  min-width: 100%;
  margin-block: 0;
  font-size: 18px;
  z-index: 30;
  overflow: auto;
  font-weight: 700;
  -webkit-transition: background 200ms ease-in-out;
  transition: background 200ms ease-in-out;
  min-height: 100vh;
}
.menu--open {
  left: 0;
  background-color: rgba(17, 17, 17, 0.6);
  overflow: auto;
  scrollbar-width: thin;
  top: 0;
}
@media screen and (max-width: 1024px) {
  .menu--open {
    top: unset;
  }
}
@media screen and (max-width: 899px) {
  .menu--open {
    top: 80px;
  }
}
@media screen and (max-width: 455px) {
  .menu--open {
    top: 64px;
  }
}
.menu__container {
  background-color: #fff;
  min-height: 600px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 142px;
}
@media screen and (max-width: 1024px) {
  .menu__container {
    margin-top: unset;
  }
}
.menu__catalog-items {
  -webkit-columns: 239px;
     -moz-columns: 239px;
          columns: 239px;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: 30px;
}
.menu__catalog-item {
  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;
  padding-bottom: 30px;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid-column;
}
.menu__catalog-item--title {
  font-size: 14px;
  line-height: 100%;
}
.menu__catalog-item--list {
  list-style-type: none;
  margin: unset;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.menu__catalog-item--list li {
  margin: unset;
}
.menu__parent {
  display: grid;
  grid-template-columns: 274px 1px 1fr;
  gap: 15px;
  padding-top: 40px;
  padding-bottom: 50px;
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1140px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-height: calc(100vh - 160px);
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
@media screen and (max-width: 899px) {
  .menu__parent {
    grid-template-columns: 1fr;
    padding: 20px;
    max-height: calc(100vh - 70px);
  }
}
@media screen and (max-width: 455px) {
  .menu__parent {
    max-height: calc(100vh - 64px);
  }
}
.menu__parent:-webkit-scrollbar {
  width: 0;
  height: 0;
}
.menu__item {
  height: 62px;
  background-color: initial;
  border-radius: 10px;
  padding: 15px;
  width: 274px;
  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;
}
.menu__item--active {
  background-color: #f4f4f4;
}
.menu__text {
  max-width: 144px;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  text-align: left;
}
.menu__icon {
  font-size: 24px;
  color: #ffc700;
}
.menu__separator {
  background-color: #f4f4f4;
  width: 1px;
  height: 390px;
}
@media screen and (max-width: 899px) {
  .menu__separator {
    min-width: 300px;
    width: 100%;
    height: 1px;
  }
}
.menu__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  margin-bottom: unset;
}

.menu__still {
  display: none;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: #ababab;
  margin: unset;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.menu__still--icon {
  font-size: 12px;
  color: #ffc700;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.menu__catalog-item--list.expanded {
  max-height: none;
}

.menu__catalog-item--list {
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}

.z-index-header {
  z-index: 40;
  background-color: #fff;
}

element.style {
  grid-gap: 2rem;
}

.g-cols.cols_3 {
  grid-template-columns: repeat(3, 1fr);
}

.g-cols.via_grid {
  display: grid;
  grid-gap: 3rem;
}

.g-cols.wpb_row,
.wpb_revslider_element.wpb_content_element,
.wpb_widgetised_column.wpb_content_element {
  margin-bottom: 0;
}

.new-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
.new-section--banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
.new-section--header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  background-color: #f4f4f4;
}
@media screen and (max-width: 899px) {
  .new-section--header {
    position: fixed;
    z-index: 20;
    width: 100%;
    top: 0;
  }
}
.new-section__container {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1140px;
}
.new-section__container--second {
  padding-block: 17px !important;
}
@media screen and (max-width: 576px) {
  .new-section__container--second {
    padding-block: 10px !important;
  }
}
@media screen and (max-width: 1191px) {
  .new-section__container {
    padding-inline: 30px;
  }
}
@media screen and (max-width: 400px) {
  .new-section__container {
    padding-inline: 10px;
  }
}
@media screen and (max-width: 1191px) {
  .new-section {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
}
@media screen and (max-width: 600px) {
  .new-section {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
}

.cart-head-s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
}

.search-head {
  max-height: 36px;
  border: 1px solid #ffc700 !important;
  border-radius: 20px !important;
}
.search-head--icon {
  border-left: 1px solid #ffc700;
  padding-inline: 13px 5px !important;
}
.search-head input::-webkit-input-placeholder {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search-head input::-moz-placeholder {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search-head input:-ms-input-placeholder {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search-head input::-ms-input-placeholder {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search-head input::placeholder {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.navigation-header {
  text-transform: uppercase;
}
.navigation-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 33px;
  list-style: none;
  margin-left: unset;
}
.navigation-header__container li {
  font-weight: 400;
  font-size: 12px;
  margin: unset;
}
.navigation-header__details summary,
.navigation-header__details summary::-webkit-details-marker {
  list-style-type: none;
}
.navigation-header__details summary {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  width: 100%;
  height: 18px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 600px) {
  .navigation-header__details[open] summary {
    gap: 20px;
  }
}
.navigation-header__details ~ * {
  padding-left: 1.5em;
  opacity: 0;
  transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
}
.navigation-header__details[open] .navigation-header__icon-details {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.navigation-header__drop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 22px;
  font-size: 16px;
  font-weight: 400;
  padding: 20px 10px;
  position: absolute;
  z-index: 50;
  background-color: #f4f4f4;
  margin: unset;
  min-width: 112px;
}
.navigation-header__drop li {
  list-style-type: none;
}
.navigation-header__details[open] {
  -webkit-animation: slide 0.3s ease-in-out;
          animation: slide 0.3s ease-in-out;
}
@media screen and (max-width: 899px) {
  .navigation-header {
    display: none;
  }
}
.navigation-header__icon-details {
  font-size: 18px;
}

.nav-header {
  text-transform: uppercase;
  position: fixed;
  top: 82px;
  left: -100%;
  min-width: 100%;
  margin-block: 0;
  font-size: 18px;
  z-index: 69;
  overflow: auto;
  font-weight: 700;
  height: auto;
  background: #fff;
  min-height: 300px;
  padding: 30px;
  scrollbar-width: thin;
  display: none;
  list-style: none;
  margin-left: unset;
}
@media screen and (max-width: 899px) {
  .nav-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 33px;
  }
}
@media screen and (max-width: 455px) {
  .nav-header {
    top: 64px;
  }
}
.nav-header li {
  font-weight: 400;
  font-size: 12px;
}
.nav-header__details summary,
.nav-header__details summary::-webkit-details-marker {
  list-style-type: none;
}
.nav-header__details summary {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  width: 100%;
  height: 18px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 600px) {
  .nav-header__details[open] summary {
    gap: 20px;
  }
}
.nav-header__details ~ * {
  padding-left: 1.5em;
  opacity: 0;
  transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
}
.nav-header__details[open] .nav-header__icon-details {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.nav-header__drop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 22px;
  font-size: 16px;
  font-weight: 400;
  padding: 20px 10px;
  z-index: 50;
  background-color: #fff;
  margin: unset;
  min-width: 112px;
}
.nav-header__drop li {
  list-style-type: none;
}
.nav-header__details[open] {
  -webkit-animation: slide 0.3s ease-in-out;
          animation: slide 0.3s ease-in-out;
}
.nav-header--open {
  left: 0;
}
.nav-header__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  font-weight: 500;
  font-size: 15px;
}
.nav-header__item--icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.nav-header__item:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav-header__icon {
  font-size: 15px;
}

.rows-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 21px;
  gap: 10px;
}
.rows-header nav {
  display: none;
}
@media screen and (max-width: 899px) {
  .rows-header nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .rows-header nav.close {
    display: none;
  }
}
.rows-header .w-cart-icon {
  font-size: 20px;
  line-height: 1.75rem;
}
.rows-header .w-cart-link {
  width: unset;
}
.rows-header .w-search.layout_simple button {
  height: 24px;
  margin-right: 14px;
}
.rows-header .w-search.layout_simple button i {
  vertical-align: top;
  line-height: inherit;
  padding-left: 8px;
  font-size: 15px;
}
@media (max-width: 1280px) {
  .rows-header {
    padding-inline: 20px;
  }
}
@media (max-width: 480px) {
  .rows-header {
    padding-inline: 10px;
  }
}

.title-card {
  color: #000000;
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
  margin-bottom: 35px;
}
@media screen and (max-width: 899px) {
  .title-card {
    font-size: 20px;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
  }
}

.props-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  max-width: 851px;
}
.props-container__title {
  font-weight: 500;
  font-size: 20px;
}
.props-container th {
  padding: 6px 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
  color: #545454;
  min-width: 264px;
}
@media screen and (max-width: 600px) {
  .props-container th {
    min-width: unset;
  }
}
.props-container td {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
}
.props-container th,
.props-container td {
  border: unset;
}
.props-container tr:nth-child(even) {
  background-color: #f4f4f4;
}

.group-header--one {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 700px;
}
@media (max-width: 1280px) {
  .group-header--one {
    grid-template-columns: 1fr 3fr;
  }
  .group-header--one.active {
    grid-template-columns: 1fr;
    max-width: 100%;
  }
  .group-header--one.active .w-search.layout_simple,
  .group-header--one.active .w-search.layout_simple .search-head {
    min-width: 100%;
  }
}
.group-header--two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .group-header--two {
    gap: 20px;
  }
}
@media screen and (max-width: 440px) {
  .group-header--two {
    gap: 10px;
  }
}
@media screen and (max-width: 455px) {
  .group-header--two {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}

@media (max-width: 455px) {
  .phone-img-hidden {
    display: none;
  }
}

.banner-shadow {
  width: 100%;
  height: 100%;
  background: linear-gradient(89.97deg, rgba(44, 66, 91, 0.56) 10.09%, rgba(0, 0, 0, 0.66) 51.23%, rgba(44, 66, 91, 0.56) 92.3%);
}

.category-card {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 17px;
}
@media screen and (max-width: 899px) {
  .category-card {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 600px) {
  .category-card {
    grid-template-columns: 1fr;
  }
}
.category-card__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  padding: 0px 0px 25px 30px;
  border-left: 4px solid rgb(255, 199, 0);
  max-width: 305px;
}
@media screen and (max-width: 400px) {
  .category-card__item {
    max-width: 300px;
    padding: 0px 0px 15px 20px;
  }
}
.category-card__img {
  width: 186px;
  height: 108px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}
.category-card__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
}
.category-card__list {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: rgb(84, 84, 84);
  list-style-type: none;
  margin-left: unset !important;
}
.category-card__list li > a:hover {
  color: rgb(84, 84, 84);
}
.category-card__list li > a {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
.category-card__list li > a {
  position: relative;
  cursor: pointer;
  line-height: 1.5;
  text-decoration: none;
}
.category-card__list li > a:after {
  display: block;
  position: absolute;
  left: 0;
  width: 0;
  height: 2px;
  background-color: rgb(255, 199, 0);
  content: "";
  -webkit-transition: width 0.3s ease-out;
  transition: width 0.3s ease-out;
}
.category-card__list li > a:hover:after,
.category-card__list li > a:focus:after {
  width: 100%;
}

.w-grid {
  clear: both;
}

.owl-card {
  display: grid;
  grid-template-rows: auto 1fr auto;
  max-width: 370px;
  min-height: 438px;
  height: 100%;
}

.us_custom_5f3cd863 {
  color: #000000 !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  margin-bottom: 17px !important;
}

.us_custom_57c1ba25 {
  color: #545454 !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 24px !important;
}

.us_custom_ebe9a017 {
  padding-top: 45px !important;
  padding-bottom: 165px !important;
}

.us_custom_14f213aa {
  color: #ffffff !important;
  font-weight: 700 !important;
  font-size: 56px !important;
  line-height: 1.2 !important;
}
@media screen and (max-width: 400px) {
  .us_custom_14f213aa {
    font-size: 40px !important;
  }
}

.us_custom_974b1f62 {
  color: #000000 !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  font-size: 20px !important;
  line-height: 1 !important;
  margin-bottom: 0px !important;
}

.us_custom_9a8937fa {
  color: #000000 !important;
  text-align: center !important;
  font-weight: 700 !important;
  font-size: 24px !important;
  line-height: 1 !important;
  margin-bottom: 30px !important;
}
.us_custom_9a8937fa form {
  padding-top: 30px !important;
}

.ush_menu_1 {
  color: #000000 !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  font-size: 12px !important;
}

.header_hor .w-nav.type_desktop > .w-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.w-nav-list {
  list-style: none;
  margin: 0;
}

.button-form-contacts {
  font-size: 14px;
  line-height: 1 !important;
  font-weight: 600;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0em;
  border-radius: 10px;
  padding: 1em 1.8em;
  -webkit-box-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.2);
  background: -webkit-gradient(linear, left top, right top, from(#ffc700), to(#f6e00f)) !important;
  background: linear-gradient(90deg, #ffc700 0%, #f6e00f 100%) !important;
  color: #ffffff;
  border: none;
}

.header_hor .w-search.layout_simple {
  width: 100%;
}

.w-search.layout_simple .search-head {
  position: relative;
  min-width: 10rem;
  height: 36px;
}

.w-search {
  line-height: 2.8rem;
}

.w-search.layout_simple .w-search-open,
.w-search.layout_simple .w-search-close {
  display: none;
}

.w-search-open {
  display: block;
  text-align: center;
  width: 2.2em;
}

@media (min-width: 601px) {
  .w-search.layout_simple .w-search-form,
  .w-search.layout_modern .w-search-form {
    background: none;
  }
}
.w-search-form .w-form-row {
  height: inherit;
  padding: 0;
}

.w-form-row {
  position: relative;
  width: 100%;
}

.w-form-row-field {
  position: relative;
}

.w-search.layout_simple button {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  height: 2em;
  padding: 0;
  font-size: inherit;
  background: none !important;
}

.w-search-close {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  text-align: center;
  line-height: 2;
  width: 2em;
  cursor: pointer;
  color: inherit !important;
  opacity: 0.5;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

@media screen and (max-width: 899px) {
  .ush_menu_1 .w-nav-control {
    display: block;
  }
}
.w-nav-control {
  display: none;
  line-height: 50px;
  height: 50px;
  padding: 0 0.8rem;
  color: inherit;
}

.ush_menu_1 {
  color: #000000 !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  font-size: 12px !important;
}

@media (max-width: 780px) {
  .cart-hidden {
    display: none;
  }
}

.ush_image_1 {
  margin-right: 0 !important;
}

body:not(.rtl) .w-search.layout_simple input,
body:not(.rtl) .w-search.layout_modern input {
  padding-right: 3.9em;
}

.w-grid-item-h {
  position: relative;
  height: 100%;
}

.w-grid + #us_grid_1 .w-grid-list {
  margin-top: 20px;
}

.layout_2565 .usg_post_image_1 {
  /*transition-duration:0.3s;transform-origin:50% 50%;transform:scale(1) translate(30px,30px)*/
}

.layout_2565 .w-grid-item-h:hover .usg_post_image_1 {
  -webkit-transform: scale(1) translate(0%, 0%);
          transform: scale(1) translate(0%, 0%);
  opacity: 1;
}

.layout_2565 .usg_post_date_1 {
  color: #ababab !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  margin-top: 68px !important;
  margin-bottom: 9px !important;
}

.layout_2565 .usg_post_title_1 {
  color: #000000 !important;
  font-weight: 700 !important;
  font-size: 20px !important;
  line-height: 1 !important;
  margin-bottom: 27px !important;
}

.layout_2565 .usg_post_content_1 {
  color: #545454 !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  margin-bottom: 15px !important;
}

.layout_2565 .usg_vwrapper_1 {
  margin-right: 15px !important;
  background: #e5e5e5 !important;
}

.contentTabs__item {
  opacity: 0;
  -webkit-transition: opacity 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out;
  display: none;
  height: inherit;
}
.contentTabs__item--opacity {
  opacity: 1;
}
.contentTabs__item--active {
  display: block;
}

.contentTabs {
  padding-left: 15px;
}

.manufacturer {
  margin-bottom: 95px;
}
@media screen and (max-width: 1280px) {
  .manufacturer {
    margin-bottom: 30px;
  }
}
.manufacturer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 1280px) {
  .manufacturer__wrapper {
    gap: 30px;
  }
}
.manufacturer__logo {
  width: 265px;
  height: 55px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1023px) {
  .manufacturer__logo {
    width: 200px;
    height: 45px;
  }
}
.manufacturer__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  font-family: "Roboto";
  font-size: 16px;
  line-height: 150%;
}
.manufacturer-catalog__wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 30px;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
@media screen and (max-width: 1280px) {
  .manufacturer-catalog__wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 992px) {
  .manufacturer-catalog__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .manufacturer-catalog__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.button-doc {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 314px;
  border-radius: 10px;
  border: 1px solid #d4d4d4;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.button-doc--small {
  padding: 0;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.button-doc--ghost {
  border: none;
}
@media screen and (max-width: 576px) {
  .button-doc {
    min-width: 100%;
  }
}
.button-doc p {
  color: #000000;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  margin: 0;
}
.button-doc__icon {
  width: 22px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.button-doc__download {
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}

.product-detail {
  padding-bottom: 60px;
}
@media screen and (max-width: 1280px) {
  .product-detail {
    padding-bottom: 30px;
  }
}
.product-detail__wrapper {
  display: grid;
  grid-template-columns: 450px minmax(0px, 1fr);
  gap: 30px;
}
@media screen and (max-width: 1280px) {
  .product-detail__wrapper {
    grid-template-columns: 350px minmax(0px, 1fr);
  }
}
@media screen and (max-width: 991px) {
  .product-detail__wrapper {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .product-detail__sliders {
    margin-bottom: 30px;
  }
}
.product-detail__top {
  margin-bottom: 10px;
}
.product-detail__top-slide {
  border-radius: 20px;
  border: 1px solid #d4d4d4;
  height: 400px;
}
@media screen and (max-width: 1280px) {
  .product-detail__top-slide {
    height: 350px;
  }
}
@media screen and (max-width: 991px) {
  .product-detail__top-slide {
    height: 500px;
  }
}
@media screen and (max-width: 576px) {
  .product-detail__top-slide {
    height: 350px;
  }
}
.product-detail__top-slide img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 20px;
}
.product-detail__container {
  position: relative;
}
.product-detail__bottom {
  width: 85%;
}
@media screen and (max-width: 576px) {
  .product-detail__bottom {
    width: 80%;
  }
}
.product-detail__bottom-slide {
  border-radius: 10px;
  border: 1px solid #d4d4d4;
  height: 70px;
}
@media screen and (max-width: 1280px) {
  .product-detail__bottom-slide {
    height: 60px;
  }
}
@media screen and (max-width: 991px) {
  .product-detail__bottom-slide {
    height: 100px;
  }
}
@media screen and (max-width: 576px) {
  .product-detail__bottom-slide {
    height: 50px;
  }
}
.product-detail__bottom-slide img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
}
.product-detail__bottom-btn {
  width: 24px;
  height: 24px;
  top: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.product-detail__bottom-btn::after {
  font-size: 12px;
  color: #ffc700;
}
.product-detail__bottom-prev {
  left: 0;
}
.product-detail__bottom-next {
  right: 0;
}
.product-detail__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.product-detail__title {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 24px;
  line-height: 125%;
}
.product-detail__box {
  display: grid;
  grid-template-columns: minmax(0px, 1fr) 275px;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .product-detail__box {
    grid-template-columns: 1fr;
  }
}
.product-detail__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 55px;
}
@media screen and (max-width: 1280px) {
  .product-detail__left {
    gap: 30px;
  }
}
.product-detail__characteristic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.product-detail__characteristic-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "Roboto";
  font-size: 14px;
  line-height: 100%;
}
.product-detail__characteristic-item span {
  color: #545454;
  font-weight: 500;
}
.product-detail__documents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}
.product-detail__documents-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.product-detail__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.product-detail__brand {
  background-color: #f4f4f4;
  padding: 20px;
  gap: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .product-detail__brand {
    width: 100%;
    gap: 50px;
  }
}
.product-detail__brand-wrapper {
  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;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .product-detail__brand-wrapper {
    gap: 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;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.product-detail__logo {
  width: 95px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-detail__link {
  font-family: "Roboto";
  font-size: 12px;
  line-height: 1.5;
  text-decoration: underline;
}
.product-detail__quantity {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .product-detail__quantity {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.product-detail__quantity button {
  position: relative;
  width: 42px;
  height: 42px;
  border: 1px solid #f7dd0d;
  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;
}
.product-detail__quantity button span {
  width: 14px;
  height: 2px;
  position: absolute;
  background-color: #000000;
}
.product-detail__quantity button span:nth-child(2) {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.product-detail__quantity input {
  width: 24px !important;
  height: 24px !important;
  min-height: 24px;
  background-color: transparent !important;
  color: #000000;
  font-family: "Roboto" !important;
  font-weight: 600 !important;
  font-size: 13px !important;
  line-height: 1.9 !important;
  text-align: center;
}
.product-detail__quantity input[type=number] {
  padding: 0 !important;
}
.product-detail__quantity input[type=number]::-webkit-inner-spin-button, .product-detail__quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product-detail__quantity input[type=number]:focus {
  background-color: transparent !important;
}

.subtitle {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
}

.product-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  font-size: 18px;
  line-height: 1.5;
}
.product-text h2 {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  margin: 0;
}
.product-text p,
.product-text li {
  font-family: "Roboto";
  font-size: 18px;
  line-height: 150%;
  margin: 0;
}

.brand-products {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.brand-products__slider {
  width: 100%;
}
.brand-products__button {
  width: 30px;
  height: 30px;
  top: 32%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.brand-products__button::after {
  font-size: 15px;
  color: #ffc700;
}
.brand-products__button-prev {
  left: -38px;
}
.brand-products__button-next {
  right: -38px;
}

.btn {
  background: -webkit-gradient(linear, left top, right top, from(#ffc700), to(#f6e00f)) !important;
  background: linear-gradient(90deg, #ffc700 0%, #f6e00f 100%) !important;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.btn::before {
  content: none !important;
}

.bg-white {
  background-color: white;
}

html {
  scroll-behavior: smooth;
}

.cols-two-for-contacts {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 1191px) {
  .cols-two-for-contacts {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.nopadding {
  padding-top: unset !important;
}

.manufacturer-grid__container {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}
@media screen and (max-width: 1196px) {
  .manufacturer-grid__container {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (max-width: 800px) {
  .manufacturer-grid__container {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .manufacturer-grid__container {
    grid-template-columns: repeat(3, 1fr);
  }
}
.manufacturer-grid__item {
  width: 100%;
  height: 90px;
  border-radius: 10px;
  padding: 17px 22px;
  border: 1px solid #d4d4d4;
  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;
}
@media screen and (max-width: 600px) {
  .manufacturer-grid__item {
    padding: 5px;
  }
}
.manufacturer-grid__img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.us_custom_759cb17e {
  background: url(https://sol-ex.ru/wp-content/uploads/2021/09/rectangle-105.png) no-repeat 55% 50% !important;
}
@media screen and (max-width: 767px) {
  .us_custom_759cb17e {
    background: unset !important;
  }
}

.us_custom_eb5cb4e5 {
  padding-top: 9px !important;
  padding-bottom: 100px !important;
}

.us_custom_e845d896 {
  margin-bottom: 130px !important;
}

.us_custom_8b1f56a2 {
  margin-bottom: 114px !important;
}

.l-section.height_small {
  padding-top: 2rem;
  padding-bottom: unset !important;
}

.us_custom_ad61f94e {
  color: #000000 !important;
  text-align: center !important;
  font-weight: 700 !important;
  font-size: 36px !important;
  line-height: 39px !important;
  margin-bottom: 13px !important;
  margin-top: 60px;
}

.us_custom_e221be69 {
  color: #000000 !important;
  text-align: center !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 22px !important;
  margin-bottom: 35px !important;
}

.us_custom_e0bcc288 {
  padding-left: 45% !important;
}
@media screen and (max-width: 700px) {
  .us_custom_e0bcc288 {
    padding-left: 0% !important;
  }
}

.us_custom_76a1de9d {
  color: #000000 !important;
  font-weight: 700 !important;
  font-size: 36px !important;
  line-height: 39px !important;
  margin-bottom: 22px !important;
}

.us_custom_4d7fd831 {
  color: #000000 !important;
  font-size: 16px !important;
  line-height: 22px !important;
  padding-right: 200px !important;
}
@media screen and (max-width: 700px) {
  .us_custom_4d7fd831 {
    padding-right: 0px !important;
  }
}

.us_custom_0d17e44f {
  color: #000000 !important;
  text-align: right !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 28px !important;
  margin-bottom: 20px !important;
  padding-left: 55px !important;
}

.us_custom_aad9dc23 {
  color: #000000 !important;
  text-align: right !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 22px !important;
  margin-bottom: 20px !important;
  padding-left: 55px !important;
}

.us_custom_7acff8fa {
  color: #000000 !important;
  text-align: right !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 39px !important;
  margin-bottom: 20px !important;
  padding-left: 55px !important;
}

.us_custom_7a2f5f84 {
  color: #000000 !important;
  font-weight: 700 !important;
  font-size: 36px !important;
  line-height: 39px !important;
}

.g-cols.via_flex.valign_middle > div > .vc_column-inner,
.g-cols.via_grid.valign_middle > .vc_column_container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.centr-comp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 60px;
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 1024px) {
  .container {
    gap: 40px;
  }
}

.top-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  .top-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.main-textarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 536px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px;
}
@media screen and (max-width: 1024px) {
  .main-textarea {
    width: 100%;
    min-width: unset;
  }
}

.image-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 300px;
}
@media screen and (max-width: 1024px) {
  .image-container {
    width: 100%;
  }
}

.image-container img {
  height: 299px;
  width: 100%;
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .image-container img {
    height: auto;
  }
}

.additional-textarea {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  padding-bottom: 76px;
}

textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}

.background-color-white {
  margin: 0 auto;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: var(--color-content-bg-grad);
  color: var(--color-content-text);
}

.logo__image {
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
  min-width: 85px;
  width: 85px;
}

.p-t-120 {
  padding-top: 120px;
}
@media screen and (max-width: 900px) {
  .p-t-120 {
    padding-top: 60px;
  }
}
.p-t-60 {
  padding-top: 60px;
}
@media screen and (max-width: 900px) {
  .p-t-60 {
    padding-top: 30px;
  }
}
.p-t-50 {
  padding-top: 50px !important;
}
@media screen and (max-width: 900px) {
  .p-t-50 {
    padding-top: 25px !important;
  }
}
.p-t-40 {
  padding-top: 40px;
}
@media screen and (max-width: 900px) {
  .p-t-40 {
    padding-top: 20px;
  }
}
.p-t-30 {
  padding-top: 30px;
}
@media screen and (max-width: 900px) {
  .p-t-30 {
    padding-top: 15px;
  }
}
.p-b-120 {
  padding-bottom: 120px;
}
@media screen and (max-width: 900px) {
  .p-b-120 {
    padding-bottom: 60px;
  }
}
.p-b-60 {
  padding-bottom: 60px !important;
}
@media screen and (max-width: 900px) {
  .p-b-60 {
    padding-bottom: 30px !important;
  }
}
.p-b-30 {
  padding-bottom: 30px;
}
@media screen and (max-width: 900px) {
  .p-b-30 {
    padding-bottom: 15px;
  }
}
.p-r-120 {
  padding-right: 120px;
}
@media screen and (max-width: 900px) {
  .p-r-120 {
    padding-right: 60px;
  }
}
.p-r-60 {
  padding-right: 60px;
}
@media screen and (max-width: 900px) {
  .p-r-60 {
    padding-right: 30px;
  }
}
.p-r-50 {
  padding-right: 50px;
}
@media screen and (max-width: 900px) {
  .p-r-50 {
    padding-right: 25px;
  }
}
.p-r-30 {
  padding-right: 30px;
}
@media screen and (max-width: 900px) {
  .p-r-30 {
    padding-right: 15px;
  }
}

section.l-section:first-of-type .p-t-60 {
  padding-top: 120px;
}
@media screen and (max-width: 900px) {
  section.l-section:first-of-type .p-t-60 {
    padding-top: 30px;
  }
}

@media screen and (max-width: 600px) {
  .new-section {
    padding-top: 0px !important;
  }
}
section.l-section:last-of-type .p-b-60 {
  padding-bottom: 120px;
}
@media screen and (max-width: 900px) {
  section.l-section:last-of-type .p-b-60 {
    padding-bottom: 60px;
  }
}

.l-section.height_small {
  padding-top: unset;
  padding-bottom: unset !important;
}

.us-nav-style_3 > *,
.navstyle_3 > .owl-nav div,
.us-btn-style_3 {
  font-size: 24px;
}

.view-all-btn__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11px;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}

.arrows_down .owl-carousel .owl-nav .owl-prev {
  margin: 34px 1px;
}
.arrows_down .owl-carousel .owl-nav .owl-next {
  margin: 34px -1px;
}
.arrows_down #us_grid_1 .w-grid-item {
  padding: 20px 10px;
}
.arrows_down #us_grid_1 .w-grid-list {
  margin: -24px;
  margin-left: -20px;
}

.arrows-news .owl-carousel .owl-nav .owl-prev {
  margin: -8px 21px;
}
.arrows-news .owl-carousel .owl-nav .owl-next {
  margin: -8px 21px;
}

.l-section.height_medium {
  padding-top: 30px;
  padding-bottom: 4rem;
  padding-top: unset;
  padding-bottom: unset !important;
}

.breadcrumbs {
  color: #545454;
}
.breadcrumbs__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.breadcrumbs a,
.breadcrumbs .breadcrumb_last {
  line-height: 1.3;
  font-weight: 400;
  font-size: 14px;
}
.breadcrumbs a::before,
.breadcrumbs .breadcrumb_last::before {
  background-image: url('data:image/svg+xml,<svg width="5" height="6" viewBox="0 0 5 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 5L4 3L1 1" stroke="%23545454" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  display: inline-block;
  content: "";
  height: 9px;
  width: 6px;
  background-repeat: no-repeat;
  background-position: center;
  margin-inline: 15px;
}
.breadcrumbs span:first-child > a::before {
  display: none;
}
.breadcrumbs_last {
  color: #999999;
}
.breadcrumbs a:hover {
  color: #999999;
}

.breadcrumbs__container {
  grid-area: left;
}
.breadcrumbs__container > span > span:not(:first-child) {
  margin-left: 25px;
}

.bg-line {
  background: url(https://solex.spaceapp-dev.ru/wp-content/uploads/2021/09/rectangle-105.png) no-repeat 50% 50% !important;
  margin-bottom: unset !important;
}
@media screen and (max-width: 767px) {
  .bg-line {
    background: #fff !important;
  }
}

.g-cols.via_flex.valign_bottom > div > .vc_column-inner,
.g-cols.via_grid.valign_bottom > .vc_column_container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wpb_text_column.us_custom_0d17e44f.has_text_color {
  padding-left: unset !important;
}

.img-shadow {
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}

.color-o-companii {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  color: #ffc700;
}

.g-cols.wpb_row.us_custom_8b1f56a2.via_grid.cols_3.laptops-cols_inherit.tablets-cols_inherit.mobiles-cols_1.valign_bottom.type_default {
  margin-bottom: 84px !important;
}

.g-cols.wpb_row.us_custom_e845d896.via_grid.cols_4.laptops-cols_inherit.tablets-cols_inherit.mobiles-cols_1.valign_top.type_default {
  margin-bottom: 57px !important;
}
@media screen and (max-width: 900px) {
  .g-cols.wpb_row.us_custom_e845d896.via_grid.cols_4.laptops-cols_inherit.tablets-cols_inherit.mobiles-cols_1.valign_top.type_default {
    margin-bottom: 22px !important;
  }
}

.mw-assortment-company {
  max-width: 504px;
}

.g-cols.wpb_row.us_custom_2b2c59be.via_grid.cols_2.laptops-cols_inherit.tablets-cols_inherit.mobiles-cols_1.valign_middle.type_default.reversed {
  margin-top: unset !important;
  grid-template-columns: auto 475px;
  grid-gap: unset !important;
}

.w-image.align_center {
  text-align: right !important;
}

.wpb_column.vc_column_container.us_custom_e0bcc288 {
  padding-left: 53% !important;
}

.custom_content.custom_content_li ul > li {
  margin-bottom: 30px;
  line-height: 1.25;
  padding-left: 34.6px;
}

.custom_content.custom_content_li ul > li:before {
  top: 4px;
}

.post_content ul > li:before,
.custom_content ul > li:before {
  content: "";
  position: absolute;
  background: #ffc700;
  left: 0;
  top: 4px;
  width: 15px;
  height: 15px;
}

.w-text.us_custom_ad61f94e.has_text_color {
  font-size: 32px !important;
  line-height: 1 !important;
}

.g-cols.wpb_row.us_custom_eb5cb4e5.via_grid.cols_1-3.laptops-cols_inherit.tablets-cols_inherit.mobiles-cols_1.valign_middle.type_default {
  grid-gap: unset !important;
}

.w-text.us_custom_7a2f5f84.us_custom_474jfs23d.has_text_color {
  font-size: 32px !important;
}

.g-cols.wpb_row.via_grid.cols_2.laptops-cols_inherit.tablets-cols_inherit.mobiles-cols_1.valign_middle.type_default {
  grid-gap: unset !important;
}

.po_head_tit:before {
  top: -50px;
}

.contacts-container-btn {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  width: 100%;
}
@media (max-width: 700px) {
  .contacts-container-btn {
    width: 100%;
  }
}

button[type=submit]:not(.w-btn):before,
input[type=submit] {
  border-width: unset !important;
  border-style: unset;
}

.advantages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.advantages h2 {
  margin: unset;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  font-family: "Roboto";
}
.advantages__title {
  margin: unset;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  font-family: "Roboto";
}
.advantages__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  max-width: 886px;
}
@media screen and (max-width: 500px) {
  .advantages__container {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.advantages__col {
  max-width: 428px;
  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;
}
.advantages__square {
  max-width: 26px;
  max-height: 26px;
  padding: 8px;
}
.advantages__square--small {
  width: 10px;
  height: 10px;
  background-color: #ffc700;
}
.advantages p {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
.advantages__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}

.cart-head__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media (max-width: 600px) {
  .cart-head__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.cart-head__title {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
  margin: unset;
}
@media (max-width: 600px) {
  .cart-head__title {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.cart-head p,
.cart-head h2 {
  margin: unset;
}
.cart-head__count,
.cart-head p {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #888888;
}
.cart-head__delete {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #888888;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.cart-head__delete:after,
.cart-head a:after {
  display: block;
  color: rgb(255, 199, 0) !important;
  width: 0;
  height: 2px;
  background-color: rgb(255, 199, 0);
  content: "";
  -webkit-transition: width 0.3s ease-out;
  transition: width 0.3s ease-out;
}
.cart-head a:hover:after,
.cart-head a:focus:after, .cart-head__delete:hover:after, .cart-head__delete:focus:after {
  width: 100%;
}
.cart-head__delete:hover {
  color: rgb(255, 199, 0) !important;
}

.cart-table {
  max-width: 728px;
}
@media screen and (max-width: 1191px) {
  .cart-table {
    max-width: unset;
  }
}
.cart-table th {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: #545454;
}
.cart-table td,
.cart-table th {
  border: unset;
  padding: 15px;
}
.cart-table td:nth-child(2),
.cart-table th:nth-child(2) {
  max-width: 355px;
}
.cart-table__img, .cart-table__img-hidden {
  padding: 14px;
  border: 1px solid #d4d4d4 !important;
  border-radius: 10px !important;
  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;
}
.cart-table__img img, .cart-table__img-hidden img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 650px) {
  .cart-table__img, .cart-table__img-hidden {
    max-width: 500px;
  }
}
.cart-table__img-hidden {
  display: none;
}
@media screen and (max-width: 700px) {
  .cart-table__img-hidden {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
  }
}
.cart-table p {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  color: #545454;
}
.cart-table__name-product {
  padding-bottom: 8px;
}
@media screen and (max-width: 650px) {
  .cart-table table td {
    display: inline-block;
    width: 100%;
    padding: 15px;
  }
  .cart-table table th {
    display: none;
  }
  .cart-table table tr {
    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;
    max-width: 450px;
  }
}
.cart-table td,
.cart-table th {
  vertical-align: middle;
}
.cart-table td:nth-child(2),
.cart-table th:nth-child(2) {
  padding-left: 30px;
}
@media screen and (max-width: 650px) {
  .cart-table td:nth-child(2),
  .cart-table th:nth-child(2) {
    padding-left: unset;
    max-width: unset;
    padding: 15px;
  }
}

td.cart-table__img--container {
  padding-bottom: 0;
  padding-inline: 0;
  padding-top: 0;
  width: 84px;
}
@media screen and (max-width: 1191px) {
  td.cart-table__img--container {
    width: 120px;
  }
}

.cart-main {
  display: grid;
  grid-template-columns: auto 370px;
  gap: 42px;
}
@media screen and (max-width: 1191px) {
  .cart-main {
    grid-template-columns: 1fr;
  }
}

.mx-height-form {
  max-height: 564px;
}

.contacts-cont-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  width: 100%;
}

.woocommerce .form-row-first,
.woocommerce .form-row-last {
  /* float: left; */
  width: 100%;
}

.woocommerce .form-row-last {
  /* float: right; */
}

.form-title-cart {
  color: #000000 !important;
  font-family: "Roboto";
  font-weight: 700;
  font-size: 24px;
  line-height: 1.25;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  margin-bottom: 30px;
}

.p-mar10 {
  max-width: 370px;
}
@media screen and (max-width: 1191px) {
  .p-mar10 {
    max-width: unset;
  }
}
.p-mar10 p {
  margin-bottom: 10px !important;
  height: 50px;
}
.p-mar10 p input::-webkit-input-placeholder {
  font-family: "Roboto";
  font-weight: 300 !important;
  font-size: 16px;
  line-height: 1.2;
  color: #545454;
}
.p-mar10 p input::-moz-placeholder {
  font-family: "Roboto";
  font-weight: 300 !important;
  font-size: 16px;
  line-height: 1.2;
  color: #545454;
}
.p-mar10 p input:-ms-input-placeholder {
  font-family: "Roboto";
  font-weight: 300 !important;
  font-size: 16px;
  line-height: 1.2;
  color: #545454;
}
.p-mar10 p input::-ms-input-placeholder {
  font-family: "Roboto";
  font-weight: 300 !important;
  font-size: 16px;
  line-height: 1.2;
  color: #545454;
}
.p-mar10 p input::placeholder {
  font-family: "Roboto";
  font-weight: 300 !important;
  font-size: 16px;
  line-height: 1.2;
  color: #545454;
}

#customer_details input,
#customer_details textarea {
  background-color: unset !important;
  border: 1px solid #d4d4d4;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  border-radius: 10px;
}

.mar10 {
  margin-bottom: 10px;
}

.btn-small-form {
  width: 100%;
  height: 70px;
}

.modal-owl-el {
  width: 100% !important;
}
.modal-owl-el-fz {
  font-size: 16px !important;
}

.btn-modal-request {
  text-transform: none;
  border-radius: 10px;
  padding: 1em 1.8em;
  -webkit-box-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.2);
  background: -webkit-gradient(linear, left top, right top, from(#ffc700), to(#f6e00f)) !important;
  background: linear-gradient(90deg, #ffc700 0%, #f6e00f 100%) !important;
  border: none;
  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;
}
.btn-modal-request-text {
  font-size: 14px;
  line-height: 1 !important;
  font-weight: 600;
  font-style: normal;
  color: #ffffff;
}
.btn-modal-request-text:hover {
  color: var(--color-content-link) !important;
}

@media screen and (max-width: 900px) {
  .woocommerce-checkout #customer_details,
  .woocommerce-checkout #order_review_heading,
  .woocommerce-checkout #order_review {
    float: right;
    width: auto;
  }
}
@media screen and (max-width: 481px) {
  .woocommerce-checkout #customer_details,
  .woocommerce-checkout #order_review_heading,
  .woocommerce-checkout #order_review {
    float: center;
    width: auto;
  }
}
.form-check-text {
  font-family: "Roboto";
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 1;
  text-align: left;
}
.form-check-text span {
  color: #f8dd0d !important;
}

@media (max-width: 600px) {
  .contacts-container-btn {
    width: 100%;
    grid-template-columns: 1fr;
  }
  .input__wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.custom_contact_form input:not(.wpcf7-submit),
.custom_contact_form textarea {
  background: #fff;
  border: 1px solid #e5e5e5;
  font-size: 16px;
}

textarea {
  overflow: auto;
  height: 8rem;
  min-height: 160px;
  resize: vertical;
}

.custom_contact_form input:focus {
  background: #FFC700 !important;
}

.mar26 {
  margin-bottom: 26px;
}

.mbnot {
  margin-bottom: unset !important;
}

.mb22 {
  margin-bottom: 22px !important;
}

.l-sidebar {
  padding: 4rem 0;
  padding-top: 50px;
}

.woocommerce .quantity {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: unset;
}

.nc_qtyq_quantity {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  background: #fff !important;
  border: unset;
}

.nccb_minus,
.nccb_plus {
  position: relative;
  width: 42px;
  height: 42px;
  border: 1px solid #f7dd0d;
  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;
  background: unset !important;
}

input#billing_prikrepit_file_file {
  background-color: #f4f4f4 !important;
  border: 1px dashed #d4d4d4;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  color: #f4f4f4;
  border-radius: 10px;
  top: 0;
  height: 70px;
  padding: 20px 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;
  position: relative;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 900px) {
  input#billing_prikrepit_file_file {
    padding: 20px;
  }
}
input#billing_prikrepit_file_file::before {
  content: url('data:image/svg+xml,<svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 21.5V15.443H2V20H20V15.443H21.5V21.5H0.5Z" fill="%23FFC700"/><path d="M16.3069 5.8085L10.9999 0.5L5.69289 5.8085L6.75489 6.8855L10.2499 3.3905L10.2499 16.3655H11.7499L11.7499 3.3905L15.2464 6.887L16.3069 5.8085Z" fill="%23FFC700"/></svg>');
  width: 21px;
  height: 21px;
  background-color: #f4f4f4 !important;
  width: 50%;
  height: 100%;
  color: #ffc700;
  top: 0;
  left: 48px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 900px) {
  input#billing_prikrepit_file_file::before {
    left: 20px;
  }
}
input#billing_prikrepit_file_file::after {
  content: "Перетащите файлы сюда или нажмите, чтобы загрузить";
  position: absolute;
  top: 0;
  right: 0;
  background-color: #f4f4f4 !important;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
  color: #545454;
  border-radius: 10px;
  width: 65%;
  height: 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;
  white-space: pre-wrap;
}
@media screen and (max-width: 450px) {
  input#billing_prikrepit_file_file::after {
    width: 75%;
  }
}
@media screen and (max-width: 450px) {
  input#billing_prikrepit_file_file::before {
    left: 20px;
  }
}

.woocommerce .quantity input.qty {
  width: 42px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: unset;
}

button#place_order {
  font-size: 14px;
  line-height: 1 !important;
  font-weight: 600;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0em;
  border-radius: 10px;
  padding: 1em 1.8em;
  -webkit-box-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.2);
  background: -webkit-gradient(linear, left top, right top, from(#ffc700), to(#f6e00f)) !important;
  background: linear-gradient(90deg, #ffc700 0%, #f6e00f 100%) !important;
  color: #ffffff;
  border: 0;
  width: 100%;
  height: 70px;
  margin-top: 64px;
}
@media screen and (max-width: 1191px) {
  button#place_order {
    margin-top: 92px;
  }
}
@media screen and (max-width: 900px) {
  button#place_order:hover {
    -webkit-box-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.2);
            box-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.2);
    background: -webkit-gradient(linear, left top, right top, from(#ffc700), to(#f6e00f)) !important;
    background: linear-gradient(90deg, #ffc700 0%, #f6e00f 100%) !important;
    color: #ffffff !important;
  }
}

input[type=file] {
  color: #f4f4f4 !important;
}

#billing_prikrepit_file_field {
  position: absolute;
  width: 100%;
  z-index: 100;
  top: 295px;
}
@media screen and (max-width: 767px) {
  #billing_prikrepit_file_field {
    top: 326px;
  }
}

.woocommerce-billing-fields {
  position: relative;
}

@media screen and (max-width: 600px) {
  div#payment {
    padding-top: 133px;
  }
}
@media screen and (max-width: 480px) {
  .woocommerce .checkout #order_review {
    margin: unset;
  }
}
@media screen and (max-width: 767px) {
  section.bg-gray-mobile.bg-line.height_auto.l-section.us_custom_86494de0.wpb_row {
    background: #fff !important;
  }
}

@media screen and (max-width: 767px) {
  section.l-section.wpb_row.bg-line.bg-gray-mobile.height_small {
    background: #fff !important;
  }
}

@media screen and (max-width: 1024px) {
  .wpb_text_column.us_custom_4d7fd831.has_text_color {
    padding-right: unset !important;
  }
  .wpb_column.vc_column_container.us_custom_e0bcc288 {
    padding-left: unset !important;
  }
  .g-cols.wpb_row.via_grid.cols_2.laptops-cols_inherit.tablets-cols_inherit.mobiles-cols_1.valign_middle.type_default {
    grid-gap: 20px !important;
  }
}
@media screen and (max-width: 767px) {
  .g-cols.wpb_row.us_custom_2b2c59be.via_grid.cols_2.laptops-cols_inherit.tablets-cols_inherit.mobiles-cols_1.valign_middle.type_default.reversed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px !important;
  }
  .g-cols.wpb_row.us_custom_8b1f56a2.via_grid.cols_3.laptops-cols_inherit.tablets-cols_inherit.mobiles-cols_1.valign_bottom.type_default {
    justify-items: center;
  }
  .g-cols.wpb_row.us_custom_e845d896.via_grid.cols_4.laptops-cols_inherit.tablets-cols_inherit.mobiles-cols_1.valign_top.type_default {
    justify-items: center;
  }
  .g-cols.wpb_row.via_grid.cols_2.laptops-cols_inherit.tablets-cols_inherit.mobiles-cols_1.valign_middle.type_default {
    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;
    gap: 10px !important;
  }
  .g-cols.wpb_row.us_custom_2b2c59be.via_grid.cols_2.laptops-cols_inherit.tablets-cols_inherit.mobiles-cols_1.valign_middle.type_default.reversed {
    padding-top: 20px;
  }
}
@media screen and (max-width: 680px) {
  .g-cols.wpb_row.via_grid.cols_2.laptops-cols_inherit.tablets-cols_inherit.mobiles-cols_1.valign_middle.type_default {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .wpb_column.vc_column_container.us_custom_e0bcc288 {
    padding-inline: 24px !important;
  }
  .w-image.align_center {
    text-align: center !important;
  }
  .w-text.us_custom_76a1de9d.has_text_color {
    margin-bottom: 9px !important;
  }
  .g-cols.wpb_row.via_grid.cols_2.laptops-cols_inherit.tablets-cols_inherit.mobiles-cols_1.valign_middle.type_default {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px !important;
  }
  .custom_content.custom_content_li ul > li {
    margin-bottom: 15px;
  }
  img.attachment-full.size-full.lazyloaded {
    width: 100%;
  }
  .searchwp-live-search-results-showing {
    width: 100% !important;
    left: unset !important;
  }
  .searchwp-live-search-result a {
    white-space: wrap;
  }
}
.wpcf7-not-valid-tip {
  color: #dc3232;
  font-weight: normal;
  display: block;
  font-size: 16px;
}
@media screen and (max-width: 680px) {
  .wpcf7-not-valid-tip {
    padding-top: 6px;
    font-size: 14px;
  }
}

@media screen and (max-width: 899px) {
  .header-hidden {
    display: none;
  }
}
.wpcf7-response-output {
  display: none;
}

a.w-btn.us-btn-style_3.usg_btn_1.icon_atleft.text_none {
  text-align: left;
  padding-top: 15px;
}
@media screen and (max-width: 576px) {
  a.w-btn.us-btn-style_3.usg_btn_1.icon_atleft.text_none {
    padding-top: 0px;
  }
}

.headerseach input {
  font-size: 14px !important;
}

.w-post-elm.has_ratio img {
  -o-object-fit: contain;
     object-fit: contain;
}

.product-brand-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  text-align: center;
}

.owl-picture-recently__img {
  height: 100%;
}

@media screen and (max-width: 576px) {
  .owl-card {
    min-height: auto;
    height: auto;
  }
}
.owl-element__title-news--text {
  color: var(--color-content-link);
}

.w-text.has_text_color a {
  color: #ffc700;
}

.file-input {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.menu-bottom {
  display: none;
}
@media screen and (max-width: 576px) {
  .menu-bottom {
    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;
    position: fixed;
    z-index: 20;
    width: 100%;
    bottom: 0;
    background-color: #ffffff;
    padding: 20px;
    padding-top: 2px;
    padding-bottom: 2px;
    -webkit-box-shadow: 0 0.03rem 0.06rem rgba(0, 0, 0, 0.1), 0 0.1rem 0.3rem rgba(0, 0, 0, 0.1);
            box-shadow: 0 0.03rem 0.06rem rgba(0, 0, 0, 0.1), 0 0.1rem 0.3rem rgba(0, 0, 0, 0.1);
  }
  .menu-bottom-img {
    width: 24px;
    height: 27px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .menu-bottom-icon {
    font-size: 20px;
    color: #000;
  }
  .menu-bottom-icon.w-cart-icon {
    position: relative;
  }
  .menu-bottom-icon .w-cart-quantity {
    min-width: 10px;
    line-height: 15px;
    top: 5px;
    right: -5px;
  }
  .menu-bottom-icon.yellow {
    color: #ffc700;
  }
}

.woocommerce-thankyou-order-received {
  font-weight: 700;
}

.return-to-shop .button.wc-backward {
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  box-shadow: none !important;
  background: -webkit-gradient(linear, left top, right top, from(#ffc700), to(#f6e00f)) !important;
  background: linear-gradient(90deg, #ffc700 0%, #f6e00f 100%) !important;
  border: none !important;
}
.return-to-shop .button.wc-backward::before {
  content: none;
}

@media screen and (max-width: 576px) {
  .w-hwrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
}

nav.pagination.navigation {
  margin-top: 60px !important;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 576px) {
  nav.pagination.navigation {
    margin-top: 20px !important;
    margin-bottom: 20px;
  }
}