@charset "UTF-8";
body a {
  text-decoration: none;
}

.navbar {
  background: rgb(248, 248, 248);
  height: 100px;
  /* Прибираємо бордер у останнього пункту меню */
}
.navbar .navbar-toggler {
  border: none;
}
.navbar .nav-item {
  border-right: 1px solid gray;
  display: flex; /* Щоб текст у центрі відображався */
  align-items: center;
  padding-right: 8px; /* Додаємо відступ, щоб бордер не притискався */
  padding-left: 4px;
}
.navbar .nav-item:last-child {
  border-right: none;
}
.navbar .nav-link {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 27px;
  color: #212121;
  padding: 0 12px !important;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  list-style: none;
  font-size: 15px;
  letter-spacing: 3px;
}
.navbar .nav-link:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background-color: #B3BEB3;
  transition: width 0.8s;
}
.navbar .nav-link:hover:before {
  width: 100%;
}
.navbar .link_sale {
  color: rgb(236, 92, 93);
}
.navbar .link_sale:before {
  background-color: rgb(236, 92, 93) !important;
}
.navbar .navbar-brand {
  padding-left: 5px;
}
.navbar .cart {
  padding-right: 5px;
}
.navbar .navbar-collapse {
  padding-right: 100px;
}

.navigation_site {
  background: rgb(248, 248, 248);
}
.navigation_site .row {
  border-top: 1px solid #B0C4B1;
  padding-top: 50px;
}
.navigation_site a {
  text-decoration: none;
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  display: inline;
  width: auto;
}
.navigation_site a img {
  padding-left: 8px;
}
.navigation_site .link_1 {
  color: #7F7F7F;
  padding-left: 5px;
}
.navigation_site .link_2 {
  color: #212121;
  padding-left: 0;
}

.popup {
  z-index: 10;
}

@media (max-width: 992px) {
  header .offcanvas-navbar {
    border-bottom: 1px solid #B0C4B1;
  }
  header .navbar .nav-link {
    font-size: 16px;
    line-height: 22px;
    padding: 0 6px !important;
  }
  header .navbar .navbar-brand {
    margin: 0 auto;
    padding-right: 35px;
  }
  header .navbar .navbar-brand img {
    max-width: 98px;
  }
  header .navbar .navbar-collapse {
    padding-right: 50px;
  }
}
@media (max-width: 576px) {
  .just-navbar {
    display: none;
  }
  .offcanvas-navbar {
    height: 66px;
    border-bottom: 1px solid #B0C4B1;
  }
  .offcanvas-navbar .nav-link {
    text-align: start;
    margin-bottom: 20px;
  }
  .offcanvas-navbar .navbar-brand {
    margin: 0 auto;
    padding-right: 40px;
  }
  .offcanvas-navbar .offcanvas-body, .offcanvas-navbar .offcanvas-header {
    background-color: rgb(248, 248, 248);
  }
  .navbar-toggler {
    border: none;
  }
  .navbar-toggler img {
    width: 19px;
  }
  .navbar-toggler:active {
    border: none;
  }
  .navbar-toggler:hover {
    border: none;
  }
  .cart__text img {
    width: 19px;
  }
  .navigation_site .row {
    border-top: none;
    padding-top: 20px;
  }
}
@media (min-width: 577px) {
  .offcanvas-navbar {
    display: none;
  }
}
.header__cart {
  position: absolute;
  top: -60px;
  right: 1%;
  z-index: 200;
}

@media (max-width: 576px) {
  .header__cart {
    top: 25px;
    right: 25px;
  }
}
.cart_open {
  cursor: pointer;
}

