.c-catalog .c-button {
    margin-bottom: 0 !important;
    padding: 15px 20px 15px 88px;
    border-bottom: none !important;
    text-transform: uppercase;
    font-size: 20px;
    color: #fff;
    background: #0066d9;
    border-radius: 5px 5px 0 0;
    box-shadow: 0px 0px 8.46px 0.54px rgb(7 102 213 / 15%);
	display: block;
	position: relative;
}

@media (max-width: 767px) {
    .c-catalog .c-button {
        font-size: 16px;
        height: 34px;
        padding: 0 10px;
    }
}

.c-catalog .c-button .icon {
    font-size: 18px;
    margin-right: 0;
    margin-left: 10px;
    -webkit-transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

@media (max-width: 767px) {
    .c-catalog .c-button .icon {
        font-size: 12px;
        margin-top: 2px;
        margin-left: 6px;
    }
}

@media (min-width: 1025px) {
    .c-catalog .c-button.active {
        -webkit-box-shadow: inset 0 4px 14px rgba(0, 0, 0, .36);
        box-shadow: inset 0 4px 14px rgba(0, 0, 0, .36);
    }

    .c-catalog .c-button.active .icon {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@media (min-width: 1025px) {
    .c-catalog .c-button:hover {
        box-shadow: none;
    }
}

.c-catalog .c-button:active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

/* c-catalog
------------------------------------------------------------------- */

@media (min-width: 1025px) {


    .c-catalog__dropdown--2,
    .c-catalog__dropdown--3,
    .c-catalog__dropdown--day {
        top: 0;
        left: 100%;
        display: none;
        min-height: 100%;
    }

    /*.c-catalog__dropdown--2:before,*/
    /*.c-catalog__dropdown--3:before,*/
    /*.c-catalog__dropdown--day:before {*/
    /*position: absolute;*/
    /*z-index: -1;*/
    /*top: 0;*/
    /*right: 0;*/
    /*bottom: 0;*/
    /*left: -100%;*/
    /*width: 100%;*/
    /*content: '';*/
    /*background: #fff;*/
    /*-webkit-box-shadow: 0 1px 0 1px #dadada;*/
    /*box-shadow: 0 1px 0 1px #dadada;*/
    /*}*/
    .c-catalog__dropdown.active {
        display: block;
    }

    .c-catalog__level--1.c-catalog__level--arrow .c-catalog__day--2 {
        display: block;
    }

    .c-catalog__level--1.c-catalog__level--no-arrow:hover ~ .c-catalog__day--1 {
        display: block;
    }

    .c-catalog__level--2.c-catalog__level--arrow .c-catalog__day--3 {
        display: block;
    }

    .c-catalog__level--2.c-catalog__level--no-arrow ~ .c-catalog__day--2 {
        display: block;
    }


    .c-catalog__link {
        display: flex;
        padding: 15px 20px 15px 10px;
		border-bottom: solid 1px #0066d9;
		font-size: 16px;
		line-height: 20px;
		color: #001935;
		position: relative;
    }

    .c-catalog__link.active {
        font-weight: 600;
        -webkit-box-shadow: inset 0 2px 12px rgba(0, 0, 0, .16);
        box-shadow: inset 0 2px 12px rgba(0, 0, 0, .16);
    }

    .c-catalog__img {
        position: relative;
        min-width: 20px;
        max-width: 20px;
        height: 20px;
        margin-right: 10px;
    }

    .c-catalog__img img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }

    .c-catalog__count {
        font-size: 12px;
        font-weight: 600;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        margin-left: 6px;
        color: #999;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .c-catalog__icon {
        font-size: 10px;
        position: absolute;
        top: 0;
        right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 26px;
        height: 51px;
        color: #5b3f97;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
		transition: 0.5s;
    }

    .c-catalog__day {
        z-index: -1;
    }

    .c-catalog__day--content {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: auto;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (min-width: 1025px) and (max-width: 1024px) {
    .c-catalog__day {
        display: none !important;
    }
}
.c-catalog__level--arrow.open .c-catalog__icon{
	transform: rotate(90deg);
	transition: 0.5s;
}
.c-catalog__level--arrow.open .c-catalog__dropdown--2{
	display:block;
}
.c-catalog__link.c-catalog__link--2{
	padding-left: 50px;
    background: #e2edf5;
}