@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap");
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
}

@media (max-width: 600px) {
  html {
    overflow-x: hidden;
  }
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "Poppins", sans-serif;
  accent-color: #68b236;
}
body.open-modal::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3960784314);
  z-index: 40;
}

body #main-wrapper {
  position: relative;
  background-color: #ffffff;
}
body #main-wrapper.dark-background::before {
  position: fixed;
  content: "";
  top: 0;
  left: -50vw;
  background-color: rgba(0, 0, 0, 0.3960784314);
  width: 200vw;
  height: 100vh;
  z-index: 9;
}

a {
  color: #68b236;
  font-size: 16px;
  font-weight: 700;
  line-height: 180%;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

p {
  font-size: 16px;
  font-weight: 300;
  line-height: 180%;
}

#main-wrapper {
  width: 1320px;
  margin: 0 auto;
  position: relative;
  top: 0;
}

section {
  margin: 40px auto 67px auto;
}
section:last-of-type {
  margin-bottom: 7px;
}

h1.mainpage-title {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  margin: 35px 0;
  padding-left: 40px;
}
h1.mainpage-title span {
  color: #68b236;
}
h1.mainpage-title::before {
  position: absolute;
  top: calc(50% - 9px);
  left: 0;
  content: "";
  width: 14px;
  height: 18px;
  display: block;
  background-color: #68b236;
}

@media (max-width: 1600px) {
  #main-wrapper {
    width: 80vw;
    padding: 0 10vw;
  }
}
@media (max-width: 1320px) {
  #main-wrapper {
    width: calc(100% - 108px);
    padding: 0 52px;
  }
}
@media (max-width: 1260px) {
  #main-wrapper {
    width: calc(100% - 72px);
    padding: 0 36px;
  }
  #main-wrapper.dark-background::before {
    display: none !important;
  }
}
@media (max-width: 760px) {
  section {
    margin: 16px auto 24px auto;
  }
  #main-wrapper {
    width: calc(100% - 32px);
    padding: 0 16px;
    margin-left: 0;
    margin-right: 0;
  }
  .reverse-order aside {
    order: 1;
  }
  .reverse-order .col_10__container {
    order: 0;
    margin-top: 9px;
  }
}
.main-desc {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 auto 40px auto;
  width: 100%;
}
@media (max-width: 760px) {
  .main-desc {
    margin: 0 auto 16px auto;
  }
}
.main-desc p {
  position: relative;
  font-size: 16px;
  color: #333333;
  z-index: 1;
  text-align: center;
  margin: 0 0 12px 0;
}
@media (max-width: 760px) {
  .main-desc p {
    font-size: 14px;
    line-height: 17px;
  }
}

.row__container {
  display: flex;
  flex-direction: row;
}
.row__container aside {
  display: flex;
  flex-direction: column;
  width: 232px;
  margin-right: 35px;
}
.row__container .col_10__container {
  display: flex;
  flex-direction: column;
  width: 1240px;
}
.row__container .col_10__container .products_blocks_wrapper__slot {
  width: 24%;
  margin-right: 1%;
  margin-bottom: 1%;
}

@media (max-width: 1600px) {
  .row__container .col_10__container .products_blocks_wrapper__slot {
    min-width: unset;
  }
}
@media (max-width: 1500px) {
  .row__container aside {
    width: 200px;
    margin-right: 24px;
  }
  .row__container .col_10__container .products_blocks_wrapper__slot {
    min-width: unset;
    width: 24%;
  }
}
@media (max-width: 1260px) {
  .row__container .col_10__container .products_blocks_wrapper__slot > a {
    width: 96%;
  }
}
@media (max-width: 1140px) {
  .row__container.products-page-row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .row__container .col_10__container .products_blocks_wrapper__slot {
    width: 45%;
  }
}
@media (max-width: 760px) {
  .row__container .col_10__container .products_blocks_wrapper__slot {
    width: 100%;
    margin-bottom: 16px;
  }
  .row__container .col_10__container .products_blocks_wrapper__slot:nth-child(4n) {
    margin-right: 0;
  }
  .row__container .col_10__container .products_blocks_wrapper__slot:nth-child(3n) {
    margin-right: 0;
  }
  .row__container .col_10__container .products_blocks_wrapper__slot:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 760px) {
  .row__container {
    flex-direction: column;
  }
  .row__container aside {
    width: 100%;
    margin-right: 0;
  }
  .row__container .col_10__container {
    width: 100%;
  }
}
body {
  padding-top: 184px;
}
@media (max-width: 1260px) {
  body {
    padding-top: 80px;
  }
  body:has(header.menu-open) {
    padding-top: 0;
  }
}
@media (max-width: 760px) {
  body {
    padding-top: 52px;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  width: 100vw;
  z-index: 50;
  margin-bottom: -10px;
}
header.menu-open {
  position: static;
}
header.menu-open #nav {
  border-bottom: 1px solid #d9d9d9;
  box-shadow: 0px 8px 9px 0px rgba(0, 0, 0, 0.05);
}
header #nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
  box-shadow: 0px 8px 9px 0px rgba(0, 0, 0, 0.05);
}
header #nav .top-nav {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 1320px;
  height: 96px;
  margin: 18px auto 0 auto;
  box-sizing: border-box;
  top: 0;
  left: -24px;
}
@media (max-width: 1260px) {
  header #nav .top-nav {
    left: 0;
  }
}
header #nav .top-nav .hamburger {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  cursor: pointer;
  display: none;
}
header #nav .top-nav .hamburger .hamburger-line {
  display: block;
  height: 2px;
  background-color: #68b236;
  width: 32px;
  margin: 8px 32px 8px 0px;
}
header #nav .top-nav .logo {
  margin-right: 99px;
}
header #nav .top-nav .logo img {
  width: 181px;
  height: 94px;
  max-height: 94px;
  padding: 4px;
  box-sizing: border-box;
}
header #nav .top-nav .search-bar-wrapper {
  display: flex;
  width: 65%;
}
header #nav .top-nav .search-bar-wrapper #searchQueryInput {
  font-family: "Poppins", sans-serif;
  color: #484848;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  background: #ffffff;
  border: 1px solid #8a8a8a;
  padding: 0;
  padding-left: 22px;
  padding-right: 56px;
  border-radius: 30px;
}
header #nav .top-nav .search-bar-wrapper #searchQueryInput::-moz-placeholder {
  font-family: "Poppins", sans-serif;
  color: #484848;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
}
header #nav .top-nav .search-bar-wrapper #searchQueryInput::placeholder {
  font-family: "Poppins", sans-serif;
  color: #484848;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
}
header #nav .top-nav .search-bar-wrapper #searchQueryInput:hover, header #nav .top-nav .search-bar-wrapper #searchQueryInput:focus {
  outline: 1px solid #68b236;
  border: 1px solid rgba(255, 255, 255, 0);
}
header #nav .top-nav .search-bar-wrapper #searchQuerySubmit {
  margin-left: -80px;
  background: none;
  border: none;
  outline: none;
  width: 90px;
}
header #nav .top-nav .search-bar-wrapper #searchQuerySubmit:hover {
  cursor: pointer;
}
header #nav .top-nav .search-bar-wrapper .mobile_search-btn {
  display: none;
}
header #nav .top-nav .account-cart-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  width: 30%;
}
header #nav .top-nav .account-cart-container .account-container {
  display: flex;
  align-items: center;
  margin-left: 24px;
}
header #nav .top-nav .account-cart-container .account-container .logo-container {
  margin-right: 8px;
  margin-top: 12px;
}
header #nav .top-nav .account-cart-container .account-container .logo-container:hover img {
  filter: brightness(0) saturate(100%) invert(62%) sepia(24%) saturate(1238%) hue-rotate(52deg) brightness(97%) contrast(80%);
}
header #nav .top-nav .account-cart-container .cart-container {
  display: flex;
  flex-direction: row;
  margin-left: 34px;
}
header #nav .top-nav .account-cart-container .cart-container .cart-link {
  display: flex;
  align-items: center;
  text-decoration: none;
}
header #nav .top-nav .account-cart-container .cart-container .cart-link .cart-logo-container {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 14px;
}
header #nav .top-nav .account-cart-container .cart-container .cart-link .cart-total p {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #333333;
  white-space: pre;
}
header #nav .top-nav .account-cart-container .cart-container .cart-link .cart-total p span {
  color: #68b236;
  font-weight: 700;
}
header #nav .top-nav .account-cart-container .cart-container .cart-link:hover .cart-image {
  filter: brightness(0) saturate(100%) invert(62%) sepia(24%) saturate(1238%) hue-rotate(52deg) brightness(97%) contrast(80%);
}
header #nav .top-nav .account-cart-container .cart-container .cart-link:hover .cart-total p {
  color: #68b236;
}
header #nav .bottom-nav {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 1320px;
  height: 40px;
  margin: 0 auto;
  padding: 10px 0 20px 0;
}
header #nav .bottom-nav .left-container {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  width: 100%;
}
@media (max-width: 991px) {
  header #nav .bottom-nav .left-container {
    gap: 0;
  }
}
header #nav .bottom-nav .left-container .home-link {
  display: flex;
  line-height: 1;
  height: 20px;
  width: 20px;
  padding: 28px 0;
}
@media (max-width: 1260px) {
  header #nav .bottom-nav .left-container .home-link {
    padding: 0;
  }
}
header #nav .bottom-nav .left-container .home-link img {
  display: flex;
  line-height: 1;
  height: 20px;
  width: 20px;
}
header #nav .bottom-nav .left-container .home-link:hover img {
  filter: brightness(0) saturate(100%) invert(62%) sepia(24%) saturate(1238%) hue-rotate(52deg) brightness(97%) contrast(80%);
}
header #nav .bottom-nav .left-container ul.first-nav-line-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  margin: 0;
  width: 100%;
}
@media (max-width: 1530px) {
  header #nav .bottom-nav .left-container ul.first-nav-line-list {
    gap: 32px;
  }
}
@media (max-width: 1380px) {
  header #nav .bottom-nav .left-container ul.first-nav-line-list {
    gap: 24px;
  }
}
header #nav .bottom-nav .left-container ul.no-menu-links {
  display: flex;
  list-style: none;
  align-items: center;
  margin-left: -40px;
}
header #nav .bottom-nav .left-container ul.no-menu-links li {
  display: inline-block;
  list-style: none;
  margin-left: 40px;
}
header #nav .bottom-nav .left-container ul.no-menu-links li a {
  color: #333333;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
}
header #nav .bottom-nav .left-container ul.no-menu-links li:hover a {
  cursor: pointer;
  color: #68b236;
  text-decoration: none;
}
header #nav .bottom-nav .left-container ul {
  list-style: none;
  padding: 0;
  padding-right: 56px;
}
header #nav .bottom-nav .left-container ul li.bottom-nav-links:hover {
  cursor: pointer;
}
header #nav .bottom-nav .left-container ul li {
  list-style: none;
  color: #333333;
  text-shadow: none;
  font-size: 18px;
  line-height: 22px;
  z-index: 99;
}
header #nav .bottom-nav .left-container ul li.first-line {
  position: relative;
  text-transform: uppercase;
}
header #nav .bottom-nav .left-container ul li.first-line::after {
  position: absolute;
  content: "";
  background: url("./../assets/icons/chevron-down.svg") no-repeat;
  background-position: center;
  background-size: contain;
  width: 15px;
  height: 7.5px;
  top: 34px;
  right: -8px;
}
header #nav .bottom-nav .left-container ul li.first-line:hover::after {
  transition: 0.6s;
  transform: rotate(180deg);
}
header #nav .bottom-nav .left-container ul li.no-arrow::after {
  display: none;
}
header #nav .bottom-nav .left-container ul li.bottom-nav-links {
  padding: 28px 0;
  font-weight: 500;
  padding-right: 16px;
  margin-right: -16px;
}
header #nav .bottom-nav .left-container ul li.bottom-nav-links.category {
  position: relative;
  font-size: 16px;
}
@media (max-width: 1600px) {
  header #nav .bottom-nav .left-container ul li.bottom-nav-links.category {
    font-size: 14px;
  }
}
@media (max-width: 1300px) {
  header #nav .bottom-nav .left-container ul li.bottom-nav-links.category {
    font-size: 13px;
  }
}
@media (max-width: 1260px) {
  header #nav .bottom-nav .left-container ul li.bottom-nav-links.category {
    font-size: 16px;
  }
}
header #nav .bottom-nav .left-container ul li:hover .bottom-nav-sublist {
  display: flex;
}
header #nav .bottom-nav .left-container ul li:hover {
  color: #68b236;
}
header #nav .bottom-nav .left-container ul li .bottom-nav-sublist {
  position: fixed;
  display: none;
  top: 184px;
  left: calc(50vw - 660px);
  width: 100vw;
  height: auto;
  background-color: #ffffff;
  z-index: 0;
  padding-bottom: 21px;
}
@media (max-width: 1400px) {
  header #nav .bottom-nav .left-container ul li .bottom-nav-sublist {
    left: 9vw;
  }
}
header #nav .bottom-nav .left-container ul li .bottom-nav-sublist::before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: -50vw;
  width: 200vw;
  background-color: #ffffff;
  height: calc(100% + 10px);
  z-index: 0;
}
header #nav .bottom-nav .left-container ul li .bottom-nav-sublist::after {
  position: absolute;
  display: block;
  content: "";
  bottom: -2px;
  left: 700px;
  background: url("./../assets/img/header/header_image.jpg");
  height: 396px;
  width: 614px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}
@media (max-width: 1260px) {
  header #nav .bottom-nav .left-container ul li .bottom-nav-sublist::after {
    display: none;
  }
}
header #nav .bottom-nav .left-container ul li .bottom-nav-sublist ul {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  min-width: 200px;
  flex-direction: column;
  top: 0;
  left: 0;
  padding-top: 0;
  z-index: 9999;
  background: #ffffff;
  border-top: 0;
}
header #nav .bottom-nav .left-container ul li .bottom-nav-sublist ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: #ffffff;
  min-height: 37px;
  padding-left: 16px;
  text-transform: none;
  width: 110%;
  padding-right: 10%;
}
@media (max-width: 991px) {
  header #nav .bottom-nav .left-container ul li .bottom-nav-sublist ul li:has(strong) {
    background-color: #68b236;
  }
}
header #nav .bottom-nav .left-container ul li .bottom-nav-sublist ul li strong {
  font-size: 20px;
  line-height: 156%;
  font-weight: 500;
  margin: 16px 0;
}
@media (max-width: 991px) {
  header #nav .bottom-nav .left-container ul li .bottom-nav-sublist ul li strong {
    display: flex;
    width: 100%;
    font-size: 16px;
    margin: 0;
    padding-left: 8px;
    background-color: #68b236;
    color: #ffffff;
  }
}
header #nav .bottom-nav .left-container ul li .bottom-nav-sublist ul li.arrow-link {
  gap: 8px;
  padding-left: 28px;
}
header #nav .bottom-nav .left-container ul li .bottom-nav-sublist ul li a {
  position: relative;
  font-size: 14px;
  line-height: 34px;
  font-weight: 400;
  text-decoration: none;
  color: #333333;
  text-align: left;
  width: 100%;
}
header #nav .bottom-nav .left-container ul li .bottom-nav-sublist ul li a:hover {
  color: #68b236;
}
header #nav .bottom-nav .left-container ul li .bottom-nav-sublist ul li:last-child {
  border-color: none;
  border-bottom: 0;
}
header #nav .bottom-nav .left-container ul li .bottom-nav-sublist ul .bottom-nav-sub-sublist {
  position: absolute;
  display: none;
  top: 0;
  left: 100%;
  width: 100%;
}
header #nav .bottom-nav .left-container ul li .bottom-nav-sublist ul .bottom-nav-sub-sublist ul {
  padding-top: 0;
  width: -moz-max-content;
  width: max-content;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background: #ffffff;
  padding-left: 54px;
}
header #nav .bottom-nav .left-container ul li .bottom-nav-sublist ul .bottom-nav-sub-sublist ul a {
  text-decoration: none;
}
header #nav .bottom-nav .left-container ul li .bottom-nav-sublist ul .bottom-nav-sub-sublist ul a::after {
  display: none;
}
header #nav .bottom-nav .left-container ul li .bottom-nav-sublist ul .bottom-nav-sub-sublist ul a li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: rgba(255, 255, 255, 0);
  border-radius: 0;
  min-height: 37px;
  padding-left: 16px;
  padding-right: 24px;
  text-transform: none;
  white-space: pre;
  font-size: 14px;
  line-height: 21px;
}
header #nav .bottom-nav .left-container ul li .bottom-nav-sublist ul .bottom-nav-sub-sublist ul a li::after {
  display: none;
  margin-right: 0;
}
header #nav .bottom-nav .left-container ul li .bottom-nav-sublist ul .bottom-nav-sub-sublist ul a li:hover {
  color: #333333;
}
header #nav .bottom-nav .right-container ul.no-menu-links {
  display: flex;
  list-style: none;
  align-items: center;
  margin-left: -40px;
}
header #nav .bottom-nav .right-container ul.no-menu-links li {
  display: inline-block;
  list-style: none;
  margin-left: 40px;
  text-transform: uppercase;
  color: #333333;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
}
header #nav .bottom-nav .right-container ul.no-menu-links li:hover {
  color: #68b236;
}
header #nav .bottom-nav .right-container ul.no-menu-links li:hover a {
  color: #ffffff;
}
header #nav .bottom-nav .right-container ul.no-menu-links li::after {
  display: none;
}
header #nav .bottom-nav .right-container ul.no-menu-links .promo-nav li {
  position: relative;
  color: #68b236;
  margin-right: 24px;
}
header #nav .bottom-nav .right-container ul.no-menu-links .promo-nav li::before {
  position: absolute;
  display: block;
  content: "";
  top: 0px;
  left: -28px;
  background: url("./../assets/icons/header/promotions.svg");
  height: 20px;
  width: 20px;
  background-size: cover;
  background-repeat: no-repeat;
}
header #nav .bottom-nav .right-container ul.no-menu-links .new-nav li {
  position: relative;
  color: #e84848;
}
header #nav .bottom-nav .right-container ul.no-menu-links .new-nav li::before {
  position: absolute;
  display: block;
  content: "";
  top: 0px;
  left: -28px;
  background: url("./../assets/icons/header/news.svg");
  height: 20px;
  width: 20px;
  background-size: cover;
  background-repeat: no-repeat;
}

