.pm__arrow {
    background: #99c517;
    color: #0c0c0c;
}

.pm__arrow:after {
    border-color: transparent #99c517 transparent transparent;
}

.tc_brown {
    background: url(/images/bg-title-green.jpg) 0 58% repeat-x;
}

.btn-white {
    border-color: #99c517;
    color: #0c0c0c;
}

.no-touchevents .btn-white:hover {
    background: #99c517;
    color: #0c0c0c;
}

.prod-label_discount {
    background: #99c517;
    color: #0c0c0c;
}

.prod-label_discount:after {
    border-color: #99c517 #99c517 transparent transparent;
}

.pm-2 {
    background: #99c517;
}

.pm-2 h2 {
    color: #0c0c0c;
}

.btn-orange {
    color: #0c0c0c;
    background: linear-gradient(to bottom,#b9e141 0,#99c517 100%);
}

.no-touchevents .btn-orange:hover {
    background: linear-gradient(to bottom,#99c517 0,#99c517 100%);
}

.orange-title {
    color: #0c0c0c;
}

.dashed-info {
    border-bottom: 2px dashed #99c517;
}

.c-item__name, .c-item__name a {
    color: #99c517;
}

.full_backet .backet-link {
    background: linear-gradient(to bottom,#b9e141 0,#99c517 100%);
}

.no-touchevents .full_backet .backet-link:hover {
    background: linear-gradient(to bottom,#99c517 0,#99c517 100%);
}

.no-touchevents .menu__item:hover .menu-link {
    background: linear-gradient(to bottom,#b9e141 0,#99c517 100%);
    color: #0c0c0c;
}

.card-name {
    color: #0c0c0c;
}

.popup_checkbox {
    max-width: 100%;
}

.checkbox-wrap {
    margin-bottom: 20px;
}

.checkbox-txt {
    max-height: calc(100vh - 220px);
    margin-bottom: 30px;
    overflow-y: auto;
    padding: 15px;
    box-sizing: border-box;
    border: solid 1px #979696;
}

.btn-wrap {
    display: flex;
    width: 100%;
    justify-content: space-around;
    margin-bottom: 15px;
}

.btn-wrap .btn-green {
    line-height: 50px;
    font-size: 15px;
}

.btn-wrap .btn-white {
    cursor: pointer;
    line-height: 46px;
    box-sizing: border-box;
    font-size: 15px;
}

.btn-white_c {
    color: #0c0c0c;
}

.btn-white_c:hover {
    color: #0c0c0c;
    background: #99c517;
}

.ht__item_basket {
    background: #e2f9d8;
}

.b-count {
    background: #99c517;
    color: #ffffff;
}

.menu_2 {
    background: #ffffff;
}

.no-touchevents .menu_2__item:hover .mm-link {
    color: #0c0c0c;
}

.no-touchevents .menu_2__item:hover .mm-link__img {
    background: none;
    border-color: #702212;
}

.no-touchevents .menu_2__item:hover .mm-link:after {
    display: none;
}

.no-touchevents .menu_2__item:hover .mm-link:before {
    content: '';
    position: absolute;
    width: calc(100% + 17px);
    background: #f4f4f4;
    top: -5px;
    bottom: -5px;
    left: -20px;
    z-index: -1;
}

.menu_2 .menu_2__helper .test-wrap {
    background: #ffffff;
}

.no-touchevents .m-link:hover .m-link__name,
.menu_2 .menu_2__helper .test-wrap span {
    color: #2779c5;
}

.catalog-menu__top,
.header__right.full_backet {
    background: #e2f9d8;
}

.card-row__text a {
    color: #0c0c0c;
}

.card-ico_video {
    background: url(/images/video.png);
    width: 26px;
    height: 26px;
    margin-top: 0;
}

@media screen and (min-width: 961px) {
    .menu_2 .menu_2__helper .test-wrap span {
        left: 62px;
    }
    .menu_2 {
        padding-left: 0;
    }
    .menu_2 .menu_2__helper .test-wrap,
    .mm-link {
        padding-left: 20px;
    }
}

@media screen and (max-width: 960px){
    .touchevents .mm-link.active {
        color: #0c0c0c;
    }
    .btn-wrap {
        justify-content: space-between;
    }
    .popup_checkbox .tc_title {
        white-space: initial;
        font-size: 18px;
        line-height: 22px;
    }
    .btn-wrap .btn-green {
        height: 35px;
        line-height: 35px;
        padding: 0 15px;
    }
    .btn-wrap .btn-white {
        line-height: 46px;
        height: 35px;
        line-height: 31px;
        padding: 0 12px;
    }
}