.cooookie-popup {
    box-sizing: border-box;
    font-size: 16px;
    transition-duration: .6s;
    transition-property: opacity, transform, z-index;
    width: 25em;
    background-color: #fff;
    border-radius: 1em;
    padding: 1em;
    position: fixed;
    box-shadow: 0 0 1rem rgba(0, 0, 0, .25);
    z-index: 400;
    display: flex;
    flex-direction: column;
    gap: 1em;
    align-items: flex-start;
}
.cooookie-popup * {
    box-sizing: border-box;
}
.cooookie-popup.is-hidden {
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transform: translateY(1em);
}
.cooookie-popup.is-hidden-click {
    display: none;
}
.cooookie-popup__text {
    line-height: 120%
}
.cooookie-popup__text a {
    color: var(--cooookiePopupColor)
}
.cooookie-popup__close {
    border: 1px solid var(--cooookiePopupColor);
    color: var(--cooookiePopupColor);
    position: relative;
    overflow: hidden;
    outline: none !important;
    border-radius: .25em;
    transition: 0.2s all ease-in-out;
    font-size: 1em;
    font-weight: 600;
    white-space: nowrap;
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 2.75em;
    padding: 0 1em;
    cursor: pointer;
    text-decoration: none;
    transition-duration: .3s;
    transition-property: color, background-color;
}
.cooookie-popup__close:hover {
    color: #fff;
    background-color: var(--cooookiePopupColor);
}
@media screen and (max-width: 767px) {
    .cooookie-popup{
        left: 1em;
        bottom: 1em;
        width: calc(100% - 2em);
        flex-direction: column;
    }
}
.spoiler__content-inner {
    padding-right: 2.444rem;
}
@media (min-width: 1201px) {
    .spoiler--parent>.spoiler__trigger {
        font-size: 1.5rem;
    }
}
@media screen and (min-width: 1201px) {
    .data-form .icons-buttons {
        z-index: 4;
    }
}
.start-slider {
    height: auto;
    width: 100%;
    aspect-ratio: 1905 / 821;
}
/*.start-slider, .start-slide, .start-slide__image {
    height: auto;
}*/
.start-slide:before {
    display:none;
}
.section--start {
    height: auto !important;
}
.spoiler--sm {
    margin: 1rem 0;
}
.spoiler--sm .spoiler__trigger {
    padding: 0;
    border:none;
    display: inline-flex;
    width: auto;
    font-size: 1rem;
}
.spoiler--sm .spoiler__trigger-icon {
    width: 1.75rem;
    height: 1.75rem;
}
.spoiler__trigger-icon svg {
    width: 1rem;
}
.spoiler--sm .spoiler__trigger.is-active .spoiler__trigger-icon svg {
    transform: rotate(-180deg);
}
.spoiler--sm .spoiler__content-inner {
    padding-top: .5rem;
}
.start-slider .swiper-pagination {
    bottom: .5rem;
}
.wide-product-slide__sub-title {
    max-width: unset;
}
@media (min-width: 768px) {
    .grid-cols--spoiler-images {
        width: 50%;
    }
}
.mockup-slider .swiper img {
    transform: none !important;
}
.mockup-slider .swiper {
    position: absolute;
    left: 6.4%;
    top: 4.1%;
    transform: none !important;
}