@font-face {
  font-family: "PT Root UI";
  src: url(../fonts/PT-Root-UI_Bold.woff) format("woff"), url(../fonts/PT-Root-UI_Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "PT Root UI";
  src: url(../fonts/PT-Root-UI_Medium.woff) format("woff"), url(../fonts/PT-Root-UI_Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "PT Root UI";
  src: url(../fonts/PT-Root-UI_Regular.woff) format("woff"), url(../fonts/PT-Root-UI_Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

input[type=checkbox] {
  max-width: 15px;
  max-height: 15px;
  cursor: pointer;
}

.agreement {
  display: flex;
  gap: 5px;
  align-items: start;
}

input[type=submit]:disabled {
  pointer-events: none;
  opacity: 0.5;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  background: transparent;
  border: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

.btn-sub-wrap-cf7 {
  position: relative;
}
.btn-sub-wrap-cf7 .wpcf7-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0px;
  z-index: 10;
}

.wpcf7-response-output {
  display: none;
}

/*============= ALIGNES ===============*/
.alignwide {
  width: 100%;
}

.alignfull {
  margin-left: calc(-50vw + (100% - 300px) / 2);
  margin-right: calc(-50vw + (100% - 300px) / 2);
  max-width: 100vw;
}

.alignfull-second {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
}

@media (max-width: 991px) {
  .alignfull {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    max-width: 100vw;
  }
}
input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

html {
  background: #F7F6F4;
}

body {
  font-size: 16px;
  font-family: "PT Root UI", sans-serif;
  color: #02050A;
  width: 100%;
  margin: 0px auto;
  display: flex;
  flex-direction: column;
  height: auto;
  min-height: 100vh;
  overflow-x: hidden;
  line-height: 140%;
  -webkit-tap-highlight-color: transparent;
  min-width: 320px;
}
body a {
  color: #02050A;
}

.content-wrapper {
  display: flex;
  grid-column-gap: 30px;
  position: relative;
  margin-bottom: 60px;
}
.content-wrapper .sidebar-left {
  min-width: 270px;
  max-width: 270px;
  display: block;
  height: 100%;
  /* position: sticky; */
  top: 0px;
  z-index: 15;
}
.content-wrapper .sidebar-left .sidebar-categories {
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  border-radius: 0px 0px 5px 5px;
}
.content-wrapper .sidebar-left .sidebar-categories .cat-item-wrapper {
  position: relative;
  padding: 0px 25px;
  width: 100%;
}
.content-wrapper .sidebar-left .sidebar-categories .cat-item-wrapper:hover .items-posts-wrapper {
  opacity: 1;
  visibility: visible;
}
.content-wrapper .sidebar-left .sidebar-categories .cat-item-wrapper .cat-item {
  display: flex;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E0E0E0;
}
.content-wrapper .sidebar-left .sidebar-categories .cat-item-wrapper .cat-item:hover .name .icon {
  filter: sepia(1) hue-rotate(320deg) saturate(8);
}
.content-wrapper .sidebar-left .sidebar-categories .cat-item-wrapper .cat-item:hover .name .text {
  color: #ffb029;
}
.content-wrapper .sidebar-left .sidebar-categories .cat-item-wrapper .cat-item:hover .name .arrow {
  transform: rotate(-90deg);
}
.content-wrapper .sidebar-left .sidebar-categories .cat-item-wrapper .cat-item:hover .name .arrow svg path {
  stroke: #ffb029;
}
.content-wrapper .sidebar-left .sidebar-categories .cat-item-wrapper .cat-item .name {
  display: flex;
  align-items: center;
  width: 100%;
}
.content-wrapper .sidebar-left .sidebar-categories .cat-item-wrapper .cat-item .name .icon {
  margin-right: 15px;
  min-width: 20px;
  width: 20px;
  height: 20px;
}
.content-wrapper .sidebar-left .sidebar-categories .cat-item-wrapper .cat-item .name .icon svg,
.content-wrapper .sidebar-left .sidebar-categories .cat-item-wrapper .cat-item .name .icon img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.content-wrapper .sidebar-left .sidebar-categories .cat-item-wrapper .cat-item .name .text {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #02050A;
  padding-right: 5px;
  transition: color 0.3s ease;
}
.content-wrapper .sidebar-left .sidebar-categories .cat-item-wrapper .cat-item .name .arrow {
  margin-left: auto;
  min-width: 22px;
  width: 22px;
  height: 22px;
  margin-left: auto;
  transition: transform 0.3s ease;
}
.content-wrapper .sidebar-left .sidebar-categories .cat-item-wrapper .cat-item .name .arrow svg,
.content-wrapper .sidebar-left .sidebar-categories .cat-item-wrapper .cat-item .name .arrow img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.content-wrapper .sidebar-left .sidebar-categories .cat-item-wrapper .items-posts-wrapper {
  position: absolute;
  left: 100%;
  top: 0px;
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  border-radius: 0px 0px 5px 5px;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  flex-direction: column;
  max-width: 270px;
  padding: 0px 25px;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s ease;
  width: 100%;
  visibility: hidden;
  max-height: 60vh;
  overflow-y: auto;
}
.content-wrapper .sidebar-left .sidebar-categories .cat-item-wrapper .items-posts-wrapper.active {
  opacity: 1;
  visibility: visible;
}
.content-wrapper .sidebar-left .sidebar-categories .cat-item-wrapper .items-posts-wrapper .post-item {
  display: block;
  padding: 20px 0px;
  font-weight: 500;
  line-height: 140%;
  color: #02050A;
  border-bottom: 1px solid #ffb029;
  transition: color 0.3s ease;
}
.content-wrapper .sidebar-left .sidebar-categories .cat-item-wrapper .items-posts-wrapper .post-item:last-child {
  border-bottom: none;
}
.content-wrapper .sidebar-left .sidebar-categories .cat-item-wrapper .items-posts-wrapper .post-item:hover {
  color: #ffb029;
}
.content-wrapper .sidebar-left .sidebar-categories .btn-main-reverse {
  margin-top: 20px;
  margin-bottom: 25px;
  text-align: center;
  width: calc(100% - 50px);
  margin-left: auto;
  margin-right: auto;
}
.content-wrapper .sidebar-left .sidebar-others-parts {
  margin-top: 30px;
}
.content-wrapper .sidebar-left .sidebar-others-parts .sidebar-phones-wrapper {
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  border-radius: 5px 5px 0px 0px;
  padding: 25px;
}
.content-wrapper .sidebar-left .sidebar-others-parts .sidebar-phones-wrapper .phones-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 25px;
}
.content-wrapper .sidebar-left .sidebar-others-parts .sidebar-phones-wrapper .sidebar-phones .sidebar-phone {
  padding-left: 30px;
  display: flex;
  flex-direction: column;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: #02050A;
  position: relative;
  white-space: nowrap;
  margin-bottom: 20px;
  transition: color 0.3s ease;
}
.content-wrapper .sidebar-left .sidebar-others-parts .sidebar-phones-wrapper .sidebar-phones .sidebar-phone:hover {
  color: #ffb029;
}
.content-wrapper .sidebar-left .sidebar-others-parts .sidebar-phones-wrapper .sidebar-phones .sidebar-phone:last-child {
  margin-bottom: 0px;
}
.content-wrapper .sidebar-left .sidebar-others-parts .sidebar-phones-wrapper .sidebar-phones .sidebar-phone::before {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  background-image: url(../img/icons/svg/phone.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0px;
  top: 2px;
}
.content-wrapper .sidebar-left .sidebar-others-parts .sidebar-phones-wrapper .sidebar-phones .sidebar-phone span {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #4F4F4F;
  margin-top: 5px;
}
.content-wrapper .sidebar-left .sidebar-others-parts .sidebar-form {
  background: #E0E0E0;
  border-radius: 0px 0px 5px 5px;
  padding: 30px 25px;
}
.content-wrapper .sidebar-left .sidebar-others-parts .sidebar-form .sidebar-form-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: #02050A;
  margin-bottom: 5px;
}
.content-wrapper .sidebar-left .sidebar-others-parts .sidebar-form .sidebar-form-formSubtitle {
  font-weight: 400;
  line-height: 140%;
  color: #02050A;
}
.content-wrapper .sidebar-left .sidebar-others-parts .sidebar-form .wpcf7 {
  margin-top: 25px;
}
.content-wrapper .sidebar-left .sidebar-others-parts .sidebar-form .wpcf7 form.wpcf7-form.invalid .wpcf7-validates-as-required:-moz-placeholder-shown {
  border: 1px solid #F93411 !important;
  color: #F93411 !important;
}
.content-wrapper .sidebar-left .sidebar-others-parts .sidebar-form .wpcf7 form.wpcf7-form.invalid .wpcf7-validates-as-required:placeholder-shown {
  border: 1px solid #F93411 !important;
  color: #F93411 !important;
}
.content-wrapper .sidebar-left .sidebar-others-parts .sidebar-form .wpcf7 form.wpcf7-form.invalid .wpcf7-validates-as-required::-moz-placeholder {
  color: #F93411 !important;
}
.content-wrapper .sidebar-left .sidebar-others-parts .sidebar-form .wpcf7 form.wpcf7-form.invalid .wpcf7-validates-as-required::placeholder {
  color: #F93411 !important;
}
.content-wrapper .sidebar-left .sidebar-others-parts .sidebar-form .wpcf7 form.wpcf7-form .inputs .input {
  border: none;
  display: block;
  width: 100%;
  background: #FFFFFF;
  border-radius: 5px;
  padding: 15px 25px;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #4F4F4F;
  border: 1px solid transparent;
}
.content-wrapper .sidebar-left .sidebar-others-parts .sidebar-form .wpcf7 form.wpcf7-form .inputs .input::-moz-placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #4F4F4F;
}
.content-wrapper .sidebar-left .sidebar-others-parts .sidebar-form .wpcf7 form.wpcf7-form .inputs .input::placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #4F4F4F;
}
.content-wrapper .sidebar-left .sidebar-others-parts .sidebar-form .wpcf7 form.wpcf7-form .btn-sub-wrap-cf7 {
  margin-top: 10px;
  width: 100%;
}
.content-wrapper .sidebar-left .sidebar-others-parts .sidebar-form .wpcf7 form.wpcf7-form .btn-sub-wrap-cf7 .btn-main {
  text-align: center;
  width: 100%;
  max-width: 100%;
}
.content-wrapper .sidebar-left .sidebar-others-parts .sidebar-banner {
    position: relative; /* Ensure the element is positioned relative to contain the overlay */
    padding: 25px;
    margin-top: 20px;
    min-height: 400px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    background-size: cover;
}

/* Add a pseudo-element for the darkening overlay */
.content-wrapper .sidebar-left .sidebar-others-parts .sidebar-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2); /* Semi-transparent black overlay */
    border-radius: 5px; /* Match the border-radius of the parent */
    pointer-events: none; /* Ensure the overlay doesn't interfere with interactions */
}
.content-wrapper .sidebar-left .sidebar-others-parts .sidebar-banner .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 110%;
  color: #FFFFFF;
  z-index: 9;
}
.content-wrapper .sidebar-left .sidebar-others-parts .sidebar-banner .btn-main {
  margin-top: auto;
  text-align: center;
  width: 100%;
  max-width: 100%;
  z-index: 10;
}
.content-wrapper .sidebar-left .sidebar-others-parts .company-numbers-wrapper {
  margin-top: 30px;
  background: #ffb029;
  border-radius: 5px;
  padding: 25px;
  color: #ffffff;
}
.content-wrapper .sidebar-left .sidebar-others-parts .company-numbers-wrapper .company-numbers-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 110%;
  margin-bottom: 25px;
}
.content-wrapper .sidebar-left .sidebar-others-parts .company-numbers-wrapper .numbers-body {
  display: flex;
  flex-direction: column;
}
.content-wrapper .sidebar-left .sidebar-others-parts .company-numbers-wrapper .numbers-body .number-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.content-wrapper .sidebar-left .sidebar-others-parts .company-numbers-wrapper .numbers-body .number-item:last-child {
  margin-bottom: 0px;
}
.content-wrapper .sidebar-left .sidebar-others-parts .company-numbers-wrapper .numbers-body .number-item .count {
  min-width: 50px;
  width: 50px;
  height: 50px;
  background: #FFFFFF;
  border-radius: 3px;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffb029;
  margin-right: 15px;
}
.content-wrapper .sidebar-left .sidebar-others-parts .company-numbers-wrapper .numbers-body .number-item .text {
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  color: #FFFFFF;
}
.content-wrapper .sidebar-left .sidebar-others-parts .company-numbers-wrapper .btn-orange {
  margin-top: 30px;
  padding: 15px 10px;
  text-align: center;
  max-width: 100%;
  width: 100%;
}
.content-wrapper .sidebar-left .sidebar-others-parts .pay-and-delivery-wrapper {
  margin-top: 30px;
  padding: 25px;
  background: #FFFFFF;
  border-radius: 5px;
}
.content-wrapper .sidebar-left .sidebar-others-parts .pay-and-delivery-wrapper .pay-and-delivery-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: #02050A;
  margin-bottom: 25px;
}
.content-wrapper .sidebar-left .sidebar-others-parts .pay-and-delivery-wrapper .p-a-d-body {
  display: flex;
  flex-direction: column;
}
.content-wrapper .sidebar-left .sidebar-others-parts .pay-and-delivery-wrapper .p-a-d-body .p-a-d-item {
  position: relative;
  padding-left: 15px;
  box-shadow: none;
  height: auto;
  width: 100%;
  list-style: none;
  margin-bottom: 15px;
}
.content-wrapper .sidebar-left .sidebar-others-parts .pay-and-delivery-wrapper .p-a-d-body .p-a-d-item::before {
  content: "";
  background: #ffb029;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0px;
  top: 9px;
  display: block;
}
.content-wrapper .sidebar-left .sidebar-others-parts .pay-and-delivery-wrapper .p-a-d-body .p-a-d-item:last-child {
  margin-bottom: 0px;
}
.content-wrapper .sidebar-left .sidebar-others-parts .pay-and-delivery-wrapper .p-a-d-more {
  margin-top: 25px;
  display: flex;
  align-items: center;
  margin-left: auto;
  font-weight: 700;
  line-height: 140%;
  color: #ffb029;
  transition: opacity 0.3s ease;
}
.content-wrapper .sidebar-left .sidebar-others-parts .pay-and-delivery-wrapper .p-a-d-more:hover {
  opacity: 0.7;
}
.content-wrapper .sidebar-left .sidebar-others-parts .pay-and-delivery-wrapper .p-a-d-more .arrow {
  min-width: 18px;
  width: 18px;
  height: 18px;
  margin-left: 5px;
}
.content-wrapper .sidebar-left .sidebar-others-parts .pay-and-delivery-wrapper .p-a-d-more .arrow svg {
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.content-wrapper .sidebar-left .sidebar-others-parts .pay-and-delivery-wrapper .p-a-d-more .arrow svg path{
  stroke: #ffb029;
}

.content-wrapper .content-right {
  width: calc(100% - 300px);
  height: 100%;
  position: relative;
}

@media (max-width: 991px) {
  .content-wrapper {
    margin-bottom: 40px;
  }
  .content-wrapper .sidebar-left {
    display: none;
    position: absolute;
    min-width: 100%;
    max-width: 100%;
    top: 0px;
    left: 0px;
  }
  .content-wrapper .sidebar-left.active {
    display: block;
  }
  .content-wrapper .sidebar-left .sidebar-categories {
    max-height: 80vh;
    overflow-y: auto;
  }
  .content-wrapper .sidebar-left .sidebar-categories .cat-item-wrapper .cat-item:hover .name .arrow {
    transform: rotate(0deg);
  }
  .content-wrapper .sidebar-left .sidebar-categories .cat-item-wrapper .items-posts-wrapper {
    display: none;
  }
  .content-wrapper .sidebar-left .sidebar-others-parts {
    display: none;
  }
  .content-wrapper .content-right {
    width: 100%;
  }
}
.container {
  max-width: 1200px;
  width: 100%;
  padding: 0px 15px;
  margin: 0px auto;
}

body._lock {
  overflow: hidden;
}

.btn-main {
  font-family: "PT Root UI", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  padding: 15px 35px;
  display: block;
  width: -moz-max-content;
  width: max-content;
  background: #ffb029;
  max-width: 100%;
  cursor: pointer;
  font-style: normal;
  border: 1px solid transparent;
  transition: background 0.3s, border 0.3s, color 0.3s ease;
  white-space: nowrap;
  border-radius: 5px;
  color: #FFFFFF;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
.btn-main:hover {
  color: #02050A;
  background: #ffffff;
  border: 1px solid #ffb029;
}

.btn-main-reverse {
  font-family: "PT Root UI", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  padding: 15px 35px;
  display: block;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  cursor: pointer;
  font-style: normal;
  transition: background 0.3s, border 0.3s, color 0.3s ease;
  white-space: nowrap;
  border-radius: 5px;
  color: #02050A;
  background: #ffffff;
  border: 1px solid #ffb029;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
.btn-main-reverse:hover {
  color: #FFFFFF;
  background: #ffb029;
  border: 1px solid transparent;
}

.btn-orange {
  font-family: "PT Root UI", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  padding: 15px 35px;
  display: block;
  width: -moz-max-content;
  width: max-content;
  background: #ffb029;
  max-width: 100%;
  cursor: pointer;
  font-style: normal;
  border: 1px solid #ffffff;
  transition: background 0.3s, border 0.3s, color 0.3s ease;
  white-space: nowrap;
  border-radius: 5px;
  color: #FFFFFF;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
.btn-orange:hover {
  color: #02050A;
  background: #ffffff;
  border: 1px solid #ffb029;
}

.btn-black {
  font-family: "PT Root UI", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  padding: 15px 35px;
  display: block;
  width: -moz-max-content;
  width: max-content;
  background: #02050A;
  max-width: 100%;
  cursor: pointer;
  font-style: normal;
  border: 1px solid transparent;
  transition: background 0.3s, border 0.3s, color 0.3s ease;
  white-space: nowrap;
  border-radius: 5px;
  color: #FFFFFF;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
.btn-black:hover {
  color: #02050A;
  background: #ffffff;
  border: 1px solid #02050A;
}

@media (max-width: 991px) {
  .btn-main,
  .btn-main-reverse,
  .btn-white,
  .btn-black {
    padding: 10px 15px;
  }
}
@media (max-width: 475px) {
  .btn-main,
  .btn-main-reverse,
  .btn-white,
  .btn-black {
    width: 100%;
  }
}
h2.block-title {
  font-family: "PT Root UI", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 130%;
  color: #02050A;
  margin: 0px;
  margin-bottom: 30px;
}
h2.block-title.white {
  color: #FFFFFF;
}

@media (max-width: 991px) {
  h2.block-title {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  h2.block-title {
    font-size: 24px;
  }
}
body .navigations {
  display: flex;
  align-items: center;
  margin-top: 30px;
  max-width: 590px;
  margin-left: auto;
  margin-right: auto;
}
body .navigations .swiper-button-lock {
  display: none !important;
}
body .navigations .swiper-button-prev {
  margin-right: auto;
}
body .navigations .swiper-button-next {
  margin-left: auto;
}
body .navigations .swiper-button-prev,
body .navigations .swiper-button-next {
  position: static;
  margin: 0px;
  transition: opacity 0.3s ease;
  width: 30px;
  height: 30px;
  display: flex;
  align-content: center;
  justify-content: center;
}
body .navigations .swiper-button-prev svg,
body .navigations .swiper-button-next svg {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}
body .navigations .swiper-button-prev::after,
body .navigations .swiper-button-next::after {
  display: none;
}
body .navigations .swiper-button-prev:hover,
body .navigations .swiper-button-next:hover {
  opacity: 0.7;
}
body .navigations .swiper-pagination {
  position: static;
  margin: 0px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 5px;
}
body .navigations .swiper-pagination.swiper-pagination-bullets-dynamic {
  transform: translateX(0%) !important;
  display: flex;
  justify-content: center;
}
body .navigations .swiper-pagination .swiper-pagination-bullet {
  background: #E0E0E0;
  opacity: 1;
  min-width: 8px;
  width: 8px;
  height: 8px;
  margin: 0px 5px;
}
body .navigations .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ffb029;
}

@media (max-width: 991px) {
  body .navigations {
    margin-top: 30px;
  }
}
.breadcrumbs {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #4F4F4F;
  margin-bottom: 10px;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
.breadcrumbs span .current-item {
  color: #ffb029;
}
.breadcrumbs span a {
  font-weight: 400;
  color: #7F8084;
  transition: color 0.3s ease;
}
.breadcrumbs span a:hover {
  color: #ffb029;
}

@media (max-width: 991px) {
  .breadcrumbs {
    font-size: 14px;
  }
}
.page-sample {
  margin-bottom: 40px;
}

.title-page {
  margin-bottom: 30px;
}
.title-page h1 {
  font-weight: 700;
  font-size: 44px;
  line-height: 120%;
  color: #02050A;
  margin: 0px;
}

@media (max-width: 991px) {
  .title-page h1 {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .title-page h1 {
    font-size: 28px;
  }
}
.navigation,
.woocommerce-pagination {
  margin-top: 30px;
  margin-bottom: 30px;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  grid-column-gap: 10px;
}
.navigation span.prev,
.navigation span.next,
.woocommerce-pagination span.prev,
.woocommerce-pagination span.next {
  pointer-events: none;
  opacity: 0.3;
}
.navigation .prev,
.woocommerce-pagination .prev {
  margin-right: auto;
}
.navigation .next,
.woocommerce-pagination .next {
  margin-left: auto;
}
.navigation .prev,
.navigation .next,
.woocommerce-pagination .prev,
.woocommerce-pagination .next {
  height: 30px;
  width: 30px;
  display: block;
  transition: opacity 0.3s ease;
}
.navigation .prev svg,
.navigation .next svg,
.woocommerce-pagination .prev svg,
.woocommerce-pagination .next svg {
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  width: 100%;
  height: 100%;
}
.navigation .prev:hover,
.navigation .next:hover,
.woocommerce-pagination .prev:hover,
.woocommerce-pagination .next:hover {
  opacity: 0.5;
}
.navigation .page-numbers,
.woocommerce-pagination .page-numbers {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: #02050A;
  transition: color 0.3s ease;
}
.navigation .page-numbers:hover,
.woocommerce-pagination .page-numbers:hover {
  color: #ffb029;
}
.navigation .page-numbers.current,
.woocommerce-pagination .page-numbers.current {
  color: #ffb029;
}

.block-text {
  font-weight: 400;
  line-height: 144%;
  font-size: 16px;
  color: #02050A;
}
.block-text h2 {
  font-family: "PT Root UI", sans-serif;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  line-height: 142%;
  margin-top: 0px;
}
.block-text h3 {
  font-family: "PT Root UI", sans-serif;
  font-weight: 700;
  line-height: 142%;
  margin-bottom: 15px;
  margin-top: 10px;
  font-size: 32px;
}
.block-text h4 {
  font-family: "PT Root UI", sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 26px;
}
.block-text h5 {
  font-family: "PT Root UI", sans-serif;
  margin-bottom: 15px;
  margin-top: 5px;
  line-height: 137%;
  font-weight: 700;
  font-size: 22px;
}
.block-text h6 {
  font-family: "PT Root UI", sans-serif;
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 137%;
  font-weight: 700;
}
.block-text ul {
  padding-left: 0px;
  margin-bottom: 30px;
}
.block-text ul li {
  position: relative;
  padding-left: 15px;
  background: transparent;
  box-shadow: none;
  height: auto;
  width: 100%;
  margin-right: 0px;
  list-style: none;
  margin-bottom: 15px;
}
.block-text ul li::before {
  content: "";
  background: #ffb029;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0px;
  top: 9px;
  display: block;
}
.block-text ul li:last-child {
  margin-bottom: 0px;
}
.block-text ol {
  margin-bottom: 20px;
  padding-left: 15px;
  counter-reset: my-awesome-counter;
  padding-left: 0px;
}
.block-text ol li {
  counter-increment: my-awesome-counter;
  background: transparent;
  box-shadow: none;
  height: auto;
  width: 100%;
  list-style: none;
  margin-bottom: 10px;
  display: flex;
}
.block-text ol li:last-child {
  margin-bottom: 0px;
}
.block-text ol li::before {
  content: counter(my-awesome-counter);
  background: #ffb029;
  width: 30px;
  min-width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 143%;
  color: white;
  text-align: center;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}
.block-text p {
  margin-top: 0px;
  margin-bottom: 15px;
}
.block-text p:last-child {
  margin-bottom: 0px;
}

@media (max-width: 991px) {
  .block-text h2 {
    font-size: 36px;
  }
  .block-text h3 {
    font-size: 24px;
  }
  .block-text h4 {
    font-size: 20px;
  }
  .block-text h5 {
    font-size: 16px;
  }
  .block-text h6 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .block-text h2 {
    font-size: 26px;
  }
}
/*============ MODAL ============*/
.modal-main form.wpcf7-form.invalid .wpcf7-validates-as-required:-moz-placeholder-shown {
  border: 1px solid #F93411 !important;
  color: #F93411 !important;
}
.modal-main form.wpcf7-form.invalid .wpcf7-validates-as-required:placeholder-shown {
  border: 1px solid #F93411 !important;
  color: #F93411 !important;
}
.modal-main form.wpcf7-form.invalid .wpcf7-validates-as-required::-moz-placeholder {
  color: #F93411 !important;
}
.modal-main form.wpcf7-form.invalid .wpcf7-validates-as-required::placeholder {
  color: #F93411 !important;
}
.modal-main form.wpcf7-form .input {
  background: #ffffff;
  border-radius: 5px;
  border: 1px solid #E0E0E0;
  padding: 15px 25px;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #252525;
  display: block;
  width: 100%;
}
.modal-main form.wpcf7-form .input::-moz-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #4F4F4F;
}
.modal-main form.wpcf7-form .input::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #4F4F4F;
}
.modal-main form.wpcf7-form .input:focus {
  border: 1px solid #252525;
}
.modal-main form.wpcf7-form textarea.input {
  border-radius: 2px;
  resize: none;
  height: 150px;
}
.modal-main form.wpcf7-form .codedropz-upload-wrapper {
  position: relative;
}
.modal-main form.wpcf7-form .codedropz-upload-wrapper .codedropz-upload-handler {
  margin-bottom: 0px;
  border: none;
}
.modal-main form.wpcf7-form .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container {
  padding: 0px;
}
.modal-main form.wpcf7-form .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner h3 {
  display: none;
}
.modal-main form.wpcf7-form .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner span {
  display: none;
}
.modal-main form.wpcf7-form .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner .codedropz-btn-wrap .cd-upload-btn {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  display: block;
  text-align: left;
  color: #2B2A29;
  display: flex;
  align-items: center;
  transition: color 0.3s ease;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
}
.modal-main form.wpcf7-form .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner .codedropz-btn-wrap .cd-upload-btn::before {
  content: "+";
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  display: block;
  text-align: left;
  color: #252525;
  margin-right: 5px;
  transition: color 0.3s ease;
}
.modal-main form.wpcf7-form .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner .codedropz-btn-wrap .cd-upload-btn:hover {
  color: #ffb029;
}
.modal-main form.wpcf7-form .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner .codedropz-btn-wrap .cd-upload-btn:hover::before {
  color: #ffb029;
}
.modal-main form.wpcf7-form .codedropz-upload-wrapper .dnd-upload-counter {
  display: none;
}
.modal-main form.wpcf7-form .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-image {
  display: none;
}
.modal-main form.wpcf7-form .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details {
  padding-left: 0px;
  width: 100%;
}
.modal-main form.wpcf7-form .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .name span {
  color: #ffb029;
}
.modal-main form.wpcf7-form .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .name em {
  font-style: normal;
}
.modal-main form.wpcf7-form .codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .dnd-progress-bar span {
  background: #ffb029;
}

.modal-main {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 95%;
  max-width: 570px;
  border-radius: 5px;
  max-height: 95vh;
  z-index: 3000;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: translateX(-50%) translateY(-50%);
  overflow: hidden;
}
.modal-main.active {
  visibility: visible;
}
.modal-main.active .modal-body {
  transform: scale(1);
  opacity: 1;
}
.modal-main .modal-body {
  background-color: #ffffff;
  padding: 40px 60px;
  transition: all 0.3s;
  transform: scale(0.3);
  opacity: 0;
  max-height: 95vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.modal-main .modal-body::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: #C4C4C4;
}
.modal-main .modal-body::-webkit-scrollbar-thumb {
  background-color: #C4C4C4;
  border-radius: 9em;
  box-shadow: inset 1px 1px 10px #ffb029;
}
.modal-main .modal-body .modal-body-content form.wpcf7-form .form-main .form-main-title,
#modal-discount .form-title {
  margin-bottom: 30px;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 140%;
  color: #02050A;
}
.modal-main .modal-body .modal-body-content form.wpcf7-form .form-main .form-main-body .form-inputs .input,
#modal-discount input {
  margin-bottom: 20px;
}
#modal-discount .form-subtitle {
  margin-bottom: 24px;
}
.modal-main .modal-body .modal-body-content form.wpcf7-form .form-main .form-main-body .form-inputs .input:last-child {
  margin-bottom: 0px;
}
.modal-main .modal-body .modal-body-content form.wpcf7-form .form-main .form-main-body .form-info,
#modal-discount .form-bottom-wrap {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.modal-main .modal-body .modal-body-content form.wpcf7-form .form-main .form-main-body .form-info .privacy,
#modal-discount .privacy {
  color: #4F4F4F;
  padding-right: 15px;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
}
.modal-main .modal-body .modal-body-content form.wpcf7-form .form-main .form-main-body .form-info .privacy a,
#modal-discount  .privacy a {
  color: #4F4F4F;
  transition: color 0.3s ease;
  text-decoration: underline;
}
#modal-discount .btn-main {
  margin-bottom: 0 !important;
}
.modal-main .modal-body .modal-body-content form.wpcf7-form .form-main .form-main-body .form-info .privacy a:hover {
  text-decoration: none;
}
.modal-main .modal-body .modal-body-content form.wpcf7-form .form-main .form-main-body .form-info .send-button {
  margin-left: auto;
  margin-right: auto;
}
.modal-main .modal-body .close {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  color: #4F4F4F;
  font-size: 40px;
  transform: rotate(45deg);
  transition: color 0.3s ease;
}
.modal-main .modal-body .close:hover {
  color: #ffb029;
}