.topbar-lang {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.topbar-lang .flag-toggle {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  margin-left: 24px;
}
.topbar-lang .flag-toggle .flag-arrow {
  margin-bottom: 6px;
}
.topbar-lang .flag-toggle .flag-text {
  font-size: 18px;
}
@media (max-width: 991px) {
  .topbar-lang .flag-toggle .flag-text {
    display: none;
  }
}
.topbar-lang .flag-toggle:hover .flag-text {
  color: #68b236;
}

.mobile-arrow {
  display: none;
}

@media (max-width: 1600px) {
  header #nav .top-nav {
    width: 80vw;
  }
  header #nav .top-nav .logo {
    margin-right: 40px;
  }
  header #nav .bottom-nav {
    width: 80vw;
  }
}
@media (max-width: 1260px) {
  header #nav .top-nav {
    width: 100%;
    margin-right: 16px;
  }
  header #nav .bottom-nav {
    width: 90vw;
  }
}
@media (max-width: 1260px) {
  .cart-container .cart-total {
    display: none;
  }
  header #nav .top-nav .search-bar-wrapper {
    width: 50%;
  }
  header #nav .top-nav .account-cart-container {
    width: 20%;
  }
  header #nav .top-nav .logo {
    width: 20%;
    margin-right: 16px;
  }
  header #nav .top-nav .logo img {
    width: 90px;
    height: auto;
  }
  .top-nav {
    height: 80px !important;
    width: 100% !important;
  }
  .top-nav::after {
    top: 80px !important;
  }
  .top-nav .hamburger {
    display: block !important;
  }
  .bottom-nav {
    width: 90vw;
  }
  header #nav .bottom-nav {
    display: none;
  }
  header #nav .top-nav .search-bar-wrapper {
    margin-right: 16px !important;
  }
}
@media (max-width: 1400px) {
  header #nav .bottom-nav .right-container ul li {
    margin-left: 20px !important;
  }
}
@media (max-width: 760px) {
  header #nav {
    margin-left: 0;
    margin-right: 0;
  }
  header #nav.show-mobile-search-bar {
    padding-bottom: 50px;
  }
  header #nav .top-nav {
    margin-top: 0 !important;
    width: 90vw !important;
    height: 52px !important;
    margin-left: 16px;
  }
  header #nav .top-nav::after {
    left: -5vw !important;
  }
  header #nav .top-nav .logo img {
    margin-top: 8px !important;
  }
  header #nav .bottom-nav .right-container ul li {
    margin-left: 20px !important;
  }
  header #nav .top-nav .search-bar-wrapper.z-index {
    z-index: -1;
  }
  header #nav .top-nav .search-bar-wrapper #searchQueryInput {
    display: none !important;
    position: absolute;
    top: 52px;
    left: 0;
    padding-left: 16px;
    font-size: 14px;
    line-height: 21px;
    height: 45px;
    border-radius: 35px;
  }
  header #nav .top-nav .search-bar-wrapper #searchQueryInput.active {
    display: flex !important;
  }
  header #nav .top-nav .search-bar-wrapper #searchQueryInput::-moz-placeholder {
    font-size: 14px;
    line-height: 21px;
  }
  header #nav .top-nav .search-bar-wrapper #searchQueryInput::placeholder {
    font-size: 14px;
    line-height: 21px;
  }
  header #nav .top-nav .search-bar-wrapper #searchQuerySubmit {
    display: none !important;
    margin-left: 0 !important;
    background: none !important;
    position: absolute !important;
    top: 96px;
    right: 0;
    width: 64px;
  }
  header #nav .top-nav .search-bar-wrapper #searchQuerySubmit svg {
    margin-top: 6px !important;
    margin-left: 3px !important;
    height: 30px !important;
    width: 30px !important;
  }
  header #nav .top-nav .search-bar-wrapper #searchQuerySubmit svg path {
    fill: #ffffff !important;
  }
  header #nav .top-nav .search-bar-wrapper #searchQuerySubmit.active {
    display: flex !important;
    width: 48px !important;
    outline: none;
    background: #68b236 !important;
    height: 45px;
    top: 52px;
    border-radius: 30px;
  }
  header #nav .top-nav .search-bar-wrapper .mobile_search-btn {
    display: flex !important;
    position: absolute;
    top: 10px;
    right: 150px;
  }
  header #nav .top-nav .search-bar-wrapper .mobile_search-btn svg {
    height: 30px !important;
    width: 30px !important;
  }
  header #nav .top-nav .account-cart-container .cart-container {
    margin-left: 8px !important;
  }
  header #nav .top-nav .account-cart-container .cart-container .cart-link .cart-logo-container {
    margin-right: 0 !important;
  }
}
/* mobile menu */
@media (max-width: 1260px) {
  .mobile-arrow {
    display: flex;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 99999;
    padding: 10px;
  }
  header #nav .bottom-nav .left-container ul li.first-line {
    margin-right: 0 !important;
  }
  header #nav .bottom-nav .left-container ul li.first-line::after {
    display: none !important;
  }
  header #nav .bottom-nav.active {
    display: flex;
    flex-direction: column;
    margin: 0;
    width: 100vw;
    height: auto;
  }
  header #nav .bottom-nav.active .left-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100vw;
    text-align: center;
  }
  header #nav .bottom-nav.active .left-container ul {
    flex-direction: column;
    padding: 0;
    margin: 8px 0;
    width: 100vw;
  }
  header #nav .bottom-nav.active .left-container ul li {
    margin-left: 0 !important;
    padding-right: 0;
    margin-top: 8px;
  }
  header #nav .bottom-nav.active .left-container ul .bottom-nav-sublist {
    position: relative;
    left: 0;
    display: flex;
    flex-direction: column;
    top: 20px;
  }
  header #nav .bottom-nav.active .left-container ul .bottom-nav-sublist.office::before, header #nav .bottom-nav.active .left-container ul .bottom-nav-sublist.office::after {
    display: none;
  }
  header #nav .bottom-nav.active .left-container ul .bottom-nav-sublist ul {
    position: relative;
    margin: 0;
    border: 0;
    border-radius: 0;
    width: 100%;
  }
  header #nav .bottom-nav.active .left-container ul .bottom-nav-sublist ul li {
    width: 100%;
    padding: 0;
    padding-left: 0;
    margin-top: 0;
    border-bottom: 1px solid #68b236;
  }
  header #nav .bottom-nav.active .left-container ul .bottom-nav-sublist ul li.opened {
    flex-direction: column;
  }
  header #nav .bottom-nav.active .left-container ul .bottom-nav-sublist ul li.opened > .mobile-arrow {
    transition: 0.6s;
    transform: rotate(180deg) translateY(5px);
  }
  header #nav .bottom-nav.active .left-container ul .bottom-nav-sublist ul li.opened > a {
    width: calc(100% - 16px);
  }
  header #nav .bottom-nav.active .left-container ul .bottom-nav-sublist ul li .bottom-nav-sub-sublist {
    display: none !important;
  }
  header #nav .bottom-nav.active .left-container ul .bottom-nav-sublist ul li .bottom-nav-sub-sublist.active {
    position: relative;
    display: flex !important;
  }
  header #nav .bottom-nav.active .left-container ul .bottom-nav-sublist ul li:last-child {
    border-radius: 0;
  }
  header #nav .bottom-nav.active .left-container ul .bottom-nav-sublist ul li > a {
    min-height: 34px;
    padding-left: 16px;
    width: 85%;
  }
  header #nav .bottom-nav.active .left-container ul .bottom-nav-sublist ul li > a::after {
    display: none;
  }
  header #nav .bottom-nav.active .right-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100vw;
    text-align: center;
  }
  header #nav .bottom-nav.active .right-container ul {
    flex-direction: column;
    padding: 0;
    margin: 8px 0;
    width: 100vw;
  }
  header #nav .bottom-nav.active .right-container ul a {
    margin: 8px 0;
  }
  header #nav .bottom-nav.active .right-container ul a li {
    margin-right: 0 !important;
    margin-left: 0 !important;
    text-transform: none;
  }
  header #nav .bottom-nav .left-container ul li .bottom-nav-sublist ul .bottom-nav-sub-sublist {
    width: 100%;
    left: unset;
    top: unset;
  }
  header #nav .bottom-nav .left-container ul li .bottom-nav-sublist ul .bottom-nav-sub-sublist ul {
    position: relative;
    border: 0;
    padding-left: 0;
  }
  header {
    margin-bottom: 4px;
  }
  .hamburger.active .hamburger-line {
    transition: 0.6s;
  }
  .hamburger.active .hamburger-line:nth-child(1) {
    transform: translateX(-200px);
  }
  .hamburger.active .hamburger-line:nth-child(2) {
    transform: rotate(45deg) translate(2px, 4px);
  }
  .hamburger.active .hamburger-line:nth-child(3) {
    transform: rotate(-45deg) translate(3px, -5px);
  }
  header #nav .bottom-nav .left-container ul li .bottom-nav-sublist ul .bottom-nav-sub-sublist ul {
    width: 100% !important;
  }
  header #nav .bottom-nav .left-container ul li.bottom-nav-links {
    padding: 16px 0px !important;
  }
  header #nav .bottom-nav .left-container ul li .bottom-nav-sublist ul .bottom-nav-sub-sublist ul a li {
    justify-content: flex-start !important;
    align-items: center !important;
    white-space: break-spaces;
  }
  header #nav .top-nav .account-cart-container .account-container .logo-container {
    margin-top: 0;
  }
  header #nav .top-nav .account-cart-container .account-container .logo-container .account-image {
    width: 30px !important;
    height: auto !important;
    margin-top: 6px;
    margin-right: -4px;
  }
  header #nav .top-nav .account-cart-container .cart-container {
    width: 31px;
    height: 31px;
    margin-top: 6px;
  }
  header #nav .top-nav .account-cart-container .cart-container .cart-link {
    width: 30px !important;
    height: auto !important;
    margin-left: 4px;
  }
  header #nav .top-nav .hamburger .hamburger-line {
    margin-right: 12px !important;
  }
  header #nav .bottom-nav .left-container ul li.bottom-nav-links.category::before {
    display: none;
  }
  header #nav .bottom-nav.active .left-container ul .bottom-nav-sublist.bottom-nav-sublist:not(.brands, .special-orders) ul li.active > a {
    height: 32px;
    line-height: 32px;
    padding-left: 16px;
    background-color: #68b236;
    color: #ffffff;
  }
  header #nav .bottom-nav .bottom-nav-sublist.brands ul {
    margin-left: 0 !important;
  }
  header #nav .bottom-nav .left-container ul li .bottom-nav-sublist:not(.brands, .special-orders) ul li {
    position: relative;
  }
  header #nav .bottom-nav .left-container ul li .bottom-nav-sublist:not(.brands, .special-orders) ul li::after {
    display: none !important;
  }
}
@media (min-width: 1260px) and (max-width: 1320px) {
  header #nav .top-nav {
    width: 90vw;
    margin: 10px auto 0;
  }
}
@media (max-width: 1259px) {
  header #nav .top-nav {
    margin: 0 auto 0;
  }
}
@media (min-width: 1260px) {
  header #nav .bottom-nav .left-container ul li .bottom-nav-sublist ul .bottom-nav-sub-sublist {
    height: 100%;
  }
  header #nav .bottom-nav .left-container ul li .bottom-nav-sublist ul .bottom-nav-sub-sublist ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 100%;
  }
}
.breadcrumbs {
  margin-top: 16px;
}
.breadcrumbs ul {
  display: inline-flex;
  flex-wrap: wrap;
  padding-left: 0;
}
.breadcrumbs ul li.breadcrumb-item {
  position: relative;
  list-style: none;
  margin-right: 40px;
}
.breadcrumbs ul li.breadcrumb-item.actual a {
  color: #8a8a8a;
}
.breadcrumbs ul li.breadcrumb-item:nth-child(1)::after {
  display: none;
}
.breadcrumbs ul li.breadcrumb-item::after {
  position: absolute;
  margin-right: 10px;
  top: 8px;
  left: -24px;
  background-size: contain;
  width: 8px;
  height: 8px;
  content: "";
  background-image: url("./../assets/icons/breadcrumb_icon.svg");
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
}
.breadcrumbs ul li.breadcrumb-item span {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #8c8b8d;
  text-decoration: none;
}
.breadcrumbs ul li.breadcrumb-item a {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #333333;
  text-decoration: none;
}
.breadcrumbs ul li.breadcrumb-item a:hover {
  color: #68b236;
  text-shadow: 0.4px 0px 0.1px, -0.4px 0px 0.1px;
}

@media (max-width: 1260px) {
  .breadcrumbs ul li.breadcrumb-item {
    margin-right: 24px;
  }
  .breadcrumbs ul li.breadcrumb-item::after {
    margin-right: 10px;
    left: -16px;
  }
}
@media (max-width: 760px) {
  .breadcrumbs {
    margin-top: 0;
    margin-bottom: 8px;
  }
  .breadcrumbs ul {
    padding-left: 16px;
    margin: 0;
  }
  .breadcrumbs ul li.breadcrumb-item {
    margin-right: 16px;
  }
  .breadcrumbs ul li.breadcrumb-item::after {
    margin-right: 8px;
    top: 10px;
    left: -12px;
    width: 8px;
    height: 8px;
  }
  .breadcrumbs ul li.breadcrumb-item:first-of-type {
    margin-left: -12px;
  }
  .breadcrumbs ul li.breadcrumb-item a,
  .breadcrumbs ul li.breadcrumb-item span {
    font-weight: 400;
    font-size: 11px;
    line-height: 12px;
  }
}
#swiper {
  position: relative;
  width: 100vw;
  margin: 10px auto 0;
  left: calc((100vw - 1320px) / 2 * -1);
  top: 0;
  background-color: #f8f8f8;
}
#swiper::before {
  position: absolute;
  display: block;
  content: "";
  background-color: #f8f8f8;
  left: -50vw;
  top: 0;
  width: 200vw;
  height: 100%;
  z-index: 0;
}
#swiper .swiper {
  width: 100%;
  max-width: 1320px;
  height: 507px;
  z-index: 0;
}
#swiper .swiper.mobile {
  display: none;
}
#swiper .swiper .swiper-button-next,
#swiper .swiper .swiper-button-prev {
  display: none;
}
#swiper .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#swiper .swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
#swiper .swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 17px;
  height: 17px;
  background-color: #808080;
  border: 1px solid #ffffff;
}
#swiper .swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 2px solid #ffffff;
  background-color: #68b236;
}

@media (max-width: 1600px) {
  #swiper {
    left: 0;
    margin-left: -20vw;
    margin-right: -20vw;
    width: calc(100% + 40vw);
  }
  #swiper .swiper {
    height: auto;
  }
  #swiper .swiper .swiper-slide a img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 1320px) {
  #swiper {
    left: 0;
    margin-left: -52px;
    margin-right: -52px;
    width: calc(100% + 108px);
  }
  #swiper .swiper {
    height: auto;
  }
  #swiper .swiper .swiper-slide a img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 1260px) {
  #swiper {
    margin-top: -4px;
    margin-left: -36px;
    margin-right: -36px;
    width: calc(100% + 71px);
  }
  #swiper .swiper.desktop .swiper-pagination {
    bottom: 8px;
  }
  #swiper .swiper.desktop .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
@media (max-width: 760px) {
  #swiper .swiper {
    height: auto;
  }
  #swiper .swiper.desktop {
    display: none;
  }
  #swiper .swiper.mobile {
    display: block;
  }
  #swiper .swiper.mobile .swiper-pagination {
    bottom: 8px;
  }
  #swiper .swiper.mobile .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
#popular_categories {
  position: relative;
  background-color: #f8f8f8;
  padding-top: 54px;
  margin-top: 0;
  margin-bottom: 0;
  z-index: 1;
}
@media (max-width: 800px) {
  #popular_categories {
    padding-top: 24px;
  }
}
#popular_categories::before {
  position: absolute;
  display: block;
  content: "";
  background-color: #f8f8f8;
  left: -50vw;
  top: 0;
  width: 200vw;
  height: 100%;
  z-index: 0;
}
#popular_categories h2 {
  position: relative;
  display: inline;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  color: #333333;
  margin: 0 0 16px 0;
  z-index: 1;
  gap: 4px;
}
@media (max-width: 800px) {
  #popular_categories h2 {
    font-size: 20px;
  }
}
#popular_categories h2 span {
  color: #68b236;
  text-decoration: underline;
}
#popular_categories .popular-categories {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 49px;
  z-index: 1;
  padding-bottom: 48px;
}
@media (max-width: 800px) {
  #popular_categories .popular-categories {
    gap: 32px 24px;
  }
}
#popular_categories .popular-categories-slot {
  flex: 1 1 calc((100% - 98px) / 3);
  max-width: calc((100% - 98px) / 3);
  color: #333333;
  text-decoration: none;
  margin-bottom: 24px;
}
@media (max-width: 800px) {
  #popular_categories .popular-categories-slot {
    flex: 1 1 calc((100% - 24px) / 2);
    max-width: calc((100% - 24px) / 2);
  }
}
#popular_categories .popular-categories-slot__img {
  width: 100%;
  height: 100%;
}
#popular_categories .popular-categories-slot__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#popular_categories .popular-categories-slot__text h3 {
  font-size: 16px;
  color: #333333;
  margin: 7px 0 0 0;
}
@media (max-width: 800px) {
  #popular_categories .popular-categories-slot__text h3 {
    font-size: 14px;
    line-height: 17px;
  }
}
#popular_categories .popular-categories-slot:hover h3 {
  color: #68b236;
}

#giga_banner img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: auto;
}

#banners {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  background-color: #f8f8f8;
}
#banners::before {
  position: absolute;
  display: block;
  content: "";
  background-color: #f8f8f8;
  left: -50vw;
  top: 0;
  width: 200vw;
  height: 100%;
  z-index: 0;
}
#banners .banners_container {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 368px;
}
#banners .banners_container__left, #banners .banners_container__right {
  position: relative;
}
#banners .banners_container__left a img, #banners .banners_container__right a img {
  width: 660px;
  height: 368px;
  -o-object-fit: cover;
     object-fit: cover;
}
#banners .banners_container__left .button01, #banners .banners_container__right .button01 {
  position: absolute;
  bottom: 44px;
  left: 44px;
  width: 94px;
  height: 41px;
  box-sizing: border-box;
}
#banners .banners_container__left .button01 a::after, #banners .banners_container__right .button01 a::after {
  right: 18px;
}

@media (max-width: 1600px) {
  #banners .banners_container {
    height: auto;
  }
  #banners .banners_container__left a img, #banners .banners_container__right a img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 960px) {
  #banners .banners_container {
    flex-direction: column;
  }
  #banners .banners_container__right, #banners .banners_container__left {
    margin-top: -10px;
    margin-left: -16px;
    margin-right: -16px;
    width: calc(100% + 32px);
  }
  #banners .banners_container__right .button01, #banners .banners_container__left .button01 {
    bottom: 14%;
    left: 7%;
  }
}
@media (max-width: 600px) {
  #banners .banners_container {
    flex-direction: column;
  }
  #banners .banners_container__right .button01, #banners .banners_container__left .button01 {
    bottom: 14%;
    left: 6%;
    width: 90px;
  }
  #banners .banners_container__right .button01 a, #banners .banners_container__left .button01 a {
    font-size: 12px;
  }
  #banners .banners_container__right .button01 a::after, #banners .banners_container__left .button01 a::after {
    height: 10px;
    width: 10px;
    top: calc(50% - 5px);
  }
}
#our_clients h2 {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  color: #333333;
  margin: 0 0 23px 0;
}
#our_clients h2 span {
  color: #68b236;
  text-decoration: underline;
}
#our_clients p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  color: #333333;
  margin: 0 0 68px 0;
}
#our_clients #clients_swiper {
  position: relative;
  margin-bottom: 73px;
}
#our_clients #clients_swiper .clients_swiper {
  overflow: hidden;
}
#our_clients #clients_swiper .clients_swiper .swiper-wrapper .swiper-slide {
  width: 100px;
  margin-right: 8px;
}
#our_clients #clients_swiper .clients_swiper .swiper-wrapper .swiper-slide img:hover {
  filter: brightness(1.4);
}
#our_clients #clients_swiper .clients_swiper .swiper-button-next::after {
  display: block;
  width: 18px;
  height: 18px;
  content: "";
  font-size: 0;
  background: url("./../assets/icons/swiper/swiper-arrow-left.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  right: -56px;
  transform: rotate(180deg);
}
#our_clients #clients_swiper .clients_swiper .swiper-button-prev::after {
  display: block;
  width: 18px;
  height: 18px;
  font-size: 0;
  background: url("./../assets/icons/swiper/swiper-arrow-left.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  left: -56px;
}

@media (max-width: 1320px) {
  #our_clients h2 {
    font-size: 24px;
  }
  #our_clients p {
    margin: 0 0 48px 0;
  }
}
@media (max-width: 760px) {
  #our_clients h2 {
    font-size: 20px;
  }
  #our_clients p {
    font-size: 14px;
    line-height: 160%;
  }
}
#about_us {
  position: relative;
  background-color: #f8f8f8;
}
#about_us::before {
  position: absolute;
  display: block;
  content: "";
  background-color: #f8f8f8;
  left: calc((100vw - 1320px) / 2 * -1);
  top: 0;
  width: 100vw;
  height: 100%;
  z-index: 0;
}
#about_us .about_us_container {
  position: relative;
  display: flex;
  flex-direction: row;
  z-index: 1;
}
#about_us .about_us_container__column {
  display: flex;
  flex-direction: column;
  width: calc(50% - 56px);
  margin-right: 56px;
}
#about_us .about_us_container__column.second {
  width: 50%;
  margin-right: 0;
}
#about_us .about_us_container__column h2 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  color: #333333;
}
#about_us .about_us_container__column h2 span {
  color: #68b236;
}
#about_us .about_us_container__column p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  color: #8c8b8d;
  margin: 0 0 24px 0;
}
#about_us .about_us_container__column p a {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  color: #68b236;
}
#about_us .about_us_container__column i {
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 180%;
  color: #68b236;
}

@media (max-width: 1600px) {
  #about_us::before {
    left: -10vw;
    width: 120vw;
  }
}
@media (max-width: 1320px) {
  #about_us::before {
    left: -52px;
    width: calc(100vw + 52px);
  }
}
@media (max-width: 760px) {
  #about_us::before {
    left: -16px;
    width: calc(100vw + 16px);
  }
  #about_us .about_us_container {
    flex-direction: column;
  }
  #about_us .about_us_container__column {
    width: 100%;
    margin-right: 0;
  }
  #about_us .about_us_container__column.second {
    width: 100%;
  }
  #about_us .about_us_container__column h2 {
    font-size: 20px;
  }
}
#our_team h2 {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  color: #333333;
  margin: 0 0 26px 0;
}
#our_team h2 span {
  color: #68b236;
  text-decoration: underline;
}
#our_team p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  color: #333333;
  margin: 0 0 53px 0;
}
#our_team .our_team_container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 1320px;
  margin-bottom: 91px;
}
#our_team .our_team_container__slot {
  display: flex;
  flex-direction: row;
  width: 24%;
  margin-right: 1%;
  margin-bottom: 45px;
}
#our_team .our_team_container__slot--image {
  width: 123px;
  height: 176px;
  margin-right: 16px;
}
#our_team .our_team_container__slot--image img {
  width: 123px;
  height: 176px;
  -o-object-fit: contain;
     object-fit: contain;
}
#our_team .our_team_container__slot--text .name {
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  color: #333333;
  margin: 0 0 4px 0;
}
#our_team .our_team_container__slot--text .position {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  color: #333333;
  margin: 0 0 4px 0;
}
#our_team .our_team_container__slot--text .tel {
  margin: 0;
}
#our_team .our_team_container__slot--text .tel a {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  color: #333333;
  text-decoration: none;
  margin: 0;
}
#our_team .our_team_container__slot--text .mail {
  margin: 0 0 9px 0;
  line-height: 1;
}
#our_team .our_team_container__slot--text .mail a {
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%;
  color: #333333;
  text-decoration: none;
}
#our_team .our_team_container__slot--text .mail a:hover {
  text-decoration: underline;
}
#our_team .our_team_container__slot--text .qrcode {
  margin: 0;
  line-height: 1;
}
#our_team .our_team_container__slot--text .qrcode a {
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%;
  text-decoration: none;
  color: #68b236;
}
#our_team .our_team_container__slot--text .qrcode a:hover {
  text-decoration: underline;
}

@media (max-width: 1600px) {
  #our_team .our_team_container__slot {
    width: 22%;
  }
  #our_team .our_team_container__slot--text .position {
    font-size: 12px;
  }
  #our_team .our_team_container__slot--text .tel {
    font-size: 12px;
  }
  #our_team .our_team_container__slot--text .tel a {
    font-size: 12px;
  }
  #our_team .our_team_container__slot--image {
    width: 100%;
    height: auto;
  }
  #our_team .our_team_container__slot--image img {
    width: 100%;
    height: 145px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 1460px) {
  #our_team .our_team_container__slot {
    width: 20%;
  }
}
@media (max-width: 1380px) {
  #our_team h2 {
    font-size: 24px;
  }
  #our_team p {
    font-size: 16px;
    margin: 0 0 36px 0;
  }
  #our_team .our_team_container {
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 64px;
  }
  #our_team .our_team_container__slot {
    display: flex;
    flex-direction: row;
    width: 24%;
    margin-bottom: 36px;
  }
  #our_team .our_team_container__slot--text .name {
    font-size: 13px;
  }
  #our_team .our_team_container__slot--text .mail a {
    font-size: 9px;
  }
  #our_team .our_team_container__slot--image {
    width: 100px;
    height: 158px;
    margin-right: 6px;
  }
  #our_team .our_team_container__slot--image img {
    width: 100px;
    height: 158px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 1260px) {
  #our_team .our_team_container {
    margin-bottom: 64px;
  }
  #our_team .our_team_container__slot {
    display: flex;
    flex-direction: row;
    width: 32%;
  }
  #our_team .our_team_container__slot--text .position {
    font-size: 12px;
  }
  #our_team .our_team_container__slot--text .tel {
    font-size: 12px;
  }
  #our_team .our_team_container__slot--text .tel a {
    font-size: 12px;
  }
  #our_team .our_team_container__slot--text .mail a {
    font-size: 11px;
  }
}
@media (max-width: 1080px) {
  #our_team .our_team_container {
    margin-bottom: 64px;
  }
  #our_team .our_team_container__slot {
    display: flex;
    flex-direction: row;
    width: 49%;
  }
}
@media (max-width: 700px) {
  #our_team h2 {
    font-size: 20px;
  }
  #our_team .our_team_container {
    margin-bottom: 32px;
  }
  #our_team .our_team_container__slot {
    width: 100%;
  }
}
#opinions h2 {
  position: relative;
  display: inline;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  color: #333333;
  margin: 0 0 16px 0;
  z-index: 1;
  gap: 4px;
}
#opinions h2 span {
  color: #68b236;
  text-decoration: underline;
}
@media (max-width: 800px) {
  #opinions h2 {
    font-size: 20px;
  }
}

#blog h2 {
  position: relative;
  display: inline;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  color: #333333;
  margin: 0 auto 16px auto;
  z-index: 1;
  gap: 4px;
  text-align: center;
}
#blog h2 span {
  color: #68b236;
  text-decoration: underline;
}
@media (max-width: 800px) {
  #blog h2 {
    font-size: 20px;
  }
}
#blog .blog {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 49px;
  z-index: 1;
  padding-bottom: 48px;
}
@media (max-width: 1200px) {
  #blog .blog {
    gap: 32px 24px;
  }
}
@media (max-width: 760px) {
  #blog .blog {
    gap: 16px;
  }
}
#blog .blog-slot {
  flex: 1 1 calc((100% - 98px) / 3);
  max-width: calc((100% - 98px) / 3);
  color: #333333;
  text-decoration: none;
  margin-bottom: 24px;
}
@media (max-width: 1200px) {
  #blog .blog-slot {
    flex: 1 1 calc((100% - 24px) / 2);
    max-width: calc((100% - 24px) / 2);
  }
}
@media (max-width: 760px) {
  #blog .blog-slot {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
#blog .blog-slot__img {
  width: 100%;
  height: 168px;
}
#blog .blog-slot__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 168px;
}
#blog .blog-slot__text h3 {
  font-size: 18px;
  color: #333333;
  margin: 7px 0 22px 0;
}
@media (max-width: 800px) {
  #blog .blog-slot__text h3 {
    font-size: 16px;
    line-height: 19px;
  }
}
#blog .blog-slot__text span {
  font-size: 14px;
  color: #333333;
  font-weight: 400;
  margin: 0 0 16px 0;
  line-height: 15px;
}
#blog .blog-slot:hover h3 {
  color: #68b236;
}

