@font-face {
    font-family: PT Sans;
    src: local("PT Sans"), local("PTSans-Regular"), url(../fonts/ptsans.woff2) format("woff2"), url(../fonts/ptsans.woff) format("woff"), url(../fonts/ptsans.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: PT Sans;
    src: local("PT Sans Italic"), local("PTSans-Italic"), url(../fonts/ptsansitalic.woff2) format("woff2"), url(../fonts/ptsansitalic.woff) format("woff"), url(../fonts/ptsansitalic.ttf) format("truetype");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: PT Sans;
    src: local("PT Sans Bold"), local("PTSans-Bold"), url(../fonts/ptsansbold.woff2) format("woff2"), url(../fonts/ptsansbold.woff) format("woff"), url(../fonts/ptsansbold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: PT Sans;
    src: local("PT Sans Bold Italic"), local("PTSans-BoldItalic"), url(../fonts/ptsansbolditalic.woff2) format("woff2"), url(../fonts/ptsansbolditalic.woff) format("woff"), url(../fonts/ptsansbolditalic.ttf) format("truetype");
    font-weight: 700;
    font-style: italic
}

.support-phone{
    font-size:14px;
}

.top-center-block-row{
    width:100%;
}

/*#################################################################*/
.catalog-sticker-wrap svg, .sticker-wrapp svg{
    width:30px;
    height:30px;
}
.catalog-sticker-wrap{

}
.catalog-sticker-wrap .top-left{
    position: absolute;
    top: 5px;
    left: 5px;
}
.catalog-sticker-wrap .top-left.pos-2 {
    top: 40px;
}
.catalog-sticker-wrap .top-left.pos-3 {
    top: 75px;
}
.catalog-sticker-wrap .top-right{
    position: absolute;
    top:5px;
    right:25px;
}
.catalog-sticker-wrap .top-right.pos-2 {
    top: 40px;
}
.catalog-sticker-wrap .top-right.pos-3 {
    top: 75px;
}

.catalog-sticker-wrap .bottom-left{
    position: absolute;
    top: 128px;;
    left:5px;
}
.catalog-sticker-wrap .bottom-left.pos-2 {
    right:40px;
}
.catalog-sticker-wrap .bottom-left.pos-3 {
    right:75px;
}
.catalog-sticker-wrap .bottom-right{
    position: absolute;
    top:128px;
    right:25px;
}
.catalog-sticker-wrap .bottom-right.pos-2 {
    right:60px;
}
.catalog-sticker-wrap .bottom-right.pos-3 {
    right:95px;
}
.viev-list .catalog-sticker-wrap .top-right,
.viev-list .catalog-sticker-wrap .bottom-right {
    left: 140px;
}
.viev-list .catalog-sticker-wrap .bottom-right,
.viev-list .catalog-sticker-wrap .bottom-left {
    top: 110px;
}
.viev-tiles-view .catalog-sticker-wrap .bottom-right,
.viev-tiles-view .catalog-sticker-wrap .bottom-left {
    top: 85px;
}
.viev-tiles-view .catalog-sticker-wrap .top-right,
.viev-tiles-view .catalog-sticker-wrap .bottom-right {
    left: 180px;
}
.sticker-wrapp {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 10px 15px;
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: 25px;
}
.sticker-wrapp-row {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.sticker-wrapp-row span {
    text-align: left;
}
.tooltip {
    z-index: 99999;
}
.sticker-wrapp-icon {
    margin-right: 10px;
}
.popover-wrap {
    background: transparent;
    border: none;
    width: 100%;
    outline: none;
}
.item-card-wrapper .sticker {
    width: 33px;
    height: 33px;
    margin-right: 15px;
    margin-bottom: 15px;
    object-fit: contain;
}
.sticker{
    height:10px;
    width:10px;
}

#modalcategory{
    background:#ffffff;
    /*margin-top:100px;*/
}

@media (max-width: 1050px){
    #modalcategory{
      background:#ffffff;
      margin-top:110px;
    }
  }
  
  @media (max-width: 767px){
    #modalcategory{
        background:#ffffff;
        margin-top:60px;
    }
    #widget-row{
        display:none;
    }
  }

/*#############################################################*/


#heading508, #heading553 {
    background-color: #f7a707;
}

.table-product-item{
    position: relative;
    overflow:hidden;

    max-width: 100%;
    height: auto;
    padding: 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
body {
    font-family: PT Sans !important;
    letter-spacing: .05em;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    /*min-height: 100vh;*/
    justify-content: space-between
}

button {
    outline: transparent
}

.opacity {
    filter: opacity(0)
}

a, a:hover {
    text-decoration: none
}

.flex {
    display: flex
}

.green {
    color: #00dc2c !important
}

.material-switch {
    margin: 7px 0 0 20px;
}

.material-switch>input[type="checkbox"] {
    display: none;
}

.material-switch>label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 40px;
    background: #31a015;
    /*#ff6900;*/
}

.material-switch>label::before {
    border: 1px solid #8d8d8d;
    border-radius: 8px;
    content: '';
    height: 17px;
    margin-top: -8px;
    position: absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 36px;
}

.material-switch>label::after {
    background: #8d8d8d;
    border-radius: 16px;
    content: '';
    height: 17px;
    left: 1px;
    margin-top: -8px;
    position: absolute;
    top: 0px;
    transition: all 0.3s ease-in-out;
    width: 17px;
}

.material-switch>input[type="checkbox"]:checked+label::before {
    background: inherit;
    opacity: 0.5;
}

.material-switch>input[type="checkbox"]:checked+label::after {
    background: inherit;
    left: 20px;
}


.custom-text-warning {
    color: #e3c500
}

.h-100 {
    height: 100%
}

.fogging-container {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: -200vh;
    z-index: 20;
    left: 0
}

.header-middle-container {
    height: 50px;
}

.fogging {
    width: 100%;
    height: 100%;
    background: rgba(46, 48, 46, .98);
    filter: opacity(0);
    transition: .2s linear
}

.p0 {
    padding: 0 !important
}

.fogging-container.active {
    top: 0
}

.fogging-container.active .fogging {
    filter: opacity(.95)
}

.p-0-15 {
    padding: 0 15px
}

.p-0 {
    padding: 0
}

.header-top-container {
    height: 60px
}

.header-top-container nav {
    display: flex;
    justify-content: space-between;
    height: 100%
}

.header-top-item, .header-top-list {
    list-style: none;
    height: 100%
}

.header-top-list {
    padding: 0;
    margin: 0
}

.header-top-item, .header-top-list {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.search-form.zoom-search-form{
    margin-left: 0;
}

.header-top-item {
    position: relative
}

.header-logo {
    width: 160px
}

.hamburger-item {
    width: 36px
}

.button-cabinet-mobile{
background:#f7a707 !important;
}
.hamburger {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    margin: 0;
    background: transparent;
    width: 35px;
    height: 32px;
    cursor: pointer;
    transition: .2s linear;
    border: 2px solid #dedede;
    box-sizing: border-box
}
.header-center-top-block{
    width: 380px;
}
.owl-nav.disabled {
    display: none
}

.hamburger span {
    position: absolute;
    width: 17px;
    left: 50%;
    height: 3px;
    transform: translateX(-50%);
    background: #f7a707
}

.hamburger span:first-child {
    top: 6px
}

.hamburger span:nth-child(2) {
    top: 13px
}

.hamburger span:nth-child(3) {
    top: 20px
}

.mobile-cart-button {
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
    cursor: pointer;
    width: 35px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column
}

.mobile-cart-button img {
    width: 26px;
    height: auto
}

.in-cart {
    font-size: 13px;
    color: #333;
    font-weight: 900;
}

.blue-background {
    background: #fff;
}

.header-middle-container {
    height: 50px
}

.header-middle-container nav {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: space-between
}

.header-middle-list {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none
}

.custom-button {
    padding: 3px 15px 3px 3px;
    margin: 0;
    background: transparent;
    border: none;
    cursor: pointer;
    width: 40px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column
}

.custom-button img {
    width: 100%;
    height: auto
}

.search-form {
    position: relative;
    width: 230px;
    height: 30px;
    overflow: hidden;
    border-radius: 0
}

.search-form img {
    width: 15px;
    height: 16px
}

.btn-group-prod-block ul li:nth-child(odd){
    background-color: #F5F5F5;
}

.search-form input {
    position: absolute;
    left: -10px;
    width: 130%;
    height: 100%;
    padding: 0 0 0 30px;
    margin: 0;
    border: none;
    background: #f7a707;
}

.search-form input:focus {
    background: #fff
}

.search-form input::placeholder {
    font-size: 12px;
    color: #8a8888
}

.search-form button {
    width: 17px;
    height: 17px;
    padding: 1px;
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
    box-sizing: border-box
}

.heaer-list, .user-list-menu {
    list-style: none;
    margin: 0;
    margin-top: 10px;
    padding: 0;
}

@media (max-height: 680px){
    
    .heaer-list, .user-list-menu {
        max-height: 80vh;
        overflow-y: scroll;
    }

}

.heaer-list{
    text-align: center;
}

.user-item {
    padding: 10px 0
}


.header-item, .user-item {
    display: flex;
    align-items: center;
    justify-content: center
}

.header-item {
    padding: 6px 0
}

.mobile-user-button {
    margin-right: 0
}

.header-item:nth-child(odd), .user-item:nth-child(odd) {
    background: hsla(0, 0%, 86.7%, .07)
}

.button-cabinet-mobile{
    border: 1.5px solid #fff;
    color: #fff;
    width: 150px;
    font-weight: 900;
    margin: auto;
    padding: 4px;
}

.user-dropdown-top {
    margin: 30px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #fff
}

.user-dropdown-top img {
    margin-right: 10px
}

.user-dropdown-top .name-of-user {
    color: #fff;
    font-size: 12px
}

.user-dropdown-top .name-of-user:nth-child(2) {
    margin-bottom: 5px
}

.user-dropdown-top img {
    width: 23px;
    height: auto
}

.header-item-link img, .user-link img {
    width: 17px;
    height: auto
}

.header-item-link, .user-link {
    width: 175px
}

.buttons-cart-mod{
    display: flex;
    justify-content: flex-end;
}

.header-item-link, .header-item-link:hover, .user-link, .user-link:hover {
    color: #fff;
    text-decoration: none
}

.user-link span {
    padding-left: 20px;
    font-size: 18px;
    font-weight: 700
}

.header-item-link span {
    font-size: 14px
}

.tooltip.fade.top.in{
    z-index: 1!important;
}

.category-dropdown-menu, .dropddown-cart, .user-dropdown-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(46, 48, 46, .98);
    z-index: 99;
    top: 0;
    left: 0;
    filter: opacity(0);
    transform: translateY(-150%)
}

.category-dropdown-menu.active, .dropddown-cart.active, .user-dropdown-menu.active {
    filter: opacity(1);
    transform: translate(0)
}

.category-dropdown-menu.active.manager-open {
    transform: translate(-100%)
}

.close-btn {
    position: absolute;
    width: 32px;
    height: 34px;
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
    top: 25px;
    right: 20px;
    opacity: 1
}

.close-btn:before, .close:before {
    transform: translate(-50%, -50%) rotate(45deg)
}

.close-btn:after, .close-btn:before, .close-btn:after, .close-btn:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    top: 50%;
    left: 50%
}
.tooltip .arrow{
    display: none !important;
}

.close-btn:after, .close-btn:after {
    transform: translate(-50%, -50%) rotate(-45deg)
}

.close-btn:after, .close-btn:before {
    background: #5a5a5a
}

.inline-svg-icon {
    display: inline-block;
    width: 150px;
    height: 150px;
    fill: #7db958;
    margin-right: 30px
}

.header-dropdown-menu-top {
    padding: 90px 0 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #fff;
    margin: 0 15px
}

.btn-mob-cart{
    margin-right: 20px!important;
}

.timer .container{
    width: auto!important;
    position: initial!important;
    right: 0!important;
}

.header-dropdown-menu-top img {
    width: 28px
}

.header-dropdown-menu-top button {
    background: transparent;
    padding: 0;
    border: none;
    margin: 0 35px
}

.currency-val {
    width: 100%;
    display: flex!important;
    /*align-items: center;*/
    /*justify-content: center;*/
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 0px 0
}

.current-lang {
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase
}

.currency-val div {
    width: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.currency-val div:first-child:after {
    content: "";
    position: absolute;
    right: -1px;
    width: 2px;
    height: 80%;
    background: #F6F6F6 !important;
}

.vertical-line {
    display: block;
    width: 2px;
    height: 15px;
    background: #fff
}

.language-select {
    position: relative
}

.language-select-top .current-lang {
    color: #5a5a5a;
    width: 36px
}





.lang-list.active {
    filter: opacity(1);
    height: auto;
    padding: 8px
}

.language-select-top {
    position: relative
}

.language-select-top a, .language-select-top span {
    font-size: 12px !important
}

.language-select-top .lang-list {
    transition: none
}

.list-item.viev-tile .btn-group-prod-block{
    width: 120px;
    overflow: hidden;
}

.panel-title .current-sort-button:before, .panel-title .current-show-price-button:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%) rotate(45deg);
    width: 5px;
    height: 1px;
    background: #646464;
}

.panel-title .current-sort-button:after,.panel-title .current-show-price-button:after{
    content: "";
    position: absolute;
    top: 50%;
    left: 8px;
    transform: translateY(-50%) rotate(-45deg);
    width: 5px;
    height: 1px;
    background: #646464;
}

.panel-title .current-sort-button:before{
    /*transform: translateY(-50%) rotate(135deg);*/
}

.panel-title .current-sort-button:after{
    /*transform: translateY(-50%) rotate(-135deg)*/
}

.btn-group-prod-block .panel-title .current-sort-button{
    right: 0;
    top: 12px;
}

.rotate{
    transform: rotate(180deg)!important;
    -ms-transform: rotate(180deg)!important;
    -webkit-transform: rotate(180deg)!important;
    transition: 0.5s;
}


.margtop33{
    top: 2px!important;
}
.lang-list {
    margin: 0;
    list-style: none;
    position: absolute;
    left: -8px;
    top: 100%;
    background: #fff ;
    color: #555;
    padding: 0 8px;
    filter: opacity(0);
    height: 0;
    overflow: hidden;
    transition: .2s linear
}
.lang-item a {
    font-size: 17px;
    color: #555;
    transition: .1s linear
}
.lang-item a:hover {
    color: #f7a707;
}

@media (max-width: 500px){


    .lang-item a {
        font-size: 17px;
        color: #fff;
        transition: .1s linear
    }
    .lang-list {
        margin: 0;
        list-style: none;
        position: absolute;
        left: -8px;
        top: 100%;
        background: #f7a707 ;
        color: white;
        padding: 0 8px;
        filter: opacity(0);
        height: 0;
        overflow: hidden;
        transition: .2s linear
    }
    .lang-item a:hover {
        color: white;
    }
}



.wrap-mobile-item-list {
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

.manager-contact {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 100%;
    top: 0;
    background: rgba(46, 48, 46, .98)
}

.back {
    position: absolute;
    width: 19px;
    height: 22px;
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
    top: 25px;
    left: 20px
}

.back:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5
}

.back:before {
    top: 20%;
    transform: rotate(-45deg)
}

.back:after, .back:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    left: 0
}

.back:after {
    bottom: 20%;
    transform: rotate(45deg)
}

.information-about-manager {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 110px 0 0
}

.information-about-manager .currensy-val {
    width: 100%
}

.manage-about {
    display: flex;
    flex-direction: column;
    margin-left: 10px
}

.manager-name {
    padding-bottom: 5px
}

.product-item select{
    border: 1px solid #F6AB1F;
}

.product-item select:focus{
    outline: none;
}

.product-item select:focus{
   border-bottom: none;
}

.product-item select option{
    font-size: 14px;
    font-weight: 700;
    color: #676767;
    line-height: 1;
    padding: 0;
    height: 10px;
}

.wrapper-for-product-item .product-item .select-volume{

}



.btn-group-prod-block{
    border: 1px solid #F6AB1F;
    width: 139px;
}

.btn-group-prod-block .panel-group{
    margin-bottom: 0;
}


.product-item select > option:nth-child(even){
   background-color:#F5F5F5!important;
}

.information-about-manager a, .information-about-manager span {
    font-size: 16px;
    color: #fff
}

.manager-photo {
    /*width: 45px;*/
    /*height: 45px;*/
    border-radius: 50%;
    overflow: hidden
}

.more-contacts {
    display: flex;
    flex-direction: column
}

.more-contacts a {
    color: #fff;
    text-decoration: none
}

.contact-type {
    margin-right: 15px
}

.dropdown-cart-container {
    color: #fff;
    font-size: 12px;
    padding: 70px 15px 0
}

.cart-info {
    display: flex;
    padding: 0 0 20px;
    border-bottom: 1px solid #fff;
    font-size: 14px
}

.cart-info span:nth-child(2) {
    font-weight: 700
}

.cart-info img {
    width: 40px;
    height: 38px;
    margin: 0 20px 0 15px
}

.cart-contents {
    display: flex;
    flex-direction: column
}

.debt {
    padding: 18px 15px;
    border-bottom: 1px solid #fff
}

.debt a {
    color: #fff
}

.article-page .date {
    margin-bottom: 10px
}

.debt-amount {
    font-size: 14px
}

.contract {
    position: relative;
    cursor: pointer
}

.contract-info {
    display: flex;
    flex-direction: column;
    margin-right: 30px;
    padding: 20px 15px
}

.contract-info span {
    margin: 5px 0
}

.contract-info span:first-child {
    font-weight: 700;
    margin: 0;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis
}

.all-contract-info-button {
    position: absolute;
    height: 40px;
    width: 20px;
    background: transparent;
    top: 50%;
    transform: translate(-50%,-50%);
    right: 0;
    border: none;
    border-left: 1px solid #fff;
    padding: 0;
    margin: 0;
    z-index: 1;
    outline: transparent;
    transition: .1s linear;
    border-radius: 0 3px 3px 0
}

.all-contract-info-button:before {
    right: 7px;
    transform: rotate(45deg)
}

