.floatleft {
    float: left;
}
.floatright {
    float: right;
}
.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
.new-catalog__articul {
    cursor: pointer;
}
.row-copy-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    z-index: 2;
    cursor: pointer;
}
.row-copy-btn:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(./img/copy-icon.svg);
    background-size: 12px;
    background-position: 8px 7px;
    background-repeat: no-repeat;
}
.new-catalog__price .dropdown > a {
    border-color: transparent !important;
    background: #F1F1F1 !important;
    box-shadow: 0px 2px 4px rgb(28 51 110 / 25%);
    padding: 6px 1px 7px !important;
    font-weight: 600;
    line-height: 16px !important;
    text-align: center;
    color: #236F10;
    min-width: 73px;
    font-size: 14px;
}
.page-title {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #444444;
    position: relative;
    margin-bottom: 15px;
}
.page-title span {
    display: inline-block;
    position: relative;
    padding: 0 22px 6px 0;
}
.page-title span:after {
    content: "";
    position: absolute;
    border-bottom: .7px solid #BFBFBF;
    width: 100%;
}
.page-title span:after {
    content: "";
    position: absolute;
    border-bottom: 0.7px solid #BFBFBF;
    width: 100%;
    display: block;
    margin-top: 3px;
}
a:focus {
    outline: 0 solid;
    text-decoration: none;
}
.fix {
    overflow: hidden;
}
#bxslider-home4 {
    margin-left: -40px;
}
.caption-group {
    opacity: 0;
}
.new-catalog__price .nav.navbar-nav.navbar-right {
    float: none !important;
    display: block;
    margin: 0;
}
.new-catalog__td.new-catalog__buy .btn-bookmark {
    border-radius: 4px;
}

.product-card .ui-tabs .ui-tabs-panel {
    transition: height .8s;
}
.price-dropdown   {
   min-width: 70px  !important
}
.price-dropdown li {
    margin: 10px;
     white-space:nowrap;
}
.text-toast{
    position: fixed;
    z-index: 9999;
    top: 0px;
}

h1 ,
h2 ,
h3 ,
h4 ,
h5 ,
h6 {
    margin: 0px 0px 15px;
}
@font-face {
    font-family:  'Calibri';
    src: url(./fonts/calibri.ttf);
 }
body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
}
* {
	font-family: 'Roboto', sans-serif;
}
.breadcrumb {
    background-color: transparent;
}
td {
    vertical-align: inherit!important;
}
img {
    max-width: 100%;
    height: auto;
}
.modal-lg {
    width: 80%;
}
.other {
    display: none;
}
.product-bit-title h1 {
    color: black;
    padding: 10px;
}

.form-control {
    border-radius: 0!important;
    -moz-border-radius: 0!important;
    -webkit-border-radius: 0!important;
    border: 1px solid #ddd!important;
    box-shadow: none!important;
    -moz-box-shadow: none!important;
    -webkit-box-shadow: none!important;
}
.catalog-filter__btn {
    background: #056BD9;
    border-radius: 2px;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
    padding: 4px 9px;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    border: 1px solid #056BD9;
    z-index: 6;
}
.search-page {
    min-height: 680px;
}
.product-card .search-page {
    min-height: auto;
}
.product-card .new-catalog__bg {
    /* min-height: 333px; */
}
.catalog-filter__btn:before {
    content: "";
    width: 16px;
    height: 14px;
    background-image: url(./img/filter-btn.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
}
.catalog-filter.open .catalog-filter__btn {
    background: transparent;
    border-color: transparent;
    color: #056BD9;
}
.catalog-filter.open .catalog-filter__btn:before {
    background-image: url(./img/filter-btn-active.svg);
}
.catalog-filter__btn:hover {
    background-color: #fff;
    color: #056BD9;
    transition: .25s;
}
.catalog-filter__btn:hover:before {
    background-image: url(./img/filter-btn-active.svg);
}
.catalog-filter__btn:active {
    background-color: #EFF7FF;
}
.ft {
    max-height: 200px;
    overflow: auto;
    margin-bottom: 6%;
}
.top {
    right: 24px;
    position: fixed;
    display: none;
    bottom: 10px;
    z-index: 999;
    width: 66px;
}
.head_messages{
    width: 100%;
    background-color: #31708f;
    height: 50px;
}

.os-scrollbar.os-scrollbar-horizontal {
    display: none;
}
.os-theme-dark>.os-scrollbar:hover>.os-scrollbar-track>.os-scrollbar-handle,
.os-theme-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle.active {
    background: rgba(28, 51, 110, 0.8) !important;
}

.os-scrollbar.os-scrollbar-vertical {
    background: transparent;
    padding: 1px 2px;
}
.os-theme-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle {
    background: rgba(28, 51, 110, 0.6);
    border-radius: 23px;
}
.head_messages p {
    text-align: center;
    color: white;
    padding-top: 11px;
    font-weight: 400;
}
.fa-star.active {
    color: #337ab7;
}
.rating_form input{
    display: none;
}
.table-customer-btn-cell {
    text-align: right;
    color: #31708F !important;
}
.info-blocks {
    display: flex;
    margin: 0 -5px 27px;
}
.info-blocks__item {
    display: block;
    margin: 0 5px;
    max-height: 60px;
    width: 100%;
    box-shadow: -3px 4px 4px rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    position: relative;
    overflow: hidden;
}
.info-blocks__item:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: 0.3s;
}
.info-blocks__item:hover:after {
    box-shadow: inset 0 0 0 2px #002559;
}
.list-group.pay-menu {
    margin-top: 20px;
}
.info-blocks__item img {
    width: 100%;
    max-width: none;
    height: 100%;
    object-fit: cover;
}
/* .info-blocks__item:hover {
    box-shadow: inset 0 0 0 2px #002559;
    transition:0.3s;
 } */
 .pay-block .btn-group {
    width: 100%;
}
#table-customer th {
    border: none;
}
#table-customer .info td {
    text-align: right;
    padding: 8px 10px 6px;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    background: #D9EDF7;
}
.footer-bookmarks {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
hr.bookmarks-line {
    display: block;
    width: 100%;
    margin-bottom: 50px;
}
.new-bookmarks .new-cart-wrap {
    /* overflow: hidden; */
}
#table_content #show_text {
    background: #FF9900;
    border: 1px solid #FF9900;
    min-width: 147px;
    display: block;
    text-align: center;
}
#table_content #show_text:hover {
    background: transparent;
    color: #FF9900;
}
.new-bookmarks .new-cart-wrap .new-cart-table-wrap {
    padding-bottom: 24px;
    width: 100%;
    min-width: auto;
}
@media (max-width: 1200px) {
    .new-bookmarks .new-cart-wrap .new-cart-table-wrap {
        overflow: auto;
    }
}
.new-bookmarks .new-cart-wrap .new-cart-table-wrap .new-cart__table {
    min-width: 1040px;
}
.footer-bookmarks a.new-checkout__clear-btn.confirm {
    margin: 0;
}
.pagination-wrap .pagination {
    margin: 0 !important;
}
#table-customer,
.table-parst-in-progress {
    min-width: 800px;
}
#table-body small {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}
.customer-remove-btn.btn-danger {
    border-radius: 2px;
    transition: .3s;
}
#table-returns th,
#table-returns td {
    text-align: center;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th, .table-bordered {
    border: .7px solid #ddd;
}
.customer-remove-btn.btn-danger:hover {
    background-color: transparent;
    color: #d9534f;
}
#table-customer td,
#table-body td {
    padding: 4px;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    word-break: break-all;
    word-break: break-word;
}
.requisites-block {
    margin-bottom: 10px;
}
.balance-filter-block {
    margin: 0 0 10px;
    padding: 9px 10px 19px;
}
.balance-filter-block {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}


.top-header {
    background: #E8E8E8;
    box-shadow: 0px 2px 4px rgb(28 51 110 / 33%);
    position: relative;
    z-index: 3;
}
.top-header .top-header__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top-header__nav {
    display: flex;
    align-items: center;
}
.top-header__nav a {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #4A4A4A;
    padding: 5px 0 6px;
}
.top-header__nav a:hover {
    text-decoration: underline;
}
.top-header__nav a:not(:last-child):after {
    content: "";
    display: block;
    width: .7px;
    height: 11px;
    background-color: #000;
    margin: 0 10px;
}
.top-header__info,
.top-header__phones {
    display: flex;
    align-items: center;
}
.top-header__info a {
    display: flex;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: #000000;
    padding: 6px 0;
    align-items: center;
}
.top-header__phones a {
    margin-right: 16px;
}
.top-header__phones a:before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    margin-right: 7px;
    background-image: url(./img/phone-ico.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.top-header__logout:before {
    content: "";
    display: block;
    width: .7px;
    height: 11px;
    background-color: #000;
    margin-right: 10px;
}
.main-header {
    background: #F3F3F3;
    box-shadow: 0px 2px 4px rgb(28 51 110 / 33%);
    position: relative;
    z-index: 2;
}
.main-header__row {
    display: flex;
    align-items: center;
    padding: 8px 0;
}
.top-header-bookmarks {
    display: flex;
    align-items: center;
}
.top-header-bookmarks:before {
    content: "";
    display: block;
    width: 0.7px;
    height: 11px;
    background-color: #000;
    margin-right: 2px;
}
.top-header-bookmarks__ico {
    display: block;
    width: 30px;
    height: 18px;
    position: relative;
    margin-right: -1px;
    transition: .3s;
}
.top-header-bookmarks__ico:before {
    content: "";
    display: block;
    width: 100%;
    height: 21px;
    background-image: url(./img/bookmarks-ico.svg);
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
}
.top-header-bookmarks__notification {
    background: #D72323;
    box-shadow: 0px 1px 2px rgb(0 0 0 / 25%);
    border-radius: 2px;
    color: #fff;
    padding: 0.8px 4px;
    margin: 0 5px;
    font-weight: 400;
    font-size: 11px;
    line-height: 13px;
    border: 0.7px solid #D72323;
    transition: 0.3s;
}
.top-header-bookmarks__btn {
    min-width: 61px;
    justify-content: center;
}
.top-header-bookmarks__btn:hover .top-header-bookmarks__notification {
    color: #D72323;
    background: transparent;
}
.top-header-bookmarks__notification:empty {
    display: none;
}
.top-header-bookmarks__btn:hover .top-header-bookmarks__ico {
    opacity: .8;
}

.main-header__logo {
    width: 194px;
    margin-right: 30px;
    flex-shrink: 0;
}
.main-header__currency {
    display: flex;
    flex-direction: column;
    margin-right: 30px;
}
.main-header__currency-item {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
}
.main-header__currency-item:not(:last-child) {
    margin-bottom: 4px;
}
.main-header__currency-item a {
    width: 43px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    text-align: center;
    line-height: normal;
    font-size: 12px;
    border: 1px solid #1C336E;
    border-radius: 4px;
    margin-right: 14px;
}
.main-header__search {
    width: 100%;
    margin-right: 30px;
}
.main-header__search #search_input {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 15%);
    border-radius: 4px;
    border: none;
    height: 40px;
    outline: none !important;
    padding-right: 72px;
}
.main-header__search #search_form #button_search {
    box-shadow: -2px 0px 4px rgb(0 0 0 / 25%);
    border-radius: 0px 4px 4px 0px;
    width: 60px;
    height: 40px;
    background-color: #056BD9;
    background-image: url(./img/search-ico-white.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    border: 0.7px solid #056BD9;
    transition: .3s;
}
.main-header__search #search_form #button_search:hover {
    background-color: #fff;
    background-image: url(./img/search-ico-blue.svg);
}
.main-header__search #search_form #button_search:active {
    background-color: #E3E3E3;
    background-image: url(./img/search-ico-blue.svg);
}
.main-header__user-info {
    margin-right: 30px;
    white-space: nowrap;
}
.main-header__user-id {
    background: #056BD9;
    border: 1px solid #056BD9;
    box-shadow: 3px 1px 4px rgb(0 0 0 / 25%);
    border-radius: 4px 4px 0px 0px;
    padding: 6px 9px;
    min-width: 133px;
    display: block;
    text-align: center;
    color: #fff;
    transition: .3s;
    position: relative;
}
.user-has-deferment-payment + .main-header__user-id {
    background: #d51717;
    border-color: #d51717;
}
.main-header__user-id:hover {
    color: #056BD9 !important;
    background-color: #fff;
}
.user-has-deferment-payment + .main-header__user-id:hover {
    color: #d51717 !important;
}
.main-header__user-id:active {
    color: #fff;
    background-color: #E3E3E3;
}
.main-header__user-balance {
    display: block;
    background: #FFFFFF;
    border-radius: 0px 0px 4px 4px;
    padding: 5px 9px 7px;
    text-align: center;
    color: #000;
    transition: .3s;
}
.top_sales_quantity {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #000000;
}
.main-header__user-balance:hover {
    background: #E3E3E3;
}
.main-header__user-balance b {
    font-weight: 400;
}
.main-header__cart #button-cart {
    display: flex;
    align-items: center;
    white-space: nowrap;
    background: #FFFFFF;
    border-radius: 4px;
    padding: 10px 10px 10px 58px;
    color: #000;
    position: relative;
    min-width: 193px;
    justify-content: space-between;
}
.main-header__cart .main-header__cart-text {
    margin-right: 14px;
}
.main-header__cart .main-header__cart-amount {
    color: #236F10;
}
.main-header__cart #button-cart:before {
    content: "";
    width: 48px;
    height: 40px;
    position: absolute;
    left: 0;
    border: .7px solid #056BD9;
    background-color: #056BD9;
    background-image: url(./img/cart-ico-white.svg);
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 3px 1px 4px rgb(0 0 0 / 25%);
    border-radius: 4px 0px 0px 4px;
    transition: 0.3s;
}
.product .product-images img {
    max-width: none !important;
    width: 70px;
    height: 55px;
    object-fit: contain;
    border: 1px solid #F1F1F1;
    opacity: 1 !important;
    margin-right: 5px;
}
.main-header__cart #button-cart:hover:before {
    background-color: #fff;
    background-image: url(./img/cart-ico-light-blue.svg);
    transition: 0.3s;
}
.product-card__buy-td.product-card__buy-price .navbar-nav {
    margin: 0;
}
.main-header__cart #button-cart:active:before {
    background-color: #E3E3E3;
}
.main-header__cart-count.product-count {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 11px;
    line-height: 13px;
}
.main-header__cart #button-cart:hover .main-header__cart-count.product-count {
    background: #fff;
    border: solid 1px #00a542;
    color: #00a542;
}
.header-nav {
    position: relative;
    background: #056BD9;
    box-shadow: 0px 4px 7px rgb(28 51 110 / 39%);
    color: #fff;
    margin-bottom: 30px;
}
.header-nav__list {
    display: flex;
    align-items: center;
    list-style-type: none;
    padding: 0;
    margin-bottom: 0;
}
.header-nav__list > li > a {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    padding: 10px 20px 7px;
    position: relative;
    border-bottom: 4px solid transparent;
    display: block;
}
.header-nav__list > li > ul {
    position: absolute;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 999;
    filter: drop-shadow(0px 6px 10px rgba(0, 0, 0, 0.25));
    background: #fff;
    width: 100%;
    animation: scale-up-top-reverse 0.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    visibility: hidden;
}
.loaded .header-nav__list > li > ul {
    visibility: visible;
}
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99;
    background-color: rgb(255 255 255 / 76%);
    backdrop-filter: blur(5px);
    background-image: url(./img/preloader.gif);
    background-position: center calc(50% + 50px);
    background-size: 80px;
    background-repeat: no-repeat;
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s;
}
.loading .preloader {
    visibility: visible;
    opacity: 1;
}
.top-header, .main-header, .header-nav {
    z-index: 100;
}
@keyframes scale-up-top {
    0% {
        transform: scale(0.4);
        transform-origin: 50% 0%;
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
        transform: scale(1);
        transform-origin: 50% 0%;
    }
  }
@keyframes scale-up-top-reverse {
      0% {
          transform: scale(1);
          transform-origin: 50% 0%;
          opacity: 1;
      }
      50% {
          opacity: 0;
      }
      100% {
          opacity: 0;
          transform: scale(0);
          transform-origin: 50% 0%;
      }
    }
.header-nav__list .active a {
    border-color: #0854a7;
}
.header-nav {
    position: relative;
}
.header-nav-line {
    background: #134484;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    transition: .3s;
    opacity: 0;
    pointer-events: none;
    z-index: 1;
}
.header-nav__list > li > a * {
    pointer-events: none;
}
.header-nav .nav-badge {
    width: auto;
    min-width: 20px;
    border-radius: 100%;
    top: -7px;
    right: -20px;
    font-size: 11px;
    line-height: normal;
}
.header-nav__list > li.show-dropdown > ul {
    animation: scale-up-top 0.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
.header-nav__list > li {
    position: relative;
}
.header-nav__list > li > ul a {
    position: relative;
    white-space: nowrap;
    padding: 10px 19px;
    display: block;
    color: #002559;
    font-size: 14px;
}
.header-nav__list > li > ul li:not(:last-child) a:after {
    content: "";
    position: absolute;
    width: 48.1%;
    height: 0.7px;
    background: rgba(0, 0, 0, 0.2);
    bottom: 0;
    left: 10px;
}
.header-nav__list > li > ul a:hover {
    background-color: #056bd9;
    color: #fff;
}
.header-nav__mobile-btn {
    display: none;
}
@media (max-width: 1200px) {
    .main-header__user-id,
    .main-header__cart #button-cart {
        min-width: auto;
    }
    .main-header__logo, .main-header__currency, .main-header__search, .main-header__user-info {
        margin-right: 15px;
    }
    .main-header__currency-item a {
        margin-right: 7px;
    }
    .main-header__logo {
        width: 170px;
    }
    .main-header__user-id, .main-header__user-balance, .main-header__currency-item, .main-header__cart #button-cart {
        font-size: 12px;
    }
}
@media (max-width: 992px) {
    .main-header__logo {
        width: 146px;
    }
}
@media (max-width: 767px) {
    .main-header__logo {
        width: 195px;
    }
    .header-nav-line {
        display: none;
    }
    .main-header__logo, .main-header__currency, .main-header__search, .main-header__user-info {
        margin-right: 30px;
    }
    .main-header__user-id, .main-header__user-balance, .main-header__currency-item, .main-header__cart #button-cart {
        font-size: 14px;
    }
    .main-header__row {
        flex-wrap: wrap;
    }
    .main-header__search {
        order: 1;
        margin: 14px 0 10px;
    }
    .main-header__user-info {
        margin-left: auto;
    }
    .header-nav__list {
        position: absolute;
        flex-direction: column;
        background: #056bd9;
        left: 0;
        display: none;
        z-index: 999;
    }
    .shown-menu .header-nav__list {
        display: block;
    }
    .header-nav__mobile-btn {
        display: block;
        width: 40px;
        height: 35px;
        background: transparent;
        border: none;
        margin: 5px 0;
    }
    .header-nav__mobile-btn .icon-bar {
        display: block;
        background: white;
        width: 100%;
        height: 2.4px;
        margin: 6px 0;
    }
    .header-nav__list li {
        width: 100%;
    }
    .header-nav__list > li > a {
        text-align: left;
        padding: 12px 40px 12px 20px;
        border-color: transparent !important;
    }
    .header-nav__list > li > ul {
        display: none !important;
    }
}
@media (max-width: 700px) {
    .top-header .top-header__row {
        flex-wrap: wrap;
    }
    .top-header__phones {
        white-space: nowrap;
    }
    .top-header__phones a, .top-header__logout:before {
        margin-right: 13px;
    }
    .main-header__logo {
        width: 56%;
        max-width: 200px;
    }
    .main-header__currency {
        width: 32%;
        margin: 0 0 0 auto;
    }
    .main-header__currency-item {
        justify-content: flex-end;
    }
    .main-header__user-info {
        margin: 15px 15px 0 0;
        width: 40%;
    }
    .main-header__cart {
        width: 55%;
        margin-left: auto;
        margin-top: -5px;
    }
    .main-header__user-id, .main-header__user-balance, .main-header__currency-item, .main-header__cart #button-cart {
        font-size: 12px;
    }
    .main-header__cart .main-header__cart-text {
        margin-right: 8px;
    }
    .main-header__user-balance, .main-header__user-id {
        padding: 6px;
    }
    .home-main-slider img {
        height: auto !important;
        min-height: 200px;
    }
}
@media (max-width: 480px) {
    .top-header__phones {
        flex-direction: column;
        margin-right: auto;
    }
    .top-header-bookmarks:before {
        display: none !important;
    }
    .top-header__info {
        width: 100%;
        align-items: flex-start;
    }
    .hide + .change-lang-wrap:before {
        display: none;
    }
    .top-header__logout {
        margin-top: 1px;
    }
    .change-lang-wrap:before {
        margin-right: 9px;
    }
    .top-header-bookmarks {
        margin-right: 5px;
    }
    .top-header__info a {
        padding: 7px 0;
    }
}

.balance-filter__item {
    width: 100%;
}
.balance-filter__item:not(:last-child) {
    margin-right: 20px;
}
.balance-filter__item_btns {
    display: flex;
    align-items: center;
}
.balance-filter__item_type {
    margin-right: 10px !important;
}
.requisites-block__info {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 5px;
}
.requisites-block__warning {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #FF0000;
}
.btn-search-parts-in-progress {
    display: flex;
}
.table-parst-in-progress td input {
    width: 100%;
    margin: 0;
    height: 28px;
    padding: 2px 4px;
}
.table-parst-in-progress td select {
    height: 28px !important;
    padding: 2px 0 !important;
}
.requisites-block__title {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 5px;
}