.cart__quantity1 {
  position: absolute;
  right: -5px;
  top: 57%;
  transform: translateY(-50%);
  margin-top: -10px;
  background-color: #B0C4B1;
  border-radius: 50%;
  padding: 0;
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  color: #212121;
  min-height: 16px;
  min-width: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.cart-content__list {
  padding: 0;
}

.cart-content__item {
  list-style: none;
  position: relative;
}

.cart-content {
  position: fixed;
  top: 100px;
  right: -100%;
  width: 340px;
  min-height: 360px;
  padding: 50px 12px;
  background: #F8F8F8;
  box-shadow: -2px 0 4px hsla(0deg, 4%, 15%, 0.1);
  transition: 0.5s;
}
.cart-content h4 {
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #212121;
  text-align: center;
  padding-bottom: 20px;
}
.cart-content .cart-content__product {
  height: 110px;
  display: flex;
  flex-direction: row;
  padding-bottom: 16px;
  border-bottom: 1px solid #B0C4B1;
}
.cart-content .cart-content__product .cart-product__img {
  width: 84px;
  height: 95px;
  margin-right: 8px;
  padding: 0;
}
.cart-content .cart-content__product .cart-product__title {
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #212121;
  margin: 0;
}
.cart-content .cart-content__product .cart-product__price {
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #EC5C5D;
  margin: 0;
  padding: 14px 0;
}
.cart-content .cart-content__product span, .cart-content .cart-content__product .cart__quantity {
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #212121;
}
.cart-content .cart-content__product .cart__quantity {
  border: none;
  width: 50px;
  outline: transparent;
  text-align: center;
}
.cart-content .counter-wrapper {
  display: flex;
  flex-direction: row;
}
.cart-content .counter-wrapper .items__current {
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 400;
  padding-left: 8px;
  color: #212121;
}
.cart-content .cart-content__bottom .cart-content__fullprice {
  display: flex;
  justify-content: space-between;
  padding: 8px 0 16px;
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #212121;
}
.cart-content .cart-content__btn {
  width: 100%;
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #212121;
  background-color: #B0C4B1;
  height: 57px;
  border-radius: 0;
}
.cart-content .close_cart {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
}
.cart-content .cart_remove {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 37%;
  right: 5%;
  cursor: pointer;
}

.cart-content.active {
  right: 20px;
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
}

.popup-content {
  width: 60%;
  padding: 50px 84px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.popup-content .popup_top {
  border-bottom: 1px solid #B0C4B1;
}
.popup-content .popup_top #closePopup2 {
  cursor: pointer;
  width: 15px;
  height: 15px;
}
.popup-content .popup_top h3 {
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  color: #212121;
}
.popup-content .popup_product {
  display: flex;
  padding: 50px 0;
}
.popup-content .popup_product .cart-content__item {
  margin-bottom: 20px;
}
.popup-content .popup_product .cart-product {
  display: flex;
}
.popup-content .popup_product .cart-product .cart-product__img {
  margin-right: 10px;
  width: 95px;
  height: 95px;
}
.popup-content .popup_product .cart-product .cart-product__title, .popup-content .popup_product .cart-product span {
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #212121;
}
.popup-content .popup_product .cart-product p {
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #EC5C5D;
}
.popup-content .popup_product .cart_remove {
  width: 25px;
  height: 25px;
  cursor: pointer;
  align-items: center;
}
.popup-content .popup_product .popup_item2 {
  width: 40%;
  display: flex;
  justify-content: space-between;
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #212121;
}
.popup-content .popup_product .popup_item {
  height: 150px;
  overflow: auto;
  width: 60%;
}
.popup-content .popup_footer {
  display: flex;
  justify-content: space-between;
}
.popup-content .popup_footer a {
  padding: 16px 39px;
  text-align: center;
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #212121;
  text-decoration: none;
}
.popup-content .popup_footer #closePopup {
  border: 2px solid #B0C4B1;
}
.popup-content .popup_footer .to_order_link {
  background: #B0C4B1;
}

