@media (max-width: 575px) {
    .js-store-product {
        flex-direction: column;
    }
}
@media (max-width: 480px) {
    .buy-btn {
        margin-right: 0!important;
    }
}
:root {
    --accent: #75f770;
}
.t-store__card__price_old {
    margin-left: 15px;
}
.t-store__card__price-currency::before {
    display: none!important;
}
.t-store__card__wrap_all {
    border-radius: 10px;
}
.more-btn {
    background: #838383!important;
}
.accent {
    color: #8b70f7;
}
.cstm-cont {
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
    padding: 25px 0 50px 0;
}
.cstm-title {
    padding: 35px 0 15px 0;
    font-size: 1.8rem;
    line-height: 2rem;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase!important;
}
.cstm-cont p {
    padding: 10px;
    text-align: justify;
}
.cstm-cont .img {
    margin: 10px auto;
    border-radius: 10px;
}
.cat-btn {
    display: block;
    width: 100%!important;
    color: #fff!important;
    font-weight: 600;
    font-size: 22px;
    line-height: 48px;
    text-align: center;
    border-radius: 15px;
    border: none;
    text-decoration: none!important;
    text-transform: uppercase!important;
    background-color: #8b70f7;
    box-shadow: rgb(190 152 252 / 25%) 0px 10px 20px, rgb(214 152 252 / 32%) 0px 6px 6px;
}
.cstm-list {
    list-style: none;
}
.cstm-marker {
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 10px;
    border-radius: 50%;
    background-color: var(--accent);
}
.reviews {
    width: 100%;
    height: 400px;
    padding-top: 25px;
}

.reviews .item {
    background: #f9f9f9;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
}

.reviews .photo {
    position: relative;
    padding-bottom: 15px;
}

.reviews .photo img {
    -webkit-border-radius: 35px 35px 0 0;
    -moz-border-radius: 35px 35px 0 0;
    border-radius: 35px 35px 0 0;
}

.reviews .item .info {
    position: relative;
    min-height: 72px;
    background: url("../images/qoute-icon.png") 100% 50% no-repeat;
    margin: 20px 30px 15px;
    padding: 12px 0 0 90px;
}

.reviews .item .info img {
    position: absolute;
    left: 0;
    width: 75px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.reviews .item .info p {
    font-size: 17px;
}

.reviews .item .txt {
    font-size: 20px;
    line-height: 30px;
    padding: 0 30px 20px;
    text-align: center;
}
.t-item {
    margin: 15px;
}
#rec834010695 input::-webkit-input-placeholder {
  color: #000000;
  opacity: 0.5;
}

#rec834010695 input::-moz-placeholder {
  color: #000000;
  opacity: 0.5;
}

#rec834010695 input:-moz-placeholder {
  color: #000000;
  opacity: 0.5;
}

#rec834010695 input:-ms-input-placeholder {
  color: #000000;
  opacity: 0.5;
}

#rec834010695 textarea::-webkit-input-placeholder {
  color: #000000;
  opacity: 0.5;
}

#rec834010695 textarea::-moz-placeholder {
  color: #000000;
  opacity: 0.5;
}

#rec834010695 textarea:-moz-placeholder {
  color: #000000;
  opacity: 0.5;
}

#rec834010695 textarea:-ms-input-placeholder {
  color: #000000;
  opacity: 0.5;
}
#rec833977370 .t-menu__link-item {
}

@supports (overflow: -webkit-marquee) and (justify-content: inherit) {
  #rec833977370 .t-menu__link-item,
  #rec833977370 .t-menu__link-item.t-active {
    opacity: 1 !important;
  }
}
/* Стилі для попапу */
.popup {
  display: none; /* Сховати попап за замовчуванням */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Підкладка з затемненням */
  z-index: 1000;
}

.popup-content {
  position: relative;
  background: #fff;
  margin: 10% auto;
  padding: 20px;
  width: 80%;
  max-width: 500px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  cursor: pointer;
  color: #333;
}

.close-btn:hover {
  color: red;
}

.popup-btn {
  padding: 10px 20px;
  background-color: #e53935;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}

.popup-btn:hover {
  background-color: #c62828;
}
#rec833977370 .t-store__card .t-typography__title {
  font-size: 22px;
  font-weight: 700;
}

#rec833977370 .t-store__relevants__title {
  font-size: 22px;
  font-weight: 700;
}

#rec833977370 .t-store__card .t-typography__descr {
  font-size: 18px;
}

#rec833977370 .t-store__card .t-store__card__price {
  font-size: 20px;
  color: #f01010;
  font-weight: 800;
}

#rec833977370 .t-store__card .t-store__card__price_old {
  font-size: 20px;
  color: #2e2e2e;
  font-weight: 800;
}

#rec833977370 .t-popup .t-typography__title {
  font-weight: 700;
}

#rec833977370 .t-popup .t-store__prod-popup__price {
  color: #f01010;
  font-weight: 800;
}

#rec833977370 .t-popup .t-store__prod-popup__price_old {
  color: #2e2e2e;
  font-weight: 800;
}

#rec833977370 .t-store__pagination__item {
  font-size: 18px;
}

#rec833977370 .t-slds__bullet_active .t-slds__bullet_body {
  background-color: #222 !important;
}

#rec833977370 .t-slds__bullet:hover .t-slds__bullet_body {
  background-color: #222 !important;
}

#rec833977370 .t-store__parts-switch-btn {
}