.btn-search-parts-in-progress {
    display: flex;
    border-left: 1px solid #DDDDDD;
    margin-left: 3px;
    height: 38px;
    padding-left: 3px;
    align-items: center;
    width: 100%;
}
.table-parst-in-progress, .table-parst-in-progress td, .table-parst-in-progress th {
    border: 0.7px solid #ddd !important;
    border-collapse: collapse;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 14px !important;
    text-align: center;
    padding: 5px 4px !important;
}
.table-parst-in-progress th {
    background: #F9F9F9;
    padding: 12px 5px 11px !important;
}
.table-parst-in-progress th {
    font-weight: 500 !important;
}
.btn-search-parts-in-progress button.btn.btn-default,
.balance-filter__item_btns button.btn.btn-default {
    color: #fff;
    background: #076BD8;
    border: 1px solid #076BD8;
    border-radius: 2px;
    padding: 0 6px;
    width: 100%;
    height: 28px;
    outline: none !important;
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}
.btn-search-parts-in-progress button.btn.btn-default:hover,
.balance-filter__item_btns button.btn.btn-default:hover {
    color: #076BD8;
    background: #fff;
}
.balance-filter-block {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
}
.balance-filter-block input,
.balance-filter-block select{
    border-radius: 3px !important;
    border: 1px solid #E3E3E3 !important;
    height: 28px;
    padding: 2px 3px;
}
.balance-filter__item_btns .btn.btn-success {
    background: transparent;
    border: 1px solid #076BD8;
    border-radius: 3px;
    color: #076BD8;
    width: 100%;
    padding: 7px 9px 5px;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    transition: .3s;
    margin-left: 17px;
    text-transform: none;
}
.balance-filter__item_btns button.btn.btn-default, .balance-filter__item_btns a {
    margin-right: 10px;
    width: 48px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.balance-filter__item_btns a {
    padding-top: 3px !important;
}
.balance-filter__item_btns button.btn.btn-default {
    font-size: 13px;
}
.balance-filter__item_btns .btn.btn-success:hover {
    background-color: #076BD8;
    color: #fff;
}
.btn-search-parts-in-progress a,
.balance-filter__item_btns a {
    color: #4B4B4B;
    background: #fff;
    border: 1px solid #DDDDDD;
    border-radius: 2px;
    padding: 0 6px;
    height: 28px;
    outline: none !important;
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 2px;
}
.btn-search-parts-in-progress a:hover,
.balance-filter__item_btns a:hover {
    background: #DDDDDD;
    border: 1px solid #DDDDDD;
}
[data-status="Отменен"] {
    color: #FF0000 !important;
}
[data-status="Завершен"] {
    color: #000000 !important;
}
[data-status="Принят"] {
    color: #03AB33 !important;
}
.select-with-btn {
    display: flex;
    align-items: center;
}
.table-customer__subheader td:nth-child(1) {
    width: 133px;
}
.table-customer__subheader td:nth-child(2) {
    width: 133px;
}
.table-customer__subheader td:nth-child(3) {
    width: auto;
}
.table-customer__subheader td:nth-child(4) {
    width: 90px;
}
.table-customer__subheader td:nth-child(5) {
    width: 66px;
}
.table-customer__subheader td:nth-child(6) {
    width: 86px;
}
.table-customer__subheader td:nth-child(7) {
    width: 120px;
}
#table-customer th,
#table-customer .table-customer__subheader td,
#table-header th {
    background: #F9F9F9;
    padding: 12px 10px 11px;
    font-weight: 500;
    font-size: 12px;
    vertical-align: middle;
    line-height: 14px;
}
.table-returns-add-form {
    display: flex;
    align-items: center;
}
.table-returns-add-form input, .table-returns-add-form select, .table-returns-add-form button {
    max-width: 100%;
    margin: 0 !important;
}
.table-returns-add-form > div {
    padding: 4px;
    display: flex;
    align-items: center;
    height: 100%;
}
.table-returns-add-form > div:not(:last-child) {
    border-right: 0.7px solid #ddd;
}
.table-returns-add-form {
    display: flex;
    align-items: center;
    height: 100%;
}
#table-customer .table-customer__subheader td {
    text-align: center;
}
#table-customer, #table-customer td {
    border: .7px solid #ddd;
}
.pay-primary-btn,
#pay-form .pay-primary-btn,
#invoices-table .invoices-table-btn.btn.btn-info,
#add-returns-btn,
#table-returns-create-btn {
    background: #076BD8;
    border: 1px solid #076BD8;
    border-radius: 3px;
    color: #fff;
    width: 100%;
    padding: 7px 10px 5px;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    transition: .3s;
    text-transform: none;
}
.product-card__info-item .copy-success-tooltip {
    bottom: auto;
    top: 0;
    left: 143px;
}
#add-returns-btn {
    width: auto;
    min-width: 100px;
}
.product-card__info-item {
    position: relative;
}
.product-card__info-item .row-copy-btn {
    left: 64px;
    top: -7px;
}
.pay-block.pay-form-shown {
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    border-radius: 3px 3px 0 0;
}
#pay-form {
    margin: -16px 0 20px;
    border-radius: 0 0 3px 3px;
}
.pay-primary-btn:hover,
#pay-form .pay-primary-btn:hover,
#invoices-table .invoices-table-btn.btn.btn-info:hover,
#add-returns-btn:hover,
#table-returns-create-btn:hover {
    background: #fff;
    color: #076BD8;
}
#invoices-table .invoices-table-btn.btn.btn-info {
    width: auto;
    min-width: 100px;
}
.about-pay-btn {
    margin-bottom: 5px;
}
.catalog img {
    margin: .5%;
    width: 110px;
    height: 110px;


    padding: 1%;
}
.new-catalog__item-wrap {
    position: relative;
}
.new-catalog__term {
    position: absolute;
    top: 3px;
    border-radius: 4px;
    background: #056BD8;
    font-size: 12px;
    line-height: 14px;
    padding: 0 8px 1px;
    box-shadow: 1px 2px 3px rgb(0 0 0 / 25%);
    z-index: 2;
    transition: .25s;
    white-space: nowrap;
    min-width: calc(100% - 4px);
    color: #fff;
    text-align: center;
    left: 2px;
}
.new-catalog__term_common {
    position: static;
    font-size: 14px;
    padding: 4px 9px 5px;
    min-width: 105px;
    display: inline-block;
    border-radius: 5px;
}
.in-stock {
    background: #00A542;
}
.new-catalog__analog {
    position: absolute;
    top: 0;
    left: 0;
    background: #056BD8;
    color: #fff;
    border-radius: 18px;
    border: 0.8px solid #056BD8;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    padding: 0 25px;
    box-shadow: 1px 2px 3px rgb(0 0 0 / 25%);
    cursor: pointer;
    z-index: 2;
    transition: .25s;
}
.new-catalog__analog:hover {
    background: #fff;
    color: #056BD8;
    border-color: #056BD8;
}

