@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  border-radius: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: white;
}

/* Handle */
::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: rgba(98, 110, 82, 0.4392156863);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #788865;
}

* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  text-decoration: none;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: "Jost", sans-serif;
}

a {
  text-decoration: none;
}

@media (max-width: 992px) {
  html {
    font-size: 14px;
  }
}
.d-none {
  display: none;
}

.btn-white {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border-radius: 45px;
  font-size: 18px;
  font-weight: 400;
  color: white;
  padding: 31px 73px;
  border: 1px solid white;
  cursor: pointer;
  gap: 10px;
  transition: all 0.3s ease;
}
.btn-white:active {
  background-color: rgba(133, 140, 104, 0.2509803922) !important;
}
.btn-white i {
  transition: all 0.3s ease;
}
.btn-white:hover {
  background-color: white;
  color: #8b957c;
  transition: all 0.3s ease;
}
.btn-white:hover i {
  transform: translateX(5px);
}

.container {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1432px) {
  .container {
    padding: 0 16px;
  }
}
.container.home {
  max-width: 1860px;
  padding: 0 16px;
}
.container.max {
  max-width: 1820px;
}
@media (max-width: 1820px) {
  .container.max {
    padding: 0 16px;
  }
}

.btn-white-outline {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #eee;
  border-radius: 45px;
  font-size: 18px;
  font-weight: 400;
  color: #858c68;
  padding: 31px 73px;
  cursor: pointer;
}
.btn-white-outline:hover {
  background-color: white;
  transition: all 0.3s ease;
}

.btn-green {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #858c68;
  border-radius: 45px;
  font-size: 18px;
  font-weight: 400;
  color: white;
  padding: 31px 73px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid #858c68;
}
@media (max-width: 768px) {
  .btn-green {
    padding: 18px;
  }
}
.btn-green:hover {
  background: #a3aa87;
  transition: all 0.5s ease;
}
.btn-green:active {
  background: transparent;
  border: 1px solid #858c68;
  color: #858c68;
  transition: all 0.1s ease;
}
.btn-green:disabled {
  background: rgba(133, 140, 104, 0.4196078431);
  border: none;
  color: white;
  cursor: not-allowed;
}

.btn-green-outline {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border: 1px solid #858c68;
  border-radius: 45px;
  font-size: 18px;
  font-weight: 400;
  color: #4b4b4b;
  padding: 31px 73px;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #8b957c;
}
.btn-green-outline:hover {
  color: white;
  background: #858c68;
  border: 1px solid rgba(0, 0, 0, 0);
}

.input-name,
.input-phone,
.input-comment {
  margin-bottom: 20px;
  display: block;
  background-color: transparent;
  border: 1px solid white;
  border-radius: 45px;
  padding: 16px 0;
  padding-left: 32px;
  padding-right: 250px;
}
.input-name::placeholder,
.input-phone::placeholder,
.input-comment::placeholder {
  color: white;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
}

.btn-input {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: block;
  background-color: transparent;
  color: white;
  border: 1px solid white;
  border-radius: 45px;
  padding: 16px 0;
  padding-left: 32px;
  padding-right: 212px;
}
.btn-input input {
  background-color: transparent;
}
.btn-input:hover {
  transition: all 0.3s ease;
}