@media (max-width: 767px) {
  .modal-main .modal-body {
    padding: 30px 20px 20px 20px;
  }
  .modal-main .modal-body .modal-body-content form.wpcf7-form .form-main .form-main-title {
    font-size: 24px;
    padding-right: 30px;
    margin-bottom: 15px;
  }
  .modal-main .modal-body .modal-body-content form.wpcf7-form .form-main-body .form-info {
    flex-direction: column;
  }
  .modal-main .modal-body .modal-body-content form.wpcf7-form .form-main-body .form-info .privacy {
    padding-right: 0px;
    margin-bottom: 15px;
  }
}
/*============ MODAL-CONGRATULATIONS ============*/
#modal-congratulations {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 500px;
  width: 95%;
  transition: opacity 1s ease;
  opacity: 1;
  z-index: 3000;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}
#modal-congratulations.active {
  visibility: visible;
}
#modal-congratulations.active .modal-congratulations-body {
  transform: scale(1);
  opacity: 1;
}
#modal-congratulations .modal-congratulations-body {
  background-color: #ffffff;
  padding: 50px 70px;
  transition: all 0.3s;
  transform: scale(0.3);
  opacity: 0;
  overflow-y: auto;
  overflow-x: hidden;
}
#modal-congratulations .modal-congratulations-body .modal-congratulations-title {
  margin-bottom: 20px;
  font-size: 32px;
  text-align: center;
  color: #252525;
  font-weight: 700;
  line-height: 130%;
}
#modal-congratulations .modal-congratulations-body .modal-congratulations-subtitle {
  font-size: 16px;
  line-height: 150%;
  color: #252525;
  text-align: center;
  letter-spacing: 0.02em;
}
#modal-congratulations .modal-congratulations-body .close {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  color: #4F4F4F;
  font-size: 48px;
  transform: rotate(45deg);
  transition: color 0.3s ease;
}
#modal-congratulations .modal-congratulations-body .close:hover {
  color: #ffb029;
}