.catalog img:hover {
    border: 1px solid #ebebeb;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #fbfbfb;
    padding: 1%;
}
.catalog a {
    text-decoration: none;
}
.panel-heading {
    text-align: center;
    border-bottom: 1px solid;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
/border-radius: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
#news-list small {
    font-size: 60%;
}
.thumbnail.category-item {
    min-height: 210px;
    text-align: center;
}
.center {
    text-align: center;
}
button.btn.btn-default {
    padding: 21% 11px;
    background: #e5e5e5;
    color: #000;
}
td.cart {
    max-width: 95px;
    text-align: center;
}
td.cart a ,
.add-cart a {
    color: green;
    font-size: 12px;
}
td.quan {
    text-align: center;
    min-width: 80px;
}
tr.in_cart {
    background-color: #dff0d8;
}
td.price {
    text-align: center;
    min-width: 93px;
}
td.excerpt {
    font-size: 12px;
}
td.heading {
    text-align: center;
    background: #FFF;
    color: #31708f;
}
.alert {
    position: fixed;
    top: 14px;
    z-index: 99999;
    right: 0;
    width: 392px;
    padding: 10px;
    max-width: 100%;
    font-size: 12px !important;
}
.alert-dismissable .close, .alert-dismissible .close {
    right: 0;
}
.alert h4 {
    margin-bottom: 10px;
}
.alert h4 .icon {
    font-size: 15px;
}
.filter-loader {
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    background: rgb(255 255 255 / 53%);
}
.new-filters {
    position: relative;
}
.filter-loader.shown {
    display: flex;
}
.filter-loader svg path,
.filter-loader svg rect{
    fill: #0076c0;
}
.modal-content {
    border-radius: 0!important;
    -moz-border-radius: 0!important;
    -webkit-border-radius: 0!important;
}
.header-area {
	background: #dbdbdb;
	text-align: center;
	padding: 4px 0px 4px 0px;
	color: #000000;
}
.header-area a {
    color: #888;
}
.user-menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.user-menu li {
    display: inline-block;
}
.user-menu li a {
    display: block;
    font-size: 13px;
    margin-right: 5px;
    padding: 10px;
}
.user-menu li a i.fa {
    margin-right: 5px;
}
.header-right ul.list-inline {
    margin: 0;
    text-align: right;
}
.header-right ul.list-inline li a {
    display: block;
    padding: 9px;
}
.header-right ul.list-inline li ul a {
    padding: 5px 15px;
}
.new-cart-td.new-cart-td_sku {
    min-height: 54px;
}
.header-right ul.list-inline li ul {
    border: medium none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    left: 50%;
    margin-left: -50px;
    min-width: 100px;
    text-align: center;
}
.mainmenu-area {
	background: #002559;
	font-family: 'Play',sans-serif;
	text-transform: none;
	width: 100%;
	z-index: 999;
}
.logo {
    font-size: 40px;
    margin: 30px 0;
    font-weight: 400;
}
.logo a {
    color: #31708f;
    font-weight: 400;
    text-shadow: 1px 1px 1px black, 0 0 1px #777;
    -moz-text-shadow: 1px 1px 1px black, 0 0 1px #777;
}
.logo a:hover {
    text-decoration: none;
    opacity: .7;
}
.logo h1 a span {
    color: #31708f;
}
.shopping-item #button-cart {
	float: right;
	font-size: 18px;
	margin-top: 40px;
	padding: 10px 10px 10px 38px;
	position: relative;
}
.shopping-item #button-cart:before {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    background-image: url(./img/new-cart.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    bottom: 12px;
    left: 0;
}
.search {
    margin-top: 42px;
    text-align: center;
}
.search #search_input {
    width: 72%;
}
.shopping-item a {
    color: #666;
}
.cart-amunt {
	color: #002559;
	font-weight: 400;
}
.product-count {
    background: none repeat scroll 0 0 #00a542;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    height: 20px;
    padding-top: 2.2px;
    position: absolute;
    right: -10px;
    text-align: center;
    top: -10px;
    width: 20px;
    transition: 0.3s;
	border: solid 1px #00a542;
}
.shopping-item i.fa {
    margin-left: 15px;
}
.shopping-item:hover .product-count {
    background: none repeat scroll 0 0 #fff;
	border: solid 1px #00a542;
	color: #000
}
.mainmenu-area ul.navbar-nav li a {
	color: #fff;
	font-size: 16px;
	padding: 20px;
	font-weight: 400;
	position: relative;
}
.mainmenu-area ul.navbar-nav li:not(:last-child) a:after {
	content: '';
	position: absolute;
	height: 20px;
	width: 1.5px;
	background: #fff;
	right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.mainmenu-area ul.navbar-nav li>ul {
    display: none;
    position: absolute;
    z-index: 60;
    background: #fbfbfb;
}
.mainmenu-area ul.navbar-nav>li:hover>a ,
.mainmenu-area ul.navbar-nav>li.active>a {
    text-decoration: underline;
}
.mainmenu-area ul.navbar-nav li>ul>li>a:before {
    content: "";
    position: absolute;
    width: 48.1%;
    height: 0.7px;
    background: rgba(0, 0, 0, 0.2);
    bottom: 0;
    left: 10px;
}
.novye-postupleniya .category-item {
    background-image: none !important;
    height: 120px;
}
.slider-area {
	width: 100%;
	position: relative;
	margin: 30px auto;
	padding: 0;
	max-width: 1142px;
}
.bx-viewport {
	max-height: 85px;
}
.block-slider img {
	height: auto;
	max-height: 85px;
	object-fit: contain;
}
.block-slider ul li a {
	display: block;
	text-align: center;
}
.mainmenu-area ul.navbar-nav li:hover>ul {
    display: block;
    list-style: none;
    padding: 0;
}
.mainmenu-area ul.navbar-nav li>ul>li>a {
    white-space: nowrap;
    padding: 0;
    padding: 10px 19px;
    display: block;
}
.mainmenu-area ul.navbar-nav li>ul>li>a:hover {
    background: #ddd;
    text-decoration: none;
}
.mainmenu-area ul.navbar-nav li>ul>li {
    padding: 0;
}
.mainmenu-area ul.navbar-nav li>ul>li>a+i {
    display: none;
}
.nav>li>a+i {
    display: none;
    position: absolute;
    right: 20px;
    top: 24px;
    color: #fff;
}
.pod_menu_mob {
    position: relative!important;
    display: block!important;
    width: 100%;
}

/* Category */
.category-list {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0;
    margin: 0 -10px;
}
.category-item {
    position: relative;
    display: block;
    width: calc(25% - 20px);
    background: #002559;
    margin: 0 10px 20px;
    height: 120px;
    padding: 20px;
    background-repeat: no-repeat;
    background-position: center 17px;
    /* background-image: url(img/category/bg-1.svg); */
    transition: .3s;
}
.category-item:hover {
    box-shadow: 1px 1px #13a4ff, 2px 2px #13a4ff, 3px 3px #13a4ff, 4px 4px #13a4ff, 5px 5px #13a4ff, 6px 6px #13a4ff, 7px 7px #13a4ff;
    -webkit-transform: translateX(-7px);
    transform: translateX(-7px);
}
.category-item:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
/*.category-item:nth-child(2n) {
    background-image: url(img/category/bg-2.svg);
}
.category-item:nth-child(3n) {
    background-image: url(img/category/bg-3.svg);
}
.category-item:nth-child(4n) {
    background-image: url(img/category/bg-4.svg);
}
.category-item:nth-child(5n) {
    background-image: url(img/category/bg-5.svg);
}
.category-item:nth-child(6n) {
    background-image: url(img/category/bg-6.svg);
}
.category-item:nth-child(7n) {
    background-image: url(img/category/bg-7.svg);
}
.category-item:nth-child(8n) {
    background-image: url(img/category/bg-8.svg);
}
*/
.category-name {
    display: block;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    position: relative;
    z-index: 1;
    color: #fff;
}
.category-img {
    width: 230px;
    height: auto;
    position: absolute;
    left: 60%;
    top: 60%;
    transform: translate(-50%, -50%);
}

@media (max-width: 990px) {
    .category-item {
        width: calc(33.33% - 20px);
    }
}
@media (max-width: 640px) {
    .category-item {
        width: calc(50% - 20px);
    }
}
@media (max-width: 420px) {
    .category-item {
        width: calc(100% - 20px);
    }
}
/* Category END */

.product-in-cart:before,
a:not([style="display: none;"]) + .btn:before {
    /* background-image: url(./img/new-cart-active.svg) !important; */
    /* filter: none !important; */
}
.new-catalog__td.new-catalog__buy .input-group-btn .product-in-cart, .new-catalog__td.new-catalog__buy .input-group-btn a:not([style="display: none;"]) + .btn {
    background-color: #00A542 !important;
    border: 1px solid #00A542 !important;
}
.new-catalog__td.new-catalog__buy .input-group-btn a:not([style="display: none;"]) + .btn:hover {
    background-color: #F3F6F9 !important;
    border: 1px solid #056BD8 !important;
}
.new-catalog__td.new-catalog__buy form {
    width: 100%;
}
.block-slider {
    border: 0;
    width: 100%;
}
.block-slider ul li {
    list-style: none;
}
.block-slider .bx-pager {
    display: none;
    display: block;
    text-align: center;
}
.block-slider .bx-prev {
    width: 32px;
    height: 32px;
    border: 1px solid #eaeaea;
    text-align: center;
    display: block;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    font-size: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    line-height: 29px;
    transition: all .45s ease;
    -moz-transition: all .45s ease;
    -ms-transition: all .45s ease;
    -o-transition: all .45s ease;
    -webkit-transition: all .45s ease;
    left: 0;
    padding-right: 3px;
}
.block-slider .bx-next {
    width: 32px;
    height: 32px;
    border: 1px solid #eaeaea;
    text-align: center;
    display: block;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    font-size: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    line-height: 29px;
    transition: all .45s ease;
    -moz-transition: all .45s ease;
    -ms-transition: all .45s ease;
    -o-transition: all .45s ease;
    -webkit-transition: all .45s ease;
    right: 0;
    padding-left: 3px;
}
.block-slider img {
    height: auto;
}
.block-slider:hover .bx-prev {
    left: 10px;
}
.block-slider:hover .bx-next {
    right: 10px;
}
.block-slider .bx-prev:hover ,
.block-slider .bx-next:hover {
    background: #31708f;
    color: #fff;
    border-color: #31708f;
}
.block-slider .bx-pager-item {
    width: 8px;
    height: 8px;
    background: #fff;
    font-size: 0;
    display: inline-block;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin: 0 3px;
}
.block-slider .bx-pager-item a {
    width: 100%;
    height: 100%;
    background: #999;
    display: block;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.block-slider .bx-pager-item a.active {
    background: #002559;
}
.block-slider .caption-group {
    position: absolute;
    top: 26%;
    right: 5%;
    font-size: 17px;
}
.block-slider .caption-group .title {
    margin: 0;
}
.block-slider .caption-group .subtitle {
    margin: 0;
    margin-top: 5px;
}
.block-slider .caption-group .button-radius {
    margin-top: 27px;
}
.block-slider .caption-group .primary {
    color: #1bd172;
}
.button-radius {
    position: relative;
    border: 1px solid #eaeaea;
    padding: 1px;
    min-height: 34px;
    background: #fff;
    display: inline-block;
    width: auto;
    line-height: 30px;
    padding-left: 40px;
    padding-right: 20px;
    margin: 0;
    color: #666;
    border-radius: 17px;
    -moz-border-radius: 17px;
    -webkit-border-radius: 17px;
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    margin-top: 10px;
    font-size: 14px;
}
.button-radius .icon {
    transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    position: absolute;
    left: 2%;
    top: 2px;
    overflow: hidden;
}
.button-radius .icon:before {
    font-family: 'Play',sans-serif;
    content: "\f105";
    font-size: 14px;
    color: #fff;
    width: 28px;
    height: 28px;
    background-color: #31708f;
    border-radius: 90%;
    -moz-border-radius: 90%;
    -webkit-border-radius: 90%;
    text-align: center;
    line-height: 26px;
    float: left;
    transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
}
.button-radius.white {
    border-color: #fff;
    color: #fff;
    background: transparent;
}
.button-radius.white .icon:before {
    background: #fff;
    color: #333;
}
.button-radius:hover .icon {
    left: 100%;
    margin-left: -30px;
}
.button-radius:hover {
    padding-left: 20px;
    padding-right: 40px;
}
.promo-area {
    color: #fff;
    padding: 50px 0;
}
.brands-area {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    color: #fff;
    padding: 20px 0;
}
.promo-area .zigzag-bottom ,
.brands-area .zigzag-bottom {
    background: #f4f4f4;
}
.single-promo {
    display: inline-block;
    position: relative;
    text-align: center;
}
.single-promo span {
    display: inline-block;
    position: absolute;
    top: 56%;
    left: 0;
    width: 100%;
    color: #fefefe;
    font-weight: 400;
    font-size: 19px;
}
.single-promo i {
    font-size: 50px;
}
.single-promo:hover {
    color: #fff;
    background: #222;
}
.section-title {
    font-family: 'Play',sans-serif;
    font-size: 50px;
    font-weight: 100;
    margin-bottom: 50px;
    text-align: center;
}
.product-f-image {
    position: relative;
}
.product-hover {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    overflow: hidden;
    border: 1px solid #ddd;
}
.product-hover:after {
    background: none repeat scroll 0 0 #000;
    content: "";
    height: 100%;
    left: -100%;
    opacity: .6;
    position: absolute;
    top: 0;
    width: 100%;
    transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
}
.product-upper {
    height: 165px;
}
.product-hover a {
    background: none repeat scroll 0 0 #31708f;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 16px;
    left: 10%;
    margin: 0;
    padding: 10px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #31708f;
    width: 80%;
    z-index: 99;
    transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
}
.product-hover a:hover {
    background: #000;
    text-decoration: none;
    border-color: #444;
}
.product-carousel-price ins {
    color: #31708f;
    font-weight: 400;
    margin-right: 5px;
    text-decoration: none;
}
.product-hover a i.fa {
    margin-right: 5px;
}
.product-hover a.add-to-cart-link {
    top: -25%;
}
.product-hover a.view-details-link {
    bottom: -25%;
}
.single-product h2 {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 10px;
    margin-top: 15px;
}
.single-product h2 a {
    color: #222;
}
.single-product p {
    color: #31708f;
    font-weight: 400;
}
.single-product {
    overflow: hidden;
}
.single-product:hover .product-hover a.add-to-cart-link {
    top: 32%;
}
.single-product:hover .product-hover a.view-details-link {
    bottom: 32%;
}
.single-product:hover .product-hover:after {
    left: 0;
}
.product-carousel {
    padding-top: 40px;
}
.latest-product .owl-nav {
    position: absolute;
    right: 0;
    top: 0;
}
.latest-product .owl-nav div ,
.related-products-wrapper .owl-nav div {
    background: #fa8072;
    color: #FFF;
    display: inline-block;
    margin-left: 15px;
    padding: 1px 10px;
}
.latest-product .owl-nav div:hover ,
.brand-wrapper .owl-nav div:hover ,
.related-products-wrapper .owl-nav div:hover {
    color: #FFF;
    background: #f95f5f;
}
.brand-list {
    padding-top: 40px;
}
.brand-list .owl-nav {
    position: absolute;
    right: 0;
    top: 0;
}
.brand-wrapper .owl-nav div {
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    margin-left: 15px;
    padding: 1px 10px;
    background: #fa8072;
    color: #FFF;
    display: inline-block;
    margin-left: 15px;
    padding: 1px 10px;
}
.maincontent-area {
    padding-bottom: 50px;
    padding-top: 20px;
}
.product-wid-title {
    font-family: 'Play',sans-serif;
    font-size: 30px;
    font-weight: 100;
    margin-bottom: 40px;
}
.single-wid-product {
    margin-bottom: 31px;
    overflow: hidden;
}
.product-thumb {
    float: left;
    margin-right: 15px;
    max-width: 100px;
}
.single-wid-product h2 {
    font-size: 14px;
    margin-bottom: 12px;
}
.product-wid-rating {
    color: #ffc808;
    margin-bottom: 10px;
}
.product-wid-price ins {
    color: #31708f;
    font-weight: 400;
    margin-right: 10px;
    text-decoration: none;
}
.single-wid-product h2 a {
    color: #222;
}
.single-wid-product h2 a:hover ,
.single-product h2 a:hover {
    color: #31708f;
}
.wid-view-more {
    background: none repeat scroll 0 0 #31708f;
    color: #fff;
    padding: 3px 15px;
    position: absolute;
    right: 10px;
    top: 3px;
}
.wid-view-more:hover {
    color: #fff;
    background-color: #222;
    text-decoration: none;
}
.single-product-widget {
    position: relative;
}
.product-widget-area {
    padding-bottom: 30px;
    padding-top: 30px;
}
.product-widget-area .zigzag-bottom ,
.footer-top-area .zigzag-bottom {
    background: #f4f4f4;
}
.footer-top-area {
    background: none repeat scroll 0 0 #333;
    color: #999;
    padding: 35px 0 18px;
}
.footer-bottom-area {
    background: #000;
    color: #fff;
    background: none repeat scroll 0 0 #000;
    color: #fff;
    padding: 10px;
}
.footer-about-us span {
    color: #31708f;
}
.footer-wid-title {
    font-family: 'Play',sans-serif;
    font-size: 30px;
    font-weight: 100;
    color: #fff;
}
.footer-about-us h2 {
    font-weight: 100;
}
.footer-menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.footer-menu ul li {
    border-bottom: 1px dashed #555;
    padding: 5px 0;
}
.footer-menu a {
    padding: 5px 0;
    color: #999;
}
.footer-social a {
    background: none repeat scroll 0 0 #31708f;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    height: 40px;
    margin-bottom: 10px;
    margin-right: 10px;
    padding-top: 5px;
    text-align: center;
    width: 40px;
    border: 1px solid #31708f;
}
.footer-social a:hover {
    background-color: #222;
    border-color: #666;
}
.footer-social {
    margin-top: 20px;
}
.newsletter-form input[type="email"] {
    background: none repeat scroll 0 0 #fff;
    border: medium none;
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
}
.new-filters__wrap > p > button {
    background: #056BD8;
    padding: 8px 36px 9px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    border: 1px solid #056BD8;
    outline: none;
    transition: .25s;
}
.new-filters__wrap > p > button:hover,
.new-filters__wrap > p > button:active,
.new-filters__wrap > p > button:focus {
    background: #fff !important;
    color: #000 !important;
    box-shadow: none !important;
    outline: none !important;
    border-color:#056BD8 !important;
}
.newsletter-form input[type="submit"] {
    background: none repeat scroll 0 0 #31708f;
    border: medium none;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    padding: 7px 20px;
    text-transform: uppercase;
    border: 1px solid #31708f;
}
.newsletter-form input[type="submit"]:hover {
    background: #222;
    border-color: #666;
}
.newsletter-form {
    margin-top: 25px;
}
a {
    color: #31708f;
}
a:hover {
    text-decoration: none;
}
.slide-bulletz {
    bottom: 30px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 99;
}
ol.slide-indicators {
    left: inherit;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}
ol.slide-indicators li {
    background: none repeat scroll 0 0 #222;
    border: medium none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    cursor: pointer;
    display: inline-block;
    height: 10px;
    margin: 0 0 0 5px;
    width: 10px;
}
ol.slide-indicators li.active {
    background: none repeat scroll 0 0 #fff;
    height: 10px;
    margin: 0 0 0 5px;
    width: 10px;
}
.carousel.carousel-fade .item {
    transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    -webkit-transition: opacity 1s ease-in-out;
}
.carousel.carousel-fade .active.left ,
.carousel.carousel-fade .active.right {
    left: 0;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0);
}
.footer-card-icon {
    font-size: 30px;
    text-align: right;
}
.copyright>p {
    margin: 10px 0 0;
}

.product-bit-title h2 {
    font-family: 'Roboto';
    font-size: 50px;
    font-weight: normal;
    margin: 0;
    padding: 50px 0;
    color: black;
}
.single-product-area .zigzag-bottom {
    background-color: #f4f4f4;
}
.single-product-area {
    padding: 0 0 130px;
}
.sidebar-title {
    color: #fead53;
    font-size: 24px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.single-sidebar {
    margin-bottom: 50px;
}
input[type="text"] ,
input[type="password"] ,
input[type="email"] ,
textarea {
    border: 1px solid #ddd;
    padding: 10px;
}
input[type="submit"] ,
button[type=submit] {
    background: none repeat scroll 0 0 #006aac;
    border: medium none;
    color: #fff;
    padding: 11px 20px;
    text-transform: uppercase;
}
input[type="submit"]:hover ,
button[type=submit]:hover {
  background-color: #ffffff;
  color: #006aac;
}
.single-sidebar input[type="text"] {
    margin-bottom: 10px;
    width: 100%;
}
.thubmnail-recent {
    margin-bottom: 30px;
    overflow: hidden;
}
.recent-thumb {
    float: left;
    height: auto;
    margin-right: 15px;
    width: 63px;
}
.thubmnail-recent>h2 {
    font-size: 18px;
    margin-bottom: 10px;
}
.thubmnail-recent>h2 a {
    color: #222;
}
.product-sidebar-price>ins {
    color: #31708f;
    font-weight: 400;
    margin-right: 10px;
    text-decoration: none;
}
.single-sidebar>ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.single-sidebar li {
    border-bottom: 1px solid #f1f1f1;
    padding: 10px 0;
}
.single-sidebar a {
    display: block;
}
.product-breadcroumb {
    margin-bottom: 20px;
}
.product-breadcroumb>a {
    margin-right: 31px;
    position: relative;
}
.product-breadcroumb>a::before {
    content: "/";
    position: absolute;
    right: -20px;
    top: 2px;
}
.product-breadcroumb>a:last-child::before {
    display: none;
}
.product-main-img {
    margin-bottom: 20px;
    text-align: center;
}
.product-gallery {
    margin-bottom: 25px;
    margin-left: -15px;
    overflow: hidden;
}
.product-gallery img {
    height: auto;
    margin-left: 15px;
    width: 76px;
}
.product-name {
    font-size: 24px;
    margin-bottom: 20px;
}
.product-inner-price {
    margin-bottom: 25px;
}
.product-inner-price>ins {
    color: #31708f;
    font-weight: 400;
    margin-right: 10px;
    text-decoration: none;
    font-size: 18px;
}
.quantity {
    float: left;
    margin-right: 15px;
}
.quantity input[type="number"] {
    border: 1px solid #31708f;
    padding: 10px;
    width: 70px;
}
.add_to_cart_button {
    background: none repeat scroll 0 0 #31708f;
    border: medium none;
    color: #fff;
    padding: 6px 25px;
    display: inline-block;
}
.add_to_cart_button:hover {
    background-color: #222;
    color: #fff;
    text-decoration: none;
}
form.cart {
    margin-bottom: 25px;
}
.product-inner-category {
    margin-bottom: 30px;
}
.product-tab {
    border-bottom: 1px solid #ddd;
    list-style: outside none none;
    margin: 70px 0 0;
    padding: 0;
    text-align: center;
}
.product-tab li {
    display: inline-block;
}
.product-tab li.active {
    background: none repeat scroll 0 0 #31708f;
}
.product-tab li.active a {
    color: #fff;
}
.product-tab li a {
    color: #222;
    display: block;
    font-size: 16px;
    padding: 10px 30px;
}
.product-tab li a:hover ,
.product-tab li a:focus {
    text-decoration: none;
}
.tab-content h2 {
    font-size: 18px;
}
.tab-content {
    margin-bottom: 30px;
}
.submit-review label {
    display: block;
}
.submit-review input[type="text"] ,
.submit-review input[type="email"] {
    margin-bottom: 20px;
    width: 100%;
}
.submit-review textarea {
    margin-bottom: 20px;
    width: 100%;
    height: 105px;
}
.rating-chooser {
    margin-bottom: 30px;
}
.rating-chooser p {
    font-weight: 400;
}
.rating-wrap-post {
    font-size: 18px;
}
.related-products-wrapper {
    margin-top: 30px;
}
.related-products-title {
    color: #feae52;
    font-size: 24px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.related-products-wrapper .owl-nav {
    position: absolute;
    right: 0;
    top: -56px;
}
table.shop_table {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    margin-bottom: 50px;
    width: 100%;
}
table.shop_table th {
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 10px;
    text-align: center;
    font-size: 16px;
    background: #ffffff;
    color: #000000;
    font-weight: 400;
}
table.shop_table td a,
table.shop_table td span {
    color: #000 !important;
}
table.shop_table td {
  border-left: 1px solid #c6ccd6;
  border-top: 1px solid #c6ccd6;
    padding: 10px;
    text-align: center;
}
td.product-thumbnail img {
    height: auto;
    width: 70px;
}
td.product-name {
    font-size: 14px;
}
div.quantity input.plus ,
div.quantity input.minus {
    background: none repeat scroll 0 0 #31708f;
    border: medium none;
    color: #fff;
    height: 25px;
    line-height: 15px;
    width: 25px;
}
.cart_item:nth-child(even) {
    background: #f3f6f9;
}
.cart_item:nth-child(odd) {
    background: #dee3ea;
}
td#sum {
    font-weight: 700;
    min-width: 105px;
}
.cart_item .product-price {
    min-width: 98px;
}
td.product-quantity div.quantity {
    float: none;
    margin: 0;
    min-width: 130px;
}
td.actions div.coupon {
    float: left;
}
.cart-collaterals {
    overflow: hidden;
}
.cross-sells {
    float: left;
    margin-right: 3%;
    width: 57%;
}
.cart_totals {
    float: right;
    margin-bottom: 50px;
    width: 40%;
}
.cart-collaterals h2 {
    color: #000000;
    font-size: 24px;
    margin-bottom: 25px;
}
div.cart-collaterals ul.products {
    list-style: outside none none;
    margin: 0 0 0 -30px;
    padding: 0;
}
div.cart-collaterals ul.products li.product {
    float: left;
    margin-left: 30px;
    position: relative;
    width: 198px;
}
.cart_totals table {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    width: 100%;
}
.cart_totals table th {
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 10px;
    background: none repeat scroll 0 0 #f4f4f4;
}
.cart_totals table td {
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 10px;
}
div.cart-collaterals ul.products li.product .onsale {
    background: none repeat scroll 0 0 #31708f;
    color: #fff;
    padding: 5px 10px;
    position: absolute;
    right: 0;
}
div.cart-collaterals ul.products li.product h3 {
    color: #333;
    font-size: 18px;
    margin-top: 15px;
}
div.cart-collaterals ul.products li.product .price {
    color: #333;
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
}
div.cart-collaterals ul.products li.product .price ins {
    color: #31708f;
    font-weight: 400;
    margin-left: 10px;
    text-decoration: none;
}
.woocommerce-info {
    background: none repeat scroll 0 0 #f4f4f4;
    font-size: 18px;
    margin-bottom: 20px;
    padding: 15px;
}
.col2-set {
    margin-left: -30px;
    overflow: hidden;
}
.col-1 ,
.col-2 {
    float: left;
    margin-left: 30px;
    width: 360px;
}
#customer_details label {
    display: block;
    margin: 0 0 5px;
}
#customer_details input[type="text"] ,
#customer_details textarea ,
.shipping_calculator input[type=text] {
    margin-bottom: 10px;
    width: 100%;
}
#customer_details h3 {
    color: #31708f;
    font-size: 18px;
    text-transform: uppercase;
}
.create-account {
    background: none repeat scroll 0 0 #f4f4f4;
    margin-bottom: 50px;
    padding: 15px;
}
#order_review_heading {
    color: #31708f;
    font-size: 18px;
    text-transform: uppercase;
}
#payment ul.payment_methods {
    list-style: outside none none;
    margin: 0 0 30px;
    padding: 0;
}
#payment ul.payment_methods li {
    margin-bottom: 15px;
}
a.about_paypal {
    font-size: 12px;
    margin-left: 15px;
}
#customer_details select ,
.shipping_calculator select {
    border: 1px solid #ddd;
    margin-bottom: 15px;
    padding: 10px;
    width: 100%;
}
table.shop_table td.product-remove a {
    display: inline-block;
    padding: 2px 5px 2px;
    text-transform: uppercase;
    transition: 0.3s;
}
table.shop_table td.product-remove a:hover {
    color: #fff;
    background: red;
    text-decoration: none;
}
table.shop_table td.product-name a {
    color: #222;
}
table.shop_table td.product-name a:hover {
    color: #31708f;
    text-decoration: none;
}
div.quantity input.plus:hover ,
div.quantity input.minus:hover {
    background-color: #222;
}
div.cart-collaterals ul.products li.product a:hover h3 {
    color: #31708f;
}
div.cart-collaterals ul.products li.product a:hover {
    text-decoration: none;
}
div.cart-collaterals ul.products li.product:hover .add_to_cart_button {
    background-color: #222;
}
.cart-collaterals .shipping_calculator {
    float: right;
    width: 40%;
}
#login-form-wrap ,
#coupon-collapse-wrap {
    background: none repeat scroll 0 0 #f4f4f4;
    margin-bottom: 30px;
    padding: 25px;
}
#login-form-wrap label {
    display: block;
    margin-bottom: 5px;
}
#login-form-wrap input[type="text"] ,
#login-form-wrap input[type="password"] {
    margin-bottom: 10px;
    width: 250px;
}
#login-form-wrap input[type="submit"] {
    margin-bottom: 15px;
}
.single-shop-product>.name {
    font-size: 16px;
    margin: 0;
    height: 75px;
    overflow: hidden;
}
.product-option-shop {
    margin-top: 15px;
    height: 60px;
}
.single-shop-product {
    margin-bottom: 50px;
    border: 1px solid #f5f5f5;
    padding: 9px;
    text-align: center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    height: 370px;
}
.pagination>li>a ,
.pagination>li>span {
    color: #31708f;
}
strong#search_query {
    color: #fff;
    padding: 10px;
    font-size: 24px;
    font-weight: 400;
}
div#contact {
    color: #888;
    font-size: 14px;
    margin-top: 3%;
}
p#page_404 {
    text-align: center;
}
p#page_404 span {
    font-size: 150px;
}
.trees li {
    background: #fbfbfb;
    padding: 4px;
}
.call-back {
    border: 1px solid #ddd;
    float: right;
    font-size: 18px;
    margin-top: 40px;
    padding: 10px;
    position: relative;
    margin-right: 2px;
    cursor: pointer;
}
.product-option-shop a {
    color: #17a78b;
}
.search_result i {
    cursor: help;
}
.fa-shopping-cart {
    cursor: pointer!important;
}
#tree ul ul {
    display: none;
}
#filter-brand {
    max-height: 200px;
    overflow: auto;
}
li.list-group-item.active a {
    color: #fff;
}
#popover {
    margin-top: 32px;
}
.label-success {
    background-color: #17a78b;
}
.product-bit-title.text-center {
    color: #333;
    font-size: 24px;
}
#newsletter {
    text-align: center;
}
.extended-search {
    border: 2px solid #fbfbfb;
    text-align: center;
    padding-top: 10px;
    min-height: 300px;
    position: absolute;
    width: 99.8%;
    background: #fff;
    z-index: 9;
    display: none;
}
.col-md-4.col-item {
    max-height: 300px;
    overflow: auto;
}
.category-search {
    display: flex;
    align-items: center;
	margin-top: 9px;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
}
.category-search__btn {
    width: 32px;
    height: 32px;
    background: #d2e6f6;
    border: none;
	flex-shrink: 0;
	position: relative;
    outline: none !important;
}
.category-search__btn:before {
    content: '';
    background-image: url(./img/magnifying-glass-blue.svg);
    background-size: 17px;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: scaleX(-1);
}
.category-search__field {
    width: 100%;
    border: none !important;
    height: 32px;
    background: #e9eef2;
    outline: none !important;
	font-size: 14px;
}
@media(max-width:767px) {
    .logo a{color:#31708f;font-weight:400;text-shadow:1px 1px 1px black,0 0 1px #777;font-size:45px
    }
	.login-section-logo {
		font-size: 46px !important;
		margin-bottom: 5px !important;
	}
	.login-section-tel {
    font-size: 18px !important;
    margin-bottom: 19px !important;
	}
}
.col-md-3.col-sm-6.g_map iframe {
    width: 100%!important;
}
@media(max-width:991px) {
    .search #search_input{width:60%
    }.catalog{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:row wrap;justify-content:space-between;-webkit-justify-content:space-between;flex-flow:row wrap}

    .enter_tablet ul li{float:left}
    .logo a{color:#31708f;font-weight:400;text-shadow:1px 1px 1px black,0 0 1px #777;font-size:31px}
    .mainmenu-area ul.navbar-nav li a{padding:20px 18px}
}
@media(max-width:557px) {
    .search_form_m{width:100%
    }.search_form_m .search{margin-top:0}
    .col-sm-4.col-xs-6.cart_m .shopping-item{margin-top:20px}
    .col-sm-4.col-xs-6.cart_m .call-back{margin-top:20px}
    .col-sm-4.col-xs-6.cart_m{float:none;margin:0 auto}
    .shopping-item{padding:10px}
}
@media(max-width:522px) {
    .col-sm-4.col-xs-6.cart_m{float:left;margin:0 auto;width:100%;position:relative;height:90px
    }.logo{text-align:center}

    .col-sm-4.col-xs-6.cart_m>div{position:absolute;left:50%;transform:translate(-50%);-webkit-transform:translate(-50%);width:235px}
}
@media(max-width:365px) {
    .table-responsive th,.table-responsive td{font-size:12px!important
    }
}
.item-min {
    text-align: center;
}
.fa-info-circle {
    cursor: pointer;
}
input[type="number"] {
    min-width: 60px;
}
.list-group-item.active ,
.list-group-item.active:focus ,
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #076BD8;
    border-color: #076BD8;
}
.sidebar-nav .navbar li a:hover {
    background-color: #076BD8;
    color: #fff;
}
.btn-info {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f;
}
.btn {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.search_fixed {
    position: fixed;
    width: 100%;
    z-index: 9;
    top: 0;
    margin-top: 0;
    background: #fff;
    left: 0;
    text-align: center;
    padding: 10px 20% 15px;
}
.wrapper_search {
    width: 72%;
    display: inline-block;
    position: relative;
}
.wrapper_search input {
    width: 100%!important;
}
.wrapper_search ul {
    position: absolute;
    left: 0;
    background: #fff;
    width: 100%;
    padding: 5px 0 0;
    margin: 0;
    z-index: 9999;
    display: none;
}
.wrapper_search ul li {
    list-style-type: none;
    text-align: left;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-bottom: none;
    cursor: pointer;
}
.wrapper_search ul li:last-child {
    border-bottom: 1px solid #ddd;
}
.wrapper_search ul li:hover {
    background: #f5f5f5;
}
@media (max-width:590px) {
    .wrapper_search+input{width:26%;padding:11px 0!important
    }.search_fixed{padding:10px 6% 15px}
}
li.children {
    padding-left: 30px;
    background-color: #f5f5f5;
}
img#loading {
    position: absolute;
    margin-left: 45%;
    margin-top: 9%;
    top: 0;
    z-index: 9999;
}
.nav_catalog {
    float: left;
    line-height: 60px;
    position: relative;
}
.nav_catalog_title {
    color: #6e6a6a;
    font-size: 14px;
    padding: 21px 21px 21px 75px;
    font-weight: 700;
    cursor: pointer;
    display: block;
    width: 290px;
    line-height: 18px;
    text-align: center;
    background-color: #eee;
    transition: .35s;
    -moz-transition: .35s;
    -ms-transition: .35s;
    -o-transition: .35s;
    -webkit-transition: .35s;
}
.nav_catalog:hover .nav_catalog_title {
    background-color: #31708f;
    color: #fff;
}
.nav_catalog_dropdown {
    margin: 0;
    list-style-type: none;
    background: #fff;
    display: none;
    padding: 0;
    width: 100%;
    position: absolute;
    left: 0;
    box-shadow: 0 0 10px -3px #ababab;
    -moz-box-shadow: 0 0 10px -3px #ababab;
    -webkit-box-shadow: 0 0 10px -3px #ababab;
}
.nav_catalog_has_dd ul {
    margin: 0;
    list-style-type: none;
    background: #fff;
    display: none;
    padding: 0;
    width: 100%;
    position: absolute;
    left: 100%;
    top: 0;
    box-shadow: 1px 0 10px -3px #ababab;
    -moz-box-shadow: 1px 0 10px -3px #ababab;
    -webkit-box-shadow: 1px 0 10px -3px #ababab;
    z-index: 2;
}
.catalog_nav_img {
    display: block;
    width: auto;
    height: 115px;
    position: absolute;
    top: 13px;
    right: 17px;
}
.nav_catalog:hover .nav_catalog_dropdown {
    display: block;
    z-index: 5;
}
.nav_catalog_dropdown li {
    position: relative;
    padding: 0 20px;
}
.nav_catalog_dropdown li a {
    display: block;
    padding: 8px 12px 8px 0;
    text-align: left;
    line-height: 15px;
    font-size: 14px;
    position: relative;
}
.nav_catalog_dropdown li:last-child a {
    border: none;
}
.nav_catalog_dropdown li.nav_catalog_has_dd>a:after {
    content: "";
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    border-top: 1px solid #32718f;
    border-right: 1px solid #32718f;
    right: 0;
    top: 47%;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.nav_catalog_dropdown li:hover>a {
    color: #31708f;
}
.nav_catalog_has_dd:hover>ul {
    display: block;
}
.nav_catalog_dropdown > .nav_catalog_has_dd > ul {
    width: calc(100% + 269px);
    padding-right: 269px;
}
.nav_catalog_title:before {
    content: "";
    display: block;
    position: absolute;
    left: 52px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 23px;
    height: 16px;
    background: url(../default/img/menu.png) center no-repeat;
    filter: invert(1);
    opacity: .5;
    transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
}
.nav_catalog:hover .nav_catalog_title:before {
    filter: none;
    opacity: 1;
}
@media (max-width:1215px) {
    .nav_catalog_dropdown > .nav_catalog_has_dd > ul {
        width: 100%;
        padding-right: 0;
    }
    .catalog_nav_img{
        display: none;
    }

    .nav_catalog_dropdown li{position:relative;padding:0 10px}
    .nav_catalog_dropdown li a{padding:10px 8px 10px 0;font-size:12px}
    .nav_catalog_title{width:205;padding-left:62px}
    .nav_catalog_title:before{left:30px}
}
@media (max-width:950px) {
    .nav_catalog{position:static
    }.nav_catalog_dropdown,.nav_catalog_has_dd ul{width:100%;max-width:719px;left:50%;transform:translateX(-50%)}
    .nav_catalog_dropdown li.nav_catalog_has_dd>a:after{right:18px;top:39%;transform:rotate(135deg)}
    .nav_catalog_has_dd:hover>ul{display:block;position:relative;box-shadow:none}
    .nav_catalog_dropdown li a{padding:10px}
    .nav_catalog_dropdown li:hover>a{background:0 0}
}
@media (max-width:767px) {
    .nav_catalog{float:none;line-height:60px;position:static
    }.nav_catalog:hover .nav_catalog_dropdown,.nav_catalog_has_dd:hover>ul{display:block;position:relative;box-shadow:none;background:#f4f4f4}
    .nav_catalog:hover .nav_catalog_dropdown{z-index:5}
    .nav_catalog_title:before{display:none}
    .nav_catalog_title{width:100%;background:#31708f;color:#fff;text-align:left;padding:14px}


    .nav_catalog_has_dd  ul{
        display: none;
    }
	.nav_catalog_has_dd > a{
		pointer-events: none;
	}
}
.dws {
    position: fixed;
    right: 27px;
    bottom: 78px;
	width: 60px;
    z-index: 99999999;
}
.pulse {
    position: absolute;
    width: 60px;
    height: 60px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #5CC2E2;
    position: relative;
    transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
}
.bloc ,
.phone {
    position: absolute;
    width: 60px;
    height: 60px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.bloc {
    cursor: pointer;
    z-index: 1;
    overflow: hidden;
}
.phone {
    font-size: 34px;
    line-height: 62px;
    animation: phone .9s ease-in-out infinite;
}
.text {
    position: absolute;
    opacity: 0;
    text-transform: uppercase;
    font-weight: 400;
    top: 17px;
    font-size: 11px;
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
}
.phone i {
    transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
}
.pulse:hover {
    background: #29AEE3;
}
.pulse:hover i {
    transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: scale(0);
}
.pulse:hover .text {
    transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    opacity: 1;
}
.pulse:hover::before ,

.pulse:hover::after {
    content: '';
    position: absolute;
    border: 1px solid #29AEE3;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    animation: pulse 1.8s linear infinite;
    opacity: 0;
}
.pulse:hover::after {
    animation-delay: .5s;
}
@keyframes phone {
    0%, 100% {
        transform: rotate(-20deg);
    }
    50% {
        transform: rotate(21deg);
    }
}
@keyframes pulse {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

.contacts-new-block {
    display: flex;
    align-content: flex-start;
    justify-content: flex-start;
	margin-bottom: 42px;
}
.contacts-new-block__icon {
    width: 45px;
    height: 45px;
    margin-right: 20px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.icon-manager {
    background-image: url(./img/manager-icon.svg);
}
.icon-stock {
    background-image: url(./img/sklad-icon.svg);
}
.icon-mail {
    background-image: url(./img/mail-icon.svg);
}
.icon-pin {
    background-image: url(./img/pin-icon.svg);
}
.icon-phone {
    background-image: url(./img/phone-icon.svg);
}
.contacts-new__title {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #555555;
    margin-bottom: 10px;
    display: block;
}
.contacts-new__name {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 10px;
    color: #000000;
}
.contacts-new__row {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    display: flex;
    align-items: center;

}
.inner-page-left-menu {
	margin-top: 0 !important;
}
.contacts-new__row:not(:last-child) {
	margin-bottom: 10px;
}
.contacts-new__text {
    margin: 0 10px 0 0;
}
.contacts-new__subtext {
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    color: #555555;
}
.contacts-new__icon {
    display: block;
    width: 14px;
    height: 14px;
    margin-right: 10px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
@media (max-width: 767px) {
    .dws {
        left: 13px;
        bottom: 9px;
    }
}
.cssload-container *, .cssload-container *:before, .cssload-container *:after{
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.cssload-container {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    background: #0202026e;
    padding-top: 18%;
    padding-left: 41%;
}
.cssload-container > div {
    float: left;
    background: rgba(0,13,250,0.39);
    height: 100%;
    width: 21px;
    margin-right: 4px;
    display: inline-block;
}

.cssload-container .cssload-shaft1 {
    animation-delay: 0.07s;
    -o-animation-delay: 0.07s;
    -ms-animation-delay: 0.07s;
    -webkit-animation-delay: 0.07s;
    -moz-animation-delay: 0.07s;
}
.cssload-container .cssload-shaft2 {
    animation-delay: 0.15s;
    -o-animation-delay: 0.15s;
    -ms-animation-delay: 0.15s;
    -webkit-animation-delay: 0.15s;
    -moz-animation-delay: 0.15s;
}
.cssload-container .cssload-shaft3 {
    animation-delay: 0.22s;
    -o-animation-delay: 0.22s;
    -ms-animation-delay: 0.22s;
    -webkit-animation-delay: 0.22s;
    -moz-animation-delay: 0.22s;
}
.cssload-container .cssload-shaft4 {
    animation-delay: 0.29s;
    -o-animation-delay: 0.29s;
    -ms-animation-delay: 0.29s;
    -webkit-animation-delay: 0.29s;
    -moz-animation-delay: 0.29s;
}
.cssload-container .cssload-shaft5 {
    animation-delay: 0.36s;
    -o-animation-delay: 0.36s;
    -ms-animation-delay: 0.36s;
    -webkit-animation-delay: 0.36s;
    -moz-animation-delay: 0.36s;
}
.cssload-container .cssload-shaft6 {
    animation-delay: 0.44s;
    -o-animation-delay: 0.44s;
    -ms-animation-delay: 0.44s;
    -webkit-animation-delay: 0.44s;
    -moz-animation-delay: 0.44s;
}
.cssload-container .cssload-shaft7 {
    animation-delay: 0.51s;
    -o-animation-delay: 0.51s;
    -ms-animation-delay: 0.51s;
    -webkit-animation-delay: 0.51s;
    -moz-animation-delay: 0.51s;
}
.cssload-container .cssload-shaft8 {
    animation-delay: 0.58s;
    -o-animation-delay: 0.58s;
    -ms-animation-delay: 0.58s;
    -webkit-animation-delay: 0.58s;
    -moz-animation-delay: 0.58s;
}
.cssload-container .cssload-shaft9 {
    animation-delay: 0.65s;
    -o-animation-delay: 0.65s;
    -ms-animation-delay: 0.65s;
    -webkit-animation-delay: 0.65s;
    -moz-animation-delay: 0.65s;
}
.cssload-container .cssload-shaft10 {
    animation-delay: 0.73s;
    -o-animation-delay: 0.73s;
    -ms-animation-delay: 0.73s;
    -webkit-animation-delay: 0.73s;
    -moz-animation-delay: 0.73s;
}

.cssload-container > div {
    height: 9px;
    animation: cssload-wave 1.45s infinite ease-in-out;
    -o-animation: cssload-wave 1.45s infinite ease-in-out;
    -ms-animation: cssload-wave 1.45s infinite ease-in-out;
    -webkit-animation: cssload-wave 1.45s infinite ease-in-out;
    -moz-animation: cssload-wave 1.45s infinite ease-in-out;
    transform: translateY"("-43px")";
    -o-transform: translateY"("-43px")";
    -ms-transform: translateY"("-43px")";
    -webkit-transform: translateY"("-43px")";
    -moz-transform: translateY"("-43px")";
}



@keyframes cssload-wave {
    50% {
        background: rgba(232,42,67,0.19);
        transform: translateY"("43px")";
    }
}

@-o-keyframes cssload-wave {
    50% {
        background: rgba(232,42,67,0.19);
        -o-transform: translateY"("43px")";
    }
}

@-ms-keyframes cssload-wave {
    50% {
        background: rgba(232,42,67,0.19);
        -ms-transform: translateY"("43px")";
    }
}

@-webkit-keyframes cssload-wave {
    50% {
        background: rgba(232,42,67,0.19);
        -webkit-transform: translateY"("43px")";
    }
}

@-moz-keyframes cssload-wave {
    50% {
        background: rgba(232,42,67,0.19);
        -moz-transform: translateY"("43px")";
    }
}

.text-cookie {
    position: fixed;
    width: 100%;
    z-index: 9999;
    background: black;
    height: 50px;
    bottom: 0;
    padding: 10px;
    color: white;
    text-align: center;
}

.head_negative_balance {
    text-align: center;
    background: #F47920;
    position: relative;
    color: white;
    font-weight: 400;
    padding: 8px 0px 8px 0px;
    border-radius: 4px;
    margin-top: 50px;
}

.hide-alert .user-has-deferment-payment-label {
    display: none !important;
}

.head_negative_balance_head {
    text-align: center;
    background: #F47920;
    position: relative;
    color: white;
    font-weight: 400;
    padding: 8px 0px 8px 0px;
    border-radius: 0;
}
.head_negative_balance_head.user-has-deferment-payment-label {
    margin: -30px 0 30px;
}

.city-res{
    display: none;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #e8e8e8;
    width: 100%;
}
.phones-login {
	display: flex;
	align-items: center;
}
.phones-header {
	display: flex;
}
.phones-header .fa {
	color: #002559;
    margin-left: 20px;
}
.header-area a {
	color: #000;
}
.login-header:before {
	display: none;
	content: '';
	position: absolute;
	width: 32px;
	height: 27px;
	background-image: url(./img/icons-new.svg);
	background-repeat: no-repeat;
	background-size: 981px;
	background-position: -405px -547px;
	top: 0;
	left: 0;
}
.login-header {
	padding-left: 32px;
	position: relative;
	padding-top: 2px;
}
.header-line {
	display: flex;
	justify-content: space-between;
	align-items: end;
}
.search #search_input {
	border: none;
	border-bottom: 1.5px solid #74787c;
	outline: none;
	padding-right: 45px;
	font-size: 14px;
}
.nav>li>a:hover {
	text-decoration: underline;
	background-color: transparent;
}
.wrapper_search {
	width: 100%;
}
#search_form {
	position: relative;
}
#search_form #button_search {
	position: absolute;
	right: 0;
	background-color: transparent;
	color: transparent;
	width: 45px;
	background-image: url(./img/magnifying-glass.svg);
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: center;
	outline: none;
}
.catalog_home {
	margin: 10px auto 60px;
}
.catalog_home_item {
	background: #2fdcb3;
	position: relative;
	color: #fff;
	padding: 20px 28px;
	display: flex;
	width: 23.6%;
	min-height: 240px;
	flex-direction: column;
	margin-bottom: 15px;
}
.catalog_home_row .catalog_home_item:first-child,
.catalog_home_row .catalog_home_item:last-child {
	width: 50%;
}
.catalog_home_row .catalog_home_item:nth-child(3) {
	margin-right: 0;
}
.catalog_home_row .catalog_home_item:nth-child(3) {
	margin-right: 0;
}
.catalog_home_item_title, .catalog_home_item_subtitle {
	display: block;
	position: relative;
	z-index: 1;
}
.catalog_home_item {
	background-color: #002559;
	position: relative;
	color: #fff;
	padding: 20px 28px;
  transition: all 0.3s ease;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
}
.catalog_home_item:hover {

}
.catalog_home_row {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 12px;
}
.catalog_home_item:not(:last-child) {
	margin-right: 15px;
}
.catalog_home_item_img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    right: 0;
    object-fit: none;
}

.home-main-nav__item.home-main-block_green {
    background: linear-gradient(180deg, #08954C 12.37%, #088343 100%);

}
.home-main-nav__item.home-main-block_green:hover {
    box-shadow: 1px 1px #08954C , 2px 2px #08954C , 3px 3px #08954C , 4px 4px #08954C , 5px 5px #08954C , 6px 6px #08954C , 7px 7px #08954C ;
}
.home-main-block_green:after {
    box-shadow: inset 0px 4px 14px 4px rgb(0 0 0 / 25%) !important;
    background: transparent !important;
}

.catalog_home_item:after {
    content: '';
    border: 3px solid #002559;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(10 34 62 / 0%);
}
.catalog_home_item_title {
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 5px;
	color: #fff !important;
}
.catalog_home_item:hover {
  box-shadow:
    1px 1px #13a4ff,
    2px 2px #13a4ff,
    3px 3px #13a4ff,
    4px 4px #13a4ff,
    5px 5px #13a4ff,
    6px 6px #13a4ff,
    7px 7px #13a4ff;
  -webkit-transform: translateX(-7px);
  transform: translateX(-7px);
}
.catalog_home_item_subtitle {
	font-size: 18px;
	color: #000 !important;
	max-width: 65%;
	line-height: 20px;
}
.top_sales_container {
	display: flex;
	margin: 0 auto 50px;
}
.top_sales_title {
	font-size: 16px;
	font-weight: 400;
}
.top_sales_head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 15px;
}
.top_sales_item {
    background: #0000;
    display: flex;
    flex-direction: column;
    border: 1px solid #F1F1F1;
    width: 18.276%;
    padding: 10px;
    margin: 0 10px 25px;
    transition: all 0.3s ease;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
}
.home-main-block {
    display: flex;
    margin-bottom: 20px;
}
.home-main-slider-wrap {
    width: 62.5%;
    margin-right: 10px;
}
.home-main-slider .owl-nav {
    display: none;
}
.home-main-slider .owl-prev, .home-main-slider .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
    color: transparent;
    width: 40px;
    height: 40px;
    opacity: 1;
    transform-origin: top;
    transition: opacity .3s;
    /* border-left: 3px solid white;
    border-bottom: 3px solid white; */
    cursor: pointer;
    display: none;
    mix-blend-mode: difference;
}
.home-main-slider.shown-arrow .owl-nav {
    display: block;
}
.home-main-slider .owl-prev:hover, .home-main-slider .owl-next:hover {
    opacity: 1;
}
.home-main-slider .owl-prev:after, .home-main-slider .owl-next:after {
    content: "";
    border-left: 5px solid #fff;
    border-bottom: 5px solid #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    scale: 0.55;
    border-radius: 3px;
}
.home-main-slider .owl-prev {
    rotate: 45deg;
    left: 15px;
}
.home-main-slider .owl-next {
    right: 15px;
    rotate: -135deg;
}
.home-main-nav__info {
    display: block;
    margin-top: 10px;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    text-shadow: 3px 4px 4px rgb(0 0 0 / 25%);
}
.home-main-nav__info strong {
    font-weight: 600;
    font-size: 40px;
    line-height: 47px;
    text-shadow: 3px 4px 4px rgb(0 0 0 / 25%);
}
.change-lang-wrap {
    display: flex;
    align-items: center;
    margin-right: 10px;
}
.change-lang-wrap:before {
    content: "";
    display: block;
    width: 0.7px;
    height: 11px;
    background-color: #000;
    margin-right: 12px;
}
.change-lang-btn {
    position: relative;
    display: flex;
    border: none;
    padding: 0;
    width: 30px;
    height: 30px;
    background: transparent;
    border-radius: 2px;
    overflow: hidden;
}
.change-lang-btn:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(img/ua.svg);
    background-position: center;
    background-repeat: no-repeat;
    transition: .3s;
    filter: drop-shadow(2px 1px 2px rgba(0, 0, 0, 0.25));
}
.change-lang-btn.selected:before,
.change-lang-btn.selected:hover:before {
    background-image: url(img/ua-selected.svg) !important;
    filter: none;
}
.change-lang-btn:hover:before {
    background-image: url(img/ua-hover.svg);
    filter: none;
}
.change-lang-btn.selected:hover:before {
    opacity: 0;
}
.change-lang-btn.selected:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(img/ua-hover.svg);
    background-position: center;
    background-repeat: no-repeat;
    transition: .3s;
    opacity: 0;
}
.change-lang-btn.selected:hover:after {
    opacity: 1;
}
.home-main-nav {
    width: 37%;
    max-width: 419px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
}
.home-main-nav__item {
    position: relative;
    width: 100%;
    height: 50%;
    /* background: linear-gradient(180deg, #203b7f 15%, #056BD9 100%); */
    background-color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #000 !important;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.5);
    padding: 20px;
    transition: 0.3s;
}
/* .home-main-nav__item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(32 59 127 / 0.9) 15%, rgba(5, 107, 217, 0) 100%);
    box-shadow: inset 0px 4px 14px 4px rgb(0 0 0 / 25%);
    transition: .3s;
} */
/* .home-main-nav__item:hover {
      box-shadow:
    1px 1px #056bd9,
    2px 2px #056bd9,
    3px 3px #056bd9,
    4px 4px #056bd9,
    5px 5px #056bd9,
    6px 6px #056bd9,
    7px 7px #056bd9;
  -webkit-transform: translateX(-7px);
  transform: translateX(-7px);
} */
.home-main-nav__item:not(:last-child) {
    margin-bottom: 10px;
}
/* .home-main-nav__item_brand:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(./img/bg-main-search-by-brand.png);
    background-size: cover;
    background-repeat: no-repeat;
} */
/* .home-main-nav__item_brand:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(32 59 127 / 0.9) 15%, rgba(5, 107, 217, 0) 100%);
    box-shadow: inset 0px 4px 14px 4px rgb(0 0 0 / 25%);
    transition: .3s;
} */
.home-main-nav__item.home-main-nav__item_all:hover {
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.5), inset 0 0 0 2px #002559;
}
.home-main-nav__title {
    position: relative;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    z-index: 1;
}
.home-main-nav__title-bg {
    font-weight: 500;
    font-size: 36px;
    line-height: 52px;
    text-transform: uppercase;
    color: #F5FAFF;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    padding: 0 10px 0 20px;
}
@media (max-width: 1200px) {
    .home-main-nav__title-bg {
        font-size: 29px;
    }
}
.home-main-slider img {
    height: 400px;
    object-fit: contain;
}
.home-main-slider {
    box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.25);
}
.home-main-slider .owl-dots {
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    z-index: 1;
}
.home-main-slider .owl-dot {
    width: 40px;
    height: 4px;
    /* background-color: rgba(0, 0, 0, 0.35); */
    background-color: #fff;
    margin: 0 8px;
    transition: .2s;
}
.owl-dots {
    mix-blend-mode: difference;
}
.home-main-slider .owl-dot.active {
    /* background-color: rgba(0, 0, 0, 0.85); */
    height: 6px;
}
.home-main-slider:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 94.33%, rgba(0, 0, 0, 0.2) 100%);
    pointer-events: none;
}