.all-contract-info-button:after, .all-contract-info-button:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 1px;
    background: #333;
    top: 50%
}

.all-contract-info-button:after {
    right: 4px;
    transform: rotate(-45deg)
}

.active.dropdown-cart-container .all-contract-info-button:after {
    transform: rotate(-135deg)
}

.active.dropdown-cart-container .all-contract-info-button:before {
    transform: rotate(135deg)
}

.active.contract-container .all-contract-info-button:after {
    transform: rotate(-135deg)
}

.active.contract-container .all-contract-info-button:before {
    transform: rotate(135deg)
}


.contract-dropdown {
    transform: translateY(-76px);
    background: #f7a707;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    height: 0;
    filter: opacity(0)
}

.menu-button {
    width: 20px !important;
    height: 19px !important;
    margin-right: 5px;
    margin-bottom: 2px
}

.contract-dropdown.active {
    height: auto;
    filter: opacity(1)
}

.contract-dropdown .contract-info {
    padding: 12px 0;
    margin: 0 30px 0 15px;
    border-bottom: 1px solid #fff
}

.company {
    display: flex;
    padding: 15px;
    font-weight: 700
}

.company-name {
    color: #fff
}

.company span:first-child {
    width: 30%
}

.company span:nth-child(2) {
    width: 70%;
    word-break: break-all
}

.contract-dropdown form {
    border-radius: 8px;
    margin: 0 20px 15px;
    width: 250px
}

.contract-type {
    padding: 0;
    margin: 10px 0;
    list-style: none
}

.contract-type-item a {
    display: block;
    color: #5a5a5a;
    padding: 10px 20px;
    box-sizing: border-box;
    transition: .1s ease-in-out
}

.contract-type-item .active {
    background: #333 !important;
    color: #fff !important
}

.contract-type-item a:hover {
    background: #b2b2b2;
    color: #fff;
    text-decoration: none
}

.header-top-list .arrow:before {
    right: 0;
    transform: translateY(-50%) rotate(135deg)
}

.header-top-list .arrow:after, .header-top-list .arrow:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 1px;
    background: #5a5a5a;
    top: 50%
}

.header-top-list .arrow:after {
    right: 3px;
    transform: translateY(-50%) rotate(-135deg)
}

.header-top-list .arrow.active:after {
    transform: translateY(-50%) rotate(-45deg)
}

.header-top-list .arrow.active:before {
    transform: translateY(-50%) rotate(45deg)
}

.header-middle-list:nth-child(2) {
    display: flex;
    align-items: center;
    padding-left: 15px;
}

.link-button {
    display: block;
    color: #fff;
    border: 1px solid #fff;
    padding: 6px 20px;
    text-decoration: none
}

.link-button:hover {
    color: #fff
}

.header-middle-list:nth-child(2) .vertical-line {
    margin: 0 20px;
    height: 40px;
    width: 2px
}

.line-bottom {
    border-bottom: 2px solid #f7a707
}

.owl-stage {
    display: flex;
    align-items: center
}

.wrapper-for-partner-carousel .owl-next, .wrapper-for-partner-carousel .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    cursor: pointer;
    width: 55px !important;
    height: 55px !important
}

.wrapper-for-partner-carousel .owl-next span, .wrapper-for-partner-carousel .owl-prev span {
    display: none
}

.wrapper-for-partner-carousel .owl-prev {
    left: 0;
    background: linear-gradient(90deg, #e6ffff 0, hsla(0, 0%, 100%, .81) 33%, hsla(0, 0%, 100%, .42))
}

.wrapper-for-partner-carousel .owl-prev:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    width: 15px;
    height: 15px;
    border-left: 1px solid #17579f;
    border-bottom: 1px solid #17579f;
    transform: translateY(-50%) rotate(45deg)
}

.wrapper-for-partner-carousel .owl-next {
    right: 0;
    background: linear-gradient(90deg, hsla(0, 0%, 100%, .42) 0, hsla(0, 0%, 100%, .81) 33%, #e6ffff)
}

.wrapper-for-partner-carousel .owl-next:before {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    width: 15px;
    height: 15px;
    border-right: 1px solid #17579f;
    border-top: 1px solid #17579f;
    transform: translateY(-50%) rotate(45deg)
}

.w {
    color: #e4ffff
}

.container-for-slider-item {
    position: relative;
    height: 160px
}

.slider-logo-container {
    position: absolute;
    top: 0;
    top: 5%;
    left: 10%;
    width: 100px;
    height: 50px
}

.slider-logo-container img {
    max-width: 100% !important;
    height: auto !important
}

.content-on-slider {
    position: absolute;
    display: flex;
    flex-direction: column;
    bottom: 45px;
    left: 0
}

.content-on-slider .top {
    display: flex;
    width: fit-content;
    background: #fff;
    color: #004494;
    padding: 1px 5px;
    transform: translate(20px, 3px);
    align-items: center
}

.content-on-slider .top a {
    position: relative;
    width: 14px;
    height: 12px;
    color: #004494;
    text-decoration: none;
    margin-left: 5px
}

.content-on-slider .top a:before {
    top: 4px;
    transform: rotate(42deg)
}

.content-on-slider .top a:after, .content-on-slider .top a:before {
    content: "";
    position: absolute;
    width: 7px;
    height: 1px;
    background: #004494;
    left: 2px
}

.content-on-slider .top a:after {
    top: 8px;
    transform: rotate(-42deg)
}

.content-on-slider .bottom {
    background: hsla(0, 0%, 100%, .65);
    color: #2e302e;
    padding: 3px 5px
}

.top-main-slider {
    overflow: hidden;
}

.wrapper-for-carousel {
    position: relative;
    margin: 20px 15px
}

li.header-top-item.hidden-xs.language {
/*    margin-right: 25px;*/
    margin: 0px 1%;
}

.header_span {
    color: lightgrey;
    font-weight: bold;
    font-size: 12px;
    min-width: 100px;
}

.header_span.only-lg {
    text-align: right;
    padding-right: 10px;
}

#span_language {
    left: 28%;
}

#span_cabinet {
/*    margin-right: 1%;*/
}

.main-slider-dots-container {
    position: absolute;
    width: 100px;
    height: 20px;
    bottom: 15px;
    left: 29px
}

.main-slider-dots-container .owl-dot {
    position: relative;
    padding: 0;
    margin: 0 10px 0 0;
    border: none;
    background: #fff;
    width: 8px;
    height: 8px;
    outline: none;
    transform: rotate(45deg)
}

.main-slider-dots-container .owl-dot.active:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: transparent;
    border: 1px solid #333
}

.gradient-line {
    width: 84%;
    background: linear-gradient(90deg, #f97300 0, #ffad07);
    margin: 6px 15px
}

.height-2 {
    height: 2px
}

.height-4 {
    height: 4px
}

.top-main-slider .owl-item img {
    height: 100%;
    width: auto
}

.category-aside-block {
    display: flex;
    flex-direction: column
}

.item-container {
    height: 140px;
    position: relative;
    margin-bottom: 30px
}

.item-container .background {
    background: #676767;
    position: absolute;
    width: 95%;
    height: 95%;
    bottom: 0;
    right: 0
}

.img-container {
    position: absolute;
    width: 95%;
    height: 95%;
    top: 0;
    left: 0;
    background-position: 50% !important;
    background-size: cover !important;
    z-index: 10;
    transition: .2s ease-in-out;
    transition-delay: .2s
}

div.col-xs-12.col-md-9 > div:first-child > div > a > .img-container {
    background: url(../images/category/spares.jpg)
}

div.col-xs-12.col-md-9 > div:nth-child(2) > div > a > .img-container {
    background: url(../images/category/for-workshops.jpg)
}

div.col-xs-12.col-md-9 > div:nth-child(3) > div > a > .img-container {
    background: url(../images/category/auto-chemistry.jpg)
}

div.col-xs-12.col-md-9 > div:nth-child(4) > div > a > .img-container {
    background: url(../images/category/oil.jpg)
}

div.col-xs-12.col-md-9 > div:nth-child(5) > div > a > .img-container {
    background: url(../images/category/filter.jpg)
}

div.col-xs-12.col-md-9 > div:nth-child(6) > div > a > .img-container {
    background: url(../images/category/ADR.jpg)
}

div.col-xs-12.col-md-9 > div:nth-child(7) > div > a > .img-container {
    background: url(../images/category/accesories.jpg)
}

div.col-xs-12.col-md-9 > div:nth-child(8) > div > a > .img-container {
    background: url(../images/category/shyny.jpg)
}

div.col-xs-12.col-md-9 > div:nth-child(9) > div > a > .img-container {
    background: url(../images/category/for-truck.jpg)
}

.img-container:hover {
    width: 100%;
    height: 100%
}

.img-container {
    background: #448794
}

.img-container .triangle {
    border-bottom: 20px solid transparent;
    border-right: 20px solid transparent;
    border-color: transparent #fff #fff transparent;
    border-style: solid;
    border-width: 20px;
    position: absolute;
    bottom: 0;
    right: 0
}

.item-name {
    display: block;
    position: absolute;
    color: #c3f6f9;
    background: #004494;
    font-size: 12px;
    padding: 4px 0 4px 20px;
    width: 90%;
    max-width: 180px;
    left: 0;
    top: 30px
}

.news-container {
    padding-left: 27px;
    padding-right: 39px;
    background: #676767
}

.news-lite-item {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid hsla(0, 0%, 100%, .33);
    padding-bottom: 13px;
    margin-top: 30px
}

.more-news {
    width: 140px;
    padding-bottom: 45px;
    margin-top: 25px
}

.subscibe-block {
    padding: 0 0 45px
}

.subscibe-block .line-top {
    width: 100%;
    height: 3px;
    background-color: #fff;
    margin-bottom: 25px
}

.news-container h2 {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    margin: 35px 0;
    width: 100%
}

.news-container span {
    color: #fff;
    font-size: 12px
}

.news-container a {
    color: #fff;
    font-size: 14px;
    font-weight: 700
}

.new-lite-name {
    color: #fff !important
}

.news-lite-item a span:hover {
    color: #f7a707 !important;
    transition: .1s linear
}

.arrow-down {
    width: 6px;
    height: 6px;
    padding: 0;
    margin: 0;
    background: transparent;
    border: 1px solid #fff;
    border-top: none;
    border-left: none;
    transform: translate(10px, -3px) rotate(45deg)
}

.shadov-button {
    position: relative;
    margin-left: 5px;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    box-sizing: border-box
}

.subscribe-round {
    position: absolute;
    left: 0;
    top: 2px;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #fff;
    transform: translate(-1px, -1px);
    transition: .2s ease-in-out
}

.subscribe-round:before {
    top: 38%;
    transform: translate(-40%) rotate(44deg)
}

.subscribe-round:after, .subscribe-round:before {
    content: "";
    position: absolute;
    width: 35%;
    height: 1px;
    background: #fff;
    left: 50%
}

.subscribe-round:after {
    top: 59%;
    transform: translate(-40%) rotate(-44deg)
}

.subscibe-block a:hover .subscribe-round {
    background: #f7a707;
    transform: translate(3px, -1px)
}

.subscibe-block a {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.recently-added .gradient-line {
    margin: 30px 0 60px;
    height: 8px;
    width: 100%
}

.recently-added .top h2 {
    font-size: 36px;
    color: #2e302e;
    font-weight: 700;
    margin-top: 100px
}

.wrapper-for-recently-addet {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.wrapper-for-recently-addet > div {
    max-width: 290px !important;
    margin: 0 auto 20px
}

.recently-addet-item {
    height: 460px;
    max-width: 290px;
    padding: 15px;
    position: relative;
    border: 3px solid #dedede;
    overflow: hidden;
    transition: .2s ease-in-out
}

.recently-addet-item a, .recently-addet-item a:hover {
    text-decoration: none
}

.recently-addet-img-container {
    display: block;
    height: 140px;
    width: 100%;
    background: url(../images/item.png) no-repeat;
    overflow: hidden;
    background-size: contain !important;
    background-position: 50% !important
}

#ActionCarousel{
    margin-top: 20px;
}

.recently-addet-info {
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    left: 0;
    padding: 15px
}

.recently-addet-info label {
    font-size: 12px !important;
    color: #bebebe !important
}

.recently-addet-info-top {
    display: flex;
    flex-direction: column;
    /* padding: 10px 0;
     border-bottom: 1px solid #dedede*/
}

.recently-addet-info-top label {
    width: 70px
}

.recently-addet-info-top .name {
    display: block;
    overflow: auto;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 100%;
    /*height: 40px;*/
    height:auto;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 10px;
    color: #2e302e
}

.recently-addet-info-top .articul, .recently-addet-info-top .brand {
    font-size: 14px;
    font-weight: 700;
    color: #676767;
    /*overflow: hidden;*/
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis
}

.recently-addet-info-top .where {
    font-size: 12px;
    color: #8d8d8d;
    padding-bottom: 10px;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis
}

.recently-addet-info-bottom span {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.recently-addet-info-bottom .in-stock {
    font-size: 14px;
    color: #676767;
    margin: 14px 0 5px
}

.recently-addet-info-bottom .price {
    font-size: 16px;
    font-weight: 700;
    color: #2e302e;
}

.recently-addet-button .button-container .button-on-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    margin: 0;
    background: #403e37;
    color: #fff;
    cursor: pointer
}

.recently-addet-button .button-container .button-on-item:hover {
    background: #f7a707;
    color: #fff;
    text-decoration: none;
    outline: 1px solid #333;

    outline-offset: 2px;
}

.recently-addet-button .button-container .button-on-item-b2c,.recently-addet-button .button-container .button-on-item-b2c-call {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    margin: 0;
    background: #403e37;
    color: #fff;
    cursor: pointer
}

.recently-addet-button .button-container .button-on-item-b2c:hover,.recently-addet-button .button-container .button-on-item-b2c-call:hover {
    background: #f7a707;
    color: #fff;
    text-decoration: none;
    outline: 1px solid #333;

    outline-offset: 2px;
}
.articul .btn-group select{
    font-size: 14px;
}

.recently-addet-button {
    position: initial;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    box-sizing: border-box
}

.recently-addet-button .button-containR {
    padding: 0
}

.recently-addet-button .button-on-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    margin: 0;
    background: #403e37;
    color: #fff;
    cursor: pointer
}

.recently-addet-button .button-on-item-b2c,.recently-addet-button .button-on-item-b2c-cart {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    margin: 0;
    background: #403e37;
    color: #fff;
    cursor: pointer
}

.recently-addet-button .button-on-item:first-child, .recently-addet-button .button-on-item:nth-child(2) {
    width: 28%
}

.recently-addet-button .button-on-item:nth-child(3) {
    width: 35%
}


.recently-addet-button .button-on-item-b2c:first-child, .recently-addet-button .button-on-item-b2c:nth-child(2) {
    width: 100%;
    background: #f7a707 !important;
}

.recently-addet-button .button-on-item-b2c-call {
    width: 100%
}

.recently-addet-button .button-on-item-b2c:nth-child(3) {
    width: 35%
}



.button-container {
    align-items: center;
   /* padding: 15px 0;*/
    box-sizing: border-box
}

.button-container .button-on-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    margin: 0;
    background: #dedede;
    color: #2e302e;
    cursor: pointer
}


.button-container  .button-on-item {
    width: 20%
}

.button-container  .by-button-logo {
    width: 35%
}

.button-container  .by-button-logo-b2c {
    width: 100%
}

.list-item.viev-tiles-view .table-block {
    color: #8d8d8d
}

.product-item-in-cart {
    padding-left: 5px
}


.manager-contact-top-header, .write-us {
    display: none
}

.bacground-gray {
    background: #676767
}

.bacground-gray .container {
    padding: 0
}

.wrapper-about-company {
    margin: 80px 0 140px
}

.wrapper-about-company h2 {
    color: #cff;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px
}

.wrapper-about-company .about-company-info {
    margin: 20px 0
}

.wrapper-about-company .about-company-info p {
    font-size: 16px;
    color: #fff;
    line-height: 26px
}

.wrapper-about-company .about-company-cert {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 27px
}

.wrapper-about-company .about-company-cert .button {
    position: absolute;
    color: #fff;
    background: #004494;
    padding: 10px 40px;
    font-size: 16px;
    font-weight: 700;
    right: 10%;
    top: 60%
}

.wrapper-about-company .about-company-cert .button:hover {
    text-decoration: none
}

.partner-block {
    margin: 170px 0
}

.partner-block h2 {
    color: #5a5a5a;
    font-size: 36px;
    font-weight: 700
}

.partner-block .gradient-line {
    margin: 30px 0 60px;
    height: 8px;
    width: 100%
}

.partner-carousel {
    overflow: hidden
}

.wrapper-for-partner-carousel {
    position: relative
}

.wrapper-for-partner-carousel .item {
    max-height: 100px !important;
    margin: 0 30px
}

.wrapper-for-partner-carousel .item img {
    max-width: 100%;
    max-height: 80px
}

.partner-dots {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    width: 100px;
    height: 20px;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 70px)
}

.partner-dots .owl-dot {
    position: relative;
    padding: 0;
    margin: 0;
    border: none;
    background: #676767;
    width: 8px;
    height: 8px;
    outline: none;
    transform: rotate(45deg)
}

.partner-dots .owl-dot.active {
    background: #004494 !important
}

.partner-dots .owl-dot.active:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: transparent;
    border: 1px solid #004494
}

.catalog-online {
    margin: 100px 0 60px
}

.catalog-online div {
    margin-bottom: 30px
}

.catalog-online h2 {
    font-size: 36px;
    font-weight: 700;
    color: #2e302e;
    margin-bottom: 40px
}

.catalog-online p {
    font-size: 16px;
    color: #2e302e;
    line-height: 26px
}

.catalog-online .button {
    background: linear-gradient(90deg, #004596 0, #147cf3);
    width: auto;
    padding: 10px 40px;
    display: inline-block;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    margin-top: 50px
}

.catalog-online img {
    margin-top: 95px
}

.underline {
    position: relative;
    color: #004494 !important;
    text-decoration: none !important
}

.underline:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #004494;
    left: 0;
    bottom: -2px
}

