.t923__content {
    border-left:1px solid #000;
    border-right:1px solid #000;
    border-bottom:1px solid #000;
    border-radius:0px 0px 4px 4px;
    box-sizing:border-box;
}

@media (hover:hover), (min-width:0\\0) {
  .t-btn:not(.t-animate_no-hover):hover {
    background-color:#a6a9aa !important;
  }
  .t-btn:not(.t-animate_no-hover):focus-visible {
    background-color:#a6a9aa !important;
  }
  .t-btn:not(.t-animate_no-hover) {
    transition-property: background-color, color, border-color, box-shadow;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
  }
}

@media screen and (min-width:900px) {
  .t165__title {
    font-size: 44px;
  }
}
.t165__text {
  font-size: 24px;
}

.t005__text {
  font-size: 16px;
}

.t976__menu-link {
  font-size: 16px;
  color: #ffffff;
  font-weight: 700;
  border-color: transparent;
  border-width: 1px;
  border-radius: 30px;
  background-color: #000000;
  padding: 0.5rem 1rem;
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.t976__menu-link:hover,
.t976__menu-link:focus,
.t976__menu-link:focus-visible {
  background-color: #a6a9aa !important;
  color: #ffffff !important;
  opacity: 1 !important;
}

.t976__list-item {
  display: inline-block;
}

.t976__menu-link.t-active {
  background-color: #393939 !important;
  color: #fff !important;
}

.t908__item_active {
  border-color: #000000;
}

.t908__heading {
  font-size: 24px;
}

.t908__descr {
  font-size: 16px;
}

.t908__img {
  border-radius: 4px;
}

.t-card__title {
  font-size: 24px;
  color: #ffffff;
}

.t-card__descr {
  font-size: 16px;
  color: #ffffff;
}

.t585__title {
    font-size: 24px;
    color: #ffffff;
}

.t585__text {
    color: #ffffff;
}

.t-menuburger__big span{
    border-radius:4px;
}
.t908__item_active{
    background:#000;
}
.t908__item_active div{
    color:#fff;
}
.t908__item .t908__descr{
    display:none;
}
.t908__item_active .t908__descr{
    display:block;
}
.t908__item {
    border:1px solid #000;
    border-radius:4px;
}
.t908__item .t908__heading{
    padding-bottom:0;
}
.t908__item_active .t908__heading{
    padding-bottom:15px;
}
.t908__img{
    width:100%;
    height:auto !important;
    aspect-ratio:3/4 !important;
    object-fit:cover !important;
    display:block;
}
.t1002__product-imgdiv,
.js-product .t-product__option-variants_buttons .t-product__option-item_simple.t-product__option-item_active, 
.js-product .t-product__option-variants_buttons .t-product__option-item_simple,
.t-checkbox__indicator,
.t-store__prod-popup__wrapper img,
.t585__img {
    border-radius: 4px;
}
.t-store__card__price-value::before {
    display: inline-block;
    content: 'от';
    padding-right: 5px;
}
.t-input-group_tx {
    background-color: #f0eee9;
    padding: 30px 20px;
    border-radius: 4px;
}
.t-input-group_tx li {
    list-style: none;
}
.t-input-group_tx ul {
    padding-left: 0 !important;
    margin-bottom: 0 !important;
}
.t-input-group_tx li:first-child {
    margin-bottom: 8px;
}
@media (max-width:640px){
    .t165__title{
        margin-top:80px;
        font-size:32px;
    }
    .t165__text{
        font-size:18px !important;
    }
    .t165__col-top{
        margin-bottom:0;
    }
    .t165__btn-container{
        display:none;
    }
    .t165__img{
        margin-bottom:-4px;
    }
    .t-rec_pt_90{
        padding-top:45px !important;
    }
    .t-rec_pb_90{
        padding-bottom:45px !important;
    }
    .t795__title{
        margin-bottom:0;
    }
    .t976__list-item .t976__menu-link{
        font-size:14px !important;
    }
    .t976__menu-link_medium{
        padding:5px 10px;
    }
    .t-store__grid-cont .t-col{
        margin-bottom:30px;
    }
}
.uc-scrollblock{
    overflow-x:scroll;
}
.uc-scrollblock .t649{
    width:1580px;
    max-width:auto !important;
}
.uc-scrollblock .t649 > div{
    width:1580px;
    max-width:auto !important;
}
.uc-scrollblock .t649 .t-container{
    width:1590px !important;
    max-width:1600px !important;
}
.uc-scrollblock .t649 .t-card__col{
    max-width:240px !important;
    float:left !important;
    display:inline-block !important;
    margin-bottom:0;
    padding:0;
    margin:0 0 0 20px;
}
.uc-scrollblock .t649 .t-card__col:last-child{
    margin-right:0;
}
.uc-scrollblock .t649__separator{
    display:none !important;
}
.uc-scrollblock .t-card__title{
    margin-top:15px;
    font-size:20px;
}
div[data-edition-option-id="Вариант"]{
    display:none !important;
}

.modal-body {
    padding: 40px 45px;
}

.modal-body .btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
}