@media (max-width: 1200px) {
    .top_sales_item {
        width: 17.91%;
    }
}
@media (max-width: 992px) {
    .top_sales_item {
        width: 30.6%;
    }
}
@media (max-width: 767px) {
    .top_sales_item {
        width: 46%;
        margin: 0 2% 17px;
    }
    .info-blocks__item {
        padding: 0;
        border-radius: 0;
    }
    .info-blocks__item img {
        object-fit: contain;
    }
}
.has-new-special-product .top_sales_title {
    background: #FEC434;
    padding: 3px 15px;
    border-radius: 3px;
    color: #191A1D;
    font-weight: 500;
}
.new-special-product {
    box-shadow: inset 0 0 0 0 #002559, 0 0 5px 2px #FEC434;
    border-color: transparent;
}
.top_sales_item:hover {
  box-shadow: inset 0 0 0 2px #002559, 0 0 0 0 #FEC434;
}
.top_sales_item_img {
    height: 130px;
    width: 100%;
    object-fit: contain;
    margin-bottom: 5px;
    background: #ffffff;
}
.top_sales_item_text_more,
.top_sales_item_text {
    font-weight: 400 !important;
    font-size: 12px;
    line-height: 14px;
    color: #767676;
}
.top_sales_item_text {
    margin-bottom: 8px;
    overflow: hidden;
    height: 28px;
    text-overflow: -o-ellipsis-lastline;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.top_sales_item_text_more {
    padding-bottom: 1px;
    /* padding: 5px;
    box-shadow: 0 4px 8px -5px #7a7a7a;
    top: -5px !important;
    left: -5px !important; */
}
.top_sales_item_info {
	display: block;
	font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #000000;
}
.top_sales_item_made {
    margin-bottom: 3px;
}
.top_sales_item > a {
	text-align: center;
}
.top_sales_item_info strong {
	display: block;
	font-weight: 400;
	text-align: left;
}
.top_sales_item_title {
	font-size: 14px;
	height: 52px;
    overflow: hidden;
}
.top_sales_item_text_wrap {
	position: relative;
}
.top_sales_item_title + .top_sales_item_text_more {
	font-size: 14px;
}
.profile-data {
    margin: 5px 0 26px;
}
.profile-data__item {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px;
}
.profile-data-form .form-group,
.profile-data-pass .form-group {
    margin-bottom: 17px;
}
.profile-data-form label,
.profile-data-pass label {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 6px;
}
input[type="submit"].btn-save-profile,
input[type="submit"].btn-save-pass {
    margin-top: 14px;
    background: #076BD8;
    border: 1px solid #076BD8;
    border-radius: 3px;
    color: #fff;
    padding: 10px 10px 9px;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    transition: .3s;
    text-transform: none;
    min-width: 140px;
}
input[type="submit"].btn-save-profile:hover,
input[type="submit"].btn-save-pass:hover {
    background: #fff;
    color: #076BD8;
}
.add-return .input-group {
    box-shadow: 0px 4px 4px rgb(0 0 0 / 15%) !important;
    border-radius: 4px !important;
    overflow: hidden;
}
.add-return input#search_val {
    background: #FFFFFF;
    border: none !important;
    height: 40px;
}
.add-return button#search {
    color: transparent;
    background: #076BD8;
    border: 1px solid #076BD8;
    padding: 0 6px;
    width: 60px;
    height: 40px;
    outline: none !important;
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px 4px 4px 0px;
    box-shadow: -2px 0px 4px rgb(0 0 0 / 25%);
    position: relative;
    z-index: 9;
    font-size: 0;
    background-image: url(./img/search-ico-white.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
}
.add-return button#search:hover {
    background-color: #fff;
    background-image: url(./img/search-ico-blue.svg);
}
.add-return button#search:active {
    background-color: #E3E3E3;
    background-image: url(./img/search-ico-blue.svg);
}
.profile-data-form {
    margin-bottom: 19px;
}
.profile-data-pass .form-group > a {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #0076C0;
    margin-top: -8px;
    display: block;
}
@media (max-width: 768px) {
    .balance-filter-block {
        flex-wrap: wrap;
    }
    .balance-filter__item {
        width: 48%;
        margin: 0 0 15px !important;
    }
    .balance-filter__item_btns button.btn.btn-default, .balance-filter__item_btns a {
        margin-right: 5px;
        width: 41px;
    }
    .balance-filter__item_btns .btn.btn-success {
        margin-left: 5px;
    }
}
@media (max-width: 418px) {
    .balance-filter__item.balance-filter__item_btns {
        width: 63%;
    }
    .balance-filter__item_type {
        width: 32%;
    }
}
#invoices-table,
#invoices-table th,
#invoices-table td {
    border: 0.7px solid #DDDDDD;
}
#invoices-table th {
    background: #F9F9F9;
    text-align: center;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    padding: 11px 10px 12px;
}
#invoices-table td,
#invoices-table td small{
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
}
#invoices-table td {
    padding: 4.6px 7px;
}
#invoices-table td:not(:first-child) {
    text-align: center;
}
.top_sales_item_text_more {
	display: none !important;
}
.top_sales_item_text_wrap:hover .top_sales_item_text_more {
    position: absolute;
    display: block !important;
    top: 0;
    left: 0;
    background: #fff;
    max-height: 155px;
    overflow: hidden;
    z-index: 1;
    /* box-shadow: 0 0 11px -7px #000; */
    /* padding: 14px; */
    /* font-size: 16px; */
}
.top_sales_item_price {
    text-align: right !important;
    margin: 0 0 10px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 7px;
}
.top_sales_container {
    margin: 0 -10px;
    flex-wrap: wrap;
    width: calc(100% + 20px);
}
.top_sales_item_btn,
.top_sales_item_btn:active,
.top_sales_item_btn:focus {
	display: block;
	width: 100%;
	background: #076bd8;
	border: none;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	padding: 6px 12px 8px;
	outline: none;
	transition: .2s;
}
.bx-controls-direction,
.bx-controls {
	display: none;
}
.category-title.product-bit-title h1 {
	background: #32435a;
	margin: 0px 0 0;
}
#filter .panel {
	background: #f0f2f5;
	border: none;
	border-radius: 0;
	margin: 0;
	position: relative;
}
#filter .panel .collapse {
	padding-bottom: 24px;
}
#filter .panel .panel-heading a:after {
	content: '';
	border-style: solid;
	border-width: 0 4px 4px 4px;
	border-color: transparent transparent #999999 transparent;
	position: absolute;
	right: 26px;
	top: 25px;
	transition: .3s;
}
#filter .panel .panel-heading a.collapsed:after {
	transform: rotate(180deg);
}
#filter .panel .panel-heading {
	border: none;
	color: #000;
	text-align: left;
	padding: 0;
	background: transparent;
}
#filter .panel .panel-heading a {
	padding: 20px 24px;
	display: block;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 16px;
}
#filter .panel .panel-body {
	border: none;
	padding: 0 24px 20px;
	margin-right: 21px;
}
#filter .panel:after {
	content: '';
	position: absolute;
	width: calc(100% - 48px);
	height: 1px;
	background: lightgrey;
	bottom: 0;
	left: 24px;
}
#filter .panel:last-child:after {
	display: none;
}
#filter .panel .panel-body .form-group {
	margin: 0;
}
#filter .panel .panel-body .form-group .checkbox {
	margin: 3px 0;
}
.category-page .product-upper + a span {
	display: block;
	text-align: left;
	color: #000;
}
.category_product_name {
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 11px;
	line-height: 18px;
	margin-bottom: 15px;
}
.category_product_made {
	font-size: 16px;
	color: #a3a3a3 !important;
}
span.category_product_sku {
	font-size: 16px;
	/* color: #a3a3a3 !important; */
	margin-bottom: 10px;
}
.category_product_price {
	font-size: 16px;
}
.category-page .product-option-shop .btn {
	display: block;
	width: 100%;
	background: #076bd8;
	border: none;
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	padding: 6px 12px 8px;
	outline: none;
	text-transform: uppercase;
}
.category-page .single-shop-product {
	margin-bottom: 35px;
	border: 1px solid #f5f5f5;
	padding: 9px;
	text-align: center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	min-height: 380px;
	display: flex;
	flex-direction: column;
	border-radius: 0;
}
.category-page .product-option-shop {
	height: auto;
	margin-top: auto;
}
.category-page .well {
	border-radius: 0;
	border: none;
	box-shadow: none;
	background: #f0f2f5;
	padding: 15px 24px 8px;
}
.category-page .well a {
	color: #000;
	text-decoration: underline;
}
.category-title.product-bit-title h1:empty {
	display: none;
}
.product-bit-title h1 {
	background: #32435a;
	color: #fff;
	font-size: 16px;
	margin: 0px 0 30px;
}
.login-header .glyphicon {
	display: none;
}