.not-login {
    color: #5a5a5a !important;
    font-weight: 700
}

.be-a-partner {
    padding: 180px 0;
    background: #676767;
    clip-path: polygon(100% 0, 0 5%, 0 100%, 100% 95%)
}

.be-a-partner .our-partner {
    margin-bottom: 80px
}

.be-a-partner .our-partner h2 {
    font-size: 36px;
    font-weight: 700;
    color: #fff
}

.be-a-partner .gradient-line {
    margin: 15px 0;
    width: 100%
}

.be-a-partner .gradient-line:nth-child(2) {
    margin-top: 30px !important;
    height: 5px
}

.be-a-partner .gradient-line:nth-child(3) {
    height: 7px
}

.be-a-partner-info h4 {
    color: #cff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 30px
}

.be-a-partner-info h5 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    line-height: 26px
}

.be-a-partner-info p {
    font-size: 14px;
    color: #fff;
    line-height: 26px
}

.be-a-partner-info a {
    color: #fff;
    text-decoration: none;
    margin-top: 20px;
    padding-right: 20px
}

.be-a-partner-info a .arrow-down {
    position: absolute;
    transform: translate(10px, 5px) rotate(45deg)
}

.wrapper-for-small-block {
    margin-top: 100px
}

.block-with-partner-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.be-a-partner-small-block {
    position: relative;
    height: 185px
}

.be-a-partner-small-block span {
    font-size: 14px;
    font-weight: 700;
    height: 65%;
    color: #fff;
    padding-top: 10px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    line-height: 22px
}

.be-a-partner-small-block .be-a-partner-img {
    width: 100%;
    height: 45%
}

.be-a-partner-small-block .be-a-partner-img img {
    max-width: 100%;
    max-height: 100%
}

.cooperate {
    border-radius: 8px;
    background: #797979;
    padding: 35px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.cooperate span {
    font-size: 14px;
    color: #fff;
    letter-spacing: .5px;
    padding-bottom: 10px;
    display: block
}

.cooperate button {
    width: 100%;
    padding: 10px 40px;
    background: linear-gradient(90deg, #2189ff 0, #01fbff);
    border: none;
    border-radius: 0;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    letter-spacing: .5px
}

.our-geography {
    margin-top: 100px
}

.our-geography h2 {
    font-size: 36px;
    font-weight: 700;
    color: #2e302e
}

.our-geography .gradient-line {
    width: 100%;
    margin-left: 0;
    height: 7px;
    margin-top: 30px;
    margin-bottom: 40px
}

.map-container {
    border: 2px solid #dedede;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#map {
    height: 410px
}

.litegray {
    background: #414146;
    padding: 50px 0 60px;
}

.cc {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    color: #fff
}

footer {
    margin-top: 50px
}

footer .panel-group {
    transform: translate(0) !important
}

footer .footer-logo {
    max-width: 100%;
    min-width: 260px;
    transform: translateY(7px)
}

footer h3 {
    margin-top: 0;
    font-size: 28px;
    font-weight: 700;
    color: #004494
}

footer li, footer ul {
    list-style: none;
    padding: 0
}

footer li {
    font-size: 18px;
    font-weight: 700;
    padding: 4px 0
}

footer a, footer a:hover {
    text-decoration: none;
    color: #2e302e
}

footer #heading1 {
    margin-top: 0 !important
}

.contacts .edit-content {
    height: 100%
}

.social-link-footer {
    width: 30px;
    height: 30px
}

.social-link-footer:nth-child(1n+2) {
    margin-left: 25px
}

.adv-line {
    margin-top: 0;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center
}

.adv-line p {
    padding: 0
}

.adv-line a, .adv-line p {
    margin: 0;
    font-size: 12px;
    color: #d8a74a
}

.adv-line a {
    padding: 10px 0 0;
    text-decoration: none
}

.adv-line a:hover {
    color: #d8a74a;
    text-decoration: none
}

.animation-container {
    animation: dilatation 3s linear infinite;
    text-align: center;
}

.promo .btn-block {
    padding: 6px 0px;
}

.promo .filter-element {
    padding-left: 10px;
    padding-right: 10px;
}

.animation-container .animated-item {
    padding: 5px;
    transition: .5s ease-in-out
}

.pulse {
    animation: pulse 3s infinite;
    display: inline-block;
    cursor: pointer
}

.pulse:hover {
    animation-play-state: paused
}

@keyframes pulse {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.03)
    }
    to {
        transform: scale(1)
    }
}

.breadcrumbs-container {
    margin: 15px auto 15px;
}

.panel-custom {
    margin-top: 3px !important;
    border-radius: 0 !important;
    border: none
}

.panel-custom .panel-heading {
    background: #fff;
    border: 1.5px solid #faa61a;
    border-radius: 0;
    height: 40px;
    display: flex;
    align-items: center;
}

.panel-custom .panel-heading h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    width: 100%
}

.panel-custom .panel-heading h4 a {
    display: block;
    width: 100%;
    color: #403e37;
    text-decoration: none
}

.panel-custom .panel-body {
    padding: 0
}

.panel-custom .list-group {
    margin: 0;
    border: 1px solid #dedede;
    border-top: none
}

.panel-custom .list-group-item {
    font-size: 14px !important;
    padding-left: 29px !important;
    color: #5a5a5a;
    transition: .1s ease-in-out
}

.panel-custom .list-group-item:hover {
    background: #faa61a;
    color: #fff !important;;
}


.panel-custom .list-group-item a {
    cursor: pointer;
    width: 100%;
    display: block
}

.panel-custom .list-group-item a {
    font-size: 14px !important;
    text-decoration: none;
    color: #403e37;
}

.panel-custom .list-group-item a:hover {
    font-size: 14px !important;
    text-decoration: none;
    color: #fff;
}

.list-item .border-top-in-item-list {
    border-top: 2px solid #dedede
}

.list-item .row {
    display: flex;
    flex-direction: column;
    align-items: center
}

.list-item .row > div {
    max-width: 290px
}

.list-item tr .header-table-catalog {
    font-size: 12px;
    color: #8d8d8d !important;
    font-weight: 100
}

.recently-addet-info-bottom-second {
    display: none
}

.button-container {
    width: 100%;
    display: flex;
    justify-content: space-between
}

.button-container a {
    font-size: 12px !important;
    font-weight: 700
}

.table-sum, .total-price {
    text-align: right
}

.in-warehouses-block {
    display: none
}

.in-warehouses-block .total-in-warehouses {
    color: #8d8d8d;
    font-size: 12px;
    margin-bottom: 10px
}

.in-warehouses-block img {
    transform: translateY(-1px);
    width: 13px !important;
    height: 13px !important;
    margin-right: 5px
}

.product-item {
    overflow: hidden;
    margin-top: 30px;
    min-height: 530px;
    max-width: 290px;
    position: relative;
    border: 1.5px solid #dddddd;
    border-radius: 10px;
}

.skin #myCarousel .product-item{
    min-height: 300px;
}

.valiant-panel .panel-collapse{
    overflow-y: scroll; max-height: 150px;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body{
    border-top-color: transparent;
}

.btn-group-prod-block .panel-default > .panel-heading{
    background-color: transparent;
    border-color: transparent;
    font-size: 14px;
    font-weight: 700;
    color: #676767;
    padding: 0;
}

.btn-group-prod-block  .panel-body{
    padding: 0;
}

.btn-group-prod-block  .panel-body ul{
    padding: 0;
    margin-bottom: 0;
}

.btn-group-prod-block  .panel-body ul li{
    list-style: none;
    padding: 0 10px;
    font-size: inherit;
}

.btn-group-prod-block .panel-body ul li:hover{
    background-color: #403e37;
    color: white;
    cursor: pointer;
}

.btn-group-prod-block .panel-heading .panel-title{
    width: 100%;
    display: flex;
    padding: 0 10px;
    text-align: center;
    font-size: inherit;
}

.btn-group-prod-block .panel-heading .panel-title:hover{
    cursor: pointer;
}

.list-item.viev-tile .product-item .btn-group-prod-block{
    position: absolute;
    text-align: center;
}

.list-item.viev-tile .product-item .recently-addet-button{
    margin-top: 0;
}

.btn-group-prod-block .panel-default{
    border: none!important;
}

.btn-group-prod-block .panel{
    -webkit-box-shadow: none!important;
     box-shadow: none!important;
}

.product-item:hover {
    border-color: #f7a707;
}

.product-item a, .product-item a:hover {
    text-decoration: none
}

.product-item .recently-addet-img-container {
    display: block;
    height: 140px;
    width: 100%;
    overflow: hidden
}

.product-item .recently-addet-info {
    display: block;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    left: 0;
    padding: 15px;
    padding-bottom:5px;
}

.product-item .recently-addet-info label {
    font-size: 12px !important;
    color: #bebebe !important
}

.product-item .recently-addet-info-top {
    display: flex;
    flex-direction: column;
    /* padding: 10px 0;
     border-bottom: 1px solid #dedede*/
}

.product-item .recently-addet-info-top label {
    width: 70px
}

.product-item .recently-addet-info-top .name {
    display: block;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 100%;
    height: 55px;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 10px;
    color: #2e302e
}

.product-item .recently-addet-info-top .name a {
    display: block;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 100%;
    height: 60px;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 10px;
    color: #2e302e
}
.product-item .recently-addet-info-top .code,
.product-item .recently-addet-info-top .articul,
.product-item .recently-addet-info-top .brand {
    font-size: 14px;
    font-weight: 700;
    color: #676767;
    overflow: hidden;
}

.product-item .recently-addet-info-top .where {
    font-size: 12px;
    color: #8d8d8d;
    padding-bottom: 10px
}

.product-item .recently-addet-info-bottom span {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.product-item .recently-addet-info-bottom .in-stock {
    font-size: 14px;
    color: #676767;
    margin: 5px 0px;
}

.product-item .recently-addet-info-bottom .price {
    font-size: 16px;
    font-weight: 700;
    color: #f7a707;
}

.product-item .recently-addet-info-bottom .price-rrc {
    font-size: 14px;
    font-weight: 900;
    color: #676767;
}

.product-item .recently-addet-info-bottom-second .price-rrc {
    font-size: 14px;
    font-weight: 900;
    color: #676767;
}

.product-item .recently-addet-button {
    left: 0;
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    box-sizing: border-box
}

.product-item .recently-addet-button .button-on-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    margin: 1px;
    background: #403e37;
    color: #fff;
    cursor: pointer
}
.table-striped {
    word-break: break-all;
}
.table-striped .table-image {
    width: 15%;
}
/*.table-striped .table-code,*/
/*.table-striped .table-price-catalog,*/
/*.table-striped .table-available,*/
/*.table-striped .table-brand,*/
/*.table-striped .table-articul {*/
    /*width: 11%;*/
/*}*/
.table-striped .table-code {
    width: 70px;
}
.table-striped .table-item-name {
    width: 15%;
}

.table-striped .table-image .recently-addet-img-container {
    height: 90px;
}

.button-on-item.by-button-logo, .button-on-item-b2c-cart.by-button-logo {
    background-color: #f7a707 !important;
}

.product-item .recently-addet-button .button-on-item[data-code="comp"]{
    width: 14%
}
/*
.product-item .recently-addet-button .button-on-item{
    width: 19%
}*/
.item-card.button-on-item[data-code="comp"]{
    width: 14%
}
.item-card  .button-on-item{
    width: 19%
}

.product-item .recently-addet-button .button-on-item.by-button-logo {
    width: 24%
}
/*
.product-item .recently-addet-button .button-on-item-b2c.by-button-logo {
    width: 24%
}*/

.product-item .recently-addet-button .added-to-cart {
    background: #f7a707 !important
}

.product-item .recently-addet-button .added-to-cart span {
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    padding-left: 5px
}

.product-item.sale {
    border: 3px solid #deff45
}

.product-item.sale .sale-container {
    top: 0;
    left: 0;
    position: absolute;
    width: 130px
}

.product-item.sale .sale-container img {
    width: 100%;
    height: auto
}

.product-item.sale .sale-container .description {
    position: absolute;
    color: #ffa81f;
    font-size: 14px;
    font-weight: 700;
    top: 34%;
    left: 12%
}

.product-item.sale .sale-container .gift-persent {
    position: absolute;
    color: #ff541f;
    font-size: 14px;
    font-weight: 700;
    top: 7%;
    right: 31%;
    transform: rotate(-25deg)
}

.gift-conditions {
    position: absolute;
    color: #56d84d;
    font-size: 12px;
    font-weight: 700;
    width: 65px;
    top: 10px;
    right: 15px;
    text-align: right
}

.recently-addet-item:hover {
    height: 460px
}

.recently-addet-button .button-on-item:hover {
    color: #fff;
    background: linear-gradient(90deg, #004596 0, #147cf3)
}

.currency-radio {
    border: 1px solid #f6f6f6;
    padding: 0 0 17px;
    margin-bottom: 20px;
}

.currency-radio .header {
    font-size: 16px;
    font-weight: 700;
    color: #747474;
    display: block;
    padding: 10px 20px;
    background: #f6f6f6;
    margin-bottom: 17px
}

.brand-search-dropdown {
    position: relative;
    border: 1.5px solid #f6f6f6;
    padding: 0;
    margin-bottom: 17px;
    box-sizing: border-box
}

.brand-search-dropdown .header {
    font-size: 16px;
    font-weight: 700;
    color: #676767;
    display: block;
    padding: 10px 20px;
    background: #f6f6f6
}

.brand-search-dropdown .input-container {
    position: relative;
    width: 100%;
    height: 40px;
    overflow: hidden
}

.brand-search-dropdown .input-container input {
    position: absolute;
    left: -5%;
    width: 120%;
    height: 100%;
    padding: 0 0 0 12%;
    margin: 0;
    border-radius: 0;
    border: none
}

.left-side-brand-dropdown {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    background: #fff;
    top: 100%;
    left: -1px;
    height: 0;
    width: calc(100% + 2px);
    filter: opacity(0);
    overflow: auto;
    transition: .1s ease-in-out;
    z-index: 90
}

.left-side-brand-dropdown .brand-item {
    color: #2e302e;
    font-size: 14px;
    padding: 10px 15px 10px 20px;
    border-bottom: 1px solid #bebebe;
    transition: .1s ease-in-out
}

.left-side-brand-dropdown .brand-item:last-child {
    border-bottom: 0
}

.left-side-brand-dropdown .brand-item a {
    display: block;
    width: 100%;
    color: #2e302e;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer
}

.left-side-brand-dropdown .brand-item:hover {
    background: #ffdc9c
}

.current-show-price-button, .current-sort-button, .more-action-button, .more-contract-number-button, .on-off-brand-list, .show-more-info-item, .show-more-info-item-cart {
    position: absolute;
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
    width: 20px;
    height: 20px;
    top: 50%;
    right: 8px;
    transform: translateY(-50%)
}

.current-show-price-button:before, .current-sort-button:before, .more-action-button:before, .more-contract-number-button:before, .on-off-brand-list:before, .show-more-info-item-cart:before, .show-more-info-item:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%) rotate(45deg);
    width: 5px;
    height: 1px;
    background: #646464
}

.current-show-price-button:after, .current-sort-button:after, .more-action-button:after, .more-contract-number-button:after, .on-off-brand-list:after, .show-more-info-item-cart:after, .show-more-info-item:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 8px;
    transform: translateY(-50%) rotate(-45deg);
    width: 5px;
    height: 1px;
    background: #646464
}

.active .left-side-brand-dropdown {
    height: auto;
    filter: opacity(1);
    border: 1px solid #bebebe;
    box-sizing: border-box
}

.show-more-info-item, .show-more-info-item-cart {
    position: static;
    transform: translate(0) !important;
    border: 1px solid #004494;
    border-radius: 8px;
    outline: transparent
}

.active .current-show-price-button:before, .active .current-sort-button:before, .active.more-action-button:before, .active.more-contract-number-button:before, .active .on-off-brand-list:before, .active .show-more-info-item:before {
    transform: translateY(-50%) rotate(135deg)
}

.active .current-show-price-button:after, .active .current-sort-button:after, .active.more-action-button:after, .active.more-contract-number-button:after, .active .on-off-brand-list:after, .active .show-more-info-item:after {
    transform: translateY(-50%) rotate(-135deg)
}

.currency-radio .currency-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px 0 20px
}

.currency-radio .currency-item label {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    color: #2e302e !important;
    font-weight: 100;
    transition: .1s ease-in-out
}

.currency-radio .currency-item label div {
    display: flex;
    width: 75px;
    justify-content: space-between
}

.currency-radio .currency-item input {
    display: none
}

.currency-radio .currency-item .radio {
    position: relative;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #5a5a5a;
    margin: 0;
    transform: translateY(2px);
    transition: .1s ease-in-out
}

.active .radio {
    border: 1px solid #f7a707 !important
}

.active label {
    font-weight: 700 !important;
}