.accordion-button {
    background-color: transparent;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.accordion-button:not(.collapsed) .t585__icon svg {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.accordion-button:focus {
    box-shadow: none;
    color: #fff;
}

.t585__text a {
    color: rgb(255, 255, 255);
    border-bottom: 1px solid rgb(255, 255, 255);
    box-shadow: none;
    text-decoration: none;
}

.t585__header {
    border-top: 1px solid #a6a9aa;
}

.t585__header:last-child {
    border-bottom: 1px solid #a6a9aa;
}

.t585__header:hover .t585__icon {
    opacity: 1;
}

.t585__icon {
    display: flex;
    align-items: center;
    align-self: center;
    justify-content: center;
    padding: 0;
}

.t585__icon svg {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: all ease-in-out .3s;
}

.t585__icon svg path {
    stroke: #fff;
    stroke-width: 3px;
}

.t1148__control svg path {
    stroke: #fff;
    stroke-width: 2px;
}

.t395__tab {
    border: 1px solid #ffffff;
    background-color: #000000 !important;
}

.t395__tab.t395__tab_active {
    background-color: #ffffff !important;
    border-color: #ffffff !important;
}

.t395__tab_active:after {
    width: 1px;
    top: -1px;
    right: -1px;
    bottom: -1px;
    background-color: #ffffff !important;
}

.t395__tab_active .t395__title {
    color: #000000;
    font-weight: 600;
}

.t395__tab:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.t395__tab:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-right: 1px solid #ffffff !important;
}

.t395__tab_active:last-child {
    border-right: 1px solid #ffffff !important;
}

.t395__select {
    border: none;
    color: #000000 !important;
    background-color: #ffffff !important;
}

.t395__wrapper_mobile {
    border: 1px solid #ffffff;
    border-radius: 4px;
    overflow: hidden;
}

.t395__wrapper_mobile:after {
    border-color: #000000 transparent transparent transparent;
}

.t395__firefoxfix {
    top: 1px;
    bottom: 1px;
    right: 1px;
    background-color: #ffffff !important;
}

#allrecords [aria-labelledby$="865737100"]:focus-visible {
    outline-color: #2015FF;
    outline-offset: 2px;
    outline-style: auto;
}

.t395__title {
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
    padding-top: 14px;
    padding-bottom: 14px;
}

@media screen and (min-width: 900px) {
    .t796__title {
        font-size: 32px;
    }
}

.t1148__img,
.t1148__video {
border-radius: 4px;
}
.t1148__control {
border-radius: 50px;
background-color: rgba(0, 0, 0, 1);
}
.tooltip-horizontal-scroll-icon_hand {
animation: tooltip-horizontal-scroll-icon_anim-scroll-hand 2s infinite;
}
.tooltip-horizontal-scroll-icon_card {
animation: tooltip-horizontal-scroll-icon_anim-scroll-card 2s infinite;
}
@keyframes tooltip-horizontal-scroll-icon_anim-scroll-hand {
0% {
  transform: translateX(80px) scale(1);
  opacity: 0;
}
10% {
  transform: translateX(80px) scale(1);
  opacity: 1;
}
20%,
60% {
  transform: translateX(175px) scale(0.6);
  opacity: 1;
}
80% {
  transform: translateX(5px) scale(0.6);
  opacity: 1;
}
to {
  transform: translateX(5px) scale(0.6);
  opacity: 0;
}
}
@keyframes tooltip-horizontal-scroll-icon_anim-scroll-card {
0%,
60% {
  transform: translateX(0);
}
80%,
to {
  transform: translateX(-240px);
}
}