.customer-button {
    color: #000 !important;
    padding: 2px 6px 2px 8px;
    border: 1px solid #002559;
    border-radius: 5px;
    margin: 5px;
    transition: 0.3s;
}

.customer-button:hover {
    color: #fff !important;
    padding: 2px 6px 2px 8px;
    background: #002559;
    border: 1px solid #002559;
    border-radius: 5px;
    margin: 5px;
    transition: 0.3s;
}

.logout-button {
    padding-left: 5px;
}

.currency-eur {
	color: #000 !important;
	padding: 2px 6px 2px 6px;
	border: 1px solid #002559;
	border-radius: 5px;
}

.login-section {
    background-image: url(./img/bg-login.svg);
    background-size: 160px;
    background-repeat: no-repeat;
    background-position: right;
    background-color: #fff;
    padding: 10px 0;
    min-height: 350px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 999999999;
    overflow: auto;
}
.login-section-wrap {

}
.login-section-logo {
    font-size: 96px;
    line-height: 123px;
    text-transform: uppercase;
    font-family: 'Alatsi', sans-serif;
    color: #4D5E7B;
    text-align: center;
    margin-bottom: 48px;
	display: flex;
    flex-direction: column;
}
.login-section-tel {
    color: #011943;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 1px;
    margin-bottom: 30px;
    display: block;
	font-family: 'Montserrat', sans-serif;
}
.login-section-field {
    display: block;
	position: relative;
}
.login-section-label:before {
    content: '';
    display: block;
    width: 29px;
    height: 29px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.login-section-label-id:before {
    background-image: url(./img/id.svg);
}
.login-section-label {
    display: flex;
    align-items: center;
    position: absolute;
    top: 10px;
    left: 11px;
}
.login-section-field input {
    height: 50px;
    border: none !important;
    border-bottom: 3px solid #7B7B7B !important;
    margin-bottom: 17px;
    padding-left: 50px;
    background: #ECECEC !important;
	font-family: 'Montserrat', sans-serif;
	color: #000;
    font-weight: 500;
}
.has-error.login-section-field input {
    border-color: #D51717 !important;
}
.login-section-field_error:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(./img/info-icon-error.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 5px;
}
.login-section-field_info {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 16px;
    height: 16px;
    background-image: url(./img/info-icon.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 9;
}
.login-section-field_info span {
    position: absolute;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    padding: 10px;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    min-width: 195px;
    top: 17px;
    left: 13px;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}
.login-section-field_info:hover span {
    opacity: 1;
    visibility: visible;
}
.has-error.login-section-field input::-webkit-input-placeholder {color: #D51717;}
.has-error.login-section-field input::-moz-placeholder          {color: #D51717;}
.has-error.login-section-field input:-moz-placeholder           {color: #D51717;}
.has-error.login-section-field input:-ms-input-placeholder      {color: #D51717;}
.has-error.login-section-field .login-section-label-id:before {
	background-image: url(./img/id_error.svg)
}
.login-section-field input:focus::-webkit-input-placeholder {color: transparent !important;}
.login-section-field input:focus::-moz-placeholder          {color: transparent !important;}
.login-section-field input:focus:-moz-placeholder           {color: transparent !important;}
.login-section-field input:focus:-ms-input-placeholder      {color: transparent !important;}
.login_field_active .login-section-logo {
    color: #011943;
}
.has-error.login-section-field .login-section-label-pass:before {
	background-image: url(./img/pass_error.svg)
}

.login-section-label-pass:before {
    background-image: url(./img/key.png);
}
.login-section-wrap {
    width: 420px;
    margin: 8vh auto 0;
    max-width: 100%;
    padding: 0 15px;
}
.login-section-submit[type="submit"],
.login-section-btn {
    background: #0076C0 !important;
    padding: 13px 66px 11px;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Montserrat', sans-serif;
    border: 2px solid transparent;
    outline: none !important;
    transition: 0.3s;
    color: #fff;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}
.success-message {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.success-message p {
    margin-bottom: 40px;
}
.success-message .login-section-btn {
    min-width: 240px;
}
.login-section-submit[type="submit"]:hover,
.login-section-btn:hover {
    background: transparent !important;
    border-color: #0076C0;
    color: #0076C0;
}
.login-forgot-link {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #0076C0;
    margin-top: -11px;
    display: block;
    text-align: right;
}
.login-section-submit-wrap {
    text-align: center;
    margin-top: 51px;
}
.login-section-field_error {
    display: none;
    position: absolute;
    bottom: -22px;
    left: 0;
    color: #D51717;
    pointer-events: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    align-items: center;
}
.has-error.login-section-field .login-section-field_error {
	display: flex;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px #ECECEC inset !important;
}
.login-section-field  input:focus + .login-section-field_error,
.login-section-field  input.changed + .login-section-field_error {
	display: none;
}
.product_head > *:nth-child(1) ,
.product_details_item > *:nth-child(1) {
	width: 26%;
}
.product_head > *:nth-child(2) ,
.product_details_item > *:nth-child(2) {
	width: 15%;
}
.product_head > *:nth-child(3) ,
.product_details_item > *:nth-child(3) {
	width: 13%;
}
.product_head > *:nth-child(4) ,
.product_details_item > *:nth-child(4) {
	width: 15%;
}
.product_head > *:nth-child(5) ,
.product_details_item > *:nth-child(5) {
	width: 14%;
}
.product_head > *:nth-child(6) ,
.product_details_item > *:nth-child(6) {
	width: 17%;
	padding-right: 0;
}
.product_head > *, .product_details_item > * {
	flex-shrink: 0;
	padding-right: 15px;
}
.product_head, .product_details_item {
	display: flex;
	padding: 5px 10px;
	background: #e0e0e0;
	margin-bottom: 6px;
}
.product_head {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 400;
}
.product_details_item_name span {
	font-size: 16px;
}
.product_details_item_name,
.product_details_item_sku {
	font-size: 18px;
}
.product_details_item_buy .input-group {
	padding: 10px;
	background: #076bd8;
}
.product_details_item_buy .input-group input.form-control {
	padding: 0 0 0 10px;
	height: 27px;
	line-height: 28px;
}
.product_details_item_buy .input-group .btn {
	padding: 3px 11px;
	height: 27px;
	width: 35px;
	line-height: 22px;
	background: transparent;
	position: relative;
	outline: none;
}
.product_details_item_buy .input-group .btn .fa{
	display: none;
}
.product_details_item_buy .input-group .btn:before {
	content: '';
	position: absolute;
	width: 32px;
	height: 27px;
	background-image: url(./img/icons-new-white.svg);
	background-repeat: no-repeat;
	background-size: 981px;
	background-position: -858px -510px;
	top: 0;
	left: 0;
	transform: scale(1.4);
}
.product_details_item_availability, .product_details_item_time, .product_details_item_price {
	font-size: 16px;
}
.product_details_item_buy .input-group .in-cart:not([style="display: none;"]) + .btn:before {
	background-image: url(./img/in_cart.svg);
	background-size: 73px;
	background-position: -14px -8px;
}
.search-product-bit-title h1 {
  background: #32435a;
	color: #fff;
	font-size: 16px;
	margin: 0px 0 0px;
	padding: 11px 0;
	font-weight: 400;
}
.search_head {
	display: flex;
	padding: 10px 8px;
	background: #dddddd;
	font-size: 16px;
	margin-bottom: 15px;
		font-weight: 400;
}
.search_head_item {
	border-right: 1px solid #000;
	height: 15px;
	display: flex;
	align-items: center;
	padding-right: 10px;
	margin-right: 10px;
}
.search_head_item:last-child {
	border: none;
	margin: 0;
	padding: 0;
}
.search-page .row.item {
	display: flex;
	margin: 0;
	padding: 0 8px;
	border: none;
}
.search-page .search_label .label {
	background: transparent;
	color: #000;
	padding: 0;
	font-size: 16px;
	font-weight: 400;
}
.search-page .search_sku a, .search_brand a {
	color: #000;
	font-size: 16px;
}
.search-page .search_name a {
	color: #000;
	font-size: 14px;
}
.search-page .search_table_item td {
	font-size: 14px;
	color: #000;
}
.top-products-buy-btn {
    position: relative;
    float: none;
    margin: 0;
    display: flex;
    align-items: center;
}
.top-products-buy-btn .top_sales_item_btn.btn.btn-default {
    width: 58px;
    height: 44px;
    padding: 11px 20px;
    background: #056BD8;
    border: 1px solid #056BD8;
    border-radius: 3px;
    background-image: url(./img/cart-ico-white.svg);
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: -5px;
    filter: drop-shadow(-2px 0px 2px rgba(0, 0, 0, 0.25));
    position: relative;
    z-index: 3;
}
/* .new-catalog-row, */
.top-products-buy-btn .top_sales_item_btn.btn.btn-default:hover {
    background-image: url(./img/cart-hover-ico.svg);
    background-color: #fff;
}
.top-products-buy-btn .top_sales_item_btn.btn.btn-default:active {
    background-image: url(./img/cart-ico-white.svg);
    background-color: #00A542;
    border-color: #00A542;
}
.btn-added {
    background-color: #00A542 !important;
    border-color: #00A542 !important;
    border: 1px solid #00A542 !important;
}
.top-products-buy-btn form {
    width: 100%;
}
.new-catalog-card .top_sales_item {
    width: 23.83%;
    margin: 0 5px 14px;
}
.new-catalog-card .top_sales_container {
    margin: 0 -5px;
    flex-wrap: wrap;
    width: calc(100% + 10px);
}
.top-products-buy-btn input[type="number"].buy-q-input__field {
    width: 100%;
    height: 44px;
    background: #FFFFFF;
    border: 1px solid #000000 !important;
    border-radius: 3px 0 0 3px !important;
    text-align: center;
    padding: 8px 40px 8px 34px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #000000;
}
.top-products-buy-btn input::-webkit-outer-spin-button,
.top-products-buy-btn input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.top-products-buy-btn input[type=number] {
  -moz-appearance: textfield;
}
.top-products-buy-btn .product-card__btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.top-products-buy-btn .product-card__btn_plus {
    left: calc(100% - 82px);
}


.search-page .search_head_item:nth-child(1), .search-page .search_label {
	width: 7%;
	border-right: 1px solid #000;
	display: flex;
	align-items: center;
	padding-right: 10px;
	margin-right: 10px;
	flex-shrink: 0;
}
.search-page .search_head_item:nth-child(1), .search-page .search_sku {
	width: 19%;
	border-right: 1px solid #000;
	display: flex;
	align-items: center;
	padding-right: 10px;
	margin-right: 10px;
	flex-shrink: 0;
}
.search-page .search_head_item:nth-child(2), .search-page .search_brand {
	width: 12%;
	border-right: 1px solid #000;
	display: flex;
	align-items: center;
	padding-right: 10px;
	margin-right: 10px;
	flex-shrink: 0;
}
.search-page .search_head_item:nth-child(3), .search-page .search_name {
	width: 20%;
	border-right: 1px solid #000;
	display: flex;
	align-items: center;
	padding-right: 10px;
	margin-right: 10px;
	flex-shrink: 0;
}
.search-page .search_head_item:nth-child(4), .search-page .search-product-quantity {
	width: 9%;
	border-right: 1px solid #000;
	display: flex;
	align-items: center;
	padding-right: 10px;
	margin-right: 10px;
	flex-shrink: 0;
}
.search_table_ite .search-product-quantity {
	width: 19.5%;
		font-size: 14px;
}
.search-page .search_head_item:nth-child(6) {
	width: 8% !important;
	border-right: 1px solid #000;
	display: flex;
	align-items: center;
	padding: 0 10px 0 0 !important;
	margin-right: 10px;
	flex-shrink: 0;
}
.search-page .search_head_item:nth-child(7), .search-page .search-product-price {
	width: 8%;
	border-right: 1px solid #000;
	display: flex;
	align-items: center;
	padding-right: 10px;
	margin-right: 10px;
	flex-shrink: 0;
}
.search-page .search_head_item:nth-child(8), .search-page .search-product-cart {
	width: 8%;
	display: flex;
	align-items: center;
	flex-shrink: 0;
}
.search_table_ite div {
	display: flex;
}
.search_table_ite .search-product-term {
	width: 20%;
	border-right: 1px solid #000;
	display: flex;
	align-items: center;
	padding: 0 10px 0 0;
	margin-right: 10px;
	flex-shrink: 0;
	font-size: 14px;
}
.search_head_item:nth-child(8) {
	margin: 0;
	padding: 0;
	border: none;
	width: 13%;
}
.search-page .search_head_item:nth-child(5) {
	width: 8.7%;
}
.search_head_item:last-child {
    border-right: none !important;
}
.search_table_ite .search-product-term {
	width: 19.5% !important;
	padding: 0 10px 0 0 !important;
	text-align: left;
	font-size: 14px;
}
.search-page .search-product-price {
	width: 19.3%;
	font-size: 14px;
}
.search-page .search-product-cart {
	width: 33%;
	margin: 0;
	padding: 0;
	border: none;
}
.search-page .search-product-cart .input-group {
	padding: 10px;
	background: #076bd8;
}
.search-page .search-product-cart .input-group input.form-control {
	padding: 0 10px;
	height: 27px;
	line-height: 28px;
}
.search-page .search-product-cart .input-group .btn {
	padding: 3px 11px;
	height: 27px;
	width: 35px;
	line-height: 22px;
	background: transparent;
	position: relative;
	outline: none;
}
.search-page .search-product-cart .input-group .btn:before {
	content: "";
	position: absolute;
	width: 32px;
	height: 27px;
	background-image: url(./img/icons-new-white.svg);
	background-repeat: no-repeat;
	background-size: 981px;
	background-position: -858px -510px;
	top: 0;
	left: 0;
	transform: scale(1.4);
}
.search-page .search-product-cart .input-group .in-cart:not([style="display: none;"]) + .btn:before {
	background-image: url(./img/buy.svg);
	background-size: 18px;
	background-position: 11px;
}
.search-product-cart form .input-group {
	display: table;
}
.search-page .search-product-cart .input-group .btn .fa {
	display: none;
}
.search-page .search-product-cart .input-group input.form-control {
	padding: 0 0 0 10px;
	height: 23px;
	line-height: 28px;
}
.search-page .search-product-cart .input-group {
	padding: 6px 10px 3px;
	background: #076bd8;
}
.search-page .search-product-cart .input-group .btn {
	position: relative;
	top: -2px;
}
.search-page .row.item:nth-child(even), .search-page .row.item:nth-child(even) > * {
	background: #e5e5e5;
}
.search-page .search-product-cart {
	padding: 9px 0;
}
.search-page .row.item, .search-page .row.item > * {
	background: #f9f9f9;
}

.login-modal.modal-dialog.modal-dialog-centered {
}
.login-modal .modal-content {
	border: 1px solid #000;
	box-shadow: none;
	background: #ededed;
	padding: 12px 40px 10px;
}
.login-modal .modal-content .product-bit-title {
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 600;
}
.login-modal #login-by-phone .login-by {
	color: #000;
	font-size: 18px;
	padding: 0;
	line-height: 1;
	position: relative;
	top: -2px;
	margin-left: 10px;
	padding-left: 15px;
	border-left: 1px solid #000;
}
.login-modal #login-by-email .login-by {
	color: #000;
	font-size: 18px;
	padding: 0;
	line-height: 1;
	position: relative;
	top: -2px;
	margin-right: 10px;
	padding-right: 15px;
	border-right: 1px solid #000;
}
.login-actions {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 13px;
}
.login-actions input {
	background: #002559;
	font-size: 24px;
	padding: 11px 35px;
	text-transform: none;
}
.login-actions input:hover {
	background: #033882;
}
.footer-bottom-area {
	background: #2f3034;
}
.footer-bottom-area .copyrignt-text {
	font-size: 14px;
	color: #b2b2b4;
}
body {
	min-height: calc(100vh);
	position: relative;
	padding-bottom: 35px;
}
.footer-bottom-area {
	position: absolute;
	left: 0;
	bottom: -43px;
	width: 100%;
}
.search_table_item.table_info_item, .search_table_ite {
	display: flex;
}
.cart-page  .product-bit-title h2 {
	background: #32435a;
	color: #fff;
	font-size: 16px;
	margin: 0px 0 10px;
	padding: 10px 5px 10px;
}
.cart-page.single-product-area {
	padding-top: 0px;
}
.cart-page .product-quantity .input-text {
	height: 36px;
	padding: 5px;
	text-align: center;
}
.cart-page td.product-subtotal,
.acrt-page .product-price {
	white-space: nowrap;
}
.cart-page table.shop_table td.product-name {
	text-align: left;
}

.forgot-pass {
    background-image: none;
}
.forgot-pass .login-section-body {
    padding: 11px 0 0;
}

.cart-page .quantity.buttons_added {
	display: flex;
	align-items: center;
	justify-content: center;
}
.minus_wrap, .plus_wrap {
	position: relative;
}
.cart-page .product-quantity .minus, .cart-page .product-quantity .plus {
	display: block;
	width: 36px;
	height: 36px;
	color: transparent;
	background: #002559;
	border-radius: 0;
	outline: none;
  transition: 0.3s;
}
.minus_wrap {
	margin-right: 3px;
}
.plus_wrap {
	margin-left: 3px;
}
.minus_wrap:before {
	position: absolute;
	content: '';
	width: 10px;
	height: 2px;
	background: #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none;
}
.plus_wrap:before {
	position: absolute;
	content: '+';
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none;
	color: #fff;
	font-size: 24px;
	line-height: 30px;
}
.cart-page .btn.btn-danger {
  background: #ffffff;
  border: 1px solid #d51717;
  padding: 10px 10px;
  font-size: 14px;
  transition: 0.3s;
  color: #d51717;
  border-radius: 4px;
}
.cart-page .btn.btn-danger:hover {
  background: #d51717;
  color: #ffffff;
  border-radius: 4px;
}
.cart-page .pre_cart {
  background: #056BD9;
  font-size: 16px;
  text-transform: none;
  padding: 9px 27px;
  transition: 0.3s;
  border: 1px solid #056BD9;
  border-radius: 4px;
}
.btn {
	outline: none;
}
.ordering-page .product-bit-title h2 {
	background: #32435a;
	color: #fff;
	font-size: 16px;
	margin: 0px 0 30px;
	padding: 10px 0px 10px;
}
.ordering-page button.btn {
  background: #056BD9;
	text-transform: none;
	font-size: 16px;
    transition: 0.3s;
    padding: 9px 30px;
    border: 1px solid #056BD9;
    border-radius: 4px;
}
.ordering-page .btn.btn-danger {
  background: #ffffff;
	color: #d51717;
    padding: 10px 10px 10px;
    transition: 0.3s;
    border: 1px solid #d51717;
    font-size: 14px;
    border-radius: 4px;
}
.ordering-page .btn.btn-danger:hover{
  background: #d51717;
	color: #ffffff;
    border: 1px solid #d51717;
    padding: 10px 10px 10px
    border-radius: 4px;
}
.ordering-page button.btn:hover {
  background: #ffffff;
    border: 1px solid #056BD9;
    color: #056BD9;
    border-radius: 4px;
}
@media (max-width: 1200px) {
    .new-catalog-card .top_sales_item {
        width: 31.83%;
    }
}
@media (max-width: 992px) {
    .new-catalog-card .top_sales_item {
        width: 47.73%;
    }
}
@media (max-width: 767px) {
    .new-catalog-card .top_sales_item {
        width: 45.93%;
        margin: 0 2% 10px;
    }
    .card-view .new-catalog-card {
        padding-left: 0 !important;
    }
}
@media (max-width: 410px) {
    .new-catalog-card .top_sales_item {
        width: 100%;
        margin: 0 0 14px;
    }
}
.search-product-big-title-area + .container .list-group-item {
	border-radius: 0 !important;
}
.search-product-big-title-area + .container .list-group-item:nth-child(odd) {
	background: #e5e5e5;
}
.search-product-big-title-area + .container .list-group-item:nth-child(even) {
	background: #f9f9f9;
}
.search-product-big-title-area + .container .list-group-item img {
	margin-right: 10px;
}
.catalog_home_row {
	width: calc(100% + 16px);
}
.catalog_home_row .catalog_home_item:first-child, .catalog_home_row .catalog_home_item:last-child {
	width: calc(50% - 15px);
}
.catalog_home_item {
	width: 23.7%;
}
.top_sales_item_price .nav.navbar-nav {
    margin: 0;
}

@media (max-width: 1200px) {
	.catalog_home_item_title {
		font-size: 16px;
	}
	.product_head > *:nth-child(1), .product_details_item > *:nth-child(1) {
		width: 23%;
	}
	.search_head {
		font-size: 16px;
	}
	.search-page .row.item * {
		font-size: 16px !important;
	}
	.search_head > *, .search-page .row.item > *, .search_table_ite > div > * {
		padding-right: 4px !important;
		margin-right: 4px !important;
	}
	.search_table_ite .search-product-term {
		padding: 0 4px 0 0 !important;
		width: 18.5% !important;
	}
	.search_table_item.table_info_item {
		width: 42.8%;
	}
	.search-page .table_info_item {
		padding: 0;
		margin-top: 0;
		border-top: none;
	}
    .new-catalog__td.new-catalog__quantity {
        position: relative;
    }
    .new-catalog__td.new-catalog__quantity .new-catalog__term {
        right: auto;
        left: 0;
        top: -1px;
        width: auto;
        display: inline-block;
        min-width: fit-content;
    }
}
@media (max-width: 767px) {
	.catalog_home_row {
		width: 100%;
	}
	.table_info_item {
		padding: 0;
		margin-top: 0;
		border-top: none;
	}
	.logo a img {
		height: 60px;
		width: auto;
	}
	.logo a {
		display: block;
		text-align: center;
	}
	.logo {
		margin: 10px 0;
	}
	.shopping-item #button-cart {
		margin: 25px 9px 17px;
	}
	.catalog_home_row {
		flex-wrap: wrap;
	}
	.catalog_home_item {
		width: 100% !important;
		margin: 0 0 15px !important;
		min-height: 150px;
		padding: 15px;
	}
	.catalog_home_item_title {
		font-size: 18px;
		line-height: 21px;
	}
	.catalog_home_item_subtitle {
		font-size: 16px;
		line-height: 16px;
	}
	.catalog_home {
		margin: 10px auto 10px;
	}
	.top_sales_title {
		font-size: 16px;
	}
	.top_sales_container {
		flex-wrap: wrap;
		margin-bottom: 20px;
	}

	.slider-area {
		display: none;
	}
	.header-line {
		flex-wrap: wrap;
	}
	.phones-header {
		margin-right: 5px;
	}
	.header-area a {
		font-size: 14px;
	}
	.phones-login {
		justify-content: space-between;
		width: 100%;
	}
	.currency_rate {
		font-size: 14px;
	}
	.product-bit-title h1 {
		font-size: 27px;
	}
	.search-page .row.item {
		flex-wrap: wrap;
	}
	.search_table_item.table_info_item {
		width: 100%;
		margin-top: 12px;
		border-top: 1px solid lightgrey;
	}
	.search-page .search-product-cart {
		width: 41% !important;
		display: flex;
		justify-content: flex-end;
	}
	.search-page .row.item * {
		border-right: none !important;
	}
	.search_head {
		display: none;
	}
	.search-page .search_head_item:nth-child(1), .search-page .search_label {
		width: 17%;
	}
	.search-page .search_head_item:nth-child(2), .search-page .search_sku {
		width: 22%;
	}
	.search-page .search_head_item:nth-child(3), .search-page .search_brand {
		width: 25%;
	}
	.search-page .search_head_item:nth-child(4), .search-page .search_name {
		width: 30%;
	}
	.search-page .row.item {
		margin-bottom: 6px;
	}
	.search-page .table_info_item .search-product-cart input {
		width: 48px;
	}
	.search-product-bit-title h1 {
		font-size: 18px;
	}
}
@media (max-width: 600px) {
	.product_head > *:nth-child(1), .product_details_item > *:nth-child(1) {
		width: 36%;
	}
	.login-section-wrap {
		margin-top: 0;
	}
	.login-section {
		padding-top: 0;
	}
	.product_head > *:nth-child(2), .product_details_item > *:nth-child(2) {
		width: 24%;
	}
	.product_head > *:nth-child(3), .product_details_item > *:nth-child(3) {
		width: 22%;
	}
	.product_head > *:nth-child(4), .product_details_item > *:nth-child(4) {
		width: 18%;
		padding-right: 0;
	}
	.product_head > *:nth-child(5), .product_details_item > *:nth-child(5) {
		width: 34%;
	}
	.product_head > *:nth-child(6), .product_details_item > *:nth-child(6) {
		width: 60%;
		padding-right: 0;
	}
	.product_head > *, .product_details_item > * {
		flex-shrink: inherit;
		padding-right: 8px;
		line-height: 16px;
		margin-bottom: 12px;
	}
	.product_head > *:nth-child(5), .product_details_item > *:nth-child(5) {
		width: 34%;
		font-size: 18px;
		padding-top: 11px;
	}
	.product_head > *:nth-child(1) {
		font-size: 12px;
	}
	.product_head > * {
		font-size: 14px !important;
		line-height: 14px;
		margin-bottom: 0;
		word-break: break-all;
	}
	.product_head, .product_details_item {
		flex-wrap: wrap;
	}
	.login-modal .modal-content {
		padding: 10px 0;
	}
	.login-actions {
		flex-wrap: wrap;
	}
	.login-actions input {
		margin-left: 16px;
	}
	#login {
		padding: 0 !important;
	}
	.top_sales_item {
        width: 47%;
        margin: 5px;
    }
    .top_sales_container {
        margin: 0 -5px;
    }
}

@media (max-width: 450px) {
    .top_sales_item {
        width: 100%;
        margin: 5px;
    }
}

@media (max-width: 380px) {
	.login-actions {
		flex-direction: column;
	}
	.login-modal .modal-content {
		min-width: 320px;
	}
	.login-actions input {
		margin-left: 0;
	}
	.login-actions {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 13px;
	}
}
@media(max-width:991px) {
	.login-section-logo {
		font-size: 75px;
		margin-bottom: 17px;
	}
}
@media(max-width:767px) {
	.login-section-logo {
		font-size: 46px;
		margin-bottom: 5px;
	}
	.login-section-tel {
    font-size: 19px;
    margin-bottom: 19px;
	}
}
.new-filters__btn-wrap {
    padding: 5px 10px;
    background: #00255921;
}
.new-filters__btn {
	font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 22px;
    cursor: pointer;
    position: relative;
}
.new-filters__btn:before {
    content: "\f0b0";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-right: 10px;
	color: #002559;
}
.new-filters__btn:after {
    content: '';
    border-style: solid;
    border-width: 0 4px 4px 4px;
    border-color: transparent transparent #002559 transparent;
    position: absolute;
    right: -15px;
    top: 10px;
    transition: .3s;
    transform: rotate(0);
}
.new-filters__btn.collapsed:after {
	transform: rotate(180deg);
}
.new-filters__wrap {
    display: flex !important;
    background: #dee3ea;
    padding: 0px 10px 10px 20px;
}
.new-filters__item {
    width: 300px;
    background: #ffffff;
	padding: 10px 0 0 0;
	box-shadow: -7px 5px 9px 2px rgba(0, 0, 0, 0.07);
	border-radius: 5px;
}
.new-filters__item + .sep {
    margin: 10px 10px;
    height: 200px;
}
.sep:last-child {
	display: none !important;
}
.new-filters__list {
    max-height: 300px;
    overflow: auto;
    padding: 0 10px;
}
.new-filters__title {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    display: block;
    text-align: center;
    margin-bottom: 10px;
    color: #000000;
}
.new-filters__list .checkbox, .new-filters__list .form-group {
    margin: 0;
}
.new-filters__list .checkbox label {
    display: block;
    margin-bottom: 9px;
}
.new-catalog__header {
    position: relative;
    padding: 9px 0;
    display: flex;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    background: #F1F1F1;
    border-radius: 4px;
}
.new-catalog__th {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
	flex-shrink: 0;
}
.new-catalog__photo {
    width: 80px;
}
.new-catalog__brand {
    width: 220px;
}
.new-catalog__price {
    width: 130px;
}
.new-cart-th.new-cart-th_buy,
.new-catalog__buy {
    width: 133px;
}
.new-catalog__td.new-catalog__buy input::-webkit-outer-spin-button,
.new-catalog__td.new-catalog__buy input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.new-catalog__td.new-catalog__buy input[type=number] {
  -moz-appearance: textfield;
}
.new-catalog__name {
    width: 100%;
	flex-shrink: 1;
}
.new-catalog__list {
    margin-top: 10px;
    position: relative;
}
.new-catalog__item {
    display: flex;
    transition: 0.3s;
}
.new-catalog__bg {
    position: absolute;
    top: 18px;
    background: #F0F0F0;
    height: calc(100% + 100px);
}
.new-catalog__item:nth-child(odd) {
    background: #FFFFFF;
    box-shadow: 0px 4px 8px rgb(0 0 0 / 15%);
    border-radius: 0 4px 4px 0;
    margin-bottom: 5px;
}
.new-catalog__item:nth-child(even) {
    background: #F1F1F1;
    box-shadow: 0px 4px 8px rgb(0 0 0 / 15%);
    border-radius: 0 4px 4px 0;
    margin-bottom: 5px

}
.new-catalog {
    position: relative;
}
.new-catalog__item:hover {
    background: #ECEEF5 !important;
    transition: 0.3s;
    position: relative
}
.new-catalog__td.new-catalog__photo {
    background: white;
    display: flex;
    align-items: center;
	padding: 0;
}
.new-catalog__td {
    position: relative;
    padding: 7px 10px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
	flex-shrink: 0;

}
.new-catalog__td.new-catalog__photo {
    height: 80px;
}
.new-catalog__td.new-catalog__name {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    padding: 6px 10px;
}
.new-catalog__td.new-catalog__buy {
    padding: 5px 8px 5px 11px;
}
.btn-bookmark {
	box-sizing: border-box;
	width: 113px;
	height: 35px;
	background: #FFFFFF;
	border: 2px solid #056BD8;
	text-align:center;
	font-size: 14px;
	transition: all 0.3s ease;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
    transition: 0.3s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.new-catalog__td.new-catalog__price .dropdown > a {
    border-radius: 4px;
}
.new-catalog__td.new-catalog__buy .btn-bookmark-active {
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-bookmark:hover {
	background: #FFFFFF;
	border: 2px solid #056BD8;
	box-shadow: inset 0 0 0 2px #056bd8;
	transition: 0.3s;
}

.btn-bookmark-active {
	width: 113px;
	height: 35px;
	background: #ffffff;
	text-align: center;
	font-size: 14px;
	border: 2px solid #FFB444;
	transition: all 0.3s ease;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
    transition: 0.3s;
}

.btn-bookmark-active:hover {
	background: #FFFFFF;
	border: 2px solid #ffb444;
	box-shadow: inset 0 0 0 3px #ffb444;
}


.new-catalog__td:not(:last-of-type):after {
    content: '';
    background: #ACACAC;
    position: absolute;
    right: 0;
    top: 50%;
    height: calc(100% - 30px);
    min-height: 15px;
    width: 0.8px;
    translate: 0 -50%;
}
.new-catalog__td:last-child:after,
.new-catalog__td.new-catalog__photo:after {
	display: none;
}

.new-catalog__td a {
    color: #000;
}
.new-catalog__brand .brand {
	margin-bottom: 6px;
}
.new-catalog__brand .brand, .new-catalog__brand .sku {
    display: block;
}
.new-catalog__name {
    width: 100%;
	flex-shrink: 1;
}
.new-catalog__td.new-catalog__price {
    display: flex;
    align-items: center;
    justify-content: center;
}
.new-catalog__td.new-catalog__buy {
    display: flex;
    align-items: center;
	position: relative;
}
.top_sales .add-bookmark,
.top_sales .btn-bookmark-active {
    display: flex;
    align-items: center;
    justify-content: center;
    position: static;
    width: 100%;
    height: 44px !important;
    border-width: 2px;
    border-radius: 4px;
}
.home-main-slider {
    max-height: 400px;
    overflow: hidden;
}
.home-main-slider.owl-loaded {
    max-height: none;
    width: calc(100% - 2px);
    overflow: auto;
}
.top_sales .add-bookmark:active {
    border-color: #FFB444;
    background-color: #fff;
    box-shadow: inset 0 0 0 2px #ffb444;
}
.top_sales .btn-bookmark-active:hover {
    box-shadow: inset 0 0 0 2px #ffb444;
}
.new-catalog__td.new-catalog__buy small {
    position: absolute;
    bottom: 2px;
    width: 100%;
    text-align: center;
    font-size: 13px;
    left: 0;
}
.new-catalog__td.new-catalog__buy input.form-control {
    border: 1px solid #000!important;
    border-radius: 3px !important;
}
.new-catalog__td.new-catalog__buy .input-group-btn button {
    color: #fff;
    background: #056BD8;
    font-size: 18px;
    padding: 10px;
    border: none !important;
    outline: none !important;
    height: 44px;
    margin-left: -7px;
    border-radius: 3px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(-2px 0px 2px rgba(0, 0, 0, 0.25));
    box-shadow: none !important;
    border: 1px solid #056BD8 !important;
    transition: .25s;
}
.new-catalog__td.new-catalog__buy .input-group-btn button:hover,
.product-card__buy-td.product-card__buy-quantity .input-group button.btn.btn-default:hover {
    background: #F3F6F9 !important;
    border: 1px solid #056BD8 !important;
}
.new-catalog__td.new-catalog__buy .input-group-btn button:hover:before,
.product-card__buy-td.product-card__buy-quantity .input-group button.btn.btn-default:hover:after {
    background-image: url(./img/cart-hover-ico.svg);
    filter: none !important;
}
.pagination {
    margin-right: 14px;
    margin-top: 39px;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #056bd8;
    border-color: #056bd8;
}
.new-filters__btn-wrap {
    display: flex;
}
.new-filters__btn-wrap .well.well-sm {
    margin-left: 45px;
    padding: 0;
    margin-bottom: 0;
    margin-top: 0;
    display: flex;
    background: transparent;
    height: auto;
}
.new-filters__btn-wrap .well.well-sm p {
    margin: 0;
}
.new-filters__btn-wrap .well.well-sm p + p {
    margin-left: 17px;
}
.new-filters__btn-wrap .well.well-sm span.btn.btn-default.btn-xs {
    font-size: 14px;
}
.new-filters__btn-wrap .well.well-sm span.btn.btn-default.btn-xs .glyphicon.glyphicon-remove {
    margin-left: 4px;
    top: 2px;
}
.new-filters__btn-wrap .well.well-sm p:last-child,
.new-filters__btn {
    flex-shrink: 0;
}
.new-catalog__item-wrap {
    width: 100%;
    display: flex;
}
.category-page.single-product-area {
    padding-bottom: 0;
}
.new-catalog__td.new-catalog__buy .btn .fa-shopping-cart {
    display: none;
}
.new-catalog__td.new-catalog__buy .btn:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(./img/new-cart.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    top: 0;
    left: 0;
    filter: invert(1) brightness(100);
}
.search-product-bit-title h1 {
    margin-bottom: 0;
}
.new-catalog__articul {
    width: 200px;
    white-space: nowrap;
    align-items: center;
    display: flex;
    justify-content: center;
}
.search-page .new-catalog__price {
    width: 113px;
    padding-top: 3px;
    padding-bottom: 5px;
}
.search-page .new-catalog__srok {
    width: 130px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.new-catalog__quantity {
    width: 86px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.search-page .new-catalog__brand {
    width: 210px;
    align-items: center;
    display: flex;
    justify-content: center;
    font-weight: 500;
}
.new-catalog__th.new-catalog__brand {
    font-weight: 400;
}
.new-catalog-analogi {
	font-size: 24px;
	line-height: 29px;
	color: #002559;
	margin: 40px 0 10px;
}

.new-cart__table-thead {
    display: flex;
    align-items: center;
    background: #F1F1F1;
    border-radius: 4px;
    padding: 9px 0;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 25%);
}
.new-cart-th {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
}
.new-cart-th:not(.new-cart-th_name),
.new-cart-td:not(.new-cart-td_name) {
    flex-shrink: 0;
    justify-content: center;
}
.new-cart-th_action,
.new-cart-td_action {
    width: 36px;
}
.new-cart-th_sku,
.new-cart-td_sku {
    width: 202px;
}
.new-cart-th_brand,
.new-cart-td_brand {
    width: 195px;
}
.new-cart-th_name,
.new-cart-td_name {
    width: 100%;
}
.new-cart-th_price,
.new-cart-td_price {
    width: 95px;
}
.new-cart-th_quantity,
.new-cart-td_quantity {
    width: 150px;
}
.new-cart-th_summ,
.new-cart-td_summ {
    width: 103px;
}
.new-cart-th_checkbox,
.new-cart-td_checkbox {
    width: 36px;
}
.new-cart__table-row {
    display: flex;
    align-items: center;
    box-shadow: 0px 4px 8px rgb(0 0 0 / 15%);
    border-radius: 4px;
    margin-top: 5px;
    min-height: 54px;
    background-color: #FFFFFF;
}
.new-cart__table-row:nth-child(even) {
    background-color: #F1F1F1;
}
.new-cart-td {
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    padding: 6px 10px;
}
.new-cart-td_name {
    font-size: 12px;
    line-height: 14px;
}
.new-cart-td_brand {
    font-weight: 500;
}
.new-cart-td a {
    color: #000;
    display: block;
    width: 100%;
    text-align: center;
}
.new-cart-td a {
    color: #000;
    display: block;
    width: 100%;
    text-align: center;
}
.new-cart-td.new-cart-td_name a {
    text-align: left;
}
.new-cart-td_price, .new-cart-td_summ,
.new-cart-td_price a, .new-cart-td_summ a{
    font-weight: 500;
    color: #236F10;
}
.new-cart__table-row:hover {
    background: #ECEEF5 !important;
    transition: 0.3s;
    position: relative;
}
.new-cart-quantity__info {
    position: absolute;
    width: 100%;
    background: #FF9900;
    box-shadow: 0px 2px 2px rgb(0 0 0 / 25%);
    border-radius: 3px;
    color: #fff;
    font-weight: 400;
    font-size: 11px;
    line-height: 13px;
    text-align: center;
    top: -6px;
    left: 0;
}
.new-cart-quantity-new,
.new-cart-quantity__danger,
.new-cart-quantity__in-stock {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 3px;
    color: #fff;
    padding: 2px 5px;
    font-weight: 400;
    font-size: 11px;
    line-height: 13px;
}
.new-cart-quantity-new {
    width: auto;
    background: #FF9900;
    position: absolute;
    left: 10px;
    top: -12.5px;
    padding: 2px 10px;
}
.new-cart-quantity__danger {
    background: #D51717;
}
.new-cart-quantity__in-stock {
    background: #00A542;
}
.new-cart-td.new-cart-td_quantity .cart-quantity {
    padding: 0;
}

.new-bookmarks .new-cart-table-wrap {
    margin-bottom: 30px;
}
.new-bookmarks .new-checkout__clear-btn {
    align-self: flex-start;
    margin-bottom: 50px;
}
.new-cart-td.new-cart-td_quantity .quantity.buttons_added {
    position: relative;
    padding: 0;
    margin: 0;
    float: none;
}
.new-cart-td.new-cart-td_quantity input.input-text.qty {
    width: 130px;
    height: 36px;
    background: #FFFFFF;
    border: 1px solid #000000;
    border-radius: 3px;
    padding: 6px 37px;
    text-align: center;
}
.new-cart-td.new-cart-td_quantity .minus_wrap,
.new-cart-td.new-cart-td_quantity .plus_wrap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: .3s;
}
.new-cart-td.new-cart-td_quantity .minus_wrap:before,
.new-cart-td.new-cart-td_quantity .plus_wrap:before {
    display: none;
}
.new-cart-td.new-cart-td_quantity .minus_wrap {
    left: 5px;
    background-image: url(./img/minus-btn-ico.svg);
}
.new-cart-td.new-cart-td_quantity .plus_wrap {
    right: 5px;
    background-image: url(./img/plus-btn-ico.svg);
}
.new-cart-td.new-cart-td_quantity .minus_wrap:hover {
    background-image: url(./img/minus-btn-ico--hover.svg);
}
.new-cart-td.new-cart-td_quantity .plus_wrap:hover {
    background-image: url(./img/plus-btn-ico--hover.svg);
}
.new-cart-td.new-cart-td_quantity .minus_wrap:active {
    background-image: url(./img/minus-btn-ico--active.svg);
}
.new-cart-td.new-cart-td_quantity .plus_wrap:active {
    background-image: url(./img/plus-btn-ico--active.svg);
}
.new-cart-td.new-cart-td_quantity .minus_wrap input,
.new-cart-td.new-cart-td_quantity .plus_wrap input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.cart-remove-btn {
    display: flex;
    background-color: transparent;
    border: none;
    padding: 0;
    width: 16px;
    height: 35px;
    background-image: url(./img/remove-ico.svg);
    background-position: center 45%;
    background-repeat: no-repeat;
    background-size: contain;
    transition: .3s;
}
.cart-remove-btn:hover {
    background-image: url(./img/remove-ico--hover.svg);
}
.cart-remove-btn:active {
    background-image: url(./img/remove-ico--active.svg);
}
.new-cart-td:not(:last-of-type):after {
    content: "";
    position: absolute;
    right: -0.5px;
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
    background: #ACACAC;
    width: 0.7px;
}
.cart-custom-checkbox {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    margin: 0;
    overflow: hidden;
}
.cart-custom-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    margin: 0;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
}
.cart-custom-checkbox i {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #fff;
    transition: .3s;
    box-shadow: inset 0 0 0 1px #056bd9, inset 1px 1px 1px 1px rgb(0 0 0 / 25%);
    border-radius: 4px;
    cursor: pointer;
}
.cart-custom-checkbox:hover i {
    background-image: url(./img/checkbox-ico--hover.svg);
    box-shadow: inset 0 0 0 1px #056bd9;
}
.cart-custom-checkbox input[type="checkbox"]:checked + i {
    background-image: url(./img/checkbox-ico--checked.svg);
    box-shadow: inset 0 0 0 1px #056bd9;
}
.cart-custom-checkbox input[type="checkbox"]:disabled + i {
    background-image: url(./img/checkbox-ico--disabled.svg);
    box-shadow: inset 0 0 0 1px #acacac;
    cursor: default;
}
.new-cart-wrap {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}
.new-cart-foot {
    display: flex;
    margin-left: auto;
    margin-right: 37px;
    background: #FFFFFF;
    box-shadow: 0px 4px 8px rgb(0 0 0 / 15%);
    border-radius: 0px 0px 4px 4px;
}
.new-cart__table {
    position: relative;
}
.new-cart-foot__quantity {
}
.new-cart-foot > div {
    position: relative;
    padding: 12px 22px 11px;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
}
.new-cart-foot > div:not(:last-child):after {
    content: "";
    position: absolute;
    right: -0.5px;
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
    background: #ACACAC;
    width: 0.7px;
}
.new-cart-foot__summ {
    font-weight: 500;
    color: #236F10;
}
.new-cart-foot__summ span {
    color: #000;
}
.cart-page.single-product-area {
    padding-bottom: 0;
    margin-bottom: -45px;
}
.new-checkout {
    background: #F0F0F0;
    padding: 20px 0 266px;
}
.new-cart__table-row {
    position: relative;
}
.link-row {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.new-catalog__item {
    position: relative;
}
.cart-remove-btn,
.cart-quantity,
.new-cart-td.new-cart-td_checkbox .cart-custom-checkbox,
.new-catalog__td.new-catalog__buy,
.new-catalog__td.new-catalog__price .dropdown > a,
.new-catalog__td.new-catalog__photo {
    position: relative;
    z-index: 3;
}
.new-cart-td.new-cart-td_sku {
    cursor: pointer;
}
.copy-success-tooltip {
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 4px;
    color: #fff;
    background: rgb(0 0 0 / 80%);
    font-size: 12px;
    line-height: 14px;
    padding: 1px 8px 1px;
    animation: scale-up-center 0.12s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    z-index: 9999;
}
.copy-success-tooltip.hide-hint {
    animation: scale-up-center-reverse 0.15s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
.new-checkout__data {
    height: auto;
    display: flex;
    justify-content: space-around;
    margin-bottom: 30px;
}
.new-checkout__info {
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 25%);
    border-radius: 8px;
    overflow: hidden;
    padding: 10px 0;
    height: 100%;
}
.new-checkout__info-row {
    display: flex;
    align-items: flex-start;
    padding: 5px;
}
.new-checkout__info-title {
    position: relative;
    width: 78px;
    display: block;
    text-align: right;
    padding: 0 11px;
    flex-shrink: 0;
    color: #fff;
}
.new-checkout__info-value {
    display: block;
    padding: 0 10px;
    min-width: 317px;
}
.new-checkout__info:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 83px;
    background: #056BD9;
}
.new-checkout__form-item {
    display: flex;
    flex-direction: column;
}
.new-checkout__form-item:not(:last-child) {
    margin-bottom: 20px;
}
.new-checkout__client {
    display: flex;
    height: auto;
    flex-direction: column;
}
.new-checkout__form {
    display: flex;
    flex-direction: column;
}
.new-checkout__title {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 18px;
}
.new-checkout__data > div {
    width: 100%;
}
.new-checkout__data > div:not(:last-child) {
    margin-right: 30px;
}
.new-checkout__form-label {
    display: block;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 7px;
}
.new-checkout__form-item input {
    background: #FFFFFF;
    box-shadow: 1px 2px 4px rgb(0 0 0 / 25%);
    border-radius: 4px;
    height: 35px;
    width: 100%;
    border: none;
    outline: none;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 400;
}
.new-checkout__form-item textarea {
    background: #FFFFFF;
    box-shadow: 1px 2px 4px rgb(0 0 0 / 25%);
    border-radius: 4px;
    height: 111px;
    resize: none;
    border: none;
    outline: none;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 400;
}
.new-checkout__form-req {
    color: #FF0000;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
}
.new-checkout__form-select select {
    width: 100%;
    height: 35px;
    background: #FFFFFF;
    border: none;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 400;
    appearance: none;
    outline: none;
}
.new-checkout__form-select {
    position: relative;
    background: #FFFFFF;
    box-shadow: 1px 2px 4px rgb(0 0 0 / 25%);
    border-radius: 4px;
    overflow: hidden;
}
.new-checkout__form-select:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 100%;
    background: white;
    pointer-events: none;
}
.new-checkout__form-select:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    width: 6px;
    height: 6px;
    border-left: 0.7px solid #4B4B4B;
    border-bottom: 0.7px solid #4B4B4B;
    rotate: -46deg;
    transform-origin: left;
    pointer-events: none;
}
.new-checkout__form-select select * {
    font-size: 15px;
}
.new-checkout__footer {
    display: flex;
    justify-content: space-between;
}
.new-checkout__clear-btn {
    border: 1px solid #D51717;
    border-radius: 4px;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #D51717;
    padding: 12px 10px 11px;
    min-width: 139px;
    transition: .3s;
    height: 39px;
}
.new-checkout__clear-btn:hover {
    background: #D51717;
    border: 1px solid #D51717;
    color: #fff;
}
.new-checkout__clear-btn:active {
    background: #FFFFFF;
    border: 1px solid #D51717;
    color: #D51717;
}
.new-checkout__footer-right {
    display: flex;
    align-items: center;
}
.new-checkout__footer-right {
    display: flex;
    align-items: center;
}
.new-checkout__footer-summ-value {
    background: #FFFFFF;
    box-shadow: 0px 4px 8px rgb(0 0 0 / 15%);
    border-radius: 4px;
    padding: 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    height: 39px;
    display: flex;
    align-items: center;
    color: #236F10;
}
.new-checkout__footer-summ {
    display: flex;
    align-items: center;
    margin-right: 30px;
    background: #F1F1F1;
    box-shadow: 0px 4px 8px rgb(0 0 0 / 15%);
    border-radius: 4px;
}
.new-checkout__footer-summ-title {
    padding: 9px 20px;
    height: 39px;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
}
.new-checkout__footer-apply {
    background: #056BD9 !important;
    border: 1px solid #056BD9 !important;
    border-radius: 4px;
    outline: none;
    text-decoration: none;
    color: #fff !important;
    padding: 11px 20px 10px !important;
    font-size: 14px;
    line-height: 16px;
    min-width: 139px;
    transition: .3s;
    text-transform: none !important;
}
.new-checkout__footer-apply:hover {
    background: #F0F0F0 !important;
    border: 1px solid #056BD9 !important;
    color: #056BD9 !important;
}
.new-checkout__form {
    padding-top: 37px;
}
.new-checkout__form-item:last-child {
    margin-bottom: 0;
}
.new-checkout__footer-apply:active {
    background: #fff !important;
    border: 1px solid #056BD9 !important;
    color: #056BD9 !important;
}
body .new-cart {
    margin-bottom: -60px;
}
.new-cart-table-wrap {
    display: flex;
    flex-direction: column;
    min-width: 1040px;
}
@media (max-width: 1200px) {
    .new-cart-wrap {
        overflow: auto;
        padding-bottom: 10px;
    }
}
@media (max-width: 992px) {
    .new-checkout__data {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .new-checkout__client {
        margin: 0 0 30px !important;
    }
    .new-checkout__form {
        width: 48% !important;
        margin: 0 !important;
    }
}
@media (max-width: 550px) {
    .new-checkout__form {
        width: 100% !important;
    }
    .new-checkout__form-item {
        margin-bottom: 20px;
    }
    .new-checkout__info-value {
        display: block;
        padding: 0 10px;
        min-width: auto;
    }
    .new-checkout__footer {
        align-items: flex-end;
    }
    .new-checkout__footer-right {
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-end;
        width: auto;
        margin: 0;
    }
    .new-checkout__footer-summ {
        margin: 0 0 18px;
    }
}

.new-catalog__td.new-catalog__photo a {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border: 1px solid #F1F1F1;
    box-sizing: border-box;
}
.new-catalog__td.new-catalog__photo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.search-page .new-catalog__td.new-catalog__brand .brand {
    margin-bottom: 0;
}
.product-card__head {
    display: flex;
    margin-bottom: 30px;
}
.product-card__photo {
    margin-right: 25px;
    flex-shrink: 0;
    width: 44%;
    min-height: 364px;
}
.product-card__photo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
.product-card .owl-nav > div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: transparent;
    font-size: 0;
    width: 15px;
    height: 15px;
    border-top: 1.7px solid #002559;
    border-left: 1.7px solid #002559;
    transform-origin: top;
    opacity: .4;
    transition: opacity .25s;
}
.product-card .owl-nav > div:hover {
    opacity: 1;
}
.product-card .owl-nav > .owl-prev {
    left: 2px;
    transform: rotate(-45deg) translateY(-50%);
}
.product-card .owl-nav > .owl-next {
    right: 15px;
    transform: rotate(135deg) translateY(-50%);
}
.product-card__photo > a:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 304px;
    border: 1px solid #F1F1F1;
}
.product-card .owl-nav > div:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 60px;
    transform: rotate(45deg) translate(-21px, -17px);
}
.dropdown .price-dropdown {
    position: absolute !important;
    background: rgba(18, 27, 50, 0.95) !important;
    box-shadow: 2px 3px 4px rgb(0 0 0 / 25%);
    border-radius: 3px;
    color: #fff;
    text-align: center;
    flex-direction: column;
    padding: 10px;
    display: flex !important;
    z-index: 4;
    left: 50% !important;
    width: 94px !important;
    top: 92%;
    font-size: 14px;
    line-height: 16px;
    font-weight: normal;
    transform: translateX(-50%) scale(0);
    animation: scale-up-center-reverse 0.15s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    opacity: 0;
    visibility: hidden;
}
.loaded .dropdown .price-dropdown {
    visibility: visible;
}
.product-card__content .dropdown .price-dropdown {
    visibility: hidden;
}
#tabs.tabsLoaded .dropdown .price-dropdown {
    visibility: visible;
}
.product-card .ui-tabs .ui-tabs-panel {
    /* transition: .8s; */
}
.product-card__buy-td.product-card__buy-sklad .new-catalog__term {
    display: block;
    background: #00830D;
    border-radius: 4px;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    padding: 2px 5px 0;
    min-width: 80px;
    margin-top: 6px;
    box-shadow: none;
}
.dropdown .price-dropdown li {
    margin: 0;
}
.dropdown .price-dropdown li:not(:last-child) {
    margin-bottom: 5px;
}
.dropdown.open .price-dropdown {
    opacity: 1;
    animation: scale-up-center 0.15s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
.dropdown > a {
    background: transparent !important;
    border-color: transparent !important;
}
@keyframes scale-up-center {
0% {
    transform: translateX(-50%) scale(0);
    border-radius: 100%;
    transform-origin: 50% 0;
    opacity: 0;
}
90% {
    opacity: 1;
}
100% {
    opacity: 1;
    border-radius: 3px;
    transform: translateX(-50%) scale(1);
    transform-origin: 50% 0;
}
}
@keyframes scale-up-center-reverse {
0% {
    transform: translateX(-50%) scale(1);
    opacity: 1;
    border-radius: 3px;
    transform-origin: 50% 0;
}
80% {
    opacity: 0;
}
100% {
    border-radius: 100%;
    opacity: 0;
    transform: translateX(-50%) scale(0);
    transform-origin: 50% 0;
}
}
@keyframes scale-up-center-filter {
0% {
    transform: scale(0);
    border-radius: 100%;
    transform-origin: 50px 0;
    opacity: 0;
}
80% {
    opacity: 1;
}
100% {
    opacity: 1;
    border-radius: 0;
    transform: scale(1);
    transform-origin: 50px 0;
}
}
@keyframes scale-up-center-reverse-filter {
0% {
    transform: scale(1);
    opacity: 1;
    border-radius: ;
    transform-origin: 50px 0;
}
50% {
    opacity: 0;
}
100% {
    border-radius: 100%;
    opacity: 0;
    transform: scale(0);
    transform-origin: 50px 0;
}
}
.product .product-images {
    margin-top: 5px;
}
.product-card {
    margin-bottom: 33px;
}
.product-card__info-wrap {
    display: flex;
}
.product-card__info {
    display: flex;
    flex-direction: column;
    margin-right: 47px;
    width: 100%;
}
.product-card__info .product-card__info-item {
    border-bottom: 1px solid #E9EEF2;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 22px;
    color: #3A3A3A;
	display: flex;
}
.product-card__head .product-card__info-title {
    width: auto;
    flex-shrink: 0;
  }
  .product-card__head .product-card__buy {
    width: 100%;
    flex-shrink: 0;
    margin-top: auto;
  }
  .product-card__head .product-card__head .product-card__info-value {
      width: 100%;
  }

  .product-card__head .product-card__info-title,
  .product-card__head .product-card__info-value {
      width: 100%;
      display: block;
  }

  .product-card__head .product-card__info-title {
      margin-right: 0;
  }
  .product-card__head .product-card__info .product-card__info-item {
    border-left: 1px solid #FF9900;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 19px;
    color: #3A3A3A;
    display: flex;
    flex-direction: column;
    padding-left: 10px;
    border-bottom: none;
}
  .product-card__info-wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-bottom: 60px;
}
.product-card__buy-td.product-card__buy-quantity .quantity.buttons_added form {
    width: 175px;
}
.product-card__head .product-card__info .product-card__info-item:nth-child(1), .product-card__head .product-card__info .product-card__info-item:nth-child(2) {
    width: 50%;
}
.product-card__head .product-card__info {
    margin: 0 0 17px;
    flex-direction: row;
    flex-wrap: wrap;
}
.product-card__info-title {
    font-weight: 500 !important;
    font-family: 'Roboto', sans-serif;
}
.product-card__info-title {
	margin-right: 30px;
}
.product-card__info-title,
.product-card__info-value {
    width: 50%;
    display: block;
}
.product-card__head .product-card__info-title {
    width: 100px;
    flex-shrink: 0;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 5px;
}
.product-card__head .product-card__info-value {
    width: 100%;
}
.product-card__buy {
    margin-left: auto;
	flex-shrink: 0;
}
.product-card__info .product-card__info-item:last-child {
    border-bottom: none;
}
.product-card__buy-head {
    display: flex;
    padding: 9px 0;
    background: #E9EEF2;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #002559;
}
.product-card__buy-body {
    border-top: 1px solid #CBCBCB;
    padding-top: 17px;
}
.product-card__buy-th:not(:last-child) {
    border-right: 1px solid #002559;
}
.product-card__buy-th {
    padding: 0 10px;
}
.product-card__buy-row {
    display: flex;
    justify-content: space-between;
}
.product-card__head .product-card__buy-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 7px;
}
.product-card__buy-td {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: center;
    color: #000000;
    flex-direction: column;
    border-left: 1px solid #00830D;
    padding-left: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
}
.product-card__buy-td.product-card__buy-quantity .qty {
    float: none;
}
.product-card__buy-td.product-card__buy-quantity .input-group {
    display: flex;
    align-items: center;
    width: 180px !important;
    margin-right: -14px;
}
.product-card__btn {
    display: block;
    width: 26px;
    height: 26px;
    border: none;
    background: transparent;
    padding: 0;
    outline: none !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    backface-visibility: hidden;
    position: absolute;
    z-index: 3;
    transition: .25s;
}
.product-card__btn_minus {
    background-image: url(img/cart-down.png);
    left: 5px;
}
.product-card__btn_plus {
    background-image: url(img/cart-plus.png);
    left: calc(100% - 88px);
}
.product-card__buy-price .dropdown #drop1 {
    background: #F1F1F1 !important;
    box-shadow: 0px 2px 4px rgb(28 51 110 / 25%);
    padding: 5px 13px;
    text-align: center;
    color: #236F10;
    position: relative;
    min-width: 99px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    border-radius: 4px;
    margin-top: -2px;
}
.product-card__buy-td.product-card__buy-price .navbar-nav li.dropdown:first-child:last-child a#drop1 {
    padding: 13px 18px 12px;
}
.product-old-price {
    background: #F1F1F1 !important;
    box-shadow: 0px 2px 4px rgb(28 51 110 / 25%);
    padding: 11px 13px 1px;
    text-align: center;
    color: #236F10;
    position: relative;
    min-width: 99px;
    border-radius: 4px;
    z-index: -1;
    display: block;
    font-weight: 500;
    font-size: 12px;
    text-decoration-line: line-through;
    line-height: 14px;
    margin-top: -9px;
    text-align: center !important;
}
.top_sales_item .product-old-price {
    min-width: 90px;
    margin-right: 3px;
}
.top_sales_item .dropdown:not(:last-child) .price-dropdown {
    top: 141%;
}
.top_sales_item .dropdown:not(:last-child) #drop1 {
    height: auto;
    padding: 4px 0 3px;
    font-size: 17px;
}
.new-prices-page .category-page {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.new-prices-page__info-btn {
    background: #FF9900;
    border: 1px solid #FF9900;
    border-radius: 3px;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #FFFFFF;
    padding: 4px 26px 3px;
    display: none;
}
.new-prices-page .category-page:first-child .new-prices-page__info-btn {
    display: block;
}
.modal-blue {
    background: rgba(12, 12, 12, 0.2);
}
.modal-blue .modal-dialog {
    margin-top: 177px;
    width: 93.8%;
    max-width: 1140px;
}
.modal-blue .modal-content {
    box-shadow: 0px 4px 23px 7px rgb(0 0 0 / 25%);
    border-radius: 10px !important;
    overflow: hidden;
    border: none !important;
    backface-visibility: hidden;
    background: transparent;
}
.new-caralog-nice-price {
    position: absolute;
    top: 3px;
    padding: 0 5px;
    z-index: 2;
    transition: .25s;
    white-space: nowrap;
    text-align: center;
    left: 2px;
    font-weight: 400;
    font-size: 11px;
    line-height: 13px;
    color: #FFFFFF;
    background: #089049;
    box-shadow: 0px 4px 8px rgb(0 0 0 / 15%);
    border-radius: 2px;
    pointer-events: none;
}
.modal-blue .modal-header {
    background: #056BD8;
    padding: 10px 10px 9px;
    text-align: center;
    color: #fff;
}
.modal-blue .modal-header .modal-title {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
}
.modal-blue .modal-header .close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 25px;
    height: 25px;
    color: #BD2626;
    opacity: 1;
    font-weight: 300;
    text-shadow: none;
    background: #FFFFFF;
    box-shadow: 2px 0px 6px rgb(28 51 110 / 15%);
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    margin: 0;
}
.modal-blue .modal-header .close span {
    display: block;
    width: 14px;
    height: 14px;
    line-height: 12px;
}
.modal-blue .modal-body {
    position: relative;
    padding: 20px 30px 30px 20px;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    min-height: 252px;
    background: #fff;
}
.new-catalog__td.new-catalog__price .navbar-nav>li {
    float: none !important;
}
.new-catalog__td .product-old-price {
    display: block;
    z-index: 2;
    min-width: 73px;
}
.new-prices-page .page-title {
    margin-bottom: 20px;
}
.new-prices-table {
    margin-bottom: 30px;
}
.product-card__buy-td .nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.product-card__buy-td .btn-bookmark-active,
.product-card__buy-td .btn-bookmark {
    position: static;
    min-height: 44px;
    min-width: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}