.aside_boxes {
  margin-top: 0;
  margin-bottom: 16px;
}
.aside_boxes_slot {
  margin-bottom: -8px;
}
.aside_boxes_slot img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: auto;
  margin: 16px 0 0 0;
}

@media (max-width: 760px) {
  .aside_boxes {
    margin: 16px 0 0 0;
  }
}
.aside_menu .accordion_box_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  height: 36px;
}
.aside_menu .accordion_box_title--title {
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  color: #333333;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.aside_menu .accordion_box_title--img {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.aside_menu .accordion_box_title--img img {
  margin-top: 5px;
  transition: 0.6s;
  transform: rotate(180deg);
}
.aside_menu .accordion_box_title.active img {
  transform: rotate(0);
}
.aside_menu .aside_menu_content {
  display: block;
  position: relative;
  z-index: 0;
}
.aside_menu .aside_menu_content.hide {
  display: none;
}
.aside_menu .aside_menu_content--title {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  text-transform: uppercase;
  color: #333333;
  line-height: normal;
  background: #ffffff;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin: 16px 0 16px 0;
}
.aside_menu .aside_menu_content--title:hover {
  text-decoration: none;
  color: #68b236;
  text-shadow: 0.4px 0px 0.1px, -0.4px 0px 0.1px;
}
.aside_menu .aside_menu_content--slot {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: normal;
  background: #ffffff;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin: 0;
}
.aside_menu .aside_menu_content--slot:hover {
  text-decoration: none;
  color: #68b236;
  text-shadow: 0.4px 0px 0.1px, -0.4px 0px 0.1px;
}

@media (max-width: 760px) {
  .aside_menu .accordion {
    margin-bottom: 24px;
  }
}
.pagination {
  width: 100%;
  margin-bottom: 85px;
}
.pagination_container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.pagination_container .dots {
  margin-right: 13px;
}
.pagination_container .element {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border: 1px solid #EEE;
  background-color: #ffffff;
  margin-right: 13px;
  cursor: pointer;
  box-sizing: border-box;
  text-decoration: none;
}
.pagination_container .element p {
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  color: #333333;
  text-decoration: none;
}
.pagination_container .element.prev img {
  transform: rotate(180deg);
}
.pagination_container .element.active {
  background-color: #68b236;
  border-color: #68b236;
}
.pagination_container .element.active p {
  color: #ffffff;
}
.pagination_container .element:hover {
  border: 1px solid #68b236;
}
.pagination_container .element.last img {
  width: 35px;
  height: 35px;
}
.pagination_container .element.last img:hover {
  border: 1px solid #68b236;
}

@media (max-width: 760px) {
  .pagination {
    margin-bottom: 40px;
  }
}
.products_blocks_wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  margin-bottom: 45px;
}
.products_blocks_wrapper__slot {
  position: relative;
  min-width: 249px;
  width: 19%;
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  margin-right: 1%;
  min-height: 494px;
  height: 494px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 26px;
  box-sizing: border-box;
}
.products_blocks_wrapper__slot:nth-of-type(5n) {
  margin-right: 0;
}
.products_blocks_wrapper__slot:hover {
  border: 1px solid #68b236;
}
.products_blocks_wrapper__slot.new::after {
  position: absolute;
  display: block;
  top: 13px;
  left: 13px;
  content: "";
  background: url("./../assets/icons/labels/new.svg");
  background-color: #ffffff;
  width: 83px;
  height: 19px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
.products_blocks_wrapper__slot.promotion::after {
  position: absolute;
  display: block;
  top: 13px;
  left: 13px;
  content: "";
  background: url("./../assets/icons/labels/promotion.svg");
  background-color: #ffffff;
  width: 95px;
  height: 19px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
.products_blocks_wrapper__slot.topseller::after {
  position: absolute;
  display: block;
  top: 13px;
  left: 13px;
  content: "";
  background: url("./../assets/icons/labels/topseller.svg");
  background-color: #ffffff;
  width: 86px;
  height: 19px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
.products_blocks_wrapper__slot .products_block_wrapper__slot a {
  text-decoration: none;
}
.products_blocks_wrapper__slot .products_block_wrapper__slot--img {
  width: 210px;
  height: 210px;
  text-align: center;
  margin: 24px auto 16px;
}
.products_blocks_wrapper__slot .products_block_wrapper__slot--img img {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 210px;
  max-width: 210px;
}
.products_blocks_wrapper__slot .products_block_wrapper__slot--title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: left;
  height: 56px;
  width: 100%;
}
.products_blocks_wrapper__slot .products_block_wrapper__slot--title p {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #333333;
  margin: 12px 0;
  text-align: left;
}
.products_blocks_wrapper__slot .products_block_wrapper__slot--colors {
  position: absolute;
  left: 26px;
  bottom: 52px;
  display: inline-flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  height: 15px;
  width: 80%;
}
.products_blocks_wrapper__slot .products_block_wrapper__slot--colors .color_square {
  min-width: 15px;
  width: 15px;
  height: 15px;
  border: 1px solid #D3D3D3;
  box-sizing: border-box;
  margin-right: 7px;
  margin-bottom: 7px;
  cursor: pointer;
}
.products_blocks_wrapper__slot .products_block_wrapper__slot--colors .color_square.white {
  background-color: #ffffff;
}
.products_blocks_wrapper__slot .products_block_wrapper__slot--colors .color_square.black {
  border: 1px solid #000000;
  background-color: #000000;
}
.products_blocks_wrapper__slot .products_block_wrapper__slot--colors .color_square.blue {
  border: 1px solid #3B99CE;
  background-color: #3B99CE;
}
.products_blocks_wrapper__slot .products_block_wrapper__slot--colors .color_square.red {
  border: 1px solid #FF0000;
  background-color: #FF0000;
}
.products_blocks_wrapper__slot .products_block_wrapper__slot--colors .color_square.yellow {
  border: 1px solid #FFC700;
  background-color: #FFC700;
}
.products_blocks_wrapper__slot .products_block_wrapper__slot--colors .color_square.green {
  border: 1px solid #13A533;
  background-color: #13A533;
}
.products_blocks_wrapper__slot .products_block_wrapper__slot--colors .color_square.purple {
  border: 1px solid #C33BCE;
  background-color: #C33BCE;
}
.products_blocks_wrapper__slot .products_block_wrapper__slot--colors .color_square.grey {
  border: 1px solid #5D5D5D;
  background-color: #5D5D5D;
}
.products_blocks_wrapper__slot .products_block_wrapper__slot--colors .color_square.orange {
  border: 1px solid #FC8800;
  background-color: #FC8800;
}
.products_blocks_wrapper__slot .products_block_wrapper__slot--price {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
}
.products_blocks_wrapper__slot .products_block_wrapper__slot--price p.price {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  color: #333333;
  text-align: left;
}
.products_blocks_wrapper__slot .products_block_wrapper__slot--price p.price span {
  font-weight: 700;
  font-size: 22px;
  color: #68b236;
}
.products_blocks_wrapper__slot .products_block_wrapper__slot--price p.old-price {
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  color: #333333;
  margin: 0;
  padding: 0;
}
.products_blocks_wrapper__slot .products_block_wrapper__slot--price p.old-price s {
  font-size: 18px;
  font-weight: 500;
}
.products_blocks_wrapper__slot .products_block_wrapper__slot--btn {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  height: 35px;
  box-sizing: border-box;
  border: 1px solid #333333;
  border-radius: 10px 0px;
  background-color: #e6e6e6;
  border-color: rgba(255, 255, 255, 0);
}
.products_blocks_wrapper__slot .products_block_wrapper__slot--btn a {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-weight: 300;
  line-height: normal;
  color: #333333;
  padding: 0 0 0 40px;
  white-space: pre;
}
.products_blocks_wrapper__slot .products_block_wrapper__slot--btn a .cart-btn-text {
  display: none;
}
.products_blocks_wrapper__slot .products_block_wrapper__slot--btn::before {
  position: absolute;
  display: block;
  content: "";
  top: 8px;
  left: 12px;
  background: url("./../assets/icons/products_block/cart-black.svg");
  height: 18px;
  width: 18px;
  background-size: contain;
  background-repeat: no-repeat;
}
.products_blocks_wrapper__slot .products_block_wrapper__slot--btn:hover {
  background-color: #68b236;
  border: 1px solid #68b236;
}
.products_blocks_wrapper__slot .products_block_wrapper__slot--btn:hover a {
  color: #ffffff;
  text-decoration: none;
  padding: 0 12px 0 40px;
}
.products_blocks_wrapper__slot .products_block_wrapper__slot--btn:hover a .cart-btn-text {
  display: block;
}
.products_blocks_wrapper__slot .products_block_wrapper__slot--btn:hover::before {
  position: absolute;
  display: block;
  background: url("./../assets/icons/products_block/cart-white.svg");
  height: 18px;
  width: 18px;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 1600px) {
  .products_blocks_wrapper__slot {
    padding: 15px;
  }
  .products_blocks_wrapper__slot > a {
    width: 100%;
  }
  .products_blocks_wrapper__slot .products_block_wrapper__slot--img {
    margin: 32px auto 32px;
    width: 100%;
  }
  .products_blocks_wrapper__slot .products_block_wrapper__slot--price p {
    width: 100%;
    padding-bottom: 0;
  }
  .products_blocks_wrapper__slot .products_block_wrapper__slot--title p {
    width: 100%;
    font-size: 14px;
    padding-bottom: 0;
  }
  .products_blocks_wrapper__slot .products_block_wrapper__slot--colors {
    left: 15px;
    width: 86%;
  }
}
@media (max-width: 1320px) {
  .products_blocks_wrapper {
    justify-content: center;
  }
  .products_blocks_wrapper__slot .products_block_wrapper__slot--title {
    margin: 0;
    width: 100%;
  }
  .products_blocks_wrapper__slot .products_block_wrapper__slot--price {
    margin: 0;
    width: 100%;
  }
}
@media (max-width: 760px) {
  .products_blocks_wrapper {
    max-height: unset;
    margin-bottom: 24px;
  }
  .products_blocks_wrapper__slot {
    width: 100%;
  }
  .products_blocks_wrapper__slot .products_block_wrapper__slot > a {
    width: 100%;
  }
  .products_blocks_wrapper__slot .products_block_wrapper__slot--title p {
    font-size: 14px;
  }
  .products_blocks_wrapper__slot .products_block_wrapper__slot--img {
    margin: 32px auto 32px;
  }
}
.footer {
  background-color: #68b236;
}
.footer_top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: auto;
  width: 1320px;
  margin: 0 auto;
}
.footer_top-col {
  display: flex;
  flex-direction: column;
  margin: 49px 0 20px 0;
}
.footer_top-col--title p {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  color: #333333;
}
@media (max-width: 760px) {
  .footer_top-col--title p {
    margin-top: 0;
  }
}
.footer_top-col--text {
  line-height: 13px;
}
.footer_top-col--text .small-text {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #333333;
  margin: 0;
}
.footer_top-col--text a {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #333333;
  margin: 0;
}
.footer_top-col--text.telephone {
  position: relative;
  padding-left: 27px;
  margin-bottom: 6px;
}
.footer_top-col--text.telephone a {
  font-size: 16px;
}
.footer_top-col--text.telephone::before {
  position: absolute;
  display: block;
  content: "";
  top: 4px;
  left: 4px;
  background: url("./../assets/icons/footer/telephone.svg");
  height: 15px;
  width: 15px;
  background-size: contain;
  background-repeat: no-repeat;
}
.footer_top-col--text.mail {
  position: relative;
  padding-left: 27px;
  margin-bottom: 12px;
}
.footer_top-col--text.mail a {
  font-size: 16px;
}
.footer_top-col--text.mail::before {
  position: absolute;
  display: block;
  content: "";
  top: 8px;
  left: 4px;
  background: url("./../assets/icons/footer/email.svg");
  height: 15px;
  width: 15px;
  background-size: contain;
  background-repeat: no-repeat;
}
.footer_top-col--text.hours {
  position: relative;
  padding-left: 27px;
  margin-bottom: 12px;
}
.footer_top-col--text.hours::before {
  position: absolute;
  display: block;
  content: "";
  top: 0px;
  left: 4px;
  background: url("./../assets/icons/footer/hours.svg");
  height: 15px;
  width: 15px;
  background-size: contain;
  background-repeat: no-repeat;
}
.footer_top-col--text.location {
  position: relative;
  padding-left: 27px;
}
.footer_top-col--text.location::before {
  position: absolute;
  display: block;
  content: "";
  top: 0px;
  left: 4px;
  background: url("./../assets/icons/footer/location.svg");
  height: 15px;
  width: 15px;
  background-size: contain;
  background-repeat: no-repeat;
}
.footer_top-col .newsletter_footer_container {
  display: flex;
  width: 243px;
  height: 35px;
  box-sizing: border-box;
  border: 1px solid #8a8a8a;
  margin-bottom: 23px;
}
.footer_top-col .newsletter_footer_container #newsletter_input {
  display: flex;
  width: 243px;
  height: 35px;
  box-sizing: border-box;
  border: 0;
  padding: 12px 0;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0 8px;
}
.footer_top-col .newsletter_footer_container #newsletter_input:hover, .footer_top-col .newsletter_footer_container #newsletter_input:focus {
  border: 0;
  outline: 1px solid #68b236;
}
.footer_top-col .newsletter_footer_container #newsletter_btn {
  display: flex;
  width: 82px;
  height: 35px;
  box-sizing: border-box;
  background-color: #333333;
  color: #ffffff;
  border: 0;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  white-space: pre;
}
.footer_top-col .newsletter_footer_container #newsletter_btn:hover {
  filter: brightness(1.1);
}
.footer_top-col--img {
  margin-left: 50px;
}
@media (max-width: 800px) {
  .footer_top-col--img {
    margin: 0;
  }
}
@media (max-width: 800px) {
  .footer_top-col--img img {
    height: 56px;
    width: auto;
  }
}
.footer_bottom {
  background-color: #333333;
  width: 100%;
  height: auto;
  padding-top: 2px;
}
.footer_bottom p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #f0f5f9;
  text-align: center;
  margin-bottom: 0;
}
.footer_bottom .contip {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0;
}
.footer_bottom .contip img {
  margin-top: 15px;
  margin-left: 10px;
}
.footer_center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  padding: 32px 0;
}
.footer_center .slot-offices {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
@media (max-width: 760px) {
  .footer_center .slot-offices {
    justify-content: flex-start;
    padding: 0 16px;
  }
}
.footer_center .slot-offices span {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 156%;
  margin: 0;
}
@media (max-width: 760px) {
  .footer_center .slot-offices span {
    font-size: 12px;
  }
}
.footer_center .slot-offices a {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 156%;
  margin: 0;
  text-decoration: none;
  border-right: 1px solid #333333;
  padding: 0 7px 0 2px;
}
.footer_center .slot-offices a:last-of-type {
  border-right: 0;
}
.footer_center .slot-offices a:hover {
  text-decoration: underline;
}
@media (max-width: 760px) {
  .footer_center .slot-offices a {
    font-size: 12px;
  }
}
.footer_center .slot-links {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
@media (max-width: 760px) {
  .footer_center .slot-links {
    justify-content: flex-start;
    padding: 0 16px;
  }
}
.footer_center .slot-links a {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 156%;
  margin: 0;
  text-decoration: none;
  border-right: 1px solid #333333;
  padding: 0 14px 0 6px;
}
.footer_center .slot-links a:last-of-type {
  border-right: 0;
}
.footer_center .slot-links a:hover {
  text-decoration: underline;
}
@media (max-width: 760px) {
  .footer_center .slot-links a {
    font-size: 12px;
  }
}

@media (max-width: 1600px) {
  .footer_top {
    width: 80vw;
    margin: 0 auto;
  }
}
@media (max-width: 1320px) {
  .footer_top {
    width: 97%;
    margin-left: 16px;
    margin-right: 16px;
  }
}
@media (max-width: 1080px) {
  .footer_top {
    width: 100%;
    flex-wrap: wrap;
  }
  .footer_top-col {
    width: 50%;
  }
  .footer_bottom p {
    font-size: 16px;
  }
}
@media (max-width: 590px) {
  .footer_top {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer_top-col {
    width: 100%;
    justify-content: center;
    margin: 16px 0;
  }
  .footer_bottom p {
    font-size: 12px;
  }
  .footer_bottom .contip {
    margin-top: -16px;
    font-size: 12px;
  }
  .footer_bottom .contip img {
    height: 20px;
    margin-left: 15px;
  }
}
@media (max-width: 400px) {
  .footer_bottom p {
    font-size: 10px;
  }
  .footer_bottom .contip {
    font-size: 10px;
  }
  .footer_bottom .contip img {
    margin-left: 15px;
  }
}
@media (max-width: 370px) {
  .footer_bottom p {
    font-size: 9px;
  }
  .footer_bottom .contip {
    font-size: 9px;
  }
  .footer_bottom .contip img {
    margin-left: 15px;
  }
}
.button01 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  border: 1px solid #8a8a8a;
  background-color: #ffffff;
  height: 46px;
  width: -moz-max-content;
  width: max-content;
  z-index: 1;
}
.button01 a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #333333;
  width: 100%;
  height: 100%;
  padding: 8px 36px 8px 24px;
}
.button01 a::after {
  position: absolute;
  display: block;
  content: "";
  top: calc(50% - 6px);
  right: 16px;
  background: url("./../assets/icons/arrow-right-grey.svg");
  height: 12px;
  width: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}
.button01:hover {
  border: 1px solid #ffffff;
  background-color: #68b236;
}
.button01:hover a {
  text-decoration: none;
  color: #ffffff;
}
.button01:hover a::after {
  background: url("./../assets/icons/arrow-right-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.full-green--btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 10px;
  height: 40px;
  width: -moz-max-content;
  width: max-content;
}
.full-green--btn button {
  font-family: "Poppins", sans-serif;
  border: 0;
  cursor: pointer;
  position: relative;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #ffffff;
  background-color: #90d065;
  border-radius: 10px;
  height: 40px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ffffff;
}
.full-green--btn:hover button {
  color: #90d065;
  background-color: #ffffff;
  border: 1px solid #90d065;
}

.green-white--btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 10px;
  height: 40px;
  width: -moz-max-content;
  width: max-content;
}
.green-white--btn button {
  font-family: "Poppins", sans-serif;
  border: 0;
  cursor: pointer;
  position: relative;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #90d065;
  background-color: #ffffff;
  border-radius: 10px;
  height: 40px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #90d065;
}
.green-white--btn:hover button {
  color: #ffffff;
  background-color: #90d065;
  border: 1px solid #90d065;
}

.cart_bottom_button_container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 10px;
  height: 47px;
  width: -moz-max-content;
  width: max-content;
  margin-top: 6px;
  margin-bottom: 40px;
}
.cart_bottom_button_container a {
  font-family: "Poppins", sans-serif;
  border: 0;
  cursor: pointer;
  position: relative;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 47px;
  color: #90d065;
  background-color: #ffffff;
  border-radius: 10px;
  height: 47px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #90d065;
  text-decoration: none;
  padding: 0 33px;
  text-transform: uppercase;
}
.cart_bottom_button_container:hover a {
  color: #ffffff;
  background-color: #90d065;
  border: 1px solid #90d065;
}