@media (max-width: 992px) {
  .popup-content {
    padding: 30px;
  }
  .popup-content .popup_product {
    display: flex;
    flex-direction: column;
  }
  .popup-content .popup_product .popup_item, .popup-content .popup_product .popup_item2 {
    width: 100%;
  }
  .popup-content .popup_product .popup_item {
    margin-bottom: 40px;
  }
  .popup-content .popup_footer {
    display: flex;
    flex-direction: column;
  }
  .popup-content .popup_footer a {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .popup-content {
    width: 95%;
  }
}
footer {
  background-color: rgb(248, 248, 248);
}
footer a {
  text-decoration: none;
  color: #000000;
}
footer a:hover {
  color: #000000;
}
footer .footer-row {
  border-top: 1px solid #B0C4B1;
  padding: 100px 0;
}
footer .footer-row .footer_drop {
  display: none;
}
footer .footer-row .footer_info {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
footer .footer-row .fot_item1 {
  padding-left: 30px;
}
footer .footer-row .footer_item {
  margin-left: 10px;
}
footer .footer-row .footer_item h5 {
  margin-bottom: 18px;
  text-transform: uppercase;
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  color: #212121;
}
footer .footer-row .footer_item img {
  padding-right: 20px;
}
footer .footer-row .footer_item ul {
  padding: 0;
}
footer .footer-row .footer_item ul li {
  list-style: none;
  text-align: start;
  padding-left: 0;
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #000000;
  padding-bottom: 8px;
}

.phone_links {
  position: fixed;
  bottom: 3%;
  right: 1%;
  background-color: #B0C4B1;
  border-radius: 25px;
}
.phone_links img {
  padding: 10px;
}

@media (min-width: 577px) and (max-width: 992px) {
  footer .footer-row {
    padding: 45px 0;
  }
  footer .footer-row .footer_drop {
    display: none;
  }
  footer .footer_logo {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 40px;
  }
  footer .footer_info {
    width: 100%;
  }
}
@media (max-width: 576px) {
  footer .footer-row {
    padding: 45px 0;
  }
  footer .footer-row .footer_drop {
    display: block;
  }
  footer .footer-row .footer_info {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  footer .footer-row .footer_info .footer_item {
    width: 100%;
  }
  footer .footer-row .footer_info .fot_item {
    display: none;
  }
  footer .footer-row .footer_logo {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 40px;
  }
  footer .footer-row .more_btn {
    padding-left: 0;
    font-family: "Nunito", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    color: #212121;
    text-transform: uppercase;
  }
  footer .footer-row .more_btn:hover {
    border: none;
  }
  footer .footer-row .card-body {
    padding: 0;
    background-color: transparent;
    border: none;
  }
}
.video_wrapper {
  display: none;
}

.banner_wrapper {
  background-color: rgb(248, 248, 248);
  padding-bottom: 100px;
}
.banner_wrapper .carousel-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 87vh;
}
.banner_wrapper .carousel-item1 {
  background-image: url("../../../images/Allendor.png");
}
.banner_wrapper .carousel-item2 {
  background-image: url("../../../images/Allendor.png");
}
.banner_wrapper .carousel-item3 {
  background-image: url("../../../images/Allendor.png");
}
.banner_wrapper .carousel-control-next, .banner_wrapper .carousel-control-prev {
  top: 90%;
  width: 5%;
  opacity: 1;
}
.banner_wrapper .carousel-control-prev {
  left: 44%;
}
.banner_wrapper .carousel-control-prev .carousel-control-prev-icon {
  background-image: url("../../../images/icons/str_left.png");
}
.banner_wrapper .carousel-control-next {
  right: 44%;
}
.banner_wrapper .carousel-control-next .carousel-control-next-icon {
  background-image: url("../../../images/icons/str_right.png");
}
.banner_wrapper .carousel-control-next-icon, .banner_wrapper .carousel-control-prev-icon {
  width: 23px;
  height: 14px;
}

@media (max-width: 576px) {
  .video_wrapper {
    display: none;
    height: 100vh;
  }
  .video_wrapper #background-video {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
    background-color: rgb(248, 248, 248);
  }
  .banner_wrapper {
    display: block;
    padding-bottom: 50px;
  }
  .banner_wrapper .carousel-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 90vh;
  }
  .banner_wrapper .carousel-item1 {
    background-image: url("../../../images/Allendor_mobile.png");
  }
}
@media (min-width: 577px) and (max-width: 992px) {
  .banner_wrapper .carousel-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 90vh;
  }
  .banner_wrapper .carousel-item1 {
    background-image: url("../../../images/banner_tablet.png");
  }
  .banner_wrapper .carousel-item2 {
    background-image: url("../../../images/banner_tablet2.png");
  }
  .banner_wrapper .carousel-item3 {
    background-image: url("../../../images/banner_tablet_3.png");
  }
}
.navigation_mobile {
  display: none;
}