.product-card__buy-td .nav .dropdown {
    float: none !important;
    width: 100%;
}
.product-card__location {
    display: block;
    background: #00830D;
    border-radius: 4px;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    padding: 2px 5px;
    min-width: 80px;
    margin-top: 6px;
}
.product-card__head .product-card__info .product-card__info-item:last-child {
    margin-bottom: 0;
    border-left-color: #056BD8;
}
.product-card__info-item:empty {
    width: 100%;
    min-height: 42px;
    border: none !important;
}
.top_sales_item_price .nav.navbar-nav.navbar-right {
    margin: 0 !important;
}
.top_sales_item_price .dropdown > a {
    padding: 0;
}
.top_sales_item_price a#drop1 {
    min-width: 90px;
    height: 40px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 16px;
    color: #236F10;
    font-weight: bold;
    background: #F1F1F1 !important;
    box-shadow: 0px 2px 4px rgb(28 51 110 / 25%);
    margin: 0 3px 0 0;
    border-radius: 4px;
}
.top_sales_item_price .dropdown-menu.price-dropdown {
    margin-top: -9px;
    position: absolute !important;
}
.product-card__buy-td.product-card__buy-quantity .input-group input#quantProductCard {
    width: calc(100% - 50px);
    background: #fff;
    text-align: center;
    color: #000000;
    height: 44px;
    border: 1px solid #000000 !important;
    border-radius: 3px !important;
    z-index: 0;
    padding: 2px 41px 2px 36px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
}
.product .product-images {
    display: flex;
    overflow: hidden;
}
.product-card__buy-td.product-card__buy-quantity .quantity.buttons_added {
    margin: 0;
    float: none;
}
.product-card__buy-td.product-card__buy-quantity .input-group button.btn.btn-default:after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(./img/new-cart.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
    left: 0;
    filter: invert(1) brightness(100);
}
.product-card__buy-td.product-card__buy-quantity .input-group button.btn.btn-default {
    width: 50px;
    height: 44px;
    background: #056BD8;
    position: relative;
    margin-left: -7px;
    outline: none !important;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(-2px 0px 2px rgba(0, 0, 0, 0.25));
    transition: .25s;
    box-shadow: none !important;
}
.product-card #tabs {
    border: none;
	padding: 0;
}
.product-card .ui-tabs-nav {
    position: relative;
    display: flex;
    background: transparent;
    border: none;
    padding: 0 !important;
}
.product-card .ui-state-default, .product-card .ui-widget-content .ui-state-default, .product-card .ui-widget-header .ui-state-default {
    background: transparent;
    border-radius: 0;
    border: none;
    padding: 0 !important;
    color: #000;
    margin: 0 !important;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
}
.product-card .ui-widget-content .ui-state-default a {
    padding: 10px 20px !important;
    color: #000;
}
.product-card .ui-tabs .ui-tabs-panel {
    padding: 20px 0;
}
.new-catalog__td.new-catalog__photo {
    height: 54px;
    background-image: url(https://flashauto.parts/image);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.product-card__buy-td.product-card__buy-quantity .input-group i.in-cart:not([style="display: none;"]):not([style="display: none"]) + .btn.btn-default {
    background: #00A542;
}
.new-catalog__td.new-catalog__buy input.form-control {
    text-align: center;
    padding: 0 18px 0 10px;
    height: 44px;
}
.buy-q-input {
    display: flex;
    position: relative;
}
body:before {
    content: '';
    background-image: url(img/cart-plus-hover.png), url(img/cart-plus-active.png), url(./img/cart-hover-ico.svg),
    url(img/cart-down-hover.png), url(img/cart-down-active.png), url(./img/cart-hover-ico.svg), url(./img/search-ico-blue.svg), url(./img/cart-ico-light-blue.svg), url(img/ua-selected.svg), url(img/ua-hover.svg), url(img/ua.svg),
    url(./img/remove-ico.svg),url(./img/remove-ico--hover.svg),url(./img/remove-ico--active.svg),
    url(./img/checkbox-ico.svg),url(./img/checkbox-ico--checked.svg),url(./img/checkbox-ico--hover.svg),url(./img/checkbox-ico--disabled.svg),
    url(./img/minus-btn-ico.svg), url(./img/minus-btn-ico--active.svg), url(./img/minus-btn-ico--hover.svg),
    url(./img/plus-btn-ico.svg), url(./img/plus-btn-ico--active.svg), url(./img/plus-btn-ico--hover.svg), url(./img/filter-btn-active.svg);
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
}
.buy-q-input__btn {
    position: absolute;
    width: 18px;
    height: 18px;
    right: 5px;
    background: #F1F1F1;
    z-index: 2;
    border-radius: 3px;
    background-size: contain;
    cursor: pointer;
    transition: .25s;
}
.buy-q-input__btn_up:hover,
.product-card__btn_plus:hover {
    background-image: url(img/cart-plus-hover.png);
}
.buy-q-input__btn_down:hover,
.product-card__btn_minus:hover {
    background-image: url(img/cart-down-hover.png);
}
.buy-q-input__btn_up:active,
.product-card__btn_plus:active {
    background-image: url(img/cart-plus-active.png);
}
.buy-q-input__btn_down:active,
.product-card__btn_minus:active {
    background-image: url(img/cart-down-active.png);
}
.buy-q-input__btn_up {
    top: 3px;
    background-image: url(img/cart-plus.png);
}
.new-catalog__td.new-catalog__buy input.form-control:focus {
    z-index: 0;
}

@media (max-width: 992px) {
    .home-main-slider img {
        height: 280px;
    }
    .profile-data .new-checkout__info {
        width: 100%;
        float: none;
    }
}
@media (max-width: 767px) {
    .home-main-slider-wrap {
        width: 50%;
        margin-right: 10px;
    }
    .home-main-nav__item:not(:last-child) {
        margin-bottom: 10px;
    }
    .home-main-nav {
        width: 48%;
    }
}
@media (max-width: 550px) {
    .home-main-block {
        flex-direction: column;
    }
    .home-main-slider-wrap {
        width: 100%;
        margin: 0 0 15px;
    }
    .home-main-nav {
        width: 100%;
        max-width: none;
    }
    .home-main-nav__item {
        min-height: 105px;
    }
}
.buy-q-input__btn_down {
    bottom: 3px;
    background-image: url(img/cart-down.png);
}
.new-catalog__td.new-catalog__buy input::-webkit-outer-spin-button, .new-catalog__td.new-catalog__buy input::-webkit-inner-spin-button {
    margin-left: 9px;
    opacity: 1;
}
.product-card .new-catalog__brand {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}
.product-card .new-catalog__header .new-catalog__brand {
    font-weight: 400;
}
.product-card__content #tabs > ul:after {
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #C9C9C9;
}
.product-card__content #tabs > ul > span {
    position: absolute;
    border-bottom: 4px solid #056BD9;
    bottom: 0;
    height: 4px;
    z-index: 1;
    transition: .3s;
}
.product-card__buy-td .btn-bookmark-active {
    position: static;
}
.product-card #tabs .product-card__info {
    width: 470px;
    max-width: 100%;
}
.product-card #tabs #tabs-2 h3 {
    font-size: 20px;
    font-weight: 400;
    margin-top: 17px;
}
.product-card #tabs .panel-heading {
    padding: 0;
    background: transparent;
    border: none;
}
.product-card #tabs .panel-heading a {
    background: #E9EEF2;
    box-shadow: inset 0px -1px 0px rgb(0 0 0 / 25%);
    display: block;
    padding: 9px 10px;
}

