.sidebar.bx-filter.bx-blue .selection{
    margin-bottom: 16px;
}

.tech-dev{
    padding-top: 10px;
    color: #fff;
    font-family: Roboto,Arial, Helvetica, sans-serif;
    font-weight: 300;
    width: 100%;
    text-align: right;
}
.tech-dev a{
    color: #fff;
}
.tech-dev a:hover{
    color: #fff;
}

#footer .bottomRow {
    padding: 14px 15px;
}

@media screen and (min-width: 1024px) {
    #catalogBlock .btn-result {
        margin-top: 0px;
    }
}
.bx-filter-section.container-fluid .btn-result{
    z-index: 20;
}

.fancybox-lock {
    overflow: hidden;
    max-height: 100vh;
}
.fancybox-bg{
    background: rgba(20, 23, 26, 0.6);
    opacity: 1;
}
.fancybox-content{
    padding: 16px;
    width: 100%;
    max-width: 400px;
    background: #FFFFFF;
    border-radius: 16px;
}
.fancybox-slide--html{
    padding: 16px;
}

.custom-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    box-sizing: border-box;
    height: 56px;
    padding: 16px;
    overflow: hidden;
    font-size: 16px;
    line-height: 22px;
    color: #26292C;
    vertical-align: top;
    text-align: center;
    text-decoration: none;
    background: #EEF0F1;
    border-radius: 10px;
    transition-duration: 300ms;
    cursor: pointer;
}
.custom-btn:hover, .custom-btn:focus {
    outline: 0;
    text-decoration: none;
    background: #DEE1E3;
}
.custom-btn:not(:disabled) {
    cursor: pointer;
}
.custom-btn:disabled {
    background: #F9FAFA;
}
.custom-btn__icon{
    width: 24px;
    height: 24px;
    margin-right: 16px;
}

.new-contacts__title{
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 16px;
    color: #26292C;
}

.new-contacts__item-caption {
    font-size: 12px;
    line-height: 1;
}

.new-contacts__item:not(:last-child){
    margin-bottom: 8px;
}
.new-contacts__item .custom-btn{
    width: 100%;
    text-align: left;
}

@media (max-width: 1199px){
    .new-contacts__item--desktop{
        display: none;
    }
}

.product-description{
    margin: 40px 0;
    max-width: 874px;
}
.product-description__modal{
    display: none;
}
.product-description__title{
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #26292C;
    margin-right: 30px;
}
.product-description__title span{
    color: #787B7C;
}
.product-description__action{
    display: flex;
    margin-top: 12px;
}
.product-description__toggle:hover{
    background-color: #E0E0E0;
}
.product-description__toggle{
    background: #EBEBEB;
    border-radius: 8px;
    cursor: pointer;
    padding: 8px 16px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    text-align: center;
    color: #26292C;
    transition: all 0.3s;
}
.product-description__toggle--close{
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    width: 100%;
    color: #26292C;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.description-modal .fancybox-content{
    max-width: 640px;
    cursor: default;

}

.header-notification.init{
    display: block;
}
.header-notification{
    position: relative;
    background: #F4F5F6;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #26292C;
    margin-bottom: 8px;
}
.header-notification__wrapper{
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-notification__link{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.header-notification__toggle:hover{
    color: #005299;
    text-decoration: none;
}
.header-notification__toggle{
    position: relative;
    z-index: 20;
    transition-duration: 300ms;
    margin-left: 12px;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #006DCC;
}
.header-notification__toggle::after{
    content: '';
    width: 5px;
    height: 5px;
    margin-left: 6px;
    transform: rotate(-45deg);
    border-right: 1px solid;
    border-bottom: 1px solid;
}
.header-notification--without-link{
    text-align: center;
}

@media (max-width: 1199px){
    .header-notification {
        margin-bottom: 0;
        margin-top: 56px;
    }

    .header-notification ~ #mobileHeader {
        /*position: sticky;*/
        posititon: fixed;
        top: 0;
    }
    .header-notification ~ #main {
        margin-top: 0;
    }
}

