.tags-wrap {
    background: #ffffff;
    -webkit-box-shadow: 0 12px 30px -15px rgba(61,72,81,.75);
    box-shadow: 0 12px 30px -15px rgba(61,72,81,.75);
    margin-bottom: 2rem;
    padding: .75rem 3rem 1rem .75rem;
}

.tags-wrap .tags-title {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 5px;
}

.tags-wrap .tag-link {
    margin-right: 5px;
}

.l-head__main .position-relative.bg-light {
    background: #010101!important;
}

.l-head__main .lh-1 {
    color: #fefefe!important;
}

.l-head__main .b-header-user__icon svg,
.l-head__main .d-none svg {
    fill: #fefefe;
}

.l-head__main .b-header-user__personal {
    color: #fefefe!important;
}

.l-head__main .mmenu-type1-item__link {
    color: #010101;
    font-style: italic;
    text-transform: uppercase;
}

.l-head__main .mmenu-type1-item--primary:after {
    display: none;
}

.l-head__main .c-icon-count svg {
    fill: #ccdb2a;
}

.l-head__main .menu-search-button svg {
    fill: #010101;
}

.l-head__main .l-head__phones.open {
    background: #ffffff;
    padding: 10px 1rem 5px 1rem!important;
    margin: 0!important;
}

.l-head__main .l-head__phones.open .d-none svg {
    fill: #ccdb2a;
}

.l-head__main .dropdown.show .lh-1 {
    color: #010101!important;
}

.l-head__main .dropdown-menu {
    left: -56px!important;
    right: -16px;
    top: 28px!important;
    padding: 5px 0 8px 0;
    box-shadow: none;
    border-radius: 0;
}

.l-head__main .dropdown-menu .dropdown-item {
    padding: 0 37px 0 15px;
    font-weight: 700;
    text-align: right;
}

.l-compact-header {
    background: #010101;
}

.l-compact-header__block--menu .hamburger {
    color: #ffffff;
}

.hamburger__inner,
.hamburger__inner::after,
.hamburger__inner::before {
    background-color: #ffffff;
}

.l-compact-header .compact-search {
    background: none;
}

.compact-search .bmd-form-group .bmd-form-control {
    background-color: #535353;
    padding: 7px 15px;
    border: none;
}

.compact-search .bmd-form-group .bmd-form-control:focus {
    background-color: #ffffff;
}

.l-compact-header .b-header-user__personal {
    color: #ffffff;
}

.l-compact-header__block .c-icon-count svg {
    fill: #ccdb2a;
}

.l-compact-header .l-head__phones {
    order: 3;
}

.l-compact-header .l-head__phones.open {
    background: #ffffff;
    padding: 10px 1rem 5px 1rem!important;
    margin: 0!important;
}

.l-compact-header .l-head__phones .d-none svg {
    fill: #ffffff;
}

.l-compact-header .l-head__phones.open .d-none svg {
    fill: #ccdb2a;
}

.l-compact-header .dropdown .lh-1 {
    color: #ffffff!important;
}

.l-compact-header .dropdown.show .lh-1 {
    color: #010101!important;
}

.l-compact-header .dropdown-menu {
    left: -56px!important;
    right: -16px;
    top: 28px!important;
    padding: 5px 0 8px 0;
    box-shadow: none;
    border-radius: 0;
}

.l-compact-header .dropdown-menu .dropdown-item {
    padding: 0 37px 0 15px;
    font-weight: 700;
    text-align: right;
}

.b-compact-logo img,
.l-compact-header__block--logo {
    max-width: initial!important;
}

.l-compact-header__block img {
    max-height: initial!important;
}

.l-compact-header .dropdown-menu .dropdown-item:first-child,
.l-head__main .dropdown-menu .dropdown-item:first-child {
    display: none;
}

.l-footer--dark {
    background: #010101;
}

.l-footer--dark .l-footer__inner {
    border-top: .63rem solid #535353;
}

.new-top-menu {
    background: #ffffff;
}

.new-top-menu .link {
    color: #010101;
    padding: 5px 15px;
    display: inline-block;
}

.new-top-menu .link:hover {
    color: #ccdb2a;
}

@media (max-width: 1200px) {
    .l-compact-header .dropdown-menu .dropdown-item:first-child,
    .l-head__main .dropdown-menu .dropdown-item:first-child {
        display: block;
    }
    .l-head__main .dropdown-menu {
        left: -16px!important;
        right: -16px;
        top: 35px!important;
    }
    .l-head__main .l-head__phones.open {
        padding: 0 1rem!important;
    }
    .l-head__main .l-head__phones .c-icon-count {
        width: 155px;
    }
    .l-head__main .dropdown-menu .dropdown-item {
        padding: 0 15px;
    }
    .l-compact-header .l-head__phones.open {
        padding: 5px 0!important;
        margin: 0 1rem!important;
    }
    .l-compact-header .l-head__phones .text-extra {
        fill: #ccdb2a!important;
    }
    .l-compact-header .dropdown-menu {
        left: initial!important;
        right: 0;
        top: 52px!important;
        padding: 5px 0;
    }
    .l-compact-header .dropdown-menu .dropdown-item {
        padding: 0 10px;
    }
}

@media (max-width: 768px) {
    .l-compact-header .compact-search__form {
        background: #010101;
        z-index: 1;
        position: relative;
    }
    .new-top-menu > .container {
        display: none;
    }
}

@media (max-width: 480px) {
    .l-compact-header__block img {
        width: 160px;
        height: auto;
    }
}
.valid_form{
    display: none;
}
.valid_form input{
    -webkit-appearance: checkbox!important;
}