.product_card_main {
  padding: 50px 0;
  background: rgb(248, 248, 248);
}
.product_card_main .carousel, .product_card_main .about_product {
  width: 50%;
}
.product_card_main .carousel .carousel-control-prev-icon, .product_card_main .about_product .carousel-control-prev-icon {
  background-image: url("../../../images/icons/lft.svg");
  background-color: white;
  border-radius: 5px;
}
.product_card_main .carousel .carousel-control-next-icon, .product_card_main .about_product .carousel-control-next-icon {
  background-image: url("../../../images/icons/rgt.svg");
  background-color: white;
  border-radius: 5px;
}
.product_card_main .about_product .product__switch {
  display: none;
}
.product_card_main .about_product .product-price {
  margin: 24px 5px;
}
.product_card_main .about_product .product__title {
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #212121;
}
.product_card_main .about_product .product-price__current {
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 25px;
  color: #EC5C5D;
  padding-right: 24px;
}
.product_card_main .about_product .product-price__old {
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
  text-decoration-line: line-through;
  color: #212121;
}
.product_card_main .about_product .recomend {
  padding-bottom: 24px;
}
.product_card_main .about_product .recomend p {
  padding-bottom: 16px;
  margin-bottom: 0;
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #212121;
}
.product_card_main .about_product .recomend a {
  display: inline-block;
  margin-right: 24px;
  width: 35px;
  height: 35px;
  border: 1px solid #B0C4B1;
}
.product_card_main .about_product .recomend .small_link1 {
  background-color: beige;
}
.product_card_main .about_product .recomend .small_link2 {
  background-color: grey;
}
.product_card_main .about_product .recomend .small_link3 {
  background-color: black;
}
.product_card_main .about_product .recomend .small_link4 {
  background-color: white;
}
.product_card_main .about_product .recomend .small_link5 {
  background-color: goldenrod;
}
.product_card_main .about_product .recomend .small_link6 {
  background-color: #F9D3D3;
}
.product_card_main .about_product .recomend .small_link7 {
  background-color: #EBAC48;
}
.product_card_main .about_product .recomend .small_link8 {
  background-color: #7AB67B;
}
.product_card_main .about_product .details-wrapper p {
  padding-bottom: 16px;
  margin-bottom: 0;
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #212121;
}
.product_card_main .about_product .details-wrapper .counter-wrapper {
  display: flex;
  flex-direction: row;
}
.product_card_main .about_product .details-wrapper .counter-wrapper .items__control {
  padding: 2px 10px;
  gap: 8px;
  width: 31px;
  height: 31px;
  border: 1px solid #212121;
  text-align: center;
}
.product_card_main .about_product .details-wrapper .counter-wrapper .items__current {
  padding: 2px 10px;
  gap: 8px;
  width: 31px;
  height: 31px;
  font-size: 20px;
  line-height: 27px;
  color: #212121;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.product_card_main .about_product .product__btn {
  padding: 16px 0;
  gap: 8px;
  width: 302px;
  border: none;
  background: #B0C4B1;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  color: #212121;
  margin-bottom: 20px;
  margin-top: 50px;
  font-family: "Nunito", sans-serif;
  font-style: normal;
}
.product_card_main .about_product .product__btn:hover {
  background: linear-gradient(180deg, #B0C4B1 0%, rgba(176, 196, 177, 0.8) 47.8%, #B0C4B1 100%);
}
.product_card_main .about_product .btn_img {
  display: flex;
  align-items: end;
  justify-content: center;
  width: 302px;
  height: 60px; /* Можна змінити відповідно до дизайну */
  font-weight: 300;
  font-size: 20px;
  line-height: 27px;
  color: #212121;
  margin-bottom: 20px;
  margin-top: 20px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  cursor: pointer;
  border: 1px solid #B0C4B1;
}
.product_card_main .about_product .btn_img1 {
  background: url("../../../images/btn_pompa.svg") center/contain no-repeat;
}
.product_card_main .about_product .btn_img1:hover {
  border: 2px solid #B0C4B1;
}
.product_card_main .about_product .btn_img2 {
  background: url("../../../images/btn_pidst.svg") center/contain no-repeat;
}
.product_card_main .about_product .btn_img2:hover {
  border: 2px solid #B0C4B1;
}
.product_card_main .about_product .btn_img3 {
  background: url("../../../images/btn_tubus.svg") center/contain no-repeat;
}
.product_card_main .about_product .btn_img3:hover {
  border: 2px solid #B0C4B1;
}
.product_card_main .about_product .btn_img a {
  text-decoration: none;
  color: inherit;
  padding: 16px 0 16px 70px;
  width: 100%;
  text-align: center;
}
.product_card_main .description1 {
  display: none !important;
  flex-direction: column;
}
.product_card_main .description button {
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #7F7F7F;
  border: none;
  background: transparent;
  text-transform: uppercase;
  padding-right: 64px;
  padding-bottom: 11px;
}
.product_card_main .description .active {
  color: #212121;
}
.product_card_main .description #content2, .product_card_main .description #content3 {
  display: none;
}
.product_card_main .description #content20, .product_card_main .description #content30 {
  display: none;
}
.product_card_main .description .content1 p {
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  max-width: 628px;
}
.product_card_main .description .content2 ul, .product_card_main .description .content2 ol {
  padding: 0;
}
.product_card_main .description .content2 li {
  list-style: none;
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #212121;
}
.product_card_main .description .content3 a {
  padding: 16px 0;
  gap: 16px;
  background: #B0C4B1;
  margin: 24px 95px;
  width: 250px;
  display: block;
  text-align: center;
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  color: #FFFFFF;
}
.product_card_main .description .content3 a img {
  padding-left: 18px;
}
.product_card_main .description .content3 .reviews {
  overflow-x: scroll;
}
.product_card_main .description .content3 .reviews .reviews_item {
  margin-left: 30px;
  width: 80%;
}