.header {
  background-color: #8b957c;
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 1000;
}
.header.header-banner{
  position: relative;
  z-index: 999;
}
.header-logo-mobile {
  display: none;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
@media (max-width: 1400px) {
  .header-logo-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    border-bottom: none;
  }
}
@media (max-width: 1400px) and (max-width: 990px) {
  .header-logo-mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
  }
}
@media (max-width: 450px) {
  .header-img {
    width: 200px;
  }
}
@media (max-width: 350px) {
  .header-img {
    width: 170px;
  }
}
.header-mobile-menu {
  font-size: 18px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1400px) {
  .header-mobile-menu {
    display: none;
  }
}
@media (max-width: 990px) {
  .header-mobile-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
}
.header.header-banner .bg-header {
  padding-top: 83px;
}
.header .bg-header {
  background: #8c977c;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: relative;
  padding-bottom: 300px;
}
.header .bg-header.dont-header {
  padding-bottom: 0;
}
.header .bg-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg-header.png) repeat center center;
  opacity: 0.07;
}
.header .bg-header .header-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  padding: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  position: relative;
  height: 88px;
}
@media (max-width: 990px) {
  .header .bg-header .header-menu {
    padding: 0;
    display: none;
  }
}
.header .bg-header .header-menu ul {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 50px;
}
@media (max-width: 1600px) {
  .header .bg-header .header-menu ul {
    gap: 30px;
  }
}
@media (max-width: 1400px) {
  .header .bg-header .header-menu ul {
    gap: 90px;
  }
}
@media (max-width: 1300px) {
  .header .bg-header .header-menu ul {
    gap: 40px;
  }
}
@media (max-width: 1250px) {
  .header .bg-header .header-menu ul {
    gap: 50px;
  }
}
@media (max-width: 1150px) {
  .header .bg-header .header-menu ul {
    gap: 40px;
  }
}
@media (max-width: 1070px) {
  .header .bg-header .header-menu ul {
    gap: 30px;
  }
}
@media (max-width: 990px) {
  .header .bg-header .header-menu ul {
    display: none;
  }
}
.header .bg-header .header-menu li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  color: white;
  cursor: pointer;
}
.header .bg-header .header-menu li.active a {
  color: #858c68;
}
.header .bg-header .header-menu li.active i {
  transform: rotate(180deg);
}
.header .bg-header .header-menu li i {
  font-size: 12px;
  transition: all 0.3s ease;
}
.header .bg-header .header-menu li span,
.header .bg-header .header-menu li a {
  color: white;
  font-size: 18px;
  white-space: nowrap;
}
.header .bg-header .header-menu .header-logo {
  width: 275px;
}
@media (max-width: 1400px) {
  .header .bg-header .header-menu .header-logo {
    display: none;
  }
}
.header .bg-header .header-menu .header-menu-contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1400px) {
  .header .bg-header .header-menu .header-menu-contact {
    gap: 60px;
  }
}
@media (max-width: 1300px) {
  .header .bg-header .header-menu .header-menu-contact {
    gap: 60px;
  }
}
@media (max-width: 1200px) {
  .header .bg-header .header-menu .header-menu-contact {
    gap: 50px;
  }
}
@media (max-width: 1150px) {
  .header .bg-header .header-menu .header-menu-contact {
    gap: 30px;
  }
}
@media (max-width: 1070px) {
  .header .bg-header .header-menu .header-menu-contact {
    gap: 20px;
  }
}
@media (max-width: 990px) {
  .header .bg-header .header-menu .header-menu-contact {
    display: none;
    padding: 0;
  }
}
.header .bg-header .header-menu .header-menu-contact .search-midea {
  display: none;
  cursor: pointer;
}
@media (max-width: 1500px) {
  .header .bg-header .header-menu .header-menu-contact .search-midea {
    display: block;
  }
}
.header .bg-header .header-menu .header-menu-contact .search-wrapper {
  position: relative;
}
@media (max-width: 1500px) {
  .header .bg-header .header-menu .header-menu-contact .search-wrapper {
    display: none;
  }
}
.header .bg-header .header-menu .header-menu-contact .search-wrapper label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  border: 1px solid white;
  border-radius: 27px;
  padding: 8px;
  position: relative;
  z-index: 10;
  backdrop-filter: blur(2px);
  transition: all 0.3s ease;
}
.header .bg-header .header-menu .header-menu-contact .search-wrapper label svg path {
  transition: all 0.3s ease;
}
.header .bg-header .header-menu .header-menu-contact .search-wrapper label.active {
  background-color: white;
  border-color: rgba(139, 151, 124, 0.3);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 27px 27px 0 0;
  border: 1px solid transparent;
}
.header .bg-header .header-menu .header-menu-contact .search-wrapper label.active svg path {
  stroke: #4b4b4b;
}
.header .bg-header .header-menu .header-menu-contact .search-wrapper label input {
  background-color: transparent;
  color: #4b4b4b;
  border: none;
  outline: none;
  flex: 1;
  font-size: 16px;
  font-weight: 400;
  color: white;
}
.header .bg-header .header-menu .header-menu-contact .search-wrapper label input::placeholder {
  color: #b1b1b1;
}
.header .bg-header .header-menu .header-menu-contact .search-wrapper .search-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: white;
  border-radius: 0 0 27px 27px;
  margin-top: 0;
  display: none;
  z-index: 1000;
  overflow: hidden;
  border: 1px solid rgba(139, 151, 124, 0.2);
  border-top: none;
  padding-bottom: 12px;
}
.header .bg-header .header-menu .header-menu-contact .search-wrapper .search-dropdown.active {
  display: block;
}
.header .bg-header .header-menu .header-menu-contact .search-wrapper .search-dropdown .search-suggestions {
  list-style: none;
  padding: 0;
  margin: 0;
  flex-direction: column;
  gap: 0;
}
.header .bg-header .header-menu .header-menu-contact .search-wrapper .search-dropdown .search-suggestions li {
  width: 100%;
  padding: 2px 12px;
  color: #4b4b4b;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.header .bg-header .header-menu .header-menu-contact .search-wrapper .search-dropdown .search-suggestions li:hover {
  background-color: rgba(139, 151, 124, 0.1);
}
.header .bg-header .header-menu .header-menu-contact .search-wrapper .search-dropdown .search-suggestions li:first-child {
  border-top: 1px solid rgba(139, 151, 124, 0.1);
}
.header .bg-header .header-menu p {
  color: white;
  font-size: 18px;
  cursor: pointer;
}
@media (max-width: 1500px) {
  .header .bg-header .header-menu p {
    font-size: 15px;
  }
}
@media (max-width: 1400px) {
  .header .bg-header .header-menu p {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  .header .bg-header .header-menu p {
    display: none;
  }
}
.header .bg-header .header-menu .header-menu-icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1400px) {
  .header .bg-header .header-menu .header-menu-icons {
    gap: 30px;
  }
}
@media (max-width: 1300px) {
  .header .bg-header .header-menu .header-menu-icons {
    gap: 40px;
  }
}
@media (max-width: 1200px) {
  .header .bg-header .header-menu .header-menu-icons {
    gap: 30px;
  }
}
@media (max-width: 1070px) {
  .header .bg-header .header-menu .header-menu-icons {
    gap: 20px;
  }
}
@media (max-width: 990px) {
  .header .bg-header .header-menu .header-menu-icons {
    display: none;
  }
}
.header .bg-header .header-menu .header-menu-icons .header-menu-icons-basket {
  display: flex;
  justify-content: start;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.header .bg-header .header-menu .header-menu-icons .header-menu-icons-basket .header-menu-icons-basket-count {
  background-color: red;
  border-radius: 50%;
  padding: 5px;
  width: 16px;
  height: 16px;
  font-weight: 600;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -10px;
  right: -6px;
  outline: 2px solid #899179;
}
.header .bg-header .header-menu .header-menu-icons .header-menu-icons-basket .header-menu-icons-basket-count p {
  font-size: 12px;
}
@media (max-width: 990px) {
  .header .bg-header .header-menu .header-menu-icons .header-menu-icons-basket .header-menu-icons-basket-count {
    display: none;
  }
}
.header .bg-header .header-content {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-top: 83px;
  position: relative;
  gap: 80px;
}
@media (max-width: 990px) {
  .header .bg-header .header-content {
    flex-direction: column;
    align-items: start;
    justify-content: start;
    padding-bottom: 80px;
    padding: 0 20px;
    width: 100%;
    gap: 20px;
    margin-top: 32px;
    order: 1;
    width: 100%;
  }
}
@media (max-width: 990px) {
  .header .bg-header .header-content-images {
    order: 1;
    width: 100%;
  }
}
@media (max-width: 990px) {
  .header .bg-header .header-content .header-content-des {
    width: 100%;
    order: 2;
  }
}
.header .bg-header .header-content .header-content-des-title {
  color: white;
  font-size: 84px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 117.84%;
  letter-spacing: 0.84px;
}
@media (max-width: 1650px) {
  .header .bg-header .header-content .header-content-des-title {
    font-size: 60px;
  }
}
@media (max-width: 1400px) {
  .header .bg-header .header-content .header-content-des-title {
    font-size: 50px;
  }
}
@media (max-width: 1300px) {
  .header .bg-header .header-content .header-content-des-title {
    font-size: 40px;
  }
}
@media (max-width: 990px) {
  .header .bg-header .header-content .header-content-des-title {
    font-size: 60px;
  }
}
@media (max-width: 700px) {
  .header .bg-header .header-content .header-content-des-title {
    font-size: 32px;
  }
}
.header .bg-header .header-content .header-content-des p {
  color: white;
  font-size: 20px;
  font-weight: 400;
  padding-top: 25px;
  padding-bottom: 57px;
}
@media (max-width: 1100px) {
  .header .bg-header .header-content .header-content-des p {
    padding-top: 15px;
    padding-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .header .bg-header .header-content .header-content-des p {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.18px;
  }
}
.header .bg-header .header-content .header-content-images-box {
  position: relative;
  width: 700px;
  height: 600px;
  z-index: 1;
}
@media (max-width: 1650px) {
  .header .bg-header .header-content .header-content-images-box {
    width: 600px;
    height: 500px;
  }
}
@media (max-width: 1400px) {
  .header .bg-header .header-content .header-content-images-box {
    width: 450px;
    height: 350px;
  }
}
@media (max-width: 990px) {
  .header .bg-header .header-content .header-content-images-box {
    width: 320px;
    height: 400px;
  }
}
@media (max-width: 990px) {
  .header .bg-header .header-content .header-content-images-box {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .header .bg-header .header-content .header-content-images-box {
    height: 248px;
  }
}
.header .bg-header .header-content .header-content-images-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: opacity 0.3s ease;
  opacity: 1;
}
.header .bg-header .header-content .header-content-images video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.header .bg-header .header-content .header-content-images video.playing {
  opacity: 1;
  z-index: 2;
}
.header .bg-header .header-content .header-content-images-controls {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  pointer-events: none;
}
.header .bg-header .header-content .header-content-images-box .header-video-play-pause {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(132, 143, 117, 0.7);
  backdrop-filter: blur(16.5px);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: none;
  transition: all 0.3s ease;
  color: white;
  font-size: 24px;
  pointer-events: auto;
  z-index: 4;
}
@media (max-width: 600px) {
  .header .bg-header .header-content .header-content-images-box .header-video-play-pause {
    width: 60px;
    height: 60px;
    font-size: 20px;
  }
}
.header .bg-header .header-content .header-content-images-box .header-video-play-pause:hover {
  background: rgba(132, 143, 117, 0.9);
  transform: translate(-50%, -50%) scale(1.05);
}
.header .bg-header .header-content .header-content-images-box .header-video-play-pause i {
  margin-left: 2px;
}
.header .bg-header .header-content .header-content-images-box .header-video-fullscreen {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: rgba(132, 143, 117, 0.7);
  backdrop-filter: blur(16.5px);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: none;
  transition: all 0.3s ease;
  color: white;
  font-size: 18px;
  pointer-events: auto;
  z-index: 4;
}
@media (max-width: 600px) {
  .header .bg-header .header-content .header-content-images-box .header-video-fullscreen {
    width: 45px;
    height: 45px;
    bottom: 15px;
    right: 15px;
    font-size: 14px;
  }
}
.header .bg-header .header-content .header-content-images-box .header-video-fullscreen:hover {
  background: rgba(132, 143, 117, 0.9);
  transform: scale(1.05);
}
.header .bg-header .header-content .header-content-images-box .header-video-fullscreen i {
  font-size: 18px;
}
@media (max-width: 600px) {
  .header .bg-header .header-content .header-content-images-box .header-video-fullscreen i {
    font-size: 14px;
  }
}
.header .bg-header .header-content-mobile {
  display: none;
}
@media (max-width: 990px) {
  .header .bg-header .header-content-mobile {
    display: block;
    z-index: 1;
  }
}
.header .bg-header .header-content-mobile-box {
  position: relative;
  width: 100%;
  height: 50%;
}
.header .bg-header .header-content-mobile-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header .bg-header .header-content-mobile-pauza {
  background: rgba(132, 143, 117, 0.7);
  backdrop-filter: blur(16.5px);
  border-radius: 107px;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 45%;
  left: 45%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.header .bg-header .header-content-mobile-pauza:hover {
  background: rgba(132, 143, 117, 0.9);
}
.header .bg-header .header-content-mobile-pauza img {
  transform: translateX(5px);
  margin-left: -3px;
}
@media (max-width: 1100px) {
  .header .bg-header .header-content-btn {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .header .bg-header .header-content-btn {
    padding: 18px 13px;
    height: 63px;
  }
}
.header .bg-header-descphoto {
  position: absolute;
  bottom: -30px;
  right: 40%;
  transform: translateX(50%);
}
.header .bg-header-descphoto img {
  width: 100%;
}
@media (max-width: 1450px) {
  .header .bg-header-descphoto {
    bottom: 45%;
    right: 30%;
    transform: translateX(0%);
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 990px) {
  .header .bg-header-descphoto {
    bottom: 59%;
    left: 69%;
  }
}

.header-info {
  background: #f7f9f4;
}

.top-header {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  transform: translateY(-50%);
}
@media (max-width: 1450px) {
  .top-header {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 16px;
    transform: translateY(-40%);
  }
}
@media (max-width: 650px) {
  .top-header {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    transform: translateY(-240px);
  }
}
.top-header-block {
  padding: 15px;
  background-color: white;
  width: 100%;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
.top-header-block:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  transform: scale(1.01);
  cursor: pointer;
}
.top-header-content {
  padding: 0 27px;
  height: 100%;
  padding-bottom: 40px;
  padding-top: 40px;
  border: 1px solid rgba(139, 151, 124, 0.25);
}
@media (max-width: 600px) {
  .top-header-content {
    padding: 40px 12px;
  }
}
.top-header-content h5 {
  color: #858c68;
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
}
.top-header-content p {
  color: #717171;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}

.product-card {
  background-color: white;
  border-radius: 30px;
  box-shadow: 0 49px 64.8px -21px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  width: calc(25% - 50px);
  cursor: pointer;
  transform: translateY(0);
  transition: all 0.3s ease;
}
.product-card:hover {
  box-shadow: 0 96px 120px 3px rgba(0, 0, 0, 0.15);
  transform: translateY(-20px);
}
.product-card-images {
  background: #f5f4f4;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.product-card-images .view-product-type {
  width: 44px;
  height: 44px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-card-images .view-product-type img {
  width: 60%;
  height: 60%;
}
.product-card-images .img-product {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-card-des {
  padding: 0 15px;
}
.product-card-des h5 {
  color: #858c68;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  line-height: 35px;
  padding-top: 20px;
  text-transform: uppercase;
  height: 130px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
}
@media (max-width: 768px) {
  .product-card-des h5 {
    font-size: 20px;
    line-height: 24px;
    height: 80px;
  }
}
.product-card-des-description {
  font-size: 16px;
  color: #4b4b4b;
  text-align: center;
  padding-top: 12px;
  font-weight: 300;
  padding: 24px 0;
}
.product-card-des-price {
  font-size: 30px;
  color: #4b4b4b;
  font-weight: 300;
  text-align: center;
  padding-bottom: 24px;
}
.product-card-des-price span {
  font-size: 16px;
  text-decoration: line-through;
  color: #b1b1b1;
  font-weight: 400;
}
.product-card-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  padding-bottom: 15px;
  gap: 10px;
}

.product-card-btn {
  width: 100%;
  white-space: nowrap;
  padding: 31px 30px;
}
.product-card-btn i {
  display: none;
}
@media (max-width: 1450px) {
  .product-card-btn i {
    display: block;
  }
}
@media (max-width: 1450px) {
  .product-card-btn .text {
    display: none;
  }
}
@media (max-width: 768px) {
  .product-card-btn {
    padding: 18px 13px;
  }
}

.product-card-quantity-selector {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-radius: 45px;
  width: 100%;
  min-height: 48px;
}
.product-card-quantity-selector.hidden {
  display: none;
}
@media (max-width: 768px) {
  .product-card-quantity-selector {
    min-height: 63px;
  }
}
.product-card-quantity-selector .quantity-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60%;
  height: 88px;
  min-width: 32px;
  background: #eee;
  border: none;
  border-radius: 1000px;
  color: #858c68;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
@media (max-width: 768px) {
  .product-card-quantity-selector .quantity-btn {
    width: 62px;
    height: 62px;
  }
}
.product-card-quantity-selector .quantity-btn:hover {
  background: #f0f0f0;
}
.product-card-quantity-selector .quantity-btn:active {
  background: #e8e8e8;
}
.product-card-quantity-selector .quantity-btn i {
  font-size: 14px;
  color: #858c68;
}
.product-card-quantity-selector .quantity-value {
  color: #434540;
  font-size: 18px;
  font-weight: 400;
  min-width: 20px;
  text-align: center;
}

.product-card-heart {
  background: #eee;
  border-radius: 70px;
  cursor: pointer;
  border: 1px solid #eee;
  width: 95px;
  height: 95px;
  min-width: 95px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-card-heart img {
  position: relative;
}
.product-card-heart:active {
  background: #fff;
  border: 1px solid #858c68;
  color: #858c68;
  transition: all 0.1s ease;
}
@media (max-width: 768px) {
  .product-card-heart {
    width: 62px;
    min-width: 62px;
    height: 62px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.product-card-heart:hover {
  background: rgba(133, 140, 104, 0.25);
  transition: all 0.3s ease;
}

.product-card-description {
  font-size: 16px;
  color: #4b4b4b;
  text-align: center;
  padding-top: 12px;
  font-weight: 300;
  padding: 24px 0;
}

.product-card-price {
  font-size: 30px;
  color: #4b4b4b;
  font-weight: 300;
  text-align: center;
  padding-bottom: 24px;
}
.product-card-price span {
  font-size: 16px;
  text-decoration: line-through;
  color: #b1b1b1;
  font-weight: 400;
}

.block-popular-products {
  margin-top: -16px;
  background: #f7f9f4;
}
@media (max-width: 1450px) {
  .block-popular-products {
    margin-top: -140px;
  }
}
@media (max-width: 1200px) {
  .block-popular-products {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .block-popular-products {
    margin-top: -200px;
  }
}
.block-popular-products-top-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 53px;
}
@media (max-width: 1900px) {
  .block-popular-products-top-block {
    padding: 0 16px;
  }
}
@media (max-width: 576px) {
  .block-popular-products-top-block {
    padding: 0 16px;
  }
}
.block-popular-products-top-block-title {
  color: #434540;
  font-size: 100px;
  font-weight: 200;
  text-transform: uppercase;
}
@media (max-width: 1500px) {
  .block-popular-products-top-block-title {
    font-size: 60px;
  }
}
@media (max-width: 1100px) {
  .block-popular-products-top-block-title {
    font-size: 64px;
    color: #434540;
  }
}
@media (max-width: 992px) {
  .block-popular-products-top-block-title {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .block-popular-products-top-block-title {
    font-size: 32px;
    line-height: 117.84%;
    letter-spacing: -0.32px;
  }
}
.block-popular-products-top-block-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
}
@media (max-width: 1100px) {
  .block-popular-products-top-block-slide {
    gap: 15px;
  }
}
@media (max-width: 576px) {
  .block-popular-products-top-block-slide {
    display: none;
  }
}
.block-popular-products-top-block-slide-icon {
  background-color: transparent;
  border: 1px solid #626e52;
  color: #626e52;
  padding: 26px 61px;
  border-radius: 60px;
  cursor: pointer;
  font-size: 24px;
}
@media (max-width: 992px) {
  .block-popular-products-top-block-slide-icon {
    height: 62px;
    width: 118px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.block-popular-products-top-block-slide-icon:hover {
  background-color: #626e52;
  color: white;
  transition: all 0.3s ease;
}
.block-popular-products-content {
  margin-top: 0;
}
.block-popular-products-content .slick-track {
  padding-bottom: 200px;
  padding-top: 50px;
  padding-left: 10px;
  padding-right: 20px;
}
.block-popular-products-content .slick-slide {
  margin-right: 20px;
}
.block-popular-products-content .slide-content {
  margin: 0 40px; /* Adjust horizontal margin for spacing */
}
.block-popular-products-content .slick-dots {
  transform: translateY(-150px);
  justify-content: center;
}

.block-description {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 214px;
  background: #f7f9f4;
  margin-top: -100px;
}
@media (max-width: 1450px) {
  .block-description {
    gap: 100px;
  }
}
@media (max-width: 1100px) {
  .block-description {
    gap: 60px;
  }
}
@media (max-width: 992px) {
  .block-description {
    gap: 20px;
  }
}
@media (max-width: 650px) {
  .block-description {
    flex-direction: column;
    gap: 0;
    width: 100%;
  }
}
.block-description .images {
  width: 50%;
  height: 720px;
}
@media (max-width: 1300px) {
  .block-description .images {
    height: 500px;
  }
}
@media (max-width: 990px) {
  .block-description .images {
    width: 50%;
    height: 500px;
  }
}
@media (max-width: 650px) {
  .block-description .images {
    width: 100%;
    height: 300px;
  }
}
.block-description .images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block-description-content-main {
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
  padding-bottom: 20px;
}
.block-description-content-main #slider-laboratory {
  width: 100%;
}
.block-description-content-main #slider-laboratory .slick-arrow {
  display: none !important;
}
.block-description-content-main #slider-laboratory .slick-dots {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .block-description-content-main #slider-laboratory .slick-dots {
    justify-content: center;
  }
}
@media (max-width: 650px) {
  .block-description-content-main {
    width: 100%;
    margin-top: 30px;
    text-align: center;
  }
}
@media (max-width: 650px) {
  .block-description-content-main-box .btn-green {
    width: 100%;
  }
}
.block-description-title {
  color: #858c68;
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase;
}
@media (max-width: 650px) {
  .block-description-title {
    text-align: center;
  }
}
.block-description-description {
  color: #4b4b4b;
  font-size: 16px;
  font-weight: 400;
  padding-top: 16px;
  padding-bottom: 45px;
}
@media (max-width: 7688px) {
  .block-description-description {
    text-align: start;
  }
}

.slick-dots {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}
.slick-dots li.slick-active button {
  background-color: #a3aa87;
  width: 27px;
  border-radius: 8px;
}
.slick-dots li button {
  font-size: 0 !important;
  width: 12px;
  height: 12px;
  background-color: rgba(133, 140, 104, 0.4);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}
.slick-dots li button:hover {
  background-color: #a3aa87;
}

.block-animation {
  margin-top: 127px;
}
@media (max-width: 768px) {
  .block-animation {
    margin-top: 50px;
  }
}
.block-animation-title {
  color: #858c68;
  font-size: 100px;
  font-weight: 200;
  text-transform: uppercase;
  line-height: 100px;
  text-align: center;
  padding: 0 16px;
}
@media (max-width: 1400px) {
  .block-animation-title {
    font-size: 65px;
  }
}
@media (max-width: 990px) {
  .block-animation-title {
    font-size: 32px;
    color: #434540;
    line-height: 117.84%;
    font-weight: 400;
  }
}
.block-animation-images {
  margin-top: 80px;
  padding: 0 83px;
}
@media (max-width: 992px) {
  .block-animation-images {
    padding: 0 16px;
  }
}
@media (max-width: 600px) {
  .block-animation-images {
    padding: 0;
  }
}
.block-animation-images-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 990px) {
  .block-animation-images-img {
    display: none;
  }
}
.block-animation-images-img-mobile {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block-animation-images-img-mobile-min {
  display: none;
  width: 100%;
}
@media (max-width: 600px) {
  .block-animation-images-img-mobile-min {
    display: block;
  }
}
@media (max-width: 990px) and (min-width: 600px) {
  .block-animation-images-img-mobile {
    display: block;
  }
}

.block-news {
  margin-top: 120px;
  padding: 0 16px;
}
@media (max-width: 576px) {
  .block-news {
    margin-top: 50px;
  }
}
.block-news-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.block-news-top-title {
  color: #858c68;
  font-size: 100px;
  font-weight: 200;
  text-transform: uppercase;
}
@media (max-width: 1300px) {
  .block-news-top-title {
    font-size: 64px;
  }
}
@media (max-width: 990px) {
  .block-news-top-title {
    font-size: 32px;
    color: #858c68;
    margin-bottom: 20px;
  }
}
@media (max-width: 990px) {
  .block-news-top .btn-green-outline {
    display: none;
  }
}
.block-news-slider {
  display: flex;
  justify-content: start;
  align-items: center;
  width: 480px;
  height: 57px;
  background: #ededed;
  padding: 4px;
  border-radius: 4px;
  gap: 4px;
}
@media (max-width: 600px) {
  .block-news-slider {
    width: 320px;
  }
}
@media (max-width: 420px) {
  .block-news-slider {
    width: 100%;
  }
}
.block-news-slider-button {
  background: #ededed;
  color: #4b4b4b;
  opacity: 0.5;
  border-radius: 4px;
  font-size: 20px;
  font-weight: 400;
  color: #4b4b4b;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  cursor: pointer;
}
.block-news-slider-button:hover {
  background: rgba(255, 255, 255, 0.6352941176);
}
.block-news-slider-button.active {
  background: #fff;
  border-radius: 4px;
  font-size: 20px;
  font-weight: 400;
  color: #4b4b4b;
  width: 100%;
  height: 100%;
  opacity: 1;
}
.block-news-content {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 43px;
  margin-top: 55px;
}
@media (max-width: 768px) {
  .block-news-content {
    flex-direction: column;
    gap: 0;
    margin-top: 31px;
  }
}
.block-news-content-main {
  width: 100%;
}
.block-news-content-main-images {
  width: 100%;
  height: 100%;
}
.block-news-content-main-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 600px) {
  .block-news-content-main-images img {
    height: 300px;
  }
}
@media (max-width: 425px) {
  .block-news-content-main-images img {
    height: 216px;
  }
}
.block-news-content-main-images-title {
  color: #4b4b4b;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  padding-top: 14px;
}
@media (max-width: 600px) {
  .block-news-content-main-images-title {
    padding-top: 4px;
  }
}
.block-news-content-main-images-mini {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 48px;
  margin-top: 40px;
}
@media (max-width: 990px) {
  .block-news-content-main-images-mini {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .block-news-content-main-images-mini {
    gap: 30px;
    margin-top: 30px;
  }
}
.block-news-content-main-images-mini-images {
  width: 100%;
  height: 100%;
}
.block-news-content-description {
  width: 100%;
  max-width: 30%;
  border-left: 1px solid #cccccc;
  padding-left: 43px;
  height: 100%;
  overflow-y: auto;
  padding-right: 10px;
}
@media (max-width: 992px) {
  .block-news-content-description {
    max-width: 40%;
  }
}
@media (max-width: 600px) {
  .block-news-content-description {
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .block-news-content-description {
    margin-top: 20px;
    border-left: none;
    padding-left: 0;
    padding-right: 0;
    margin-top: 34px;
  }
}
.block-news-content-description::-webkit-scrollbar {
  width: 2px;
  height: 2px;
  border-radius: 5px;
}
.block-news-content-description::-webkit-scrollbar-track {
  background: white;
}
.block-news-content-description::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #fff;
}
@media (max-width: 600px) {
  .block-news-content-description-main {
    border-top: 1px solid #cccccc;
    padding-top: 10px;
  }
}
.block-news-content-description-main-title {
  color: #858c68;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}
.block-news-content-description-main-description {
  color: #4b4b4b;
  font-size: 1rem;
  font-weight: 400;
  padding-top: 5px;
  padding-bottom: 16px;
}

.footer {
  background: #7a8667;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 578px;
  padding: 0 50px;
  margin-top: 120px;
  position: relative;
  overflow: hidden;
}
.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg-header.png) repeat center center;
  opacity: 0.07;
}
@media (max-width: 1600px) {
  .footer {
    height: 700px;
  }
}
@media (max-width: 1024px) {
  .footer {
    height: 400px;
  }
}
@media (max-width: 500px) {
  .footer {
    height: 500px;
    margin-top: 0;
  }
}
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  position: relative;
}
.footer-top-logo {
  width: 275px;
}
@media (max-width: 1024px) {
  .footer-top {
    justify-content: center;
  }
}
.footer-top-description {
  color: white;
  font-size: 30px;
  font-weight: 300;
  line-height: 35px;
}
@media (max-width: 1024px) {
  .footer-top-description {
    display: none;
  }
}
.footer-hr {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.25);
  margin-top: 30px;
}
.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 100px;
  margin-top: 64px;
  padding-right: 50px;
}
@media (max-width: 1570px) {
  .footer-content {
    gap: 60px;
  }
}
@media (max-width: 1400px) {
  .footer-content {
    gap: 50px;
  }
}
@media (max-width: 1100px) {
  .footer-content {
    gap: 30px;
  }
}
@media (max-width: 1024px) {
  .footer-content {
    display: none;
  }
}
.footer-content-mobile-box {
  display: none;
}
@media (max-width: 1024px) {
  .footer-content-mobile-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-direction: column;
    padding-top: 20px;
  }
  .footer-content-mobile-box-info {
    color: #e1e9d5;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 4px;
  }
}
@media (max-width: 1024px) and (max-width: 576px) {
  .footer-content-mobile-box-info {
    text-align: center;
  }
}
.footer-content-box-title {
  color: white;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  padding-bottom: 30px;
  position: relative;
}
.footer-content-box-title.hidden {
  opacity: 0;
}
.footer-content-box ul {
  list-style: none;
}
.footer-content-box-item {
  color: #e1e9d5;
  font-size: 18px;
  font-weight: 400;
  white-space: nowrap;
  position: relative;
  margin-bottom: 16px;
}
.footer-content-box-item a {
  color: #e1e9d5;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.3s ease;
}
.footer-content-box-item a:hover {
  color: #a3aa87;
}
.footer-content-box-telegram {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 10px;
}
.footer-content-box-icons-count {
  background-color: red;
  border-radius: 50%;
  padding: 5.5px;
  width: 16px;
  height: 16px;
  font-size: 11px;
  font-weight: 600;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -10px;
  right: -6px;
}
@media (max-width: 1200px) {
  .footer-content-box-icons-count {
    display: none;
  }
}
.footer-content-box-basket {
  padding-top: 10px;
}
@media (max-width: 1400px) {
  .footer-content-box-hidden {
    display: none;
  }
}
.footer-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 50px;
}
.footer-bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 500px) {
  .footer-bottom-content {
    flex-direction: column;
    align-items: center;
  }
}
.footer-bottom-content-description {
  color: white;
  font-size: 15px;
  font-weight: 400;
  padding: 30px 0;
  cursor: pointer;
}
@media (max-width: 500px) {
  .footer-bottom-content-description {
    padding: 10px 0;
  }
}
.footer-bottom-content-description {
  color: white;
  font-size: 15px;
  font-weight: 400;
  cursor: pointer;
}
.footer-bottom-content-description.ploicy {
  text-decoration-line: underline;
}
@media (max-width: 500px) {
  .footer-bottom-content {
    padding: 10px 0;
  }
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  z-index: 1001;
  pointer-events: none;
}
.mobile-menu.active {
  pointer-events: auto;
}
.mobile-menu.active .mobile-menu-fon {
  opacity: 1;
}
.mobile-menu.active .mobile-menu-content {
  transform: translateX(0);
}
.mobile-menu-content {
  background: #fff;
  width: 90%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  padding: 24px;
  transform: translateX(100%);
  transition: all 0.3s ease;
  transition-delay: 0.2s;
  overflow-y: auto;
}
.mobile-menu-content-search {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(75, 75, 75, 0.2509803922);
  border-radius: 40px;
  padding: 10px;
  padding-left: 16px;
  width: 100%;
  height: 40px;
  margin-bottom: 32px;
}
.mobile-menu-content-search input {
  width: 100%;
  height: 100%;
}
.mobile-menu-content-phone, .mobile-menu-content-language {
  align-self: stretch;
  color: #4b4b4b;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.16px;
  margin-top: 32px;
}
.mobile-menu-content-language {
  margin-top: 12px !important;
}
.mobile-menu-content hr {
  border: 1px solid rgba(75, 75, 75, 0.2509803922);
  margin: 32px 0;
}
.mobile-menu-content-account-list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.mobile-menu-content-account-list li {
  padding: 10px 0;
}
.mobile-menu-content-account-list li a {
  color: #4b4b4b;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: start;
}
.mobile-menu-content-notification {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: relative;
}
.mobile-menu-content-notification-count {
  position: absolute;
  top: -5px;
  right: -8px;
  background-color: red;
  border-radius: 50%;
  padding: 5px;
  width: 16px;
  height: 16px;
  font-size: 11px;
  font-weight: 600;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: 2px solid white;
}
.mobile-menu-content-list {
  border-top: 1px solid rgba(75, 75, 75, 0.2509803922);
}
.mobile-menu-content-list-box {
  padding: 10px 0;
  border-bottom: 1px solid rgba(75, 75, 75, 0.2509803922);
}
.mobile-menu-content-list-box i {
  transition: all 0.3s ease;
  transition-delay: 0.1s;
}
.mobile-menu-content-list-box.active .mobile-menu-content-list-items {
  display: block;
}
.mobile-menu-content-list-box.active i {
  transform: rotate(180deg);
}
.mobile-menu-content-list-items {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  display: none;
}
.mobile-menu-content-list-items li {
  padding-left: 20px;
  width: 100%;
}
.mobile-menu-content-list-items li:first-child {
  border-top: 1px solid rgba(75, 75, 75, 0.2509803922);
  margin-top: 10px;
  padding-top: 10px;
}
.mobile-menu-content-list-items li:last-child a {
  border-bottom: none !important;
}
.mobile-menu-content-list-items li a {
  color: #4b4b4b;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 0;
  border-bottom: 1px solid rgba(75, 75, 75, 0.2509803922);
  width: 100%;
  display: block;
}
.mobile-menu-content-list-title {
  color: #4b4b4b;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.mobile-menu-fon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  backdrop-filter: blur(2px);
  opacity: 0;
  transition: all 0.3s ease;
}
.mobile-menu .fa-xmark {
  position: fixed;
  top: 12px;
  right: 10px;
  font-size: 16px;
  color: #858c68;
}

#slider-popular-products.default {
  display: flex;
  gap: 20px;
  padding-bottom: 200px !important;
  padding: 0 16px;
}
@media (max-width: 1420px) {
  #slider-popular-products.default {
    padding-bottom: 250px !important;
  }
}
#slider-popular-products.default .product-card {
  display: none;
}
#slider-popular-products.default .product-card:nth-child(1), #slider-popular-products.default .product-card:nth-child(2), #slider-popular-products.default .product-card:nth-child(3), #slider-popular-products.default .product-card:nth-child(4) {
  display: block;
  width: 100%;
}
@media (max-width: 1420px) {
  #slider-popular-products.default .product-card:nth-child(3), #slider-popular-products.default .product-card:nth-child(4) {
    display: none;
  }
}
@media (max-width: 500px) {
  #slider-popular-products.default .product-card:nth-child(2) {
    display: none;
  }
}