.active .radio:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #5a5a5a
}
/*breadcrumbs*/
.breadcrumb  {
    width: max-content;
    background: #f5f5f5;
    padding: 0;
}
.breadcrumb li  {
    background-color: #f5f5f5;
    margin: 0;
    border-radius: 4px;
    padding: 10px 8px;
}
.breadcrumb > li + li:before {
    content: ''!important;
    padding: 0;
}
.breadcrumb li:after {
    background: #f5f5f5;
    content: '';
    background-image: url(../images/breadcrumbs-elem-light-2.png);
    width: 70%;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 11px 10px;
}
.breadcrumb li a {
    color: #656565;
    padding: 0 10px 0 5px;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .breadcrumb li:last-child {
    background: #f7a707;
    padding: 10px 0;
    padding-right:8px;
  }
  .breadcrumb li:last-child a {
    color: #fff;
  }
  .breadcrumb li:last-child:before{
    background: transparent;
    content: '';
    background-image: url(../images/breadcrumbs-last.png);
    width: 70%;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 11px 10px;
    margin-right:8px;
  }
  .breadcrumb li:last-child::after{
    display: none;
  }
  .breadcrumb li:nth-last-child(2):after{
    display: none;
}
/*breadcrumbs*/

.bottom-mobile-news {
    margin: 100px 0
}
.page-navigation {
    height: 60px;
    background: #dedede;
    padding: 0;
    padding: 0 !important;
    margin: 0 0 100px;
    display: flex;
    justify-content: center;
    align-items: center
}

.page-navigation ul {
    display: flex;
    align-items: center;
    margin: 0 !important
}

.page-navigation ul li a {
    background: transparent;
    padding: 5px 15px !important;
    border: none;
    color: #2e302e;
    font-size: 14px;
    font-weight: 700
}

.page-navigation ul li a:hover {
    background: transparent;
    color: #2e302e !important
}

.page-navigation ul li.active a {
    background: #f7a707;
    /* border: 2px solid #0b4c99; */
    /* -webkit-border-radius: 20px; */
    -moz-border-radius: 20px;
    /* border-radius: 20px; */
    color: #fff;
    padding: 13px 18px !important;
}

.page-navigation ul li.active a:hover {
    background: #f7a707;
    color: #fff;
    /*border: 2px solid #0b4c99*/
}

.category-open-button {
    width: 100%;
    background: #f7a707;
    border: none;
    border-radius: 0;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    padding: 6px;
    letter-spacing: .5px;
    margin: 0 0 20px
}
.colapsed-category {

}
.page-amount {
    background-color: #dedede;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 15px;
    margin-top: 100px;
}
.page-amount p {
    margin: 0 15px;
    font-size: 14px;
}
.page-amount p span {
    font-weight: 700;
}
.select2-container--krajee .select2-selection--single {
    border-radius: 0;
}
.s2-input-group .input-group-btn > .btn {
    border-radius: 0;
    width: 100%;
    background: #fff;
    font-weight: 600;
}
.s2-input-group .input-group-btn > .btn:hover {
    color: #fff;
    border:1px solid #f7a707;
    background-color: #f7a707;
}
.select2-container--krajee .select2-selection {
    box-shadow: none;
    border: 1px solid #dedede;
}
.select2-container--krajee .select2-selection--single .select2-selection__arrow {
    border-left: none;
}
.select2-container--krajee .select2-search--dropdown .select2-search__field {
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: none;
}
#w1 .input-group.select2-bootstrap-append .select2-container--krajee .select2-selection {
    box-shadow: none!important;
}
#w1 .selection .select2-selection.select2-selection--single:focus {
    box-shadow: none!important;
}
#w1 .select2-container--krajee .select2-dropdown {
    border-radius: 0;
}
#w1 .select2-bootstrap-append .select2-container--krajee {
    width: 99%!important;
    z-index: 1;
}
#w1 .s2-input-group .input-group-btn {
    width: 120px;
}
.select2-container--krajee .select2-results__option--highlighted[aria-selected] {
    background-color: #f7a707!important;
}
@media (max-width: 1024px){
    .breadcrumb {
        max-width:100%;
        overflow: hidden;
    }
    .breadcrumb li {
        padding: 10px 0 10px 4px;
    }

}

@media (max-width: 991px){
    
    .support-phone{
        font-size:20px;
    }

    .contract-info{
        color: #fff;
    }
    .breadcrumbs-container li a {
        font-size: 12px;
        padding: 0px 8px 0 4px;
    }

 

    .colapsed-category {
        display: none;
    }
}
.colapsed-category.active {
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 85vh;
    left: 0;
    top: 50px;
    overflow-y: scroll;
    display: block;
    -webkit-overflow-scrolling: touch
}

.wrapper-sort {
    flex-wrap: wrap;
    align-items: center;
    margin: 0
}

.sort-main-container, .wrapper-sort {
    display: flex;
    justify-content: space-between
}

.sort-main-container {
    width: 300px
}

.sort-container {
    width: 200px;
    display: flex;
    align-items: center;
    position: relative;
    height: 35px;
    background: #fff;
    border: 1px solid #dedede;
    box-sizing: border-box;
    cursor: pointer
}

.sort-container span {
    font-size: 14px;
    margin: 0 0 0 15px;
    max-width: 80%;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis
}

.sort-list {
    position: absolute;
    top: 100%;
    padding: 0;
    list-style: none;
    background: #fff;
    z-index: 10;
    border: 1px solid #dedede;
    box-sizing: border-box;
    width: calc(100% + 2px);
    left: -1px;
    height: 0;
    filter: opacity(0);
    overflow: hidden
}

.sort-list, .sort-list li {
    transition: .1s ease-in-out
}

.sort-list li {
    color: #2e302e;
    font-size: 14px;
    padding: 7px 15px;
    border-bottom: 1px solid #bebebe
}

.sort-list li:hover {
    background: #ffdc9c;
}

.sort-list li a {
    width: 100%;
    display: block;
    color: #2e302e;
    font-size: 14px
}

.sort-list li a, .sort-list li ahover {
    text-decoration: none
}

.active .sort-list {
    height: auto;
    filter: opacity(1)
}


/*******************************************/

.wrapper-show-price {
    flex-wrap: wrap;
    align-items: center;
    margin: 0
}

.show-price-main-container, .wrapper-show-price {
    display: flex;
    justify-content: space-between
}

.show-price-main-container {
    width: 300px
}

.show-price-container {
    width: 200px;
    display: flex;
    align-items: center;
    position: relative;
    height: 35px;
    background: #fff;
    border: 1px solid #dedede;
    box-sizing: border-box;
    cursor: pointer
}

.show-price-container span {
    font-size: 14px;
    margin: 0 0 0 15px;
    max-width: 80%;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis
}

.show-price-list {
    position: absolute;
    top: 100%;
    padding: 0;
    list-style: none;
    background: #fff;
    z-index: 10;
    border: 1px solid #dedede;
    box-sizing: border-box;
    width: calc(100% + 2px);
    left: -1px;
    height: 0;
    filter: opacity(0);
    overflow: hidden
}

.show-price-list, .show-price-list li {
    transition: .1s ease-in-out
}

.show-price-list li {
    color: #2e302e;
    font-size: 14px;
    padding: 7px 15px;
    border-bottom: 1px solid #bebebe
}

.show-price-list li:hover {
    background: #ffdc9c;
}

.show-price-list li a {
    width: 100%;
    display: block;
    color: #2e302e;
    font-size: 14px
}

.show-price-list li a, .show-price-list li ahover {
    text-decoration: none
}

.active .show-price-list {
    height: auto;
    filter: opacity(1)
}

