/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.about_content_list, .about_content_list li {
    list-style: initial;
}

.about_content_list {
    padding: 0 15px;
}

.description-text--without-mb {
    margin-bottom: unset;
}

.product-description__instr__right {
    padding: 2.5625rem 2.0625rem 3rem 2.0625rem;
}

.product-slider {
    padding: 0 2.375rem;
}

.catalog-description {
    height: 3rem;
}

@media (min-width: 991px) and (max-width: 5000px) {
    .stage__block {
        min-height: 39.6875rem;
        height: auto;
    }

    .stage__left {
        position: static;
        height: auto;
    }

    .stage__right {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        height: 100%;
    }
}

.reset-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 2.5rem;
}

.reset-button:hover {
    cursor: pointer;
}

.reset-button .reset-button_img {
    width: 1.563rem;
    min-width: 1.563rem;
    height: 1.563rem;
    border-radius: 50%;
    margin-right: .875rem;
    -webkit-box-shadow: 2px 2px 19px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 2px 2px 19px 0 rgba(0, 0, 0, 0.19);
}

.reset-button .reset-button_text {
    font-size: 15px;
    color: #747474;
}

.policy-title {
    margin: 10px 0 10px 0;
    font-size: 18px;
    font-weight: bold;
}

.policy-table, .policy-table tr, .policy-table td {
    border: 1px solid black;
    padding: 5px;
}

.policy-table ul, .policy-table li {
    list-style: initial;
    padding: 0 15px;
}

.cookie {
    width: 588px;
    border-radius: 4px;
    background: rgba(0, 0, 0, .89);
    color: #fff;
    position: fixed;
    bottom: -200px;
    right: 16px;
    z-index: 16000;
    padding: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: bottom .5s ease;
    -o-transition: bottom .5s ease;
    transition: bottom .5s ease;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    left: 50%;
    font-size: 12px;
}

.cookie.visible {
    bottom: 24px;
}

.cookie_wraper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
}

.cookie_text {
    margin-bottom: 0;
}

.cookie_url {
    color: #fff;
    border-bottom: 1px #888 solid;
    padding-bottom: 0;
    margin-bottom: 0;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.cookie_url:hover {
    color: #fff;
    border-bottom: 1px transparent solid;
}

.cookie_close {
    cursor: pointer;
    -webkit-transition: ease .5s opacity;
    -o-transition: ease .5s opacity;
    transition: ease .5s opacity;
    width: 24px;
    height: 24px;
    margin: -2px 0;
}

.cookie_close:hover {
    opacity: .8;
}

.cookie_close--icon {
    display: block;
    width: 100%;
    height: 100%;
}

.cookie_content_title {
    font-family: "Lato-Bold", serif;
    font-weight: normal;
    margin-bottom: 5px;
}

.cookie_content_text{
    font-size: 16px;
}
.owner-link {
    margin-bottom: 1.625rem;
}

.button {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

@media screen and (max-width: 991px) {
    .catalog-title {
        height: 36px;
        overflow: hidden;
        text-align: center;
    }

    .reset-button {
        margin-left: unset;
    }

    .cookie {
        width: 90%;
        padding: 12px 16px;
    }

    .cookie.visible {
        bottom: 16px;
    }
    .map-partners {
        height: 300px;
    }
}