.desktop-menu {
  position: fixed;
  top: 88px;
  left: 0;
  width: 100%;
  height: calc(100dvh - 88px);
  z-index: 1000;
  pointer-events: none;
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.desktop-menu#company .desktop-menu-content {
  width: auto;
  max-width: 647px;
  height: auto;
  transform: translateX(-40%);
}
@media (max-width: 1600px) {
  .desktop-menu#company .desktop-menu-content {
    transform: translateX(-20%);
  }
}
@media (max-width: 1500px) {
  .desktop-menu#company .desktop-menu-content {
    transform: translateX(0);
  }
}
.desktop-menu#company .desktop-menu-content .desktop-menu-content-sublist {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1400px) {
  .desktop-menu {
    top: 153px;
  }
}
.desktop-menu::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
  backdrop-filter: blur(2px);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease 0.15s;
}
.desktop-menu.active {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}
.desktop-menu.active::before {
  opacity: 1;
  transition: opacity 0.3s ease 0s;
}
.desktop-menu.active .desktop-menu-content {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s ease 0.15s, transform 0.3s ease 0.15s;
}
.desktop-menu-content {
  max-width: calc(100% - 100px);
  background: #fff;
  width: 100%;
  height: calc(100dvh - 188px);
  padding: 40px;
  display: flex;
  justify-content: space-between;
  align-items: start;
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
  overflow: hidden;
}
.desktop-menu-content-ads {
  min-width: 498px;
  width: 498px;
  height: 100%;
}
@media (max-width: 1100px) {
  .desktop-menu-content-ads {
    display: none;
  }
}
.desktop-menu-content-ads .slick-dots {
  justify-content: center;
  margin-top: 20px;
  height: auto;
}
@media (max-width: 1500px) {
  .desktop-menu-content-ads {
    min-width: 300px;
  }
}
.desktop-menu-content-ads-box {
  width: 100%;
  height: 100%;
}
.desktop-menu-content-ads-box img {
  width: 100%;
  height: 100%;
  background-color: #f5f4f4;
}
.desktop-menu-content-ads-box-content {
  padding-top: 16px;
}
.desktop-menu-content-ads-box-content-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  align-self: stretch;
  overflow: hidden;
  color: #858c68;
  text-align: center;
  text-overflow: ellipsis;
  font-size: 25px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: -0.25px;
  text-transform: uppercase;
}
.desktop-menu-content-ads-box-content-description {
  color: #4b4b4b;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin-top: 12px;
}
.desktop-menu-content-ads-box-content .btn-green {
  margin: 0 auto;
  margin-top: 30px;
}
.desktop-menu-content-left {
  width: 325px;
  min-width: 325px;
  border-right: 1px solid rgba(75, 75, 75, 0.2509803922);
  padding-right: 50px;
  height: 100%;
  overflow-y: auto;
}
@media (max-width: 1050px) {
  .desktop-menu-content-left {
    padding-right: 20px;
  }
}
.desktop-menu-content-left::-webkit-scrollbar {
  width: 4px;
}
.desktop-menu-content-left::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.desktop-menu-content-left::-webkit-scrollbar-thumb {
  background: #888;
}
.desktop-menu-content-left ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.desktop-menu-content-left ul li {
  margin-bottom: 8px;
}
.desktop-menu-content-left ul li.active a {
  color: #858c68;
}
.desktop-menu-content-left ul li a {
  width: 238px;
  color: #dbdbdb;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.18px;
  text-transform: uppercase;
}
.desktop-menu-content-left ul li a:hover {
  color: #858c68;
}
.desktop-menu-content-sublist {
  width: 100%;
  height: 100%;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 1050px) {
  .desktop-menu-content-sublist {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.desktop-menu-content-sublist-title {
  align-self: stretch;
  color: #858c68;
  font-size: 30px;
  font-weight: 300;
  line-height: 35px;
  letter-spacing: -0.3px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.desktop-menu-content-sublist-list {
  width: 100%;
  height: calc(100% - 100px);
  overflow-y: auto;
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 80px;
  overflow-y: auto;
}
@media (max-width: 1300px) {
  .desktop-menu-content-sublist-list {
    gap: 20px;
  }
}
@media (max-width: 1100px) {
  .desktop-menu-content-sublist-list {
    flex-direction: column;
  }
}
.desktop-menu-content-sublist-list ul {
  list-style: none;
}
.desktop-menu-content-sublist-list li {
  margin-bottom: 20px;
}
.desktop-menu-content-sublist-list li a {
  color: #4b4b4b;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.18px;
}
.desktop-menu-content-sublist-list li a:hover {
  color: #858c68;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 20px;
  overflow-y: auto;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.modal-overlay.active {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 768px) {
  .modal-overlay {
    padding: 20px 10px;
  }
}

.modal-content {
  position: relative;
  background-color: #fff;
  padding: 60px 80px;
  padding-top: 50px;
  max-width: 817px;
  width: 90%;
  max-height: calc(100vh - 80px);
  overflow-y: auto;
  overflow-x: hidden;
  text-align: center;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  transform: scale(0.9);
  transition: transform 0.3s ease;
  margin: auto;
}
@media (max-width: 768px) {
  .modal-content {
    padding: 40px 30px;
    padding-top: 60px;
    max-width: 90%;
    max-height: calc(100vh - 40px);
  }
}

.modal-overlay.active .modal-content {
  transform: scale(1);
}

.modal-close {
  position: sticky;
  top: -30px;
  float: right;
  border: none;
  cursor: pointer;
  font-size: 24px;
  color: #000;
  background-color: #fff;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  z-index: 100;
  margin-top: -40px;
  margin-right: -40px;
  margin-bottom: 10px;
  border-radius: 50%;
}
.modal-close:hover {
  color: #8b957c;
  background: #f5f5f5;
}
.modal-close i {
  font-size: 20px;
  color: #8b957c;
}
@media (max-width: 768px) {
  .modal-close {
    margin-top: -20px;
    margin-right: -10px;
  }
}

.modal-title {
  color: #8b957c;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
  line-height: 1.3;
  align-self: stretch;
  color: #858c68;
  text-align: center;
  font-size: 65px;
  font-weight: 250;
  line-height: 65px;
  letter-spacing: -0.65px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .modal-title {
    font-size: 24px;
  }
}

.modal-message {
  font-size: 18px;
  font-weight: 400;
  color: #8b957c;
  margin-bottom: 40px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .modal-message {
    font-size: 16px;
    margin-bottom: 30px;
  }
}

.btn-green-outline {
  display: block;
  margin: 0 auto;
}
.btn-green-outline:hover {
  background-color: #8b957c;
  color: #fff;
}
@media (max-width: 768px) {
  .btn-green-outline {
    padding: 10px 40px;
    font-size: 16px;
  }
}

.catalog-filter-modal {
  max-width: 100%;
  width: 100%;
  height: 100%;
  padding: 0;
  border-radius: 0;
  transform: translateY(100%);
  transition: transform 0.3s ease;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
@media (min-width: 993px) {
  .catalog-filter-modal {
    display: none;
  }
}

.modal-overlay.active .catalog-filter-modal {
  transform: translateY(0);
}

.catalog-filter-modal .catalog-filter {
  padding: 20px 16px;
  height: 100%;
  overflow-y: auto;
}
.catalog-filter-modal .modal-close {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 10001;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.breadcrumbs {
  margin-top: 19px;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 6px;
  color: #b1b1b1;
  font-size: 16px;
}
.breadcrumbs a {
  color: #b1b1b1;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.16px;
  white-space: nowrap;
}
.breadcrumbs span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.catalog-title-container {
  margin-top: 44px;
  gap: 20px;
}
@media (max-width: 992px) {
  .catalog-title-container {
    margin-top: 23px;
  }
}
.catalog-title-container span {
  align-self: stretch;
  color: #434540;
  font-size: 60px;
  font-weight: 200;
  line-height: 100px;
  letter-spacing: -1px;
  text-transform: uppercase;
}
@media (max-width: 1400px) {
  .catalog-title-container span {
    font-size: 40px;
    line-height: unset;
  }
}
@media (max-width: 992px) {
  .catalog-title-container span {
    font-size: calc(6vw - 2px);
    letter-spacing: -0.32px;
  }
}
.catalog-title {
  align-self: stretch;
  color: #434540;
  font-size: 90px;
  font-weight: 200;
  line-height: 100px;
  letter-spacing: -1px;
  text-transform: uppercase;
  display: inline-block;
}
@media (max-width: 1400px) {
  .catalog-title {
    font-size: 60px;
    line-height: 80px;
    letter-spacing: -0.8px;
  }
}
@media (max-width: 992px) {
  .catalog-title {
    font-size: 7vw;
    line-height: unset;
    letter-spacing: -0.32px;
  }
}
.catalog-description-wrapper {
  position: relative;
  width: 100%;
  max-width: 910px;
  margin-top: 23px;
}
@media (max-width: 992px) {
  .catalog-description-wrapper .catalog-description {
    max-height: 120px;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
  .catalog-description-wrapper.expanded .catalog-description {
    max-height: none;
  }
  .catalog-description-wrapper .catalog-description-toggle-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 16px;
    padding: 12px;
    background: transparent;
    border: 1px solid #8b957c;
    border-radius: 8px;
    color: #8b957c;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .catalog-description-wrapper .catalog-description-toggle-mobile:hover {
    background: #8b957c;
    color: white;
  }
  .catalog-description-wrapper .catalog-description-toggle-mobile .toggle-text-collapse {
    display: none;
  }
  .catalog-description-wrapper.expanded .catalog-description-toggle-mobile .toggle-text-expand {
    display: none;
  }
  .catalog-description-wrapper.expanded .catalog-description-toggle-mobile .toggle-text-collapse {
    display: inline;
  }
}
@media (min-width: 993px) {
  .catalog-description-wrapper .catalog-description-toggle-mobile {
    display: none;
  }
}
.catalog-description {
  width: 100%;
  max-width: 910px;
  color: #4b4b4b;
  font-size: 16px;
  font-weight: 400;
}
.catalog-content {
  display: flex;
  gap: 40px;
  margin-top: 40px;
  align-items: start;
}
@media (max-width: 1200px) {
  .catalog-content {
    gap: 20px;
  }
}
@media (max-width: 992px) {
  .catalog-content {
    flex-direction: column;
    gap: 20px;
  }
}
.catalog-filter {
  min-width: 320px;
  width: 320px;
  max-height: 85dvh;
  border-radius: 20px;
  position: sticky;
  top: 100px;
  overflow-y: auto;
  padding-right: 10px;
}
@media (max-width: 992px) {
  .catalog-filter.desktop {
    display: none;
  }
}
@media (max-width: 992px) {
  .catalog-filter {
    width: 100%;
  }
}
.catalog-filter-mobile {
  width: 100%;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
  border: 1px solid #b8b8b8;
  padding: 0 16px;
  display: none;
}
@media (max-width: 992px) {
  .catalog-filter-mobile {
    display: flex;
  }
}
.catalog-filter-mobile h4 {
  color: #4b4b4b;
  font-weight: 400;
  font-size: 18px;
}
.catalog-filter-title {
  color: #858c68;
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(75, 75, 75, 0.1);
}
.catalog-filter-title span {
  font-size: 20px;
}
.catalog-filter-section {
  margin-bottom: 8px;
  border-bottom: 1px solid rgba(75, 75, 75, 0.1);
  padding-bottom: 8px;
}
.catalog-filter-section:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.catalog-filter-section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 8px 0;
}
.catalog-filter-section-title {
  color: #4b4b4b;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}
.catalog-filter-section-content {
  display: none;
  padding-top: 16px;
}
.catalog-filter-section.active .catalog-filter-section-content {
  display: block;
}
.catalog-filter-section .catalog-filter-toggle {
  font-size: 14px;
  transition: all 0.3s ease;
  transform: rotate(180deg);
}
.catalog-filter-section.active .catalog-filter-toggle {
  transform: rotate(0deg);
}
.catalog-filter-section.active .catalog-filter-section-title {
  color: #858c68;
}
.catalog-filter-subsection {
  margin-bottom: 12px;
}
.catalog-filter-subsection-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 8px 0;
}
.catalog-filter-subsection-title {
  color: #4b4b4b;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
.catalog-filter-subsection-content {
  display: none;
  padding-left: 50px;
  padding-top: 8px;
}
.catalog-filter-subsection.active .catalog-filter-subsection-content {
  display: block;
}
.catalog-filter-subsection-toggle {
  color: #858c68;
  font-size: 12px;
  transition: transform 0.3s ease;
  transform: rotate(0deg);
}
.catalog-filter-subsection.active .catalog-filter-subsection-toggle {
  transform: rotate(180deg);
}
.catalog-filter-search {
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid rgba(75, 75, 75, 0.2);
  padding: 8px 0;
  margin-bottom: 16px;
  background: white;
}
.catalog-filter-search input {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  color: #4b4b4b;
  font-size: 14px;
}
.catalog-filter-search input::placeholder {
  color: #b1b1b1;
}
.catalog-filter-search img {
  width: 16px;
  height: 16px;
}
.catalog-filter-checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  padding: 8px 0;
  color: #4b4b4b;
  font-size: 14px;
  font-weight: 400;
}
.catalog-filter-checkbox input[type=checkbox] {
  width: 18px;
  height: 18px;
  cursor: pointer;
  accent-color: #858c68;
}
.catalog-filter-checkbox span {
  user-select: none;
}
.catalog-filter-toggle-switch {
  position: relative;
  width: 50px;
  height: 26px;
}
.catalog-filter-toggle-switch input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}
.catalog-filter-toggle-switch input[type=checkbox]:checked + label {
  background-color: #858c68;
}
.catalog-filter-toggle-switch input[type=checkbox]:checked + label::before {
  transform: translateX(24px);
}
.catalog-filter-toggle-switch label {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.3s;
  border-radius: 26px;
}
.catalog-filter-toggle-switch label::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.3s;
  border-radius: 50%;
}
.catalog-filter-actions {
  margin-top: 24px;
  padding-top: 24px;
  display: flex;
  gap: 12px;
}
.catalog-filter-actions .catalog-filter-apply {
  width: 100%;
  padding: 16px;
  font-size: 18px;
  background: #eee;
  color: #858c68;
  border: none;
  height: 62px;
}
.catalog-filter-actions .catalog-filter-apply:hover {
  background: #858c68;
  color: #fff;
}
.catalog-filter-actions .catalog-filter-reset {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #4b4b4b;
  font-size: 14px;
  text-decoration: none;
  padding: 8px;
}
.catalog-filter-actions .catalog-filter-reset i {
  font-size: 12px;
}
.catalog-filter-actions .catalog-filter-reset:hover {
  color: #858c68;
}
.catalog-result {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
.catalog-result .btn-green-outline {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .catalog-result .btn-green-outline {
    margin-bottom: 60px;
  }
}
/* Active filter badges */
.catalog-active-filters {
  display: none;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
.catalog-active-filter-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  background: #eeeeee;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  font-size: 14px;
  color: #4b4b4b;
  line-height: 1.3;
}
.catalog-active-filter-badge-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
}
.catalog-active-filter-badge-remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  padding: 0;
  border: none;
  background: none;
  color: #b8b8b8;
  cursor: pointer;
  flex-shrink: 0;
  transition: color 0.2s;
}
.catalog-active-filter-badge-remove:hover {
  color: #c00;
}
.catalog-active-filter-reset {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  background: none;
  /*border: 1px solid #b8b8b8;*/
  border-radius: 20px;
  font-size: 14px;
  color: #4b4b4b;
  cursor: pointer;
  white-space: nowrap;
  transition: border-color 0.2s, color 0.2s;
}
.catalog-active-filter-reset:hover {
  border-color: #858c68;
  color: #4b4b4b;
}
@media (max-width: 768px) {
  .catalog-active-filter-badge-text {
    max-width: 150px;
  }
  .catalog-active-filters {
    gap: 6px;
  }
  .catalog-active-filter-badge,
  .catalog-active-filter-reset {
    font-size: 13px;
    padding: 5px 10px;
  }
}

.catalog-result-sort {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: start;
}
.catalog-result-sort .custom-select-wrapper {
  width: 100%;
  max-width: 300px;
}
.catalog-result-sort .custom-select-search {
  display: none;
}
.catalog-result-text {
  color: #4b4b4b;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .catalog-result-text {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}
.catalog-result-text a {
  color: #858c68;
  text-decoration: underline;
}
.catalog-result-ingredients {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
  margin-bottom: 50px;
}
@media (max-width: 1660px) {
  .catalog-result-ingredients {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media (max-width: 1232px) {
  .catalog-result-ingredients {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
@media (max-width: 510px) {
  .catalog-result-ingredients {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 10px;
  }
}
.catalog-result-ingredients-item {
  width: 100%;
  padding: 30px;
  border-radius: 8px;
  border: 1px solid #b8b8b8;
  background: #fff;
  transition: all 0.3s ease;
}
@media (max-width: 1232px) {
  .catalog-result-ingredients-item {
    padding: 15px;
  }
}
.catalog-result-ingredients-item:hover {
  border-color: #858c68;
}
.catalog-result-ingredients-item:hover img {
  transform: scale(1.05);
}
.catalog-result-ingredients-item img {
  width: 100%;
  height: 237px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 16px;
  transition: all 0.3s ease;
}
@media (max-width: 1232px) {
  .catalog-result-ingredients-item img {
    margin-bottom: 8px;
  }
}
.catalog-result-ingredients-item-title {
  color: #4b4b4b;
  font-size: 18px;
  font-weight: 400;
}
.catalog-result-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 900px) {
  .catalog-result-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .catalog-result-grid {
    grid-template-columns: 1fr;
  }
}
.catalog-result-grid .product-card {
  width: 100%;
}
.catalog-pagination {
  grid-column: 1/-1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 40px;
  padding-top: 40px;
}
@media (max-width: 768px) {
  .catalog-pagination {
    gap: 8px;
    margin-top: 30px;
    padding-top: 0;
  }
}
.catalog-pagination-arrow {
  background: transparent;
  border: none;
  color: #4b4b4b;
  font-size: 16px;
  cursor: pointer;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  border-radius: 8px;
}
.catalog-pagination-arrow:hover {
  background: rgba(133, 140, 104, 0.1);
  color: #858c68;
}
.catalog-pagination-arrow:active {
  transform: scale(0.95);
}
.catalog-pagination-arrow:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.catalog-pagination-arrow:disabled:hover {
  background: transparent;
  color: #4b4b4b;
}
.catalog-pagination-arrow i {
  font-size: 16px;
  stroke: #292d32;
}
.catalog-pagination-numbers {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 768px) {
  .catalog-pagination-numbers {
    gap: 4px;
  }
}
.catalog-pagination-number {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 88px;
  height: 88px;
  padding: 0 12px;
  color: #4b4b4b;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.3s ease;
  border-radius: 24px;
  background: #eee;
  color: #4b4b4b;
}
@media (max-width: 768px) {
  .catalog-pagination-number {
    min-width: 32px;
    height: 32px;
    padding: 0 8px;
    font-size: 14px;
  }
  .catalog-pagination-number:nth-of-type(3), .catalog-pagination-number:nth-of-type(4) {
    display: none;
  }
}
.catalog-pagination-number:hover {
  background: rgba(133, 140, 104, 0.2);
  color: #858c68;
}
.catalog-pagination-number.active {
  background: rgba(133, 140, 104, 0.1);
  color: #4b4b4b;
  font-weight: 400;
}
.catalog-pagination-number.active:hover {
  background: rgba(133, 140, 104, 0.2);
  color: #858c68;
}
.catalog-pagination-number.current {
  background: transparent;
  color: #4b4b4b;
  font-weight: 400;
}
.catalog-pagination-number.current:hover {
  background: rgba(133, 140, 104, 0.1);
  color: #858c68;
}
.catalog-pagination-ellipsis {
  width: 88px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  color: #4b4b4b;
  font-size: 16px;
  padding: 0 4px;
  user-select: none;
}
@media (max-width: 768px) {
  .catalog-pagination-ellipsis {
    font-size: 14px;
    padding: 0 2px;
  }
}
@media (max-width: 1200px) {
  .catalog .product-card-des h5 {
    font-size: 23px;
    line-height: unset;
  }
}

@media (max-width: 500px) {
  .product-page {
    padding-bottom: 100px;
  }
}
.product-page .block-popular-products {
  background-color: #fff;
  margin-top: 100px;
}
.product-page .block-popular-products-top-block {
  padding: 0;
}
@media (max-width: 1100px) {
  .product-page .block-popular-products-top-block-slide {
    display: none;
  }
}
.product-page .block-popular-products-top-block-title {
  font-size: 65px;
  line-height: 117.84%;
  letter-spacing: -0.65px;
}
.product-page .block-popular-products-top-block-title span {
  color: #dbdbdb;
}
@media (max-width: 1100px) {
  .product-page .block-popular-products-top-block-title {
    font-size: 32px;
    line-height: 117.84%;
    letter-spacing: -0.32px;
  }
}
.product-page-title-mobile {
  display: none;
  color: #858c68;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.2px;
  text-transform: uppercase;
}
@media (max-width: 1170px) {
  .product-page-title-mobile {
    display: block;
  }
}
.product-page-content {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 44px;
  margin-top: 38px;
}
@media (max-width: 1170px) {
  .product-page-content {
    flex-direction: column;
    gap: 20px;
  }
}
.product-page-content-left {
  width: 100%;
  max-width: 769px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1170px) {
  .product-page-content-left {
    max-width: 100%;
  }
}
.product-page-content-left .slick-dots {
  justify-content: center;
  margin-top: 20px;
}
.product-page-content-left-secondary {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1170px) {
  .product-page-content-left-secondary {
    height: 404px !important;
  }
}
@media (max-width: 675px) {
  .product-page-content-left-secondary {
    height: 253px !important;
  }
}
.product-page-content-left-images {
  display: flex !important;
  gap: 20px;
  justify-content: center;
  align-items: center;
  max-height: 643px;
  background-color: #f5f4f4;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1170px) {
  .product-page-content-left-images {
    height: 404px !important;
  }
}
@media (max-width: 675px) {
  .product-page-content-left-images {
    height: 253px !important;
  }
}
.product-page-content-left-images-main {
  width: 80%;
  height: 80%;
  object-fit: contain;
}
.product-page-content-left-images-badge {
  position: absolute;
  left: 15px;
  bottom: 15px;
  width: 44px;
  height: 44px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.product-page-content-left-images-badge img {
  width: 100%;
}
.product-page-right {
  width: 100%;
}
.product-page-right-info {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 20px;
}
@media (max-width: 690px) {
  .product-page-right-info {
    flex-direction: column;
    gap: 30px;
  }
}
.product-page-right-title {
  padding-bottom: 32px;
  border-bottom: 1px solid #b8b8b8;
  margin-bottom: 32px;
}
@media (max-width: 1170px) {
  .product-page-right-title {
    display: none;
  }
}
.product-page-right-title h1 {
  width: 605px;
  color: #858c68;
  font-size: 30px;
  font-weight: 300;
  line-height: 35px;
  letter-spacing: -0.3px;
  text-transform: uppercase;
}
.product-page-packaging {
  display: flex;
  justify-content: start;
  gap: 10px;
  flex-wrap: wrap;
}
.product-page-packaging-btn {
  height: 40px;
  border-radius: 8px;
  padding: 0 12px;
  border: none;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  white-space: nowrap;
  background: #eee;
  color: #4b4b4b;
  font-size: 16px;
  font-weight: 400;
}
.product-page-packaging-btn:hover:not(.product-page-packaging-btn-active) {
  background: #f5f5f5;
}
.product-page-packaging-btn.product-page-packaging-btn-active {
  background: rgba(133, 140, 104, 0.25);
  color: #858c68;
}
.product-page-packaging-btn.product-page-packaging-btn-active .product-page-packaging-close {
  font-size: 14px;
  margin-left: 4px;
  transition: all 0.3s ease;
  cursor: pointer;
  color: #858c68;
}
.product-page-documents {
  display: flex;
  justify-content: start;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.product-page-documents-item {
  color: #858c68;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 400;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.product-page-info {
  width: 60%;
}
@media (max-width: 690px) {
  .product-page-info {
    width: 100%;
  }
}
.product-page-info-group {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 500px) {
  .product-page-info-group {
    flex-direction: column;
    gap: 10px;
  }
}
.product-page-info-item {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 20px;
}
.product-page-info-item-box {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.product-page-info-item-box-btn {
  height: 40px;
  border-radius: 8px;
  padding: 0 12px;
  border: none;
  font-size: 16px;
  cursor: pointer;
}
.product-page-info-item-box-btn:hover {
  background: #f5f5f5;
}
.product-page-info-item-see-more {
  align-self: stretch;
  overflow: hidden;
  color: #858c68;
  font-size: 18px;
  font-weight: 400;
  text-decoration-line: underline;
  text-underline-position: from-font;
}
.product-page-info-item .title {
  width: 170px;
  color: #b1b1b1;
  font-weight: 400;
}
.product-page-info-item .text {
  align-self: stretch;
  color: #4b4b4b;
  font-size: 18px;
  font-weight: 400;
}
.product-page-info-item a {
  align-self: stretch;
  color: #4b4b4b;
  font-size: 18px;
  font-weight: 400;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.product-page-checkout {
  display: flex;
  width: 438px;
  min-width: 438px;
  padding: 30px 15px 15px 15px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  border-radius: 52px;
  background: #eee;
  position: sticky;
  top: 20px;
}
@media (max-width: 690px) {
  .product-page-checkout {
    width: 100%;
    border-radius: 24px;
  }
}
.product-page-checkout-price {
  width: 100%;
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 10px;
}
.product-page-checkout-price h5 {
  color: #4b4b4b;
  text-align: center;
  font-size: 30px;
  font-weight: 300;
  line-height: 35px;
  letter-spacing: -0.3px;
  text-transform: uppercase;
}
.product-page-checkout-price span {
  color: #b1b1b1;
  font-size: 18px;
  font-weight: 400;
  text-decoration: line-through;
}
.product-page-checkout-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
  width: 100%;
}
.product-page-checkout-buttons .btn-white {
  width: 88px;
  height: 88px;
  min-width: 88px;
  background: #fff;
  border: none;
  color: #858c68;
  padding: 0;
}
@media (max-width: 768px) {
  .product-page-checkout-buttons .btn-white {
    height: 63px;
    min-width: 63px;
    width: 63px;
  }
}
.product-page-checkout-buttons .btn-white:hover {
  background: #f5f5f5;
}
.product-page-checkout-buttons .btn-white img {
  width: 24px;
  height: 24px;
}
.product-page-checkout-buttons .btn-green {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.product-page-checkout-buttons .product-page-quantity-selector {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-radius: 45px;
  width: 100%;
  min-height: 48px;
}
.product-page-checkout-buttons .product-page-quantity-selector.hidden {
  display: none;
}
@media (max-width: 768px) {
  .product-page-checkout-buttons .product-page-quantity-selector {
    min-height: 63px;
  }
}
.product-page-checkout-buttons .product-page-quantity-selector .quantity-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 88px;
  min-width: 110px;
  background: #fff;
  border: none;
  border-radius: 1000px;
  color: #858c68;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.product-page-checkout-buttons .product-page-quantity-selector .quantity-btn:hover {
  background: #f5f5f5;
}
.product-page-checkout-buttons .product-page-quantity-selector .quantity-btn:active {
  background: rgba(133, 140, 104, 0.2509803922) !important;
}
.product-page-checkout-buttons .product-page-quantity-selector .quantity-btn i {
  font-size: 24px;
  color: #858c68;
}
.product-page-checkout-buttons .product-page-quantity-selector .quantity-value {
  color: #434540;
  font-size: 24px;
  font-weight: 400;
  min-width: 20px;
  text-align: center;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-2 {
  margin-bottom: 8px;
}

.mb-4 {
  margin-bottom: 12px;
}

.basket-title {
  align-self: stretch;
  color: #434540;
  font-size: 100px;
  font-weight: 200;
  line-height: 100px;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-top: 44px;
  margin-bottom: 50px;
}
@media (max-width: 1100px) {
  .basket-title {
    font-size: 50px;
    line-height: 50px;
  }
}
@media (max-width: 992px) {
  .basket-title {
    font-size: 32px;
    line-height: 30px;
    margin-bottom: 32px;
  }
}
@media (max-width: 576px) {
  .basket-title {
    margin-bottom: 22px;
  }
}
.basket-checkout {
  width: 100%;
  padding: 30px;
  border-radius: 30px;
  background: #f5f5f5;
  position: sticky;
  top: 20px;
}
@media (max-width: 576px) {
  .basket-checkout {
    border-radius: 24px;
  }
}
.basket-checkout .btn-green {
  margin-top: 24px;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.basket-checkout-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}
.basket-checkout-info h5,
.basket-checkout-info span {
  color: #4b4b4b;
  font-size: 16px;
  font-weight: 400;
}
.basket-checkout-info-warning {
  color: #4b4b4b;
  font-size: 16px;
  font-weight: 400;
}
.basket-checkout-info.total {
  margin-top: 16px;
}
.basket-checkout-info.total h5 {
  font-size: 24px;
}
.basket-checkout-info.total span {
  font-size: 24px;
}
.basket-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 97px;
}
@media (max-width: 1450px) {
  .basket-content {
    gap: 20px;
  }
}
@media (max-width: 1100px) {
  .basket-content {
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .basket-content {
    padding-bottom: 50px;
  }
}
.basket-content-right {
  width: 25%;
  min-height: 100%;
  min-width: 360px;
}
@media (max-width: 1100px) {
  .basket-content-right {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .basket-content-right {
    min-width: 100%;
  }
}
.basket-content-left {
  width: 75%;
}
@media (max-width: 1100px) {
  .basket-content-left {
    width: 100%;
  }
}
.basket-content-left-empty {
  color: rgba(75, 75, 75, 0.8549019608);
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  margin-top: 32px;
  margin-bottom: 32px;
}
.basket-content-left-empty a {
  color: #858c68;
  font-size: 18px;
  font-weight: 400;
}
.basket-content-left-empty a:hover {
  text-decoration: underline;
}
.basket-content-left-bottom {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
  margin-top: 32px;
}
@media (max-width: 576px) {
  .basket-content-left-bottom {
    flex-wrap: wrap;
  }
}
.basket-content-left-bottom-total {
  width: 108px;
  color: #4b4b4b;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 576px) {
  .basket-content-left-bottom-total {
    flex-grow: 1;
  }
}
.basket-content-left-bottom-price {
  width: 126px;
  color: #4b4b4b;
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 576px) {
  .basket-content-left-bottom-price {
    order: 3;
    width: 100%;
  }
}
.basket-content-left-bottom button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer;
  color: #4b4b4b;
  font-size: 16px;
  font-weight: 400;
}
.basket-table {
  width: 100%;
}
.basket-table-header {
  grid-template-columns: 2fr 1fr 1fr 1fr;
  display: grid;
  gap: 60px;
  border-bottom: 1px solid #b8b8b8;
  padding-bottom: 12px;
}
@media (max-width: 1400px) {
  .basket-table-header {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
  }
}
@media (max-width: 992px) {
  .basket-table-header {
    display: none;
  }
}
.basket-table-header p {
  overflow: hidden;
  color: #b1b1b1;
  text-overflow: ellipsis;
  font-size: 18px;
  font-weight: 400;
}
.basket-table-count {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .basket-table-count {
    display: none;
  }
}
@media (max-width: 576px) {
  .basket-table-count {
    display: flex;
  }
}
.basket-table-count span {
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.basket-table-count-btn {
  width: 34px;
  height: 36px;
  border: none;
  background: #eee;
  color: #4b4b4b;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
}
.basket-table-count-btn:disabled {
  background: #eee;
  color: #b1b1b1;
  cursor: not-allowed;
}
@media (max-width: 992px) {
  .basket-table-body {
    border-top: 1px solid #b8b8b8;
  }
}
.basket-table-body-heart {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 18px;
}
@media (max-width: 992px) {
  .basket-table-body-heart {
    display: none;
  }
}
.basket-table-body-heart-btn {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.basket-table-body-heart i {
  color: #b1b1b1;
  font-size: 18px;
  font-weight: 400;
}
.basket-table-body-item-row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 60px;
  border-bottom: 1px solid #b8b8b8;
  padding-bottom: 12px;
  padding-top: 12px;
  align-items: center;
}
@media (max-width: 1400px) {
  .basket-table-body-item-row {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    row-gap: 40px;
  }
}
@media (max-width: 576px) {
  .basket-table-body-item-row {
    row-gap: 30px;
  }
}
.basket-table-body-item-row [data-mobtitle] {
  position: relative;
}
@media (max-width: 992px) {
  .basket-table-body-item-row [data-mobtitle] {
    min-height: 50px;
  }
}
.basket-table-body-item-row [data-mobtitle]::before {
  content: attr(data-mobtitle);
  color: #b1b1b1;
  font-size: 18px;
  font-weight: 400;
  position: absolute;
  top: 0px;
  left: 0;
  transform: translateY(-100%);
  width: 100%;
  white-space: nowrap;
  display: none;
}
@media (max-width: 992px) {
  .basket-table-body-item-row [data-mobtitle]::before {
    display: block;
  }
}
@media (max-width: 576px) {
  .basket-table-body-item-row [data-mobtitle]::before {
    transform: translateY(-80%);
  }
}
@media (max-width: 992px) {
  .basket-table-body-item-row-info {
    grid-column: 1/-1;
  }
}
.basket-table-body-item-row-image {
  display: flex;
  align-items: center;
  justify-content: start;
  color: #4b4b4b;
  font-size: 18px;
  font-weight: 400;
  gap: 24px;
}
@media (max-width: 1400px) {
  .basket-table-body-item-row-image {
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }
}
@media (max-width: 992px) {
  .basket-table-body-item-row-image {
    flex-direction: row;
    align-items: center;
    justify-content: start;
    grid-column: 1/-1;
  }
}
.basket-table-body-item-row-image img {
  object-fit: contain;
  background-color: #f5f4f4;
  min-width: 150px;
  height: 126px;
}
@media (max-width: 576px) {
  .basket-table-body-item-row-image img {
    width: 81px;
    height: 68px;
  }
}
.basket-table-body-item-row-image-mobile {
  display: none;
}
@media (max-width: 992px) {
  .basket-table-body-item-row-image-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    margin-left: auto;
  }
  .basket-table-body-item-row-image-mobile .basket-table-count {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .basket-table-body-item-row-image-mobile .basket-table-body-heart {
    display: flex;
  }
  .basket-table-body-item-row-image-mobile .basket-table-body-heart img {
    width: 24px;
    height: 24px;
    background-color: transparent;
  }
}
@media (max-width: 576px) {
  .basket-table-body-item-row-image-mobile .basket-table-count {
    display: none;
  }
}
.basket-table-body-item-row-info h4 {
  color: #4b4b4b;
  font-size: 18px;
  font-weight: 400;
}
.basket-table-body-item-row-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.basket-table-body-item-row-total .total {
  color: #4b4b4b;
  font-size: 18px;
  font-weight: 400;
}
.basket-table-body-item-row-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
@media (max-width: 576px) {
  .basket-table-body-item-row-price {
    grid-column: 1/-1;
  }
}
.basket-table-body-item-row-price .price {
  color: #4b4b4b;
  font-size: 18px;
  font-weight: 400;
}

.contact-title {
  color: #4b4b4b;
  font-size: 100px;
  font-weight: 200;
  line-height: 100px;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-top: 44px;
  margin-bottom: 55px;
}
@media (max-width: 1100px) {
  .contact-title {
    font-size: 50px;
    line-height: 50px;
  }
}
@media (max-width: 992px) {
  .contact-title {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 32px;
  }
}
.contact .connect-me {
  margin-top: 100px;
}
.contact-content-info {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 2fr;
  gap: 20px;
}
@media (max-width: 1520px) {
  .contact-content-info {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .contact-content-info {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 670px) {
  .contact-content-info {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }
}
.contact-content-info-item {
  margin-bottom: 55px;
}
@media (max-width: 1520px) and (min-width: 768px) {
  .contact-content-info-item {
    margin-bottom: 30px;
  }
  .contact-content-info-item:nth-child(1) {
    order: 3;
  }
  .contact-content-info-item:nth-child(4) {
    order: 4;
  }
}
@media (max-width: 768px) {
  .contact-content-info-item:last-child {
    grid-column: 1/-1;
  }
}
@media (max-width: 670px) {
  .contact-content-info-item {
    margin-bottom: 0;
  }
}
.contact-content-info-item .btn-white-outline {
  background-color: #fff;
  border: 1px solid #858c68;
  color: #4b4b4b;
}
@media (max-width: 768px) {
  .contact-content-info-item .btn-white-outline {
    height: 62px;
  }
}
@media (max-width: 576px) {
  .contact-content-info-item .btn-white-outline {
    width: 100%;
  }
}
.contact-content-info-item .tel-link {
  align-self: stretch;
  color: #4b4b4b;
  font-size: 32px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .contact-content-info-item .tel-link {
    font-size: 24px;
  }
}
.contact-content-info-item .text {
  color: #4b4b4b;
  font-size: 16px;
  font-weight: 400;
}
.contact-content-info-item .email-link {
  color: #858c68;
  font-size: 32px;
  font-weight: 400;
  text-decoration-line: underline;
  text-decoration-style: solid;
}
@media (max-width: 768px) {
  .contact-content-info-item .email-link {
    font-size: 24px;
  }
}
.contact-content-info-item .email-link:hover {
  color: #788865;
}
.contact-content-map {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 42px;
}
@media (max-width: 1100px) {
  .contact-content-map {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .contact-content-map {
    gap: 30px;
  }
}
.contact-content-map-left iframe {
  width: 100%;
  height: 582px;
  border: none;
  border-radius: 8px;
}
@media (max-width: 576px) {
  .contact-content-map-left iframe {
    height: 393px;
  }
}
.contact-content-map-right {
  width: 100%;
  padding: 32px;
  border-radius: 8px;
  background: #ededed;
}
@media (max-width: 768px) {
  .contact-content-map-right {
    padding: 16px;
  }
}
.contact-content-map-right-title {
  color: #4b4b4b;
  font-size: 30px;
  font-weight: 300;
  line-height: 35px;
  letter-spacing: -0.3px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .contact-content-map-right-title {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
.contact-content-map-right-subtitle {
  color: #4b4b4b;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 17px;
}
.contact-content-map-right-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.contact-content-map-right-list li {
  margin-bottom: 13px;
}
.contact-content-map-right-list-item-title {
  color: #4b4b4b;
  font-size: 16px;
  font-weight: 400;
  opacity: 0.7;
}
.contact-content-map-right-list-item-value {
  align-self: stretch;
  color: #4b4b4b;
  font-size: 16px;
  font-weight: 400;
}

.connect-me {
  width: 100%;
  background-color: #858c68;
  padding-top: 75px;
  padding-bottom: 120px;
  padding-left: 120px;
  padding-right: 120px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: start;
}
@media (max-width: 1200px) {
  .connect-me {
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .connect-me {
    padding-top: 30px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: -16px;
    width: calc(100% + 32px);
    margin-bottom: -120px;
  }
}
.connect-me:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg-header.png) repeat center center;
  opacity: 0.07;
}
.connect-me-title {
  color: #fff;
  font-size: 84px;
  font-weight: 300;
  line-height: 117.84%;
  letter-spacing: -0.84px;
  text-transform: uppercase;
  position: relative;
  width: 708.804px;
  flex-shrink: 0;
}
@media (max-width: 1450px) {
  .connect-me-title {
    font-size: 60px;
    line-height: 70px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .connect-me-title {
    font-size: 30px;
    font-weight: 400;
    line-height: 117.84%;
    letter-spacing: -0.3px;
    width: 100%;
    margin-bottom: 24px;
  }
}
.connect-me-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  width: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .connect-me-form {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .connect-me-form .last-input {
    grid-column: 1/-1;
  }
}
.connect-me-form-buttons {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 36px;
  width: 100%;
  margin-top: 32px;
}
@media (max-width: 992px) {
  .connect-me-form-buttons {
    grid-column: 1/-1;
  }
}
@media (max-width: 576px) {
  .connect-me-form-buttons {
    flex-direction: column;
    gap: 10px;
    margin-top: 0;
  }
}
@media (max-width: 576px) {
  .connect-me-form-buttons button {
    width: 100%;
    height: 62px;
    margin-bottom: 10px;
  }
}
.connect-me-form-buttons-description {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.16px;
  opacity: 0.7;
}
.connect-me-form-buttons-description a {
  color: #fff;
  text-decoration: underline;
}

.def-input {
  width: 100%;
  height: 88px;
  border-radius: 45px;
  border: 1px solid #fff;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .def-input {
    height: 62px;
  }
}
.def-input input {
  width: 100%;
  background-color: transparent;
  height: 100%;
  color: #eee;
}
.def-input input::placeholder {
  color: #eee;
}
.def-input[data-error] {
  border-color: #ff5656;
  background-color: rgba(255, 86, 86, 0.25);
}
.def-input[data-error]:after {
  content: attr(data-error);
  color: #ff5656;
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  top: calc(100% + 5px);
  left: 20px;
}
.def-input[data-error] input,
.def-input[data-error] input::placeholder {
  color: #fda3a3;
}

.page-title {
  color: #4b4b4b;
  font-size: 100px;
  font-weight: 200;
  line-height: 100px;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-top: 44px;
  margin-bottom: 55px;
}
@media (max-width: 1200px) {
  .page-title {
    font-size: 60px;
    line-height: 80px;
    letter-spacing: -0.8px;
  }
}
@media (max-width: 992px) {
  .page-title {
    font-size: 32px;
    line-height: 32px;
    letter-spacing: -0.32px;
    margin-bottom: 32px;
    margin-top: 16px;
  }
}

.warehouse-title {
  color: #4b4b4b;
  font-size: 100px;
  font-weight: 200;
  line-height: 100px;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-top: 44px;
  margin-bottom: 55px;
}
@media (max-width: 1200px) {
  .warehouse-title {
    font-size: 60px;
    line-height: 80px;
    letter-spacing: -0.8px;
  }
}
@media (max-width: 992px) {
  .warehouse-title {
    font-size: 32px;
    line-height: 32px;
    letter-spacing: -0.32px;
    margin-bottom: 32px;
    margin-top: 16px;
  }
}
@media (max-width: 992px) {
  .warehouse-content .block-news-slider {
    width: 100%;
  }
}
.warehouse-content .block-news-content {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .warehouse-content .block-news-content {
    margin-top: 16px;
  }
}
@media (max-width: 576px) {
  .warehouse-content {
    padding-bottom: 60px;
  }
}
.warehouse-content-section {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 115px;
  margin-bottom: 80px;
}
@media (max-width: 1200px) {
  .warehouse-content-section {
    gap: 30px;
    margin-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .warehouse-content-section {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
  }
}
.warehouse-content-section-title {
  min-width: 492px;
  width: 492px;
  color: #858c68;
  font-size: 30px;
  font-weight: 300;
  line-height: 35px;
  letter-spacing: -0.3px;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .warehouse-content-section-title {
    width: 100%;
    min-width: 100%;
    font-size: 20px;
  }
}
.warehouse-content-section-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.warehouse-content-section-content {
  width: 100%;
}
.warehouse-content-section-content-info {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 6px;
  margin-top: 20px;
  flex-wrap: wrap;
}
.warehouse-content-section-content-info-item:first-child {
  width: 40%;
}
.warehouse-content-section-content-info h6 {
  color: #b1b1b1;
  font-size: 16px;
  font-weight: 400;
}
.warehouse-content-section-content-info p {
  align-self: stretch;
  color: #4b4b4b;
  font-size: 16px;
  font-weight: 400;
}
.warehouse-content-section-content-link {
  color: #858c68;
  font-size: 16px;
  font-weight: 400;
  text-decoration-line: underline;
}
.warehouse-content-section-content-title {
  color: #4b4b4b;
  font-size: 24px;
  font-weight: 400;
  margin-top: 28px;
}
.warehouse-content-section-content-description {
  color: #4b4b4b;
  font-size: 16px;
  font-weight: 400;
  margin-top: 8px;
}
.warehouse-content-section-content-list-title {
  color: #4b4b4b;
  font-size: 16px;
  font-weight: bold;
  margin-top: 21px;
}
.warehouse-content-section-content-list {
  width: 50%;
  padding-left: 30px;
}
@media (max-width: 992px) {
  .warehouse-content-section-content-list {
    width: 100%;
  }
}
.warehouse-content-section-content-list li {
  color: #4b4b4b;
  font-size: 16px;
  font-weight: 400;
}

.def-input-gray {
  width: 100%;
  height: 56px;
  padding: 0 32px;
  border-radius: 45px;
  border: 1px solid #ebebeb;
  background: #f7f7f7;
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  transition: all 0.3s ease;
}
.def-input-gray input,
.def-input-gray select {
  width: 100%;
  height: 100%;
  background: transparent;
  color: #4b4b4b;
  border: none;
  outline: none;
  font-size: 16px;
  cursor: pointer;
}
.def-input-gray input::placeholder,
.def-input-gray select::placeholder {
  color: #4b4b4b;
  opacity: 0.5;
}
.def-input-gray select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 40px;
}
.def-input-gray select option {
  background: #f7f7f7;
  color: #4b4b4b;
  padding: 10px;
}
.def-input-gray .input-label {
  color: #4b4b4b;
  font-size: 14px;
  pointer-events: none;
  white-space: nowrap;
  opacity: 0.7;
  flex-shrink: 0;
  margin-left: auto;
}
.def-input-gray select ~ .input-label {
  display: none;
}
.def-input-gray .input-dropdown-icon {
  cursor: pointer;
  pointer-events: none;
  position: absolute;
  right: 22px;
  color: #4b4b4b;
  opacity: 0.7;
  font-size: 15px;
}
.def-input-gray .input-dropdown-icon:hover {
  opacity: 1;
}
.def-input-gray select ~ .input-dropdown-icon {
  display: block;
}
.def-input-gray i.fa-eye,
.def-input-gray i.fa-eye-slash {
  cursor: pointer;
  color: #4b4b4b;
  opacity: 0.7;
  font-size: 18px;
  margin-left: auto;
  flex-shrink: 0;
}
.def-input-gray i.fa-eye:hover,
.def-input-gray i.fa-eye-slash:hover {
  opacity: 1;
}
.def-input-gray:focus-within {
  border-color: #858c68;
}

.account-content-info {
  width: 100%;
}
.account-content-info-title {
  color: #4b4b4b;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .account-content-info-title {
    font-size: 20px;
  }
}

.account-content-info-form {
  margin-top: 40px;
}

.account-form-section {
  margin-bottom: 48px;
}
.account-form-section:last-of-type {
  margin-bottom: 0;
}

.account-form-section-title {
  color: #4b4b4b;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 16px;
}

.account-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 24px;
}
.account-form-row:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .account-form-row {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.account-form-full-width {
  grid-column: 1/-1;
}

.account-form-actions {
  margin-top: 48px;
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .account-form-actions {
    margin-top: 32px;
  }
}

.account-faq-content {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 768px) {
  .account-faq-content {
    margin-top: 24px;
    gap: 8px;
  }
}

.account-faq-item {
  border-radius: 24px;
  overflow: hidden;
  background-color: #f7f7f7;
  transition: all 0.3s ease;
}
.account-faq-item-header {
  padding: 24px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 24px;
  background: #ededed;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media (max-width: 768px) {
  .account-faq-item-header {
    background: #f0f0f0;
  }
}
.account-faq-item-header i {
  transition: all 0.3s ease;
  color: #4b4b4b;
}
.account-faq-item-title {
  color: #4b4b4b;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  flex: 1;
}
@media (max-width: 768px) {
  .account-faq-item-title {
    font-size: 16px;
    line-height: 22px;
  }
}
.account-faq-item-chevron {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
  transform: rotate(0deg);
}
.account-faq-item-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 32px;
  background-color: #f7f7f7;
}
@media (max-width: 768px) {
  .account-faq-item-content {
    padding: 0 20px;
  }
}
.account-faq-item-content p {
  color: #4b4b4b;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  padding-bottom: 32px;
}
@media (max-width: 768px) {
  .account-faq-item-content p {
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 16px;
  }
}
.account-faq-item.active {
  background-color: #858c68;
}
.account-faq-item.active .account-faq-item-header {
  background-color: #858c68;
}
.account-faq-item.active .account-faq-item-header i {
  color: #ffffff;
  transform: rotate(180deg);
}
.account-faq-item.active .account-faq-item-title {
  color: #ffffff;
}
.account-faq-item.active .account-faq-item-content {
  max-height: 500px;
  padding-top: 0;
  background-color: #fff;
  padding-top: 32px;
  border: 1px solid #ebebeb;
  border-top: none;
}
.account-faq-item.active .account-faq-item-content p {
  color: #4b4b4b;
}
.account-faq-item:hover:not(.active) {
  background-color: #eeeeee;
}

.account-faq-button {
  margin-top: 20px;
  padding: 16px 32px;
  border-radius: 12px;
  background-color: transparent;
  border: 1px solid #858c68;
  color: #4b4b4b;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.3s ease;
  align-self: flex-start;
}
@media (max-width: 768px) {
  .account-faq-button {
    margin-top: 16px;
    padding: 14px 24px;
    font-size: 16px;
    width: 100%;
  }
}
.account-faq-button:hover {
  background-color: #858c68;
  color: #ffffff;
}

.city-combobox {
  display: flex;
  align-items: center;
  gap: 0;
  position: relative;
}
.city-combobox .account-input-city-input {
  flex: 1;
  min-width: 0;
  border-right: none;
  border-radius: 0;
  padding-right: 16px;
}
.city-combobox .city-select-trigger {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 20px 0 12px;
  cursor: pointer;
  flex-shrink: 0;
  height: 100%;
  transition: background-color 0.3s ease;
  white-space: nowrap;
  border-left: 1px solid #ebebeb;
}
.city-combobox .city-select-trigger .city-select-label {
  color: #4b4b4b;
  font-size: 14px;
  opacity: 0.7;
  pointer-events: none;
}
.city-combobox .city-select-trigger .input-dropdown-icon {
  pointer-events: none;
  transition: transform 0.3s ease;
}
.city-combobox .city-select-trigger.active .input-dropdown-icon {
  transform: rotate(180deg);
}
.city-combobox .account-input-city-select {
  display: none;
}
.city-combobox .city-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  max-height: 300px;
  overflow-y: auto;
  z-index: 1000;
  display: none;
}
.city-combobox .city-dropdown.active {
  display: block;
}
.city-combobox .city-dropdown-list {
  padding: 8px 0;
}
.city-combobox .city-dropdown-item {
  padding: 12px 32px;
  cursor: pointer;
  color: #4b4b4b;
  font-size: 16px;
  transition: background-color 0.2s ease;
}
.city-combobox .city-dropdown-item:hover {
  background-color: #f7f9f4;
}
.city-combobox .city-dropdown-item.selected {
  background-color: rgba(133, 140, 104, 0.1);
  color: #858c68;
}
.city-combobox .city-dropdown::-webkit-scrollbar {
  width: 6px;
}
.city-combobox .city-dropdown::-webkit-scrollbar-track {
  background: #f7f7f7;
  border-radius: 10px;
}
.city-combobox .city-dropdown::-webkit-scrollbar-thumb {
  background: #858c68;
  border-radius: 10px;
}
.city-combobox .city-dropdown::-webkit-scrollbar-thumb:hover {
  background: #a3aa87;
}

.find-manufacturer-content-search {
  width: 100%;
  display: flex;
  justify-content: end;
  margin-bottom: 51px;
}
.find-manufacturer-content-search label {
  width: 100%;
  max-width: 607px;
}
.find-manufacturer-content-box {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 115px;
}
@media (max-width: 1400px) {
  .find-manufacturer-content-box {
    gap: 20px;
  }
}
@media (max-width: 660px) {
  .find-manufacturer-content-box {
    flex-direction: column;
    gap: 58px;
  }
}
.find-manufacturer-content-box .featured-fanufacturers {
  width: 50%;
}
@media (max-width: 660px) {
  .find-manufacturer-content-box .featured-fanufacturers {
    width: 100%;
  }
}
.find-manufacturer-content-box .featured-fanufacturers-title {
  color: #b1b1b1;
  font-size: 30px;
  font-weight: 300;
  line-height: 35px;
  letter-spacing: -0.3px;
  text-transform: uppercase;
  margin-bottom: 13px;
}
@media (max-width: 992px) {
  .find-manufacturer-content-box .featured-fanufacturers-title {
    font-size: 20px;
  }
}
.find-manufacturer-content-box .featured-fanufacturers-list {
  list-style: none;
}
.find-manufacturer-content-box .featured-fanufacturers-list li,
.find-manufacturer-content-box .featured-fanufacturers-list a {
  color: #434540;
  font-size: 30px;
  font-weight: 300;
  line-height: 35px;
  letter-spacing: -0.3px;
  text-transform: uppercase;
  transition: color 0.3s ease;
}
@media (max-width: 992px) {
  .find-manufacturer-content-box .featured-fanufacturers-list li,
  .find-manufacturer-content-box .featured-fanufacturers-list a {
    font-size: 20px;
  }
}
.find-manufacturer-content-box .featured-fanufacturers-list li:hover,
.find-manufacturer-content-box .featured-fanufacturers-list a:hover {
  color: #858c68;
}
.find-manufacturer-content-box .featured-fanufacturers-list li {
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .find-manufacturer-content-box .featured-fanufacturers-list li {
    margin-bottom: 0;
  }
}
.find-manufacturer-content-box .fanufacturers-all {
  width: 50%;
}
@media (max-width: 660px) {
  .find-manufacturer-content-box .fanufacturers-all {
    width: 100%;
  }
}
.find-manufacturer-content-box .fanufacturers-all-title {
  color: #b1b1b1;
  font-weight: 300;
  line-height: 35px;
  letter-spacing: -0.3px;
  text-transform: uppercase;
  margin-bottom: 13px;
  font-size: 20px;
  display: none;
}
@media (max-width: 992px) {
  .find-manufacturer-content-box .fanufacturers-all-title {
    display: block;
  }
}
.find-manufacturer-content-box .fanufacturers-all-item {
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 238px;
  margin-bottom: 40px;
}
@media (max-width: 1400px) {
  .find-manufacturer-content-box .fanufacturers-all-item {
    gap: 50px;
  }
}
@media (max-width: 992px) {
  .find-manufacturer-content-box .fanufacturers-all-item {
    flex-direction: column;
    gap: 0;
  }
}
.find-manufacturer-content-box .fanufacturers-all-item-symbol {
  color: #858c68;
  font-size: 65px;
  font-weight: 200;
  line-height: 50px;
  letter-spacing: -0.65px;
  text-transform: uppercase;
  width: 35px;
  min-width: 35px;
}
@media (max-width: 992px) {
  .find-manufacturer-content-box .fanufacturers-all-item-symbol {
    font-size: 40px;
  }
}
.find-manufacturer-content-box .fanufacturers-all-item-list {
  list-style: none;
}
.find-manufacturer-content-box .fanufacturers-all-item-list li {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .find-manufacturer-content-box .fanufacturers-all-item-list li {
    margin-bottom: 0;
  }
}
.find-manufacturer-content-box .fanufacturers-all-item-list li img {
  cursor: pointer;
}
.find-manufacturer-content-box .fanufacturers-all-item-list li a {
  color: #434540;
  font-size: 30px;
  font-weight: 300;
  line-height: 35px;
  letter-spacing: -0.3px;
  text-transform: uppercase;
  transition: color 0.3s ease;
}
@media (max-width: 992px) {
  .find-manufacturer-content-box .fanufacturers-all-item-list li a {
    font-size: 20px;
  }
}
.find-manufacturer-content-box .fanufacturers-all-item-list li a:hover {
  color: #858c68;
}

.login-register-content {
  margin-top: 63px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  max-width: 912px;
}
@media (max-width: 768px) {
  .login-register-content {
    margin-top: 20px;
  }
}
.login-register-wrapper {
  display: flex;
  justify-content: center;
  align-items: start;
}
.login-register-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 45px;
}
.login-register-tab {
  color: #dbdbdb;
  font-size: 100px;
  font-weight: 200;
  line-height: 100px;
  letter-spacing: -1px;
  text-transform: uppercase;
  background-color: transparent;
  cursor: pointer;
}
@media (max-width: 992px) {
  .login-register-tab {
    font-size: 32px;
    letter-spacing: -0.32px;
    line-height: 117.84%;
  }
}
@media (max-width: 420px) {
  .login-register-tab {
    font-size: 24px;
    letter-spacing: -0.32px;
    line-height: 117.84%;
  }
}
.login-register-tab.active {
  color: #434540;
}
.login-register-tab-forgot-password {
  margin-top: -18px;
  color: #858c68;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.18px;
  text-decoration-line: underline;
}
.login-register-tab-content {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 35px;
}
@media (max-width: 768px) {
  .login-register-tab-content {
    flex-direction: column;
    gap: 45px;
  }
}
@media (max-width: 500px) {
  .login-register-tab-content {
    margin-bottom: 63px;
  }
}
.login-register-tab-content.register {
  display: block;
}
.login-register-tab-content-title {
  color: #4b4b4b;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}
.login-register-tab-content-list {
  padding-left: 30px;
}
.login-register-tab-content-list li {
  color: #4b4b4b;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.login-register-tab-content-list-description {
  color: #b1b1b1;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 16px;
  margin-bottom: 35px;
}
.login-register-tab-content-form {
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 768px) {
  .login-register-tab-content-form {
    width: 100%;
    gap: 20px;
  }
}
.login-register-tab-content-form .btn-green {
  width: 262px;
}
@media (max-width: 420px) {
  .login-register-tab-content-form .btn-green {
    width: 100%;
  }
}
.login-register-tab-content-form-register {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 600px) {
  .login-register-tab-content-form-register {
    grid-template-columns: 1fr;
  }
}
.login-register-tab-content-form-register .inn {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 600px) {
  .login-register-tab-content-form-register .inn {
    grid-template-columns: 1fr;
  }
}
.login-register-tab-content-form-register-checkbox {
  grid-column: 1/-1;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 30px;
  margin-top: 16px;
}
@media (max-width: 600px) {
  .login-register-tab-content-form-register-checkbox {
    flex-direction: column;
    gap: 16px;
  }
  .login-register-tab-content-form-register-checkbox .btn-green {
    width: 100%;
  }
}
.login-register-tab-content-form-register-checkbox label {
  color: #4b4b4b;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: start;
  gap: 4px;
}
.login-register-tab-content-form-register-checkbox input[type=checkbox] {
  width: 16px;
  height: 16px;
  cursor: pointer;
  accent-color: #858c68;
  border-radius: 4px;
  border: 1px solid #b8b8b8;
  margin-top: 2px;
}
.login-register-tab-content-article {
  width: 50%;
}
@media (max-width: 768px) {
  .login-register-tab-content-article {
    width: 100%;
  }
}
.login-register-tab-content-article img {
  width: 100%;
  height: 213px;
  border-radius: 107px;
  object-fit: cover;
  object-position: center;
  margin-bottom: 16px;
}
.login-register-tab-content-article-title {
  align-self: stretch;
  color: #4b4b4b;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 16px;
}
.login-register-tab-content-article-list {
  padding-left: 30px;
}
.login-register-tab-content-article-list li {
  align-self: stretch;
  color: #4b4b4b;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.account .container {
  margin: unset;
  margin-left: 20px;
}
@media (max-width: 992px) {
  .account .container {
    margin-left: 0;
  }
}
.account-content {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 35px;
  margin-top: 38px;
}
@media (max-width: 1100px) {
  .account-content {
    flex-direction: column;
  }
}
.account-content-menu {
  width: 304px;
  min-width: 304px;
}
@media (max-width: 1100px) {
  .account-content-menu {
    width: 100%;
    min-width: 100%;
  }
}
.account-content-menu-avatar {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}
.account-content-menu-avatar-exit {
  margin-left: auto;
  display: none;
}
@media (max-width: 1100px) {
  .account-content-menu-avatar-exit {
    display: block;
  }
}
.account-content-menu-avatar-exit img {
  width: 30px !important;
  height: 30px !important;
}
.account-content-menu-avatar img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}
.account-content-menu-avatar h3 {
  color: #4b4b4b;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
}
.account-content-menu-list-wrapper {
  position: relative;
  width: 100%;
  max-width: 354px;
  overflow: hidden;
}
@media (max-width: 1100px) {
  .account-content-menu-list-wrapper {
    border-radius: 8px;
    border: 1px solid #b8b8b8;
    background: #fff;
    margin-bottom: 16px;
  }
  .account-content-menu-list-wrapper.active {
    box-shadow: 0 49px 64.8px -21px rgba(0, 0, 0, 0.15);
  }
}
.account-content-menu-list-wrapper-mobile {
  position: relative;
  z-index: 1;
}
@media (max-width: 1100px) {
  .account-content-menu-list-wrapper-mobile {
    height: 60px;
  }
}
.account-content-menu-list {
  list-style: none;
}
@media (max-width: 1100px) {
  .account-content-menu-list {
    display: none;
  }
  .account-content-menu-list.active {
    display: block !important;
    padding-bottom: 16px;
  }
}
.account-content-menu-list-mobile {
  justify-content: start;
  align-items: center;
  gap: 8px;
  color: #4b4b4b;
  font-size: 18px;
  font-weight: 400;
  padding: 16px;
  display: none;
}
@media (max-width: 1100px) {
  .account-content-menu-list-mobile {
    display: flex;
  }
}
.account-content-menu-list-mobile i {
  font-size: 14px !important;
  margin-left: auto;
  transition: all 0.3s ease;
}
.account-content-menu-list-mobile.active i {
  transform: rotate(90deg);
}
.account-content-menu-list li.hr {
  border-top: 1px solid rgba(75, 75, 75, 0.2509803922);
  margin-top: 16px;
  padding-top: 16px;
}
@media (max-width: 1100px) {
  .account-content-menu-list li.hr {
    display: none;
  }
}
.account-content-menu-list li a {
  display: flex;
  padding: 12px 16px;
  align-items: center;
  gap: 12px;
  align-self: stretch;
  border-radius: 8px;
  background: #fff;
  color: #4b4b4b;
  font-family: Jost;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all 0.3s ease;
}
@media (max-width: 1100px) {
  .account-content-menu-list li a {
    border-radius: 0;
  }
}
.account-content-menu-list li a:hover, .account-content-menu-list li a.active {
  background: #f7f9f4;
  color: #858c68;
}
@media (max-width: 1100px) {
  .account-content-menu-list li:last-child {
    display: none;
  }
}
.account-content-info {
  width: calc(100% - 304px);
}
@media (max-width: 1100px) {
  .account-content-info {
    width: 100%;
  }
}
.account-content-info-title {
  color: #858c68;
  font-size: 30px;
  font-weight: 300;
  line-height: 35px;
  letter-spacing: -0.3px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .account-content-info-title {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.2px;
    margin-bottom: 16px;
  }
}

.usefull-content {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 60px;
  margin-top: 40px;
}
@media (max-width: 992px) {
  .usefull-content {
    flex-direction: column;
    gap: 30px;
    margin-top: 30px;
  }
}
.usefull-content-text {
  width: 100%;
  flex: 1;
  max-width: calc(100% - 400px);
}
@media (max-width: 992px) {
  .usefull-content-text {
    max-width: 100%;
  }
}
.usefull-content-title {
  color: #b8a082;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-family: "Jost", sans-serif;
}
@media (max-width: 992px) {
  .usefull-content-title {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .usefull-content-title {
    font-size: 24px;
  }
}
.usefull-content-paragraphs {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .usefull-content-paragraphs {
    gap: 16px;
    margin-bottom: 24px;
  }
}
.usefull-content-paragraphs p {
  color: #4b4b4b;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 992px) {
  .usefull-content-paragraphs p {
    font-size: 16px;
    line-height: 1.5;
  }
}
.usefull-content-links {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media (max-width: 992px) {
  .usefull-content-links {
    gap: 10px;
  }
}
.usefull-content-link {
  color: #858c68;
  font-size: 18px;
  font-weight: 400;
  text-decoration-line: underline;
}
@media (max-width: 992px) {
  .usefull-content-link {
    font-size: 16px;
  }
}
.usefull-content-link:hover {
  color: #858c68;
}
.usefull-content-image {
  width: 100%;
  max-width: 400px;
  flex-shrink: 0;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .usefull-content-image {
    max-width: 100%;
    width: 100%;
  }
}
.usefull-content-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.account-order-history-section {
  margin-bottom: 60px;
}
.account-order-history-section-title {
  align-self: stretch;
  color: #4b4b4b;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: -150px;
}
@media (max-width: 992px) {
  .account-order-history-section-title {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.2px;
  }
}
.account-order-history-section-list {
  margin-right: -20px;
}
@media (max-width: 992px) {
  .account-order-history-section-list {
    margin-left: -20px;
  }
}
.account-order-history-section-list .slick-track {
  padding-bottom: 150px;
  padding-top: 180px;
}
.account-order-history-section-list .product-card {
  width: 100%;
  margin: 0;
  margin-right: 50px;
  box-shadow: 0 49px 34.8px -21px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1450px) {
  .account-order-history-section-list .product-card {
    margin-right: 20px;
  }
}
.account-order-history-section-list .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: -124px;
  list-style: none;
  padding: 0;
  position: relative;
  z-index: 1;
}
.account-order-history-section-list .slick-dots li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #d9d9d9;
  cursor: pointer;
  transition: all 0.3s ease;
}
.account-order-history-section-list .slick-dots li.slick-active {
  background-color: #858c68;
}
.account-order-history-section-list .slick-dots li button {
  display: none;
}

.home-content {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
}
@media (max-width: 500px) {
  .home-content {
    margin-bottom: 84px;
  }
}
.home-content-images {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .home-content-images img:first-child {
    height: 110px;
  }
  .home-content-images img:last-child {
    height: 110px;
  }
}
.home-content-title {
  align-self: stretch;
  color: #4b4b4b;
  font-size: 30px;
  font-weight: 300;
  line-height: 35px;
  letter-spacing: -0.3px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .home-content-title {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.2px;
    margin-bottom: 16px;
  }
}
.home-content-list {
  padding-left: 40px;
}
.home-content-list li {
  align-self: stretch;
  color: #4b4b4b;
  font-size: 24px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .home-content-list li {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.18px;
  }
}

.favorites {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
@media (max-width: 1500px) {
  .favorites {
    gap: 30px;
  }
}
@media (max-width: 1426px) {
  .favorites {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 500px) {
  .favorites {
    grid-template-columns: repeat(1, 1fr);
  }
}
.favorites .product-card {
  width: 100%;
}

@media (max-width: 500px) {
  .account .container {
    padding-bottom: 50px;
  }
}

.manager {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 40px 20px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .manager {
    padding: 30px 16px;
  }
}
.manager-title {
  color: #434540;
  text-align: center;
  font-size: 100px;
  font-weight: 200;
  line-height: 100px;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-bottom: 34px;
}
@media (max-width: 992px) {
  .manager-title {
    font-size: 36px;
    line-height: 117.84%;
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .manager-title {
    font-size: 28px;
    margin-bottom: 24px;
  }
}
.manager-title-line {
  display: block;
}
.manager-title-line:last-child {
  padding-left: 20px;
}
@media (max-width: 576px) {
  .manager-title-line:last-child {
    padding-left: 10px;
  }
}
.manager-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.manager-photo {
  width: 300px;
  height: 300px;
  margin-bottom: 30px;
  border-radius: 0;
  overflow: hidden;
}
@media (max-width: 576px) {
  .manager-photo {
    width: 250px;
    height: 250px;
    margin-bottom: 24px;
  }
}
.manager-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
}
.manager-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .manager-info {
    margin-bottom: 24px;
  }
}
.manager-info p,
.manager-info a {
  color: #4b4b4b;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .manager-info p,
  .manager-info a {
    font-size: 16px;
  }
}
.manager-info-name {
  font-weight: 500;
}
.manager-info-phone {
  color: #4b4b4b;
}
.manager-email {
  color: #4b4b4b;
  text-decoration: underline;
  transition: color 0.3s ease;
}
.manager-email:hover {
  color: #858c68;
}
.manager-callback {
  width: 100%;
  max-width: 300px;
  padding: 18px 40px;
  font-size: 18px;
}
@media (max-width: 576px) {
  .manager-callback {
    max-width: 100%;
    padding: 16px 32px;
    font-size: 16px;
  }
}

.faq-content {
  display: flex;
  justify-content: start;
  align-items: start;
  margin-top: 44px;
}
@media (max-width: 1100px) {
  .faq-content {
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .faq-content {
    margin-top: 30px;
  }
}
@media (max-width: 500px) {
  .faq-content {
    margin-bottom: 50px;
  }
}
.faq-content-title {
  width: 100%;
  max-width: 877px;
  color: #434540;
  font-size: 100px;
  font-weight: 200;
  line-height: 100px;
  letter-spacing: -1px;
  text-transform: uppercase;
}
@media (max-width: 1384px) {
  .faq-content-title {
    font-size: 60px;
    letter-spacing: -0.6px;
    line-height: 117.84%;
    max-width: 500px;
  }
}
@media (max-width: 1100px) {
  .faq-content-title {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .faq-content-title {
    font-size: 32px;
  }
}
.faq-content-list {
  width: 100%;
}
.faq-content .account-faq-content {
  width: 100%;
}

@media (max-width: 500px) {
  .application {
    margin-bottom: 50px;
  }
}
.application-content {
  display: grid;
  row-gap: 30px;
  column-gap: 30px;
  grid-template-rows: repeat(5, minmax(0, 1fr));
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (max-width: 1300px) {
  .application-content {
    row-gap: 15px;
    column-gap: 15px;
  }
}
@media (max-width: 1024px) {
  .application-content {
    grid-template-rows: repeat(8, minmax(0, 1fr));
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 576px) {
  .application-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 15px;
  }
}
.application-content-item {
  width: 100%;
  padding: 30px;
  border: 1px solid #b8b8b8;
  background: #fff;
}
@media (max-width: 1300px) {
  .application-content-item {
    padding: 15px;
  }
}
.application-content-item:hover svg {
  transform: scale(1.1);
}
.application-content-item-image {
  text-align: end;
  margin-bottom: 16px;
}
.application-content-item-image svg {
  transition: 0.3s ease;
}
.application-content-item-title {
  align-self: stretch;
  color: #4b4b4b;
  font-size: 30px;
  font-weight: 300;
  line-height: 35px;
  letter-spacing: -0.3px;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .application-content-item-title {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.2px;
  }
}
.application-content-item-list {
  padding-left: 30px;
  margin-top: 16px;
}
.application-content-item-list li a {
  align-self: stretch;
  color: #4b4b4b;
  font-size: 18px;
  font-weight: 400;
  transition: 0.3s ease;
  cursor: pointer;
}
.application-content-item-list li a:hover {
  color: #858c68;
}
.application-content-item.image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.application-content-item.image img {
  max-width: 100%;
  max-height: 309px;
}
@media (min-width: 576px) {
  .application-content-item:nth-child(1) {
    grid-row: 1/span 2;
    grid-column: 1/span 1;
  }
  .application-content-item:nth-child(2) {
    grid-row: 1/span 2;
    grid-column: 2/span 1;
  }
  .application-content-item:nth-child(3) {
    grid-row: 3/span 1;
    grid-column: 1/span 1;
  }
  .application-content-item:nth-child(4) {
    grid-row: 3/span 2;
    grid-column: 2/span 1;
  }
  .application-content-item:nth-child(5) {
    grid-row: 4/span 2;
    grid-column: 1/span 1;
  }
  .application-content-item:nth-child(6) {
    grid-row: 5/span 1;
    grid-column: 2/span 1;
  }
  .application-content-item:nth-child(7) {
    grid-row: 6/span 1;
    grid-column: 1/span 1;
  }
  .application-content-item:nth-child(8) {
    grid-row: 6/span 1;
    grid-column: 2/span 1;
  }
  .application-content-item:nth-child(9) {
    grid-row: 7/span 2;
    grid-column: 1/span 1;
  }
  .application-content-item:nth-child(10) {
    grid-row: 7/span 1;
    grid-column: 2/span 1;
  }
  .application-content-item:nth-child(11) {
    grid-row: 7/span 1;
    grid-column: 2/span 1;
  }
  .application-content-item:nth-child(12) {
    grid-row: 8/span 1;
    grid-column: 2/span 1;
  }
}
@media (min-width: 1024px) {
  .application-content-item:nth-child(1) {
    grid-row: 1/span 2;
    grid-column: 1/span 1;
  }
  .application-content-item:nth-child(2) {
    grid-row: 1/span 2;
    grid-column: 2/span 1;
  }
  .application-content-item:nth-child(3) {
    grid-row: 1/span 1;
    grid-column: 3/span 1;
  }
  .application-content-item:nth-child(4) {
    grid-row: 1/span 2;
    grid-column: 4/span 1;
  }
  .application-content-item:nth-child(5) {
    grid-row: 3/span 2;
    grid-column: 1/span 1;
  }
  .application-content-item:nth-child(6) {
    grid-row: 3/span 1;
    grid-column: 2/span 1;
  }
  .application-content-item:nth-child(7) {
    grid-row: 3/span 1;
    grid-column: 3/span 1;
  }
  .application-content-item:nth-child(8) {
    grid-row: 3/span 2;
    grid-column: 4/span 1;
  }
  .application-content-item:nth-child(9) {
    grid-row: 4/span 2;
    grid-column: 2/span 1;
  }
  .application-content-item:nth-child(10) {
    grid-row: 4/span 1;
    grid-column: 3/span 1;
  }
  .application-content-item:nth-child(11) {
    grid-row: 5/span 1;
    grid-column: 1/span 1;
  }
  .application-content-item:nth-child(12) {
    grid-row: 5/span 1;
    grid-column: 3/span 2;
  }
}

.account-subscribe {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 40px 0;
  max-width: 490px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .account-subscribe {
    padding: 24px 0;
  }
}
.account-subscribe-title {
  color: #434540;
  text-align: center;
  font-size: 100px;
  font-weight: 200;
  line-height: 100px;
  letter-spacing: -1px;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .account-subscribe-title {
    font-size: 48px;
    letter-spacing: -0.48px;
    line-height: 117.84%;
  }
}
@media (max-width: 768px) {
  .account-subscribe-title {
    font-size: 32px;
    letter-spacing: -0.32px;
    margin-bottom: 16px;
  }
}
.account-subscribe-description {
  color: #4b4b4b;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 40px;
  max-width: 600px;
}
@media (max-width: 768px) {
  .account-subscribe-description {
    font-size: 16px;
    margin-bottom: 24px;
  }
}
.account-subscribe-form {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.account-subscribe-form-container {
  background: #f0f0f0;
  border-radius: 30px;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 768px) {
  .account-subscribe-form-container {
    flex-direction: column;
    gap: 16px;
    padding: 16px;
  }
}
.account-subscribe-button {
  flex-shrink: 0;
  padding: 20px 48px;
  font-size: 18px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .account-subscribe-button {
    width: 100%;
    padding: 18px;
    order: 2;
  }
}
.account-subscribe-consent {
  flex: 1;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .account-subscribe-consent {
    order: 1;
  }
}
.account-subscribe-checkbox {
  display: flex;
  align-items: start;
  justify-content: start;
  cursor: pointer;
  user-select: none;
  text-align: start;
  gap: 8px;
}
.account-subscribe-checkbox input[type=checkbox] {
  min-width: 20px;
  cursor: pointer;
  accent-color: #858c68;
  border-radius: 4px;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  border-radius: 4px;
  border: 1px solid #b8b8b8;
  background: #fafafa;
  margin-top: 5px;
}
.account-subscribe-checkbox-text {
  color: #4b4b4b;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .account-subscribe-checkbox-text {
    font-size: 14px;
  }
}

.information-block {
  margin-top: 100px;
}
@media (max-width: 500px) {
  .information-block {
    margin: 50px 0;
  }
}
.information-block .info {
  display: flex;
  background: #eee;
}
@media (max-width: 992px) {
  .information-block .info {
    flex-direction: column-reverse;
  }
}
.information-block .info .texts {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  padding: 75px;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 1400px) {
  .information-block .info .texts {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .information-block .info .texts {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .information-block .info .texts {
    padding: 25px;
  }
}
.information-block .info .texts h2 {
  font-size: 65px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: -0.65px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (max-width: 1680px) {
  .information-block .info .texts h2 {
    font-size: 50px;
  }
}
@media (max-width: 1400px) {
  .information-block .info .texts h2 {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .information-block .info .texts h2 {
    font-size: 32px;
    margin-bottom: 15px;
  }
}
.information-block .info .texts p {
  color: #4b4b4b;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 60px;
}
@media (max-width: 1400px) {
  .information-block .info .texts p {
    margin-bottom: 30px;
  }
}
.information-block .info .img-wrap {
  display: flex;
  width: 50%;
}
@media (max-width: 992px) {
  .information-block .info .img-wrap {
    width: 100%;
  }
}
.information-block .info .img-wrap img {
  width: 100%;
}

.block-animation-images.style2 {
  margin-top: 50px;
}
@media (max-width: 500px) {
  .block-animation-images.style2 {
    margin-top: 25px;
  }
}

@media (max-width: 767px) {
  .about-info {
    margin-bottom: 40px;
  }
}
.about-info h1 {
  color: #434540;
  font-size: 100px;
  font-style: normal;
  font-weight: 200;
  line-height: 100%;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-bottom: 60px;
  margin-top: 30px;
}
@media (max-width: 1600px) {
  .about-info h1 {
    font-size: 6.5vw;
  }
}
@media (max-width: 767px) {
  .about-info h1 {
    font-size: 32px;
    margin: 24px 0;
    font-weight: 300;
  }
}
.about-info .information {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .about-info .information {
    flex-direction: column;
  }
}
.about-info .information .img {
  width: 50%;
  display: flex;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .about-info .information .img {
    margin-right: 0;
    width: 100%;
  }
}
.about-info .information .img img {
  width: 100%;
}
.about-info .information .texts {
  max-width: 610px;
  width: 100%;
  margin-left: auto;
}
@media (max-width: 1600px) {
  .about-info .information .texts {
    max-width: 450px;
  }
}
@media (max-width: 992px) {
  .about-info .information .texts {
    margin-left: 0;
    max-width: 100%;
  }
}
.about-info .information .texts p {
  margin-top: 30px;
  color: #4b4b4b;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1600px) {
  .about-info .information .texts p {
    margin-top: 20px;
  }
}
.about-info .information .texts .btn-green {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .about-info .information .texts .btn-green {
    margin-top: 20px;
    max-width: 240px;
    width: 100%;
  }
}
.about-info .info-text {
  color: #858c68;
  font-size: 55px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: -1.1px;
  margin-top: 90px;
  margin-bottom: 30px;
}
@media (max-width: 1600px) {
  .about-info .info-text {
    font-size: 4.8vw;
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .about-info .info-text {
    font-size: 30px;
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
.about-info .name {
  color: #4b4b4b;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 767px) {
  .about-info .name {
    font-size: 20px;
  }
}
.about-info .name b {
  font-weight: bold;
}

.career-info .information-block {
  margin-top: 40px;
}
@media (max-width: 650px) {
  .career-info .information-block {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
.career-info .info-items {
  display: flex;
  justify-content: space-between;
  margin: 80px 0;
}
@media (max-width: 1600px) {
  .career-info .info-items {
    flex-wrap: wrap;
    justify-content: start;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .career-info .info-items {
    margin: 50px 0;
  }
}
@media (max-width: 767px) {
  .career-info .info-items {
    margin: 40px 0;
  }
}
.career-info .info-items .info-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 300px;
  width: 100%;
  margin-top: 16px;
}
@media (max-width: 1600px) {
  .career-info .info-items .info-item {
    width: 33%;
    padding-right: 10px;
    max-width: inherit;
  }
}
@media (max-width: 992px) {
  .career-info .info-items .info-item {
    width: 50%;
  }
}
@media (max-width: 650px) {
  .career-info .info-items .info-item {
    width: 100%;
    align-items: center;
    flex-direction: row;
  }
}
.career-info .info-items .info-item img {
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .career-info .info-items .info-item img {
    margin-bottom: 0;
    margin-right: 12px;
  }
}
.career-info .info-items .info-item span {
  color: #4b4b4b;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1600px) {
  .career-info .info-items .info-item span {
    font-size: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 650px) {
  .career-info .info-items .info-item span {
    font-size: 18px;
    padding-right: 10px;
    max-width: 240px;
  }
}

.our-values {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .our-values {
    margin-bottom: 50px;
  }
}
.our-values h2 {
  color: #434540;
  font-size: 65px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: -0.65px;
  text-transform: uppercase;
  margin-bottom: 50px;
}
@media (max-width: 1300px) {
  .our-values h2 {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1300px) {
  .our-values h2 {
    font-size: 32px;
  }
}
.our-values .our-values-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 992px) {
  .our-values .our-values-items {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
}
@media (max-width: 650px) {
  .our-values .our-values-items {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.our-values .our-values-items .item {
  padding: 50px;
  background: #ededed;
}
@media (max-width: 1600px) {
  .our-values .our-values-items .item {
    padding: 30px;
  }
}
@media (max-width: 1300px) {
  .our-values .our-values-items .item {
    padding: 25px;
  }
}
.our-values .our-values-items .item .title {
  color: #858c68;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 8px;
  display: block;
}
@media (max-width: 1600px) {
  .our-values .our-values-items .item .title {
    font-size: 22px;
  }
}
@media (max-width: 1300px) {
  .our-values .our-values-items .item .title {
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  .our-values .our-values-items .item .title {
    font-size: 18px;
  }
}
.our-values .our-values-items .item .text {
  color: #4b4b4b;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 992px) {
  .our-values .our-values-items .item .text {
    font-size: 15px;
  }
}

.contact-info {
  background: #858c68;
}
@media (max-width: 1200px) {
  .contact-info .title-wrap {
    margin-bottom: 30px;
  }
}
.contact-info .title-wrap p {
  font-size: 24px;
  margin-top: 30px;
  max-width: 480px;
  color: white;
}
@media (max-width: 992px) {
  .contact-info .title-wrap p {
    margin-top: 15px;
    font-size: 20px;
  }
}
.contact-info .connect-me {
  border: 1px solid rgba(255, 255, 255, 0.25);
}
@media (max-width: 1600px) {
  .contact-info .connect-me {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .contact-info .connect-me {
    margin-bottom: 0;
  }
}
@media (max-width: 650px) {
  .contact-info .connect-me {
    padding: 25px;
  }
}
@media (max-width: 992px) {
  .contact-info .connect-me-form {
    grid-template-columns: 1fr;
  }
}
.contact-info .connect-me-form .input-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 650px) {
  .contact-info .connect-me-form .input-wrap {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1680px) {
  .contact-info .connect-me-form .connect-me-form-buttons {
    flex-direction: column;
    align-items: flex-start;
  }
}
.contact-info .connect-me-form .btn-white-outline {
  padding: 30px;
  min-width: 300px;
}
.contact-info .connect-me-form .file {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 0;
  cursor: pointer;
}
.contact-info .connect-me-form .file img {
  margin-right: 12px;
}
.contact-info .connect-me-form .file span {
  border-bottom: 1px solid #fff;
  font-size: 16px;
  color: white;
  margin-top: -4px;
}
.contact-info .connect-me-form .file input {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}

.all-questions {
  background: #858c68;
  margin-bottom: -120px;
  padding: 100px 0;
}
@media (max-width: 500px) {
  .all-questions {
    margin-bottom: 0;
    padding: 50px 0;
  }
}
.all-questions .container {
  text-align: center;
}
.all-questions p {
  font-size: 24px;
  color: white;
  text-align: center;
  font-weight: normal;
  margin-top: 40px;
}
@media (max-width: 650px) {
  .all-questions p {
    font-size: 20px;
    margin-top: 20px;
  }
}
.all-questions .email-link {
  text-align: center;
  font-size: 64px;
  font-weight: 300;
  line-height: 100%;
  display: inline-block;
  color: white;
  border-bottom: 1px solid #fff;
}
@media (max-width: 650px) {
  .all-questions .email-link {
    font-size: 40px;
  }
}

.appreciated {
  padding: 100px 0;
  background: #858c68;
}
@media (max-width: 992px) {
  .appreciated {
    padding: 50px 0;
  }
}
.appreciated h2 {
  margin-bottom: 60px;
  font-size: 64px;
  font-weight: 300;
  color: white;
  text-transform: uppercase;
  line-height: 100%;
}
@media (max-width: 1500px) {
  .appreciated h2 {
    font-size: 52px;
  }
}
@media (max-width: 992px) {
  .appreciated h2 {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .appreciated h2 {
    font-size: 32px;
  }
}
.appreciated .items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 992px) {
  .appreciated .items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 650px) {
  .appreciated .items {
    grid-template-columns: 1fr;
  }
}
.appreciated .items .item {
  padding: 50px;
  background: url(../images/app-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 1500px) {
  .appreciated .items .item {
    padding: 30px;
  }
}
.appreciated .items .item b {
  display: block;
  margin: 12px 0;
  font-size: 24px;
  color: white;
  font-weight: normal;
}
@media (max-width: 1500px) {
  .appreciated .items .item b {
    font-size: 20px;
  }
}
.appreciated .items .item ul {
  padding-left: 20px;
}
.appreciated .items .item ul li {
  color: white;
  list-style-type: disc;
}

@media (max-width: 500px) {
  .information-texts {
    margin-bottom: 50px;
  }
}
.information-texts .info {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .information-texts .info {
    margin-top: 20px;
  }
}
.information-texts h1 {
  color: #434540;
  text-align: center;
  font-size: 100px;
  font-style: normal;
  font-weight: 200;
  line-height: 100%;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (max-width: 1300px) {
  .information-texts h1 {
    font-size: 8vw;
    font-weight: 300;
  }
}
.information-texts .texts {
  max-width: 610px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.information-texts a {
  text-decoration: underline;
  color: #434540;
}
.information-texts a:hover {
  text-decoration: none;
}
.information-texts p {
  margin-bottom: 30px;
  color: #4b4b4b;
  font-size: 18px;
}
@media (max-width: 767px) {
  .information-texts p {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.information-texts button {
  display: inline-block;
  margin-top: 20px;
  padding: 6px 10px;
  cursor: pointer;
  transition: 0.3s;
  background: #eee;
}
.information-texts button:hover {
  background: rgba(238, 238, 238, 0.7);
}

@media (max-width: 500px) {
  .sections-catalog {
    margin-bottom: 50px;
  }
}
.sections-catalog h1 {
  color: #434540;
  font-size: 100px;
  font-style: normal;
  font-weight: 200;
  line-height: 100%;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .sections-catalog h1 {
    margin-top: 20px;
    font-size: 70px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .sections-catalog h1 {
    font-size: 54px;
  }
}
.sections-catalog .items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
}
@media (max-width: 1650px) {
  .sections-catalog .items {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
  }
}
@media (max-width: 992px) {
  .sections-catalog .items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .sections-catalog .items {
    grid-template-columns: 1fr;
  }
}
.sections-catalog .items .item {
  border: 1px solid #b8b8b8;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 370px;
}
@media (max-width: 1650px) {
  .sections-catalog .items .item {
    padding: 20px;
    min-height: 320px;
  }
}
@media (max-width: 992px) {
  .sections-catalog .items .item {
    min-height: 220px;
  }
}
@media (max-width: 767px) {
  .sections-catalog .items .item {
    min-height: inherit;
    padding: 15px;
  }
}
.sections-catalog .items .item .name {
  color: #4b4b4b;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: 105%;
  letter-spacing: -0.3px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
@media (max-width: 1300px) {
  .sections-catalog .items .item .name {
    font-size: 24px;
  }
}
.sections-catalog .items .item ul {
  padding-left: 20px;
}
.sections-catalog .items .item ul li {
  font-size: 18px;
  list-style-type: disc;
  color: #4b4b4b;
}
@media (max-width: 1300px) {
  .sections-catalog .items .item ul li {
    font-size: 16px;
  }
}
.sections-catalog .items .item .show-all {
  border-bottom: 1px solid #858c68;
  color: #858c68;
  font-size: 18px;
  margin-top: 8px;
}

@media (max-width: 500px) {
  .team-wrap {
    margin-bottom: 50px;
  }
}
.team-wrap h1 {
  color: #434540;
  font-size: 100px;
  font-style: normal;
  font-weight: 200;
  line-height: 100%;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .team-wrap h1 {
    margin-top: 20px;
    font-size: 70px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .team-wrap h1 {
    font-size: 54px;
  }
}

.team-items .team-item:last-child {
  margin-bottom: 0;
}

.team-item {
  display: flex;
  margin-bottom: 120px;
}
@media (max-width: 1300px) {
  .team-item {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .team-item {
    flex-direction: column;
    margin-bottom: 40px;
  }
}
.team-item .img {
  display: flex;
  max-width: 710px;
  width: 100%;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .team-item .img {
    margin-bottom: 20px;
    margin-right: 0;
    width: 100%;
  }
}
.team-item .img img {
  width: 100%;
}
.team-item .texts {
  max-width: 760px;
  width: 100%;
  margin-left: auto;
  position: relative;
  z-index: 0;
  padding-left: 90px;
}
@media (max-width: 1024px) {
  .team-item .texts {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .team-item .texts {
    max-width: 100%;
    padding-left: 0;
  }
}
.team-item .texts .style {
  position: absolute;
  top: 80px;
  left: 0px;
  z-index: -1;
}
@media (max-width: 1300px) {
  .team-item .texts .style {
    top: 60px;
  }
}
@media (max-width: 1024px) {
  .team-item .texts .style {
    left: -22px;
    width: 40px;
  }
}
@media (max-width: 767px) {
  .team-item .texts .style {
    left: -10px;
    width: 30px;
    top: 45px;
  }
}
.team-item .texts h3 {
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 30px;
  color: #4b4b4b;
}
@media (max-width: 1300px) {
  .team-item .texts h3 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .team-item .texts h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.team-item .texts p {
  font-size: 24px;
  margin-bottom: 30px;
  color: #4b4b4b;
}
@media (max-width: 1300px) {
  .team-item .texts p {
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .team-item .texts p {
    padding-left: 30px;
  }
}
.team-item .texts .name {
  display: block;
  margin-bottom: 4px;
  font-size: 24px;
  color: #4b4b4b;
}
.team-item .texts .person {
  display: block;
  font-size: 16px;
  margin-bottom: 16px;
  color: #4b4b4b;
}
@media (max-width: 1300px) {
  .team-item .texts .person {
    margin-bottom: 10px;
  }
}
.team-item .texts a {
  font-size: 16px;
  color: #858c68;
  border-bottom: 1px solid #858c68;
}
@media (max-width: 767px) {
  .team-item.reverce {
    flex-direction: column-reverse;
  }
}
.team-item.reverce .img {
  margin-left: 30px;
  margin-right: 0;
}
@media (max-width: 767px) {
  .team-item.reverce .img {
    margin-left: 0;
  }
}
.team-item.reverce .texts {
  margin-left: 0;
  margin-right: auto;
}
@media (max-width: 1300px) {
  .team-item.reverce .texts .style {
    left: -15px;
  }
}
@media (max-width: 992px) {
  .team-item.reverce .texts .style {
    left: -10px;
  }
}

.contact-info.trainings-info {
  background: none;
}
.contact-info.trainings-info .connect-me {
  padding: 60px;
}
@media (max-width: 767px) {
  .contact-info.trainings-info .connect-me {
    padding: 25px;
    padding-bottom: 50px;
  }
}
.contact-info.trainings-info .connect-me h4 {
  padding-right: 20px;
  font-size: 78px;
}
@media (max-width: 1400px) {
  .contact-info.trainings-info .connect-me h4 {
    font-size: 50px;
  }
}
@media (max-width: 992px) {
  .contact-info.trainings-info .connect-me h4 {
    font-size: 34px;
  }
}
.contact-info.trainings-info .connect-me .format {
  margin: 12px 0;
}
.contact-info.trainings-info .connect-me .format > span {
  margin-bottom: 12px;
  font-size: 20px;
  color: #eee;
  display: block;
}
.contact-info.trainings-info .connect-me .format .radio-wrap {
  font-family: "Inter", sans-serif;
  color: #ffffff;
}
.contact-info.trainings-info .connect-me .format .radio-item {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
}
.contact-info.trainings-info .connect-me .format .radio-item input {
  display: none;
}
.contact-info.trainings-info .connect-me .format .custom-radio {
  width: 16px;
  min-width: 16px;
  height: 16px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  box-sizing: border-box;
}
.contact-info.trainings-info .connect-me .format .radio-item input:checked + .custom-radio {
  border-color: #ffffff;
}
.contact-info.trainings-info .connect-me .format .radio-item input:checked + .custom-radio::after {
  content: "";
  width: 8px;
  height: 8px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.will-you {
  padding: 100px 0;
}
@media (max-width: 992px) {
  .will-you {
    padding: 50px 0;
  }
}
.will-you .info {
  display: flex;
}
@media (max-width: 1200px) {
  .will-you .info {
    flex-direction: column;
  }
}
.will-you .info .left-info {
  max-width: 610px;
  width: 100%;
  padding-right: 30px;
}
@media (max-width: 1680px) {
  .will-you .info .left-info {
    max-width: 500px;
    padding-right: 20px;
  }
}
@media (max-width: 1200px) {
  .will-you .info .left-info {
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.will-you .info .left-info h2 {
  color: #434540;
  font-size: 50px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: -0.65px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media (max-width: 650px) {
  .will-you .info .left-info h2 {
    font-size: 36px;
    font-weight: normal;
    margin-bottom: 30px;
  }
}
.will-you .info .left-info p {
  display: flex;
  align-items: center;
  font-size: 22px;
  color: #4b4b4b;
}
@media (max-width: 650px) {
  .will-you .info .left-info p {
    font-size: 16px;
  }
}
.will-you .info .left-info p img {
  margin-right: 16px;
}
@media (max-width: 650px) {
  .will-you .info .left-info p img {
    width: 30px;
    margin-right: 10px;
  }
}
.will-you .info .items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  max-width: 1070px;
  width: 100%;
  margin-left: auto;
}
@media (max-width: 1500px) {
  .will-you .info .items {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
@media (max-width: 650px) {
  .will-you .info .items {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.will-you .info .items .item {
  padding: 20px;
  border-radius: 24px;
  background: #ededed;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.will-you .info .items .item img {
  margin-bottom: 10px;
}
.will-you .info .items .item span {
  font-size: 18px;
  color: #4b4b4b;
}
@media (max-width: 1680px) {
  .will-you .info .items .item span {
    font-size: 16px;
  }
}

.trainings-wrap {
  background: #8c977c;
  padding-top: 24px;
  padding-bottom: 120px;
  position: relative;
  z-index: 0;
}
.trainings-wrap:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg-header.png) repeat center center;
  opacity: 0.07;
}
@media (max-width: 767px) {
  .trainings-wrap {
    padding-bottom: 50px;
  }
}
.trainings-wrap .breadcrumbs {
  margin-top: 0;
  margin-bottom: 40px;
}
.trainings-wrap .breadcrumbs a,
.trainings-wrap .breadcrumbs span {
  color: white;
}
.trainings-wrap .tr-info {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .trainings-wrap .tr-info {
    flex-direction: column-reverse;
  }
}
.trainings-wrap .tr-info .images {
  position: relative;
  z-index: 0;
}
@media (max-width: 1300px) {
  .trainings-wrap .tr-info .images {
    padding-right: 30px;
  }
}
@media (max-width: 992px) {
  .trainings-wrap .tr-info .images {
    padding-right: 0;
    margin-bottom: 60px;
  }
}
.trainings-wrap .tr-info .images .circle {
  position: absolute;
  bottom: -60px;
  right: -60px;
}
@media (max-width: 1300px) {
  .trainings-wrap .tr-info .images .circle {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .trainings-wrap .tr-info .images .circle {
    width: 90px;
    bottom: -30px;
    right: -30px;
  }
}
@media (max-width: 1300px) {
  .trainings-wrap .tr-info .images .img1 {
    width: 280px;
  }
}
@media (max-width: 767px) {
  .trainings-wrap .tr-info .images .img1 {
    width: 130px;
  }
}
.trainings-wrap .tr-info .texts {
  max-width: 1240px;
  width: 100%;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.trainings-wrap .tr-info h1 {
  color: #fff;
  font-size: 100px;
  font-style: normal;
  font-weight: 200;
  line-height: 100%;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (max-width: 1685px) {
  .trainings-wrap .tr-info h1 {
    font-size: 6.5vw;
  }
}
@media (max-width: 767px) {
  .trainings-wrap .tr-info h1 {
    font-size: 32px;
  }
}
.trainings-wrap .tr-info p {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 115%;
  letter-spacing: -0.2px;
  max-width: 640px;
  margin-bottom: 30px;
}

@media (max-width: 500px) {
  .laboratory-wrap {
    margin-bottom: 50px;
  }
}
.laboratory-wrap h1 {
  color: #434540;
  font-size: 100px;
  font-style: normal;
  font-weight: 200;
  line-height: 100%;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .laboratory-wrap h1 {
    margin-top: 20px;
    font-size: 70px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .laboratory-wrap h1 {
    font-size: 50px;
  }
}
.laboratory-wrap .info {
  display: flex;
  margin-bottom: 100px;
}
@media (max-width: 1300px) {
  .laboratory-wrap .info {
    margin-bottom: 60px;
  }
}
@media (max-width: 992px) {
  .laboratory-wrap .info {
    flex-direction: column;
    margin-bottom: 40px;
  }
}
.laboratory-wrap .info .texts {
  max-width: 640px;
  width: 100%;
}
.laboratory-wrap .info .texts p {
  color: #4b4b4b;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
}
@media (max-width: 1300px) {
  .laboratory-wrap .info .texts p {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .laboratory-wrap .info .texts p {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.laboratory-wrap .info .img-wrap {
  display: flex;
  max-width: 910px;
  width: 100%;
  margin-right: 50px;
}
@media (max-width: 1300px) {
  .laboratory-wrap .info .img-wrap {
    margin-right: 30px;
  }
}
@media (max-width: 992px) {
  .laboratory-wrap .info .img-wrap {
    margin-right: 0;
    margin-bottom: 20px;
    max-width: 100%;
  }
}
.laboratory-wrap .info .img-wrap img {
  width: 100%;
}
.laboratory-wrap .info-text {
  text-align: center;
  color: #858c68;
  font-size: 54px;
  line-height: 110%;
  max-width: 1300px;
  width: 100%;
  margin: 50px auto 0;
}
@media (max-width: 1300px) {
  .laboratory-wrap .info-text {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .laboratory-wrap .info-text {
    font-size: 30px;
    margin-top: 30px;
  }
}
.laboratory-wrap .items {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 992px) {
  .laboratory-wrap .items {
    grid-template-columns: 1fr;
  }
}
.laboratory-wrap .items .item {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 50px;
  border: 1px solid #ccc;
  min-height: 400px;
}
@media (max-width: 1300px) {
  .laboratory-wrap .items .item {
    padding: 40px;
    min-height: 320px;
  }
}
@media (max-width: 992px) {
  .laboratory-wrap .items .item {
    min-height: inherit;
    margin-bottom: -1px;
  }
}
@media (max-width: 767px) {
  .laboratory-wrap .items .item {
    padding: 24px;
  }
}
.laboratory-wrap .items .item h3 {
  color: #4b4b4b;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
  letter-spacing: -0.3px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 1300px) {
  .laboratory-wrap .items .item h3 {
    font-size: 26px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .laboratory-wrap .items .item h3 {
    font-size: 20px;
  }
}
.laboratory-wrap .items .item p {
  font-size: 18px;
  color: #4b4b4b;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .laboratory-wrap .items .item p {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.laboratory-wrap .items .item p:last-child {
  margin-bottom: 0;
}
.laboratory-wrap .items .item ul {
  padding-left: 20px;
}
.laboratory-wrap .items .item ul li {
  color: #4b4b4b;
  font-size: 18px;
}

.news .block-news {
  padding: 0;
}
.news-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9vw;
}
@media (max-width: 1300px) {
  .news-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 992px) {
  .news-content {
    gap: 50px;
  }
}
@media (max-width: 768px) {
  .news-content {
    gap: 20px;
  }
}
@media (max-width: 576px) {
  .news-content {
    grid-template-columns: 1fr;
  }
}
.news-content-item {
  grid-column: span 1;
}
.news-content-item img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 992px) {
  .news-content-item img {
    height: 223px;
  }
}
.news-content-item-title {
  align-self: stretch;
  color: #4b4b4b;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}
.news-content-item.big {
  grid-column: span 2;
}
@media (max-width: 992px) {
  .news-content-item.big {
    grid-column: span 1;
  }
}
.news-content-item.big img {
  width: 100%;
  height: 462px;
}
@media (max-width: 992px) {
  .news-content-item.big img {
    height: 223px;
  }
}

.single-news-cover {
  width: 100%;
  height: 801px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 992px) {
  .single-news-cover {
    height: 500px;
  }
}
@media (max-width: 768px) {
  .single-news-cover {
    height: 300px;
  }
}
.single-news-description {
  width: 100%;
  max-width: 1517px;
  color: #4b4b4b;
  font-size: 55px;
  font-weight: 300;
  line-height: 55px;
  letter-spacing: -1.1px;
  margin-top: 69px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .single-news-description {
    font-size: 30px;
    line-height: normal;
  }
}
@media (max-width: 768px) {
  .single-news-description {
    font-size: 24px;
    margin-bottom: 16px;
    margin-top: 30px;
  }
}
.single-news-content {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 166px;
}
@media (max-width: 1300px) {
  .single-news-content {
    gap: 50px;
  }
}
@media (max-width: 992px) {
  .single-news-content {
    flex-direction: column;
  }
}
.single-news-content-left {
  width: 60%;
}
@media (max-width: 992px) {
  .single-news-content-left {
    width: 100%;
  }
}
.single-news-content-left p,
.single-news-content-left li {
  color: #4b4b4b;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .single-news-content-left p,
  .single-news-content-left li {
    font-size: 18px;
  }
}
.single-news-content-left ul {
  padding-left: 30px;
}
.single-news-content-left h3 {
  color: #4b4b4b;
  font-size: 30px;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: -0.3px;
  text-transform: uppercase;
  margin-top: 60px;
  margin-bottom: 23px;
}
.single-news-content-right {
  width: 40%;
}
@media (max-width: 992px) {
  .single-news-content-right {
    width: 100%;
  }
}
.single-news-content-right-image {
  width: 100%;
}
.single-news-content-right-title {
  color: #b1b1b1;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 213px;
}
@media (max-width: 1100px) {
  .single-news-content-right-title {
    margin-bottom: 30px;
  }
}
.single-news-content-right-text {
  color: #858c68;
  font-size: 55px;
  font-weight: 300;
  line-height: 55px;
  letter-spacing: -1.1px;
  margin-bottom: 45px;
}
@media (max-width: 1100px) {
  .single-news-content-right-text {
    font-size: 30px;
    line-height: normal;
  }
}
@media (max-width: 768px) {
  .single-news-content-right-text {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.single-news-content-right-author {
  color: #4b4b4b;
  font-size: 24px;
  font-weight: 400;
}
@media (max-width: 1100px) {
  .single-news-content-right-author {
    font-size: 18px;
  }
}

.single-news-products {
  margin-top: 80px;
  padding-top: 117px;
  background: #ededed;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .single-news-products {
    padding-top: 50px;
  }
}
.single-news-products .block-popular-products-top-block {
  padding: 0;
}
.single-news-products .block-popular-products-top-block-title {
  font-size: 65px;
}
@media (max-width: 992px) {
  .single-news-products .block-popular-products-top-block-title {
    font-size: 40px;
  }
}
.single-news-products .block-popular-products-content .slick-track {
  padding-bottom: 120px;
}
@media (max-width: 992px) {
  .single-news-products .block-popular-products-top-block-slide {
    display: none;
  }
}

.not-found svg {
  width: 100%;
  max-width: 895px;
}
.not-found-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.not-found-description {
  color: #434540;
  text-align: center;
  font-size: 30px;
  font-weight: 300;
  line-height: 35px;
  letter-spacing: -0.3px;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 67px;
}
@media (max-width: 768px) {
  .not-found-description {
    font-size: 24px;
    margin-bottom: 40px;
    margin-bottom: 30px;
  }
}

@media (max-width: 500px) {
  .search {
    margin-bottom: 50px;
  }
}
.search-title {
  color: #434540;
  text-align: center;
  font-size: 100px;
  font-weight: 250;
  line-height: 100px;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-top: 44px;
}
@media (max-width: 1100px) {
  .search-title {
    font-size: 80px;
    line-height: unset;
  }
}
@media (max-width: 768px) {
  .search-title {
    font-size: 54px;
  }
}
@media (max-width: 576px) {
  .search-title {
    font-size: 32px;
  }
}
.search-label {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 51px;
}
@media (max-width: 768px) {
  .search-label {
    margin-top: 20px;
  }
}
.search-label label {
  width: 100%;
  max-width: 607px;
}
.search-label label:focus-within {
  border: none;
}
.search-label .search-page-wrapper {
  position: relative;
  width: 100%;
  max-width: 607px;
}
.search-label .search-page-wrapper .def-input-gray.active {
  border-radius: 45px 45px 0 0;
  border-bottom: none;
}
.search-label .search-page-wrapper .search-page-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #f7f7f7;
  border-radius: 0 0 45px 45px;
  margin-top: 0;
  display: none;
  z-index: 1000;
  overflow: hidden;
  border: 1px solid #ebebeb;
  border-top: none;
  padding: 12px 0;
}
.search-label .search-page-wrapper .search-page-dropdown.active {
  display: block;
}
.search-label .search-page-wrapper .search-page-dropdown .search-page-suggestions {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.search-label .search-page-wrapper .search-page-dropdown .search-page-suggestions li {
  width: 100%;
  padding: 12px 32px;
  color: #4b4b4b;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.search-label .search-page-wrapper .search-page-dropdown .search-page-suggestions li:hover {
  background-color: rgba(139, 151, 124, 0.1);
}
.search-label .search-page-wrapper .search-page-dropdown .search-page-suggestions li:first-child {
  border-top: 1px solid rgba(139, 151, 124, 0.1);
}
.search-content {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 53px;
  margin-top: 83px;
}
@media (max-width: 1400px) {
  .search-content {
    gap: 30px;
  }
}
@media (max-width: 1300px) {
  .search-content {
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .search-content {
    margin-top: 42px;
  }
}
.search-content-title {
  min-width: 250px;
  color: #434540;
  font-size: 30px;
  font-weight: 300;
  line-height: 35px;
  letter-spacing: -0.3px;
  text-transform: uppercase;
}
@media (max-width: 1400px) {
  .search-content-title {
    min-width: 150px;
  }
}
.search-content-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 1300px) {
  .search-content-items {
    gap: 20px;
  }
}
@media (max-width: 1060px) {
  .search-content-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
.home-padding-block{
  overflow: hidden;
  padding-top: 185px;
}
@media (max-width: 576px) {
  .search-content-items {
    grid-template-columns: 1fr;
  }
  .header.header-banner .bg-header{
    padding-top: 1px;
    padding-bottom: 230px;
  }
  .home-padding-block{
    padding-top: 225px;
  }
}

.search-content-items .product-card,
.search-content-items .news-content-item {
  width: 100%;
}

.custom-select-wrapper {
  position: relative;
  width: 100%;
}
.custom-select-wrapper .custom-select-hidden {
  display: none;
}
.custom-select-wrapper .custom-select-trigger {
  width: 100%;
  height: 56px;
  padding: 0 32px;
  border-radius: 45px;
  border: 1px solid #ebebeb;
  background: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}
.custom-select-wrapper .custom-select-trigger .custom-select-selected {
  color: #4b4b4b;
  font-size: 16px;
  flex: 1;
  text-align: left;
}
.custom-select-wrapper .custom-select-trigger .custom-select-selected.placeholder {
  color: #4b4b4b;
  opacity: 0.5;
}
.custom-select-wrapper .custom-select-trigger .custom-select-arrow {
  color: #4b4b4b;
  opacity: 0.7;
  font-size: 15px;
  transition: transform 0.3s ease;
  flex-shrink: 0;
  margin-left: 8px;
}
.custom-select-wrapper .custom-select-trigger.active {
  border-color: #858c68;
}
.custom-select-wrapper .custom-select-trigger.active .custom-select-arrow {
  transform: rotate(180deg);
}
.custom-select-wrapper .custom-select-trigger:hover {
  border-color: #858c68;
}
.custom-select-wrapper .custom-select-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  display: none;
  overflow: hidden;
}
.custom-select-wrapper .custom-select-dropdown.active {
  display: block;
}
.custom-select-wrapper .custom-select-dropdown.open-up {
  top: auto;
  bottom: calc(100% + 8px);
}
.custom-select-wrapper .custom-select-dropdown .custom-select-search {
  padding: 12px;
  border-bottom: 1px solid #ebebeb;
}
.custom-select-wrapper .custom-select-dropdown .custom-select-search .custom-select-search-input {
  width: 100%;
  padding: 10px 16px;
  border: 1px solid #ebebeb;
  border-radius: 20px;
  font-size: 14px;
  color: #4b4b4b;
  background: #f7f7f7;
  outline: none;
  transition: all 0.3s ease;
}
.custom-select-wrapper .custom-select-dropdown .custom-select-search .custom-select-search-input:focus {
  border-color: #858c68;
  background: #fff;
}
.custom-select-wrapper .custom-select-dropdown .custom-select-search .custom-select-search-input::placeholder {
  color: #4b4b4b;
  opacity: 0.5;
}
.custom-select-wrapper .custom-select-dropdown .custom-select-options {
  max-height: 300px;
  overflow-y: auto;
  padding: 8px 0;
}
.custom-select-wrapper .custom-select-dropdown .custom-select-options::-webkit-scrollbar {
  width: 6px;
}
.custom-select-wrapper .custom-select-dropdown .custom-select-options::-webkit-scrollbar-track {
  background: #f7f7f7;
  border-radius: 10px;
}
.custom-select-wrapper .custom-select-dropdown .custom-select-options::-webkit-scrollbar-thumb {
  background: #858c68;
  border-radius: 10px;
}
.custom-select-wrapper .custom-select-dropdown .custom-select-options::-webkit-scrollbar-thumb:hover {
  background: #a3aa87;
}
.custom-select-wrapper .custom-select-dropdown .custom-select-option {
  padding: 12px 32px;
  cursor: pointer;
  color: #4b4b4b;
  font-size: 16px;
  transition: background-color 0.2s ease;
  display: block;
  text-align: left;
}
.custom-select-wrapper .custom-select-dropdown .custom-select-option:hover {
  background-color: #f7f9f4;
}
.custom-select-wrapper .custom-select-dropdown .custom-select-option.selected {
  background-color: rgba(133, 140, 104, 0.1);
  color: #858c68;
  font-weight: 500;
}
.custom-select-wrapper .custom-select-dropdown .custom-select-option.highlighted {
  background-color: rgba(133, 140, 104, 0.15);
}
.custom-select-wrapper .custom-select-dropdown .custom-select-no-results {
  padding: 20px;
  text-align: center;
  color: #4b4b4b;
  font-size: 14px;
  opacity: 0.7;
}

.requset-modal-form {
  width: 100%;
}
.requset-modal-form .def-input-gray {
  margin-bottom: 35px;
}

.requset-modal-form-checkbox {
  display: flex;
  gap: 4px;
  margin-top: 10px;
  justify-content: center;
  align-items: start;
}
.requset-modal-form-checkbox input[type=checkbox] {
  margin-top: 2px;
}
.requset-modal-form-checkbox-text {
  color: #4b4b4b;
  font-size: 14px;
  font-weight: 400;
}
.requset-modal-form-checkbox-text a {
  color: #4b4b4b;
  text-decoration: underline;
}
/*# sourceMappingURL=style.css.map */
.catalog-filter-checkbox.active a{
  color: #858C68;
  text-decoration: underline;
}