@media (max-width: 768px) {
    #slider {
        margin-bottom: 30px;
    }

    #slider .flex-direction-nav .flex-nav-prev,
    #slider .flex-direction-nav .flex-nav-next {
        display: none;
    }
}

.button_buy-one {
    display: block;
    margin-top: 10px;
    padding: 0.75em 2em !important;
    line-height: 100% !important;
    max-width: 175px !important;
}

.capcha_wrap {
    display: flex;
}

#captcha_pic, #captcha_word {
    flex: 0 1 45%
}

#captcha_pic {
}

#captcha_word {
}


.button.active {
    color: #000;
    background: #fff;
    padding: 1.036em;
    max-width: 12.333em;
    width: 100%;
    text-align: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border: 1px solid #5e6668;
}

.add-to-basket {
    color: #fff !important;
}

.add-to-basket:hover {
    color: #000 !important;
    text-decoration: none;
}

/*#carousel {
    display: none;
}*/

.flex-control-paging li a {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #fff;
    border: 1px solid #ccc;
    transition: background-color 0.2s ease;
}

.flex-control-paging li a:hover {
    background-color: #293f67;
}

.flex-control-paging li .flex-active {
    background-color: #293f67;
}

.card-info_color-item-inner {
    width: 2.5em;
    height: 0.375em;
    background: #7e8092;
}

.card_info_company {
    margin-top: 16px;
}

.card_info_company a {
    color: var(--black, #252B31);
}

.card_info_company span {
    color: var(--black, #252B31);
    /* Txt 16 */
    font-family: "CeraPro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.optionsList__text .addReview {
    margin-top: 15px;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0 20px 0 20px;
    text-decoration: none;
    background: #282828;
    color: #fff;
    font-family: "Circe-Bold";
    font-size: 11px;
    text-transform: uppercase;
}

.reviews_block .for_items .item:first-child {
    margin-top: 0px;
    padding-top: 0px;
    border-top: none;
}

.reviews_block .for_items .item:first-child {
    margin-top: 25px;
    padding-top: 0px;
    border-top: none;
}

.reviews_block .for_items .item {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e7e7e7;
}

.reviews_block .for_items .item {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #e7e7e7;
}

.reviews_block .for_items .item .dr_block .date {
    color: #888686;
    font-family: "Circe";
    font-size: 11px;
    float: left;
    margin-right: 10px;
}

.reviews_block .for_items .item .dr_block .rating.r5 {
    background: url(/images/rating_sprite.png) 0px 0px no-repeat;
}

.reviews_block .for_items .item .dr_block .rating {
    float: left;
    width: 59px;
    height: 10px;
    margin-top: 2px;
}

.reviews_block .for_items .item .dr_block .rating.r1 {
    background: url(/images/rating_sprite.png) 0px -40px no-repeat;
}

.reviews_block .for_items .item .dr_block .rating.r2 {
    background: url(/images/rating_sprite.png) 0px -30px no-repeat;
}

.reviews_block .for_items .item .dr_block .rating.r3 {
    background: url(/images/rating_sprite.png) 0px -20px no-repeat;
}

.reviews_block .for_items .item .dr_block .rating.r4 {
    background: url(/images/rating_sprite.png) 0px -10px no-repeat;
}

.cl {
    clear: both;
}

.reviews_block .for_items .item .name {
    font-family: "Circe";
    color: #373737;
    font-size: 15px;
    line-height: 15px;
    margin-top: 2px;
}

.reviews_block .for_items .item .text {
    margin-top: 10px;
    color: #373737;
}

.slider-detail .title h2 {
    font-size: 24px;
}

.card {
    margin-bottom: calc(10px + (50 - 10) * ((100vw - 360px) / (1920 - 360)));
}

.slider-detail {
    position: relative;
    z-index: 1;
}

.slider-detail .product-wrapper {
    padding-top: 15px;
}

.slider-detail .product {
    margin-bottom: 0;
}

.slider-detail .product-item {
    max-width: 320px;
}

.footer {
    margin-top: calc(20px + (80 - 20) * ((100vw - 360px) / (1920 - 360))) !important;
}

@media only screen and (max-width: 576px) {
    .card-slider_image:not(.ruws-slider) .card-slider_image-item:not(:first-child) {
        display: none;
    }

    .button_buy-one {
        max-width: 154px !important;
        padding: 0.75em !important;
    }
}