@media (max-width: 760px) {
  .cart_bottom_button_container {
    margin: 0 auto;
  }
  .cart_bottom_button_container a {
    font-size: 14px;
  }
}
.category_filters .clear-filters-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 34px;
  border: 1px solid #68b236;
  color: #68b236;
  background-color: #ffffff;
  font-size: 14px;
  border-radius: 10px;
}
.category_filters .clear-filters-btn:hover {
  background-color: #68b236;
  color: #ffffff;
}
.category_filters .accordion_box_title {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  margin-top: 15px;
  height: 36px;
}
.category_filters .accordion_box_title .title {
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  color: #333333;
  text-transform: uppercase;
  margin-bottom: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-top: 0;
}
.category_filters .accordion_box_title--img {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.category_filters .accordion_box_title--img img {
  margin-top: 5px;
  transition: 0.6s;
  transform: rotate(180deg);
}
.category_filters .accordion_box_title.active img {
  transform: rotate(0);
}
.category_filters-slot {
  display: block;
}
.category_filters-slot.hide {
  display: none;
}
.category_filters-slot--list {
  padding-left: 0;
  margin-top: 10px;
}
.category_filters-slot--list li {
  list-style: none;
  display: inline-flex;
  width: 100%;
  padding: 4px 0;
}
.category_filters-slot--list li label {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  color: #333333;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-left: 12px;
}
.category_filters-slot--list li label p,
.category_filters-slot--list li label span {
  display: inline-flex;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  color: #8a8a8a;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin: 0;
}
.category_filters-slot--list li label p {
  display: block;
  margin-left: 4px;
  white-space: pre;
}
.category_filters-slot--list li label .color_square {
  display: inline-flex;
  width: 15px;
  height: 15px;
  border: 1px solid #d3d3d3;
  box-sizing: border-box;
  margin-right: 8px;
  cursor: pointer;
}
.category_filters-slot--list li label .color_square.white {
  background-color: #ffffff;
}
.category_filters-slot--list li label .color_square.darkblue {
  border: 1px solid #020054;
  background-color: #020054;
}
.category_filters-slot--list li label .color_square.red {
  border: 1px solid #ff0000;
  background-color: #ff0000;
}
.category_filters-slot--list li label .color_square.yellow {
  border: 1px solid #ffc700;
  background-color: #ffc700;
}
.category_filters-slot--list li label .color_square.green {
  border: 1px solid #64c14d;
  background-color: #64c14d;
}
.category_filters-slot--list li label .color_square.purple {
  border: 1px solid #5945a9;
  background-color: #5945a9;
}
.category_filters-slot--list li label .color_square.brown {
  border: 1px solid #674c4c;
  background-color: #674c4c;
}
.category_filters-slot--list li label .color_square.yellow2 {
  border: 1px solid #ffda58;
  background-color: #ffda58;
}
.category_filters-slot .filters-btns {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-left: 24px;
  cursor: pointer;
}
.category_filters-slot .filters-btns .expand-filters-btn,
.category_filters-slot .filters-btns .set-changes-filters-btn {
  position: relative;
}
.category_filters-slot .filters-btns .expand-filters-btn p,
.category_filters-slot .filters-btns .set-changes-filters-btn p {
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  margin: 0;
}
.category_filters-slot .filters-btns .expand-filters-btn {
  margin-left: 8px;
}
.category_filters-slot .filters-btns .expand-filters-btn.hide {
  visibility: hidden;
}
.category_filters-slot .filters-btns .expand-filters-btn::before {
  position: absolute;
  display: block;
  content: "";
  top: 2px;
  left: -28px;
  background: url("./../assets/icons/products_block/more_plus.svg");
  height: 14px;
  width: 14px;
  background-size: cover;
  background-repeat: no-repeat;
}
.category_filters-slot .price_filters_box .range-slider {
  margin-top: -35px;
  margin-bottom: 30px;
  position: relative;
  width: 100%;
  height: 50px;
  float: none;
  text-align: center;
}
.category_filters-slot .price_filters_box .range-slider input[type=range] {
  pointer-events: none;
  position: absolute;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  border: none;
  border-radius: 14px;
  background: #e1e1e1;
  box-shadow: inset 0 1px 0 0 #bbbbbb, inset 0 -1px 0 0 #c8c8c8;
  -webkit-box-shadow: inset 0 1px 0 0 #bbbbbb, inset 0 -1px 0 0 #c8c8c8;
  left: 0;
  top: 50px;
  width: 100%;
  outline: none;
  height: 20px;
  margin: 0;
  padding: 0;
  width: 100%;
  -webkit-appearance: none;
  height: 5px;
  background: #68b236;
  border-radius: 5px;
  background-image: linear-gradient(#68b236, #68b236);
  background-size: 70% 100%;
  background-repeat: no-repeat;
}
.category_filters-slot .price_filters_box .range-slider input[type=range]::-webkit-slider-thumb {
  pointer-events: all;
  position: relative;
  z-index: 2;
  outline: 0;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 14px;
  background-color: #E1E1E1;
  width: 16px;
  height: 16px;
}
.category_filters-slot .price_filters_box .range-slider input[type=range]::-moz-range-thumb {
  width: 16px;
  height: 16px;
  pointer-events: all;
  position: relative;
  z-index: 1;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 14px;
  background-color: #E1E1E1;
}
.category_filters-slot .price_filters_box .range-slider input[type=range]::-ms-thumb {
  pointer-events: all;
  position: relative;
  z-index: 2;
  -ms-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 14px;
  border: 0;
}
.category_filters-slot .price_filters_box .range-slider input[type=range]::-moz-range-track {
  position: relative;
  z-index: -1;
  background-color: rgb(0, 0, 0);
  border: 0;
}
.category_filters-slot .price_filters_box .range-slider input[type=range]:last-of-type::-moz-range-track {
  -moz-appearance: none;
  background: none transparent;
  border: 0;
}
.category_filters-slot .price_filters_box .range-slider input[type=range]::-moz-focus-outer {
  border: 0;
}
.category_filters-slot .price_filters_box .price_filter_range {
  margin: 10px 0 15px 0;
}
.category_filters-slot .price_filters_box .price_filter_range input {
  width: 100%;
  -webkit-appearance: none;
  height: 5px;
  background: #68b236;
  border-radius: 5px;
  background-image: linear-gradient(#68b236, #68b236);
  background-size: 70% 100%;
  background-repeat: no-repeat;
}
.category_filters-slot .price_filters_box .price_filter_range input::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 16px;
  width: 16px;
  border-radius: 100%;
  background: #e1e1e1;
}
.category_filters-slot .price_filters_box .price_filter_range input::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: rgba(255, 255, 255, 0);
}
.category_filters-slot .price_filters_box .price_filter_container {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.category_filters-slot .price_filters_box .price_filter_container--from input {
  margin-right: 2%;
}
.category_filters-slot .price_filters_box .price_filter_container--to input {
  margin-left: 2%;
}
.category_filters-slot .price_filters_box .price_filter_container--from, .category_filters-slot .price_filters_box .price_filter_container--to {
  display: inline-block;
  width: 111px;
  height: 35px;
}
.category_filters-slot .price_filters_box .price_filter_container--from input, .category_filters-slot .price_filters_box .price_filter_container--to input {
  font-family: "Poppins", sans-serif;
  width: 96%;
  height: 35px;
  border: 1px solid #e6e6e6;
  font-size: 14px;
  font-weight: 300;
  line-height: normal;
  color: #333333;
  padding: 0 12px;
  box-sizing: border-box;
  border-radius: 10px;
}
.category_filters-slot .price_filters_box .price_filter_container--from input::-moz-placeholder, .category_filters-slot .price_filters_box .price_filter_container--to input::-moz-placeholder {
  color: #333333;
}
.category_filters-slot .price_filters_box .price_filter_container--from input::placeholder, .category_filters-slot .price_filters_box .price_filter_container--to input::placeholder {
  color: #333333;
}
.category_filters-slot .price_filters_box .price_filter_container--from input:hover, .category_filters-slot .price_filters_box .price_filter_container--from input:active, .category_filters-slot .price_filters_box .price_filter_container--from input:focus, .category_filters-slot .price_filters_box .price_filter_container--to input:hover, .category_filters-slot .price_filters_box .price_filter_container--to input:active, .category_filters-slot .price_filters_box .price_filter_container--to input:focus {
  border: 1px solid #68b236;
  outline: 0;
}
.category_filters-slot .price_filters_box .set-prices {
  margin-top: 10px;
  cursor: pointer;
  display: flex;
  width: 100%;
  height: 35px;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
}
.category_filters-slot .price_filters_box .set-prices button {
  font-family: "Poppins", sans-serif;
  border: 0;
  cursor: pointer;
  background-color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  line-height: 35px;
  margin: 0 auto;
  text-align: center;
}
.category_filters-slot .price_filters_box .set-prices:hover {
  background-color: #68b236;
}
.category_filters-slot .price_filters_box .set-prices:hover button {
  border-color: #ffffff;
  background-color: #68b236;
  color: #ffffff;
}

.category_main h1.title {
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.category_main p.description {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: #8a8a8a;
}
.category_main .products_blocks_wrapper__slot a {
  text-decoration: none;
}

@media (max-width: 760px) {
  .category_main p.description {
    font-size: 14px;
  }
  .category_main .products_blocks_wrapper__slot > a {
    width: 100%;
  }
}
.category_top_options {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 35px;
}
.category_top_options__left, .category_top_options__right {
  display: flex;
  align-items: center;
}
.category_top_options__left--element p, .category_top_options__right--element p {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  color: #333333;
  margin-right: 10px;
  white-space: pre;
}
.category_top_options__left--element.filter select, .category_top_options__right--element.filter select {
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  padding: 8px 12px;
  background-color: #ffffff;
}
.category_top_options__left--element.filter select:hover, .category_top_options__left--element.filter select:focus, .category_top_options__right--element.filter select:hover, .category_top_options__right--element.filter select:focus {
  border: 1px solid #68b236;
  outline: 0;
}
.category_top_options__left--element.filter select option, .category_top_options__right--element.filter select option {
  padding: 12px;
}
.category_top_options__right {
  margin-right: 1%;
}
.category_top_options__right--element p {
  margin-left: 10px;
}

@media (max-width: 760px) {
  .category_top_options {
    margin-bottom: 24px;
    flex-direction: column;
    align-items: flex-start;
  }
  .category_top_options__right {
    margin-right: 0;
  }
  .category_top_options p {
    margin-left: 0;
  }
}
.top-categories h1 {
  text-align: center;
  font-size: 22px;
  line-height: normal;
  font-weight: bold;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .top-categories h1 {
    font-size: 20px;
  }
}
.top-categories-box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .top-categories-box {
    margin-bottom: 8px;
  }
}
.top-categories-box__slot {
  font-size: 16px;
  font-weight: 400;
  line-height: 156%;
  color: #333333;
  border-right: 1px solid #333333;
  padding-right: 10px;
  text-decoration: none;
}
.top-categories-box__slot:last-of-type {
  border-right: 0;
  padding-right: 0;
}
.top-categories-box__slot:hover, .top-categories-box__slot.active {
  color: #68b236;
  font-weight: bolder;
  text-decoration: none;
}
@media (max-width: 991px) {
  .top-categories-box__slot {
    font-size: 14px;
    line-height: 16px;
  }
}

/* ==== LIGHTBOX ==== */
.gallery-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #ffffff;
  margin: 0 auto;
  padding: 10px 10px 10px 0;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  margin-right: 24px;
  margin-top: 10px;
}
.gallery-container-small {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: auto;
}
.gallery-container-small .gallery-item {
  border-radius: 10px;
  border: 1px solid #e6e6e6;
  cursor: pointer;
  width: 106px;
  height: 106px;
  margin-right: 16px;
  margin-bottom: 16px;
  box-sizing: border-box;
}
.gallery-container-small .gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 5px;
  box-sizing: border-box;
}
.gallery-container-small .gallery-item img:hover {
  filter: opacity(0.8);
}
.gallery-container-big {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
}
.gallery-container-big .gallery-item {
  position: relative;
  margin-bottom: 9px;
  cursor: pointer;
  width: 100%;
  height: 600px;
  box-sizing: border-box;
}
.gallery-container-big .gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 25px;
  box-sizing: border-box;
}
.gallery-container-big .gallery-item img:hover {
  filter: opacity(0.8);
}
.gallery-container-big .gallery-item.big {
  position: relative;
}
.gallery-container-big .gallery-item.big .left-bottom-size {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 53px;
  height: 53px;
  border-radius: 100%;
  background-color: #0083bc;
}
.gallery-container-big .gallery-item.big .left-bottom-size p {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  margin: 0;
  color: #fff;
}

.lightbox {
  position: fixed;
  display: none;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  overflow: auto;
  top: 0;
  left: 0;
  z-index: 99999;
}

.lightbox-content {
  position: relative;
  width: 70%;
  height: 70%;
  margin: 5% auto;
  max-width: 40vw;
  background-color: #FFFFFF;
}

.lightbox-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.lightbox-prev {
  position: absolute;
  color: #fff;
  padding: 12px;
  top: 45%;
  cursor: pointer;
  font-size: 0 !important;
  width: 35px;
  height: 60px;
  background: url("./../assets/icons/gallery/products_arrow_slider.svg");
  background-size: 35px 60px;
  background-repeat: no-repeat;
  transform: rotate(180deg) translateY(20px);
  left: 0;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.lightbox-next {
  position: absolute;
  color: #fff;
  padding: 12px;
  top: 45%;
  cursor: pointer;
  font-size: 0 !important;
  width: 35px;
  height: 60px;
  background: url("./../assets/icons/gallery/products_arrow_slider.svg");
  background-size: 35px 60px;
  background-repeat: no-repeat;
  right: 0;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.lightbox-prev:hover,
.lightbox-next:hover {
  opacity: 0.8;
}

.lightbox-close {
  position: absolute;
  color: #fff;
  padding: 12px;
  cursor: pointer;
  font-size: 0 !important;
  width: 8px;
  height: 8px;
  background: url("./../assets/icons/gallery/close_discount_modal.svg");
  background-size: contain;
  background-repeat: no-repeat;
  top: 5px;
  right: 5px;
}

@media (min-width: 761px) {
  .lightbox-prev {
    left: -72px;
  }
  .lightbox-next {
    right: -72px;
  }
}
@media (max-width: 1600px) {
  .gallery-container {
    margin-left: 0;
  }
  .gallery-container-small {
    justify-content: center;
  }
}
@media (max-width: 760px) {
  .gallery-container-big .big {
    position: relative;
  }
  .gallery-container-big .big .left-bottom-size {
    width: 40px !important;
    height: 40px !important;
  }
  .gallery-container-big .big .left-bottom-size p {
    font-size: 22px !important;
  }
}
@media (max-width: 760px) {
  .gallery-container {
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    min-width: unset;
  }
  .gallery-container-small .gallery-item {
    width: 24.25%;
    margin-right: 1%;
  }
  .gallery-container-small .gallery-item:nth-of-type(4n) {
    margin-right: 0;
  }
  .lightbox .lightbox-content {
    width: calc(100% - 20px);
    height: 60%;
    margin: 15vh auto;
    max-width: calc(100vw - 20px);
  }
  .lightbox-close {
    padding: 6px;
  }
  .lightbox-prev {
    width: 25px;
    background-size: 25px 45px;
    transform: rotate(180deg) translateY(40%);
  }
  .lightbox-next {
    width: 25px;
    background-size: 25px 45px;
  }
}
/* /==== LIGHTBOX ==== */
@media (max-width: 760px) {
  .gallery-container-big .gallery-item {
    width: 100%;
  }
}
.row__container.products-page-row .col__product_images {
  width: 46%;
}
.row__container.products-page-row .col__product_details {
  width: 54%;
}

@media (max-width: 1140px) {
  .row__container.products-page-row .col__product_images {
    width: 100%;
  }
  .row__container.products-page-row .col__product_details {
    width: 100%;
  }
}
.products_details {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  border-radius: 10px;
  border: 1px solid #d3d3d3;
  background-color: #ffffff;
  margin-bottom: 74px;
  padding: 19px 28px;
  box-sizing: border-box;
  margin-top: 10px;
}
.products_details__top .name {
  font-size: 25px;
  font-weight: 700;
  line-height: 38px;
  color: #333333;
  margin: 0;
}
.products_details__top .code {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #333333;
  margin: 0 0 17px 0;
}
.products_details__top .products-variants {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 35px 0;
}
.products_details__top .products-variants--slot {
  display: flex;
  width: 52px;
  min-width: 52px;
  height: 61px;
  border-radius: 5px;
  margin-right: 2px;
  cursor: pointer;
  border: 2px solid rgba(255, 255, 255, 0);
}
.products_details__top .products-variants--slot img {
  padding: 6px;
  -o-object-fit: contain;
     object-fit: contain;
  box-sizing: content-box;
  margin: 0 auto;
  width: auto;
  height: auto;
}
.products_details__top .products-variants--slot.active, .products_details__top .products-variants--slot:hover {
  border: 2px solid #68b236;
}
.products_details__top .pricing_availability_container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 43px;
}
.products_details__top .pricing_availability_container__btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  border: 1px solid #ffffff;
  background-color: #90d065;
  width: -moz-max-content;
  width: max-content;
  box-sizing: border-box;
  border-radius: 10px;
}
.products_details__top .pricing_availability_container__btn button {
  font-family: "Poppins", sans-serif;
  border: 0;
  cursor: pointer;
  position: relative;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #ffffff;
  background-color: #90d065;
  padding: 8px 60px 8px 24px;
  border-radius: 10px;
  white-space: pre;
}
.products_details__top .pricing_availability_container__btn button::after {
  position: absolute;
  content: "";
  background: url("./../assets/icons/send_request/send_envelope.svg") no-repeat;
  background-position: center;
  background-size: contain;
  width: 28px;
  height: 17px;
  top: 13px;
  right: 22px;
}
.products_details__top .pricing_availability_container__btn:hover {
  border: 1px solid #90d065;
  background-color: #ffffff;
}
.products_details__top .pricing_availability_container__btn:hover button {
  color: #90d065;
  background-color: #ffffff;
}
.products_details__top .pricing_availability_container__btn:hover button::after {
  position: absolute;
  content: "";
  background: url("./../assets/icons/send_request/send_envelope_green.svg") no-repeat;
  background-position: center;
  background-size: contain;
  width: 28px;
  height: 17px;
  top: 13px;
  right: 22px;
}
.products_details__top .pricing_availability_container__availability {
  margin-left: 37px;
}
.products_details__top .pricing_availability_container__availability p {
  display: inline-flex;
  align-items: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  color: #333333;
  margin: 0;
}
.products_details__top .pricing_availability_container__availability p .circle {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  margin: 0 9px;
}
.products_details__top .pricing_availability_container__availability p .circle.green {
  background-color: #68b236;
}
.products_details__top .pricing_availability_container__availability p .grey {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  color: #a4a4a4;
  white-space: pre;
  margin-top: 2px;
}
.products_details__bottom {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  border-top: 1px solid #d3d3d3;
  margin-left: -28px;
  margin-right: -28px;
  border-radius: 0 0 10px 10px;
}
.products_details__bottom_left {
  display: flex;
  flex-direction: column;
  border-right: 1px solid #d3d3d3;
  width: 60%;
  height: 100%;
  padding-top: 18px;
  margin-bottom: -18px;
  background-color: #f8f8f8;
  border-radius: 0 0 0 10px;
  padding: 16px 16px 16px 0;
  box-sizing: border-box;
}
.products_details__bottom_left .input-slot label {
  position: relative;
  display: inline-flex;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #68b236;
  margin: 0 0 15px 87px;
  margin-left: 28px;
  align-items: center;
  width: 100%;
}
.products_details__bottom_left .input-slot label.products_quantity::before, .products_details__bottom_left .input-slot label.products_branding_method::before, .products_details__bottom_left .input-slot label.products_print_colors_quantity::before, .products_details__bottom_left .input-slot label.products_print_postion::before {
  position: relative;
  background-color: #68b236;
  color: #ffffff;
  display: flex;
  width: 36px;
  min-width: 36px;
  height: 36px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  margin-right: 18px;
  z-index: 2;
}
.products_details__bottom_left .input-slot label.products_quantity::before {
  content: "1";
}
.products_details__bottom_left .input-slot label.products_branding_method::before {
  content: "2";
}
.products_details__bottom_left .input-slot label.products_print_colors_quantity::before {
  content: "3";
}
.products_details__bottom_left .input-slot label.products_print_postion::before {
  content: "4";
}
.products_details__bottom_left .input-slot label::after {
  position: absolute;
  top: 50%;
  left: 17px;
  display: block;
  content: "";
  width: 1px;
  height: 300%;
  background-color: #68b236;
  z-index: 1;
}
.products_details__bottom_left .input-slot input,
.products_details__bottom_left .input-slot select {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #333333;
  width: 70%;
  height: 40px;
  box-sizing: border-box;
  padding-left: 12px;
  border: 1px solid #e2e2e2;
  margin: 0 0 25px 87px;
}
.products_details__bottom_left .input-slot input:focus, .products_details__bottom_left .input-slot input:hover,
.products_details__bottom_left .input-slot select:focus,
.products_details__bottom_left .input-slot select:hover {
  border: 1px solid #68b236;
  outline: 0;
}
.products_details__bottom_left .input-slot input::-webkit-inner-spin-button, .products_details__bottom_left .input-slot input::-webkit-outer-spin-button,
.products_details__bottom_left .input-slot select::-webkit-inner-spin-button,
.products_details__bottom_left .input-slot select::-webkit-outer-spin-button {
  opacity: 1;
}
.products_details__bottom_left .text-slot {
  margin: 0 0 0 87px;
}
.products_details__bottom_left .text-slot.upload-files {
  position: relative;
}
.products_details__bottom_left .text-slot.upload-files .title {
  margin-top: -30px;
}
.products_details__bottom_left .text-slot.upload-files .title::before {
  position: relative;
  content: "5";
  background-color: #68b236;
  color: #ffffff;
  display: flex;
  width: 36px;
  height: 36px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  left: -58px;
  top: 30px;
  z-index: 2;
}
.products_details__bottom_left .text-slot .title {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #68b236;
  margin: 0 0 5px 0;
}
.products_details__bottom_left .text-slot .desc {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #333333;
  margin: 0 0 15px 0;
}
.products_details__bottom_left .text-slot:last-of-type {
  margin-bottom: 33px;
}
.products_details__bottom_left .add-files {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  border: 1px dashed #68b236;
  background: #ffffff;
  padding: 10px 20px;
  box-sizing: border-box;
  margin: 0;
  min-height: 70px;
  cursor: pointer;
  width: 70%;
  box-sizing: border-box;
  margin: 0 0 25px 87px;
}
.products_details__bottom_left .add-files-title {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #333333;
  margin: 10px 0 0 0;
}
.products_details__bottom_left .add-files-img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 8px auto;
}
.products_details__bottom_left .add-files-text {
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #333333;
  text-align: center;
  margin: 0;
}
.products_details__bottom_left .add-files input[type=file] {
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #333333;
  text-align: center;
  margin: 0;
  margin-left: auto;
}
.products_details__bottom_left .add-files input[type=file]::file-selector-button {
  visibility: hidden;
}
.products_details__bottom_right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 327px;
  height: 100%;
  padding: 0 10px 10px 10px;
  box-sizing: border-box;
}
.products_details__bottom_right.with-branding .title {
  margin: 18px 0 0 0;
}
.products_details__bottom_right.with-branding .desc.middle {
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 25px 0 4px 0;
}
.products_details__bottom_right.with-branding .desc.bottom {
  margin: 0 0 20px 0;
}
.products_details__bottom_right.with-branding .price {
  margin: 0;
}
.products_details__bottom_right.with-branding .full-green--btn,
.products_details__bottom_right.with-branding .green-white--btn {
  width: 80%;
  margin: 0 0 15px 0;
}
.products_details__bottom_right.with-branding .full-green--btn button,
.products_details__bottom_right.with-branding .green-white--btn button {
  font-size: 17px;
}
.products_details__bottom_right .title {
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #333333;
  margin: 18px 0 25px 0;
}
.products_details__bottom_right .title.green {
  color: #68b236;
  margin: 0 0 25px 0;
}
.products_details__bottom_right .price {
  text-align: center;
  margin: 0 0 45px 0;
}
.products_details__bottom_right .price .big {
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-left: 4px;
}
.products_details__bottom_right .price .large {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-left: 4px;
}
.products_details__bottom_right .price .green {
  color: #68b236;
}
.products_details__bottom_right .desc {
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #333333;
  margin: 0;
}

