/* ncheremisin css */
.fixed-top .header-city_wrap {
    display: none;
}
.header-city_wrap {
    float: left;
    margin-right: 20px;
    height: 40px;
    display: flex;
    align-items: center;
}
.header-city_wrap a {
    font-size: 18px;
    letter-spacing: 2px;
    color: #d4b15c;
}
.header-city_wrap .bxmaker__geoip__city__line-name {
    cursor: pointer;
    border-bottom: 0px;
    font-size: 18px;
    letter-spacing: 2px;
    color: #d4b15c;
    padding-right: 13px;
}
body .bxmaker__geoip__popup-content {
    border-radius: 0;
    padding: 40px 20px;
    background: #f5f5f5;
    color: #808080;
    font-size: 18px;
}
body .bxmaker__geoip__popup-header {
    text-align: center;
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #808080;
}
body .bxmaker__geoip__popup-option span {
    font-size: 18px;
    border: 0;
}
body .bxmaker__geoip__popup-option:hover {
    background: none;
    border-radius: 0;
    cursor: pointer;
}
body .bxmaker__geoip__popup-search-options {
    top: 56px;
}

body .bxmaker__geoip__popup-search input {
    border-radius: 0;
    padding: 15px;
    height: 56px;
    color: #5f5f5f;
    font-weight: bold;
}
body .bxmaker__geoip__popup-search input::-webkit-input-placeholder {color: #e2e2e2; }
body .bxmaker__geoip__popup-search input::-moz-placeholder          {color: #e2e2e2; }
body .bxmaker__geoip__popup-search input:-moz-placeholder           {color: #e2e2e2; }
body .bxmaker__geoip__popup-search input:-ms-input-placeholder      {color: #e2e2e2; }
body .bxmaker__geoip__popup-close {
    top: 15px;
    right: 20px;
    font-size: 38px;
}
body .bxmaker__geoip__popup-search-clean {
    height: 56px;
    line-height: 56px;
    display: none;
}
body .header-city_wrap .bxmaker__geoip__city__line-name:after {
    border-left: 2px solid #d4b15c;
    border-bottom: 2px solid #d4b15c;
    transform: rotate(-45deg);
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    top: -1px;
    right: 2px;
}

.offer {
    position: relative;
    float: left;
}
.offer .stores {
    position: absolute;
    background: white;
    padding: 10px;
    font-size: 12px!important;
    top: -50px;
    display: none;
    width: 330px;
    margin-left: 50%;
    left: -165px;
    text-align: center;
}
.offer:hover .stores {
    display: block;
}

body .news-wrap {
    /*justify-content: start;*/
}
body .select-options-value {
    display: block;
    color: black;
}
body .model-products_block {
    display: flex;
    margin-bottom: 30px;
}
body .model-products_block .model-products_item {
    order: 5;
    opacity: 0.4;
}

body .model-products_block .model-products_item.show {
    order: 1;
    opacity: 1;
}
.popup {
    display: none;
}
#auth_new {
    background: #dcddde;
}
#auth_new .change_fields {
    display: flex;
    justify-content: space-around;
    margin: 20px 0;
}
#auth_new .form-group input[type="radio"] + label span.checkbox {
    float: left;
    width: 13px;
    height: 13px;
    border: 1px solid #000;
    margin: 4px 0 0 0;
    border-radius: 50%;
    box-sizing: border-box;
}
#auth_new .form-group input[type="radio"]:checked + label span.checkbox {
    float: left;
    width: 13px;
    height: 13px;
    border: 1px solid #000;
    margin: 4px 0 0 0;
    border-radius: 50%;
    box-sizing: border-box;
    background: #000;
}
#auth_new .form-ordering-input {
    margin-bottom: 2px;
}
#auth_new .form-has-input {
    width: 314px;
}
#auth_new .form-has-input input {
    width: 314px;
    height: 60px;
    box-sizing: border-box;
    padding: 20px;
}
#auth_new .tabs_block {
    display: flex;
    justify-content: space-between;
    text-align: center;
    width: 100%;
}
#auth_new .tab {
    display: block;
    width: 50%;
    font-size: 20px;
    text-transform: uppercase;
    color: black;
    padding-top: 18px;
    background: #b7b7b7;
    padding-bottom: 15px;
    margin-bottom: 20px;

}
#auth_new .tab.active {
    background: #dcddde;
}
#auth_new .tab_content {
    padding: 0 50px;
    display: none;
}
#auth_new .tab_content.active {
    display: block;
}


.bx_filter_section {
    padding-top: 30px;
}