#rec833977370 .t-store__filter__item-title,
#rec833977370 .t-store__filter__opts-mob-btn {
}

@media screen and (min-width: 980px) {
  .t-records {
    opacity: 0;
  }

  .t-records_animated {
    -webkit-transition: opacity ease-in-out 0.2s;
    -moz-transition: opacity ease-in-out 0.2s;
    -o-transition: opacity ease-in-out 0.2s;
    transition: opacity ease-in-out 0.2s;
  }

  .t-records.t-records_visible {
    opacity: 1;
  }
}
.t-section__descr {
  max-width: 560px;
}

#rec834011527 .t-section__title {
  margin-bottom: 105px;
}

#rec834011527 .t-section__descr {
}

@media screen and (max-width: 960px) {
  #rec834011527 .t-section__title {
    margin-bottom: 45px;
  }
}
.t680__container_indent {
    padding: 0 40px 0 40px;
    box-sizing: border-box
}

.t680__row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    box-sizing: border-box;
    font-size: 0
}

.t680__row_indent-10px {
    padding: 0 10px 10px 10px
}

.t680__row_indent-20px {
    padding: 0 20px 20px 20px
}

.t680__row_indent-40px {
    padding: 0 40px 40px 40px
}

.t680__row_indent-10px:first-child {
    padding-top: 10px
}

.t680__row_indent-20px:first-child {
    padding-top: 20px
}

.t680__row_indent-40px:first-child {
    padding-top: 40px
}

.t680_no-bottom-indent .t680__row:last-child {
    padding-bottom: 0px!important
}

.t-container .t680__row {
    padding-right: 20px;
    padding-left: 20px
}

.t680__container_indent .t680__row {
    padding-right: 0px!important;
    padding-left: 0px!important
}

.t680__tile {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    box-sizing: border-box;
    font-size: 0
}

.t680__tile_big-img {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.t680__tile_100 {
    width: 100%
}

.t680__bgimg_wrapper {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    box-sizing: border-box
}

.t680__bgimg_wrapper_100 {
    width: 100%;
    padding: 0px!important
}

.t680__bgimg_wrapper_100 .t680__bgimg {
    padding-bottom: 65%!important
}

.t680__bgimg_lg {
    flex: 1
}

.t680__bgimg_sm,.t680__bgimg_50 {
    padding-bottom: 100%
}

.t680__tile_100 .t680__bgimg {
    padding-bottom: 65%
}

.t680__gap {
    width: 100%
}

.t680__row_indent-10px .t680__gap {
    height: 10px
}

.t680__row_indent-10px .t680__tile_left,.t680__row_indent-10px .t680__bgimg_wrapper_left {
    padding-right: 5px
}

.t680__row_indent-10px .t680__tile_right,.t680__row_indent-10px .t680__bgimg_wrapper_right {
    padding-left: 5px
}

.t680__row_indent-20px .t680__gap {
    height: 20px
}

.t680__row_indent-20px .t680__tile_left,.t680__row_indent-20px .t680__bgimg_wrapper_left {
    padding-right: 10px
}

.t680__row_indent-20px .t680__tile_right,.t680__row_indent-20px .t680__bgimg_wrapper_right {
    padding-left: 10px
}

.t680__row_indent-40px .t680__gap {
    height: 40px
}

.t680__row_indent-40px .t680__tile_left,.t680__row_indent-40px .t680__bgimg_wrapper_left {
    padding-right: 20px
}

.t680__row_indent-40px .t680__tile_right,.t680__row_indent-40px .t680__bgimg_wrapper_right {
    padding-left: 20px
}

@media screen and (max-width: 1200px) {
    .t-container .t680__row {
        padding-right:10px;
        padding-left: 10px
    }
}

@media screen and (max-width: 960px) {
    .t680__container_indent,.t-container .t680__row {
        padding-right:20px;
        padding-left: 20px
    }

    .t680__row {
        display: block
    }

    .t680__row_indent-20px {
        padding: 0 10px 10px 10px
    }

    .t680__row_indent-40px {
        padding: 0 20px 20px 20px
    }

    .t680__row_indent-20px:first-child {
        padding-top: 10px
    }

    .t680__row_indent-40px:first-child {
        padding-top: 20px
    }

    .t680__tile {
        display: block;
        width: 100%;
        padding-right: 0px!important;
        padding-left: 0px!important
    }

    .t680__row_indent-10px .t680__top,.t680__row_indent-20px .t680__top {
        padding-bottom: 10px
    }

    .t680__row_indent-40px .t680__top {
        padding-bottom: 20px
    }

    .t680__bgimg_lg {
        padding-bottom: 100%
    }

    .t680__row_indent-20px .t680__gap {
        height: 10px
    }

    .t680__row_indent-20px .t680__tile_left,.t680__row_indent-20px .t680__bgimg_wrapper_left {
        padding-right: 5px
    }

    .t680__row_indent-20px .t680__tile_right,.t680__row_indent-20px .t680__bgimg_wrapper_right {
        padding-left: 5px
    }

    .t680__row_indent-40px .t680__gap {
        height: 20px
    }

    .t680__row_indent-40px .t680__tile_left,.t680__row_indent-40px .t680__bgimg_wrapper_left {
        padding-right: 10px
    }

    .t680__row_indent-40px .t680__tile_right,.t680__row_indent-40px .t680__bgimg_wrapper_right {
        padding-left: 10px
    }
}