@media (max-width: 1600px) {
  .products_details {
    width: 100%;
  }
  .products_details__top .products-variants {
    margin: 0 0 28px 0;
  }
  .products_details .pricing_availability_container__btn {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    border: 1px solid #ffffff;
    background-color: #90d065;
    width: -moz-max-content;
    width: max-content;
    box-sizing: border-box;
    border-radius: 10px;
  }
  .products_details .pricing_availability_container__btn button {
    font-family: "Poppins", sans-serif;
    border: 0;
    cursor: pointer;
    position: relative;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #ffffff;
    background-color: #90d065;
    padding: 8px 50px 8px 20px;
    border-radius: 10px;
    white-space: pre;
  }
  .products_details .pricing_availability_container__btn button::after {
    position: absolute;
    content: "";
    background: url("./../assets/icons/send_request/send_envelope.svg") no-repeat;
    background-position: center;
    background-size: contain;
    width: 26px;
    height: 17px;
    top: 10px;
    right: 17px;
  }
  .products_details .pricing_availability_container__btn:hover {
    border: 1px solid #90d065;
    background-color: #ffffff;
  }
  .products_details .pricing_availability_container__btn:hover button {
    color: #90d065;
    background-color: #ffffff;
  }
  .products_details .pricing_availability_container__btn:hover button::after {
    position: absolute;
    content: "";
    background: url("./../assets/icons/send_request/send_envelope_green.svg") no-repeat;
    background-position: center;
    background-size: contain;
    width: 26px;
    height: 17px;
    top: 10px;
    right: 17px;
  }
  .products_details .pricing_availability_container__availability {
    margin: 0 0 0 24px;
  }
  .products_details .pricing_availability_container__availability p {
    font-size: 14px;
    line-height: 14px;
  }
  .products_details .pricing_availability_container__availability p .grey {
    font-size: 13px;
    line-height: 13px;
  }
  .products_details__bottom_left {
    width: 55%;
  }
  .products_details__bottom_left .input-slot label {
    font-size: 16px;
  }
  .products_details__bottom_left .input-slot label.products_quantity::before, .products_details__bottom_left .input-slot label.products_branding_method::before, .products_details__bottom_left .input-slot label.products_print_colors_quantity::before, .products_details__bottom_left .input-slot label.products_print_postion::before {
    margin-right: 22px;
  }
  .products_details__bottom_left .input-slot input,
  .products_details__bottom_left .input-slot select {
    width: 64%;
    font-size: 14px;
  }
  .products_details__bottom_left .text-slot .desc {
    width: 80%;
  }
  .products_details__bottom_left .upload-files,
  .products_details__bottom_left .add-files {
    width: 64%;
  }
  .products_details__bottom_left .upload-files .title,
  .products_details__bottom_left .add-files .title {
    font-size: 16px;
  }
  .products_details__bottom_right {
    width: 45%;
  }
  .products_details__bottom_right .full-green--btn button,
  .products_details__bottom_right .green-white--btn button {
    font-size: 14px !important;
  }
}
@media (max-width: 1400px) and (min-width: 1320px) {
  .products_details__bottom_left .input-slot select,
  .products_details__bottom_left .input-slot input {
    width: 60%;
  }
  .products_details__bottom_left .add-files {
    width: 60%;
  }
  .products_details__bottom_left .add-files input[type=file] {
    margin-left: -30px;
  }
  .products_details__bottom_left .desc {
    width: 90%;
  }
}
@media (max-width: 960px) {
  .col__product_details {
    width: 100%;
  }
  .col__product_details .products_details {
    width: 100%;
  }
  .col__product_details .products_details__top {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .col__product_details .products_details__top h1 {
    font-size: 20px;
    line-height: 28px;
  }
  .col__product_details .products_details__top .code {
    font-size: 14px;
    line-height: 160%;
  }
  .col__product_details .products_details__top .products-variants {
    flex-wrap: wrap;
  }
  .col__product_details .products_details__top .pricing_availability_container {
    flex-direction: column;
  }
  .col__product_details .products_details__top .pricing_availability_container__availability {
    margin: 15px 0 0 0;
  }
  .col__product_details .products_details__top .pricing_availability_container__availability p,
  .col__product_details .products_details__top .pricing_availability_container__availability span {
    font-size: 14px;
    line-height: 160%;
  }
  .col__product_details .products_details__top .pricing_availability_container__btn button {
    font-size: 14px;
    padding-right: 56px;
    margin-left: -8px;
  }
  .col__product_details .products_details__top .pricing_availability_container__btn button::after {
    width: 25px;
    height: 14px;
    top: 13px;
    right: 24px;
  }
  .col__product_details .products_details__bottom {
    flex-direction: column;
  }
  .col__product_details .products_details__bottom_left {
    width: 100%;
    border-right: 0;
  }
  .col__product_details .products_details__bottom_left .input-slot input,
  .col__product_details .products_details__bottom_left .input-slot select {
    font-size: 14px;
    line-height: 160%;
  }
  .col__product_details .products_details__bottom_left .input-slot label {
    width: 100%;
    font-size: 14px;
    line-height: 160%;
  }
  .col__product_details .products_details__bottom_left .upload-files .title {
    font-size: 14px;
    line-height: 160%;
  }
  .col__product_details .products_details__bottom_left .text-slot:last-of-type {
    margin-bottom: 0;
  }
  .col__product_details .products_details__bottom_right {
    margin-top: 24px;
    width: 100%;
  }
  .col__product_details .products_details__bottom_right .desc {
    font-size: 14px;
    line-height: 160%;
  }
  .col__product_details .products_details__bottom_right .full-green--btn button,
  .col__product_details .products_details__bottom_right .green-white--btn button {
    font-size: 14px;
  }
}
@media (max-width: 380px) {
  .col__product_details .products_details__top .pricing_availability_container__btn {
    width: 100%;
  }
  .col__product_details .products_details__bottom_right.with-branding .full-green--btn button,
  .col__product_details .products_details__bottom_right.with-branding .green-white--btn button {
    font-size: 14px;
  }
}
.products_mostly_view .title {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  color: #333333;
  margin: 0 0 35px 0;
}
.products_mostly_view .products_blocks_wrapper__slot a {
  text-decoration: none;
}

@media (max-width: 1600px) {
  .products_mostly_view .products_blocks_wrapper__slot {
    min-width: unset;
  }
}
@media (max-width: 1260px) {
  .products_mostly_view .products_blocks_wrapper__slot {
    min-width: 249px;
    margin: 1%;
  }
}
@media (max-width: 760px) {
  .products_mostly_view .products_blocks_wrapper__slot > a {
    width: 100%;
  }
  .products_mostly_view .title {
    font-size: 20px;
    margin: 0 0 24px 0;
  }
}
@media (max-width: 500px) {
  .products_mostly_view .products_blocks_wrapper__slot {
    margin: 0 0 24px 0;
  }
}
.products_tabs {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.products_tabs input[type=radio] {
  display: none;
}
.products_tabs label {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: -moz-max-content;
  width: max-content;
  height: 54px;
  box-sizing: border-box;
  border-radius: 10px 10px 0px 0px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0 31px;
}
.products_tabs label:hover p {
  text-shadow: 0.4px 0px 0.1px, -0.4px 0px 0.1px;
}
.products_tabs label img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 17px;
}
.products_tabs label p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.products_tab-text {
  width: -moz-max-content;
  width: max-content;
  height: 54px;
  box-sizing: border-box;
  border-radius: 10px 10px 0px 0px;
}
.products_tab-text:hover {
  color: #68b236;
  border-bottom: 1px solid #68b236;
  background-color: #f8f8f8;
  z-index: 1;
}
.products_tab-text label {
  border-radius: 10px 10px 0px 0px;
}

.products_tabs .products_tab {
  width: 100%;
  order: 1;
  display: none;
  border-top: 1px solid #d3d3d3;
  margin-top: -1px;
}
.products_tabs .products_tab table {
  margin: 45px 0;
  width: 35%;
}
.products_tabs .products_tab table tr {
  height: 30px;
}
.products_tabs .products_tab table tr:nth-of-type(odd) {
  background-color: #eaeaea;
}
.products_tabs .products_tab table tr td {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: #333333;
  padding-left: 26px;
}
.products_tabs .products_tab .availability_status_container {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 45px 0;
}
.products_tabs .products_tab .availability_status_container__slot {
  display: flex;
  align-items: center;
  flex-direction: column;
  border-left: 1px solid #d3d3d3;
}
.products_tabs .products_tab .availability_status_container__slot:first-of-type--img {
  margin-left: 0;
}
.products_tabs .products_tab .availability_status_container__slot:last-of-type {
  border-right: 1px solid #d3d3d3;
}
.products_tabs .products_tab .availability_status_container__slot--img {
  margin-right: 10px;
  padding-right: 10px;
  margin-left: 10px;
  padding-top: 10px;
}
.products_tabs .products_tab .availability_status_container__slot--text {
  padding: 10px;
}
.products_tabs .products_tab .availability_status_container__slot--text p {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  color: #a4a4a4;
}

.products_tabs .products_tab_box {
  margin: 45px 0 140px 0;
}
.products_tabs .products_tab_box p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.products_tabs input[type=radio]:checked + .products_tab-text + .products_tab {
  display: block;
}

.products_tabs input[type=radio]:checked + .products_tab-text {
  color: #68b236;
  border-bottom: 1px solid #68b236;
  background-color: #f8f8f8;
  z-index: 1;
}
.products_tabs input[type=radio]:checked + .products_tab-text p {
  text-shadow: 0.4px 0px 0.1px, -0.4px 0px 0.1px;
}

@media (max-width: 960px) {
  .products_tabs label {
    padding: 0 16px;
  }
  .products_tabs label p {
    font-size: 16px;
  }
  .products_tabs .products_tab_box p {
    font-size: 14px;
    line-height: 160%;
  }
  .products_tabs .products_tab table {
    width: 100%;
  }
  .products_tabs .products_tab table tr td {
    font-size: 14px;
  }
  .products_tabs .products_tab .availability_status_container__slot--text p {
    font-size: 14px;
  }
}
.send_request_title {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  color: #333333;
  margin: 0 0 16px 0;
}
.send_request_title span {
  color: #68b236;
}
.send_request_desc {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 30px 0;
}
.send_request_box .send_request_form {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.send_request_box .send_request_form_top {
  display: flex;
  flex-direction: row;
}
.send_request_box .send_request_form_top__left {
  width: 42%;
  margin-right: 1%;
}
.send_request_box .send_request_form_top__left--input input {
  font-family: "Poppins", sans-serif;
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #e2e2e2;
  background: #f8f8f8;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #333333;
  padding: 0 20px;
  margin: 0 0 16px 0;
}
.send_request_box .send_request_form_top__left--input input::-moz-placeholder {
  color: #333333;
}
.send_request_box .send_request_form_top__left--input input::placeholder {
  color: #333333;
}
.send_request_box .send_request_form_top__left--input input:hover, .send_request_box .send_request_form_top__left--input input:focus {
  border: 1px solid #68b236;
  outline: 0;
}
.send_request_box .send_request_form_top__left--textarea textarea {
  font-family: "Poppins", sans-serif;
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #e2e2e2;
  background: #f8f8f8;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #333333;
  padding: 10px 20px;
  margin: 0 0 16px 0;
  min-height: 115px;
  max-width: 100%;
}
.send_request_box .send_request_form_top__left--textarea textarea::-moz-placeholder {
  color: #333333;
}
.send_request_box .send_request_form_top__left--textarea textarea::placeholder {
  color: #333333;
}
.send_request_box .send_request_form_top__left--textarea textarea:hover, .send_request_box .send_request_form_top__left--textarea textarea:focus {
  border: 1px solid #68b236;
  outline: 0;
}
.send_request_box .send_request_form_top__right {
  width: 42%;
  margin-left: 1%;
}
.send_request_box .send_request_form_top__right--input input {
  font-family: "Poppins", sans-serif;
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #e2e2e2;
  background: #f8f8f8;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #333333;
  padding: 0 20px;
  margin: 0 0 16px 0;
}
.send_request_box .send_request_form_top__right--input input::-moz-placeholder {
  color: #333333;
}
.send_request_box .send_request_form_top__right--input input::placeholder {
  color: #333333;
}
.send_request_box .send_request_form_top__right--input input:hover, .send_request_box .send_request_form_top__right--input input:focus {
  border: 1px solid #68b236;
  outline: 0;
}
.send_request_box .send_request_form_top__right .add-files {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  border: 1px dashed #68b236;
  background: #ffffff;
  padding: 10px 20px;
  box-sizing: border-box;
  margin: 0;
  min-height: 169px;
  cursor: pointer;
}
.send_request_box .send_request_form_top__right .add-files-title {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #333333;
  margin-top: 0;
}
.send_request_box .send_request_form_top__right .add-files-img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 8px auto;
}
.send_request_box .send_request_form_top__right .add-files-text {
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #333333;
  text-align: center;
  margin: 0;
}
.send_request_box .send_request_form_top__right .add-files input[type=file] {
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #333333;
  text-align: center;
  margin: 8px 0 0 0;
  margin-left: auto;
}
.send_request_box .send_request_form_top__right .add-files input[type=file]::file-selector-button {
  visibility: hidden;
}
.send_request_box .send_request_form_bottom {
  display: flex;
  justify-content: flex-end;
  width: 86%;
}
.send_request_box .send_request_form_bottom__btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 41px 0 84px 0;
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 10px;
}
.send_request_box .send_request_form_bottom__btn button {
  font-family: "Poppins", sans-serif;
  border: 0;
  cursor: pointer;
  position: relative;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  color: #ffffff;
  border: 1px solid #ffffff;
  background-color: #90d065;
  padding: 10px 73px 10px 33px;
  border-radius: 10px;
}
.send_request_box .send_request_form_bottom__btn button::after {
  position: absolute;
  content: "";
  background: url("./../assets/icons/send_request/send_envelope.svg") no-repeat;
  background-position: center;
  background-size: contain;
  width: 32px;
  height: 17px;
  top: 15px;
  right: 28px;
}
.send_request_box .send_request_form_bottom__btn:hover button {
  color: #90d065;
  border: 1px solid #90d065;
  background-color: #ffffff;
}
.send_request_box .send_request_form_bottom__btn:hover button::after {
  position: absolute;
  content: "";
  background: url("./../assets/icons/send_request/send_envelope_green.svg") no-repeat;
  background-position: center;
  background-size: contain;
  width: 32px;
  height: 17px;
  top: 15px;
  right: 28px;
}

aside .envelope-img {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f8f8f8;
  width: 382px;
  height: 382px;
  border-radius: 100%;
  margin-top: 80px;
}
aside .envelope-img img {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 100%;
  box-shadow: 0px 22px 22px 1px rgba(0, 0, 0, 0.25);
}

@media (max-width: 1320px) {
  .row__container:not(.category, .products-page-row) {
    display: flex;
    flex-direction: column;
  }
  .row__container:not(.category, .products-page-row) .col_10__container {
    width: 100%;
  }
  .row__container:not(.category, .products-page-row) .col_10__container .send_request_box .send_request_form_top__left, .row__container:not(.category, .products-page-row) .col_10__container .send_request_box .send_request_form_top__right {
    width: 48%;
  }
  .row__container:not(.category, .products-page-row) .col_10__container .send_request_box .send_request_form_bottom {
    width: 98%;
  }
  .row__container:not(.category, .products-page-row) aside {
    margin-bottom: 64px;
  }
  .row__container:not(.category, .products-page-row) aside .envelope-img {
    margin-top: 0;
  }
}
@media (max-width: 760px) {
  .send_request_title {
    margin: 16px 0 16px 0;
  }
  .send_request_desc {
    font-size: 14px;
    line-height: 160%;
  }
  .row__container {
    display: flex;
    flex-direction: column;
  }
  .row__container .col_10__container {
    width: 100%;
  }
  .row__container .col_10__container .send_request_box .send_request_form_top {
    flex-direction: column;
  }
  .row__container .col_10__container .send_request_box .send_request_form_top__left, .row__container .col_10__container .send_request_box .send_request_form_top__right {
    width: 100%;
    margin: 0;
  }
  .row__container .col_10__container .send_request_box .send_request_form_top__left input,
  .row__container .col_10__container .send_request_box .send_request_form_top__left textarea, .row__container .col_10__container .send_request_box .send_request_form_top__right input,
  .row__container .col_10__container .send_request_box .send_request_form_top__right textarea {
    font-size: 14px;
    line-height: 160%;
  }
  .row__container .col_10__container .send_request_box .send_request_form_top__left input::-moz-placeholder, .row__container .col_10__container .send_request_box .send_request_form_top__left textarea::-moz-placeholder, .row__container .col_10__container .send_request_box .send_request_form_top__right input::-moz-placeholder, .row__container .col_10__container .send_request_box .send_request_form_top__right textarea::-moz-placeholder {
    font-size: 14px;
    line-height: 160%;
  }
  .row__container .col_10__container .send_request_box .send_request_form_top__left input::placeholder,
  .row__container .col_10__container .send_request_box .send_request_form_top__left textarea::placeholder, .row__container .col_10__container .send_request_box .send_request_form_top__right input::placeholder,
  .row__container .col_10__container .send_request_box .send_request_form_top__right textarea::placeholder {
    font-size: 14px;
    line-height: 160%;
  }
  .row__container .col_10__container .send_request_box .send_request_form_top__left .add-files-title, .row__container .col_10__container .send_request_box .send_request_form_top__right .add-files-title {
    font-size: 14px;
    line-height: 160%;
  }
  .row__container .col_10__container .send_request_box .send_request_form_bottom {
    width: 100%;
  }
  .row__container .col_10__container .send_request_box .send_request_form_bottom__btn {
    margin: 24px auto;
  }
  .row__container .col_10__container .send_request_box .send_request_form_bottom__btn button {
    position: relative;
    font-size: 14px;
  }
  .row__container .col_10__container .send_request_box .send_request_form_bottom__btn button::after {
    position: absolute;
    content: "";
    background: url("./../assets/icons/send_request/send_envelope.svg") no-repeat;
    background-position: center;
    background-size: contain;
    top: 12px;
    height: 16px;
  }
  .row__container .col_10__container .send_request_box .send_request_form_bottom__btn:hover {
    border: 1px solid #90d065;
    background-color: #ffffff;
  }
  .row__container .col_10__container .send_request_box .send_request_form_bottom__btn:hover span {
    color: #90d065;
  }
  .row__container .col_10__container .send_request_box .send_request_form_bottom__btn:hover span::after {
    position: absolute;
    content: "";
    background: url("./../assets/icons/send_request/send_envelope_green.svg") no-repeat;
    background-position: center;
    background-size: contain;
    top: 12px;
    height: 16px;
  }
  .row__container aside {
    margin-bottom: 64px;
  }
  .row__container aside .envelope-img {
    margin-left: -12px;
  }
}
.contact_container {
  width: 100%;
}
.contact_container .title {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  color: #333333;
  margin: 0 0 16px 0;
}
.contact_container .title span {
  color: #68b236;
}
.contact_container .second-title {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  color: #333333;
  margin: 0 0 64px 0;
}
.contact_container .desc {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 30px 0;
}
.contact_container .contact_form_box {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 54px 60px;
  box-sizing: border-box;
  border: 1px solid #68b236;
  border-radius: 10px;
  margin: 0 0 57px 0;
}
.contact_container .contact_form_box .top_container {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.contact_container .contact_form_box .top_container .contact_form_box__left {
  display: flex;
  flex-direction: column;
  width: 65%;
  margin-right: 2%;
}
.contact_container .contact_form_box .top_container .contact_form_box__left_top {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 2%;
}
.contact_container .contact_form_box .top_container .contact_form_box__left_top__col {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.contact_container .contact_form_box .top_container .contact_form_box__left_top__col--input input {
  font-family: "Poppins", sans-serif;
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #e2e2e2;
  background: #f8f8f8;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #333333;
  padding: 0 14px;
  margin: 0 0 16px 0;
}
.contact_container .contact_form_box .top_container .contact_form_box__left_top__col--input input::-moz-placeholder {
  color: #333333;
}
.contact_container .contact_form_box .top_container .contact_form_box__left_top__col--input input::placeholder {
  color: #333333;
}
.contact_container .contact_form_box .top_container .contact_form_box__left_top__col--input input:hover, .contact_container .contact_form_box .top_container .contact_form_box__left_top__col--input input:focus {
  border: 1px solid #68b236;
  outline: 0;
}
.contact_container .contact_form_box .top_container .contact_form_box__left_bottom textarea {
  font-family: "Poppins", sans-serif;
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #e2e2e2;
  background: #f8f8f8;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #333333;
  padding: 10px 20px;
  margin: 0 0 16px 0;
  min-height: 115px;
  max-width: 100%;
}
.contact_container .contact_form_box .top_container .contact_form_box__left_bottom textarea::-moz-placeholder {
  color: #333333;
}
.contact_container .contact_form_box .top_container .contact_form_box__left_bottom textarea::placeholder {
  color: #333333;
}
.contact_container .contact_form_box .top_container .contact_form_box__left_bottom textarea:hover, .contact_container .contact_form_box .top_container .contact_form_box__left_bottom textarea:focus {
  border: 1px solid #68b236;
  outline: 0;
}
.contact_container .contact_form_box .top_container .contact_form_box__right {
  width: 33%;
}
.contact_container .contact_form_box .top_container .contact_form_box__right .add-files {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 10px;
  border: 1px dashed #68b236;
  background: #ffffff;
  padding: 10px 20px;
  box-sizing: border-box;
  margin: 0;
  height: 100%;
  cursor: pointer;
}
.contact_container .contact_form_box .top_container .contact_form_box__right .add-files-title {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #333333;
  margin: 0 0 8px 0;
}
.contact_container .contact_form_box .top_container .contact_form_box__right .add-files-img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 4px auto;
}
.contact_container .contact_form_box .top_container .contact_form_box__right .add-files-text {
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #333333;
  text-align: center;
  margin: 0;
}
.contact_container .contact_form_box .top_container .contact_form_box__right .add-files input[type=file] {
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #333333;
  text-align: center;
  margin: 8px 0 0 0;
  margin-left: auto;
}
.contact_container .contact_form_box .top_container .contact_form_box__right .add-files input[type=file]::file-selector-button {
  visibility: hidden;
}
.contact_container .contact_form_box .bottom-container {
  display: flex;
  justify-content: flex-end;
}
.contact_container .contact_form_box .bottom-container .send_request_form_bottom__btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 27px 0 0 0;
  cursor: pointer;
  border: 1px solid #ffffff;
  background-color: #90d065;
  width: -moz-max-content;
  width: max-content;
  box-sizing: border-box;
  border-radius: 10px;
}
.contact_container .contact_form_box .bottom-container .send_request_form_bottom__btn button {
  font-family: "Poppins", sans-serif;
  border: 0;
  cursor: pointer;
  position: relative;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #90d065;
  padding: 10px 73px 10px 33px;
  border-radius: 10px;
}
.contact_container .contact_form_box .bottom-container .send_request_form_bottom__btn button::after {
  position: absolute;
  content: "";
  background: url("./../assets/icons/send_request/send_envelope.svg") no-repeat;
  background-position: center;
  background-size: contain;
  width: 32px;
  height: 17px;
  top: 15px;
  right: 28px;
}
.contact_container .contact_form_box .bottom-container .send_request_form_bottom__btn:hover {
  border: 1px solid #90d065;
  background-color: #ffffff;
}
.contact_container .contact_form_box .bottom-container .send_request_form_bottom__btn:hover button {
  color: #90d065;
  background-color: #ffffff;
}
.contact_container .contact_form_box .bottom-container .send_request_form_bottom__btn:hover button::after {
  position: absolute;
  content: "";
  background: url("./../assets/icons/send_request/send_envelope_green.svg") no-repeat;
  background-position: center;
  background-size: contain;
  width: 32px;
  height: 17px;
  top: 15px;
  right: 28px;
}
.contact_container .contact_box {
  display: flex;
  flex-direction: row;
}
.contact_container .contact_box__slot {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #68b236;
  height: 266px;
  margin: 0 0 86px 0;
}
.contact_container .contact_box__slot.left {
  width: calc(50% - 15px);
  margin-right: 15px;
}
.contact_container .contact_box__slot.right {
  width: calc(50% - 15px);
  margin-left: 15px;
}
.contact_container .contact_box__slot_top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #68b236;
  width: 100%;
  height: 70px;
  border-radius: 9px 9px 0px 0px;
  box-sizing: border-box;
}
.contact_container .contact_box__slot_top--title h3 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #333333;
}
.contact_container .contact_box__slot_bottom--text {
  margin: 38px auto;
}
.contact_container .contact_box__slot_bottom--text .desc {
  position: relative;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #333333;
  margin: 0 0 4px 0;
}
.contact_container .contact_box__slot_bottom--text .desc a {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #333333;
}
.contact_container .contact_box__slot_bottom--text .desc a:hover {
  color: #68b236;
  text-decoration: unset;
}
.contact_container .contact_box__slot_bottom--text .desc.location, .contact_container .contact_box__slot_bottom--text .desc.telephone, .contact_container .contact_box__slot_bottom--text .desc.mail {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.contact_container .contact_box__slot_bottom--text .desc.location::before, .contact_container .contact_box__slot_bottom--text .desc.telephone::before, .contact_container .contact_box__slot_bottom--text .desc.mail::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 16px;
  height: 16px;
}
.contact_container .contact_box__slot_bottom--text .desc.location::before {
  background-image: url("./../assets/icons/contact/location.svg");
}
.contact_container .contact_box__slot_bottom--text .desc.telephone::before {
  background-image: url("./../assets/icons/contact/phone.svg");
}
.contact_container .contact_box__slot_bottom--text .desc.mail::before {
  background-image: url("./../assets/icons/contact/envelope.svg");
}

