
/* для футера */
.cookie-content {
    display: flex;
    align-items: center;
    position: fixed;
    bottom: 16px;
    left: 16px;
    box-shadow: rgba(57, 48, 45, 0.06) 0px 12px 16px 0px;
    color: #ffffff;
    z-index: calc(infinity);
    margin: 0px;
    padding: 16px;
    border-width: 0px;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    border-radius: 24px;
    background: #292d34;

    transition: opacity 0.25s ease-out, transform 0.25s ease-out, overlay 0.25s ease-out allow-discrete, display 0.25s ease-out allow-discrete;
}
.cookie-content.d-none {
    display: none !important;
}
.cookie-content__main {
    display: flex;
    align-items: center;
    gap: 16px;
}
.cookie-content__content {
    display: flex;
    flex-direction: column;
    align-items: flex-startr;
    max-width: 310px;
    width: 100%;
    gap: 8px;
}
.cookie-content__content-title {
    margin: 0;
    text-align: left;
    font: 700 clamp(1em, 3vw, 1.1em) / 120% "Rubik, Helvetica, Arial", sans-serif;
}
.cookie-content__content-description {
    margin: 0;
    font-size: 14px;
}
.cookie-content__form {
    display: flex;
    flex-direction: column;
    gap: 12px;

    line-height: 16px;
    font-size: 14px;
}
.cookie-content__button-submit,
.cookie-content__button-more {
    max-width: 125px;
    width: 100%;
    cursor: pointer;
    padding: 10px 24px;
    border-radius: 16px;
    border-width: 0px;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
}
.cookie-content__button-submit {
    color: #292d34;
    background: #ffffff;
}

.cookie-content__button-more {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    text-decoration: none !important;
}

.modal-cookie {
    background-color: #ffffff;
    padding: 15px;
    width: 500px;
    border-radius: 16px;
}

/* legal_doc */
.doc_link {
    display: block;
    width: 99%;
    height: 3em;
    border: 1px solid #767676;
    border-radius: 0.5em;
    padding: 1em;
    margin: 1.2em 0;
    text-align: center;
    vertical-align: middle;
    background-color: white;
    color: #43AADB;
    text-decoration: none;
}
.doc_link:hover {
    color: #43AADB;
    text-decoration: none;
    box-shadow: 0 0 0.5em darkgray;
}

				
.docs-service-list {
    margin: 0;
    padding-left: 1.2em;
}
.docs-service-list li {
    cursor: pointer;
    margin-bottom: 0.35em;
}
.docs-service-list li.is-active {
    color: #43AADB;
    font-weight: 600;
}
.description-card {
    border: 1px solid #767676;
    border-radius: 0.5em;
    padding: 1em;
    background-color: #fff;
    margin-top: 1.2em;
}
.description-item {
    display: none;
}
.description-item.is-active {
    display: block;
}
.description-item__text-block {
    border: 1px solid #767676;
    border-radius: 0.5em;
    padding: 1em;
}
.description-item__text-block-title {
    text-align: center;
    color: #43AADB;
}
/* accordion */
.accordion {
    max-width: 760px;
    margin: 24px 0;
    border: 1px solid #e6eaf0;
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
}

.accordion__item + .accordion__item {
    border-top: 1px solid #e6eaf0;
}

.accordion__header {
    width: 100%;
    border: 0;
    background: transparent;
    cursor: pointer;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    color: #1f2633;
}

.accordion__header:hover {
    background: #f8f9fb;
}

.accordion__icon {
    width: 20px;
    min-width: 20px;
    height: 20px;
    color: #0f8ce9;
    transition: transform 0.2s ease;
}

.accordion__item.is-open .accordion__icon {
    transform: rotate(180deg);
}

.accordion__panel {
    height: 0;
    overflow: hidden;
    transition: height 0.24s ease;
}

.accordion__content {
    padding: 0 20px 16px;
    color: #455065;
    line-height: 1.5;
    font-size: 14px;
}

.accordion__content p {
    margin: 0;
}
/* старое из хедера */
.alert-box-success {
    color: rgba(255, 255, 255, 0.84);
    background-color: #4caf50;
    padding: 15px;
    margin-bottom: 20px;
}
.alert-success {color:green;}
.error {color:red;}
.grecaptcha-badge {
    visibility: hidden;
}
.contacts__mail{color: white;}
.contacts__mail--new{margin-bottom: 1rem;}
.contacts__mail-label{
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.7rem;
    color: rgba(255,255,255,.5);
}
.footer .link-call {
    margin-bottom: 19px;
}
/* main */
.products-links li {
    margin-bottom: 10px;
    position: relative;
}
.products-links li:before {
    content: 'o';
    font-size: 12px;
    vertical-align: text-bottom;
    position: absolute;
    left: -16px;
    top: -1px;
}
.products-links li:hover {
    text-decoration: underline;
    cursor: pointer;
}
.products-links li.is-active {
    color: #43AADB;
}

.products-info__reg,
.products-info__reestr {
    color: gray;
}
.products-info__article {
    display: none;
    height: 270px;
}
.products-info__article.is-active {
    display: block;
}

.stack-list {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.stack-list__item {
    display: flex;
    flex-direction: column;
    align-items: center;
}
