.filter__item .form-check.disabled {
    pointer-events: none;
    color: #c5c5c5;
}
.form-check.disabled .form-check__label{
    color: #c5c5c5;
}

.min-price,
.max-price {
	display: none;
}

/*
.account__alert-danger {
    border: 1px solid #F04438;
    background: rgba(240, 68, 56, 0.3);
    color: #3a3d4a;
    padding: 0.625rem 1rem 0.625rem 1.75rem;
    border-radius: 0.25rem;
    font-size: 1rem;
    margin-bottom: 2rem;
}*/

.account__alert-danger {
    border: 1px solid #F04438;
    background-image: linear-gradient(180deg, #efefef, #f2f0f5);
    color: #F04438;
    padding: 0.625rem 1rem 0.625rem 1.75rem;
    border-radius: 0.25rem;
    font-size: 1rem;
    margin-bottom: 2rem;
}

.account__alert-attention {
    background-image: linear-gradient(180deg, #efefef, #f2f0f5);
    box-shadow: inset 0 0 0 1px #773df3;
    color: #773df3;
    padding: 0.625rem 1rem 0.625rem 1.75rem;
    border-radius: 0.25rem;
    font-size: 1rem;
    margin-bottom: 2rem;
}

.account__alert-success {
    background-image: linear-gradient(180deg, #efefef, #f2f0f5);
    box-shadow: inset 0 0 0 1px #2C8F6C;
    color: #2C8F6C;
    padding: 0.625rem 1rem 0.625rem 1.75rem;
    border-radius: 0.25rem;
    font-size: 1rem;
    margin-bottom: 2rem;
}

.social div{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    background: #54a9eb;
    margin-right: 10px;
}

.social div iframe { 
    position: relative;
    top: 2px;
    left: -3px;
}

.loader {
    position: fixed;
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    z-index: 10000 !important;
    background-color: rgba(255, 255, 255, 0.75);
}

.cssload-clock {
    border-radius: 58px;
    border: 3px solid #122072;
    height: 78px;
    width: 78px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -39px;
    margin-left: -39px;
}

.cssload-clock:after {
    content: "";
    position: absolute;
    background-color: #122072;
    top: 2px;
    left: 48%;
    height: 37px;
    width: 4px;
    border-radius: 5px;
    transform-origin: 50% 97%;
    -o-transform-origin: 50% 97%;
    -ms-transform-origin: 50% 97%;
    -webkit-transform-origin: 50% 97%;
    -moz-transform-origin: 50% 97%;
    animation: grdAiguille 0.8s linear infinite;
    -o-animation: grdAiguille 0.8s linear infinite;
    -ms-animation: grdAiguille 0.8s linear infinite;
    -webkit-animation: grdAiguille 0.8s linear infinite;
    -moz-animation: grdAiguille 0.8s linear infinite;
}

.cssload-clock:before {
    content: "";
    position: absolute;
    background-color: #122072;
    top: 6px;
    left: 48%;
    height: 34px;
    width: 4px;
    border-radius: 5px;
    transform-origin: 50% 94%;
    -o-transform-origin: 50% 94%;
    -ms-transform-origin: 50% 94%;
    -webkit-transform-origin: 50% 94%;
    -moz-transform-origin: 50% 94%;
    animation: ptAiguille 4.8s linear infinite;
    -o-animation: ptAiguille 4.8s linear infinite;
    -ms-animation: ptAiguille 4.8s linear infinite;
    -webkit-animation: ptAiguille 4.8s linear infinite;
    -moz-animation: ptAiguille 4.8s linear infinite;
}

@keyframes grdAiguille {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-o-keyframes grdAiguille {
    0% {
        -o-transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(360deg);
    }
}

@-ms-keyframes grdAiguille {
    0% {
        -ms-transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
    }
}

@-webkit-keyframes grdAiguille {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes grdAiguille {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
    }
}

@keyframes ptAiguille {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-o-keyframes ptAiguille {
    0% {
        -o-transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(360deg);
    }
}

@-ms-keyframes ptAiguille {
    0% {
        -ms-transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
    }
}

@-webkit-keyframes ptAiguille {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes ptAiguille {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
    }
}

/* Скрипт сворачивания блока review__content */

.section--compact .review__content {
    overflow: hidden;
    display: block !important;
    position: relative;
    line-height: 1.5em; /* Высота строки */
    max-height: calc(1.5em * 8); /* Ограничение высоты на 6 строк */
    transition: max-height 0.5s ease; /* Плавная анимация изменения высоты */
}

.review__content.expanded {
    max-height: none; /* Без ограничения высоты при разворачивании */
}

.button {
    display: inline-block;
    padding: 8px 16px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
}

.button--service-primary.is-active {
    background: #efefef;
    border-color: #A4A9BC;
}

.expand-toggle {
    color: blue;
    cursor: pointer;
    margin-top: 2rem !important;
    margin-bottom: 2rem;
    display: inline-block;
}
#row_haracteristics,
#row_reviews,
#row_comments {
    display: none;
}

.product__content {
	height: fit-content;
}

.review--slide .author__product-link {
	max-width: 408px;
}

/* input error */

.form-input.has-error {
	border: 1px solid #dd3737;
}

.form__errors-list {
    position: absolute;
    right: 7px;
    top: 3px;
    font-size: 0.7em;
    color: #dd3737;
}

/* city suggestions */

.form-field .suggestions-wrapper {
    position: absolute;
    top: 100%;
    left: 10px;
}

.submenu__section-summary {
    grid-column: span 2;
    background: #fafafa;
    position: relative !important;
    z-index: 1;
	top: -1rem;
    padding: 1rem 0;
    margin-bottom: -1rem;
}

@media (max-width: 768px) {
    .submenu__section-summary { 
        top: 0rem;
        margin-bottom: 0rem;
    }
}

@media (min-width: 1280px) {
    .submenu__section-summary {
        grid-column: span 4;
    }
    .submenu__section-summary:after {
        inset-block-start: 0 !important;
    }
}

.filter__search {
    position: relative;
    display: block;
    appearance: none;
    width: 100%;
    color: #3a3d4a;
    height: 2.65rem;
    background: #fafcfd;
    border: 1px solid #a4a9bc;
    border-radius: 0.5rem;
    transition: all ease-in-out 0.15s;
    font-size: 1rem;
    line-height: 1.50063;
    font-weight: 400;
    font-family: "Manrope", Arial, sans-serif;
    padding: 0.93719rem 0.9375rem;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
    text-align: left;
    margin: 0.5rem 0 1rem 0;
}

.filter__list {
    max-height: 19.6rem;
    overflow: auto;
}



/* fixes start */
/*.row { 
    width: 100%;
}*/

.form-input__body {
    width: 100%; /* Занимает всю доступную ширину */
    grid-template-columns: 1fr 20px; 
    gap: 0.5em; /* Отступ между кнопкой и полем ввода (по желанию) */
}

#title-search-input {
    flex: 1; /* Занимает всё доступное пространство */
}

.form-input__reset {
    width: 20px; /* Фиксированная ширина */
}

@media (min-width: 1280px) {
    .media-text__img {
        
        object-fit: cover;
    }
}

.is-active .tag,
.tag.tag--sm.active {
    background-image: radial-gradient(50% 50% at 50% 50%, #9e6afb, #773df3);
    color: white;
}

.is-active .tag:hover {
    color: #cdd2e5;
}

.is-active .tag .icon-close {
    color: #ffffff !important;
}

.icon-shopping-cart::after {
    content: attr(data-symbol);
    position: absolute;
    font-size: 12px;
    background: #773df3;
    color: #fff;
    line-height: 22px;
    border-radius: 15px;
    top: -10px;
    right: -15px;
    min-width: 22px;
    text-align: center;
    min-height: 22px;
    font-family: Manrope, Arial, sans-serif;
    font-weight: bold;
}

[data-symbol="0"]::after {
    display: none;
}

@media (max-width: 768px) {
    .icon-shopping-cart::after {
        content: attr(data-symbol);
        position: absolute;
        font-size: 11px;
        background: #773df3;
        color: #fff;
        border-radius: 15px;
        top: -5px;
        right: -15px;
        min-width: 22px;
        text-align: center;
        min-height: 22px;
    }
}

/* fix hero slider height on mobile */
@media (max-width: 768px) {
    .hero__content {
        height: 100%;
    }
}

@media (max-width: 480px) {
    .hero__picture {
        max-height: 20rem !important;
    }
}

/* Megamenu */

.menu__link a,
.submenu__title a {
    color: #3a3d4a;
}
 
.is-active .menu__text {
    color: #ffffff;
}

/* mobile menu panel */

.navbar__list {
    gap: 8px;
}

.navbar__list .navbar__item {
    flex: 1;
    max-width: none;
}

.mobile-menu--modal {
    bottom: auto !important;
}

.message {
    position: relative;
}


.message p {
    position: absolute;
    left: 0;
    top: -26px;
    font-size: 13px;
    line-height: 15px;
    color: #ff3d3d;
    max-width: 100%;
}

.smartsearch-title__result-item .section{
    scroll-margin-top: 0;
    margin-bottom: 0;
}

.review__thumbs-img {
    height: 5rem;
    object-fit: cover;
}

@media (min-width: 1280px) {
    .product-card {
        width: 350px;
        max-width: 100%;
    }
}

@media (max-width: 520px) {
    .adult-placeholder--sm .adult-placeholder__content {
        padding-bottom: 4.5rem !important;
    }

    .adult-placeholder__content .text-sm {
        font-size: 0.775rem;
        line-height: 1.47214;
    }

    .adult-placeholder__button.button {
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        border-radius: 0 0 0.5rem 0.5rem;
    }

    .mobile-menu--modal {
        right: 1rem !important;
        left: 1rem;
        width: auto !important;
    }
}

@media (max-width: 380px) {
    .adult-placeholder--sm:focus .adult-placeholder__content, .adult-placeholder--sm:hover .adult-placeholder__content {
        bottom: 0.5rem !important;
    }

    .adult-placeholder--sm .adult-placeholder__content {
        left: 0.5rem !important;
        right: 0.5rem !important;
    }
}

/* поиск изменения под шаблон */

@media (max-width: 620px) {
    .title-search-result {
        position: fixed !important;
        left: 1rem !important;
        top: 57px !important;
        width: calc(100% - 2rem) !important;
    }
    .smartsearch-title__result {
        border-radius: 0 0 1rem 1rem;
    }
}

.smartsearch-title__result .no-results {
    font-size: 16px;
}

.form__errors-list {
    z-index: 10;
}

.comments__list {
    width: 100%;
}

.form-check + .form__errors-list {
    right: auto;
    top: auto;
    bottom: -0.3em;
    left: 2.2em;
}


.text-floatright {
    margin-bottom: 1em;
    max-width: 803px;
    float: right;
}

.text-floatleft {
    margin-bottom: 1em;
    max-width: 803px;
    float: left;
}

@media (max-width: 768px) {
    .text-floatright,
    .text-floatleft {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

/* col- from bootstrap */

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

/* col- end */

@media (max-width: 620px) {
    .filters {
        padding-bottom: 8rem !important;
    }
}
.surname {
    display: none !important;
}

.filter__item.disabled {
    display: none !important;
}

/* favorites section */

#action_btn_favorite {
    width: 100%;
}

@media (max-width: 520px) {
    .sorting__buttons {
        flex-direction: column;
    }
}

/* favorites section */
.form-grid.hidden {
    display: none !important;
}


/* widget_cookie */

@media (min-width: 29.9988em) {
    .widget_cookie {
        border-radius: 0.5rem;
        transform: translate(-50%, 0%);
    }
}

.widget_cookie__text {
    font-size: 14px;
    color: #706e7e;
}

.widget_cookie__btn-close-cookie {
    min-height: 3rem;
    padding-top: 0.6875rem;
    padding-bottom: 0.6875rem;
    padding-left: 1.1875rem;
    padding-right: 1.1875rem;
    background-color: #9e6afb;
    background-image: radial-gradient(50% 50% at 50% 50%, #9e6afb, #773df3);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid;
    border-radius: 0.5rem;
    padding: 0.93719rem 1.6875rem;
    font-size: 1rem;
    line-height: 1.50063;
    font-weight: 500;
    font-family: "Manrope", Arial, sans-serif;
    white-space: normal;
    min-height: 3.5rem;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
}

@media (max-width: 29.9988em) {
    .widget_cookie__btn-close-cookie {
        width: 100%;
        margin-top: 1rem;
    }
}

.tippy-box {
    max-width: 250px !important;
}

.textblock__warning {
    margin-top: 2rem;
    border-left: 8px solid #b66f47;
}

.has-error .form-check__input {
    border: 1px solid #dd3737;
}

.form-check + .form__errors-list {
    position: relative;
    top: -0.9rem;
}
/*thank u page on order*/

.messangers svg {
    width: 40px;
    height: 40px;
}

.messangers a + a {
    margin-left: 5px;
}
.form-input.error {
    border: 1px solid red;
}