@media (max-width: 1000px) {
  .contact_container {
    margin: 0 0 24px 0;
  }
  .contact_container .title {
    font-size: 20px;
    margin: 8px 0 16px 0;
  }
  .contact_container .second-title {
    margin: 0 0 16px 0;
  }
  .contact_container .desc {
    font-size: 14px;
    line-height: 160%;
    margin: 0 0 16px 0;
  }
  .contact_container .contact_form_box {
    padding: 24px;
  }
  .contact_container .contact_form_box .top_container {
    flex-direction: column;
  }
  .contact_container .contact_form_box .top_container .contact_form_box__left {
    width: 100%;
    margin-right: 0;
  }
  .contact_container .contact_form_box .top_container .contact_form_box__left_top {
    flex-direction: column;
    width: 100%;
    gap: 0;
  }
  .contact_container .contact_form_box .top_container .contact_form_box__left_top__col {
    display: flex;
    flex-direction: column;
    flex: none;
    width: 100%;
  }
  .contact_container .contact_form_box .top_container .contact_form_box__left_top__col--input input {
    font-size: 14px;
    line-height: 160%;
  }
  .contact_container .contact_form_box .top_container .contact_form_box__left_top__col--input input::-moz-placeholder {
    font-size: 14px;
    line-height: 160%;
  }
  .contact_container .contact_form_box .top_container .contact_form_box__left_top__col--input input::placeholder {
    font-size: 14px;
    line-height: 160%;
  }
  .contact_container .contact_form_box .top_container .contact_form_box__left_bottom textarea {
    font-size: 14px;
    line-height: 160%;
  }
  .contact_container .contact_form_box .top_container .contact_form_box__left_bottom textarea::-moz-placeholder {
    font-size: 14px;
    line-height: 160%;
  }
  .contact_container .contact_form_box .top_container .contact_form_box__left_bottom textarea::placeholder {
    font-size: 14px;
    line-height: 160%;
  }
  .contact_container .contact_form_box .top_container .contact_form_box__right {
    width: 100%;
  }
  .contact_container .contact_form_box .top_container .contact_form_box__right .add-files {
    height: auto;
    min-height: 140px;
  }
  .contact_container .contact_form_box .top_container .contact_form_box__right .add-files-title {
    font-size: 14px;
    line-height: 160%;
  }
  .contact_container .contact_form_box .bottom-container .send_request_form_bottom__btn {
    margin: 27px auto 0;
  }
  .contact_container .contact_form_box .bottom-container .send_request_form_bottom__btn button {
    font-size: 14px;
    line-height: 200%;
  }
  .contact_container .contact_box {
    flex-direction: column;
  }
  .contact_container .contact_box__slot {
    margin: 0 0 24px 0;
    height: 220px;
  }
  .contact_container .contact_box__slot.left, .contact_container .contact_box__slot.right {
    width: 100%;
    margin: 16px 0;
  }
  .contact_container .contact_box__slot_top {
    height: auto;
  }
  .contact_container .contact_box__slot_top h3 {
    font-size: 16px;
    margin: 10px 0;
  }
  .contact_container .contact_box__slot_bottom--text {
    margin: 38px auto;
  }
  .contact_container .contact_box__slot_bottom--text .desc {
    font-size: 14px;
    line-height: 160%;
  }
  .contact_container .contact_box__slot_bottom--text .desc a {
    font-size: 14px;
    line-height: 160%;
  }
}
.products_card_modal {
  display: none;
  position: absolute;
  top: 50vh;
  left: 50%;
  transform: translate(-50%, -50%);
  flex-direction: column;
  width: 832px;
  height: auto;
  border-radius: 10px;
  border: 1px solid #d3d3d3;
  padding: 32px 24px 0 24px;
  box-sizing: border-box;
  z-index: 999;
  background-color: #ffffff;
}
.products_card_modal.show {
  display: flex;
}
.products_card_modal.added-to-cart {
  width: 640px;
}
.products_card_modal.added-to-cart .free_pricing_visualisation_box {
  border-top: 0;
  padding-top: 0;
}
.products_card_modal--close-icon {
  position: relative;
  cursor: pointer;
}
.products_card_modal--close-icon::before {
  position: absolute;
  display: block;
  content: "";
  background: url("./../assets/icons/modal/close.svg") no-repeat;
  background-position: center;
  background-size: contain;
  width: 18px;
  height: 18px;
  top: -8px;
  right: 0;
}
.products_card_modal--title {
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #333333;
  margin: 8px 0 16px 0;
}
.products_card_modal--desc {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #333333;
  margin: 0 0 32px 0;
}
.products_card_modal--desc.green {
  color: #68b236;
  margin: 16px 0 35px 28px;
  position: relative;
}
.products_card_modal--desc.green::before {
  position: absolute;
  display: block;
  content: "";
  background: url("./../assets/icons/modal/important.svg") no-repeat;
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 20px;
  top: 2px;
  left: -27px;
}
.products_card_modal__inputs {
  display: flex;
  flex-direction: row;
}
.products_card_modal__inputs__left {
  width: 48%;
  margin-right: 1%;
}
.products_card_modal__inputs__left--input input {
  font-family: "Poppins", sans-serif;
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #e2e2e2;
  background: #f8f8f8;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #333333;
  padding: 0 20px;
  margin: 0 0 16px 0;
}
.products_card_modal__inputs__left--input input::-moz-placeholder {
  color: #333333;
}
.products_card_modal__inputs__left--input input::placeholder {
  color: #333333;
}
.products_card_modal__inputs__left--input input:hover, .products_card_modal__inputs__left--input input:focus {
  border: 1px solid #68b236;
  outline: 0;
}
.products_card_modal__inputs__left--textarea textarea {
  font-family: "Poppins", sans-serif;
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #e2e2e2;
  background: #f8f8f8;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #333333;
  padding: 10px 20px;
  margin: 0 0 16px 0;
  min-height: 115px;
  max-width: 100%;
}
.products_card_modal__inputs__left--textarea textarea::-moz-placeholder {
  color: #333333;
}
.products_card_modal__inputs__left--textarea textarea::placeholder {
  color: #333333;
}
.products_card_modal__inputs__left--textarea textarea:hover, .products_card_modal__inputs__left--textarea textarea:focus {
  border: 1px solid #68b236;
  outline: 0;
}
.products_card_modal__inputs__right {
  width: 48%;
  margin-left: 1%;
}
.products_card_modal__inputs__right--input input {
  font-family: "Poppins", sans-serif;
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #e2e2e2;
  background: #f8f8f8;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #333333;
  padding: 0 20px;
  margin: 0 0 16px 0;
}
.products_card_modal__inputs__right--input input::-moz-placeholder {
  color: #333333;
}
.products_card_modal__inputs__right--input input::placeholder {
  color: #333333;
}
.products_card_modal__inputs__right--input input:hover, .products_card_modal__inputs__right--input input:focus {
  border: 1px solid #68b236;
  outline: 0;
}
.products_card_modal__inputs__right .add-files {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  border: 1px dashed #68b236;
  background: #ffffff;
  padding: 10px 20px;
  box-sizing: border-box;
  margin: 0;
  min-height: 169px;
  cursor: pointer;
}
.products_card_modal__inputs__right .add-files-title {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #333333;
  margin: 0;
}
.products_card_modal__inputs__right .add-files-img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 8px auto;
}
.products_card_modal__inputs__right .add-files-text {
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #333333;
  text-align: center;
  margin: 0;
}
.products_card_modal__inputs__right .add-files input[type=file] {
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #333333;
  text-align: center;
  margin: 8px 0 0 0;
  margin-left: auto;
}
.products_card_modal__inputs__right .add-files input[type=file]::file-selector-button {
  visibility: hidden;
}
.products_card_modal .free_pricing_visualisation_box {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 16px 0;
  border-top: 1px solid #a4a4a4;
  border-bottom: 1px solid #a4a4a4;
}
.products_card_modal .free_pricing_visualisation_box .title {
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #333333;
  margin: 0 0 16px 0;
}
.products_card_modal .free_pricing_visualisation_box .title span {
  color: #68b236;
  margin-left: 4px;
}
.products_card_modal .free_pricing_visualisation_box .desc {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #333333;
  margin: 0;
}
.products_card_modal .free_summary_visualisation_box .summary {
  display: inline-flex;
  align-items: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #333333;
  margin: 0 0 8px 0;
}
.products_card_modal .free_summary_visualisation_box .summary .price {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 0 15px;
}
.products_card_modal .free_summary_visualisation_box .summary .price.green {
  color: #68b236;
}
.products_card_modal .free_summary_visualisation_box .summary .price.big {
  font-size: 35px;
}
.products_card_modal .free_summary_visualisation_box .desc {
  margin: 0 0 0 306px;
}
.products_card_modal__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: #90d065;
  width: 168px;
  box-sizing: border-box;
  border-radius: 10px;
  margin: 32px auto 32px;
}
.products_card_modal__btn button {
  font-family: "Poppins", sans-serif;
  border: 0;
  cursor: pointer;
  position: relative;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  color: #ffffff;
  border: 1px solid #90d065;
  background-color: #90d065;
  padding: 10px 73px 10px 33px;
  border-radius: 10px;
  width: 168px;
}
.products_card_modal__btn button::after {
  position: absolute;
  content: "";
  background: url("./../assets/icons/send_request/send_envelope.svg") no-repeat;
  background-position: center;
  background-size: contain;
  width: 32px;
  height: 17px;
  top: 15px;
  right: 28px;
}
.products_card_modal__btn:hover button {
  border: 1px solid #68b236;
  background-color: #68b236;
}
.products_card_modal .products_card_modal_buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 34px 0;
}
.products_card_modal .products_card_modal_buttons .continue-shopping button {
  padding: 10px 33px;
  box-sizing: border-box;
  height: 47px;
}
.products_card_modal .products_card_modal_buttons .continue-shopping:hover {
  border: 1px solid #68b236;
  background-color: #68b236;
}
.products_card_modal .products_card_modal_buttons .go-to-cart button {
  padding: 10px 63px 10px 33px;
  box-sizing: border-box;
  height: 47px;
  color: #ffffff;
}
.products_card_modal .products_card_modal_buttons .go-to-cart button::after {
  position: absolute;
  content: "";
  background: url("./../assets/icons/modal/cart_white.svg") no-repeat;
  background-position: center;
  background-size: contain;
  width: 32px;
  height: 17px;
  top: 15px;
  right: 28px;
}
.products_card_modal .products_card_modal_buttons .go-to-cart:hover button {
  border: 1px solid #68b236;
  background-color: #68b236;
}

@media (max-width: 960px) {
  .products_card_modal {
    top: 40px;
    left: 3vw;
    transform: translate(0);
    width: 94vw;
    height: 82vh;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .products_card_modal.added-to-cart {
    width: 94vw;
  }
  .products_card_modal--title {
    font-size: 20px;
  }
  .products_card_modal--desc {
    font-size: 14px;
    line-height: 160%;
  }
  .products_card_modal__inputs {
    flex-direction: column;
  }
  .products_card_modal__inputs__left {
    margin-right: 0;
    width: 100%;
  }
  .products_card_modal__inputs__left--input input {
    font-size: 14px;
    line-height: 160%;
  }
  .products_card_modal__inputs__right {
    margin-left: 0;
    width: 100%;
  }
  .products_card_modal__inputs__right--input input {
    font-size: 14px;
    line-height: 160%;
  }
  .products_card_modal__inputs__right--textarea textarea {
    font-size: 14px;
    line-height: 160%;
  }
  .products_card_modal__inputs__right .add-files {
    min-height: 140px;
  }
  .products_card_modal__inputs__right .add-files-title {
    margin-top: 0;
    font-size: 14px;
    line-height: 160%;
  }
  .products_card_modal .free_summary_visualisation_box .desc {
    font-size: 14px;
    line-height: 160%;
  }
  .products_card_modal .free_summary_visualisation_box .summary {
    margin-top: 16px;
  }
  .products_card_modal .free_summary_visualisation_box .summary .netto {
    font-size: 14px;
    line-height: 160%;
  }
  .products_card_modal .free_summary_visualisation_box .summary .price.big {
    font-size: 28px;
  }
  .products_card_modal .free_summary_visualisation_box .brutto {
    margin-left: 0;
    text-align: right;
  }
  .products_card_modal .products_card_modal_buttons {
    flex-direction: column;
    justify-content: center;
  }
  .products_card_modal .products_card_modal_buttons .go-to-cart {
    margin-top: 24px;
  }
}
@media (max-width: 1500px) {
  .products_card_modal {
    height: 90vh;
    overflow-y: scroll;
  }
  .products_card_modal.added-to-cart {
    height: auto;
  }
}
@media (max-height: 900px) {
  .products_card_modal {
    height: 90vh;
    overflow-y: scroll;
  }
  .products_card_modal.added-to-cart {
    height: auto;
  }
}
.cart_pay_box {
  width: 100%;
  height: auto;
  border: 1px solid #d3d3d3;
  background-color: #f8f8f8;
  padding: 40px;
  box-sizing: border-box;
  border-radius: 10px;
}
.cart_pay_box__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.cart_pay_box__content .desc {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 168.5%;
  color: #333333;
  text-align: center;
  white-space: nowrap;
  margin: 0;
}
.cart_pay_box__content .desc span {
  font-weight: 600;
}
.cart_pay_box__content .desc.branding-price, .cart_pay_box__content .desc.brutto-price {
  margin: 0 0 25px 0;
}
.cart_pay_box__content .desc.branding-price span, .cart_pay_box__content .desc.vat span, .cart_pay_box__content .desc.delivery span, .cart_pay_box__content .desc.brutto-price span {
  margin: 0 10px 0 0;
}
.cart_pay_box__content .desc.netto-price span {
  margin: 0 10px 0 0;
}
.cart_pay_box__content .desc.netto-price, .cart_pay_box__content .desc.delivery {
  margin: 0;
}
.cart_pay_box__content .desc#vat_str {
  margin-bottom: 25px;
}
.cart_pay_box__content .desc#total_price_cart_brutto_str {
  display: none;
}
.cart_pay_box__content .desc.brutto {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}
.cart_pay_box__content .desc.brutto-price .big {
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-left: 4px;
}
.cart_pay_box__content .desc.brutto-price .large {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-left: 0;
}
.cart_pay_box__content .desc.brutto-price .green {
  color: #68b236;
}
.cart_pay_box__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 64px);
  background-color: #90d065;
  border: 1px solid #90d065;
  height: 47px;
  box-sizing: border-box;
  margin: 0 32px 0 32px;
  border-radius: 10px;
  padding-right: 12px;
}
.cart_pay_box__button .next-btn {
  position: relative;
  font-family: "Poppins", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  background-color: #90d065;
  border-radius: 10px;
  padding-right: 12px;
}
.cart_pay_box__button .next-btn::after {
  position: absolute;
  content: "";
  background: url("./../assets/icons/modal/cart_white.svg") no-repeat;
  background-position: center;
  background-size: contain;
  width: 32px;
  height: 17px;
  top: 13px;
  right: 10px;
}
.cart_pay_box__button:hover {
  background-color: #68b236;
  border: 1px solid #68b236;
}
.cart_pay_box__button:hover .next-btn {
  background-color: #68b236;
}

@media (max-width: 760px) {
  .cart_pay_box {
    width: 100%;
    margin-top: 24px;
  }
  .cart_pay_box__content .desc {
    font-size: 14px;
    line-height: 160%;
  }
  .cart_pay_box__button .next-btn {
    font-size: 14px;
  }
}
.cart_step_one_container {
  display: flex;
  flex-direction: row;
  margin-bottom: 228px;
}
.cart_step_one_container__left {
  display: flex;
  flex-direction: column;
  margin-right: 23px;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 24px;
}
.cart_step_one_container__left .cart_products_box {
  margin-bottom: 24px;
  border: 1px solid #68b236;
  border-radius: 10px;
}
.cart_step_one_container__left .cart_products_box .cart_product_container {
  position: relative;
  width: 100%;
}

@media (max-width: 1300px) {
  .cart_step_one_container {
    flex-direction: column;
    margin-bottom: 24px;
  }
  .cart_step_one_container__left {
    flex-direction: column;
    margin-right: 0;
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 960px) {
  .cart_step_one_container.step_one .cart_product_container, .cart_step_one_container.step_three .cart_product_container {
    flex-direction: column;
    padding: 15px;
  }
  .cart_step_one_container.step_one .cart_product_container--input, .cart_step_one_container.step_three .cart_product_container--input {
    margin: 0;
  }
  .cart_step_one_container.step_one .cart_product_container--files, .cart_step_one_container.step_three .cart_product_container--files {
    margin-top: 24px;
  }
}
@media (max-width: 760px) {
  .cart_step_one_container__left {
    margin-bottom: 0;
  }
}
.cart_step_two_container {
  margin-bottom: 120px;
}
.cart_step_two_container.login {
  margin-bottom: 180px;
}
.cart_step_two_container__box {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #68b236;
}
.cart_step_two_container__box__left {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 45px 80px;
  box-sizing: border-box;
  width: 50%;
}
.cart_step_two_container__box__left .title p {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #333333;
  margin: 0 0 40px 0;
}
.cart_step_two_container__box__left .input-slot {
  width: 80%;
}
.cart_step_two_container__box__left .input-slot input {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #333333;
  height: 40px;
  width: 100%;
  box-sizing: border-box;
  padding-left: 12px;
  margin: 0 0 25px 0;
  border-radius: 10px;
  border: 1px solid #e2e2e2;
  background: #f8f8f8;
}
.cart_step_two_container__box__left .input-slot input:focus, .cart_step_two_container__box__left .input-slot input:hover {
  border: 1px solid #68b236;
  outline: 0;
}
.cart_step_two_container__box__left .input-slot input::-moz-placeholder {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #333333;
}
.cart_step_two_container__box__left .input-slot input::placeholder {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #333333;
}
.cart_step_two_container__box__left .full-green--btn button {
  padding: 0 33px;
}
.cart_step_two_container__box__right {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 45px 113px;
  box-sizing: border-box;
  width: 50%;
  border-left: 1px solid #68b236;
}
.cart_step_two_container__box__right .title p {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #333333;
  margin: 0 0 19px 0;
}
.cart_step_two_container__box__right .title.second-title p {
  margin: 30px 0 19px 0;
}
.cart_step_two_container__box__right .full-green--btn button {
  padding: 0 33px;
}
.cart_step_two_container__box__right .full-green--btn a {
  padding: 0 33px;
  font-family: "Poppins", sans-serif;
  border: 0;
  cursor: pointer;
  position: relative;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  color: #ffffff;
  background-color: #90d065;
  border-radius: 10px;
  height: 40px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ffffff;
  text-decoration: none;
}
.cart_step_two_container__box__right .full-green--btn:hover a {
  color: #90d065;
  background-color: #ffffff;
  border: 1px solid #90d065;
}
.cart_step_two_container .cart_bottom_button_container {
  margin-top: 30px;
}

@media (max-width: 960px) {
  .cart_step_two_container.login {
    margin-bottom: 40px;
  }
  .cart_step_two_container__box {
    flex-direction: column;
  }
  .cart_step_two_container__box__left {
    padding: 24px;
    width: 100%;
  }
  .cart_step_two_container__box__left .title p {
    margin: 0 0 24px 0;
  }
  .cart_step_two_container__box__left .input-slot {
    width: 90%;
  }
  .cart_step_two_container__box__left .input-slot input {
    font-size: 14px;
    line-height: 160%;
  }
  .cart_step_two_container__box__left .input-slot input::-moz-placeholder {
    font-size: 14px;
    line-height: 160%;
  }
  .cart_step_two_container__box__left .input-slot input::placeholder {
    font-size: 14px;
    line-height: 160%;
  }
  .cart_step_two_container__box__left .full-green--btn button {
    font-size: 14px;
    line-height: 160%;
  }
  .cart_step_two_container__box__right {
    padding: 24px;
    width: 100%;
    border-left: 0;
  }
  .cart_step_two_container__box__right .title p {
    margin: 0 0 24px 0;
  }
  .cart_step_two_container__box__right .full-green--btn button {
    font-size: 14px;
    line-height: 160%;
  }
  .cart_step_two_container .cart_bottom_button_container {
    margin-bottom: 40px;
  }
  .cart_step_two_container .cart_bottom_button_container a {
    font-size: 14px;
  }
}
.cart_step_two_container.inputs {
  display: flex;
  flex-direction: row;
  margin-bottom: 228px;
}
.cart_step_two_container.inputs .cart_step_two_container__left {
  width: 100%;
  margin-right: 25px;
}
.cart_step_two_container.inputs .cart_step_two_container__left .cart_step_two_container__box__left {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 36px 72px 36px 36px;
}
.cart_step_two_container.inputs .cart_step_two_container__left .cart_step_two_container__box__left .title p {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 40px 0;
}
.cart_step_two_container.inputs .cart_step_two_container__left .cart_step_two_container__box__left .input-slot {
  width: 100%;
}
.cart_step_two_container.inputs .cart_step_two_container__left .cart_step_two_container__box__right {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 36px 72px 36px 36px;
}
.cart_step_two_container.inputs .cart_step_two_container__left .cart_step_two_container__box__right .input-slot.radio-btns {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cart_step_two_container.inputs .cart_step_two_container__left .cart_step_two_container__box__right .input-slot.radio-btns input {
  width: 21px;
  height: 21px;
  margin: 0 6px 0 0;
  cursor: pointer;
}
.cart_step_two_container.inputs .cart_step_two_container__left .cart_step_two_container__box__right .input-slot.radio-btns label {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  white-space: pre;
  margin: 0 10px 0 0;
}
.cart_step_two_container.inputs .cart_step_two_container__left .cart_step_two_container__box__right .input-slot.checkbox-slot {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 24px;
}
.cart_step_two_container.inputs .cart_step_two_container__left .cart_step_two_container__box__right .input-slot.checkbox-slot input {
  width: 24px;
  height: 24px;
  margin: 0 10px 0 0;
  cursor: pointer;
}
.cart_step_two_container.inputs .cart_step_two_container__left .cart_step_two_container__box__right .input-slot.checkbox-slot label {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}
.cart_step_two_container.inputs .cart_step_two_container__left .cart_step_two_container__box__right .input-slot.hide {
  display: none;
}
.cart_step_two_container.inputs .cart_step_two_container__left .cart_step_two_container__box__right .input-slot.other-address {
  display: none;
}
.cart_step_two_container.inputs .cart_step_two_container__left .cart_step_two_container__box__right .input-slot.other-address.show {
  display: flex;
}
.cart_step_two_container.inputs .cart_step_two_container__left .cart_step_two_container__box__right .input-slot:not(.radio-btns, .checkbox-slot) {
  width: 100%;
}
.cart_step_two_container.inputs .cart_step_two_container__left .cart_step_two_container__box__right .input-slot:not(.radio-btns, .checkbox-slot) input {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #333333;
  height: 40px;
  width: 100%;
  box-sizing: border-box;
  padding-left: 12px;
  margin: 0 0 25px 0;
  border-radius: 10px;
  border: 1px solid #e2e2e2;
  background: #f8f8f8;
}
.cart_step_two_container.inputs .cart_step_two_container__left .cart_step_two_container__box__right .input-slot:not(.radio-btns, .checkbox-slot) input:focus, .cart_step_two_container.inputs .cart_step_two_container__left .cart_step_two_container__box__right .input-slot:not(.radio-btns, .checkbox-slot) input:hover {
  border: 1px solid #68b236;
  outline: 0;
}
.cart_step_two_container.inputs .cart_step_two_container__left .cart_step_two_container__box__right .input-slot:not(.radio-btns, .checkbox-slot) input::-moz-placeholder {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #333333;
}
.cart_step_two_container.inputs .cart_step_two_container__left .cart_step_two_container__box__right .input-slot:not(.radio-btns, .checkbox-slot) input::placeholder {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #333333;
}

@media (max-width: 1200px) {
  .cart_step_two_container.inputs {
    flex-direction: column;
  }
}
@media (max-width: 960px) {
  .cart_step_two_container.inputs .cart_step_two_container__left .cart_step_two_container__box__left {
    padding-bottom: 0;
    margin-bottom: -32px;
  }
  .cart_step_two_container.inputs .cart_step_two_container__left .cart_step_two_container__box__right .input-slot.radio-btns label {
    font-size: 12px;
    line-height: 140%;
  }
  .cart_step_two_container.inputs .cart_step_two_container__left .cart_step_two_container__box__right .input-slot.checkbox-slot label {
    font-size: 12px;
    line-height: 140%;
  }
  .cart_step_two_container.inputs .cart_step_two_container__left .cart_step_two_container__box__right .input-slot:not(.radio-btns, .checkbox-slot) input {
    font-size: 14px;
    line-height: 160%;
  }
  .cart_step_two_container.inputs .cart_step_two_container__left .cart_step_two_container__box__right .input-slot:not(.radio-btns, .checkbox-slot) input::-moz-placeholder {
    font-size: 14px;
    line-height: 160%;
  }
  .cart_step_two_container.inputs .cart_step_two_container__left .cart_step_two_container__box__right .input-slot:not(.radio-btns, .checkbox-slot) input::placeholder {
    font-size: 14px;
    line-height: 160%;
  }
}
.cart_step_one_container.step_three .cart_step_one_container__left .cart_products_box .cart_product_container--input label {
  pointer-events: none;
}
.cart_step_one_container.step_three .cart_step_one_container__left .cart_products_box .cart_product_container--input input {
  pointer-events: none;
  cursor: not-allowed;
}
.cart_step_one_container.step_three .cart_step_one_container__left .cart_products_box .cart_product_container--input input::-webkit-inner-spin-button, .cart_step_one_container.step_three .cart_step_one_container__left .cart_products_box .cart_product_container--input input::-webkit-outer-spin-button {
  opacity: 0;
  display: none;
}
.cart_step_one_container.step_three .cart_step_one_container__left .delivery_invoice_box {
  display: flex;
  flex-direction: row;
  margin-bottom: 24px;
  border: 1px solid #68b236;
  border-radius: 10px;
  padding: 45px 36px;
  box-sizing: border-box;
}
.cart_step_one_container.step_three .cart_step_one_container__left .delivery_invoice_box__right {
  border-left: 1px solid #68b236;
  padding: 45px 0 45px 36px;
  margin: -45px 0 -45px 0;
}
.cart_step_one_container.step_three .cart_step_one_container__left .delivery_invoice_box__left, .cart_step_one_container.step_three .cart_step_one_container__left .delivery_invoice_box__right {
  width: 50%;
}
.cart_step_one_container.step_three .cart_step_one_container__left .delivery_invoice_box__left .title, .cart_step_one_container.step_three .cart_step_one_container__left .delivery_invoice_box__right .title {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #333333;
  margin: 0 0 20px 0;
  text-decoration: none;
}
.cart_step_one_container.step_three .cart_step_one_container__left .delivery_invoice_box__left .desc, .cart_step_one_container.step_three .cart_step_one_container__left .delivery_invoice_box__right .desc {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #333333;
  margin: 0 0 2px 0;
}
.cart_step_one_container.step_three .cart_step_one_container__left .payment_method_box {
  margin-bottom: 66px;
}
.cart_step_one_container.step_three .cart_step_one_container__left .payment_method_box__title {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #333333;
  margin: 16px 0 29px 33px;
}
.cart_step_one_container.step_three .cart_step_one_container__left .payment_method_box__slots {
  display: flex;
  flex-direction: column;
}
.cart_step_one_container.step_three .cart_step_one_container__left .payment_method_box__slots--slot {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #d3d3d3;
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  margin: 0 0 12px 0;
  cursor: pointer;
}
.cart_step_one_container.step_three .cart_step_one_container__left .payment_method_box__slots--slot.transfer::after {
  position: absolute;
  display: block;
  content: "";
  top: calc(50% - 12px);
  right: 28px;
  background: url("./../assets/icons/cart/wallet.svg");
  height: 24px;
  width: 24px;
  background-size: contain;
  background-repeat: no-repeat;
}
.cart_step_one_container.step_three .cart_step_one_container__left .payment_method_box__slots--slot.credit-card::after {
  position: absolute;
  display: block;
  content: "";
  top: calc(50% - 20px);
  right: 28px;
  background: url("./../assets/img/cart/mastercard.jpg");
  height: 40px;
  width: 33px;
  background-size: contain;
  background-repeat: no-repeat;
}
.cart_step_one_container.step_three .cart_step_one_container__left .payment_method_box__slots--slot.credit-card::before {
  position: absolute;
  display: block;
  content: "";
  top: calc(50% - 21px);
  right: 72px;
  background: url("./../assets/img/cart/visa.jpg");
  height: 42px;
  width: 42px;
  background-size: contain;
  background-repeat: no-repeat;
}
.cart_step_one_container.step_three .cart_step_one_container__left .payment_method_box__slots--slot.online-pay::after {
  position: absolute;
  display: block;
  content: "";
  top: calc(50% - 15px);
  right: 28px;
  background: url("./../assets/img/cart/payu.jpg");
  height: 30px;
  width: 60px;
  background-size: contain;
  background-repeat: no-repeat;
}
.cart_step_one_container.step_three .cart_step_one_container__left .payment_method_box__slots--slot:hover, .cart_step_one_container.step_three .cart_step_one_container__left .payment_method_box__slots--slot.active {
  background-color: #f8f8f8;
}
.cart_step_one_container.step_three .cart_step_one_container__left .payment_method_box__slots--slot input {
  width: 21px;
  height: 21px;
  margin: 0 19px 0 35px;
  box-sizing: border-box;
}
.cart_step_one_container.step_three .cart_step_one_container__left .payment_method_box__slots--slot label {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #333333;
  margin: 0;
  width: 100%;
  padding: 15px 100% 15px 75px;
  margin-left: -75px;
  white-space: pre;
  cursor: pointer;
}

@media (max-width: 760px) {
  .cart_step_one_container.step_three .cart_step_one_container__left .delivery_invoice_box {
    flex-direction: column;
  }
  .cart_step_one_container.step_three .cart_step_one_container__left .delivery_invoice_box__left {
    width: 100%;
  }
  .cart_step_one_container.step_three .cart_step_one_container__left .delivery_invoice_box__right {
    border-left: 0;
    padding: 0;
    margin: 24px 0 0 0;
    width: 100%;
  }
  .cart_step_one_container.step_three .cart_step_one_container__left .payment_method_box {
    margin: 0 0 12px 0;
  }
  .cart_step_one_container.step_three .cart_step_one_container__left .payment_method_box__title {
    margin-top: 0;
  }
}
#cart_steps_container .cart_steps {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  margin: 44px 0 50px 0;
}
#cart_steps_container .cart_steps--item {
  list-style: none;
  display: flex;
  flex-direction: row;
  margin-right: 24px;
}
#cart_steps_container .cart_steps--item:first-of-type a .item--number::before {
  display: none;
}
#cart_steps_container .cart_steps--item.active a .item--number {
  background-color: #68b236;
}
#cart_steps_container .cart_steps--item.active a .item--number p {
  color: #ffffff;
}
#cart_steps_container .cart_steps--item.active a .item--text p {
  color: #68b236;
}
#cart_steps_container .cart_steps--item a {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#cart_steps_container .cart_steps--item a .item--number {
  display: flex;
  min-width: 36px;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin-right: 17px;
  position: relative;
  background-color: #adadad;
  border-radius: 100%;
}
#cart_steps_container .cart_steps--item a .item--number::before {
  position: absolute;
  top: 10px;
  left: -36px;
  background-size: contain;
  width: 10px;
  height: 18px;
  content: "";
  background-image: url("./../assets/icons/breadcrumb_icon.svg");
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
#cart_steps_container .cart_steps--item a .item--number p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #ffffff;
  margin: 0;
}
#cart_steps_container .cart_steps--item a .item--text {
  margin-right: 40px;
}
#cart_steps_container .cart_steps--item a .item--text p {
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #a4a4a4;
  margin: 0 0 0 -4px;
}
#cart_steps_container .cart_steps--item a:hover {
  text-decoration: none;
}
#cart_steps_container .cart_steps--item a:hover .item--text p {
  color: #68b236;
}