.owl-carousel .owl-item img {
    height: 500px;
}

@media screen and (max-width: 991px) {
    .owl-carousel .owl-item img {
        height: 350px;
    }
}

.t-descr_xxxl p {
    font-size: 30px;
    line-height: 1.45;
}


.t-submit:hover {
    background-color: #a6a9aa !important;
}

.t1148__img {
border-radius: 4px;
}
.t1148__control {
border-radius: 50px;
background-color: rgba(0, 0, 0, 1);
}
.tooltip-horizontal-scroll-icon_hand {
animation: tooltip-horizontal-scroll-icon_anim-scroll-hand 2s infinite;
}
.tooltip-horizontal-scroll-icon_card {
animation: tooltip-horizontal-scroll-icon_anim-scroll-card 2s infinite;
}
@keyframes tooltip-horizontal-scroll-icon_anim-scroll-hand {
0% {
  transform: translateX(80px) scale(1);
  opacity: 0;
}
10% {
  transform: translateX(80px) scale(1);
  opacity: 1;
}
20%,
60% {
  transform: translateX(175px) scale(0.6);
  opacity: 1;
}
80% {
  transform: translateX(5px) scale(0.6);
  opacity: 1;
}
to {
  transform: translateX(5px) scale(0.6);
  opacity: 0;
}
}
@keyframes tooltip-horizontal-scroll-icon_anim-scroll-card {
0%,
60% {
  transform: translateX(0);
}
80%,
to {
  transform: translateX(-240px);
}
}

.polylang {
    display: flex;
    align-items: center;
    align-self: center;
    justify-content: center;
}

@media screen and (max-width: 991px) {
    .polylang {
        top:15px;
        position: fixed;
        left: 46px;
    }
}

.polylang li {
    margin: 0 3px;
}

.polylang li a {
    text-transform: uppercase;
}

.polylang li.active a {
    font-weight: 600;
}

.button_1 button {
    min-height: 40px;
}
.item {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #f0eee9;
    padding: 30px;
    height: 400px;
}
.text-review {
    display: inline-grid;
}

.text-review .review-title,
#modalReviewTitle {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 15px;
    order: 1;
}

.text-review .review-desc {
    font-size: 18px;
    line-height: 1.4;
    display: -webkit-box;
     -webkit-line-clamp: 12;
     -webkit-box-orient: vertical;
    overflow: hidden;
    order: 2;
}

#modalReviewText {
    order: 2;
}

.text-review .t976__menu-link {
    width: max-content;
    margin-top: 20px;
    order: 4;
}

/* кнопка */
.show-more {
  display: inline-block;
  width: max-content;
  margin-top: 10px;
  color: #000;
  cursor: pointer;
  background: transparent;
  border: none;
  padding: 0;
  font-size: 14px;
  border-bottom: 1px solid;
  order: 3;
}

/* модалка (если скрипт создаёт её — стили всё равно применятся) */
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.6);
}
.modal .modal-content {
  background: #fff;
  margin: 40px auto;
  font-size: 18px;
  line-height: 140%;
  padding: 50px 30px 30px;
  max-width: 720px;
  border-radius: 8px;
  max-height: 80vh;
  overflow-y: auto;
  white-space: pre-wrap;
}
.modal .modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  font-size: 40px;
}

.modal_mob_megamenu .modal-content {
    margin: 0;
    font-size: inherit;
    line-height: inherit;
    padding: 15px;
}

@media screen and (max-width: 991px) {
    header .logo {
        font-size: 16px;
    }
}

@media screen and (max-width: 991px) {
    .min-h-180 {
        min-height: 180px;
    }
}

@media (max-width: 575px) {
    .item_basket .count_form .quantity_input {
        width: 85px;
    }
}