@media (max-width: 1200px) {
	.search-page .new-catalog__item-wrap {
		flex-wrap: wrap;
	}
	.search-page .new-catalog__articul, .search-page .new-catalog__brand {
		width: 25% !important;
	}
    .search-page .new-catalog__articul {
        padding-top: 21px;
    }
	.search-page .new-catalog__name, .new-catalog__td.new-catalog__buy {
		width: 50% !important;
	}
    .new-bookmarks .new-catalog__td.new-catalog__buy {
        width: 133px !important;
    }
	.search-page .new-catalog__name::after {
		display: none;
	}
	.search-page .new-catalog__srok, .search-page .new-catalog__price, .new-catalog__td.new-catalog__quantity {
		width: 25% !important;
		padding-top: 0;
	}
    .new-catalog__td:after {
        height: 100%;
    }
	.search-page .new-catalog__header {
		display: none;
	}
	.new-catalog__td.new-catalog__photo {
		height: auto;
	}
	.new-catalog__td.new-catalog__photo img {
		height: 80px;
	}
	.new-catalog__td.new-catalog__photo a {
		display: flex;
		height: 100%;
		justify-content: center;
		align-items: center;
	}
	.product-card__info-wrap {
		flex-direction: column;
	}
	.product-card__info {
		margin: 0 0 25px;
	}
	.product-card__buy {
		margin: 0;
	}
    .new-catalog__td.new-catalog__buy form {
        max-width: 150px;
    }
    .new-catalog__td.new-catalog__buy {
        justify-content: flex-end;
    }
    .new-bookmarks .new-catalog__td.new-catalog__buy {
        justify-content: flex-start;
    }
}
@media (max-width: 990px) {
	.new-catalog__photo {
		width: 80px;
	}
    .product-card__photo {
        width: auto;
    }

	.new-catalog__item-wrap {
		flex-wrap: wrap;
	}

	.new-catalog__td.new-catalog__name,
	.new-catalog__td.new-catalog__buy	{
		width: 67%;
	}
	.new-catalog__td.new-catalog__name:after {
		display: none;
	}
	.new-catalog__td.new-catalog__buy .input-group {
		width: 150px;
	}

    .new-bookmarks .new-catalog__td.new-catalog__buy .input-group {
        width: auto;
    }
	.new-catalog__td.new-catalog__buy {
		justify-content: flex-end;
	}
	.new-catalog__td.new-catalog__brand, .new-catalog__td.new-catalog__name {
		padding-bottom: 0;
	}
	.new-catalog__header {
		display: none;
	}
	.new-catalog__brand .brand, .new-catalog__brand .sku {
		display: block;
		word-break: break-word;
	}
	.new-catalog__td {
		font-size: 14px;
		line-height: 18px;
	}
	.new-catalog__td.new-catalog__articul {
		padding-bottom: 0;
        padding-top: 30px;
	}
    .row-copy-btn {
        top: 15px;
    }
	.new-catalog__td.new-catalog__buy {
		width: 50% !important;
	}
	.category-page .new-catalog__td.new-catalog__name {
		align-items: flex-start;
	}
	.category-page .new-catalog__td.new-catalog__price::after {
		display: none;
	}
	.category-page .new-catalog__td.new-catalog__brand,
	.category-page .new-catalog__td.new-catalog__quantity	{
		width: 29%;
	}
	.category-page .new-catalog__td.new-catalog__name {
		width: 71%;
	}
	.category-page .new-catalog__td.new-catalog__price {
		width: 18%;
	}
	.product-card__photo > a:first-child {
		width: 205px;
		height: 205px;
	}
	.product-card__buy-sklad {
		width: 103px;
	}
    .new-catalog__td.new-catalog__articul, .new-catalog__td.new-catalog__brand, .new-catalog__td.new-catalog__quantity, .new-catalog__td.new-catalog__price {
        width: 30% !important;
    }
    .new-catalog__td.new-catalog__name, .new-catalog__td.new-catalog__buy {
        width: 40% !important;
    }
}