@media (max-width: 760px) {
  #cart_steps_container .cart_steps {
    flex-wrap: wrap;
    padding-left: 24px;
    margin: 8px 0 24px 0;
  }
  #cart_steps_container .cart_steps--item {
    margin-right: 12px;
  }
  #cart_steps_container .cart_steps--item:first-of-type {
    margin-left: -24px;
  }
  #cart_steps_container .cart_steps--item a {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 36px;
  }
  #cart_steps_container .cart_steps--item a .item--number {
    min-width: 20px;
    width: 20px;
    height: 20px;
    margin-right: 16px;
  }
  #cart_steps_container .cart_steps--item a .item--number::before {
    top: 4px;
    left: -24px;
    height: 14px;
  }
  #cart_steps_container .cart_steps--item a .item--number p {
    font-size: 11px;
  }
  #cart_steps_container .cart_steps--item a .item--text {
    margin-right: 24px;
  }
  #cart_steps_container .cart_steps--item a .item--text p {
    font-size: 14px;
  }
}
.cart_product_container {
  position: relative;
  display: flex;
  flex-direction: row;
  padding: 35px 43px 20px 43px;
  box-sizing: border-box;
}
.cart_product_container--img {
  margin-right: 35px;
}
.cart_product_container--img img {
  height: 140px;
  max-height: 140px;
  width: auto;
}
.cart_product_container--text {
  display: flex;
  flex-direction: column;
}
.cart_product_container--text .title {
  text-decoration: none;
}
.cart_product_container--text .title p {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #333333;
  margin-top: 10px;
  margin-bottom: 21px;
}
.cart_product_container--text .text-slot {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.cart_product_container--text .text-slot.products-price {
  display: flex;
  flex-direction: column;
}
.cart_product_container--text .text-slot--left p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #a4a4a4;
  margin: 0 0 4px 0;
}
.cart_product_container--text .text-slot--right p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #a4a4a4;
  margin: 0 0 4px 4px;
}
.cart_product_container--text .text-slot--price-text p {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 11px 0 2px 0;
  color: #333333;
}
.cart_product_container--text .text-slot--price-value p {
  text-align: left;
  margin: 0 0 25px 0;
}
.cart_product_container--text .text-slot--price-value p .big {
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-left: 4px;
}
.cart_product_container--text .text-slot--price-value p .large {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-left: 4px;
}
.cart_product_container--text .text-slot--price-value p .green {
  color: #68b236;
}
.cart_product_container--input {
  display: flex;
  flex-direction: column;
  margin: 60px 27px 20px auto;
}
.cart_product_container--input label {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #333333;
  margin-bottom: 14px;
}
.cart_product_container--input input {
  font-family: "Poppins", sans-serif;
  width: 106px;
  height: 40px;
  box-sizing: border-box;
  border: 1px solid #e2e2e2;
  background: #f8f8f8;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #333333;
  padding-left: 10px;
}
.cart_product_container--input input:hover, .cart_product_container--input input:focus {
  outline: 1px solid #68b236;
}
.cart_product_container--input input::-webkit-inner-spin-button, .cart_product_container--input input::-webkit-outer-spin-button {
  opacity: 1;
}
.cart_product_container--files {
  margin: 60px 0 0 0;
}
.cart_product_container--files .desc {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #333333;
  margin: 0 0 9px 0;
}
.cart_product_container--files .info {
  font-size: 8px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #a4a4a4;
  margin: 11px 0 0 0;
}
.cart_product_container--files .add-files {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  border: 1px dashed #68b236;
  background: #ffffff;
  padding: 10px 20px;
  box-sizing: border-box;
  margin: 0;
  min-height: 70px;
  cursor: pointer;
  width: 100%;
  box-sizing: border-box;
}
.cart_product_container--files .add-files-title {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #333333;
  margin: 10px 0 0 0;
}
.cart_product_container--files .add-files-img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 8px auto;
}
.cart_product_container--files .add-files-text {
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #333333;
  text-align: center;
  margin: 0;
}
.cart_product_container--files .add-files input[type=file] {
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #333333;
  text-align: center;
  margin: 8px 0 0 0;
  margin-left: auto;
}
.cart_product_container--files .add-files input[type=file]::file-selector-button {
  visibility: hidden;
}
.cart_product_container--delete {
  position: absolute;
  top: 31px;
  right: 40px;
  cursor: pointer;
}
.cart_product_container--delete:hover p {
  color: #e84848;
}
.cart_product_container--delete p {
  position: relative;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #333333;
  margin: 0;
}
.cart_product_container--delete p::before {
  position: absolute;
  display: block;
  top: 5px;
  left: -18px;
  content: "";
  background: url("./../assets/icons/cart/delete.svg");
  width: 10px;
  height: 10px;
  background-size: contain;
  background-repeat: no-repeat;
}
.cart_product_container_info {
  background-color: #90d065;
  border-radius: 0 0 8px 8px;
  width: 100%;
}
.cart_product_container_info .info-text {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #333333;
  padding: 10px 0;
  text-align: center;
  margin: 0 auto;
  width: -moz-max-content;
  width: max-content;
}
.cart_product_container_info .info-text::before {
  position: absolute;
  display: block;
  top: 14px;
  left: -24px;
  content: "";
  background: url("./../assets/icons/cart/info-circle-fill.svg");
  width: 14px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 760px) {
  .cart_product_container {
    flex-direction: column;
    padding: 15px;
  }
  .cart_product_container--img {
    margin-right: 0;
    margin: 30px 0 0 30px;
  }
  .cart_product_container--text .title p {
    font-size: 19px;
    margin-bottom: 18px;
  }
  .cart_product_container--text .text-slot p {
    font-size: 12px;
  }
  .cart_product_container--text .text-slot p.price {
    margin-bottom: 0;
  }
  .cart_product_container--input {
    margin: 0;
  }
  .cart_product_container--input label {
    font-size: 14px;
    margin-top: 10px;
  }
  .cart_product_container--input input {
    font-size: 14px;
  }
  .cart_product_container--delete {
    top: 24px;
    right: 24px;
  }
  .cart_product_container--delete p {
    font-size: 16px;
    line-height: 20px;
  }
  .cart_product_container--files {
    margin-top: 24px;
  }
  .cart_product_container_info {
    background-color: #90d065;
    border-radius: 0 0 8px 8px;
    width: 100%;
  }
  .cart_product_container_info .info-text {
    font-size: 11px;
    white-space: wrap;
    width: 80%;
  }
  .cart_product_container_info .info-text::before {
    top: 14px;
    left: -14px;
    width: 10px;
    height: 10px;
  }
}
.thank_you_page_box {
  border-radius: 10px;
  border: 1px solid #d3d3d3;
  background-color: #f8f8f8;
  width: 90%;
  margin: 52px auto 180px;
}
.thank_you_page_box__top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #d3d3d3;
}
.thank_you_page_box__top .star-img {
  margin: 57px auto 28px;
  width: 57px;
  height: 54px;
  -o-object-fit: contain;
     object-fit: contain;
}
.thank_you_page_box__top .title {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #333333;
  margin: 0 0 21px 0;
  text-align: center;
}
.thank_you_page_box__top .desc {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #333333;
  margin: 0 0 44px 0;
  text-align: center;
}
.thank_you_page_box__top .desc span {
  font-weight: 700;
  color: #68b236;
}
.thank_you_page_box__bottom .back-button {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 10px;
  height: 47px;
  width: -moz-max-content;
  width: max-content;
  margin-top: 6px;
  margin-bottom: 40px;
  margin: 40px auto;
}
.thank_you_page_box__bottom .back-button a {
  font-family: "Poppins", sans-serif;
  border: 0;
  cursor: pointer;
  position: relative;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 47px;
  color: #90d065;
  background-color: #ffffff;
  border-radius: 10px;
  height: 47px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #90d065;
  text-decoration: none;
  padding: 0 33px;
  text-transform: uppercase;
}
.thank_you_page_box__bottom .back-button:hover a {
  color: #ffffff;
  background-color: #90d065;
  border: 1px solid #90d065;
}

@media (max-width: 760px) {
  .thank_you_page_box {
    margin: 24px auto 80px;
  }
  .thank_you_page_box__top .star-img {
    margin: 40px auto 28px;
  }
  .thank_you_page_box__top .title {
    font-size: 20px;
  }
  .thank_you_page_box__top .desc {
    font-size: 14px;
    line-height: 160%;
  }
  .thank_you_page_box__bottom .back-button a {
    font-size: 14px;
  }
}
.register_container {
  border-radius: 10px;
  box-sizing: border-box;
  border: 1px solid #68b236;
  padding: 28px 60px;
  margin-bottom: 160px;
}
.register_container__top {
  background-color: #90d065;
  border-radius: 8px 8px 0 0;
  width: calc(100% + 120px);
  margin: -28px -60px 0 -60px;
}
.register_container__top .info-text {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #333333;
  padding: 10px 0;
  text-align: center;
  margin: 0 auto;
  width: -moz-max-content;
  width: max-content;
}
.register_container__top .info-text::before {
  position: absolute;
  display: block;
  top: 14px;
  left: -24px;
  content: "";
  background: url("./../assets/icons/cart/info-circle-fill.svg");
  width: 14px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
}
.register_container__bottom {
  position: relative;
}
.register_container__bottom .title {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 28px 0 40px 0;
}
.register_container__bottom__middle {
  display: flex;
  flex-direction: row;
}
.register_container__bottom__middle .register-checkbox-slot {
  position: absolute;
  left: 0;
  bottom: 130px;
}
.register_container__bottom__middle .register-checkbox-slot .input-slot.checkbox-slot {
  display: flex;
  align-items: center;
}
.register_container__bottom__middle .register-checkbox-slot .input-slot.checkbox-slot label {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.register_container__bottom__middle .register-checkbox-slot .input-slot.checkbox-slot input[type=checkbox] {
  width: 24px;
  height: 24px;
  margin-right: 16px;
  cursor: pointer;
}
.register_container__bottom__middle .register-slot {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 33%;
  margin-right: 3%;
}
.register_container__bottom__middle .register-slot:nth-of-type(3) {
  margin-right: 0;
}
.register_container__bottom__middle .register-slot .input-slot {
  width: 100%;
}
.register_container__bottom__middle .register-slot .input-slot input {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #333333;
  height: 40px;
  width: 100%;
  box-sizing: border-box;
  padding-left: 12px;
  margin: 0 0 25px 0;
  border-radius: 10px;
  border: 1px solid #e2e2e2;
  background: #f8f8f8;
}
.register_container__bottom__middle .register-slot .input-slot input:focus, .register_container__bottom__middle .register-slot .input-slot input:hover {
  border: 1px solid #68b236;
  outline: 0;
}
.register_container__bottom__middle .register-slot .input-slot input::-moz-placeholder {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #333333;
}
.register_container__bottom__middle .register-slot .input-slot input::placeholder {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #333333;
}
.register_container__bottom .full-green--btn.register-btn-container {
  justify-content: flex-end;
  width: 100%;
}
.register_container__bottom .full-green--btn.register-btn-container button {
  padding: 0 33px;
  width: -moz-max-content;
  width: max-content;
}
.register_container__bottom .full-green--btn.register-btn-container:hover button {
  background-color: #68b236;
  border-color: #68b236;
  color: #ffffff;
}

@media (max-width: 1030px) {
  .register_container {
    padding: 28px 24px;
  }
  .register_container__top {
    width: calc(100% + 48px);
    margin: -28px -24px 0 -24px;
  }
  .register_container__top .info-text {
    font-size: 11px;
    white-space: wrap;
    width: 80%;
  }
  .register_container__top .info-text::before {
    top: 14px;
    left: -14px;
    width: 10px;
    height: 10px;
  }
  .register_container__bottom .title {
    margin: 28px 0 24px 0;
  }
  .register_container__bottom__middle {
    flex-direction: column;
  }
  .register_container__bottom__middle .register-checkbox-slot {
    bottom: 64px;
  }
  .register_container__bottom__middle .register-slot {
    width: 100%;
    margin-right: 0;
  }
  .register_container__bottom__middle .register-slot .input-slot {
    width: 100%;
  }
  .register_container__bottom__middle .register-slot .input-slot input {
    font-size: 14px;
    line-height: 160%;
  }
  .register_container__bottom__middle .register-slot .input-slot input::-moz-placeholder {
    font-size: 14px;
    line-height: 160%;
  }
  .register_container__bottom__middle .register-slot .input-slot input::placeholder {
    font-size: 14px;
    line-height: 160%;
  }
  .register_container__bottom__middle .register-checkbox-slot .input-slot label {
    font-size: 14px;
    line-height: 160%;
  }
  .register_container__bottom .full-green--btn.register-btn-container {
    margin: 64px auto 0;
  }
  .register_container__bottom .full-green--btn.register-btn-container button {
    font-size: 14px;
  }
}
.article_container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  .article_container {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.article_container h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  text-transform: uppercase;
  color: #333333;
  margin: 0 0 16px 0;
  width: 100%;
}
.article_container h2 span {
  color: #68b236;
  margin: 0;
}
.article_container h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  color: #68b236;
  margin: 24px 0 12px 0;
  width: 100%;
}
.article_container .article_txt_box {
  width: 100%;
}
.article_container .article_txt_box ul li,
.article_container .article_txt_box ol li {
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  color: #8c8b8d;
}
.article_container .article_txt_box p {
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  color: #8c8b8d;
  margin: 0 0 12px 0;
}
@media (max-width: 991px) {
  .article_container .article_txt_box .table-box {
    overflow-y: hidden;
    overflow-x: scroll;
  }
  .article_container .article_txt_box .table-box table tr,
  .article_container .article_txt_box .table-box table td,
  .article_container .article_txt_box .table-box table th {
    padding: 8px;
    font-size: 12px;
  }
}
.article_container .article_txt_box table {
  width: 100%;
  border-collapse: collapse;
}
.article_container .article_txt_box table tr,
.article_container .article_txt_box table th,
.article_container .article_txt_box table td {
  border-color: #8c8b8d;
  color: #8c8b8d;
  text-align: left;
  padding: 12px;
  border: 1px solid #8c8b8d;
}
.article_container .article_img_txt_box--img {
  display: flex;
  flex-direction: column;
  width: 49%;
  margin-right: 1%;
  margin-bottom: 24px;
}
.article_container .article_img_txt_box--img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}
.article_container .article_img_txt_box--text {
  display: flex;
  flex-direction: column;
  width: 49%;
  margin-left: 1%;
  margin-bottom: 24px;
}
.article_container .article_img_txt_box--text h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: #333333;
  text-transform: uppercase;
  margin: 0 0 16px 0;
}
.article_container .article_img_txt_box--text h2 span {
  color: #68b236;
  margin: 0;
}
.article_container .article_img_txt_box--text p {
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  color: #8c8b8d;
  margin: 0 0 12px 0;
}
.article_container .article_txt_img_box--img {
  display: flex;
  flex-direction: column;
  width: 49%;
  margin-left: 1%;
  margin-bottom: 24px;
}
.article_container .article_txt_img_box--img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.article_container .article_txt_img_box--text {
  display: flex;
  flex-direction: column;
  width: 49%;
  margin-right: 1%;
  margin-bottom: 24px;
}
.article_container .article_txt_img_box--text h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: #333333;
  text-transform: uppercase;
  margin: 0 0 16px 0;
}
.article_container .article_txt_img_box--text h2 span {
  color: #68b236;
  margin: 0;
}
.article_container .article_txt_img_box--text p {
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  color: #8c8b8d;
  margin: 0 0 12px 0;
}
.article_container .article_small_img_box--img {
  width: 24%;
  margin-right: 1%;
  margin-top: 24px;
  margin-bottom: 24px;
}
.article_container .article_small_img_box--img:last-of-type {
  margin-right: 0;
}
.article_container .article_small_img_box--img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.article_container .article_txt_img_img_box--text {
  width: 100%;
  margin-bottom: 24px;
}
.article_container .article_txt_img_img_box--text h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: #333333;
  text-transform: uppercase;
  margin: 0 0 16px 0;
}
.article_container .article_txt_img_img_box--text h2 span {
  color: #68b236;
  margin: 0;
}
.article_container .article_txt_img_img_box--text p {
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  color: #8c8b8d;
  margin: 0 0 12px 0;
}
.article_container .article_txt_img_img_box__images {
  display: flex;
  flex-direction: row;
  margin-bottom: 24px;
}
.article_container .article_txt_img_img_box__images--img {
  width: 48%;
  margin-right: 1%;
  margin-bottom: 16px;
}
.article_container .article_txt_img_img_box__images--img:last-of-type {
  margin-left: 1%;
}
.article_container .article_txt_img_img_box__images--img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

