/*
Theme Name: Lycaste
Author: TeamPRO
Author URI: https://teampro.by/
*/

@import url(https://fonts.googleapis.com/css2?family=Wix+Madefor+Display:wght@400..800&family=Wix+Madefor+Text:ital,wght@0,400..800;1,400..800&display=swap);
* {
  font-family: 'Wix Madefor Text', sans-serif;
  font-optical-sizing: auto;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-thumb {
  background: #4e7661;
  border-radius: 40px;
}
::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}
::-webkit-scrollbar-horizontal {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-thumb:horizontal {
  background: #4e7661;
  border-radius: 40px;
}
::-webkit-scrollbar-track:horizontal {
  background: rgba(0, 0, 0, 0);
}
body {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: #fff;
  overflow-x: hidden;
}
main {
  flex: 1 0 auto;
}
.container {
  max-width: 1680px;
  margin: 0 auto;
  height: 100%;
}
@media (max-width: 1712px) {
  .container {
    padding: 0 20px;
  }
}
h1 {
  color: #1a1a1a;
  font-family: 'Wix Madefor Display';
  font-size: 52px;
  font-weight: 600;
  line-height: 110%;
}
h2 {
  color: #1a1a1a;
  font-family: 'Wix Madefor Display';
  font-size: 52px;
  font-weight: 600;
  line-height: 110%;
}
h3 {
  color: #1a1a1a;
  text-align: center;
  font-family: 'Wix Madefor Display';
  font-size: 34px;
  font-weight: 600;
  line-height: 120%;
}
h3.product__item_title {
  color: #1a1a1a;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  text-align: start;
}
h4 {
  color: #1a1a1a;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.72px;
}
@media (max-width: 1023px) {
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 40px;
  }
  h3 {
    font-size: 28px;
  }
  h3.product__item_title {
    font-size: 22px;
  }
  h4 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 24px;
  }
  h3.product__item_title {
    font-size: 19px;
  }
  h4 {
    font-size: 19px;
  }
}
.header__contact_link,
a:not(.header__contact_link > a, .product__item_btn_hidden > a) {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  padding-bottom: 5px;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 1024px) {
  .header__contact_link:hover,
  a:not(.header__contact_link > a, .product__item_btn_hidden > a):hover {
    border-bottom: 1px solid #4e7661;
    color: #4e7661 !important;
  }
}
.header {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 1000;
  height: 100px;
  transition: box-shadow 0.3s ease-in-out;
  position: fixed;
}
.header.scrolled {
  background: #f8f8f8;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
}
.header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.header__logo {
  position: relative;
  width: 154px;
  height: 40px;
}
.header__logo a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.header__menu ul {
  display: flex;
  align-items: center;
  gap: 60px;
  list-style-type: none;
}
.header__contact {
  display: flex;
  align-items: center;
  gap: 60px;
}
.header__contact_link,
.header__menu a {
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.42px;
  text-transform: uppercase;
}
.header__hamburger {
  display: none;
}
.header__contact_link {
  position: relative;
  margin-top: 5px;
}
.header__contact_link a {
  position: absolute;
  width: 100%;
  height: 100%;
}
.header__contact_link img {
  display: none;
}
@media (max-width: 1199px) {
  .header {
    height: 91px;
  }
  .header__contact,
  .header__menu ul {
    gap: 20px;
  }
  .header__logo {
    width: 120px;
    height: 31px;
  }
}
@media (max-width: 1023px) {
  .header {
    height: 61px;
  }
  .header__menu {
    display: none;
  }
  .header__hamburger {
    display: flex;
  }
  .hamburger {
    cursor: pointer;
    display: flex;
    align-items: center;
  }
  .hamburger input {
    display: none;
  }
  .hamburger svg {
    height: 30px;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .line {
    fill: none;
    stroke: #4e7661;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
    transition: stroke-dasharray 0.6s cubic-bezier(0.4, 0, 0.2, 1),
      stroke-dashoffset 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .line-top-bottom {
    stroke-dasharray: 12 63;
  }
  .header__hamburger.active .hamburger svg {
    transform: rotate(-45deg);
  }
  .header__hamburger.active .hamburger svg .line-top-bottom {
    stroke-dasharray: 20 300;
    stroke-dashoffset: -32.42;
  }
}
@media (max-width: 767px) {
  .header__contact_link span {
    display: none;
  }
  .header__contact_link img {
    display: block;
    height: 24px;
    width: 24px;
  }
  .header__contact_link {
    height: 24px;
    width: 24px;
  }
  .header__contact {
    gap: 40px;
  }
  .header__contact_link {
    padding-bottom: 0;
    margin-top: 0;
  }
}
.banner {
  height: 95vh;
  position: relative;
}
.banner_empty {
  height: 100%;
  pointer-events: none;
  display: none;
}
.banner_in {
  height: 95vh;
  background: #f8f8f8;
  box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, 0.05) inset;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  padding-top: 100px;
  will-change: top;
}
.banner_in.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
}
.banner__wrapper {
  height: 100%;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 150px;
  align-items: center;
}
.banner__img {
  width: 100%;
  height: 100%;
}
.banner__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom;
  object-position: bottom;
}
.banner__descr {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.banner__descr_img {
  height: 81px;
}
.banner__descr_img img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.banner__text {
  color: #1a1a1a;
  font-size: 17px;
  font-weight: 600;
  line-height: 150%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.banner__text span {
  color: #4e7661;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}
.banner__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.banner__list_item {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  align-items: center;
}
.banner__list_item p {
  color: #1a1a1a;
  font-size: 17px;
  font-weight: 400;
  line-height: 150%;
}
.banner__list_item_img {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner__list_item_img img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 1199px) {
  .banner_in {
    padding-top: 120px;
  }
  .banner__wrapper {
    gap: 60px;
  }
  .banner,
  .banner_in {
    height: 772px;
  }
}
@media (max-width: 1023px) {
  .banner_in {
    padding-top: 81px;
  }
  .banner__descr_img {
    height: 60px;
  }
  .banner__text span {
    font-size: 22px;
  }
  .banner__wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .banner__img {
    height: 500px;
  }
  .banner__img img {
    -o-object-position: center -43px;
    object-position: center -43px;
  }
  .banner,
  .banner_in {
    height: auto;
  }
}
@media (max-width: 767px) {
  .banner_in {
    padding-top: 76px;
  }
  .banner__wrapper {
    gap: 25px;
  }
  .banner__descr {
    gap: 15px;
  }
  .banner__descr_img {
    height: 40px;
  }
  .banner__text span {
    font-size: 19px;
  }
  .banner__list_item p,
  .banner__text {
    font-size: 15px;
  }
  .banner__img {
    height: 250px;
  }
  .banner__img img {
    -o-object-position: center;
    object-position: center;
  }
}
.footer {
  height: 84px;
  background: #f8f8f8;
}
.footer__wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__copy {
  color: #1a1a1a;
  font-size: 17px;
  font-weight: 400;
  line-height: 150%;
}
.teampro {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #1a1a1a;
  font-size: 17px;
  font-weight: 400;
  line-height: 150%;
}
.teampro a {
  color: #1a1a1a;
  font-size: 17px;
  font-weight: 600;
  line-height: 150%;
  padding-bottom: 0 !important;
}
.arrow__up {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #1a1a1a;
  font-size: 17px;
  font-weight: 400;
  line-height: 150%;
  cursor: pointer;
}
.arrow__up_btn {
  height: 44px;
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background: #fff;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.arrow__up_btn svg path {
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1024px) {
  .arrow__up:hover .arrow__up_btn svg path {
    stroke: #fff !important;
  }
  .arrow__up:hover .arrow__up_btn {
    background: #4e7661;
  }
}
@media (max-width: 767px) {
  .footer {
    height: auto;
    padding: 15px 0;
  }
  .footer__wrapper {
    flex-direction: column;
    gap: 15px;
  }
  .arrow__up,
  .footer__copy,
  .teampro,
  .teampro a {
    font-size: 15px;
  }
}
.mobile-menu {
  display: none;
}
@media (max-width: 1199px) {
  .mobile-menu {
    display: block;
    position: fixed;
    width: 100vw;
    height: calc(100vh - 61px);
    margin-top: 61px;
    z-index: 10000;
    pointer-events: none;
  }
  .mobile-menu_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0);
    z-index: -1;
    transition: all 0.3s ease-in-out;
    pointer-events: none;
  }
  .mobile-menu_wrapper {
    background: #fff;
    box-shadow: 0 3px 7px -6px rgba(24, 39, 75, 0.06),
      0 5px 16px -4px rgba(24, 39, 75, 0.05);
    height: 100%;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 153px;
    justify-self: flex-end;
    padding: 40px 20px;
    transition: all 0.3s ease-in-out;
    position: absolute;
    right: -100%;
  }
  .mobile-menu_wrapper ul {
    list-style-type: none;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 30px;
  }
  .mobile-menu_wrapper ul li a {
    display: block;
    padding: 5px 10px;
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0.42px;
    text-transform: uppercase;
    text-decoration: none;
  }
  .mobile-menu.active {
    pointer-events: initial;
  }
  .mobile-menu.active .mobile-menu_bg {
    background-color: rgba(0, 0, 0, 0.3);
    pointer-events: initial;
  }
  .mobile-menu.active .mobile-menu_wrapper {
    right: 0;
  }
}
@media (max-width: 767px) {
  .mobile-menu_wrapper ul {
    gap: 40px;
  }
}
@media (max-width: 450px) {
  .mobile-menu_wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
  }
}
.pride {
  background: #f8f8f8;
  padding: 100px 0;
}
.pride__wrapper {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.pride__blocks {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-between;
  gap: 150px;
}
.pride__item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
.pride__item_img {
  height: 155px;
  width: 155px;
  align-self: center;
}
.pride__item_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.pride__item_descr {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.pride__item_text {
  color: #333;
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 1199px) {
  .pride__blocks {
    display: flex;
    flex-direction: column;
    gap: 100px;
    align-items: center;
  }
  .pride__item {
    max-width: 460px;
  }
}
@media (max-width: 1023px) {
  .pride {
    padding: 60px 0;
  }
  .pride__wrapper {
    gap: 40px;
  }
  .pride__blocks {
    gap: 60px;
  }
  .pride__item_img {
    height: 100px;
    width: 100px;
  }
}
@media (max-width: 767px) {
  .pride {
    padding: 40px 0;
  }
  .pride__wrapper {
    gap: 25px;
  }
  .pride__item {
    gap: 15px;
  }
  .pride__item_descr {
    gap: 5px;
  }
  .pride__item_text {
    font-size: 15px;
  }
}
.category {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
}
.category__wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}

.category__title {
  display: inline;
  align-items: center;
  width: 100%;
  height: 100%;
  border: none;
  outline: 0;
  max-height: 105px;
  min-height: 105px;
  position: relative;
  margin-right: 10px;
  white-space: nowrap;
  color: #1a1a1a;
  font-family: 'Wix Madefor Display';
  font-size: 80px;
  font-weight: 700;
  line-height: 120%;
}

.category__title::after {
  content: '';
  display: inline-block;
  margin-left: 5px;
  animation: caret-blink 0.7s infinite;
  position: absolute;
  width: 7px;
  height: 1.2em;
  background: #1a1a1a;
}

@keyframes caret-blink {
  0%,
  100% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

.category__title.animation-complete::after {
  display: none;
}
@media (max-width: 1023px) {
  .category {
    height: 400px;
  }
  .category__title {
    font-size: 50px;
    max-height: 65px;
    min-height: 65px;
  }
  .category__title::after {
    width: 5px;
  }
}
@media (max-width: 767px) {
  .category {
    height: 150px;
  }
  .category__title {
    font-size: 24px;
    white-space: normal !important;
    max-height: fit-content;
    min-height: fit-content;
  }
  .category__title-max105 {
    max-width: 105px;
  }
  .category__title::after {
    display: none;
  }
}
.product {
  padding: 60px 0 100px;
  background: #fff;
}
.product__wrapper {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.product__item {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.product__item:not(:last-child)::after {
  content: '';
  background-image: url(assets/img/division.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 20px auto 0;
  height: 32px;
  width: 187px;
}
.product__item_btn {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.product__item_btn_hidden a,
.product__item_btn_main {
  border-radius: 3px;
  background: #4e7661;
  height: 42px;
  padding: 0 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.42px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.4s ease;
}
.product__item_btn_hidden {
  display: flex;
  gap: 20px;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.product__item_btn_hidden a {
  text-decoration: none;
  opacity: 0;
  transform: translateX(0);
  z-index: 3;
  position: relative;
  pointer-events: none;
}
.product__item_btn_hidden a:nth-child(1) {
  z-index: 10;
}
.product__item_btn_hidden a:nth-child(2) {
  transform: translateX(-100%);
}
.product__item_btn_hidden a:nth-child(3) {
  transform: translateX(-200%);
}
.product__item_btn_mob {
  display: none;
}
.product__item_top {
  display: grid;
  grid-template-columns: 600px 1fr;
  gap: 40px;
}
.product__item_main {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.product__item_main_top {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.product__item_descr {
  color: #333;
  font-size: 17px;
  font-weight: 400;
  line-height: 150%;
}
.product__item_pluses {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 20px;
  -moz-column-gap: 60px;
  column-gap: 60px;
}
.product__item_pluses_item {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 20px;
  align-items: center;
}
.product__item_pluses_img {
  width: 100%;
  height: 70px;
}
.product__item_pluses_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.product__item_pluses_text {
  display: flex;
  flex-direction: column;
  gap: 0;
  color: #333;
  font-size: 17px;
  font-weight: 400;
  line-height: 150%;
}
.product__item_pluses_text h1,
.product__item_pluses_text h2,
.product__item_pluses_text h3,
.product__item_pluses_text h4,
.product__item_pluses_text h5,
.product__item_pluses_text h6 {
  color: #1a1a1a;
  font-size: 17px;
  font-weight: 600;
  text-align: start;
}
.product__item_bottom {
  display: grid;
  grid-template-columns: 600px 1fr;
  gap: 40px;
}
.product__item_accordion {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.product__item_accordion_el {
  overflow: hidden;
  position: relative;
}
.product__item_accordion_el_top {
  background: #f8f8f8;
  padding: 10px 10px 10px 20px;
  display: grid;
  grid-template-columns: 1fr 24px;
  gap: 10px;
  align-items: center;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.product__item_accordion_el_top p {
  color: #4e7661;
  font-size: 17px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: 0.51px;
}
.product__item_accordion_el_bottom {
  position: relative;
  z-index: 2;
  height: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  padding: 0 10px 0 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}
.product__item_accordion_el_bottom b,
.product__item_accordion_el_bottom strong {
  font-weight: 500;
}
.product__item_accordion_el.active .product__item_accordion_el_bottom {
  opacity: 1;
  margin-top: 10px;
}
.product__item_accordion_el.active .product__item_accordion_el_svg {
  transform: rotate(45deg);
}
.product__item_accordion_el_svg {
  width: 100%;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
.product__item_accordion_el_svg-1 {
  width: 100%;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product__item_accordion_el-info .product__item_accordion_el_top {
  grid-template-columns: 20px 1fr 24px;
}
.product__item_accordion_el-info .product__item_accordion_el_top p {
  text-transform: uppercase;
}
.product__item_accordion_el_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.product__item_accordion_el_grid_item {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 20px;
}
.product__item_accordion_el_grid_img {
  width: 100%;
  height: 60px;
  overflow: hidden;
  border-radius: 100%;
}
.product__item_accordion_el_grid_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.product__item_accordion_el_grid_text {
  display: flex;
  flex-direction: column;
  gap: 0;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}
.product__item_accordion_el_grid_text h1,
.product__item_accordion_el_grid_text h2,
.product__item_accordion_el_grid_text h3,
.product__item_accordion_el_grid_text h4,
.product__item_accordion_el_grid_text h5,
.product__item_accordion_el_grid_text h6 {
  color: #000 !important;
  font-family: 'Wix Madefor Text' !important;
  font-size: 17px !important;
  font-weight: 600 !important;
  line-height: 120% !important;
}
.product__item_btn.active .product__item_btn_hidden a {
  opacity: 1;
  transform: translateX(0);
  background: #4e7661;
  pointer-events: initial;
  text-transform: lowercase;
}
.product__item_btn.active .product__item_btn_hidden {
  pointer-events: initial;
  position: static;
}
.product__item_btn.active .product__item_btn_main {
  opacity: 0;
  display: none;
}
@media (min-width: 1200px) {
  .product__item_btn:hover .product__item_btn_hidden a {
    opacity: 1;
    transform: translateX(0);
    pointer-events: initial;
  }
  .product__item_btn_hidden a:hover {
    background: #a9c9b2;
    color: #1a1a1a;
  }
  .product__item_btn:hover .product__item_btn_hidden {
    pointer-events: initial;
  }
  .product__item_btn:hover .product__item_btn_main {
    opacity: 0;
  }
}
@media (max-width: 1250px) {
  .product__item_top {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .product__item_bottom {
    grid-template-columns: 1fr 1fr;
    gap: 60px;
  }
}
@media (max-width: 1199px) {
  .product__item_pluses_item {
    align-items: start;
  }
  .product__item_bottom {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
  }
}
@media (max-width: 1023px) {
  .product__item_btn_hidden {
    position: relative;
    pointer-events: initial;
  }
  .product__item_btn_main {
    display: none;
  }
  .product__item_btn_hidden a {
    opacity: 1;
    pointer-events: initial;
    transform: none !important;
    background: #4e7661;
    height: 44px;
  }
  .product {
    padding: 40px 0 60px;
  }
  .product__item_top {
    align-items: start;
    gap: 20px;
  }
  .product__item_btn {
    order: 1;
    margin: 0 auto;
  }
  h3.product__item_title {
    order: 2;
  }
  .product__item_descr {
    order: 3;
  }
  .product__item_main {
    gap: 20px;
  }
  .product__item_pluses {
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
  .product__item {
    gap: 20px;
  }
  .product__wrapper {
    gap: 40px;
  }
  .product__item_pluses_text,
  .product__item_pluses_text h1,
  .product__item_pluses_text h2,
  .product__item_pluses_text h3,
  .product__item_pluses_text h4,
  .product__item_pluses_text h5,
  .product__item_pluses_text h6 {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .product {
    padding: 25px 0 40px;
  }
  .product__item_btn_hidden {
    flex-wrap: wrap;
    -moz-column-gap: 15px;
    column-gap: 15px;
    row-gap: 10px;
  }
  .product__item_pluses {
    grid-template-columns: 1fr;
  }
  .product__item_main_top {
    gap: 15px;
  }
  .product__item_descr {
    font-size: 15px;
  }
  .product__item_pluses {
    gap: 20px;
  }
  .product__item_accordion_el_grid_item,
  .product__item_pluses_item {
    grid-template-columns: 1fr;
    grid-template-rows: 40px auto;
    gap: 5px;
  }
  .product__item_accordion_el_grid_img,
  .product__item_pluses_img {
    height: 40px;
    width: 40px;
  }
  .product__item_pluses_text,
  .product__item_pluses_text h1,
  .product__item_pluses_text h2,
  .product__item_pluses_text h3,
  .product__item_pluses_text h4,
  .product__item_pluses_text h5,
  .product__item_pluses_text h6 {
    font-size: 15px;
  }
  .product__item_accordion,
  .product__item_bottom {
    gap: 15px;
  }
  .product__item_accordion_el_top p {
    font-size: 15px;
  }
  .product__item_accordion_el_grid {
    grid-template-columns: 1fr;
  }
  .product__wrapper {
    gap: 25px;
  }
  .product__item:not(:last-child)::after {
    margin: 5px auto 0;
    width: 116px;
    height: 20px;
  }
}
.product__item_gallery {
  position: relative;
}
.product-gallery {
  display: flex;
  gap: 17px;
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
  position: relative;
}
.gallery-wrapper {
  position: sticky;
  height: -moz-fit-content;
  height: fit-content;
  top: 120px;
}
.gallery-thumbnails-container {
  width: 80px;
  position: relative;
  height: 600px;
}
.gallery-nav-wrapper {
  position: sticky;
  top: 120px;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 600px;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-right: 3px;
}
.gallery-nav-wrapper::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.gallery-nav {
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  height: -moz-fit-content;
  height: fit-content;
}
.gallery-thumb {
  flex: 0 0 auto;
  width: 100%;
  height: 96px;
  cursor: pointer;
  overflow: hidden;
  border: 1px solid #e1e8e3;
  transition: all 0.2s ease;
  position: relative;
}
.gallery-thumb.active {
  border: 1px solid #4e7661;
}
.gallery-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.gallery-main {
  flex: 1;
  position: relative;
  width: 500px;
  max-width: 500px;
}
.gallery-viewport {
  overflow: hidden;
  position: relative;
  background-color: #fff;
  height: 600px;
  max-height: 600px;
}
.gallery-slides-wrapper {
  display: flex;
  transition: transform 0.3s ease;
  width: 100%;
  height: 100%;
}
.gallery-slide {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  overflow: hidden;
  cursor: zoom-in;
}
.gallery-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
  transition: transform 0.1s ease-out;
  transform-origin: 0 0;
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  align-items: center;
  justify-content: center;
  z-index: 1000;
  opacity: 0;
  display: none;
  transition: all 0.3s ease;
}
.modal-overlay.active {
  opacity: 1;
  display: flex;
}
.modal-content {
  max-width: 90%;
  max-height: 90%;
  background-color: #f8f8f8;
}
.modal-content img {
  width: 100%;
  height: auto;
  max-height: 80vh;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 4px;
}
.modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s ease;
}
.modal-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}
.modal-nav-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #4e7661;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 24px;
  transition: background-color 0.2s ease;
  backdrop-filter: blur(5px);
}
#modalPrevBtn {
  transform: rotate(-90deg);
}
#modalNextBtn {
  transform: rotate(90deg);
}
.gallery-slide {
  touch-action: pan-y;
}
.modal-overlay {
  touch-action: pan-y;
}
@media (min-width: 1024px) {
  .gallery-thumb:hover {
    border: 1px solid #4e7661;
  }
  .modal-close:hover {
    color: #4e7661;
  }
  .modal-nav-btn:hover {
    background-color: #fff;
  }
  .modal-nav-btn:hover svg path {
    stroke: #4e7661;
  }
}
@media (max-width: 1199px) {
  .gallery-thumbnails-container {
    height: 500px;
  }
  .gallery-viewport {
    height: 500px;
    max-height: 500px;
  }
  .gallery-nav-wrapper {
    max-height: 500px;
  }
}
@media (max-width: 1023px) {
  .gallery-thumbnails-container {
    height: 350px;
  }
  .gallery-viewport {
    height: 350px;
    max-height: 350px;
  }
  .gallery-nav-wrapper {
    max-height: 350px;
  }
  .gallery-thumbnails-container {
    width: 60px;
  }
  .gallery-thumb {
    height: 72px;
  }
  .gallery-main {
    width: 520px;
    max-width: 520px;
  }
}
@media (max-width: 767px) {
  .gallery-main {
    width: 100%;
  }
  .gallery-thumbnails-container {
    height: 237px;
  }
  .gallery-viewport {
    height: 237px;
    max-height: 237px;
  }
  .gallery-nav-wrapper {
    max-height: 237px;
  }
  .gallery-thumbnails-container {
    width: 40px;
  }
  .gallery-thumb {
    height: 48px;
  }
  .gallery-nav {
    gap: 15px;
  }
  .product-gallery {
    gap: 12px;
  }
  .modal-nav-btn {
    height: 30px;
    width: 30px;
  }
  .modal-nav-btn svg {
    height: 15px;
    width: 15px;
  }
}
.contact {
  background: #fff;
  height: 642px;
}
.contact__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 150px;
  height: 100%;
}
.contact__img {
  width: 100%;
  height: 100%;
}
.contact__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom;
  object-position: bottom;
}
.contact__left {
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: center;
}
.contact__info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #333;
  font-size: 17px;
  font-weight: 400;
  line-height: 150%;
}
.contact__info a {
  color: #1a1a1a;
  font-size: 17px;
  font-weight: 600;
  line-height: 150%;
}
@media (max-width: 1199px) {
  .contact__wrapper {
    gap: 60px;
  }
}
@media (max-width: 1023px) {
  .contact__wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding-top: 60px;
  }
  .contact {
    height: -moz-fit-content;
    height: fit-content;
  }
  .contact__left {
    gap: 20px;
  }
  .contact__img {
    height: 500px;
  }
  .contact__img img {
    -o-object-position: center center;
    object-position: center center;
  }
}
@media (max-width: 767px) {
  .contact__wrapper {
    padding: 0;
    gap: 25px;
  }
  .contact__left {
    padding: 40px 0;
  }
  .contact__info {
    gap: 15px;
    font-size: 15px;
  }
  .contact__info a {
    font-size: 15px;
  }
  .contact__img {
    height: 250px;
  }
}
