:root {
    --primary: #2568B8;
    --primary-hover: #4081CD;
    --secondary: #344366;
    --secondary-hover: #2C62A0;
    --border: #CED2DA;
    --gray: #F2F2F4;
    --gray-hover: #E8E8EF;
    --gray-text: #666666;
    --dark: #1A1F29;
    --green: #006600;
    --red: #cc0000;
    --orange: #F3AB40;
    --gray-light: #8C99B3;
    --contrast: #639BE0;
}

.filtersItems div.option-item-product:nth-child(even of div.option-item-product:not(.hidden)) {
    background-color: #f8f8f8 !important;
}
.compare_option_table .param-table-item:nth-of-type(even) {
    background-color: #f8f8f8 !important;
}

html {
    font-size: 16px;
}

input, select, textarea {
    outline: none !important;
}

@media (max-width: 360px) {
    html {
        font-size: 14px;
    }
}


* {
    line-height: 140%;
}

[x-cloak] {
    display: none!important;
}

::-webkit-scrollbar {
    width: 6px;
    height: 3px;
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: var(--primary);
    border-radius: 0px;
}

.scroll-0::-webkit-scrollbar {
    width: 0;
    height: 0;
}
.ms2_product tbody tr:nth-child(even) {
    background-color: #F7F7F7 !important;
}
.ms2_product tbody tr:hover {
    background-color: #e3ebf5 !important;
}
button.tippy-btn {
    background-color: #2568b8;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50%;
}

.wrapper {
    max-width: 92.5rem;
    margin: 0 auto;
    position: relative;
    width: 100%;
    padding: 0px 1rem;
}

.wrapper-xl {
    max-width: 112.5rem;
}

.typical ol {
    counter-reset: multi-counters;
}

.typical ol li:before {
    counter-increment: multi-counters;
    content: counters(multi-counters, ".") "." !important;
}

.break-word {
    word-break: break-word;
}

.vertical {
    writing-mode: tb-rl;
}

.shadow-border {
    box-shadow: 1px 0 0 0 var(--border), 0 1px 0 0 var(--border), 1px 1px 0 0 var(--border), 1px 0 0 0 var(--border) inset, 0 1px 0 0 var(--border) inset;
}

.ymaps-2-1-79-controls__toolbar_left {
    display: none;
}

.typical ol li {
    position: relative;
    padding: .50rem 0rem 0px;
}

.typical ol li:before {
    position: relative;
    left: 0;
    margin-right: 8px;
    color: var(--primary)
}

.typical ul li {
    position: relative;
    padding: .50rem 0rem 0px;
}

.typical ul li:before {
    content: 'â€¢';
    position: relative;
    left: 0;
    margin-right: 8px;
    color: var(--primary)
}

.ymaps-2-1-79-balloon__content > ymaps {
    height: auto!important;
}

. {
    -webkit-mask-image: linear-gradient(to bottom, red 80%, transparent)
}

.balloon-root {
    width: 18.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: stretch;
    border-radius: .625rem;
    background-color: var(--dark);
    text-align: center;
    color: white;
    z-index: 10;
}
.close {
    width: 2.8125rem;
    height: 2.8125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
	border-radius: 0px 10px 0px 0px;
}

.close:hover {
	background: var(--primary-hover);
}

.balloon {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.balloon-head {
    border-radius: .625rem .625rem 0 0;
    width: 100%;
    height: 2.8125rem;
    background-color: var(--primary);
    font-size: 1.25rem;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    padding-left: 1rem;
}

.balloon-body {
    width: 100%;
    padding: 1rem;
    gap: .75rem;
}

.balloon-footer {
    width: 100%;
    font-size: 12px;
}

.balloon-pin {
    height: 1.875rem;
    width: 1.875rem;
    position: absolute;
    background-color: var(--dark);
    z-index: -1;
    bottom: -0.3125rem;
    transform: rotate(45deg);
}

.typical h2, .typical h3, .typical h4, .typical h5, .typical h6 {
    font-weight: bold;
    color: var(--dark);
    line-height: 120%;
}

.typical h2 {
    font-size: 2.5rem;
}

.typical h3 {
    font-size: 2rem;
}

.typical h4 {
    font-size: 1.5rem;
}

.typical h5 {
    font-size: 1.25rem
}

.typical h6 {
    font-size: 1rem
}

.typical p a {
    color: var(--primary);
    text-decoration: underline;
}

.typical p a:hover {
    text-decoration: none;
}

@keyframes push {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(5deg) scale(1.05)
    }
    50% {
        transform: rotate(-5deg) scale(1.1)
    }
    75% {
        transform: rotate(5deg) scale(1.05)
    }
    90% {
        transform: rotate(0deg)
    }
}


.ajs-message {
    background: white!important;
    color: #000!important;
    border: 0!important;
    border-left: solid 3px transparent!important;
    border-radius: 0.75rem!important;
    box-shadow: 0px 0.35rem 2rem rgba(0,0,0,0.15);
    text-shadow: none!important;
    font-weight: 700!important;
    line-height: 130%!important;
}

.ajs-message.ajs-success {
    border-color: #1ead4f!important;
}

.ajs-message.ajs-error {
    border-color: #ee2b2b!important;
}

.scroll-top-btn {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0s linear 0.3s;
}

.scroll-top-btn.visible {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease;
}

.typical ul li::before {
    content: "";
    width: 5px;
    height: 5px;
    top: -2px;
    border-radius: 50%;
    background-color: #2568B8;
    display: inline-block;
}

.material-wrapper img {
   height: 1.25rem;
   width: 1.25rem;
   object-fit: cover;
}

.material-wrapper {
    display: flex;
    justify-content: center;
    gap: 0.2rem;
}


.notify {
    border: 1px solid #CED2DA;
    padding: 15px 15px 15px 40px;
    position: relative;
}

.notify svg {
    position: absolute;
    left: 15px;
    top: 17px;
}

.discount-notify {
    border: 1px solid #CED2DA;
    padding: 15px 15px 15px 40px;
    position: relative;
}

.discount-notify svg {
    position: absolute;
    left: 15px;
    top: 17px;
}
.discount-notify-remain {
    text-wrap-mode: nowrap;
}

._total-cost-min-info {
    display: flex;
    align-items: center; /* Выравнивание по центру по вертикали */
    gap: 0.5rem; /* gap-2 = 8px */
    padding: 0.75rem 1rem; /* py-3 px-4 */
    border: 1px solid var(--border);
    font-size: 1rem; /* text-base */
}
._total-cost-min-info svg {
    width: 1rem; /* w-4 */
    height: 1rem; /* h-4 */
    flex-shrink: 0; /* shrink-0 */
    color: var(--primary);
}
._total-cost-min-info p {
    margin: 0; /* Убираем отступы */
    font-weight: bold;
    line-height: 16px; /* Синхронизируем с высотой SVG */
}
._total-cost-min-info span {
    font-size: 0.875rem; /* text-sm */
    line-height: 16px; /* Синхронизируем с высотой SVG */
}

.products-tab-slider-wrapper {
    height: 708px;
}
@media screen and (max-width: 1450px) {
    .products-tab-slider-wrapper {
        height: auto;
    }
}
.home-slider p {
    min-height: 96px;
}

.tippy-content a {
    text-decoration: underline;
}

.SmartCaptcha-Shield {
    display: none !important;
}