.item-view {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.item-view button {
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
    height: 17px;
    cursor: pointer;
    outline: transparent;
    background-size: contain !important
}

.item-view button:first-child {
    background: url(../images/button-view/tile.svg) no-repeat;
    width: 17px;
    margin: 5px;
}

.item-view button:nth-child(2) {
    background: url(../images/button-view/list.svg) no-repeat;
    width: 21px;
    height: 21px;
    margin: 5px;
}

.item-view button:nth-child(3) {
    background: url(../images/button-view/tiles-view.svg) no-repeat;
    width: 17px;
    display: contents;
    margin: 5px;
}

.item-view button.active:first-child {
    background: url(../images/button-view/tile-blue.svg) no-repeat
}

.item-view button.active:nth-child(2) {
    background: url(../images/button-view/list-blue.svg) no-repeat
}

.item-view button.active:nth-child(3) {
    background: url(../images/button-view/tiles-view-blue.svg) no-repeat
}

.only-available input {
    margin-right: 10px
}

.only-available label {
    font-size: 16px;
    font-weight: 100
}

.viev-list .sale-container .description, .viev-list .sale-container .gift-persent, .viev-tiles-view .sale-container .description, .viev-tiles-view .sale-container .gift-persent {
    font-size: 12px !important
}

.viev-list .product-item.sale .sale-container, .viev-tiles-view .product-item.sale .sale-container {
    width: 90px
}

.viev-list .product-item.sale .sale-container .gift-persent, .viev-tiles-view .product-item.sale .sale-container .gift-persent {
    top: 8px;
    right: 23px
}

.viev-list .product-item.sale .sale-container .description, .viev-tiles-view .product-item.sale .sale-container .description {
    left: 6px
}

.viev-list .gift-conditions, .viev-tiles-view .gift-conditions {
    top: 1px;
    right: auto;
    left: 65px
}

.viev-list .row, .viev-tiles-view .row {
    display: flex !important;
    flex-direction: column
}

.viev-list .row .col-xs-12, .viev-tiles-view .row .col-xs-12 {
    width: 100% !important;
    max-width: 100%
}

.viev-list .row .col-xs-12 .product-item, .viev-tiles-view .row .col-xs-12 .product-item {
    max-width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    overflow: hidden;
    padding: 15px;
}

.viev-list .row .col-xs-12 .product-item .recently-addet-img-container, .viev-tiles-view .row .col-xs-12 .product-item .recently-addet-img-container {
    width: 100%
}

.viev-list .row .col-xs-12 .product-item .recently-addet-info-top, .viev-tiles-view .row .col-xs-12 .product-item .recently-addet-info-top {
    padding-top: 0;
    border: none
}

.viev-list .row .col-xs-12 .product-item .recently-addet-info-top label, .viev-tiles-view .row .col-xs-12 .product-item .recently-addet-info-top label {
    width: 90px
}

.viev-list .row .col-xs-12 .product-item .recently-addet-info, .viev-tiles-view .row .col-xs-12 .product-item .recently-addet-info {
    width: 100%;
    position: static;
    padding: 0
}

.viev-list .row .col-xs-12 .product-item .in-warehouses-block, .viev-tiles-view .row .col-xs-12 .product-item .in-warehouses-block {
    display: flex;
    flex-direction: column;
    width: 100%;
    font-size: 12px;
    color: #8d8d8d;
    overflow: auto
}

.viev-list .row .col-xs-12 .product-item .in-warehouses-block .available, .viev-list .row .col-xs-12 .product-item .in-warehouses-block .days, .viev-list .row .col-xs-12 .product-item .in-warehouses-block .in-city, .viev-list .row .col-xs-12 .product-item .in-warehouses-block .time, .viev-tiles-view .row .col-xs-12 .product-item .in-warehouses-block .available, .viev-tiles-view .row .col-xs-12 .product-item .in-warehouses-block .days, .viev-tiles-view .row .col-xs-12 .product-item .in-warehouses-block .in-city, .viev-tiles-view .row .col-xs-12 .product-item .in-warehouses-block .time {
    display: flex;
    justify-content: space-between;
    padding-bottom: 8px
}

.viev-list .row .col-xs-12 .product-item .in-warehouses-block .added-to-cart.days span:first-child, .viev-tiles-view .row .col-xs-12 .product-item .in-warehouses-block .added-to-cart.days span:first-child {
    color: #006878
}

.viev-list .row .col-xs-12 .product-item .in-warehouses-block .time span:first-child, .viev-tiles-view .row .col-xs-12 .product-item .in-warehouses-block .time span:first-child {
    color: #ba4a00
}

footer .footer-logo.b2b {
    min-width: 0px;
    width: 150px;
}
footer .b2b {
    text-align: right;
}

.footer-logo-fb {
    width: 13%;
}

.viev-list .row .col-xs-12 .product-item .in-warehouses-block .active, .viev-list .row .col-xs-12 .product-item .in-warehouses-block .available-quantity, .viev-tiles-view .row .col-xs-12 .product-item .in-warehouses-block .active, .viev-tiles-view .row .col-xs-12 .product-item .in-warehouses-block .available-quantity {
    font-size: 14px;
    color: #f7a707
}

.viev-list .row .col-xs-12 .product-item .recently-addet-info-bottom, .viev-tiles-view .row .col-xs-12 .product-item .recently-addet-info-bottom {
    display: none
}

.viev-list .row .col-xs-12 .product-item .recently-addet-info-bottom-second, .viev-tiles-view .row .col-xs-12 .product-item .recently-addet-info-bottom-second {
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

.viev-list .row .col-xs-12 .product-item .recently-addet-info-bottom-second .your-price, .viev-tiles-view .row .col-xs-12 .product-item .recently-addet-info-bottom-second .your-price {
    color: #bebebe
}

.viev-list .row .col-xs-12 .product-item .recently-addet-info-bottom-second .price, .viev-tiles-view .row .col-xs-12 .product-item .recently-addet-info-bottom-second .price {
    font-size: 22px;
    font-weight: 700;
    color: #2e302e;
}

.viev-list .row .col-xs-12 .product-item .recently-addet-button, .viev-tiles-view .row .col-xs-12 .product-item .recently-addet-button {
    position: unset;
    flex-direction: column;
    align-items: flex-end;
    justify-content: start;
    padding: 0
}

.viev-list .row .col-xs-12 .product-item .recently-addet-button .button-container, .viev-tiles-view .row .col-xs-12 .product-item .recently-addet-button .button-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 20px
}

.viev-list .row .col-xs-12 .product-item .recently-addet-button .discount, .viev-tiles-view .row .col-xs-12 .product-item .recently-addet-button .discount {
    color: #5a5a5a;
    font-size: 14px
}

.list-item .table {
    display: none
}

.viev-tiles-view .product-item {
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important
}

.viev-tiles-view .active .product-item {
    height: auto !important;
    padding: 15px !important;
    border: 3px solid #dedede !important
}

.viev-tiles-view .active .product-item.sale {
    height: auto !important;
    padding: 15px !important;
    border: 3px solid #deff45 !important
}

.table-item-name {
    width: 100px
}

.table-by-button {
    min-width: 48px;
    width: 180px
}

.table-articul {
    width: 100px
}

.table-for-button {
    width: 25px;
    max-width: 25px
}

.table-brand {
    width: 80px
}

.table-block {
    display: none !important
}

.table-price {
    width: 60px;
    overflow: hidden
}

.available-table, .table-price {
    text-align: right
}

.table-price-catalog {
    font-size: 12px;
    color: #ffa81f;
    font-weight: 700
}

.grid-view table {
    border: none !important
}

.main-catalog-container table {
    font-size: 12px
}

.main-catalog-container .table-price {
    text-align: right
}

table tbody tr th {
    border: none
}

.input-group-addon .kv-date-calendar, .select2-selection .select2-selection--single {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important
}

.table-price a {
    font-size: 12px;
    font-weight: 100;
    color: #8d8d8d;
    text-transform: none
}

.table-quantity {
    width: 70px
}

.table-quantity a {
    font-size: 12px;
    font-weight: 100;
    color: #8d8d8d;
    text-transform: none
}

.table-quantity div {
    width: 100%;
    height: 22px;
    position: relative;
    border: 1px solid #b2b2b2;
    overflow: hidden
}

.table-quantity div input {
    width: 70px;
    height: 100%;
    border: none;
    top: 0;
    left: -10px;
    border-radius: 0;
    padding: 0 15px;
    margin: 0;
    outline: transparent
}

.table-quantity form:nth-child(n+2) {
    margin-top: 10px
}

.table-quantity input {
    width: 100%
}

.viev-tiles-view .table > tbody > tr > td, .viev-tiles-view .table > tbody > tr > th, .viev-tiles-view .table > tfoot > tr > td, .viev-tiles-view .table > tfoot > tr > th, .viev-tiles-view .table > thead > tr > td, .viev-tiles-view .table > thead > tr > th {
    padding: 10px 5px
}

.viev-tiles-view .table-striped:nth-child(odd) tr {
    background: #fff
}

.viev-tiles-view .tabel-price {
    color: #ffa81f
}

.viev-tiles-view .button-container {
    padding: 0
}

.viev-tiles-view table {
    display: inline-table !important;
    margin: 0
}

.viev-tiles-view .table-block {
    display: block !important
}

.item-card-wrapper {
    padding: 0 0 100px
}

.item-card-wrapper table tr td:first-child {
    font-size: 16px;
    color: #2e302e;
    padding-left: 40px
}

.item-card-wrapper table tr td:nth-child(2) {
    font-size: 14px;
    color: #2e302e
}

.item-card {
    padding: 45px 15px;
    border: 1px solid #dedede;
    margin-left: 0 !important;
    margin-right: 0 !important
}

.item-card .button-on-item {
    background: #403e37;;
    color: #fff;
    text-decoration: none
}

.item-card .button-on-item:hover {
    background: #f7a707;
    color: #fff;
    text-decoration: none;
    outline: 1px solid #333;
    outline-offset: 3px;
}

.item-card .added-to-cart {
    background: #f7a707 !important
}

.item-card .added-to-cart span {
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    padding-left: 5px
}

.item-card .button-container {
    padding: 10px 0;
    border-bottom: 1px solid #dedede
}

.item-card .recently-addet-info-top {
    border: none
}

.item-card .recently-addet-info-top .name {
    font-size: 18px;
    font-weight: 700;
    height:auto;
   /* height: 50px;
    overflow: hidden;*/
}

.item-card .recently-addet-info-top .where {
    font-size: 14px;
    color: #5a5a5a;
}

.item-card .recently-addet-info-top label {
    font-size: 14px;
    font-weight: 100;
    color: #676767;
    width: 120px
}

.item-card .recently-addet-info-top > span {
    display: flex;
    justify-content: space-between
}

.item-card .price-description {
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}

.item-card .price-description .your-price {
    font-size: 14px;
    color: #8d8d8d
}

.item-card .price-description .price {
    font-size: 20px;
    font-weight: 700;
    color: #2e302e;
}

.item-card .price-description p {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.item-card .price-description .discount {
    font-size: 14px;
    color: #5a5a5a
}

.bold {
    font-weight: 700
}

.stock-availability {
    display: flex;
    flex-direction: column;
    padding-top: 25px
}

.stock-availability .available, .stock-availability .in-city {
    padding: 5px 0;
    display: block;
    justify-content: space-between
}

.stock-availability .left-side {
    width: 100px;
    display: inline-block
}

.similar-goods h2 {
    font-size: 20px;
    color: #5a5a5a;
    margin: 50px auto
}

.similar-goods-item {
    display: flex;
    flex-direction: column;
    height: 110px;
    max-width: 250px;
    padding: 0 20px 20px;
    margin-bottom: 25px
}

.similar-goods-item .button-on-item {
    background: #dedede;
    color: #2e302e;
    text-decoration: none
}

.similar-goods-item .button-on-item:hover {
    background: linear-gradient(90deg, #004596 0, #147cf3);
    color: #fff;
    text-decoration: none
}

.similar-goods-item .similar-goods-item-top {
    height: 65px;
    width: 100%;
    display: flex;
    color: #6b6c6b;
    text-decoration: none
}

.similar-goods-item .similar-goods-item-top .similar-goods-img {
    width: 35%;
    height: 100%
}

.similar-goods-item .similar-goods-item-top .similar-goods-info {
    width: 65%;
    overflow: hidden
}

.similar-goods-item .similar-goods-item-top .similar-goods-info p {
    margin-bottom: 2px
}

.similar-goods-item .similar-goods-item-top .similar-goods-info .name {
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    overflow: hidden;
    height: 37px
}

.similar-goods-item .similar-goods-item-top .similar-goods-info .brand {
    font-size: 12px
}

.similar-goods-item .similar-goods-item-top .similar-goods-info .brand span {
    font-size: 14px;
    font-weight: 700;
    margin-left: 10px
}

.similar-goods > div > div:last-child > div {
    border-bottom: none
}

.cross {
    position: relative;
    width: 100%;
    border-bottom: 2px solid #dedede;
    margin: 70px auto 50px
}

.cross span {
    position: absolute;
    font-size: 18px;
    font-weight: 700;
    color: #5a5a5a;
    width: 150px;
    border-radius: 7px 7px 0 0;
    top: -34px;
    text-align: center;
    background: #dedede;
    padding: 5px 0
}

.cart-tabs {
    display: flex;
    flex-direction: column;
    border-bottom: 2px solid #dedede
}

.cart-tabs li {
    height: 30px;
    border: none;
    margin: 0;
    margin-top: 5px;
}

.cart-tabs li a {
    height: 100%;
    padding: 0 15px;
    display: flex;
    align-items: center;
    background: transparent;
    border: none;
    transition: .1s ease-in-out;
    margin-right: 0
}

.cart-tabs li .small-icon-container {
    width: 16px;
    height: 16px;
    background-position: 50% !important;
    background-size: cover !important;
    margin-right: 5px
}















/* cart */
.cart-tabs li:first-child .small-icon-container {
    background: url(../images/icons_b2b/personal/gray/cart-green.svg) no-repeat
}

.cart-tabs li:first-child a:hover .small-icon-container {
    background: url(../images/icons_b2b/personal/white/cart-white.svg) no-repeat
}

.cart-tabs li.active:first-child .small-icon-container {
    background: url(../images/icons_b2b/personal/white/cart-white.svg) no-repeat
}
/* load cart from xls */
.cart-tabs li:nth-child(2) .small-icon-container {
    background: url(../images/icons_b2b/personal/gray/shopping-list-green.svg) no-repeat
}

.cart-tabs li:nth-child(2) a:hover .small-icon-container {
    background: url(../images/icons_b2b/personal/white/shopping-list-white.svg) no-repeat
}

.cart-tabs li.active:nth-child(2) .small-icon-container {
    background: url(../images/icons_b2b/personal/white/shopping-list-white.svg) no-repeat
}
/* get xls price */
.cart-tabs li:nth-child(3) .small-icon-container {
    background: url(../images/icons_b2b/personal/gray/download-to-storage-drive-gray.svg) no-repeat
}
.cart-tabs li:nth-child(3) a:hover .small-icon-container {
    background: url(../images/icons_b2b/personal/white/download-to-storage-drive-white.svg) no-repeat
}
.cart-tabs li.active:nth-child(3) .small-icon-container {
    background: url(../images/icons_b2b/personal/white/download-to-storage-drive-white.svg) no-repeat
}
/* orders */
.cart-tabs li:nth-child(4) .small-icon-container {
    background: url(../images/icons_b2b/personal/gray/sort-button.svg) no-repeat
}
.cart-tabs li:nth-child(4) a:hover .small-icon-container {
    background: url(../images/icons_b2b/personal/white/sort-button.svg) no-repeat
}
.cart-tabs li.active:nth-child(4) .small-icon-container {
    background: url(../images/icons_b2b/personal/white/sort-button.svg) no-repeat
}
/* comparison */
.cart-tabs li:nth-child(5) .small-icon-container {
    background: url(../images/icons_b2b/personal/gray/scale-in-balance.svg) no-repeat
}
.cart-tabs li:nth-child(5) a:hover .small-icon-container {
    background: url(../images/icons_b2b/personal/white/scale-in-balance.svg) no-repeat
}
.cart-tabs li.active:nth-child(5) .small-icon-container {
    background: url(../images/icons_b2b/personal/white/scale-in-balance.svg) no-repeat
}
/* waitlist */
.cart-tabs li:nth-child(6) .small-icon-container {
    background: url(../images/icons_b2b/personal/gray/sort-button.svg) no-repeat
}
.cart-tabs li:nth-child(6) a:hover .small-icon-container {
    background: url(../images/icons_b2b/personal/white/sort-button.svg) no-repeat
}
.cart-tabs li.active:nth-child(6)  .small-icon-container {
    background: url(../images/icons_b2b/personal/white/sort-button.svg) no-repeat
}
/* back order */
.cart-tabs li:nth-child(7) .small-icon-container {
    background: url(../images/icons_b2b/personal/gray/back.svg) no-repeat
}

.cart-tabs li:nth-child(7) a:hover .small-icon-container {
    background: url(../images/icons_b2b/personal/white/back.svg) no-repeat
}
.cart-tabs li.active:nth-child(7) .small-icon-container {
    background: url(../images/icons_b2b/personal/white/back.svg) no-repeat
}
/*.cart-tabs li:nth-child(7) .small-icon-container {
    background: url(../images/icons_b2b/personal/gray/icon.svg) no-repeat
}

.cart-tabs li:nth-child(7) a:hover .small-icon-container {
    background: url(../images/icons_b2b/personal/white/icon.svg) no-repeat
}*/
/* rs-club */
.cart-tabs li:nth-child(8) .small-icon-container {
    background: url(../images/icons_b2b/personal/gray/club.svg) no-repeat
}

.cart-tabs li:nth-child(8) a:hover .small-icon-container {
    background: url(../images/icons_b2b/personal/white/club.svg) no-repeat
}
.cart-tabs li.active:nth-child(8) .small-icon-container {
    background: url(../images/icons_b2b/personal/white/club.svg) no-repeat
}
/* subscribe price send */
.cart-tabs li:nth-child(9) .small-icon-container {
    background: url(../images/icons_b2b/personal/gray/icon.svg) no-repeat
}

.cart-tabs li:nth-child(9) a:hover .small-icon-container {
    background: url(../images/icons_b2b/personal/white/icon.svg) no-repeat
}
.cart-tabs li.active:nth-child(9) .small-icon-container {
    background: url(../images/icons_b2b/personal/white/icon.svg) no-repeat
}
/* balance */
.cart-tabs li:nth-child(10) .small-icon-container {
    background: url(../images/icons_b2b/personal/gray/coin-stack-green.svg) no-repeat
}

.cart-tabs li:nth-child(10) a:hover .small-icon-container {
    background: url(../images/icons_b2b/personal/white/coin-stack-white.svg) no-repeat
}
.cart-tabs li.active:nth-child(10) .small-icon-container {
    background: url(../images/icons_b2b/personal/white/coin-stack-white.svg) no-repeat
}
/* journal */
.cart-tabs li:nth-child(11) .small-icon-container {
    background: url(../images/icons_b2b/personal/gray/history-clock-button-green.svg) no-repeat
}

.cart-tabs li:nth-child(11) a:hover .small-icon-container {
    background: url(../images/icons_b2b/personal/white/history-clock-button-white.svg) no-repeat
}
.cart-tabs li.active:nth-child(11) .small-icon-container {
    background: url(../images/icons_b2b/personal/white/history-clock-button-white.svg) no-repeat
}

/* integration */
.cart-tabs li:nth-child(12) .small-icon-container {
    background: url(../images/icons_b2b/personal/gray/plug-silhouette-green.svg) no-repeat
}

.cart-tabs li:nth-child(12) a:hover .small-icon-container {
    background: url(../images/icons_b2b/personal/white/plug-silhouette-white.svg) no-repeat
}
.cart-tabs li.active:nth-child(12) .small-icon-container {
    background: url(../images/icons_b2b/personal/white/plug-silhouette-white.svg) no-repeat
}
/* profile */
.cart-tabs li:nth-child(13) .small-icon-container {
    background: url(../images/icons_b2b/personal/gray/user-green.svg) no-repeat
}

.cart-tabs li:nth-child(13) a:hover .small-icon-container {
    background: url(../images/icons_b2b/personal/white/user-white.svg) no-repeat
}
.cart-tabs li.active:nth-child(13) .small-icon-container {
    background: url(../images/icons_b2b/personal/white/user-white.svg) no-repeat
}
.cart-tabs li a {
    color: #5a5a5a;
    font-size: 16px;
    background: #f5f5f5
}

.cart-tabs li a:hover {
    background: #f7a707;
    color: #fff
}

.cart-tabs li.active a {
    background: #f7a707 !important;
    color: #fff !important;
    border: none !important
}

.cart-tabs li.active a:hover {
    background: #f7a707 !important;
    color: #fff;
    border: none !important
}





.cart-tab-content #cart {
    margin-top: 0
}

.top-cart-button {
    margin-bottom: 25px
}

.top-cart-button a {
    text-decoration: none
}

.top-cart-button label {
    margin: 0
}

.top-cart-button .container-button {
    height: 30px;
    overflow: hidden;
    border: 1px solid #dedede;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 5px 0
}

.top-cart-button input {
    display: none
}

.top-cart-button button {
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
    background: transparent
}

.top-cart-button img {
    width: 16px;
    margin-right: 5px;
    margin-bottom: 2px
}

.top-cart-button span {
    font-size: 12px;
    font-weight: 100;
    height: 30px;
    color: #8d8d8d;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.trash-icon {
    width: 16px;
    transform: translateY(-3px);
    margin-right: 20px
}

.active.show-more-info-item-cart:before {
    transform: translateY(-50%) rotate(135deg)
}

.active.show-more-info-item-cart:after {
    transform: translateY(-50%) rotate(-135deg)
}

.product-item-in-table {
    height: 0 !important;
    padding: 0;
    margin: 2px 0 !important;
    border: none
}

.active.product-item-in-table {
    height: auto !important;
    padding: 15px;
    border: 3px solid #dedede
}

.table-delete-item-from-cart .table-with-input {
    display: flex;
    align-items: center;
    margin-top: -1px;
    margin-left: 17px
}

.table-delete-item-from-cart .table-with-input .checkbox {
    margin: 0
}

.table-delete-item-from-cart .table-with-input .checkbox .custom-checkbox {
    left: 0;
    margin: 0 0 0 8px
}

.table-delete-item-from-cart .table-with-input > input {
    padding-left: 15px
}

.table-delete-item-from-cart label {
    margin: 0
}

.mail-header-link {
    margin: 0px 1%;
}

.table-headline th {
    font-size: 12px;
    font-weight: 100;
    color: #8d8d8d
}

.cart-tabs-history {
    margin-top: 40px
}

.cart-tabs-history li a {
    font-size: 14px;
    font-weight: 100
}

.cart-tabs-history li a .badge {
    margin-left: 10px
}

.table-available {
    text-align: right !important
}

.tabel-item-headline {
    background: #f5f5f5
}

.tabel-item-headline .show-more-info-item-cart {
    float: right;
    margin-right: 17px
}

.tabel-item-headline th {
    font-size: 14px;
    color: #2e302e;
    font-weight: 100;
    border: none !important
}

.grey-row {
    color:#aaa !important;
    /*background-color: #aaa !important;*/
}
.pills-property li a{
    border: 1px solid #f7a707;
    border-radius: 5px;
    padding: 6px 12px;
}

.pills-property li{

    margin-top:2px;
    margin-left:0px !important;
    margin-right:2px;
}

.pills-property li.active a{
    background-color: #f7a707;
}
.pills-property li.active a:hover{
    background-color: #f7a707;
}

.grey-btn a{
    color:#aaa;
    border: 1px solid #8c8c8c !important;
    border-radius: 5px;
    padding: 6px 12px;
}

.tabel-item-headline .table-item-name {
    font-size: 12px
}

.tabel-item-headline .table-price {
    font-weight: 700;
    color: #ffa81f
}

.warning-row .table-price {
    color: #000000 !important;
}

.tabel-item-headline .table-sum {
    font-weight: 700;
    min-width: 65px
}

.days img, .in-city img, .time img {
    width: 16px;
    transform: translateY(-3px);
}

table .in-city, table .total-in-warehouses {
    display: flex;
    justify-content: space-between
}

table .in-city img, table .shipping-information img, table .total-in-warehouses img {
    margin-right: 5px
}

table .shipping-information span {
    font-size: 12px;
    color: #066300
}

.header-order-main-information {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 85px;
    width: 100%!important;
    background: #676767;
    color: #fff;
    padding: 0 15px
}

@media (min-width: 768px) {

    .header-order-main-information {
        width: 803px!important;
    }

}

@media (min-width: 992px) {
    .header-order-main-information {
        min-width: 924px!important;
        width: 100%!important;
    }
}


.cart-button {
    margin: 10px;
}

.more-actions {
    font-size: 12px !important
}

.more-actions, .more-contract-number {
    position: relative;
    display: flex;
    align-items: center;
    height: 40px;
    padding: 0 40px 0 13px;
    margin-left: -13px;
    font-size: 14px;
    cursor: pointer
}

th {
    border: none !important
}

.tabel-item-headline .custom-checkbox-container {
    margin-left: 5px !important;
    display: flex
}

.tabel-item-headline .custom-checkbox-container label span {
    margin: 0 !important
}

.more-actions .more-action-button:before, .more-contract-number-button:before {
    width: 6px !important
}

.more-actions .more-action-button:after, .more-contract-number-button:after {
    width: 6px !important;
    left: 7px
}

.more-contract-number {
    position: relative;
    display: flex;
    align-items: center;
    height: 40px;
    padding: 0 40px 0 13px;
    margin-left: -13px;
    font-size: 12px
}

.active.more-actions, .active.more-contract-number {
    background: #8d8d8d
}

.more-action-button, .more-contract-number-button {
    position: relative;
    right: 0;
    padding: 0;
    margin: 0;
    width: 20px;
    height: 20px;
    top: auto;
    transform: translate(0)
}

.more-action-button:before, .more-contract-number-button:before {
    background: #fff !important;
    left: 10px !important
}

.more-action-button:after, .more-contract-number-button:after {
    background: #fff !important;
    left: 14px !important
}

.more-actions-list, .more-contract-number-list {
    position: absolute;
    padding: 0;
    list-style: none;
    margin: 0;
    width: 100%;
    background: #8d8d8d;
    z-index: 10;
    top: 100%;
    left: 0;
    height: 0;
    overflow: hidden
}

.more-actions-list .upload-container, .more-actions-list a, .more-contract-number-list .upload-container, .more-contract-number-list a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none;
    padding: 10px 15px;
    font-size: 12px;
    line-height: 14px
}

.more-actions-list .upload-container:hover, .more-actions-list a:hover, .more-contract-number-list .upload-container:hover, .more-contract-number-list a:hover {
    background: #676767
}

.more-actions-list label, .more-contract-number-list label {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-left: 0
}

.more-actions-list label:hover, .more-contract-number-list label:hover {
    background: #676767
}

.more-actions-list li, .more-contract-number-list li {
    height: auto;
    padding: 5px 0
}

.more-actions-list li img, .more-contract-number-list li img {
    width: 16px;
    margin-right: 5px
}

.active.more-actions .more-actions-list, .active.more-contract-number .more-contract-number-list {
    height: auto
}

.upload-container {
    height: 100%
}

.upload-container label {
    font-size: 12px;
    font-weight: 100 !important
}

.upload-container input {
    display: none
}

.order-table {
    border: 2px solid #dedede;
    width: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
    margin-bottom: 30px
}

.order-table .table {
    margin-bottom: 0
}

.table-debt tr:nth-child(odd) {
    background: #fff
}

.table-debt tr th {
    border: none !important;
    padding: 12px 8px !important
}

.make-order {
    color: #fff;
    background-color: #f7a707;
    font-weight: 700;
    padding: 8px 0px;
    margin: 0 0 0 10px;
    border: none;
    border-radius: 0;
    text-align: center;
}

.make-order-b2c {
    color: #fff;
    background-color: #f7a707;
    font-weight: 700;
    padding: 8px 0px;
    margin: 0 0 0 10px;
    border: none;
    border-radius: 0;
    text-align: center;
}

.table-duty {
    text-align: right
}

.to-pay {
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

.to-pay .top {
    font-size: 12px;
    color: #fff;
    padding-bottom: 7px
}

.to-pay .bottom {
    text-align: right;
    font-size: 16px;
    font-weight: 700;
    color: #f7a707
}

.make-order:hover {
    background: #fff;
    color: #333;
}

.total {
    font-size: 12px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.total th {
    font-weight: 100;
    border: none !important;
    padding: 0 !important
}

.total tr:first-child th {
    padding-bottom: 11px !important
}

.total tr th:first-child {
    text-align: right
}

.total tr th:nth-child(2) {
    padding-left: 10px !important
}

.status {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    margin-right: 5px
}

.product-item-in-table {
    margin: 0;
    background: #fff;
    height: auto;
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-direction: row
}

.product-item-in-table .recently-addet-img-container {
    width: 22%;
    /*background: url("images/sale.png") no-repeat;*/
    background-size: contain;
    background-position: 50%
}

.product-item-in-table .recently-addet-info {
    padding: 0 15px 0 0;
    width: 30%;
    position: static
}

.product-item-in-table .recently-addet-info .recently-addet-info-top {
    padding-top: 0;
    border-bottom: none
}

.product-item-in-table .recently-addet-info .recently-addet-info-top .name {
    font-size: 18px;
    font-weight: 100;
    height: 46px
}

.product-item-in-table .in-warehouses-block {
    display: flex;
    flex-direction: column;
    width: 22%;
    padding: 0 15px;
    font-size: 12px;
    color: #8d8d8d;
    overflow: auto
}

.product-item-in-table .in-warehouses-block .in-city {
    padding: 5px 0;
    color: #2e302e
}

.product-item-in-table .recently-addet-info-bottom-second {
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

.product-item-in-table .recently-addet-info-bottom-second .your-price {
    color: #bebebe
}

.product-item-in-table .recently-addet-info-bottom-second .price {
    font-size: 22px;
    font-weight: 700;
    color: #2e302e;
}

.product-item-in-table .recently-addet-info-bottom-second .discount {
    color: #5a5a5a;
    font-size: 14px
}

.product-item-in-table .recently-addet-button {
    position: unset;
    flex-direction: column;
    align-items: flex-end;
    justify-content: start;
    padding-top: 0;
    width: 25%;
    padding-left: 15px
}

.product-item-in-table .button-container {
    display: none
}

.order-item-container {
    border: 3px solid #dedede;
    padding: 30px 15px;
    margin: 10px 0
}

.order-item-container table tr th {
    border: none
}

.order-main-information .item-number {
    color: #8d8d8d
}

.order-main-information .right-side {
    border-left: 1px solid #dedede
}

.order-main-information .right-side table td {
    border: none;
    padding: 5px
}

.order-main-information .left-side table {
    margin-top: 40px
}

.order-main-information .left-side table td {
    border: none;
    padding: 5px
}

.some-label {
    margin-top: 15px
}

.some-label img {
    width: 22px;
    height: 22px
}

.company-contract-number-table table tr td:first-child {
    color: #8d8d8d
}

.order-main-item table tr:nth-child(odd) {
    background: #fff
}

.right-side table tr td:first-child {
    min-width: 80px;
    font-size: 12px;
    color: #8d8d8d
}

.order-main-item {
    overflow: hidden;
    height: 0;
    filter: opacity(0);
    margin-top: 0;
    transition: .1s ease-in-out
}

.order-main-item tr th:first-child {
    padding-left: 25px
}

.order-main-item tr th:last-child {
    padding-right: 25px
}

.table-debt tr th:first-child {
    padding-left: 25px !important
}

.table-debt tr th:last-child {
    padding-right: 25px !important
}

.order-button {
    position: absolute;
    background: transparent;
    padding: 0;
    margin: 0;
    width: 35px;
    height: 35px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    position: static;
    transform: translate(0) !important;
    border: 1px solid #004494;
    border-radius: 15px;
    outline: transparent
}

.order-button:before {
    left: 10px;
    transform: translateY(-50%) rotate(45deg)
}

.order-button:after, .order-button:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 8px;
    height: 1px;
    background: #646464
}

.order-button:after {
    left: 15px;
    transform: translateY(-50%) rotate(-45deg)
}

.active.order-item-container .order-button:before {
    transform: translateY(-50%) rotate(135deg)
}

.active.order-item-container .order-button:after {
    transform: translateY(-50%) rotate(-135deg)
}

.active.order-item-container .order-main-item {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    height: auto;
    filter: opacity(1);
    margin-top: 30px
}

.contacts {
    margin-top: 0 !important
}

.tab-pane .form-about-me {
    width: 100%
}

.address-block, .contacts .write-us, .form-about-me, .log-in-form {
    display: block;
    border: 1px solid #dedede;
    padding: 30px 30px 70px
}

.address-block h2, .contacts .write-us h2, .form-about-me h2, .log-in-form h2 {
    font-size: 36px;
    font-weight: 700
}

.address-block label, .contacts .write-us label, .form-about-me label, .log-in-form label {
    font-size: 14px;
    font-weight: 100;
    padding: 0 0 0 5px
}

.address-block input, .address-block textarea, .contacts .write-us input, .contacts .write-us textarea, .form-about-me input, .form-about-me textarea, .log-in-form input, .log-in-form textarea {
    border-radius: 0;
    border: 1px solid #f7a707
}

.address-block button, .contacts .write-us button, .form-about-me button, .log-in-form button {
    width: 100%;
    background: #f7a707;
    border-radius: 0;
    border: 0;
    padding: 10px 40px;
    display: inline-block;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    margin-top: 30px
}

.button-primary {
    width: 100%;
    background: #f7a707;
    border-radius: 0;
    border: 0;
    padding: 10px 40px;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    margin: 30px 0;
}

.address-block button:hover, .contacts .write-us button:hover, .form-about-me button:hover, .log-in-form button:hover {
    background-color: #333;
}

.tab-pane .form-about-me {
    display: flex;
    justify-content: center
}

.address-block img {
    width: 28px;
    height: 35px
}

.contact-options {
    padding: 30px
}

.contact-options h2 {
    font-size: 36px;
    font-weight: 700;
    color: #f7a707
}

.contact-options img {
    width: 18px;
    margin-right: 18px
}

.contact-options a {
    font-size: 14px;
    color: #2e302e
}

.contact-options p {
    margin-top: 20px
}

.item-addres-container {
    width: 100%;
    box-sizing: border-box;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    height: 280px
}

.address-container {
    padding-top: 0
}

.address-container .address-block {
    color: #fff;
    height: 100%;
    background: #676767;
    padding: 30px
}

.address-container .address-block .item {
    margin-top: 35px;
    display: flex;
    align-items: center
}

.address-container .address-block .item img {
    margin-right: 10px
}

.address-container .address-block .item .address p:first-child {
    font-size: 18px;
    font-weight: 700
}

.address-container .address-block .item .address p:nth-child(2) {
    font-size: 14px;
    margin: 0
}

.address-container .address-block .item .address p:nth-child(2) a {
    color: #fff;
    font-size: 14px
}

.map-long-line {
    padding-top: 45px;
    margin-top: 45px;
    border-top: 1px solid #dedede
}

.news-page-news-container {
    padding: 0 39px 0 27px
}

.news-page-news-container h2 {
    font-size: 30px;
    color: #e3f3ff;
    padding-left: 5px
}

.news-category-list {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%
}

.news-category-list li a {
    display: block;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    padding: 10px 0 10px 5px;
    margin: 0;
    transition: .1s ease-in-out
}

.news-category-list li.active a, .news-category-list li a:hover {
    color: #f7a707;
    background: #6f6f6f
}

.background-gradient {
    background: linear-gradient(90deg, #d99207, #ffaf07);
    width: 100%;
    height: 1px;
    margin-bottom: 0px
}


.all-news-list .head {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 25px;
}

.all-news-list .head a {
    color: #2e302e
}

.all-news-list .center {
    font-size: 16px;
    color: #2e302e;
    margin-bottom: 10px
}

.all-news-list .center a {
    color: #2e302e
}

.all-news-list .body-news {
    font-size: 16px;
    color: #8d8d8d
}

.all-news-list .body-news a {
    color: #8d8d8d
}

.all-news-list a {
    color: #000;
    cursor: pointer
}

.on-news-page {
    flex-direction: column-reverse;
    margin-top: 90px
}

.on-news-page .news-page-news-container {
    margin-bottom: 50px
}

.on-news-page .news-page-news-container .wrapper-for-news-button {
    margin-top: 30px
}

.log-in-form {
    margin-top: 60px;
    margin-bottom: 100px
}

.log-in-form .checkbox {
    margin: 20px 0
}

.log-in-form .forgot-password {
    display: block;
    margin-bottom: 30px
}

.log-in-form .forgot-password a {
    color: #004494;
    text-decoration: underline
}

.colapsed-arrow {
    display: inline-block;
    width: 10px;
    height: 16px;
    position: relative
}

.footer-collapse .panel {
    background: transparent;
    border: none;
    box-shadow: none
}

.footer-collapse .panel-default {
    margin: 0 !important
}

.footer-collapse .panel-heading {
    background: hsla(0, 0%, 100%, .32);
    border-top: 1px solid grey;
    border-bottom: 1px solid grey;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.footer-collapse li {
    transition: .1s ease-in-out
}

.footer-collapse li:hover {
    background: #e4e4e4
}

.footer-collapse .panel-body {
    padding: 0
}

.footer-collapse a {
    text-decoration: none
}

.footer-collapse h3 {
    margin-top: 0;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 0;
    color: #004494
}

.list-item .row > div.pagination-wrapper {
    float: right;
    width: 100% !important;
    max-width: 100%
}

.custom-checkbox-container label {
    font-weight: 100 !important;
    display: flex;
    align-items: center;
    padding-left: 0
}

.radio-price{
    margin-left: 30px;
}
.custom-checkbox-container input {
    /*display: none*/
}

.custom-checkbox-container .custom-checkbox {
    display: block;
    margin-right: 10px;
    width: 14px;
    height: 14px;
    border: 1px solid #8d8d8d;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    transform: translateY(-1px)
}

.custom-checkbox-container.active .custom-checkbox {
    border: 1px solid #f7a707
}

.custom-checkbox-container.active .custom-checkbox:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 7px;
    border-bottom: 2px solid #676767;
    border-left: 2px solid #676767;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    transform: translate(2px, -2px) rotate(-45deg)
}

.header-sum-title {
    text-align: right
}

input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.rotate-pagination {
    transform: rotate(180deg)
}

.social-link-footer-block {
    transform: translateY(7px)
}

.recently-added {
    padding-bottom: 70px
}

.item-name {
    padding-left: 5px
}
/*search pannel*/
li.serch-form-block {
    position: relative;
}
.search-list {
    position: absolute;
    background: #fff;
    width: 100%;
    z-index: 2;
    top: 51px;
    left: 0;
    border: 1px solid #eeeeee;
}
.search-list ul {
    list-style: none;
    padding: 0;
    margin: 0 0 5px 0;
}
.search-list li {
    padding: 5px 10px;
}
.search-list li:hover {
    background: #f6f6f6;
    cursor: pointer;
}
.search-list .search-link {
    color: #bcbcbc;
    text-decoration: none;
}
.search-link .success {
    color: #676767;
    font-weight: 500;
}
.search-category-title {
    padding: 0 10px;
    font-size: 12px;
    color: #b8b8b6;
}
.search-product,
.search-category {
    border-bottom: 1px solid #eeeeee;
}
.search-category__item .search-link::before {
    content: '';
    display: inline-block;
    background-image: url(../images/squares.svg);
    background-size: contain;
    width: 30px;
    height: 15px;
    background-repeat: no-repeat;
}
.search-product-in-category__item .search-link::before {
    content: '';
    display: inline-block;
    background-image: url(../images/icons_b2b/search-grey.svg);
    background-size: contain;
    width: 30px;
    height: 15px;
    background-repeat: no-repeat;
}
/*search pannel*/
@media (max-width: 768px) {
    .top-center-block-row{
        width:auto;
    }

    .header-order-main-information {
        width: 807px!important;
    }

    .make-order {
        width: 100%;
        margin: 0;
        text-align: center;
        text-align: -moz-center;
        text-align: -webkit-center;

    }

    .buttons-cart-mod{
        justify-content: flex-start;
    }

    .list-item.viev-tile .select-volume .panel-group{
        transform: translateY(0);
    }

    .list-item.viev-list .select-volume .panel-group {
         transform: translateY(0);
    }

    .panel-custom .panel-heading {
        height: 43px
    }


    .table-item-name {
        width: 78px
    }

    .viev-tiles-view .horizontal-view-only .button-container {
        flex-direction: row !important
    }

    .viev-tiles-view .horizontal-view-only .button-container a {
        margin: 0 5px !important
    }

    .table-price-catalog {
        text-align: right
    }

    .table-articul {
        width: 60px;
        padding-left: 10px !important
    }

    .table-available {
        width: 70px
    }

    .table-price, .table-price-catalog {
        width: 90px;
        padding-right: 10px !important
    }

    .currency-val {
        display: flex !important
    }

    .litegray {
        text-align: center
    }

    .table-block {
        font-size: 13px
    }

    .partner-block {
        margin-top: 70px !important
    }

    .catalog-online {
        margin-top: 30px !important
    }

    .table-debt tr th {
        border: none !important;
        padding: 12px 2px !important;
        font-size: 12px
    }

    .table-debt .table-duty {
        max-width: 50px !important
    }

    .table-debt .currency-value, .table-debt .table-duty {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis
    }

    .table-debt .currency-value {
        max-width: 35px !important
    }

    .tab-pane {
        overflow: hidden;
        overflow: -moz-hidde-unscrollable;
    }

    .article-page {
        margin: 50px 0
    }

    .article-page h2 {
        margin-top: 35px
    }

    .hidden-padding-mobile {
        padding: 0
    }

    .all-news-list .head {
        margin-top: 30px
    }

    .viev-list .gift-conditions, .viev-tiles-view .gift-conditions {
        top: 10px !important;
        right: 15px !important;
        left: auto !important
    }

    .table-by-button, .table-for-button {
        display: none
    }
}

.article-page p {
    font-size: 16px
}

.news-page .subscibe-block {
    position: unset
}

@media (max-width: 420px) {
    .currency-val{
        padding: 5px 0;
    }
    #head-agreement{
        color: #fff;
    }
    .debt{
        text-align: center;
    }
    .viev-tiles-view .horizontal-view-only .button-container {
        display: flex;
        flex-direction: column
    }

    .viev-tiles-view .horizontal-view-only .button-container a {
        width: 90% !important;
        margin: 1px 0
    }
}

.header-table-catalog td, .header-table-catalog th, table td, table th {
    border: none !important
}

.horizontal-view-only .button-container {
    transform: translateY(-15px)
}

.horizontal-view-only td, .horizontal-view-only th {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
    border: none !important
}

div.list-item.viev-tiles-view > div.row > div:nth-child(2n) > div > div.horizontal-view-only > table > tbody > tr {
    background: #f5f5f5
}

@media only screen and (min-device-width: 992px) and (max-device-width: 1200px){
    .btn-group-prod-block {
        width: 100px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 991px){
    .order-index th[data-col-seq='6']{
        width: 100px!important;
        text-align: right;
    }
    .order-index th[data-col-seq='7']{
        width: 80px!important;
    }
    .order-index th[data-col-seq='8']{
        width: 120px!important;
    }
    .search-list {
        top: 30px;
    }
}

@media (max-width: 992px) {
    footer .b2b {
        padding-top:25px;
        text-align: center;
    }

    .order-table table{
        width: auto !important;
    }

    .balance-index .grid-view{
        overflow: scroll;
    }
    .balance-index .box-body{
        overflow: scroll;
    }
   /*.order-information .order-table:first-child .header-order-main-information{*/
     /*width: 880px;*/
   /*}*/

    .search-form {
        width: 100%;
    }

   .wait-list-index table.table{
       width: 990px;
   }

    .wait-list-index .grid-view{
        overflow-y: hidden;
        width: 100%;
    }



    .similar-goods {
        margin-top: 60px
    }

    span.header_span.only-lg {
        display: none;
    }

    .header-middle-list.active .cart-in-header, .header-middle-list.active .link-button.balnce {
        display: none
    }

    .header-middle-list.active .hover-on-balanse {
        display: flex !important;
        flex-direction: column
    }

    .header-middle-list.active .hover-on-balanse p {
        display: flex
    }

    .make-order {
        padding: 10px 15px !important
    }

    .to-pay .bottom {
        font-size: 14px
    }
}

#history, #integration, #profile {
    margin-bottom: 100px
}

@media (max-width: 480px) {

    .header-middle-container {
        height: 0px;
    }

    .brand-line {
        margin-top: 115px !important;
    }

    .to-pay .bottom {
        display: flex;
    }
    .top-main-slider .owl-item img {
        height: auto;
        width: 100%
    }
    .carousel-control{
        font-size: 25px !important;
    }
    .contract-type-item .active {
        background: #666 !important;
        color: #fff !important;
    }
}

.container-for-map-and-button {
    position: relative;
    margin-bottom: 100px
}

.maps-button-container {
    padding: 40px
}

.maps-button-container button {
    width: 100%;
    font-size: 14px;
    color: #8d8d8d;
    background: #fff;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    outline: transparent;
    position: relative
}

.maps-button-container .btn {
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    color: #333
}

.maps-button-container .btn .arrow {

    width: 15px;
    height: 15px;
    display: inline-block;
    position: relative;
    background: transparent
}

.maps-button-container .arrow.active:before {
    transform: rotate(235deg)
}

.maps-button-container .arrow.active:after {
    transform: rotate(-15deg)
}

.modal-item-name {
    display: inline-block;
    overflow: auto;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    color: #2e302e;
}

.modal-cart-button {
    display: flex;
    padding: 7px 15px;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin: 0 0 0 5px;
    background: #f7a707;
    color: #2e302e;
    font-weight: bold;
    cursor: pointer;
}

.modal-cart-button.fa-trash {
    background: #dedede;
    color: #2e302e;

}


.modal-cart-button-footer {
    padding: 13px 50px;
    height: 100%;
    margin: 5px;
    background: #f7a707;
    color: #2e302e;
    cursor: pointer;
    border: none;
    font-weight: bold;
    font-size: 16px;
}

.serch-for-all-user {
    position: relative !important;
    margin: 0 15px 0 0;
}

.maps-button-container .btn-primary:active, .maps-button-container .btn-primary:focus, .maps-button-container .btn-primary:hover {
    color: #333 !important;
    background-color: #fff !important;
    border-color: transparent !important;
    outline: transparent
}

.modal-cart-close:before {
    background: #333;
}

.modal-cart-close:after {
    background: #333;
}

.maps-button-container .well {
    background: #fff;
    border: none;
    border-radius: 0;
    padding: 0;
    max-height: 246px;
    margin: 0;
    overflow: hidden
}

.maps-button-container .well button {
    padding: 10px;
    border-bottom: 1px solid #dedede;
    transition: .2s ease-in-out;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis
}

.maps-button-container -marker-list img, .maps-button-container .down-marker-list img {
    transform: rotate(180deg)
}

.maps-button-container .down-marker-list, .maps-button-container .up-marker-list {
    padding: 15px
}

.currency-type {
    margin-right: 5px
}

.active .currency-type {
    color: #004494
}

.header-top-list .active .arrow-down {
    transform: translate(10px, 8px) rotate(-135deg) !important
}


.about-us-info-block {
    overflow: hidden;
    height: 78px;
    transition: .2s ease-in-out
}

.active .about-us-info-block {
    height: max-content
}

.article-container {
    margin-bottom: 100px
}

.currency-symbol {
    margin-right: 3px
}

.article {
    margin-bottom: 40px
}
.footer-cat-list li a{
    color:white;
    font-size: 14px;
}
@media (min-width: 768px) {
    .header-logo {
        max-width: 100%;
        width: 100%
    }

    .make-order {
        width: 100px;
    }

    .header-top-container {
        height: 110px
    }

    .header-top-list:first-child {
        width: 91%
    }

    .header-top-list:first-child .header-top-item:first-child {
        width: 33%
    }

    .header-top-list:first-child .header-top-item:first-child a {
        width: 100%
    }

    .header-top-item img {
        min-width: 20px;
        max-width: 256px
    }

    .header-top-item .currency-val div {
        width: 51px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between
    }

    .header-top-item .currency-val {
        color: #5a5a5a;
        /*margin: 0px 10%;*/
    }

    .current-lang {
        display: block;
        padding-right: 15px
    }

    .language-select-top .lang-list {
        top: -220px;
    }

    .language-select-top .lang-list, .language-select-top .lang-list.active {
        filter: opacity(1);
        height: auto;
        padding: 20px 18px 20px 15px;
        z-index: 10;
        box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
        font-weight: 700;
        left: -17px
    }

    .language-select-top .lang-list.active {
        top: -22px
    }

    .language-select-top .lang-list .selected-language {
        padding-right: 13px;
        font-size: 12px;
        position: relative;
        color: #f7a707;
        text-transform: uppercase;
        cursor: pointer
    }

    .header-middle-container {
        position: relative
    }

    .category-dropdown-menu {
        filter: opacity(1)
    }

    .category-dropdown-menu.manager-open .manager-contact {
        left: 50%;
        top: 200%;
        width: 530px;
        height: 300px;
        transform: translate(-50%, -50%)
    }

    .back {
        display: none
    }

    .information-about-manager {
        justify-content: normal;
        padding: 0;
        margin: 0 65px;
        width: 100%
    }

    .information-about-manager a, .information-about-manager span {
        color: #5a5a5a;
        font-size: 28px
    }

    .more-contacts {
        width: 100%;
        border-top: 1px solid #b6b6b6;
        padding: 15px 0 0
    }

    .manager-contact {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        border-radius: 15px;
        border: 2px solid #b6b6b6
    }

    .manager-photo {
        height: 80px;
    }

    .header-middle-list:first-child .header-middle-item:first-child {
        width: 300px
    }

    .header-middle-list .contract-info {
        /*border-left: 1px solid #888;*/

        padding: 0 10px 0 20px;
        padding-left:0px;
        font-size: 12px;
        border-right: 1px solid #888;
    }


    .header-middle-list .contract-info span {
        margin: 0;
        overflow: hidden;
        width: 100%;
        white-space: nowrap;
        text-overflow: ellipsis
    }

    .header-middle-container {
        height: 50px;
    }

    .header-middle-container nav {
        display: flex;
        justify-content: space-between
    }

    .serch-form-block {
        align-items: center
    }

    .contract-container {
        position: relative;
        padding: 12px 0
    }

    .contract-dropdown {
        transition: .2s ease-in-out
    }

    .contract-dropdown.active {
        height: auto;
        filter: opacity(1);
        position: absolute;
        left: 0;
        transform: none;
        box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
        z-index: 100;
        background-color: #fff;
    }

    .contract-dropdown .company {
        border-top: 1px solid #fff;
        padding: 15px 0;
        margin: 0 35px 0 21px;
        font-size: 12px;

    }

    .contract-dropdown .company .company-name {
        color: #cff
    }

    .button-for-zoom-input {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 100
    }

    .zoom-search-form.active .button-for-zoom-input {
        display: none !important
    }

    .zoom-search-form {
        width: 100%;
        min-width: 720px;
        transform: translate(0)
    }

    .zoom-search-form input::placeholder {
        color: transparent
    }

    .zoom-search-form.active {
        position: fixed;
        width: 70%;
        height: 60px;
        left: 15%;
        transform: translateY(200%);
        z-index: 100
    }

    .zoom-search-form.active input::placeholder {
        color: #5a5a5a;
        font-size: 14px
    }

    .zoom-search-form.active input {
        color: #5a5a5a
    }

    .zoom-search-form.active .custom-button {
        width: 25px;
        height: 25px
    }

    .cart-in-header-info {
        display: flex;
        flex-direction: column
    }

    .cart-in-header-info span:first-child {
        font-size: 14px
    }

    .cart-in-header-info span:nth-child(2) {
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase
    }

    .cart-in-header {
        display: flex;
        align-items: center;
        cursor: pointer
    }

    .cart-in-header img {
        width: 40px;
        margin-right: 10px
    }

    .line-bottom {
        border-bottom: 2px solid #faa61a
    }

    .container-for-slider-item {
        height: 350px
    }

    .gradient-line {
        width: 650px
    }

    .top-main-slider .owl-item img {
        width: 100%;
        height: 350px;
       /* max-height: 350px;*/
    }

    .content-on-slider {
        bottom: 75px
    }

    .content-on-slider .top {
        font-size: 20px;
        padding: 8px 20px;
        transform: translate(40px, 3px)
    }

    .content-on-slider .bottom {
        font-size: 24px;
        font-weight: 700;
        padding: 16px 45px
    }

    .item-container {
        height: 200px
    }

    .news-container {
        display: flex;
        flex-wrap: wrap
    }

    .container-with-news {
        padding-bottom: 30px
    }

    .container-with-news .news-lite-item {
        border-bottom: none;
        border-right: 1px solid hsla(0, 0%, 100%, .33)
    }

    .container-with-news .subscibe-block {
        padding-bottom: 20px
    }

    .news-container .news-lite-item {
        width: 20%;
        margin-left: 10px;
        padding-right: 30px
    }

    .news-container {
        padding-left: 19px;
        justify-content: space-between
    }

    .more-news {
        margin-top: 30px;
        padding-bottom: 30px
    }

    .news-container h2 {
        font-size: 22px;
        margin-bottom: 28px;
        margin-left: 10px
    }

    .header-middle-container nav {
        color: #403e37;
    }

    .mail-header-link.active .write-us {
        position: absolute;
        display: block;
        width: 70px;
        left: -23px;
        color: #5a5a5a;
        font-size: 10px
    }

    .wrapper-for-recently-addet {
        flex-direction: row
    }

    .item-name {
        font-size: 16px
    }

    .be-a-partner {
        clip-path: polygon(100% 0, 0 10%, 0 100%, 100% 90%)
    }

    .wrapper-for-recently-addet {
        height: auto;
        flex-wrap: wrap
    }

    .page-navigation ul li a {
        padding: 15px 20px
    }

    .list-item .row {
        display: block
    }

    .viev-list .product-item.sale .sale-container, .viev-tiles-view .product-item.sale .sale-container {
        width: 90px
    }

    .viev-list .product-item.sale .sale-container .gift-persent, .viev-tiles-view .product-item.sale .sale-container .gift-persent {
        top: 8px;
        right: 23px
    }

    .viev-list .product-item.sale .sale-container .description, .viev-tiles-view .product-item.sale .sale-container .description {
        left: 6px
    }

    .viev-list .gift-conditions, .viev-tiles-view .gift-conditions {
        top: auto;
        right: auto;
        left: 15px;
        bottom: 15px
    }

    .viev-list .row, .viev-tiles-view .row {
        display: flex !important;
        flex-direction: column;
        flex-wrap: nowrap
    }

    .viev-list .row .col-xs-12, .viev-tiles-view .row .col-xs-12 {
        width: 100% !important;
        max-width: 100%
    }

    .viev-list .row .col-xs-12 .product-item, .viev-tiles-view .row .col-xs-12 .product-item {
        max-width: 100%;
        height: auto;
        min-height: 225px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .list-item.viev-tiles-view .row .col-xs-12 .product-item, .viev-tiles-view .row .col-xs-12 .product-item {
        display: none;
    }
    .viev-list .row .col-xs-12 .product-item .recently-addet-img-container, .viev-tiles-view .row .col-xs-12 .product-item .recently-addet-img-container {
        width: 22%
    }

    .viev-list .row .col-xs-12 .product-item .recently-addet-info-top, .viev-tiles-view .row .col-xs-12 .product-item .recently-addet-info-top {
        padding-top: 0;
        border: none
    }

    .viev-list .row .col-xs-12 .product-item .recently-addet-info-top label, .viev-tiles-view .row .col-xs-12 .product-item .recently-addet-info-top label {
        width: 70px
    }

    .viev-list .row .col-xs-12 .product-item .recently-addet-info, .viev-tiles-view .row .col-xs-12 .product-item .recently-addet-info {
        padding: 0 15px 0 0;
        width: 28%;
        position: static
    }

    .viev-list .row .col-xs-12 .product-item .in-warehouses-block, .viev-tiles-view .row .col-xs-12 .product-item .in-warehouses-block {
        display: flex;
        flex-direction: column;
        width: 25%;
        border-left: 1px solid #dedede;
        border-right: 1px solid #dedede;
        padding: 0 15px;
        font-size: 12px;
        color: #8d8d8d;
        overflow: auto
    }

    .viev-list .row .col-xs-12 .product-item .in-warehouses-block .available, .viev-list .row .col-xs-12 .product-item .in-warehouses-block .days, .viev-list .row .col-xs-12 .product-item .in-warehouses-block .in-city, .viev-list .row .col-xs-12 .product-item .in-warehouses-block .time, .viev-tiles-view .row .col-xs-12 .product-item .in-warehouses-block .available, .viev-tiles-view .row .col-xs-12 .product-item .in-warehouses-block .days, .viev-tiles-view .row .col-xs-12 .product-item .in-warehouses-block .in-city, .viev-tiles-view .row .col-xs-12 .product-item .in-warehouses-block .time {
        display: flex;
        justify-content: space-between;
        padding-bottom: 8px;
        align-items: center
    }

    .viev-list .row .col-xs-12 .product-item .in-warehouses-block .active, .viev-list .row .col-xs-12 .product-item .in-warehouses-block .available-quantity, .viev-tiles-view .row .col-xs-12 .product-item .in-warehouses-block .active, .viev-tiles-view .row .col-xs-12 .product-item .in-warehouses-block .available-quantity {
        font-size: 14px;
        color: #f7a707
    }

    .viev-list .row .col-xs-12 .product-item .recently-addet-info-bottom, .viev-tiles-view .row .col-xs-12 .product-item .recently-addet-info-bottom {
        display: none
    }

    .viev-list .row .col-xs-12 .product-item .recently-addet-info-bottom-second, .viev-tiles-view .row .col-xs-12 .product-item .recently-addet-info-bottom-second {
        display: flex;
        flex-direction: column;
        align-items: flex-end
    }

    .viev-list .row .col-xs-12 .product-item .recently-addet-info-bottom-second .your-price, .viev-tiles-view .row .col-xs-12 .product-item .recently-addet-info-bottom-second .your-price {
        color: #bebebe
    }

    .viev-list .row .col-xs-12 .product-item .recently-addet-info-bottom-second .price, .viev-tiles-view .row .col-xs-12 .product-item .recently-addet-info-bottom-second .price {
        font-size: 22px;
        font-weight: 700;
        color: #2e302e;
    }

    .viev-list .row .col-xs-12 .product-item .recently-addet-button, .viev-tiles-view .row .col-xs-12 .product-item .recently-addet-button {
        position: unset;
        flex-direction: column;
        align-items: flex-end;
        justify-content: start;
        padding-top: 0;
        width: 25%;
        padding-left: 15px
    }

    .viev-list .row .col-xs-12 .product-item .recently-addet-button .button-container, .viev-tiles-view .row .col-xs-12 .product-item .recently-addet-button .button-container {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-top: 20px
    }

    .viev-list .row .col-xs-12 .product-item .recently-addet-button .discount, .viev-tiles-view .row .col-xs-12 .product-item .recently-addet-button .discount {
        color: #5a5a5a;
        font-size: 14px
    }

    .viev-tiles-view .product-item {
        height: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        border: none !important
    }

    .viev-tiles-view .active .product-item {
        height: auto !important;
        padding: 15px !important;
        border: 3px solid #dedede !important
    }

    .viev-tiles-view .active .product-item.sale {
        height: auto !important;
        padding: 15px !important;
        border: 3px solid #deff45 !important
    }

    .table-item-name {
        width: 140px;
        box-sizing: border-box
    }

    .table-by-button {
        width: 170px
    }

    .table-articul {
        width: 90px
    }

    .table-available {
        width: 70px
    }

    .main-catalog-container .table-price {
        width: 120px
    }

    .table-price-catalog {
        width: 100px;
        text-align: right
    }

    .viev-tiles-view .table > tbody > tr > td, .viev-tiles-view .table > tbody > tr > th, .viev-tiles-view .table > tfoot > tr > td, .viev-tiles-view .table > tfoot > tr > th, .viev-tiles-view .table > thead > tr > td, .viev-tiles-view .table > thead > tr > th {
        padding: 15px 10px 10px
    }

    .viev-tiles-view .table-block {
        display: block
    }

    .viev-tiles-view table {
        display: inline-table !important;
        margin: 0
    }

    .similar-goods h2 {
        color: #5a5a5a;
        margin: 5px auto 20px;
        font-weight: 700;
        padding-left: 20px
    }

    .cart-tabs {
        display: block;
        margin: 40px 0 30px
    }

    .cart-tabs li a {
        margin-right: 4px
    }

    .right-side table tr td:first-child {
        min-width: 130px
    }

    .contact-options {
        height: 100%;
        margin-left: 15px
    }

    .contact-options .item {
        margin-bottom: 40px
    }

    .address-block {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }

    .address-block h2 {
        width: 100%;
        height: 50px
    }

    .address-block item {
        width: 32%
    }

    .address-container {
        margin-top: 70px;
        margin-right: 0
    }

    .news-page-news-container {
        position: absolute;
        top: -700px;
        width: 300px;
        left: 50%;
        transform: translate(-50%);
        z-index: 100
    }

    .news-page-news-container .wrapper-for-news-button {
        width: 100%
    }

    .news-page-news-container.active {
        top: 0
    }

    .news-category-on-news-page {
        background: #676767
    }

    .news-category-on-news-page .subscibe-block {
        padding: 0
    }

    .news-category-on-news-page .wrapper-for-news-button {
        display: none
    }

    .news-category-on-news-page .category-news-button, .news-category-on-news-page .subscibe-block {
        background: #f7a707;
        border: none;
        border-radius: 0;
        font-size: 16px;
        font-weight: 700;
        color: #fff;
        padding: 6px 40px;
        letter-spacing: .5px;
        margin: 0 0 40px
    }

    .news-category-on-news-page .subscibe-block a {
        color: #fff
    }

    .slider-logo-container {
        position: absolute;
        top: 0;
        top: 60px;
        left: 10%;
        width: 150px;
        height: 80px
    }

    .slider-logo-container img {
        max-width: 100% !important;
        height: auto !important
    }

    .manager-close {
        top: -40px;
        right: -40px
    }

    .manager-close:after, .manager-close:before {
        background: #fff
    }

    .manage-about {
        font-size: 12px
    }

    .manager-button-top {
        padding-right: 0
    }

    .user-button-top img {
        width: 18px !important;
        height: auto
    }

    .subscibe-block {
        margin-left: 0;
        margin-right: 0
    }

    .wrapper-for-news-button .more-news a {
        display: block;
        width: 100%;
        padding: 6px 0;
        text-align: center;
        border: 1px solid #fff
    }

    .be-a-partner-info h4 {
        font-weight: normal;
    }

    .cooperate {
        display: flex;
        align-items: center;
        width: auto !important
    }

    .cooperate span {
        padding: 0
    }

    .cooperate button {
        width: auto;
        margin-left: 25px
    }

    .social-link-footer {
        float: right
    }

    .hover-on-balanse p {
        margin: 0;
        justify-content: flex-end;
        align-items: center
    }

    .hover-on-balanse p span {
        font-size: 12px!important;
    }

    .hover-on-balanse p .hover {
        padding-left: 10px;
        font-size: 12px;
        font-weight: 700
    }

    .hover-on-balanse .late-payment-hover .hover {
        color: #deff45
    }

    .table-for-button {
        width: 40px
    }

    .order-table .table-quantity {
        width: 70px !important
    }

    .maps-button-container .btn {
        display: flex !important
    }

    .maps-button-container {
        position: absolute;
        top: 30px;
        right: 90px;
        width: 40%;
        padding: 0
    }

    .contract-dropdown form {
        width: 287px
    }

    .main-slider-dots-container {
        left: 62px;
        bottom: 26px;
        width: 150px
    }

    .main-slider-dots-container .owl-dot {
        margin-right: 15px
    }

    .social-link-footer {
        margin-left: 25px
    }

    .top-line-footer {
        border-top: 1px solid hsla(0, 0%, 62.7%, .72);
        padding: 50px 0 0
    }

    /*.recently-added {
        padding-bottom: 170px
    }*/
    .item-name {
        padding: 4px 0 4px 20px !important
    }

    .subscibe-block a {
        flex-direction: row
    }

    .viev-list .product-item .recently-addet-info-top .name, .viev-tiles-view .product-item .recently-addet-info-top .name {
        height: 60px
    }

    .viev-list .gift-conditions, .viev-tiles-view .gift-conditions {
        width: 100%;
        text-align: left;
        max-width: 280px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis
    }

    .brand-search-dropdown .input-container input {
        padding: 0 0 0 55px
    }

    .item-addres-container {
        flex-direction: row;
        display: flex;
        padding-bottom: 20px;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        height: auto
    }

    .item-addres-container .item {
        max-width: 200px;
        min-width: 200px
    }

    .heaer-list a {
        width: 210px
    }

    .heaer-list span {
        font-size: 16px
    }

    .zoom-search-form.active img {
        width: 19px;
        height: 21px
    }

    .zoom-search-form.active input {
        font-size: 16px;
        padding-left: 50px
    }

    .zoom-search-form.active input::placeholder {
        font-size: 16px
    }
}

@media (min-width: 992px) {
    .header-middle-container{
        height:0px;
    }

    .user-dropdown-menu {
        width: 200px;
        height: 340px;
        box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
        background: #fff;
        color: #000;
        position: absolute;
        top: -66px;
        left: inherit;
        right: 10px
    }

    .user-dropdown-menu .close-btn {
        top: 19px;
        right: 21px;
        width: 53px;
        padding-right: 21px;
        height: 20px;
        background: url(../images/icons_b2b/personal/user-blue.svg) no-repeat;
        background-position: 50%;
        background-size: contain
    }

    .user-dropdown-menu .close-btn:before {
        right: -17px;
        transform: rotate(135deg);
        transition: .1s linear
    }

    .user-dropdown-menu .close-btn:after, .user-dropdown-menu .close-btn:before {
        content: "";
        position: absolute;
        width: 5px;
        height: 1px;
        background: #5a5a5a;
        top: 50%
    }

    .user-dropdown-menu .close-btn:after {
        right: -14px;
        transform: rotate(-135deg);
        transition: .2s linear
    }

    .user-dropdown-menu .close-btn:hover {
        opacity: 1
    }

    .user-dropdown-menu .close-btn:after, .user-dropdown-menu .close-btn:before {
        content: none
    }

    .user-dropdown-menu.active {
        width: 200px;
        height: 650px;
        box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
        background: #fff;
        color: #000;
        position: absolute;
        top: -66px;
        left: inherit;
        right: 57px
    }


    .user-item {
        padding: 5px 0
    }

    .user-list-menu .user-link {
        color: #5a5a5a;
        font-size: 14px;
        font-weight: 700
    }

    .user-dropdown-top {
        margin: 15px 17px 0;
        border-bottom: 1px solid #dedede;
        display: flex;
        flex-direction: column;
        align-items: flex-start
    }

    .user-dropdown-top .name-of-user {
        color: #8d8d8d
    }

    .item-view button:nth-child(3) {
        display: flex;
    }

    .header-top-list:first-child {
        width: 100%
    }

    .zoom-search-form {
        margin-top: 0px;
        min-width: 220px;
    }

    .header-top-list:first-child .header-top-item:last-child {
        margin-right: 18px
    }

    .line-bottom {
        border-bottom: none;
        border-bottom: 2px solid #faa61a;
    }

    .header-list-category {
        /*height: 40px;*/
        background: #e5f3ff
    }

    .zoom-search-form.active {
        transform: translateY(200%)
    }

    .category-list {
        display: flex;
        padding: 0 15px;
        margin: 0;
        height: 40px
    }

    .category-list li {
        background: transparent !important;
        margin-right: 53px
    }

    .header-item-link, .user-link {
        width: auto;
        display: flex;
        align-items: center
    }

    .main-category-list .header-item span {
        padding-left: 6px
    }

    .header-top-item .manager-name {
        padding: 0
    }

    .header-top-item .manager-phone a {
        font-weight: 700;
        color: #5A5A5A;
    }

    .gradient-line {
        width: 845px
    }

    .manage-about {
        display: flex !important
    }

    .header-top-item .currency-val div {
        flex-direction: row;
        width: auto;
        min-width: 150px;
    }

    .currency-val .vertical-line {
/*        margin: 0 20px;*/
        background: #5a5a5a;
        height: 16px
    }

    .item-container {
        height: 250px
    }

    .category-aside-block {
        flex-direction: row-reverse;
        margin-top: 90px
    }

    .news-container {
        height: 100%
    }

    .news-container .news-lite-item {
        padding-right: 0
    }

    .news-container .more-news, .news-container .news-lite-item {
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }

    .wrapper-for-news-button {
        width: 100%
    }

    .header-item-link, .user-link {
        color: #2e302e;
        cursor: pointer
    }

    .header-item-link :hover {
        color: #2e302e
    }

    .user-list-menu .user-link {
        width: 100%;
        padding-left: 15px
    }

    .user-dropdown-menu.active {
        right: 10px
    }

    .hover-on-balanse p {
        margin: 0;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        text-align: left;
        letter-spacing: 0;

    }

    .hover-on-balanse p span {
        font-size: 12px
    }

    .hover-on-balanse p .hover {
        padding-left: 10px;
        font-size: 12px;
        font-weight: 700
    }

    .hover-on-balanse .late-payment-hover .hover {
        color: red
    }

    .page-navigation {
        margin: 0 0 65px
    }

    .colapsed-category {
        position: inherit
    }

    .similar-goods-item {
        border-bottom: 1px solid #dedede
    }

    .cart-tabs li a {
        padding: 0 30px
    }

    .contact-options {
        border-left: 1px solid #dedede
    }

    .address-container {
        margin-top: 0;
        margin-right: 15px
    }

    .header-top-list:first-child .header-top-item:first-child {
        width: 28%
    }

    .language-select-top {
        margin: 0px;
    }

    .news-container h2 {
        font-size: 16px
    }

    .wrapper-for-news-button .more-news a {
        width: auto;
        padding: 0;
        text-align: left;
        border: none
    }

    .news-container {
        display: block
    }

    .subscibe-block {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
        padding: 20px 15px 25px
    }

    .on-news-page h2 {
        font-size: 30px !important;
        color: #f7a707;
        margin-bottom: 28px
    }

    footer .footer-logo {
        min-width: 200px
    }

    footer .footer-logo.b2b {
        min-width: 0px;
        width: 150px;
    }

    .subscibe-block-on-catalog {
        position: unset !important;
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .container-with-news {
        padding-bottom: 0;
        padding-left: 27px;
        padding-right: 39px
    }

    .container-with-news .news-lite-item {
        border-bottom: 1px solid hsla(0, 0%, 100%, .33);
        border-right: none
    }

    .container-with-news .subscibe-block {
        padding-bottom: 35px;
        padding-left: 0;
        padding-right: 0
    }

    .index-page .subscibe-block {
        position: relative
    }

    .maps-button-container .btn {
        display: flex !important
    }

    .maps-button-container {
        position: absolute;
        top: 28px;
        right: 90px;
        width: 33%;
        padding: 0
    }

    .social-link-footer-block {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        flex-direction: row-reverse
    }

    .social-link-footer, .social-link-footer:nth-child(1n+2) {
        margin-left: 0
    }

    .top-line-footer {
        border-top: none;
        padding: 0
    }

    .on-news-page {
        flex-direction: row-reverse;
        margin-top: 50px
    }

    .news-page-news-container {
        position: unset;
        transform: translate(0);
        width: 100%
    }

    .news-container h2 {
        margin-left: 0
    }

    .news-container {
        padding-left: 29px
    }

    .subscibe-block a {
        flex-direction: row;
        height: auto
    }

    .brand-search-dropdown .input-container input {
        padding: 0 0 0 30px
    }

    .item-addres-container {
        flex-direction: column;
        display: flex;
        padding-bottom: 20px;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        max-height: 500px
    }

    .item-addres-container .item {
        max-width: 200px;
        min-width: 200px;
        min-height: 60px
    }

    .user-dropdown-menu .close-btn {
        right: 22px
    }

    .news-page-news-container .subscibe-block {
        padding-left: 29px;
        padding-right: 39px
    }
}

@media (min-width: 1200px) {
    .header-middle-container{
        height:50px;
    }

    .list-item.viev-tile .btn-group-prod-block {
        width: 155px;
    }

    .header-top-list:first-child .header-top-item:first-child {
        width: 20%
    }

    .language-select-top {
/*        margin-right: 40px;*/
/*        margin-left: 20px*/
    }

    .gradient-line {
        width: 1025px
    }

    .zoom-search-form {
        width: 380px;
        margin-left: 30px;
    }

    .zoom-search-form input::placeholder {
        color: #5a5a5a
    }

    .zoom-search-form input {
        color: #5a5a5a
    }

    .manage-about {
        display: flex !important
    }

    .manager-contact-top-header {
        display: flex;
        box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
        width: 300px;
        height: 150px;
        position: absolute;
        left: -23px;
        top: -1000px;
        background: #fff;
        padding: 10px 15px;
        z-index: 100
    }

    .manager-contact-top-header .close-btn {
        width: 10px;
        height: 10px;
        top: 15px;
        right: 15px
    }

    .manager-contact-top-header.active {
        left: -12px;
        top: 6px
    }

    /*.manager-photo {*/
        /*width: 35px;*/
        /*height: 35px*/
    /*}*/

    .information-about-manager a, .information-about-manager span {
        font-size: 12px
    }

    .information-about-manager {
        margin: 0
    }

    .top-manager-container {
        display: flex;
        align-items: flex-start
    }

    .top-manager-container .manage-about {
        transform: translateY(-2px)
    }

    .recently-addet-item {
        height: 316px
    }

    .news-container h2 {
        font-size: 18px
    }

    .wrapper-for-recently-addet {
        height: 500px
    }

    .cooperate {
        padding: 25px;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        width: 25% !important;
        flex-direction: column
    }

    .cooperate span {
        padding: 0 0 10px
    }

    .cooperate button {
        width: 100%;
        margin: 0
    }

    footer .footer-logo {
        min-width: 260px
    }

    .table-by-button {
        width: 25%
    }

    .table-item-name {
        width: 225px
    }

    .table-brand {
        width: 80px
    }

    .maps-button-container .btn {
        display: none !important
    }

    .maps-button-container {
        width: 25%
    }

    .down-marker-list, .up-marker-list {
        padding: 10px
    }

    .maps-button-container {
        top: 28px
    }

    .user-dropdown-menu.active {
        right: 11px
    }

    .user-dropdown-menu .close-btn {
        right: 20px
    }

    .carusel{
        background: inherit;
        height: 20px!important;
    }
    .carousel.fade{
        opacity: 1;
    }
    .carousel.fade .item{
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        opacity: 0;
        color: #5a5a5a;
        transition: opacity .5s;
    }
    .carousel.fade .item.active{
        position: relative;
        opacity: 1;
    }


    @keyframes dilatation {
        0% {
            transform: scale(1)
        }
        50% {
            transform: scale(1.1)
        }
        to {
            transform: scale(1)
        }
    }
    #stringCarousel{
        margin: 15px 0 0 0;
    }

}
.icon-btn {
    font-size: x-large;
    color: #555555;
    margin-top: 6px;
}
.string{
    margin-left: 38px;
    padding: 2px 0px;
    display: inline-block;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.filter-element a{
    background-color: #f5f5f5;
    color: #555555;
    padding: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}
.filter-element a:hover{
    background:rgba(247, 167, 7, 0.3) !important;
    color: #403f3d!important;
    box-shadow: none!important;
}
.filter-element a.btn-primary{
    background:rgba(247, 167, 7, 0.75) !important;
    color: #403f3d!important;
    border-color: rgba(247, 167, 7, 1);
    box-shadow: none!important;
}
.filter-element a:focus{
    background:rgba(247, 167, 7, 0.3) !important;
    color: #333!important;
    box-shadow: none!important;
    border: none!important;
}
.filter-element a:active{
    background:rgba(247, 167, 7, 0.3) !important;
    color: #333!important;
    box-shadow: none!important;
    border: none!important;
}
.filter-element {
    margin: 6px 0px;
    width:150px;
}
.filter-element .btn-primary{
    box-shadow: none!important;
    background-color:  #f5f5f5!important;
}
.icon-btn-wrap{
    display: inline-block;
    height: 38px;
    width: 38px;
    background: inherit;
    border-radius: 20px;
    vertical-align: middle;
    position: absolute;
    left: 0px;
    bottom: 3px;
}
.filter-alert{
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .125);
    background-color: #f5f5f5;
    color: #403f3d;
    margin: unset !important;
    margin-bottom: 15px !important;
    width: 100% !important;

}
.modal-backdrop{
    z-index: 10;
}
.city{
    overflow: hidden;
    white-space: nowrap;
}
.in-city span:last-child{
    padding-left: 7px;
}
.popover{
    z-index: 999999999999;
}
a{
    color: #f7a707
}
a:hover{
    color: #333
}
.btn.btn-primary.btn-file{
    background-color: #333;
    border-color: #444;
}

@media(max-width: 1199px) {
.header-middle-list:first-child .header-middle-item:first-child {
    width: 270px;
}
.header-middle-list:nth-child(2) {
    padding-left: 12px;
}
.contract-dropdown .company {
    display: flex;
    flex-wrap: wrap;
}
.company span:nth-child(2) {
    width: 85%;
}

}
@media(max-width: 768px){
    .header-logo{
        width:100px;
    }

    .user-list-menu.col-12{
        display: none;
    }

    .header-middle-list {
        display: block !important;
        width: 100%;
    }

    .header-middle-container nav{
        display: block;
        padding-top: 10px;
    }

    .custom-button.mobile-user-button{
        display: none;
    }
    .search-list {
        top: 30px;
    }

}

.badge.badge-info{
    background-color: #999;
    color: #333;
}

@media(max-width: 480px){

    .article-page img{
        width: 100%!important;
    }
    .form-about-me button{
        padding: 10px;
    }

    .kv-table-wrap tr > td:first-child{
        font-size: 1em!important;
    }

    .kv-table-wrap td, .kv-table-wrap th{
        display: table-cell!important;
        width: auto!important;
    }
    .table-balance-box{
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .order-item .table-responsive th {
        width: auto!important;
        text-align: center!important;
    }

    .kv-table-wrap th, .kv-table-wrap td{

    }
}

@media(max-width: 418px){
    #ajax-modal .modal-dialog .modal-footer button.modal-cart-button-footer{
        margin-top: 20px;
    }
}

@media(max-width: 380px){
    .form-about-me button{
        font-size: 13px;
    }

}
@media(max-width: 500px) {

    .item-view{
        width: 50px;
    }

    .mobile-cart-button span {
        color: #333;
    }
    .hover-on-balanse {
        margin-top: 5px;
        font-weight: 900;
    }
    .contract-dropdown {
        transform: translateY(-100px)!important;
        position: absolute;
    }
}
.carousel.fade{
    opacity: 1;
}
.carusel{
    background: inherit;
    height: 20px!important;
}
.carousel.fade{
    opacity: 1;
}
.carousel.fade .item{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    color: #5a5a5a;
    transition: opacity .5s;
}
.carousel.fade .item.active{
    position: relative;
    opacity: 1;
}


@keyframes dilatation {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.1)
    }
    to {
        transform: scale(1)
    }
}
#stringCarousel{
    margin: 15px 0 0 0;
}
.advLineHidden{
    margin: 0 5px;
}

.filter-button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    margin: 0;
    background: #403e37;
    color: #fff !important;
    cursor: pointer;
    width: 100%;
}