@media (max-width: 767px) {
  #modal-congratulations .modal-congratulations-body {
    padding: 40px 15px 30px 15px;
  }
  #modal-congratulations .modal-congratulations-body .modal-congratulations-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.background-modals {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #02050A;
  visibility: visible;
  opacity: 0.8;
  z-index: 1000;
}

/*============ HEADER ============*/
.header {
  position: sticky;
  top: 0;
  z-index: 1000;
}
.header .header-top {
  padding: 15px 0px;
  background: white;
}
.header .header-top .header-top-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-column-gap: 10px;
}
.header .header-top .header-top-row .logo-header {
  margin-right: 20px;
  display: flex;
  align-items: center;
}
.header .header-top .header-top-row .logo-header .custom-logo-link {
  max-width: 270px;
  display: block;
  margin-right: 20px;
}
.header .header-top .header-top-row .logo-header .custom-logo-link img {
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.header .header-top .header-top-row .logo-header .header-slogan {
  max-width: 240px;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
}
.header .header-top .header-top-row .socials-wrapper {
  display: flex;
  align-items: center;
  grid-column-gap: 15px;
  grid-row-gap: 5px;
}
.header .socials-wrapper.mobile {
  display: none;
}
.header .header-top .header-top-row .socials-wrapper .social-item {
  max-width: 40px;
  max-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
}
.header .header-top .header-top-row .socials-wrapper .social-item:hover {
  opacity: 0.7;
}
.header .header-top .header-top-row .socials-wrapper .social-item img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.header .header-top .header-top-row .header-phones .header-phone {
  padding-left: 30px;
  display: flex;
  flex-direction: column;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: #02050A;
  position: relative;
  white-space: nowrap;
  transition: color 0.3s ease;
}
.header .header-top .header-top-row .header-phones .header-phone:hover {
  color: #ffb029;
}
.header .header-top .header-top-row .header-phones .header-phone::before {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  background-image: url(../img/icons/svg/phone.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0px;
  top: 2px;
}
.header .header-top .header-top-row .header-phones .header-phone span {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #4F4F4F;
  margin-top: 5px;
}
.header .header-bottom {
  background: #ffb029;
  color: #ffffff;
}
.header .header-bottom .header-bottom-row {
  display: flex;
}
.header .header-bottom .header-bottom-row .catalog-btn {
  background: #E78528;
  padding: 15px 25px;
  min-width: 270px;
  max-width: 270px;
  height: auto;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: #FFFFFF;
  margin-right: 70px;
  display: flex;
  align-items: center;
}
.header .header-bottom .header-bottom-row .catalog-btn:hover .text::before, .header .header-bottom .header-bottom-row .catalog-btn.active .text::before {
  opacity: 1;
}
.header .header-bottom .header-bottom-row .catalog-btn .text {
  position: relative;
}
.header .header-bottom .header-bottom-row .catalog-btn .text::before {
  content: "";
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: -12px;
  background: #FFFFFF;
  height: 5px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.header .header-bottom .header-bottom-row .catalog-btn .icon {
  width: 20px;
  height: 20px;
  min-width: 20px;
  margin-left: auto;
}
.header .header-bottom .header-bottom-row .catalog-btn .icon svg {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  display: block;
}
.header .header-bottom .header-bottom-row .header-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 0px;
  margin: 0px;
  flex-grow: 1;
  justify-content: space-between;
  grid-column-gap: 10px;
}
.header .header-bottom .header-bottom-row .header-menu li.active a::before {
  opacity: 1;
}
.header .header-bottom .header-bottom-row .header-menu li a {
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  color: #FFFFFF;
  transition: color 0.3s ease;
  padding: 15px 0px;
  position: relative;
}
.header .header-bottom .header-bottom-row .header-menu li a::before {
  content: "";
  background: #FFFFFF;
  height: 5px;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 1px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.header .header-bottom .header-bottom-row .header-menu li a:hover::before {
  opacity: 1;
}
.header .header-bottom .header-bottom-row .header-mobile {
  display: none;
  /* margin-left: auto; */
  z-index: 110;
  position: relative;
  min-width: 30px;
  height: 20px;
  cursor: pointer;
}
.header .header-bottom .header-bottom-row .header-mobile span, .header .header-bottom .header-bottom-row .header-mobile::before, .header .header-bottom .header-bottom-row .header-mobile::after {
  right: 0px;
  position: absolute;
  height: 10%;
  width: 100%;
  transition: all 0.3s ease 0s;
  background-color: #ffffff;
}
.header .header-bottom .header-bottom-row .header-mobile::before, .header .header-bottom .header-bottom-row .header-mobile::after {
  content: "";
}
.header .header-bottom .header-bottom-row .header-mobile::before {
  top: 0px;
}
.header .header-bottom .header-bottom-row .header-mobile::after {
  bottom: 0px;
}
.header .header-bottom .header-bottom-row .header-mobile span {
  top: 50%;
  transform: scale(1) translate(0px, -50%);
}
.header .header-bottom .header-bottom-row .header-mobile._active span {
  transform: scale(0) translate(0px, -50%);
}
.header .header-bottom .header-bottom-row .header-mobile._active::before {
  top: 50%;
  transform: rotate(-45deg) translate(0px, -50%);
  background-color: #ffffff;
}
.header .header-bottom .header-bottom-row .header-mobile._active::after {
  bottom: 50%;
  transform: rotate(45deg) translate(0px, 50%);
  background-color: #ffffff;
}

@media (max-width: 991px) {
  .header .header-top .header-top-row .socials-wrapper {
    display: none;
  }
  .header .socials-wrapper.mobile {
    display: flex !important;
    margin-left: auto;
    gap: 20px;
  }
  .header .socials-wrapper.mobile a {
    width: 30px;
    height: 30px;
  }
  .header .socials-wrapper.mobile a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .header .header-top .header-top-row .logo-header .custom-logo-link {
    margin-right: 0px;
  }
  .header .header-top .header-top-row .logo-header .header-slogan {
    display: none;
  }
  .header .header-bottom .header-bottom-row {
    align-items: center;
    gap: 30px;
  }
  .header .header-bottom .header-bottom-row .catalog-btn {
    width: 100%;
    max-width: 240px;
    min-width: unset;
    margin-right: 0px;
  }
  .header .header-bottom .header-bottom-row .catalog-btn:hover .text::before {
    opacity: 1;
  }
  .header .header-bottom .header-bottom-row .header-menu {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    flex-direction: column;
    background: #F7F6F4;
    padding: 30px;
    left: -100%;
    transition: left 0.3s ease;
    max-width: 100%;
    grid-gap: 0px;
    z-index: 100;
    align-items: normal;
    justify-content: normal;
    overflow-y: auto;
  }
  .header .header-bottom .header-bottom-row .header-menu li {
    margin-bottom: 15px;
  }
  .header .header-bottom .header-bottom-row .header-menu li:last-child {
    margin-bottom: 0px;
  }
  .header .header-bottom .header-bottom-row .header-menu li a {
    padding: 0px;
    font-size: 18px;
    font-weight: 600;
    color: #02050A;
  }
  .header .header-bottom .header-bottom-row .header-menu li a::before {
    display: none;
  }
  .header .header-bottom .header-bottom-row .header-menu._active {
    left: 0px;
  }
  .header .header-bottom .header-bottom-row .header-mobile {
    display: block;
  }
}
@media (max-width: 767px) {
  .header .header-top .header-top-row .btn-main {
    display: none;
  }
  .header .header-bottom .header-bottom-row .header-menu {
    padding: 15px;
    width: 80%;
  }
  .header .header-bottom .header-bottom-row .header-menu li a {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .header .header-top .header-top-row .logo-header {
    margin-right: 0px;
  }
  .header .header-top .header-top-row .header-phones .header-phone {
    font-size: 16px;
  }
  .header .header-top .header-top-row .header-phones .header-phone span {
    margin-top: 0px;
    font-size: 12px;
  }
}
/*============ FOOTER ============*/
.footer {
  background: #FFFFFF;
  margin-top: auto;
}
.footer .footer-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  grid-gap: 30px;
  padding-top: 30px;
  padding-bottom: 40px;
}
.footer .footer-top .footer-column {
  max-width: 250px;
}
.footer .footer-top .footer-column.info-holder .logo-footer {
  max-width: 250px;
  margin-bottom: 30px;
}
.footer .footer-top .footer-column.info-holder .logo-footer .custom-logo-link {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin-bottom: 10px;
}
.footer .footer-top .footer-column.info-holder .logo-footer .custom-logo-link img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.footer .footer-top .footer-column.info-holder .logo-footer .footer-slogan {
  font-size: 14px;
  line-height: 120%;
  color: #02050A;
}
.footer .footer-top .footer-column.info-holder .btn-main {
  margin-bottom: 40px;
}
.footer .footer-top .footer-column.info-holder .coptyright {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #02050A;
}
.footer .footer-top .footer-column.footer-contacts .footer-phones {
  margin-bottom: 30px;
}
.footer .footer-top .footer-column.footer-contacts .footer-phones .footer-phone {
  padding-left: 30px;
  display: flex;
  flex-direction: column;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: #02050A;
  position: relative;
  white-space: nowrap;
  transition: color 0.3s ease;
  margin-bottom: 20px;
}
.footer .footer-top .footer-column.footer-contacts .footer-phones .footer-phone:last-child {
  margin-bottom: 0px;
}
.footer .footer-top .footer-column.footer-contacts .footer-phones .footer-phone:hover {
  color: #ffb029;
}
.footer .footer-top .footer-column.footer-contacts .footer-phones .footer-phone::before {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  background-image: url(../img/icons/svg/phone.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0px;
  top: 2px;
}
.footer .footer-top .footer-column.footer-contacts .footer-phones .footer-phone span {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #4F4F4F;
  margin-top: 5px;
}
.footer .footer-top .footer-column.footer-contacts .socials-wrapper {
  display: flex;
  align-items: center;
  grid-column-gap: 15px;
  grid-row-gap: 5px;
}
.footer .footer-top .footer-column.footer-contacts .socials-wrapper .social-item {
  max-width: 50px;
  max-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
}
.footer .footer-top .footer-column.footer-contacts .socials-wrapper .social-item:hover {
  opacity: 0.7;
}
.footer .footer-top .footer-column.footer-contacts .socials-wrapper .social-item img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer .footer-top .footer-column .col-title {
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 140%;
}
.footer .footer-top .footer-column ul {
  padding-left: 0px;
  margin: 0px;
}
.footer .footer-top .footer-column ul li {
  margin-bottom: 15px;
}
.footer .footer-top .footer-column ul li:last-child {
  margin-bottom: 0px;
}
.footer .footer-top .footer-column ul li a {
  font-size: 14px;
  line-height: 120%;
  color: #02050A;
  transition: color 0.3s ease;
}
.footer .footer-top .footer-column ul li a:hover {
  color: #ffb029;
}
.footer .footer-grampus {
  padding: 20px 0px;
  border-top: 1px solid #E0E0E0;
}
.footer .footer-grampus .footer-grampus-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .footer-grampus .footer-grampus-row .left a {
  color: #02050A;
  font-size: 14px;
  text-decoration: underline;
}
.footer .footer-grampus .footer-grampus-row .left a:hover {
  text-decoration: none;
}
.footer .footer-grampus .footer-grampus-row .right {
  font-size: 14px;
  display: flex;
  align-items: center;
}
.footer .footer-grampus .footer-grampus-row .right span {
  margin-right: 15px;
  color: #02050A;
}
.footer .footer-grampus .footer-grampus-row .right a img {
  width: 100%;
  height: 100%;
  display: block;
}

@media (max-width: 1200px) {
  .footer .footer-top {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .footer .footer-top .footer-column.footer-services {
    display: none;
  }
}
@media (max-width: 767px) {
  .footer .footer-top {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer .footer-top .footer-column.info-holder .btn-main {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .footer .footer-top .footer-column.footer-contacts .socials-wrapper {
    justify-content: center;
  }
  .footer .footer-grampus .footer-grampus-row {
    flex-direction: column;
  }
  .footer .footer-grampus .footer-grampus-row .left {
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .footer .footer-top .footer-column.footer-menu {
    display: none;
  }
  .footer .footer-top .footer-column.footer-catalog {
    display: none;
  }
}
/************* LI.PRODUCT-CATEGORY ************/
li.product-category {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
li.product-category:hover a::before {
  opacity: 0;
}
li.product-category:hover a::after {
  opacity: 1;
}
li.product-category a {
  position: relative;
  padding-top: 100%;
  display: block;
}
li.product-category a::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background: linear-gradient(180deg, rgba(2, 5, 10, 0) 48.33%, rgba(2, 5, 10, 0.65) 79.55%, rgba(2, 5, 10, 0.8) 93.89%);
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: opacity 0.3s ease;
}
li.product-category a::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background: linear-gradient(180deg, rgba(218, 106, 0, 0) 48.33%, rgba(197, 111, 30, 0.65) 79.55%, rgba(184, 92, 6, 0.8) 93.89%);
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
li.product-category a img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
li.product-category a .woocommerce-loop-category__title {
  margin: 0px;
  position: absolute;
  z-index: 10;
  bottom: 25px;
  left: 30px;
  width: calc(100% - 60px);
  font-weight: 700;
  font-size: 24px;
  line-height: 110%;
  color: #FFFFFF;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
li.product-category a .woocommerce-loop-category__title .text {
  padding-right: 5px;
}
li.product-category a .woocommerce-loop-category__title .arrow {
  min-width: 20px;
  width: 20px;
  height: 20px;
  margin-left: auto;
}
li.product-category a .woocommerce-loop-category__title .arrow svg {
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  max-width: 100%;
  max-height: 100%;
}

@media (max-width: 1200px) {
  li.product-category a .woocommerce-loop-category__title {
    font-size: 18px;
    width: calc(100% - 30px);
    left: 15px;
    bottom: 15px;
  }
}
/************* WORK-ITEM ************/
.work-item .work-item-top {
  padding: 40px;
  background: #FFFFFF;
  border-radius: 5px 5px 0px 0px;
}
.work-item .work-item-top .title-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.work-item .work-item-top .title-wrapper .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 110%;
  padding-right: 10px;
}
.work-item .work-item-top .title-wrapper .date {
  margin-left: auto;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  text-align: right;
}
.work-item .work-item-top .work-item-middle {
  display: flex;
  grid-column-gap: 30px;
}
.work-item .work-item-top .work-item-middle .image {
  border-radius: 5px;
  overflow: hidden;
  height: 100%;
  width: 42%;
}
.work-item .work-item-top .work-item-middle .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.work-item .work-item-top .work-item-middle .description {
  width: 58%;
}
.work-item .work-items-bottom {
  background: #02050A;
  border-radius: 0px 0px 5px 5px;
  padding: 20px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-column-gap: 30px;
}
.work-item .work-items-bottom .items-left {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-grow: 1;
  grid-gap: 30px;
}
.work-item .work-items-bottom .items-left .work-item-bottom {
  display: flex;
  align-items: center;
}
.work-item .work-items-bottom .items-left .work-item-bottom.price .icon {
  background: #ffb029;
}
.work-item .work-items-bottom .items-left .work-item-bottom .icon {
  min-width: 47px;
  width: 47px;
  height: 47px;
  background: #FFFFFF;
  border-radius: 5px;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.work-item .work-items-bottom .items-left .work-item-bottom .right-offer {
  font-weight: 700;
  line-height: 140%;
  color: #FFFFFF;
}
.work-item .work-items-bottom .btn-right {
  margin-left: auto;
}

@media (max-width: 991px) {
  .work-item .work-item-top {
    padding: 15px;
  }
  .work-item .work-items-bottom {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .work-item .work-item-top .title-wrapper {
    flex-direction: column;
    align-items: normal;
  }
  .work-item .work-item-top .title-wrapper .title {
    padding-right: 0px;
    margin-bottom: 5px;
    font-size: 20px;
  }
  .work-item .work-item-top .title-wrapper .date {
    margin-left: 0px;
    text-align: left;
  }
  .work-item .work-item-top .work-item-middle {
    flex-direction: column;
  }
  .work-item .work-item-top .work-item-middle .image {
    width: 100%;
    max-width: 400px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  .work-item .work-item-top .work-item-middle .description {
    width: 100%;
  }
  .work-item .work-items-bottom {
    align-items: flex-end;
  }
  .work-item .work-items-bottom .items-left {
    grid-gap: 20px;
    flex-direction: column;
    align-items: normal;
  }
}
@media (max-width: 480px) {
  .work-item .work-items-bottom {
    flex-direction: column;
    align-items: center;
  }
  .work-item .work-items-bottom .btn-right {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
/********** REVIEWS-ITEM *********/
.reviews-item {
  padding: 30px 40px;
  background: #FFFFFF;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  transition: background 0.3s ease;
}
.reviews-item .reviews-item-top {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #E0E0E0;
}
.reviews-item .reviews-item-top .reviews-icon {
  max-width: 22px;
  min-width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  border-radius: 50%;
  overflow: hidden;
}
.reviews-item .reviews-item-top .reviews-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.reviews-item .reviews-item-top .reviews-info {
  display: flex;
  flex-grow: 1;
}
.reviews-item .reviews-item-top .reviews-info .title {
  font-weight: 700;
  line-height: 140%;
  padding-right: 10px;
  font-weight: 700;
}
.reviews-item .reviews-item-top .reviews-info .date {
  margin-left: auto;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #4F4F4F;
}
.reviews-item .reviews-item-content .content-body {
  line-height: 21px;
}
.reviews-item .reviews-item-content .content-body p {
  margin: 0px;
}
.reviews-item .reviews-item-content .review-more {
  margin-top: 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 110%;
  color: #02050A;
  transition: color 0.3s ease;
  cursor: pointer;
}
.reviews-item .reviews-item-content .review-more:hover {
  color: #ffb029;
}
.reviews-item .reviews-item-gallery {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 10px;
  padding-top: 20px;
}
.reviews-item .reviews-item-gallery .image-item {
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 3px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.reviews-item .reviews-item-gallery .image-item::before {
  content: "";
  background: #02050A;
  opacity: 0.6;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.reviews-item .reviews-item-gallery .image-item::after {
  content: "";
  background-image: url(../img/icons/svg/search.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.reviews-item .reviews-item-gallery .image-item:hover::before {
  opacity: 0.5;
}
.reviews-item .reviews-item-gallery .image-item:hover::after {
  opacity: 1;
}
.reviews-item .reviews-item-gallery .image-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

@media (max-width: 480px) {
  .reviews-item {
    padding: 15px;
  }
  .reviews-item .reviews-item-top .reviews-icon {
    margin-right: 10px;
  }
  .reviews-item .reviews-item-top .reviews-info {
    flex-direction: column;
  }
  .reviews-item .reviews-item-top .reviews-info .title {
    padding-right: 0px;
    font-size: 18px;
    margin-bottom: 5px;
  }
  .reviews-item .reviews-item-top .reviews-info .date {
    margin-left: 0px;
  }
  .reviews-item .reviews-item-gallery {
    margin-top: 20px;
  }
}
/********* ARCHIVE-WORKS ********/
.archive-works-wrapper {
  margin-bottom: 60px;
}
.archive-works-wrapper .arcive-works-terms {
  display: flex;
  margin-bottom: 40px;
  grid-row-gap: 10px;
  overflow-x: auto;
  padding-bottom: 15px;
}
.archive-works-wrapper .arcive-works-terms .term-item {
  min-width: -moz-max-content;
  min-width: max-content;
  font-weight: 700;
  font-size: 16px;
  line-height: 143%;
  color: #A4A5A9;
  padding: 10px 15px;
  background: #ffffff;
  border: 1px solid #E0E0E0;
  border-radius: 5px;
  margin-right: 20px;
  transition: border 0.3s, background 0.3s ease;
}
.archive-works-wrapper .arcive-works-terms .term-item:last-child {
  margin-right: 0px;
}
.archive-works-wrapper .arcive-works-terms .term-item.active {
  background: #02050A;
  color: #ffffff;
}
.archive-works-wrapper .arcive-works-terms .term-item:hover {
  background: #02050A;
  color: #ffffff;
}
.archive-works-wrapper .archive-works-body .work-item {
  margin-bottom: 30px;
}
.archive-works-wrapper .archive-works-body .work-item:last-child {
  margin-bottom: 0px;
}

@media (max-width: 991px) {
  .archive-works-wrapper .arcive-works-terms {
    margin-bottom: 15px;
  }
  .archive-works-wrapper .arcive-works-terms .term-item {
    padding: 10px 15px;
  }
}
/********* ARCHIVE-REVIEWS ********/
.title-page-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  justify-content: space-between;
}
.title-page-wrapper .title-page {
  padding-right: 15px;
  margin-bottom: 0px;
}

.archive-reviews-wrapper {
  margin-bottom: 40px;
}
.archive-reviews-wrapper .archive-reviews-body .reviews-item {
  margin-bottom: 30px;
}
.archive-reviews-wrapper .archive-reviews-body .reviews-item:last-child {
  margin-bottom: 0px;
}

@media (max-width: 991px) {
  .title-page-wrapper {
    flex-direction: column;
    align-items: normal;
  }
  .title-page-wrapper .title-page {
    padding-right: 0px;
    margin-bottom: 20px;
  }
}
/*********** FAQ-ITEM ***********/
.faq-item {
  border: 1px solid #E0E0E0;
  border-radius: 5px;
  background: #FFFFFF;
  position: relative;
}
.faq-item::before {
  content: "";
  background: #ffb029;
  border-radius: 3px 0px 0px 3px;
  background: #ffb029;
  border-radius: 3px 0px 0px 3px;
  width: 5px;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}
.faq-item.active {
  border: 1px solid #ffb029;
}
.faq-item.active .faq-item-header {
  border-bottom: 1px solid #ffb029;
}
.faq-item.active .faq-item-header .faq-close {
  transform: rotate(45deg);
}

.faq-close svg path{
  fill: #ffb029;
}
.faq-item.active .faq-item-header .faq-close svg path {
  fill: #828282;
}
.faq-item .faq-item-header {
  padding: 25px 40px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.faq-item .faq-item-header .faq-title {
  font-weight: 700;
  line-height: 140%;
  padding-right: 30px;
  line-height: 140%;
  color: #02050A;
}
.faq-item .faq-item-header .faq-close {
  width: 16px;
  min-width: 16px;
  height: 16px;
  margin-left: auto;
  transition: transform 0.3s ease;
}
.faq-item .faq-item-header .faq-close svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.faq-item .faq-item-header .faq-close svg path {
  transition: fill 0.3s ease;
}
.faq-item .faq-item-content {
  padding-bottom: 30px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 25px;
  display: none;
}

@media (max-width: 767px) {
  .faq-item .faq-item-header {
    padding: 15px;
  }
  .faq-item .faq-item-header .faq-title {
    font-size: 14px;
  }
  .faq-item .faq-item-content {
    font-size: 14px;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .faq-item .faq-item-header .faq-image {
    display: none;
  }
  .faq-item .faq-item-content {
    padding-left: 15px;
  }
}
/*********** ARCHIVE-FAQ ***********/
.archive-faq {
  margin-bottom: 60px;
}
.archive-faq .archive-faq-list .faq-item {
  margin-bottom: 10px;
}
.archive-faq .archive-faq-list .faq-item:last-child {
  margin-bottom: 0px;
}

@media (max-width: 991px) {
  .archive-faq {
    margin-bottom: 40px;
  }
}
/*********** STOCK-ITEM ***********/
.stock-item {
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  border-radius: 5px;
  padding: 20px 30px 20px 20px;
  display: flex;
  grid-column-gap: 30px;
  transition: border 0.3s ease;
}
.stock-item:hover {
  border: 1px solid #E78528;
}
.stock-item:hover .stock-item-right .stock-title {
  color: #ffb029;
}
.stock-item:hover .stock-item-right .short-description .more {
  color: #ffb029;
}
.stock-item .stock-item-left {
  width: 26%;
}
.stock-item .stock-item-left img {
  border-radius: 5px;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  height: auto;
}
.stock-item .stock-item-right {
  width: 74%;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.stock-item .stock-item-right .stock-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 140%;
  color: #02050A;
  margin-bottom: 10px;
  transition: color 0.3s ease;
}
.stock-item .stock-item-right .short-description .descr-text {
  margin-bottom: 10px;
}
.stock-item .stock-item-right .short-description .more {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: #02050A;
  transition: color 0.3s ease;
}
.stock-item .stock-item-right .stock-date {
  margin-top: auto;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #A4A5A9;
  padding-top: 15px;
}

@media (max-width: 1200px) {
  .stock-item .stock-item-right .stock-title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .stock-item {
    padding: 10px;
    flex-direction: column;
  }
  .stock-item .stock-item-left {
    width: 100%;
    max-width: 200px;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .stock-item .stock-item-left img {
    width: 100%;
    height: 100%;
  }
  .stock-item .stock-item-right {
    width: 100%;
  }
  .stock-item .stock-item-right .stock-title {
    font-size: 22px;
  }
}
/*********** ARCHIVE-STOCKS ***********/
.archive-stocks-wrapper .archive-stocks-body .stock-item {
  margin-bottom: 30px;
}
.archive-stocks-wrapper .archive-stocks-body .stock-item:last-child {
  margin-bottom: 0px;
}

/*********** SINGLE-STOCKS ***********/
.single-stocks-wrapper .single-stocks-top {
  display: flex;
  margin-bottom: 60px;
  grid-column-gap: 30px;
}
.single-stocks-wrapper .single-stocks-top .s-stocks-left {
  width: 45%;
}
.single-stocks-wrapper .single-stocks-top .s-stocks-left img {
  border-radius: 5px;
  overflow: hidden;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: sticky;
  top: 30px;
}
.single-stocks-wrapper .single-stocks-top .s-stocks-right {
  width: 55%;
}

@media (max-width: 991px) {
  .single-stocks-wrapper .single-stocks-top {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .single-stocks-wrapper .single-stocks-top {
    flex-direction: column;
  }
  .single-stocks-wrapper .single-stocks-top .s-stocks-left {
    width: 100%;
    max-width: 300px;
    margin-bottom: 30px;
  }
  .single-stocks-wrapper .single-stocks-top .s-stocks-right {
    width: 100%;
  }
}
/*============ 404 ============*/
.page-404 {
  text-align: center;
  margin-bottom: 60px;
}
.page-404 .title {
  font-weight: 800;
  font-size: 288px;
  line-height: 100%;
  color: #ffb029;
}
.page-404 .after-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 140%;
  margin-bottom: 10px;
}
.page-404 .description {
  margin-bottom: 30px;
  line-height: 130%;
}
.page-404 .button {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .page-404 .title {
    font-size: 200px;
  }
  .page-404 .after-title {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .page-404 .title {
    font-size: 140px;
  }
}
/*============ ARCHIVE-PRODUCTS ============*/
.woocommerce-archive-wrapper .woocommerce-category-content,
.woocommerce-archive-wrapper .woocommerce-products-content {
  margin-top: -140px;
  margin-bottom: 60px;
}
.woocommerce-archive-wrapper .woocommerce-category-content .archive-holder .products,
.woocommerce-archive-wrapper .woocommerce-products-content .archive-holder .products {
  margin: 0px;
  padding-left: 0px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
}
@media (max-width: 1400px) {
  .woocommerce-archive-wrapper .woocommerce-category-content,
  .woocommerce-archive-wrapper .woocommerce-products-content {
    margin-top: 0px;
  }
}
@media (max-width: 991px) {
  .woocommerce-archive-wrapper .woocommerce-category-content,
  .woocommerce-archive-wrapper .woocommerce-products-content {
    margin-bottom: 40px;
  }
  .woocommerce-archive-wrapper .woocommerce-category-content .archive-holder .products,
  .woocommerce-archive-wrapper .woocommerce-products-content .archive-holder .products {
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
  }
}
@media (max-width: 480px) {
  .woocommerce-archive-wrapper .woocommerce-category-content .archive-holder .products,
  .woocommerce-archive-wrapper .woocommerce-products-content .archive-holder .products {
    display: flex;
    flex-direction: column;
    grid-gap: 0px;
  }
  .woocommerce-archive-wrapper .woocommerce-category-content .archive-holder .products li,
  .woocommerce-archive-wrapper .woocommerce-products-content .archive-holder .products li {
    margin-bottom: 15px;
  }
  .woocommerce-archive-wrapper .woocommerce-category-content .archive-holder .products li:last-child,
  .woocommerce-archive-wrapper .woocommerce-products-content .archive-holder .products li:last-child {
    margin-bottom: 0px;
  }
}
/*============ LI-PRODUCT ============*/
li.product.type-product:hover .woocommerce-LoopProduct-link .image-wrapper::before {
  opacity: 0;
}
li.product.type-product:hover .woocommerce-LoopProduct-link .image-wrapper::after {
  opacity: 1;
}
li.product.type-product:hover .woocommerce-LoopProduct-link .image-wrapper .more {
  opacity: 1;
}
li.product.type-product:hover .woocommerce-LoopProduct-link .woocommerce-loop-product__title {
  color: #ffb029;
}
li.product.type-product .woocommerce-LoopProduct-link .image-wrapper {
  border-radius: 5px;
  overflow: hidden;
  padding-top: 100%;
  position: relative;
  margin-bottom: 15px;
}
li.product.type-product .woocommerce-LoopProduct-link .image-wrapper::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background: linear-gradient(180deg, rgba(2, 5, 10, 0) 48.33%, rgba(2, 5, 10, 0.65) 79.55%, rgba(2, 5, 10, 0.8) 93.89%);
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: opacity 0.3s ease;
}
li.product.type-product .woocommerce-LoopProduct-link .image-wrapper::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background: linear-gradient(180deg, rgba(218, 106, 0, 0) 48.33%, rgba(218, 106, 0, 0.65) 79.55%, rgba(218, 106, 0, 0.8) 93.89%);
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
li.product.type-product .woocommerce-LoopProduct-link .image-wrapper img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
li.product.type-product .woocommerce-LoopProduct-link .image-wrapper .more {
  position: absolute;
  left: 30px;
  bottom: 25px;
  width: calc(100% - 60px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 50;
  opacity: 0;
}
li.product.type-product .woocommerce-LoopProduct-link .image-wrapper .more .text {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: #FFFFFF;
  padding-right: 5px;
}
li.product.type-product .woocommerce-LoopProduct-link .image-wrapper .more .arrow {
  min-width: 20px;
  width: 20px;
  height: 20px;
}
li.product.type-product .woocommerce-LoopProduct-link .image-wrapper .more .arrow svg {
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  max-width: 100%;
  max-height: 100%;
}
li.product.type-product .woocommerce-LoopProduct-link .woocommerce-loop-product__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 110%;
  color: #02050A;
  transition: color 0.3s ease;
  padding: 0px 10px;
  display: block;
}

@media (max-width: 1200px) {
  li.product.type-product .woocommerce-LoopProduct-link .woocommerce-loop-product__title {
    font-size: 18px;
  }
}

.woocommerce-loop-product__price{
    font-weight: 700;
    font-size: 24px;
    line-height: 110%;
    color: #02050A;
    transition: color 0.3s ease;
    padding: 0px 10px;
    display: block;
    color: #ffb029;
}
.woocommerce-LoopProduct-link.woocommerce-loop-product__link:hover .woocommerce-loop-product__price{
  color: #ffb029;
  transition: 0.3s;
}