.description2 {
  margin-top: 40px;
}

.recommendation .container {
  border-top: 1px solid #B0C4B1;
}
.recommendation h5 {
  padding: 50px 0;
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #212121;
  text-align: center;
}

@media (min-width: 577px) and (max-width: 992px) {
  .product_card_main .description1 {
    display: none;
  }
  .product_card_main .description2 {
    display: flex;
    flex-direction: column;
    max-width: 365px;
  }
  .product_card_main .description2 button {
    padding-right: 10px;
    padding-left: 0;
  }
  .product_card_main .description2 .content3 a {
    margin: 19px auto;
  }
  .product_card_main .description2 .content3 .reviews_item {
    margin-left: 0;
  }
  .product_card_main .carousel-item {
    width: 365px;
    height: 419px;
  }
  .product_card_main .product .product__btn {
    width: 235px;
    height: 57px;
    margin-top: 23px;
    padding: 16px 0;
  }
  .product_card_main .product .btn_img {
    border: none;
  }
}
@media (min-width: 577px) and (max-width: 776px) {
  .product_card_main .carousel-item {
    width: 300px;
    height: 330px;
  }
}
@media (max-width: 576px) {
  .navigation_desktop {
    display: none;
  }
  .navigation_mobile {
    display: block;
  }
  .product_card_main {
    padding: 30px 0;
  }
  .product_card_main .carousel, .product_card_main .about_product {
    width: 100%;
    align-items: center;
  }
  .product_card_main .carousel .product__btn, .product_card_main .about_product .product__btn {
    width: 100%;
  }
  .product_card_main .carousel .btn_img, .product_card_main .about_product .btn_img {
    width: 100%;
    border: none;
  }
  .product_card_main .carousel .product__title, .product_card_main .about_product .product__title {
    padding-top: 16px;
  }
  .product_card_main .carousel .description .buttons, .product_card_main .about_product .description .buttons {
    display: flex;
    justify-content: space-between;
  }
  .product_card_main .carousel .description .buttons button, .product_card_main .about_product .description .buttons button {
    font-size: 16px;
    padding-right: 14px;
  }
  .product_card_main .carousel .description .content3 a, .product_card_main .about_product .description .content3 a {
    margin: 19px auto;
  }
  .product_card_main .carousel .description .content3 .reviews_item, .product_card_main .about_product .description .content3 .reviews_item {
    width: 100%;
  }
}
.catalog {
  background: rgb(248, 248, 248);
  padding-bottom: 100px;
}
.catalog h4 {
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 55px;
  color: #000000;
  text-align: center;
  padding: 50px 0;
}
.catalog .product {
  width: 24%;
  margin-bottom: 24px;
}
.catalog .product .product__title {
  padding-top: 16px;
}
.catalog .product .product__title a {
  text-decoration: none;
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
  color: #212121;
}
.catalog .product .product-img {
  width: 100%;
}
.catalog .product .product-price__old {
  text-decoration: line-through;
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #212121;
  padding: 16px 0;
}
.catalog .product .product-price__current {
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #EC5C5D;
  padding: 16px 24px 16px 0;
}
.catalog .product .product__a {
  padding: 16px 10px;
  gap: 8px;
  width: 100%;
  height: 59px;
  border: 2px solid #B0C4B1;
  margin-bottom: 16px;
  margin-top: 16px;
  text-align: center;
  background: transparent;
}
.catalog .product .product__a a {
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 27px;
  color: #212121;
  text-decoration: none;
}
.catalog .product .product__a:hover a {
  font-weight: 700;
}
.catalog .product .product__btn {
  padding: 16px 10px;
  gap: 8px;
  width: 100%;
  height: 59px;
  background: #B0C4B1;
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 27px;
  color: #212121;
  border: none;
}
.catalog .product .product__btn:hover {
  background: linear-gradient(180deg, #B0C4B1 0%, rgba(176, 196, 177, 0.8) 47.19%, #B0C4B1 100%);
}
.catalog .sale_h {
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 49px;
  color: #000000;
  padding-top: 50px;
  padding-bottom: 50px;
}

.product_5 {
  margin-right: 15px;
}

@media (min-width: 577px) and (max-width: 992px) {
  .catalog {
    padding-bottom: 80px;
  }
  .catalog .product {
    width: 33%;
  }
  .catalog .product .product__a a {
    font-size: 17px;
    line-height: 25px;
  }
  .catalog .product .product__btn {
    font-size: 17px;
    line-height: 25px;
  }
  .catalog .product .product-price__current {
    padding-right: 4px;
  }
  .catalog .product_5 {
    margin-right: 5px;
  }
}
@media (max-width: 576px) {
  .catalog .product {
    width: 50%;
  }
  .catalog .product .product__title {
    font-size: 14px;
    line-height: 19px;
  }
  .catalog .product .product-price__current, .catalog .product .product-price__old {
    font-size: 16px;
    line-height: 22px;
  }
  .catalog .product .product-price__current {
    padding-right: 5px;
  }
  .catalog .product .product__btn {
    padding: 0;
    height: 46px;
    font-size: 14px;
    line-height: 19px;
  }
  .catalog .product .product__a {
    height: 46px;
    padding: 0;
    margin-bottom: 8px;
  }
  .catalog .product .product__a a {
    font-size: 14px;
    line-height: 19px;
  }
  .catalog .product_5 {
    margin-right: 0;
  }
}
.reviews {
  background-color: rgb(248, 248, 248);
}
.reviews h3 {
  text-align: center;
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 49px;
  padding: 50px 0;
  color: #212121;
}
.reviews .reviews_item {
  display: flex;
  flex-direction: row;
  width: 32.5%;
  background-color: rgb(255, 255, 255);
  padding: 16px;
  margin-bottom: 16px;
}
.reviews .reviews_item div {
  padding: 5px;
}
.reviews .reviews_item .rev_photo {
  padding-bottom: 20px;
}
.reviews .reviews_item h4 {
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #212121;
}
.reviews .reviews_item .rev {
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.0012em;
  color: #212121;
  margin: 0;
}
.reviews .reviews_item .user_name {
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.0012em;
  color: #000000;
  text-align: end;
}
.reviews .reviews_item .date {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.0012em;
  color: #212121;
  text-align: end;
  padding: 16px 0;
}
.reviews .show_more {
  padding: 16px 32px;
  gap: 8px;
  border: 1px solid #212121;
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #212121;
  background-color: #F8F8F8;
  margin: 53px;
}

.reviews_row {
  padding: 0;
  justify-content: space-between;
}

.reviews_item:nth-child(n+4) {
  display: none;
}

.reviews_item.is-visible {
  display: flex;
}

@media (max-width: 576px) {
  .reviews .row {
    justify-content: center;
    align-items: center;
  }
  .reviews .row .reviews_item {
    width: 90%;
  }
}
@media (min-width: 577px) and (max-width: 992px) {
  .reviews .row {
    justify-content: space-between;
    align-items: center;
  }
  .reviews .row .reviews_item {
    width: 49%;
  }
}
.popup {
  z-index: 10;
}

.items__control {
  cursor: pointer;
}

.popup_rev {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
.popup_rev h2 {
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #212121;
  margin-bottom: 25px;
}
.popup_rev h5 {
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #212121;
  margin: 0;
}
.popup_rev .popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  padding: 50px 50px;
}
.popup_rev .popup-content form {
  padding-top: 27px;
}
.popup_rev .popup-content form label {
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #212121;
  margin: 0;
}
.popup_rev .popup-content form input, .popup_rev .popup-content form textarea {
  border: 0.5px solid #7F7F7F;
  padding: 10px;
  width: 250px;
}
.popup_rev .popup-content form input::placeholder, .popup_rev .popup-content form textarea::placeholder {
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #7F7F7F;
}
.popup_rev .popup-content form #photo-label {
  display: inline-block;
  border: 1px solid #B0C4B1;
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #212121;
  padding: 14px 65px;
  width: 250px;
  margin-bottom: 24px;
}
.popup_rev .popup-content form #photo-label:hover {
  background-color: #ccc;
}
.popup_rev .popup-content form .rev_submit {
  background: #B0C4B1;
  border: none;
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #212121;
}
.popup_rev .close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.popup_rev .rating {
  display: inline-block;
}
.popup_rev .rating input {
  display: none;
}
.popup_rev .rating label {
  font-size: 24px;
  color: #ddd;
  cursor: pointer;
}
.popup_rev .rating label:hover,
.popup_rev .rating label:hover ~ label,
.popup_rev .rating input:checked ~ label {
  color: #ffdd00;
}

.video_wrapper #arrow {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: 10px;
  width: 50px;
  height: 50px;
  background-image: url("../images/icons/strelka_dlia_video.png"); /* Замініть 'arrow.png' на шлях до вашого зображення стрілки */
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}
@keyframes arrowAnimation {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.video_wrapper .animated-arrow {
  animation: arrowAnimation 2s infinite;
}

.you_video {
  background: rgb(248, 248, 248);
  padding-bottom: 50px;
}

/*# sourceMappingURL=product_card.css.map */