.filter-button:hover {
    background: #f7a707;
    color: #fff;
    text-decoration: none;
    outline: 1px solid #333;
    outline-offset: 2px;
}

.table-comparison-th {
    display: block;
    width: 300px;
}

.scrollable-y {
    width: 100%;
    overflow-y: scroll;
}

.btn-default-active {
    background-color: #f7a707;
    color: white;
    opacity: 1!important;
}
.active-no-dropdown{
    background-color: #f7a707 !important;
    color: #fff !important;
    border-color: #f7c900 !important;
}
.active-no-dropdown a{
    color: #fff !important;
}

.float-right {
    float: right;
}

.orange-text {
    color: #f7a707;
}

.site-error{
    padding: 20px;
}

.tab-content-journal {
    min-width: 950px;
}

/*# sourceMappingURL=style.css.map*/

.text-left-not-xs, .text-left-not-sm, .text-left-not-md, .text-left-not-lg {
    text-align: left;
}
.text-center-not-xs, .text-center-not-sm, .text-center-not-md, .text-center-not-lg {
    text-align: center;
}
.text-right-not-xs, .text-right-not-sm, .text-right-not-md, .text-right-not-lg {
    text-align: right;
}
.text-justify-not-xs, .text-justify-not-sm, .text-justify-not-md, .text-justify-not-lg {
    text-align: justify;
}