@media (max-width: 768px) {
	.product-card__buy-sklad {
		width: 103px;
	}
    .product-card__buy-body {
        position: relative;
    }
    .product-card .product-card__buy-body .new-catalog__term {
        position: absolute;
        top: auto;
        margin-top: 6px;
        right: 0;
        left: auto;
    }
}
@media (max-width: 750px) {
	.product-card__head {
		flex-direction: column;
	}
	.product-card__photo {
		margin: 0 0 21px;
	}

}
@media (max-width: 650px) {
	.new-filters__btn-wrap {
		flex-direction: column;
		align-items: flex-start;
	}
	.new-filters__btn-wrap .well.well-sm {
		margin: 19px 0 0;
	}
	.new-catalog__td {
		padding: 12px;
		font-size: 15px;
		line-height: 19px;
	}
	.new-catalog__td.new-catalog__buy {
		padding: 10px 12px 22px;
	}

    .new-bookmarks .new-catalog__td.new-catalog__buy {
        padding: 5px 8px 5px 11px;
    }
	.product-card__info .product-card__info-item,
	.product-card__buy-head,
	.product-card__buy-td {
		font-size: 16px;
	}

	.product-card__buy-head {
		display: none;
	}
	.product-card__buy-row {
		flex-wrap: wrap;
	}
	.product-card__buy-sklad, .product-card__buy-price {
		width: 50%;
	}
	.product-card__buy-quantity {
		width: 100%;
		margin-top: 14px;
	}
	.product-card__buy-quantity .quantity.buttons_added {
		float: none;
		width: 100%;
		margin: 0;
	}

	.product-card__buy-quantity .quantity.buttons_added .input-group .btn.btn-default:after {
		margin: 0 auto;
	}
	.product-card .ui-state-default, .product-card .ui-widget-content .ui-state-default, .product-card .ui-widget-header .ui-state-default {
		font-size: 14px;
	}
	.product-card .ui-tabs .ui-tabs-nav li.ui-tabs-active a {
		padding: 7px 9px !important;
	}
	.product-card__info .product-card__info-item {
		font-size: 15px;
	}
	.product-card__photo > a:first-child {
		width: 100%;
		height: 205px;
		object-fit: contain;
	}
}
@media (max-width: 540px) {
	.new-filters__wrap {
		flex-direction: column;
	}
    .new-catalog__td:after {
        display: none;
    }
    .product-card__buy-body .new-catalog__term {
        top: 48px !important;
        left: auto !important;
        right: -4px !important;
        min-width: auto !important;
    }
	.new-filters__wrap .sep {
		display: none;
	}
    .phones-header {
        display: flex;
        flex-direction: column;
        margin-top: 9px;
    }
    .phones-header a {
        display: flex;
        white-space: nowrap;
    }
    .phones-header .fa {
        color: #002559;
        margin: 5px 6px 0 3px;
    }
    .new-catalog__term {
        top: 2px !important;
        left: auto !important;
        right: 3px !important;
        min-width: auto !important;
        z-index: 0;
    }
	.new-filters__item {
		width: 100%;
		margin-bottom: 9px;
	}
	.new-catalog__photo {
		width: 90px;
	}
	.new-catalog__td.new-catalog__name {
		max-height: 70px;
		overflow: hidden;
	}
	.new-catalog__td.new-catalog__buy .input-group {
		width: 106px;
	}
	.search-page .new-catalog__photo {
		padding: 9px 5px !important;
		width: 55px;
	}
	.search-page .new-catalog__articul, .search-page .new-catalog__brand {
		width: 50% !important;
	}
	.search-page .new-catalog__brand:after {
		display: none;
	}
	.search-page .new-catalog__td {
		padding: 4px 8px;
	}
	.search-page .new-catalog__name {
		width: 100% !important;
	}
	.new-catalog__quantity {
		width: 46px !important;
	}
	.search-page .new-catalog__buy {
		width: 100% !important;
	}
	.search-page .new-catalog__srok {
		width: 39% !important;
	}
	.new-catalog__td.new-catalog__quantity {
        width: 67px !important;
    }
	.search-page .new-catalog__price {
		width: 27% !important;
	}
	.search-page .new-catalog__td {
		justify-content: flex-start;
        position: static;
	}
	.search-page .new-catalog__td.new-catalog__buy {
        justify-content: flex-end;
        margin-left: auto;
    }
    .new-catalog__td.new-catalog__buy form {
        display: flex;
        justify-content: flex-end;
    }
	.search-page .new-catalog__td.new-catalog__buy .input-group {
		width: 126px;
	}
	.search-page .new-catalog__articul {
		width: 100% !important;
	}
	.new-catalog__td.new-catalog__brand {
		width: 60% !important;
	}
	.new-catalog__td.new-catalog__buy {
        width: 47% !important;
    }
	.new-catalog__item-wrap {
        padding: 12px 0 6px;
    }
	.new-catalog__td.new-catalog__price {
		font-size: 17px;
	}
    .new-catalog__td .copy-success-tooltip {
        bottom: auto;
        top: 28px;
        right: -33px;
        padding: 1px 3px;
        left: auto;
    }
	.category-page .new-catalog__td.new-catalog__brand {
		width: 100% !important;
		padding-top: 0;
	}
	.category-page .new-catalog__td.new-catalog__name {
		width: 100%;
	}
	.category-page .new-catalog__td.new-catalog__buy {
		padding: 5px 0 0;
		width: 79% !important;
	}
	.category-page .new-catalog__td.new-catalog__price {
		width: 35%;
	}
	.new-catalog__td.new-catalog__brand:after {
		display: none;
	}
	.category-page .new-catalog__td.new-catalog__buy {
		padding: 5px 0 0;
		width: 38% !important;
	}
	.category-page .new-catalog__photo {
		width: 55px;
	}
	.product-card__buy-td.product-card__buy-price {
		display: flex;
		justify-content: flex-end;
	}
	.product-card__buy-td.product-card__buy-price span {
        min-width: 90px;
        text-align: left;
    }
	.product-card .ui-tabs-nav {
		margin: 0 -15px;
	}
	.product-card .ui-widget-content .ui-state-default a {
		padding: 7px 9.6px !important;
	}
	.product-card__buy-quantity .quantity.buttons_added .input-group-btn .btn.btn-default:focus {
		outline: none;
	}
}
.sorting-a-z,
.sorting-z-a {
	border-style: solid;
    top: 20px;
    transition: .3s;
    margin-left: 5px;
}
.sorting-a-z {
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #056bd8 transparent;
}
.sorting-z-a {
    border-width: 6px 6px 0 6px;
    border-color: #056bd8 transparent transparent transparent;
}
.sorting-a-z_not-active {
    opacity: 0.5;
}
.new-catalog__th:hover .sorting-a-z_not-active {
    opacity: 1;
}
.new-catalog__th {
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-section-logo img:nth-child(1) {
    width: 195px;
    display: block;
    margin: 0 auto 30px;
}
#hide_text {
    display: inline-block;
    width: auto;
    min-width: 100px;
    text-align: center;
    background: transparent;
    color: #076BD8;
    margin-bottom: 20px;
}
#hide_text:hover {
    background: #076BD8;
    color: #fff;
}
#hide_text span:before {
    content: "";
    width: 6.7px;
    height: 6.7px;
    border-top: 1.4px solid #076BD8;
    border-left: 1.4px solid #076BD8;
    display: inline-block;
    transform: rotate(-44deg);
    vertical-align: 0.9px;
    margin-right: 4px;
    transition: .2s;
}
#hide_text:hover span:before {
    border-color: #fff;
}
.returns-text h2 {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 15px;
}
.returns-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}
.returns-text p {
    margin-bottom: 15px;
}
.returns-text p + ul {
    margin-top: -5px;
}
.returns-text ul {
    margin-bottom: 15px;
    list-style: none;
    padding-left: 15px;
}
.returns-text ul li {
    margin-bottom: 8px;
}
.returns-text p + h2 {
    margin-top: 30px;
}
.show_pay_type {
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgb(28 51 110 / 20%);
    border-radius: 4px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 5px 10px 5px 0px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #000 !important;
    transition: .2s;
    border: 1px solid transparent;
}
.pay-types h2 {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 10px;
}
.pay-types__content h3 {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 20px;
}
.pay-row {
    margin-bottom: 3px;
}
@media (max-width: 600px) {
    .pay-types__content {
        flex-direction: column;
    }
    .pay-types__list {
        width: 100%;
        margin: 0 0 20px;
    }
}
.show_pay_type img {
    width: 57px;
    height: 43px;
    object-fit: contain;
    margin: 0 16px;
    filter: grayscale(1);
    transition: .2s;
}
.show_pay_type.active img {
    filter: grayscale(0);
}
.pay-types__content {
    display: flex;
}
.pay-types__list {
    width: 235px;
    margin-right: 30px;
    flex-shrink: 0;
}
.show_pay_type.active {
    box-shadow: none;
    border: 1px solid #076BD8;
}

.login-section-logo img:nth-child(2) {
    width: 350px;
    margin: 0 auto;
}
.alert-danger {
    color: #a94442;
    background-color: #FB6D6D;
    border: none;
    border-radius: 0;
    font-size: 16px;
    color: #fff;
    border-bottom: 5px solid #D24343;
}
.alert-success {
    background-color: #5BCD9D;
    border: none;
    border-radius: 0;
    font-size: 16px;
    color: #fff;
    border-bottom: 5px solid #1CA56B;
}
.navbar-nav li ul {
    background: #F5F5F5 !important;
    margin-top: 0;
    width: 100%;
}
.navbar-nav li ul a {
    color: #002559 !important;
    font-size: 14px !important;
    border-bottom: 1px solid #002559;
}
.navbar-nav li ul a:last-of-type {
	border-bottom: none;
}
.navbar-nav > li > ul > li > ul {
    right: -100%;
    top: 2px;
}
.top_sales_item_sku {
    position: relative;
}
.top_sales_item_sku .row-copy-btn {
    top: -6px;
    right: -7px;
}
.top_sales_item_sku .copy-success-tooltip {
    bottom: -19px;
    left: auto;
    left: 75.4%;
}
.quantity-warning {
    position: absolute;
    left: 50%;
    top: calc(100% + 5px);
    transform: translateX(-50%);
    background: #fff;
    border: 1px solid #878787;
    border-radius: 4px;
    padding: 5px 10px;
    box-shadow: 0px 3px 5px 0px #6e6e6e;
    z-index: 99;
    text-align: left;
    min-width: 300px;
    font-size: 13px;
}
.new-catalog__td.new-catalog__buy .quantity-warning {
    top: calc(100% - 1px);
}
.quantity.buttons_added {
    position: relative;
}
.quantity-warning:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    background-image: url(./img/warning.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 3px 5px 0 0;
    vertical-align: -4px;
}
.mainmenu-area ul.navbar-nav li>ul>li>a:hover,
.mainmenu-area .navbar-nav >li>ul>li:hover > a {
    background: #002559;
    text-decoration: none;
    color: #fff !important;
}
.mainmenu-area .navbar-nav li ul li a:after {
	display: none;
}
.mainmenu-area ul.navbar-nav li>ul>li {
    padding: 0;
    position: relative;
}
.nav-item-wrap {
    position: relative;
}
.nav-badge {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: #F47920;
    color: #fff;
    font-size: 12px;
    text-align: center;
    top: -10px;
    right: -16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav.navbar-nav li:nth-of-type(3) .nav-badge {
    display: flex !important;
}
.nav-badge-new {
    position: absolute;
    width: 21px;
    height: 21px;
    border-radius: 100%;
    background: #F47920;
    color: #fff;
    font-size: 9px;
    text-align: center;
    top: -10px;
    right: -19px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*.nav.navbar-nav li:nth-of-type(1) .nav-badge-new {
    display: flex !important;
}
.nav.navbar-nav li:nth-of-type(2) .nav-badge-new {
    display: none !important;
}*/
.new-prices-page .new-catalog__header {
    padding: 5px 0 4px;
}
.catalog-head-wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.filter-dropdown {
    position: absolute;
    top: 0;
    padding: 33px 0 0;
    left: 0;
    z-index: 5;
    background-color: #fff;
    filter: drop-shadow(2px 4px 4px rgba(0, 0, 0, 0.25));
    border-radius: 0;
    width: 267px;
    height: 707px;
    overflow: hidden;
    animation: scale-up-top-reverse 0.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    opacity: 0;
    visibility: hidden;
}
.loaded .filter-dropdown {
    visibility: visible;
}
.catalog-filter.open .filter-dropdown {
    opacity: 1;
    animation: scale-up-top 0.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
.group-list, .brand-group-list {
    max-height: 590px;
}
.catalog-filter .search-group-items .subgroup-item:hover {
    /* background: #ECEEF5;
    border-color: #056BD9; */
}
.catalog-filter .search-group-items .subgroup-item {
    /* padding: 5px 8px; */
}
.catalog-filter__apply-btn {
    background: #056BD9;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #FFFFFF;
    border: 1px solid #056BD9;
    padding: 4px 20px;
    position: absolute;
    right: 0;
    top: 34px;
    transition: .25s;
}
.catalog-filter__apply-btn:hover {
    background-color: #fff;
    color: #247EDD;
}
.catalog-filter__apply-btn:active {
    background-color: #EFF7FF;
}
.brand-group-list {
    display: flex;
    flex-direction: column;
}
.brand-group-item {
    display: flex;
    margin: 0;
    align-items: center;
    justify-content: space-between;
    padding: 5px 22px 5px 8px;
    border-left: 2px solid transparent;
    transition: .3s;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
}
.brand-group-item:hover {
    background: #ECEEF5;
    border-color: #056BD9;
}
.filter-dropdown .nav-tabs {
    border: none;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    position: relative;
}
.catalog-filter {
    position: relative;
}
.filter-dropdown .nav-link {
    padding: 5px 10px;
    border-radius: 0;
    border: none;
    border-bottom: 2px solid transparent;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #000000;
    text-decoration: none;
}
#filterTabs span {
    position: absolute;
    border-bottom: 2px solid #056BD9;
    bottom: 0;
    height: 4px;
    z-index: 1;
    transition: left .3s;
}
.filter-dropdown .nav-link.active,
.filter-dropdown .nav-tabs>li.active>a,
.filter-dropdown .nav-tabs>li.active>a:focus,
.filter-dropdown .nav-tabs>li.active>a:hover {
    border: none;
    border-bottom: 2px solid transparent;
    color: #000000;
    text-decoration: none;
    background: transparent;
}
.filter-dropdown .nav>li>a:hover {
    text-decoration: none;
}
.filter-dropdown .nav-tabs>li>a:hover {
    border-color: transparent;
}
.filter-search-wrap {
    position: relative;
    margin: 15px 10px 5px;
}
.filter-search__field {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 1px 4px rgb(0 0 0 / 25%);
    border-radius: 4px;
    border: none !important;
    padding: 5px 40px 5px 10px !important;
    height: 40px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    outline: none;
}
.filter-search__clear-btn {
    position: absolute;
    width: 25px;
    height: 25px;
    background: #FFFFFF;
    box-shadow: 2px 0px 6px rgb(28 51 110 / 15%);
    border-radius: 3px;
    top: 8px;
    right: 10px;
    color: #BD2626;
    font-size: 23px;
    font-weight: 300;
    line-height: 23px;
    text-align: center;
    backface-visibility: hidden;
    user-select: none;
    cursor: pointer;
    transition: .2s;
}
.filter-search__clear-btn:hover {
    background-color: #F3F3F3;
}
.filter-search__clear-btn:active {
    background-color: #fff;
}
.open > .filter-dropdown  {
    display: block;
}
.catalog-filter .group-item {
    padding: 5px 8px;
    border-left: 2px solid transparent;
    cursor: pointer;
    user-select: none;
    transition: .3s;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
}
.catalog-filter .group-item:hover,
.catalog-filter .group-item.has-selected-item {
    background: #ECEEF5;
    border-color: #056BD9;
}
.catalog-filter .group-item-wrap.open .group-item {
    background: #056BD9;
    color: #fff;
}
.catalog-filter .subgroup-list {
    display: none;
    background: #ECEEF5;
    box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
}
.catalog-filter .search-group-items .subgroup-list,
.catalog-filter .group-item-wrap.open .subgroup-list {
    display: block;
}
.catalog-filter .subgroup-item input[type="checkbox"] {
    width: 0;
    visibility: hidden;
}
.catalog-filter .subgroup-item {
    display: block;
    margin: 0;
    padding: 5px 13px;
    border-left: 2px solid transparent;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    cursor: pointer;
    user-select: none;
}
.catalog-filter .dropdown-backdrop {
    display: none;
}
.catalog-filter .subgroup-item:hover,
.catalog-filter .subgroup-item.active {
    background-color: #fff;
    border-color: #056BD9;
}

.toggle-view {
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    position: relative;
}
.toggle-view__btn {
    display: inline-flex;
    align-items: center;
    padding: 5px 10px 3px;
    border-bottom: 2px solid transparent;
    cursor: pointer;
    user-select: none;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
}
.toggle-view__btn_row:after {
    content: "";
    width: 42px;
    height: 11px;
    background-image: url(./img/view-row.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 5px;
}
.toggle-view__btn_card:after {
    content: "";
    width: 10px;
    height: 14px;
    background-image: url(./img/view-card.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 5px;
}
.new-catalog-card,
.card-view .new-catalog-row {
    visibility: hidden;
    height: 0;
    overflow: hidden;
}
.card-view .new-catalog-card {
    visibility: visible;
    height: auto;
    padding-left: 281px;
}
@media (min-width: 767px) {
    .card-view .filter-dropdown {
        animation: none !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .card-view .catalog-filter__btn {
        pointer-events: none;
    }
}
.active.toggle-view__btn {
    border-color: #056BD9;
}
.new-catalog-card .pagination {
    margin-right: 0;
}
.toggle-view span {
    position: absolute;
    border-bottom: 2px solid #056BD9;
    bottom: 0;
    height: 4px;
    z-index: 1;
    transition: .3s;
}
.card-view .toggle-view__btn_row {
    border-color: transparent;
}
@media (max-width: 768px) {
	.login-section-logo img:nth-child(1) {
		width: 135px;
		margin-bottom: 20px;
	}
	.login-section-logo img:nth-child(2) {
		width: 240px;
		margin: 0 auto 20px;
	}
	.login-section {
		background-size: 83px;
		background-position-x: right;
		background-position-y: 170px;
	}
	.login-section-wrap {
		padding: 0 35px;
	}
    .navbar-toggle .icon-bar {
        background: none repeat scroll 0 0 #fff !important;
    }
    .navbar-collapse {
        background: #f4f4f4 !important;
    }
    .mainmenu-area ul.navbar-nav li a {
        color: #000;
    }
}
@media(max-width:522px) {
    .product-card__head .product-card__info .product-card__info-item:nth-child(1), .product-card__head .product-card__info .product-card__info-item:nth-child(2) {
        width: 100%;
    }
}