@media (max-width: 1199px){
    .header-notification ~ #mobileHeader .hamb.active {
        position: fixed;
        top: 0;
        width: 56px;
        height: 56px;
        transform: translate(0);
    }
}

.selection {
    background: #F4F5F6;
    border-radius: 8px;
}

.selection__title {
    color: #26292C;
    line-height: 24px;
}

.select-search {
    position: relative;
}

.select-search__input {
    width: 100%;
    background: #ffffff;
    border: 1px solid #D3D4D5;
    border-radius: 12px;
    transition: background-color 0.3s, border-color 0.3s;
    outline: none;
    padding: 8px 32px 8px 12px;
    color: #26292C;
    text-overflow: ellipsis;
    font-size: 14px;
}

.select-search--big .select-search__input {
    height: 48px;
}

.select-search__input::placeholder {
    color: #787B7C;
}

.select-search__input:hover {
    border-color: #A2A4A5;
}

.select-search__icon {
    position: absolute;
    right: 8px;
    top: calc(50% - 10px);
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    pointer-events: none;
}

.select-search__icon::before {
    content: "";
    height: 8px;
    width: 8px;
    border-bottom: 1px solid #787B7C;
    border-left: 1px solid #787B7C;
    transform: rotate(-45deg);
    position: relative;
    top: -2px;
}

.select-search__input[disabled] {
    background-color: transparent;
    border-color: #D3D4D5;
    cursor: not-allowed;
}

.select-search__dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding-top: 4px;
    transition: transforn 0.4s;
    transform-origin: top;
    transform: scaleY(0);
    z-index: 2;
}

.select-search__input:focus {
    border-color: #26292C;
}

.select-search.open .select-search__dropdown {
    transform: scaleY(100%);
}

.select-search.open .select-search__icon {
    transform: scale(-1);
}

.select-search.open {
    border-color: #26292C;
}

.select-search__options {
    max-height: 208px;
    background: #ffffff;
    padding: 8px 0;
    overflow: auto;
    border-radius: 12px;
    border: 1px solid #26292C;
}

.select-search__options::-webkit-scrollbar {
    width: 12px;
}

.select-search__options::-webkit-scrollbar-thumb {
    background: #DEE1E3;
    border-radius: 12px;
    border: 4px solid #fff;
}

.select-search__options div,
.select-search__option {
    font-size: 14px;
    padding: 8px 12px;
    transition: background 0.3s;
    cursor: pointer;
    white-space: normal;
}

.select-search__options div.active,
.select-search__option.active,
.select-search__options div:hover,
.select-search__option:hover {
    background: #F4F5F6;
}

.bx-soa-delivery__select-search-wrap {
    margin: 2px 0 0 24px;
}

.podbor-page {
    margin-bottom: 80px;
}
.podbor-page p{
    width:80%;

    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;

}

.podbor-page h3{
    font-family: Roboto;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;


}
.podbor-page ul{
    list-style-type: disc;
    margin: 12px 12px 12px 25px;
}

.podbor-page li{
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    margin: 0 0 12px 0;

}

@media only screen and (max-width: 1199px) {
    .select-search--hidden-mob {
        display: none;
    }

    .select-search__input {
        font-size: 16px;
    }

    .select-search__options div,
    .select-search__option {
        font-size: 16px;
    }

    .podbor-page p{
        width:100%;
    }

}

.mobile-buttons a {
    margin: 16px 8px 0;
    padding: 13px 16px;
    border: none;
    border-radius: 12px;
}
.mobile-buttons a:hover {
    text-decoration: none;
}
.optCount{
    font-size:14px;
    margin-left:4px;
    padding:1px 4px;
    background: #EFFBF0;
    color: #388E3C;
    border-radius: 6px;
    font-weight: 500;
}
.optCount{
    font-size:14px;
    margin-left:4px;
    padding:1px 4px;
    background: #EFFBF0;
    color: #388E3C;
    border-radius: 6px;
    font-weight: 500;
}