@media (max-width: 767px) {
    .filter-element {
        width: 100%;
    }

    .text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs {
        text-align: inherit;
    }
    .text-left-xs {
        text-align: left;
    }
    .text-center-xs {
        text-align: center;
    }
    .text-right-xs {
        text-align: right;
    }
    .text-justify-xs {
        text-align: justify;
    }
    .currency-val {

        align-items: center;
        justify-content: center;

    }
    .header-center-top-block{
        width: 140px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {

    .filter-element {
        width: 50%;
    }

    .text-left-not-sm, .text-center-not-sm, .text-right-not-sm, .text-justify-not-sm {
        text-align: inherit;
    }
    .text-left-sm {
        text-align: left;
    }
    .text-center-sm {
        text-align: center;
    }
    .text-right-sm {
        text-align: right;
    }
    .text-justify-sm {
        text-align: justify;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .header-middle-container{
        height:50px;
    }
    .text-left-not-md, .text-center-not-md, .text-right-not-md, .text-justify-not-md {
        text-align: inherit;
    }
    .text-left-md {
        text-align: left;
    }
    .text-center-md {
        text-align: center;
    }
    .text-right-md {
        text-align: right;
    }
    .text-justify-md {
        text-align: justify;
    }
}
@media (min-width: 1200px) {
    .header-middle-container{
        height:50px;
    }
    .text-left-not-lg, .text-center-not-lg, .text-right-not-lg, .text-justify-not-lg {
        text-align: inherit;
    }
    .text-left-lg {
        text-align: left;
    }
    .text-center-lg {
        text-align: center;
    }
    .text-right-lg {
        text-align: right;
    }
    .text-justify-lg {
        text-align: justify;
    }
}

.btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active {
    z-index: 1;
}
.popover{
    max-width:600px;
}
.gotoviber{
    display: block;
    position:fixed;
    height:40px;
    width:40px;
    bottom: 45px;
    right: 50px;
    background: none;
}
