.partner-items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.partner-item-wrapper {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;

    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;

    margin-bottom: 20px;
}

.partner-item__image {
    height: 144px;
    padding: 32px;
    text-align: center;
    border: 1px solid #f2f2f2;

    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

a.partner-item__image:hover {
    opacity: 0.8;
}

.partner-item__image img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

@media (min-width: 992px) and (max-width: 1199px) {

    .partner-item-wrapper {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

}

@media (min-width: 768px) and (max-width: 991px) {

    .partner-item-wrapper {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

}

@media (min-width: 576px) and (max-width: 767px) {

    .partner-item-wrapper {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

}

@media (max-width: 575px) {

    .partner-item-wrapper {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

}

.c-icon-count_price img {
    margin-right: 5px;
}

.c-icon-count_price span {
    display: inline-block;
    vertical-align: middle;
    color: #000;
}

.c-icon-count_price:hover span {
    color: #36B337;
}

label[data-bx-user-consent] .main-user-consent-request-announce-link a {
    font-size: 100%;
    text-decoration: underline;
}

label[data-bx-user-consent] .main-user-consent-request-announce-link a:hover {
    text-decoration: none;
}

.someform .line.license-link-work a {
    color: #36b337;
}

.c-prices.view-list.page-detail.product-alone .c-prices__value.c-prices__value_per {
    font-size: 21px;
}

.footer__city svg {
    color: #36B337;
}

.footer__city {
    text-align: center;
    padding-top: 10px;
    display: none;
}

@media (max-width: 767px) {

    .footer__city {
        display: block;
    }

    .fancybox-custom-title {
        padding-bottom: 30px;
    }

}

.c-prices.view-line .c-prices__price, .c-prices.view-list .c-prices__price {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
}

.c-prices.view-list.page-detail.product-alone .c-prices__name {
	flex-basis: 100%;
}

.c-prices.view-list.page-detail.product-alone .c-prices__value.c-prices__value_per {
	align-self: flex-start;
    margin-top: 16px;
	font-size: 14px;
	font-weight: 500;
}

.c-prices.view-list.product-alone .c-prices__value.c-prices__value_per {
    margin-top: 16px;
    font-size: 14px;
    font-weight: 500;
}


/* ++++ PIXEL ++++ */
@media screen and (max-width: 767px) {
    .header_type3 .header-fly__white-bg {
        box-shadow: none !important;
    }
    .header-fly-active-menu .header_type3 .header-fly__white-bg {
        box-shadow: 0 3px 3px rgb(0 0 0 / 8%) !important;
    }
    .header_type3 .header-fly__panel {
        padding-bottom: 0 !important;
    }
    .header_type3 .header__components {
        order: 2;
    }
    .header_type3 .header__flex > div:last-of-type, .header_type3 .header-fly__search {
        order: 1;
        width: 50px;
        overflow: hidden;
        padding: 0;
        display: block !important;
    }
    .header_type3 .search-form * {
        pointer-events: none;
    }
    .header_type3 .search-form--popup {
        position: fixed;
        left: 0;
        top: 0;
        overflow: hidden;
        width: 100vw !important;
        height: 100vh !important;
        background-color: transparent;
        margin: 0;
        z-index: 999;
    }
    .header_type3 .search-form--popup::before {
        content: '';
        position: fixed;
        left: 0;
        top: 0;
        width: 100vw;
        height: 100vh;
        z-index: -1;
        background-color: rgba(0,0,0,.2);
    }
    .header_type3 .search-form--popup .search-form {
        padding: 16px 24px;
        background-color: #fff;
        box-shadow: 0 4px 4px rgb(0 0 0 / 10%);
    }
    .header_type3 .search-form--popup * {
        pointer-events: initial;
    }
    .header_type3 .search-form .search-form__icon {
        left: 0;
        width: 50px;
    }
    .header_type3 .search-form--popup .search-form__icon {
        width: 80px;
    }
    .header_type3 .search-form #title-search-input, .header_type3 .search-form #title-search-input-fly {
        border: 0 !important;
    }
    .title-search-result {
        z-index: 9999;
    }
}
.rsbreadcrumb li {
    display: none;
}

.dropdown-menu {
    min-width: auto !important;
    border-color: transparent !important;
}
.dropdown-item {
    border: 1px solid #d7dbdd;
}
/* ---- PIXEL ---- */