@media (max-width: 960px) {
  .article_container h2 {
    font-size: 20px;
    line-height: 28px;
  }
  .article_container .article_img_txt_box--img {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .article_container .article_img_txt_box--text {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .article_container .article_img_txt_box--text h2 {
    font-size: 20px;
    line-height: 38px;
  }
  .article_container .article_img_txt_box--text p {
    font-size: 14px;
    line-height: 160%;
  }
  .article_container .article_txt_img_box {
    margin-bottom: 24px;
  }
  .article_container .article_txt_img_box--img {
    order: 2;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .article_container .article_txt_img_box--text {
    order: 1;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .article_container .article_txt_img_box--text h2 {
    font-size: 20px;
    line-height: 38px;
  }
  .article_container .article_txt_img_box--text p {
    font-size: 14px;
    line-height: 160%;
  }
  .article_container .article_small_img_box--img {
    width: 48%;
    margin-right: 1%;
  }
  .article_container .article_small_img_box--img:nth-of-type(2n) {
    margin-right: 0;
    margin-left: 1%;
  }
  .article_container .article_small_img_box--img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
  .article_container .article_txt_img_img_box {
    margin-bottom: 24px;
  }
  .article_container .article_txt_img_img_box--text h2 {
    font-size: 20px;
    line-height: 38px;
  }
  .article_container .article_txt_img_img_box--text p {
    font-size: 14px;
    line-height: 160%;
  }
}
@media (max-width: 760px) {
  .article_container .article_small_img_box--img {
    width: 100%;
    margin-right: 0;
    margin: 4px 0;
  }
  .article_container .article_small_img_box--img:nth-of-type(2n) {
    margin-right: 0;
    margin-left: 0;
  }
  .article_container .article_small_img_box--img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}
.clients_panel_addresses_content {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.clients_panel_addresses_content__left {
  display: flex;
}
.clients_panel_addresses_content__right {
  margin-top: 57px;
  width: 100%;
}
.clients_panel_addresses_content__right h1.title {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #333333;
  margin: 30px 0 30px 0;
}

@media (max-width: 960px) {
  .clients_panel_addresses_content {
    flex-direction: column;
    margin-bottom: 120px;
  }
  .clients_panel_addresses_content__right {
    margin-top: 0;
  }
  .clients_panel_addresses_content__right h1.title {
    margin: 15px 0 30px 0;
  }
}
.clients_panel_aside {
  display: flex;
  flex-direction: column;
  width: 295px;
  height: auto;
  margin-right: 30px;
  padding: 0 42px;
  box-sizing: border-box;
  margin-bottom: 444px;
  border-right: 1px solid #68b236;
  margin-top: 80px;
  margin-right: 85px !important;
}
.clients_panel_aside--title {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 168.5%;
  color: #333333;
  margin: 0 0 24px -40px;
}
.clients_panel_aside--title span {
  font-size: 18px;
  font-weight: 600;
}
.clients_panel_aside--slot {
  display: block;
  height: 40px;
  box-sizing: border-box;
  margin-left: -42px;
  padding-left: 42px;
  margin-right: -42px;
  text-decoration: none;
}
.clients_panel_aside--slot:hover {
  text-decoration: none;
}
.clients_panel_aside--slot.active p, .clients_panel_aside--slot:hover p {
  color: #68b236;
  text-decoration: none;
}
.clients_panel_aside--slot p {
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 168.5%;
  color: #333333;
  margin: 0;
  padding-left: 40px;
  margin-left: -40px;
}
.clients_panel_aside--slot.data {
  position: relative;
}
.clients_panel_aside--slot.data::before {
  position: absolute;
  display: block;
  top: 4px;
  left: 4px;
  content: "";
  background: url("./../assets/icons/clients_panel/data.svg");
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
}
.clients_panel_aside--slot.data:hover::before, .clients_panel_aside--slot.data.active::before {
  background: url("./../assets/icons/clients_panel/data-green.svg");
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
}
.clients_panel_aside--slot.orders {
  position: relative;
}
.clients_panel_aside--slot.orders::before {
  position: absolute;
  display: block;
  top: 4px;
  left: 4px;
  content: "";
  background: url("./../assets/icons/clients_panel/orders.svg");
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
}
.clients_panel_aside--slot.orders:hover::before, .clients_panel_aside--slot.orders.active::before {
  background: url("./../assets/icons/clients_panel/orders-green.svg");
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
}
.clients_panel_aside--slot.addresses {
  position: relative;
}
.clients_panel_aside--slot.addresses::before {
  position: absolute;
  display: block;
  top: 4px;
  left: 4px;
  content: "";
  background: url("./../assets/icons/clients_panel/addresses.svg");
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
}
.clients_panel_aside--slot.addresses:hover::before, .clients_panel_aside--slot.addresses.active::before {
  background: url("./../assets/icons/clients_panel/addresses-green.svg");
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
}
.clients_panel_aside--slot.fv {
  position: relative;
}
.clients_panel_aside--slot.fv::before {
  position: absolute;
  display: block;
  top: 4px;
  left: 4px;
  content: "";
  background: url("./../assets/icons/clients_panel/fv.svg");
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
}
.clients_panel_aside--slot.fv:hover::before, .clients_panel_aside--slot.fv.active::before {
  background: url("./../assets/icons/clients_panel/fv-green.svg");
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 760px) {
  .clients_panel_aside {
    width: 100%;
    height: auto;
    margin: 24px 0 !important;
  }
  .clients_panel_aside--slot p {
    font-size: 16px;
    margin-top: 2px;
  }
}
.clients_panel_fv_content {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.clients_panel_fv_content__left {
  display: flex;
}
.clients_panel_fv_content__right {
  margin-top: 57px;
  width: 100%;
}
.clients_panel_fv_content__right h1.title {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #333333;
  margin: 30px 0 30px 0;
}

@media (max-width: 960px) {
  .clients_panel_fv_content {
    flex-direction: column;
    margin-bottom: 120px;
  }
  .clients_panel_fv_content__right {
    margin-top: 0;
  }
  .clients_panel_fv_content__right h1.title {
    margin: 15px 0 30px 0;
  }
}
.clients_panel_my_data_content {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.clients_panel_my_data_content__left {
  display: flex;
}
.clients_panel_my_data_content__right {
  margin-top: 57px;
  width: 100%;
}
.clients_panel_my_data_content__right h1.title {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #333333;
  margin: 30px 0 30px 0;
}

@media (max-width: 960px) {
  .clients_panel_my_data_content {
    flex-direction: column;
    margin-bottom: 120px;
  }
  .clients_panel_my_data_content__right {
    margin-top: 0;
  }
  .clients_panel_my_data_content__right h1.title {
    margin: 15px 0 30px 0;
  }
}
.clients_panel_orders_content {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.clients_panel_orders_content__left {
  display: flex;
}
.clients_panel_orders_content__right {
  margin-top: 57px;
  width: 100%;
}
.clients_panel_orders_content__right h1.title {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #333333;
  margin: 30px 0 30px 0;
}
.clients_panel_orders_content__right .panel_orders_box {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  width: 100%;
}
.clients_panel_orders_content__right .panel_orders_box__slot {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 36px;
  box-sizing: border-box;
  border: 1px solid #68b236;
  margin-bottom: 35px;
  border-radius: 10px;
  height: auto;
  width: 100%;
}
.clients_panel_orders_content__right .panel_orders_box__slot.send .panel_orders_box_slot__bottom {
  background-color: #90d065;
}
.clients_panel_orders_content__right .panel_orders_box__slot.send .panel_orders_box_slot__bottom .info::before {
  position: absolute;
  display: block;
  top: 4px;
  left: -32px;
  content: "";
  background: url("./../assets/icons/clients_panel/car.svg");
  width: 27px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
}
.clients_panel_orders_content__right .panel_orders_box__slot.accepted .panel_orders_box_slot__bottom {
  background-color: #e99b53;
}
.clients_panel_orders_content__right .panel_orders_box__slot.accepted .panel_orders_box_slot__bottom .info::before {
  position: absolute;
  display: block;
  top: 4px;
  left: -24px;
  content: "";
  background: url("./../assets/icons/clients_panel/box.svg");
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
}
.clients_panel_orders_content__right .panel_orders_box__slot__top {
  position: relative;
  display: flex;
  flex-direction: row;
  margin: 36px -36px;
  padding: 0 36px;
  width: 100%;
}
.clients_panel_orders_content__right .panel_orders_box__slot__top:first-of-type {
  margin-top: 0;
}
.clients_panel_orders_content__right .panel_orders_box__slot__top:last-of-type {
  margin-bottom: 0;
}
.clients_panel_orders_content__right .panel_orders_box__slot__top:nth-of-type(n+2) {
  border-top: 1px solid #68b236;
  margin-top: 18px;
  padding-top: 48px;
}
.clients_panel_orders_content__right .panel_orders_box__slot__top .slot-img {
  display: flex;
  flex-direction: column;
  width: 115px;
  height: 115px;
  margin-right: 24px;
}
.clients_panel_orders_content__right .panel_orders_box__slot__top .slot-img img {
  width: auto;
  height: 115px;
  -o-object-fit: contain;
     object-fit: contain;
}
.clients_panel_orders_content__right .panel_orders_box__slot__top .slot-text {
  display: flex;
  flex-direction: column;
  margin-right: 40px;
}
.clients_panel_orders_content__right .panel_orders_box__slot__top .slot-text .title {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #333333;
  margin: 0 0 25px 0;
  text-decoration: none;
}
.clients_panel_orders_content__right .panel_orders_box__slot__top .slot-text .desc {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #a4a4a4;
  margin: 0 0 4px 0;
  white-space: pre;
}
.clients_panel_orders_content__right .panel_orders_box__slot__top .slot-text.second {
  margin: 52px 40px 0 0;
}
.clients_panel_orders_content__right .panel_orders_box__slot__top .slot-text .price {
  position: absolute;
  bottom: -64px;
  right: 24px;
  text-align: center;
}
.clients_panel_orders_content__right .panel_orders_box__slot__top .slot-text .price .big {
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-left: 4px;
}
.clients_panel_orders_content__right .panel_orders_box__slot__top .slot-text .price .large {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-left: 4px;
}
.clients_panel_orders_content__right .panel_orders_box__slot__top .slot-text .price .green {
  color: #68b236;
}
.clients_panel_orders_content__right .panel_orders_box__slot__top .slot-text .details {
  position: absolute;
  top: 8px;
  right: 24px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  color: #333333;
}
.clients_panel_orders_content__right .panel_orders_box__slot__top .slot-text .details:hover {
  color: #68b236;
}
.clients_panel_orders_content__right .panel_orders_box__slot .panel_orders_box_slot__bottom {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 47px;
  width: calc(100% + 72px);
  margin: 35px -36px -36px -36px;
  border-radius: 0 0 8px 8px;
}
.clients_panel_orders_content__right .panel_orders_box__slot .panel_orders_box_slot__bottom .info {
  position: relative;
  margin: 0 34px 0 0;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  color: #ffffff;
}

@media (max-width: 1180px) {
  .clients_panel_orders_content {
    flex-direction: column;
  }
  .clients_panel_orders_content__right {
    margin-top: 0;
  }
  .clients_panel_orders_content__right h1.title {
    margin: 0 0 24px 0;
  }
}
@media (max-width: 960px) {
  .clients_panel_orders_content__right {
    margin-top: 16px;
  }
  .clients_panel_orders_content__right h1.title {
    margin: 0;
  }
  .clients_panel_orders_content__right .panel_orders_box__slot__top {
    margin-bottom: 0;
    flex-direction: column;
  }
  .clients_panel_orders_content__right .panel_orders_box__slot__top .slot-img {
    margin-bottom: 24px;
  }
  .clients_panel_orders_content__right .panel_orders_box__slot__top .slot-text {
    margin-right: 0;
  }
  .clients_panel_orders_content__right .panel_orders_box__slot__top .slot-text.second {
    margin: 16px 0 24px 0;
  }
  .clients_panel_orders_content__right .panel_orders_box__slot__top .slot-text .price {
    bottom: -16px;
    margin: 0;
  }
  .clients_panel_orders_content__right .panel_orders_box__slot__top .slot-text .price .big {
    font-size: 28px;
  }
  .clients_panel_orders_content__right .panel_orders_box__slot__top .slot-text .price .large {
    font-size: 18px;
  }
  .clients_panel_orders_content__right .panel_orders_box__slot__top .slot-text .desc {
    white-space: unset;
  }
  .clients_panel_orders_content__right .panel_orders_box__slot .panel_orders_box_slot__bottom .info {
    font-size: 14px;
    line-height: 160%;
  }
}
.clients_panel_orders_details_content {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.clients_panel_orders_details_content__left {
  display: flex;
}
.clients_panel_orders_details_content__right {
  margin-top: 57px;
  width: 100%;
}
.clients_panel_orders_details_content__right h1.title {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #333333;
  margin: 30px 0 30px 0;
}
.clients_panel_orders_details_content__right .orders_details_box {
  display: flex;
  flex-direction: row;
  margin-top: 40px;
  width: 100%;
}
.clients_panel_orders_details_content__right .orders_details_box__slot {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 36px;
  box-sizing: border-box;
  border: 1px solid #68b236;
  margin-bottom: 35px;
  border-radius: 10px;
  height: auto;
  width: 100%;
}
.clients_panel_orders_details_content__right .orders_details_box__slot.send .orders_details_box__slot__bottom {
  background-color: #90d065;
}
.clients_panel_orders_details_content__right .orders_details_box__slot.send .orders_details_box__slot__bottom .info::before {
  position: absolute;
  display: block;
  top: 4px;
  left: -32px;
  content: "";
  background: url("./../assets/icons/clients_panel/car.svg");
  width: 27px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
}
.clients_panel_orders_details_content__right .orders_details_box__slot.accepted .orders_details_box__slot__bottom {
  background-color: #e99b53;
}
.clients_panel_orders_details_content__right .orders_details_box__slot.accepted .orders_details_box__slot__bottom .info::before {
  position: absolute;
  display: block;
  top: 4px;
  left: -24px;
  content: "";
  background: url("./../assets/icons/clients_panel/box.svg");
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
}
.clients_panel_orders_details_content__right .orders_details_box__slot__top {
  width: 100%;
}
.clients_panel_orders_details_content__right .orders_details_box__slot__top .slot-text {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #68b236;
  margin-left: -36px;
  margin-right: -36px;
  padding: 0 0 32px 36px;
}
.clients_panel_orders_details_content__right .orders_details_box__slot__top .slot-text p {
  display: inline-flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #8a8a8a;
  margin: 0;
}
.clients_panel_orders_details_content__right .orders_details_box__slot__top .slot-text p:nth-of-type(2) {
  margin-left: 60px;
}
.clients_panel_orders_details_content__right .orders_details_box__slot__top .slot-text p strong {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #333333;
  margin-right: 4px;
  white-space: pre;
}
.clients_panel_orders_details_content__right .orders_details_box__slot__top .slot-text p strong.green {
  color: #68b236;
  font-weight: 700;
}
.clients_panel_orders_details_content__right .orders_details_box__slot__middle {
  position: relative;
  display: flex;
  flex-direction: row;
  padding: 35px 0 35px 50px;
  width: calc(100% + 24px);
  margin: 0 -12px 0 -12px;
  border-bottom: 1px solid #68b236;
}
.clients_panel_orders_details_content__right .orders_details_box__slot__middle .slot-img {
  display: flex;
  flex-direction: column;
  width: 115px;
  height: 115px;
  margin-right: 24px;
}
.clients_panel_orders_details_content__right .orders_details_box__slot__middle .slot-img img {
  width: auto;
  height: 115px;
  -o-object-fit: contain;
     object-fit: contain;
}
.clients_panel_orders_details_content__right .orders_details_box__slot__middle .slot-text {
  display: flex;
  flex-direction: column;
  margin-right: 40px;
}
.clients_panel_orders_details_content__right .orders_details_box__slot__middle .slot-text .title {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #333333;
  margin: 0 0 25px 0;
  text-decoration: none;
}
.clients_panel_orders_details_content__right .orders_details_box__slot__middle .slot-text .desc {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #a4a4a4;
  margin: 0 0 4px 0;
  white-space: pre;
}
.clients_panel_orders_details_content__right .orders_details_box__slot__middle .slot-text.second {
  margin: 52px 40px 0 0;
}
.clients_panel_orders_details_content__right .orders_details_box__slot__middle .slot-text .price {
  position: absolute;
  bottom: 16px;
  right: 20px;
  text-align: center;
  margin: 0 0 45px 0;
}
.clients_panel_orders_details_content__right .orders_details_box__slot__middle .slot-text .price .big {
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-left: 4px;
}
.clients_panel_orders_details_content__right .orders_details_box__slot__middle .slot-text .price .large {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-left: 4px;
}
.clients_panel_orders_details_content__right .orders_details_box__slot__middle .slot-text .price .green {
  color: #68b236;
}
.clients_panel_orders_details_content__right .orders_details_box__slot__middle .slot-text .details {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  color: #333333;
}
.clients_panel_orders_details_content__right .orders_details_box__slot__middle .slot-text .details:hover {
  color: #68b236;
}
.clients_panel_orders_details_content__right .orders_details_box__slot__middle--delivery {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 35px 35px 0 50px;
}
.clients_panel_orders_details_content__right .orders_details_box__slot__middle--delivery .slot-text {
  display: flex;
  flex-direction: column;
  width: 30%;
}
.clients_panel_orders_details_content__right .orders_details_box__slot__middle--delivery .slot-text .title {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #333333;
  margin: 0 0 13px 0;
}
.clients_panel_orders_details_content__right .orders_details_box__slot__middle--delivery .slot-text .desc {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #333333;
  margin: 0 0 4px 0;
}
.clients_panel_orders_details_content__right .orders_details_box__slot .orders_details_box__slot__bottom {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 47px;
  width: calc(100% + 72px);
  margin: 35px -36px -36px -36px;
  border-radius: 0 0 8px 8px;
}
.clients_panel_orders_details_content__right .orders_details_box__slot .orders_details_box__slot__bottom .info {
  position: relative;
  margin: 0 34px 0 0;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  color: #ffffff;
}

@media (max-width: 1180px) {
  .clients_panel_orders_details_content {
    flex-direction: column;
  }
  .clients_panel_orders_details_content__right {
    margin-top: 0;
  }
  .clients_panel_orders_details_content__right h1.title {
    margin: 0;
  }
}
@media (max-width: 960px) {
  .clients_panel_orders_details_content__right .orders_details_box__slot {
    padding: 15px;
  }
  .clients_panel_orders_details_content__right .orders_details_box__slot__top .slot-text {
    padding: 0 0 15px 15px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .clients_panel_orders_details_content__right .orders_details_box__slot__top .slot-text p {
    font-size: 14px;
    line-height: 160%;
    margin-left: 15px;
  }
  .clients_panel_orders_details_content__right .orders_details_box__slot__top .slot-text p:nth-of-type(2) {
    margin-left: 15px;
  }
  .clients_panel_orders_details_content__right .orders_details_box__slot__top .slot-text p strong {
    font-size: 14px;
    line-height: 160%;
  }
  .clients_panel_orders_details_content__right .orders_details_box__slot__middle {
    position: relative;
    display: flex;
    flex-direction: row;
    padding: 15px;
    width: 100%;
    margin: 0 -15px;
  }
  .clients_panel_orders_details_content__right .orders_details_box__slot__middle .slot-text .price {
    text-align: center;
    margin: 0;
  }
  .clients_panel_orders_details_content__right .orders_details_box__slot__middle .slot-text .price .big {
    font-size: 28px;
  }
  .clients_panel_orders_details_content__right .orders_details_box__slot__middle .slot-text .price .large {
    font-size: 18px;
  }
  .clients_panel_orders_details_content__right .orders_details_box__slot__middle .slot-text .details {
    position: absolute;
    top: 16px;
    right: 20px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    color: #333333;
  }
  .clients_panel_orders_details_content__right .orders_details_box__slot__middle .slot-text .details:hover {
    color: #68b236;
  }
  .clients_panel_orders_details_content__right .orders_details_box__slot__middle--delivery .slot-text {
    width: 50%;
  }
  .clients_panel_orders_details_content__right .orders_details_box__slot__middle--delivery .slot-text .desc {
    font-size: 14px;
    line-height: 140%;
  }
  .clients_panel_orders_details_content__right .orders_details_box__slot .orders_details_box__slot__bottom {
    width: calc(100% + 30px);
    margin: 35px -15px -15px -15px;
    height: 40px;
  }
  .clients_panel_orders_details_content__right .orders_details_box__slot .orders_details_box__slot__bottom .info {
    font-size: 14px;
    line-height: 160%;
  }
}
@media (max-width: 600px) {
  .clients_panel_orders_details_content__right .orders_details_box__slot__top .slot-text {
    display: flex;
    flex-direction: column;
  }
  .clients_panel_orders_details_content__right .orders_details_box__slot__middle {
    padding-bottom: 72px;
  }
  .clients_panel_orders_details_content__right .orders_details_box__slot__middle--delivery {
    flex-direction: column;
  }
  .clients_panel_orders_details_content__right .orders_details_box__slot__middle--delivery .slot-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.clients_panel_row {
  display: flex;
  flex-direction: row;
}
.clients_panel_row .input-slot {
  display: flex;
  flex-direction: column;
  width: 40%;
  margin-right: 3%;
}
.clients_panel_row .input-slot label {
  display: block;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #333333;
  margin: 0 0 10px 0;
}
.clients_panel_row .input-slot input {
  font-family: "Poppins", sans-serif;
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #e2e2e2;
  background: #f8f8f8;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #333333;
  padding: 0 20px;
  margin: 0 0 16px 0;
}
.clients_panel_row .input-slot input::-moz-placeholder {
  color: #333333;
}
.clients_panel_row .input-slot input::placeholder {
  color: #333333;
}
.clients_panel_row .input-slot input:hover, .clients_panel_row .input-slot input:focus {
  border: 1px solid #68b236;
  outline: 0;
}
.clients_panel_row .input-slot .full-green--btn {
  margin-top: 35px;
  margin-bottom: 80px;
}
.clients_panel_row .input-slot .full-green--btn button {
  padding: 10px 33px;
  height: 47px;
}

@media (max-width: 760px) {
  .clients_panel_row {
    flex-direction: column;
  }
  .clients_panel_row .input-slot {
    width: 100%;
    margin-right: 0;
  }
  .clients_panel_row .input-slot.pass-btn {
    order: 1;
  }
  .clients_panel_row .input-slot.confirm-new-pass {
    order: 0;
  }
  .clients_panel_row .input-slot label {
    font-size: 14px;
    line-height: 160%;
  }
  .clients_panel_row .input-slot input {
    font-size: 14px;
    line-height: 160%;
  }
  .clients_panel_row .input-slot .full-green--btn {
    margin-top: 15px;
  }
  .clients_panel_row .input-slot .full-green--btn button {
    font-size: 14px;
  }
}/*# sourceMappingURL=main.css.map */