/* Скрываю бэйджик гугл капчи */
.grecaptcha-badge {
    visibility: hidden;
}
.not-standart-wrap {
    flex: 1 1 42%;
}
.not-standart-wrap .Radio-btn__content-label {
    display: block;
    margin: 0px;
}
.not-standart-wrap a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #eeeff7;
    border-radius: 6px;
    padding: 3px 8px;
    min-height: 24px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    color: #fff;
    background: #9aca3c;
    font-size: 12px;
    line-height: 14px;
}


.section-products .swiper-container-autoheight, .section-products .swiper-container-autoheight .swiper-slide, .Card-product {
    min-height: fit-content;
}

